01KYK9CG8X0YVEKDS86XYGCSFE: 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: 01KYK9CYG91ECR6TN4SGK96Q9W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-28T02:39:19.027Zjob assigned to worker 01KYK9D5Q536RJNMVMNT64KHF4 [factory aws, i-07aa9a3c3b9d0d4be] (queued for 51 s)
 
22026-07-28T02:39:25.989Zstarting task 0: "setup"
32026-07-28T02:39:26.004Z++ uname -s
42026-07-28T02:39:26.007Z+ kern=SunOS
52026-07-28T02:39:26.007Z+ build_user=build
62026-07-28T02:39:26.007Z+ build_uid=12345
72026-07-28T02:39:26.007Z+ work_dir=/work
82026-07-28T02:39:26.008Z+ input_dir=/input
92026-07-28T02:39:26.008Z+ [[ 0 == 12345 ]]
102026-07-28T02:39:26.008Z+ case "$kern" in
112026-07-28T02:39:26.008Z+ groupadd -g 12345 build
122026-07-28T02:39:26.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-28T02:39:28.007Z+ zfs create -o mountpoint=/work rpool/work
142026-07-28T02:39:28.128Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-28T02:39:28.130Z+ home_fs=zfs
162026-07-28T02:39:28.130Z+ [[ zfs == autofs ]]
172026-07-28T02:39:28.130Z+ mkdir -p /home/build
182026-07-28T02:39:28.130Z+ chown build:build /home/build /work
192026-07-28T02:39:30.133Z+ chmod 0700 /home/build /work
202026-07-28T02:39:30.136Zprocess exited: duration 4146 ms, exit code 0
 
212026-07-28T02:39:30.142Zstarting task 1: "rust-toolchain"
222026-07-28T02:39:30.147Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-28T02:39:30.147Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-28T02:39:30.147Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-28T02:39:30.147Z * rust toolchain channel = "1.97.1"
262026-07-28T02:39:30.147Z * rust toolchain profile = "default"
272026-07-28T02:39:30.147Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-28T02:39:30.150Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-28T02:39:30.150Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-28T02:39:30.212Zinfo: downloading installer
312026-07-28T02:39:31.507Zwarn: It looks like you have an existing rustup settings file at:
322026-07-28T02:39:31.507Zwarn: /home/build/.rustup/settings.toml
332026-07-28T02:39:31.507Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-28T02:39:31.507Zwarn: instead of the one inferred from the default host triple.
352026-07-28T02:39:31.519Zinfo: profile set to default
362026-07-28T02:39:31.519Zinfo: default host triple is x86_64-unknown-illumos
372026-07-28T02:39:31.521Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-28T02:39:31.649Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-28T02:39:31.652Zinfo: downloading 6 components
402026-07-28T02:39:48.044Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-28T02:39:48.045Z
422026-07-28T02:39:48.070Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-28T02:39:48.070Z
442026-07-28T02:39:48.071Z
452026-07-28T02:39:48.074ZRust is installed now. Great!
462026-07-28T02:39:48.074Z
472026-07-28T02:39:48.074ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-28T02:39:48.074Zenvironment variable. This has not been done automatically.
492026-07-28T02:39:48.074Z
502026-07-28T02:39:48.074ZTo configure your current shell, you need to source
512026-07-28T02:39:48.074Zthe corresponding env file under $HOME/.cargo.
522026-07-28T02:39:48.074Z
532026-07-28T02:39:48.074ZThis is usually done by running one of the following (note the leading DOT):
542026-07-28T02:39:48.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-28T02:39:48.074Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-28T02:39:48.074Zsource "~/.cargo/env.nu" # For nushell
572026-07-28T02:39:48.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-28T02:39:48.074Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-28T02:39:48.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-28T02:39:48.074Zwarn: no default linker (`cc`) was found in your PATH
612026-07-28T02:39:48.074Zwarn: many Rust crates require a system C toolchain to build
622026-07-28T02:39:48.171Z+ rustup --version
632026-07-28T02:39:48.177Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-28T02:39:48.180Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-28T02:39:48.196Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-28T02:39:48.199Z+ cargo --version
672026-07-28T02:39:48.208Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-28T02:39:48.211Z+ rustc --version
692026-07-28T02:39:48.231Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-28T02:39:48.234Zprocess exited: duration 18091 ms, exit code 0
 
712026-07-28T02:39:48.239Zstarting task 2: "authentication"
722026-07-28T02:39:48.259Zprocess exited: duration 20 ms, exit code 0
 
732026-07-28T02:39:48.265Zstarting task 3: "clone repository"
742026-07-28T02:39:48.270Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-28T02:39:48.273Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-28T02:39:48.305ZCloning into '/work/oxidecomputer/omicron'...
772026-07-28T02:39:57.716Z+ cd /work/oxidecomputer/omicron
782026-07-28T02:39:57.716Z+ git fetch origin 85a8c2537d2cf3b446c65880f55afc5e577811ae
792026-07-28T02:39:57.969ZFrom https://github.com/oxidecomputer/omicron
802026-07-28T02:39:57.969Z * branch 85a8c2537d2cf3b446c65880f55afc5e577811ae -> FETCH_HEAD
812026-07-28T02:39:57.982Z+ [[ -n ry/opte-1027 ]]
822026-07-28T02:39:57.985Z++ git branch --show-current
832026-07-28T02:39:57.988Z+ current=main
842026-07-28T02:39:57.988Z+ [[ main != ry/opte-1027 ]]
852026-07-28T02:39:57.988Z+ git branch -f ry/opte-1027 85a8c2537d2cf3b446c65880f55afc5e577811ae
862026-07-28T02:39:57.990Z+ git checkout -f ry/opte-1027
872026-07-28T02:39:58.236ZSwitched to branch 'ry/opte-1027'
882026-07-28T02:39:58.239Z+ git reset --hard 85a8c2537d2cf3b446c65880f55afc5e577811ae
892026-07-28T02:39:58.255ZHEAD is now at 85a8c2537 bump opte to 0.41.504
902026-07-28T02:39:58.258Zprocess exited: duration 9991 ms, exit code 0
 
912026-07-28T02:39:58.264Zstarting task 4: "build"
922026-07-28T02:39:58.269Z+ source .github/buildomat/ci-env.sh
932026-07-28T02:39:58.269Z++ export CARGO_TERM_COLOR=always
942026-07-28T02:39:58.269Z++ CARGO_TERM_COLOR=always
952026-07-28T02:39:58.272Z+++ uname -s
962026-07-28T02:39:58.272Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-28T02:39:58.272Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-28T02:39:58.274Z+ cargo --version
992026-07-28T02:39:58.283Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-28T02:39:58.286Z+ rustc --version
1012026-07-28T02:39:58.306Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-28T02:39:58.309Z+ WORK=/work
1032026-07-28T02:39:58.309Z+ pfexec mkdir -p /work
1042026-07-28T02:39:58.311Z+ pfexec chown build /work
1052026-07-28T02:39:58.314Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-28T02:40:00.056Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-28T02:40:00.292Z Startup: Caching catalogs ... Done
1082026-07-28T02:40:01.464ZPlanning: Solver setup ... Done (1.087s)
1092026-07-28T02:40:01.507ZPlanning: Running solver ... Done (0.043s)
1102026-07-28T02:40:01.536ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-28T02:40:01.547ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-28T02:40:01.570ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-28T02:40:01.584ZPlanning: Package planning ... Done (0.014s)
1142026-07-28T02:40:01.586ZPlanning: Merging actions ... Done (0.002s)
1152026-07-28T02:40:01.794ZPlanning: Checking for conflicting actions ... Done (0.209s)
1162026-07-28T02:40:01.797ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-28T02:40:02.675ZPlanning: Evaluating mediators ... Done (0.879s)
1182026-07-28T02:40:02.677ZPlanning: Planning completed in 2.35 seconds
1192026-07-28T02:40:02.684Z Packages to install: 2
1202026-07-28T02:40:02.684Z Estimated space available: 156.02 GB
1212026-07-28T02:40:02.684ZEstimated space to be consumed: 55.04 MB
1222026-07-28T02:40:02.684Z Create boot environment: No
1232026-07-28T02:40:02.687ZCreate backup boot environment: No
1242026-07-28T02:40:02.687Z Rebuild boot archive: No
1252026-07-28T02:40:02.687Z
1262026-07-28T02:40:02.687ZChanged packages:
1272026-07-28T02:40:02.687Zhelios
1282026-07-28T02:40:02.687Z developer/build-essential
1292026-07-28T02:40:02.687Z None -> 11-3.0
1302026-07-28T02:40:02.687Z library/libxmlsec1
1312026-07-28T02:40:02.687Z None -> 1.2.35-3.0
1322026-07-28T02:40:02.710Z
1332026-07-28T02:40:02.710ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-28T02:40:02.778ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-07-28T02:40:02.850Z Actions: 1/268 actions (Installing new actions)
1362026-07-28T02:40:02.889Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-28T02:40:02.914ZFinalize: Updating package state database ... Done (0.025s)
1382026-07-28T02:40:02.914ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-28T02:40:02.970ZFinalize: Updating image state ... Done (0.056s)
1402026-07-28T02:40:05.583ZFinalize: Creating fast lookup database ... Done (2.573s)
1412026-07-28T02:40:05.657ZFinalize: Reading search index ... Done (0.012s)
1422026-07-28T02:40:05.661ZFinalize: Updating search index ... Done (0.000s)
1432026-07-28T02:40:05.751ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-28T02:40:06.092ZPlanning: Evaluating mediator changes ... Done
1452026-07-28T02:40:06.197ZPlanning: Checking for conflicting actions ... Done
1462026-07-28T02:40:06.200ZPlanning: Consolidating action changes ... Done
1472026-07-28T02:40:06.356ZPlanning: Evaluating mediators ... Done
1482026-07-28T02:40:06.359ZPlanning: Planning completed in 0.26 seconds
1492026-07-28T02:40:06.379Z Mediators to change: 2
1502026-07-28T02:40:06.379Z Create boot environment: No
1512026-07-28T02:40:06.379ZCreate backup boot environment: No
1522026-07-28T02:40:06.504ZFinalize: Updating package state database ... Done
1532026-07-28T02:40:06.504ZFinalize: Updating package cache ... Done
1542026-07-28T02:40:06.537ZFinalize: Updating image state ... Done
1552026-07-28T02:40:08.471ZFinalize: Creating fast lookup database ... Done
1562026-07-28T02:40:08.534ZFinalize: Reading search index ... Done
1572026-07-28T02:40:08.537ZFinalize: Updating search index ... Done
1582026-07-28T02:40:08.632ZFinalize: Updating package cache ... Done
1592026-07-28T02:40:08.915ZPlanning: Evaluating mediator changes ... Done
1602026-07-28T02:40:09.021ZPlanning: Checking for conflicting actions ... Done
1612026-07-28T02:40:09.024ZPlanning: Consolidating action changes ... Done
1622026-07-28T02:40:09.177ZPlanning: Evaluating mediators ... Done
1632026-07-28T02:40:09.180ZPlanning: Planning completed in 0.26 seconds
1642026-07-28T02:40:09.200Z Mediators to change: 1
1652026-07-28T02:40:09.200Z Create boot environment: No
1662026-07-28T02:40:09.200ZCreate backup boot environment: No
1672026-07-28T02:40:09.259ZFinalize: Updating package state database ... Done
1682026-07-28T02:40:09.259ZFinalize: Updating package cache ... Done
1692026-07-28T02:40:09.298ZFinalize: Updating image state ... Done
1702026-07-28T02:40:11.238ZFinalize: Creating fast lookup database ... Done
1712026-07-28T02:40:11.301ZFinalize: Reading search index ... Done
1722026-07-28T02:40:11.304ZFinalize: Updating search index ... Done
1732026-07-28T02:40:11.386ZFinalize: Updating package cache ... Done
1742026-07-28T02:40:11.694ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-28T02:40:11.695Zapache system 2.4 system
1762026-07-28T02:40:11.695Zclang system 15 system
1772026-07-28T02:40:11.695Zcsh system system illumos
1782026-07-28T02:40:11.695Zctags system system illumos
1792026-07-28T02:40:11.695Zfile vendor vendor darwinsys
1802026-07-28T02:40:11.695Zfile system system illumos
1812026-07-28T02:40:11.695Zgcc vendor 14 vendor
1822026-07-28T02:40:11.695Zgcc system 13 system
1832026-07-28T02:40:11.695Zgcc system 10 system
1842026-07-28T02:40:11.695Zgo system 1.25 system
1852026-07-28T02:40:11.695Zllvm system 15 system
1862026-07-28T02:40:11.695Zmariadb system 11.4 system
1872026-07-28T02:40:11.695Zmta vendor vendor dma
1882026-07-28T02:40:11.695Zopenjdk system 17 system
1892026-07-28T02:40:11.695Zopenjdk system 11 system
1902026-07-28T02:40:11.695Zopenssl vendor 3 vendor
1912026-07-28T02:40:11.695Zperl system 5.40 system
1922026-07-28T02:40:11.695Zpostgresql system 18 system
1932026-07-28T02:40:11.695Zpostgresql system 17 system
1942026-07-28T02:40:11.695Zpython vendor 3 vendor
1952026-07-28T02:40:11.695Zpython system 2 system
1962026-07-28T02:40:11.695Zpython3 vendor 3.13 vendor
1972026-07-28T02:40:11.695Zruby system 3.4 system
1982026-07-28T02:40:11.695Zruby system 3.0 system
1992026-07-28T02:40:11.695Zwords vendor vendor american-english
2002026-07-28T02:40:11.695Zwords system system australian-english
2012026-07-28T02:40:11.695Zwords system system british-english
2022026-07-28T02:40:11.695Zwords system system canadian-english
2032026-07-28T02:40:11.695Zwords system system french
2042026-07-28T02:40:11.695Zwords system system italian
2052026-07-28T02:40:11.695Zwords system system ngerman
2062026-07-28T02:40:11.695Zwords system system ogerman
2072026-07-28T02:40:11.695Zwords system system spanish
2082026-07-28T02:40:11.947ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-28T02:40:11.947Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-28T02:40:12.333ZFMRI IFO
2112026-07-28T02:40:12.334Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-28T02:40:12.334Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-28T02:40:12.334Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-28T02:40:12.334Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-28T02:40:12.334Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-28T02:40:12.334Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-28T02:40:12.334Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-28T02:40:12.334Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-28T02:40:12.334Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-28T02:40:12.629Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-28T02:40:12.922Z Updating crates.io index
2222026-07-28T02:40:12.925Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-28T02:40:13.141Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-28T02:40:13.422Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-28T02:40:14.405Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-28T02:40:14.942Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-28T02:40:16.452Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-28T02:40:17.261Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-28T02:40:17.498Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-28T02:40:17.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-28T02:40:19.180Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-28T02:40:19.436Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-28T02:40:19.738Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-28T02:40:19.972Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-28T02:40:20.410Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-28T02:40:20.834Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-28T02:40:21.284Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-28T02:40:21.492Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-28T02:40:21.728Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-28T02:40:21.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-28T02:40:22.215Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-28T02:40:22.459Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-28T02:40:22.685Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-28T02:40:23.076Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-28T02:40:23.354Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-28T02:40:23.783Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-28T02:40:24.129Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-28T02:40:24.362Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-28T02:40:24.706Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-28T02:40:24.977Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-28T02:40:25.198Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-28T02:40:25.403Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-28T02:40:25.729Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-28T02:40:26.088Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-28T02:40:26.307Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-28T02:40:26.582Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-28T02:40:26.824Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-28T02:40:27.076Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-28T02:40:27.347Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-28T02:40:27.579Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-28T02:40:27.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-28T02:40:28.069Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-28T02:40:31.111Z Downloading crates ...
2642026-07-28T02:40:31.158Z Downloaded heck v0.5.0
2652026-07-28T02:40:31.174Z Downloaded anstream v1.0.0
2662026-07-28T02:40:31.174Z Downloaded dtrace-parser v0.2.0
2672026-07-28T02:40:31.177Z Downloaded version_check v0.9.5
2682026-07-28T02:40:31.177Z Downloaded fs-err v3.3.0
2692026-07-28T02:40:31.177Z Downloaded toml_write v0.1.2
2702026-07-28T02:40:31.178Z Downloaded colorchoice v1.0.4
2712026-07-28T02:40:31.178Z Downloaded pest_meta v2.8.6
2722026-07-28T02:40:31.178Z Downloaded thiserror v1.0.69
2732026-07-28T02:40:31.178Z Downloaded zmij v1.0.21
2742026-07-28T02:40:31.178Z Downloaded pest v2.8.6
2752026-07-28T02:40:31.185Z Downloaded anstyle-query v1.1.5
2762026-07-28T02:40:31.185Z Downloaded is_terminal_polyfill v1.70.2
2772026-07-28T02:40:31.185Z Downloaded block-buffer v0.10.4
2782026-07-28T02:40:31.186Z Downloaded zerocopy-derive v0.7.35
2792026-07-28T02:40:31.186Z Downloaded dof v0.3.0
2802026-07-28T02:40:31.186Z Downloaded clap v4.6.1
2812026-07-28T02:40:31.193Z Downloaded fnv v1.0.7
2822026-07-28T02:40:31.193Z Downloaded zerocopy v0.7.35
2832026-07-28T02:40:31.199Z Downloaded log v0.4.29
2842026-07-28T02:40:31.199Z Downloaded crypto-common v0.1.7
2852026-07-28T02:40:31.200Z Downloaded generic-array v0.14.7
2862026-07-28T02:40:31.223Z Downloaded equivalent v1.0.2
2872026-07-28T02:40:31.224Z Downloaded fastrand v2.3.0
2882026-07-28T02:40:31.224Z Downloaded pest_generator v2.8.6
2892026-07-28T02:40:31.224Z Downloaded anstyle v1.0.14
2902026-07-28T02:40:31.224Z Downloaded clap_derive v4.6.1
2912026-07-28T02:40:31.224Z Downloaded cpufeatures v0.2.17
2922026-07-28T02:40:31.224Z Downloaded anyhow v1.0.102
2932026-07-28T02:40:31.224Z Downloaded cargo_metadata v0.23.1
2942026-07-28T02:40:31.224Z Downloaded bitflags v2.11.0
2952026-07-28T02:40:31.224Z Downloaded papergrid v0.11.0
2962026-07-28T02:40:31.224Z Downloaded cargo-platform v0.3.2
2972026-07-28T02:40:31.224Z Downloaded camino v1.2.2
2982026-07-28T02:40:31.230Z Downloaded bytecount v0.6.9
2992026-07-28T02:40:31.230Z Downloaded pest_derive v2.8.6
3002026-07-28T02:40:31.230Z Downloaded clap_lex v1.0.0
3012026-07-28T02:40:31.235Z Downloaded cfg-if v1.0.4
3022026-07-28T02:40:31.235Z Downloaded memmap v0.7.0
3032026-07-28T02:40:31.236Z Downloaded proc-macro-error-attr v1.0.4
3042026-07-28T02:40:31.245Z Downloaded cargo_toml v0.21.0
3052026-07-28T02:40:31.255Z Downloaded tabled_derive v0.7.0
3062026-07-28T02:40:31.255Z Downloaded smawk v0.3.2
3072026-07-28T02:40:31.255Z Downloaded itoa v1.0.17
3082026-07-28T02:40:31.269Z Downloaded macaddr v1.0.1
3092026-07-28T02:40:31.269Z Downloaded usdt-attr-macro v0.5.0
3102026-07-28T02:40:31.269Z Downloaded heck v0.4.1
3112026-07-28T02:40:31.269Z Downloaded errno v0.3.14
3122026-07-28T02:40:31.269Z Downloaded swrite v0.1.0
3132026-07-28T02:40:31.269Z Downloaded serde_spanned v0.6.9
3142026-07-28T02:40:31.287Z Downloaded scroll_derive v0.12.1
3152026-07-28T02:40:31.287Z Downloaded toml_datetime v0.6.11
3162026-07-28T02:40:31.288Z Downloaded thread-id v4.2.2
3172026-07-28T02:40:31.288Z Downloaded utf8parse v0.2.2
3182026-07-28T02:40:31.288Z Downloaded usdt-macro v0.5.0
3192026-07-28T02:40:31.288Z Downloaded digest v0.10.7
3202026-07-28T02:40:31.288Z Downloaded thiserror-impl v2.0.18
3212026-07-28T02:40:31.288Z Downloaded anstyle-parse v1.0.0
3222026-07-28T02:40:31.288Z Downloaded autocfg v1.5.0
3232026-07-28T02:40:31.288Z Downloaded camino-tempfile v1.4.1
3242026-07-28T02:40:31.288Z Downloaded tempfile v3.25.0
3252026-07-28T02:40:31.292Z Downloaded terminal_size v0.4.3
3262026-07-28T02:40:31.292Z Downloaded unicode-linebreak v0.1.5
3272026-07-28T02:40:31.292Z Downloaded strsim v0.11.1
3282026-07-28T02:40:31.292Z Downloaded pretty-hex v0.4.1
3292026-07-28T02:40:31.292Z Downloaded usdt v0.5.0
3302026-07-28T02:40:31.295Z Downloaded byteorder v1.5.0
3312026-07-28T02:40:31.300Z Downloaded quote v1.0.45
3322026-07-28T02:40:31.305Z Downloaded thiserror-impl v1.0.69
3332026-07-28T02:40:31.308Z Downloaded sha2 v0.10.9
3342026-07-28T02:40:31.312Z Downloaded getrandom v0.4.1
3352026-07-28T02:40:31.316Z Downloaded serde_tokenstream v0.2.3
3362026-07-28T02:40:31.319Z Downloaded plain v0.2.3
3372026-07-28T02:40:31.325Z Downloaded once_cell v1.21.3
3382026-07-28T02:40:31.328Z Downloaded usdt-impl v0.5.0
3392026-07-28T02:40:31.331Z Downloaded thiserror v2.0.18
3402026-07-28T02:40:31.335Z Downloaded toml v0.8.23
3412026-07-28T02:40:31.335Z Downloaded ucd-trie v0.1.7
3422026-07-28T02:40:31.335Z Downloaded semver v1.0.28
3432026-07-28T02:40:31.337Z Downloaded scroll v0.12.0
3442026-07-28T02:40:31.337Z Downloaded proc-macro-error v1.0.4
3452026-07-28T02:40:31.347Z Downloaded proc-macro2 v1.0.106
3462026-07-28T02:40:31.350Z Downloaded serde_core v1.0.228
3472026-07-28T02:40:31.355Z Downloaded serde_derive v1.0.228
3482026-07-28T02:40:31.362Z Downloaded unicode-ident v1.0.24
3492026-07-28T02:40:31.368Z Downloaded textwrap v0.16.2
3502026-07-28T02:40:31.371Z Downloaded toml_edit v0.22.27
3512026-07-28T02:40:31.384Z Downloaded serde v1.0.228
3522026-07-28T02:40:31.389Z Downloaded memchr v2.8.0
3532026-07-28T02:40:31.397Z Downloaded typenum v1.20.1
3542026-07-28T02:40:31.403Z Downloaded indexmap v2.14.0
3552026-07-28T02:40:31.432Z Downloaded clap_builder v4.6.0
3562026-07-28T02:40:31.439Z Downloaded hashbrown v0.17.0
3572026-07-28T02:40:31.446Z Downloaded serde_json v1.0.150
3582026-07-28T02:40:31.457Z Downloaded goblin v0.8.2
3592026-07-28T02:40:31.460Z Downloaded winnow v0.7.14
3602026-07-28T02:40:31.469Z Downloaded tabled v0.15.0
3612026-07-28T02:40:31.490Z Downloaded syn v1.0.109
3622026-07-28T02:40:31.496Z Downloaded unicode-width v0.2.0
3632026-07-28T02:40:31.502Z Downloaded unicode-width v0.1.14
3642026-07-28T02:40:31.505Z Downloaded syn v2.0.117
3652026-07-28T02:40:31.519Z Downloaded rustix v1.1.3
3662026-07-28T02:40:31.537Z Downloaded libc v0.2.185
3672026-07-28T02:40:31.603Z Compiling proc-macro2 v1.0.106
3682026-07-28T02:40:31.603Z Compiling unicode-ident v1.0.24
3692026-07-28T02:40:31.603Z Compiling quote v1.0.45
3702026-07-28T02:40:31.606Z Compiling serde_core v1.0.228
3712026-07-28T02:40:31.606Z Compiling libc v0.2.185
3722026-07-28T02:40:31.606Z Compiling version_check v0.9.5
3732026-07-28T02:40:31.606Z Compiling memchr v2.8.0
3742026-07-28T02:40:31.607Z Compiling serde v1.0.228
3752026-07-28T02:40:31.607Z Compiling zmij v1.0.21
3762026-07-28T02:40:31.786Z Compiling itoa v1.0.17
3772026-07-28T02:40:31.789Z Compiling ucd-trie v0.1.7
3782026-07-28T02:40:31.789Z Compiling thiserror v1.0.69
3792026-07-28T02:40:31.790Z Compiling rustix v1.1.3
3802026-07-28T02:40:31.802Z Compiling byteorder v1.5.0
3812026-07-28T02:40:32.083Z Compiling bitflags v2.11.0
3822026-07-28T02:40:32.146Z Compiling serde_json v1.0.150
3832026-07-28T02:40:32.196Z Compiling usdt-impl v0.5.0
3842026-07-28T02:40:32.302Z Compiling proc-macro-error-attr v1.0.4
3852026-07-28T02:40:32.306Z Compiling syn v1.0.109
3862026-07-28T02:40:32.376Z Compiling pest v2.8.6
3872026-07-28T02:40:32.428Z Compiling camino v1.2.2
3882026-07-28T02:40:32.477Z Compiling proc-macro-error v1.0.4
3892026-07-28T02:40:32.526Z Compiling plain v0.2.3
3902026-07-28T02:40:32.543Z Compiling equivalent v1.0.2
3912026-07-28T02:40:32.597Z Compiling getrandom v0.4.1
3922026-07-28T02:40:32.646Z Compiling log v0.4.29
3932026-07-28T02:40:32.649Z Compiling hashbrown v0.17.0
3942026-07-28T02:40:32.717Z Compiling utf8parse v0.2.2
3952026-07-28T02:40:32.720Z Compiling cfg-if v1.0.4
3962026-07-28T02:40:32.758Z Compiling is_terminal_polyfill v1.70.2
3972026-07-28T02:40:32.829Z Compiling pretty-hex v0.4.1
3982026-07-28T02:40:32.849Z Compiling winnow v0.7.14
3992026-07-28T02:40:32.884Z Compiling anstyle-parse v1.0.0
4002026-07-28T02:40:32.902Z Compiling autocfg v1.5.0
4012026-07-28T02:40:32.922Z Compiling toml_write v0.1.2
4022026-07-28T02:40:32.922Z Compiling anstyle-query v1.1.5
4032026-07-28T02:40:32.924Z Compiling colorchoice v1.0.4
4042026-07-28T02:40:32.976Z Compiling anstyle v1.0.14
4052026-07-28T02:40:32.994Z Compiling thiserror v2.0.18
4062026-07-28T02:40:33.056Z Compiling errno v0.3.14
4072026-07-28T02:40:33.089Z Compiling thread-id v4.2.2
4082026-07-28T02:40:33.142Z Compiling unicode-width v0.1.14
4092026-07-28T02:40:33.159Z Compiling strsim v0.11.1
4102026-07-28T02:40:33.227Z Compiling indexmap v2.14.0
4112026-07-28T02:40:33.244Z Compiling syn v2.0.117
4122026-07-28T02:40:33.290Z Compiling anstream v1.0.0
4132026-07-28T02:40:33.309Z Compiling heck v0.5.0
4142026-07-28T02:40:33.350Z Compiling once_cell v1.21.3
4152026-07-28T02:40:33.369Z Compiling fs-err v3.3.0
4162026-07-28T02:40:33.444Z Compiling bytecount v0.6.9
4172026-07-28T02:40:33.533Z Compiling pest_meta v2.8.6
4182026-07-28T02:40:33.561Z Compiling fnv v1.0.7
4192026-07-28T02:40:33.581Z Compiling clap_lex v1.0.0
4202026-07-28T02:40:33.586Z Compiling heck v0.4.1
4212026-07-28T02:40:33.595Z Compiling anyhow v1.0.102
4222026-07-28T02:40:33.675Z Compiling fastrand v2.3.0
4232026-07-28T02:40:33.678Z Compiling papergrid v0.11.0
4242026-07-28T02:40:33.694Z Compiling memmap v0.7.0
4252026-07-28T02:40:33.812Z Compiling unicode-width v0.2.0
4262026-07-28T02:40:33.865Z Compiling smawk v0.3.2
4272026-07-28T02:40:33.885Z Compiling unicode-linebreak v0.1.5
4282026-07-28T02:40:33.922Z Compiling swrite v0.1.0
4292026-07-28T02:40:34.077Z Compiling terminal_size v0.4.3
4302026-07-28T02:40:34.077Z Compiling tempfile v3.25.0
4312026-07-28T02:40:34.175Z Compiling semver v1.0.28
4322026-07-28T02:40:34.201Z Compiling clap_builder v4.6.0
4332026-07-28T02:40:34.240Z Compiling cargo-platform v0.3.2
4342026-07-28T02:40:34.310Z Compiling textwrap v0.16.2
4352026-07-28T02:40:34.424Z Compiling camino-tempfile v1.4.1
4362026-07-28T02:40:34.823Z Compiling tabled_derive v0.7.0
4372026-07-28T02:40:35.372Z Compiling pest_generator v2.8.6
4382026-07-28T02:40:35.479Z Compiling tabled v0.15.0
4392026-07-28T02:40:35.885Z Compiling serde_derive v1.0.228
4402026-07-28T02:40:35.886Z Compiling thiserror-impl v1.0.69
4412026-07-28T02:40:35.889Z Compiling zerocopy-derive v0.7.35
4422026-07-28T02:40:35.889Z Compiling scroll_derive v0.12.1
4432026-07-28T02:40:35.889Z Compiling thiserror-impl v2.0.18
4442026-07-28T02:40:35.889Z Compiling clap_derive v4.6.1
4452026-07-28T02:40:35.986Z Compiling pest_derive v2.8.6
4462026-07-28T02:40:36.534Z Compiling scroll v0.12.0
4472026-07-28T02:40:36.606Z Compiling zerocopy v0.7.35
4482026-07-28T02:40:36.752Z Compiling goblin v0.8.2
4492026-07-28T02:40:36.924Z Compiling dtrace-parser v0.2.0
4502026-07-28T02:40:37.295Z Compiling clap v4.6.1
4512026-07-28T02:40:38.286Z Compiling toml_datetime v0.6.11
4522026-07-28T02:40:38.286Z Compiling serde_spanned v0.6.9
4532026-07-28T02:40:38.289Z Compiling macaddr v1.0.1
4542026-07-28T02:40:38.289Z Compiling cargo_metadata v0.23.1
4552026-07-28T02:40:38.289Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-28T02:40:38.302Z Compiling dof v0.3.0
4572026-07-28T02:40:38.305Z Compiling serde_tokenstream v0.2.3
4582026-07-28T02:40:38.518Z Compiling toml_edit v0.22.27
4592026-07-28T02:40:39.061Z Compiling usdt-macro v0.5.0
4602026-07-28T02:40:39.064Z Compiling usdt-attr-macro v0.5.0
4612026-07-28T02:40:39.667Z Compiling usdt v0.5.0
4622026-07-28T02:40:39.771Z Compiling toml v0.8.23
4632026-07-28T02:40:40.086Z Compiling cargo_toml v0.21.0
4642026-07-28T02:40:41.361Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-28T02:40:43.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.98s
4662026-07-28T02:40:43.668Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-28T02:40:44.177Z Downloading crates ...
4682026-07-28T02:40:44.243Z Downloaded arrayref v0.3.9
4692026-07-28T02:40:44.246Z Downloaded aead v0.5.2
4702026-07-28T02:40:44.250Z Downloaded base16ct v1.0.0
4712026-07-28T02:40:44.250Z Downloaded adler2 v2.0.1
4722026-07-28T02:40:44.252Z Downloaded anstyle-parse v0.2.7
4732026-07-28T02:40:44.252Z Downloaded async-recursion v1.1.1
4742026-07-28T02:40:44.257Z Downloaded atomic-waker v1.1.2
4752026-07-28T02:40:44.257Z Downloaded bit-vec v0.8.0
4762026-07-28T02:40:44.257Z Downloaded endian-type v0.1.2
4772026-07-28T02:40:44.259Z Downloaded foreign-types v0.3.2
4782026-07-28T02:40:44.259Z Downloaded cobs v0.3.0
4792026-07-28T02:40:44.259Z Downloaded foreign-types-shared v0.1.1
4802026-07-28T02:40:44.262Z Downloaded async-stream-impl v0.3.6
4812026-07-28T02:40:44.262Z Downloaded futures-sink v0.3.32
4822026-07-28T02:40:44.266Z Downloaded atomicwrites v0.4.4
4832026-07-28T02:40:44.269Z Downloaded atty v0.2.14
4842026-07-28T02:40:44.269Z Downloaded futures-executor v0.3.32
4852026-07-28T02:40:44.271Z Downloaded generic-array v1.4.3
4862026-07-28T02:40:44.271Z Downloaded getrandom v0.3.4
4872026-07-28T02:40:44.274Z Downloaded bit-set v0.8.0
4882026-07-28T02:40:44.275Z Downloaded float-ord v0.3.2
4892026-07-28T02:40:44.275Z Downloaded float-cmp v0.10.0
4902026-07-28T02:40:44.275Z Downloaded bb8 v0.8.6
4912026-07-28T02:40:44.277Z Downloaded foreign-types v0.5.0
4922026-07-28T02:40:44.277Z Downloaded git-stub v1.0.0
4932026-07-28T02:40:44.281Z Downloaded httpdate v1.0.3
4942026-07-28T02:40:44.284Z Downloaded fd-lock v4.0.4
4952026-07-28T02:40:44.284Z Downloaded find-msvc-tools v0.1.9
4962026-07-28T02:40:44.284Z Downloaded async-stream v0.3.6
4972026-07-28T02:40:44.286Z Downloaded assert_matches v1.5.0
4982026-07-28T02:40:44.286Z Downloaded flagset v0.4.7
4992026-07-28T02:40:44.286Z Downloaded foreign-types-macros v0.2.3
5002026-07-28T02:40:44.289Z Downloaded bit-set v0.5.3
5012026-07-28T02:40:44.289Z Downloaded ff v0.13.1
5022026-07-28T02:40:44.292Z Downloaded fixedbitset v0.4.2
5032026-07-28T02:40:44.292Z Downloaded foldhash v0.1.5
5042026-07-28T02:40:44.292Z Downloaded glob v0.3.3
5052026-07-28T02:40:44.292Z Downloaded bitfield-macros v0.19.4
5062026-07-28T02:40:44.295Z Downloaded bitfield-struct v0.6.2
5072026-07-28T02:40:44.297Z Downloaded cipher v0.4.4
5082026-07-28T02:40:44.298Z Downloaded byte-wrapper v0.1.0
5092026-07-28T02:40:44.302Z Downloaded argon2 v0.5.3
5102026-07-28T02:40:44.305Z Downloaded bitflags v1.3.2
5112026-07-28T02:40:44.305Z Downloaded ff v0.14.0
5122026-07-28T02:40:44.307Z Downloaded fixedbitset v0.5.7
5132026-07-28T02:40:44.308Z Downloaded foldhash v0.2.0
5142026-07-28T02:40:44.308Z Downloaded humantime v2.3.0
5152026-07-28T02:40:44.310Z Downloaded ascii-canvas v3.0.0
5162026-07-28T02:40:44.310Z Downloaded aead v0.6.1
5172026-07-28T02:40:44.310Z Downloaded allocator-api2 v0.2.21
5182026-07-28T02:40:44.313Z Downloaded array-init v0.0.4
5192026-07-28T02:40:44.313Z Downloaded fallible-iterator v0.2.0
5202026-07-28T02:40:44.313Z Downloaded filetime v0.2.27
5212026-07-28T02:40:44.313Z Downloaded erased-serde v0.3.31
5222026-07-28T02:40:44.316Z Downloaded half v2.7.1
5232026-07-28T02:40:44.319Z Downloaded env_filter v1.0.0
5242026-07-28T02:40:44.319Z Downloaded enum-as-inner v0.6.1
5252026-07-28T02:40:44.319Z Downloaded bcs v0.1.6
5262026-07-28T02:40:44.321Z Downloaded futures-task v0.3.32
5272026-07-28T02:40:44.324Z Downloaded enum_dispatch v0.3.13
5282026-07-28T02:40:44.327Z Downloaded flate2 v1.1.9
5292026-07-28T02:40:44.329Z Downloaded flume v0.11.1
5302026-07-28T02:40:44.332Z Downloaded futures-macro v0.3.32
5312026-07-28T02:40:44.332Z Downloaded ghash v0.6.0
5322026-07-28T02:40:44.332Z Downloaded base16ct v0.2.0
5332026-07-28T02:40:44.332Z Downloaded block-padding v0.4.2
5342026-07-28T02:40:44.332Z Downloaded headers-core v0.3.0
5352026-07-28T02:40:44.332Z Downloaded http-range v0.1.5
5362026-07-28T02:40:44.335Z Downloaded gethostname v0.5.0
5372026-07-28T02:40:44.335Z Downloaded bcrypt-pbkdf v0.11.0
5382026-07-28T02:40:44.335Z Downloaded convert_case v0.4.0
5392026-07-28T02:40:44.338Z Downloaded hashbrown v0.12.3
5402026-07-28T02:40:44.340Z Downloaded cfg_aliases v0.2.1
5412026-07-28T02:40:44.340Z Downloaded potential_utf v0.1.4
5422026-07-28T02:40:44.343Z Downloaded foreign-types-shared v0.3.1
5432026-07-28T02:40:44.343Z Downloaded globwalk v0.9.1
5442026-07-28T02:40:44.346Z Downloaded hubpack_derive v0.1.1
5452026-07-28T02:40:44.346Z Downloaded fxhash v0.2.1
5462026-07-28T02:40:44.348Z Downloaded hubpack v0.1.2
5472026-07-28T02:40:44.348Z Downloaded block-buffer v0.12.1
5482026-07-28T02:40:44.351Z Downloaded ciborium-ll v0.2.2
5492026-07-28T02:40:44.351Z Downloaded form_urlencoded v1.2.2
5502026-07-28T02:40:44.351Z Downloaded http-body v1.0.1
5512026-07-28T02:40:44.354Z Downloaded compression-core v0.4.31
5522026-07-28T02:40:44.354Z Downloaded hostname v0.3.1
5532026-07-28T02:40:44.357Z Downloaded blake2 v0.11.0-rc.6
5542026-07-28T02:40:44.361Z Downloaded hex v0.4.3
5552026-07-28T02:40:44.363Z Downloaded futures-io v0.3.32
5562026-07-28T02:40:44.363Z Downloaded hash32 v0.3.1
5572026-07-28T02:40:44.363Z Downloaded home v0.5.12
5582026-07-28T02:40:44.366Z Downloaded funty v2.0.0
5592026-07-28T02:40:44.368Z Downloaded cfg_aliases v0.1.1
5602026-07-28T02:40:44.371Z Downloaded powerfmt v0.2.0
5612026-07-28T02:40:44.371Z Downloaded hostname v0.4.2
5622026-07-28T02:40:44.374Z Downloaded ciborium-io v0.2.2
5632026-07-28T02:40:44.374Z Downloaded castaway v0.2.4
5642026-07-28T02:40:44.376Z Downloaded oso-derive v0.27.3
5652026-07-28T02:40:44.379Z Downloaded packed_struct_codegen v0.10.1
5662026-07-28T02:40:44.383Z Downloaded num_enum_derive v0.5.11
5672026-07-28T02:40:44.386Z Downloaded futures-core v0.3.32
5682026-07-28T02:40:44.388Z Downloaded anstream v0.6.21
5692026-07-28T02:40:44.391Z Downloaded hash32 v0.2.1
5702026-07-28T02:40:44.391Z Downloaded percent-encoding v2.3.2
5712026-07-28T02:40:44.391Z Downloaded proc-macro-crate v1.3.1
5722026-07-28T02:40:44.396Z Downloaded env_logger v0.11.9
5732026-07-28T02:40:44.398Z Downloaded fs-err v2.11.0
5742026-07-28T02:40:44.398Z Downloaded highway v1.3.0
5752026-07-28T02:40:44.402Z Downloaded getrandom v0.2.17
5762026-07-28T02:40:44.406Z Downloaded rand_chacha v0.3.1
5772026-07-28T02:40:44.406Z Downloaded path-slash v0.1.5
5782026-07-28T02:40:44.409Z Downloaded num v0.4.3
5792026-07-28T02:40:44.409Z Downloaded rustc_version v0.1.7
5802026-07-28T02:40:44.409Z Downloaded rustc_version v0.4.1
5812026-07-28T02:40:44.409Z Downloaded serde_plain v1.0.2
5822026-07-28T02:40:44.412Z Downloaded serde_urlencoded v0.7.1
5832026-07-28T02:40:44.412Z Downloaded hex-literal v1.1.0
5842026-07-28T02:40:44.412Z Downloaded num_threads v0.1.7
5852026-07-28T02:40:44.412Z Downloaded phf_shared v0.13.1
5862026-07-28T02:40:44.432Z Downloaded progenitor-macro v0.13.0
5872026-07-28T02:40:44.433Z Downloaded semver v0.1.20
5882026-07-28T02:40:44.433Z Downloaded async-bb8-diesel v0.2.1
5892026-07-28T02:40:44.433Z Downloaded globset v0.4.18
5902026-07-28T02:40:44.433Z Downloaded base64ct v1.8.3
5912026-07-28T02:40:44.433Z Downloaded bit-vec v0.6.3
5922026-07-28T02:40:44.433Z Downloaded fs_extra v1.3.0
5932026-07-28T02:40:44.433Z Downloaded backoff v0.4.0
5942026-07-28T02:40:44.433Z Downloaded hyper-staticfile v0.10.1
5952026-07-28T02:40:44.433Z Downloaded cmake v0.1.57
5962026-07-28T02:40:44.433Z Downloaded cassowary v0.3.0
5972026-07-28T02:40:44.433Z Downloaded sha1 v0.11.0
5982026-07-28T02:40:44.433Z Downloaded signal-hook-tokio v0.3.1
5992026-07-28T02:40:44.433Z Downloaded slog-envlogger v2.2.0
6002026-07-28T02:40:44.433Z Downloaded constant_time_eq v0.4.2
6012026-07-28T02:40:44.436Z Downloaded recursive-proc-macro-impl v0.1.1
6022026-07-28T02:40:44.436Z Downloaded siphasher v1.0.2
6032026-07-28T02:40:44.437Z Downloaded strum v0.27.2
6042026-07-28T02:40:44.439Z Downloaded cexpr v0.6.0
6052026-07-28T02:40:44.439Z Downloaded tabwriter v1.4.1
6062026-07-28T02:40:44.439Z Downloaded time-core v0.1.8
6072026-07-28T02:40:44.443Z Downloaded async-trait v0.1.89
6082026-07-28T02:40:44.446Z Downloaded ahash v0.8.12
6092026-07-28T02:40:44.449Z Downloaded const-oid v0.10.2
6102026-07-28T02:40:44.449Z Downloaded group v0.14.0
6112026-07-28T02:40:44.449Z Downloaded scheduled-thread-pool v0.2.7
6122026-07-28T02:40:44.452Z Downloaded git-stub-vcs v0.1.0
6132026-07-28T02:40:44.452Z Downloaded parse-display-derive v0.10.0
6142026-07-28T02:40:44.455Z Downloaded oxide-update-engine-display v0.1.2
6152026-07-28T02:40:44.457Z Downloaded http-body-util v0.1.3
6162026-07-28T02:40:44.457Z Downloaded const_format_proc_macros v0.2.34
6172026-07-28T02:40:44.460Z Downloaded psm v0.1.30
6182026-07-28T02:40:44.460Z Downloaded bs58 v0.5.1
6192026-07-28T02:40:44.463Z Downloaded cbc v0.2.1
6202026-07-28T02:40:44.463Z Downloaded fatfs v0.3.6
6212026-07-28T02:40:44.466Z Downloaded httparse v1.10.1
6222026-07-28T02:40:44.466Z Downloaded primeorder v0.14.0-rc.10
6232026-07-28T02:40:44.468Z Downloaded subtle v2.6.1
6242026-07-28T02:40:44.468Z Downloaded blowfish v0.10.0
6252026-07-28T02:40:44.468Z Downloaded trait-variant v0.1.2
6262026-07-28T02:40:44.471Z Downloaded seq-macro v0.3.6
6272026-07-28T02:40:44.471Z Downloaded structmeta v0.3.0
6282026-07-28T02:40:44.474Z Downloaded sync_wrapper v1.0.2
6292026-07-28T02:40:44.474Z Downloaded untrusted v0.9.0
6302026-07-28T02:40:44.474Z Downloaded camino-tempfile-ext v0.3.3
6312026-07-28T02:40:44.477Z Downloaded cmov v0.5.4
6322026-07-28T02:40:44.479Z Downloaded num_enum_derive v0.7.6
6332026-07-28T02:40:44.479Z Downloaded usdt-attr-macro v0.6.0
6342026-07-28T02:40:44.479Z Downloaded void v1.0.2
6352026-07-28T02:40:44.479Z Downloaded waitgroup v0.1.2
6362026-07-28T02:40:44.482Z Downloaded arrayvec v0.7.6
6372026-07-28T02:40:44.482Z Downloaded hybrid-array v0.4.13
6382026-07-28T02:40:44.482Z Downloaded const-oid v0.9.6
6392026-07-28T02:40:44.486Z Downloaded num-derive v0.4.2
6402026-07-28T02:40:44.489Z Downloaded hmac v0.12.1
6412026-07-28T02:40:44.489Z Downloaded hyper-rustls v0.27.7
6422026-07-28T02:40:44.489Z Downloaded rustc-hash v2.1.1
6432026-07-28T02:40:44.491Z Downloaded parking_lot_core v0.8.6
6442026-07-28T02:40:44.492Z Downloaded pbkdf2 v0.13.0
6452026-07-28T02:40:44.492Z Downloaded chacha20 v0.9.1
6462026-07-28T02:40:44.494Z Downloaded cipher v0.5.2
6472026-07-28T02:40:44.494Z Downloaded compression-codecs v0.4.37
6482026-07-28T02:40:44.497Z Downloaded tower-service v0.3.3
6492026-07-28T02:40:44.497Z Downloaded simd-adler32 v0.3.8
6502026-07-28T02:40:44.497Z Downloaded slog-json v2.6.1
6512026-07-28T02:40:44.497Z Downloaded spki v0.8.0
6522026-07-28T02:40:44.500Z Downloaded sqlformat v0.3.5
6532026-07-28T02:40:44.500Z Downloaded stacker v0.1.23
6542026-07-28T02:40:44.500Z Downloaded num_enum v0.7.6
6552026-07-28T02:40:44.504Z Downloaded progenitor v0.14.0
6562026-07-28T02:40:44.504Z Downloaded crc v3.4.0
6572026-07-28T02:40:44.506Z Downloaded clang-sys v1.8.1
6582026-07-28T02:40:44.506Z Downloaded colored v2.2.0
6592026-07-28T02:40:44.509Z Downloaded colored v3.1.1
6602026-07-28T02:40:44.512Z Downloaded r2d2 v0.8.10
6612026-07-28T02:40:44.512Z Downloaded universal-hash v0.5.1
6622026-07-28T02:40:44.512Z Downloaded blake2 v0.10.6
6632026-07-28T02:40:44.515Z Downloaded group v0.13.0
6642026-07-28T02:40:44.515Z Downloaded hmac v0.13.0
6652026-07-28T02:40:44.515Z Downloaded compact_str v0.8.1
6662026-07-28T02:40:44.518Z Downloaded cancel-safe-futures v0.1.5
6672026-07-28T02:40:44.520Z Downloaded poly1305 v0.8.0
6682026-07-28T02:40:44.523Z Downloaded crc8 v0.1.1
6692026-07-28T02:40:44.523Z Downloaded crypto-common v0.2.2
6702026-07-28T02:40:44.526Z Downloaded futures v0.3.32
6712026-07-28T02:40:44.529Z Downloaded tokio-tungstenite v0.21.0
6722026-07-28T02:40:44.531Z Downloaded rpassword v7.5.4
6732026-07-28T02:40:44.534Z Downloaded scroll v0.13.0
6742026-07-28T02:40:44.534Z Downloaded scopeguard v1.2.0
6752026-07-28T02:40:44.534Z Downloaded snafu-derive v0.8.9
6762026-07-28T02:40:44.537Z Downloaded bzip2 v0.4.4
6772026-07-28T02:40:44.537Z Downloaded console v0.15.11
6782026-07-28T02:40:44.537Z Downloaded console v0.16.2
6792026-07-28T02:40:44.540Z Downloaded unicode-truncate v1.1.0
6802026-07-28T02:40:44.540Z Downloaded rand_chacha v0.9.0
6812026-07-28T02:40:44.540Z Downloaded writeable v0.6.2
6822026-07-28T02:40:44.543Z Downloaded backon v1.6.0
6832026-07-28T02:40:44.543Z Downloaded spki v0.7.3
6842026-07-28T02:40:44.546Z Downloaded tokio-native-tls v0.3.1
6852026-07-28T02:40:44.546Z Downloaded buf-list v1.1.2
6862026-07-28T02:40:44.548Z Downloaded kstat-rs v0.2.4
6872026-07-28T02:40:44.552Z Downloaded argon2 v0.6.0-rc.8
6882026-07-28T02:40:44.554Z Downloaded futures-channel v0.3.32
6892026-07-28T02:40:44.557Z Downloaded hyper-tls v0.6.0
6902026-07-28T02:40:44.560Z Downloaded term v1.2.1
6912026-07-28T02:40:44.562Z Downloaded internet-checksum v0.2.1
6922026-07-28T02:40:44.562Z Downloaded instability v0.3.11
6932026-07-28T02:40:44.565Z Downloaded newline-converter v0.3.0
6942026-07-28T02:40:44.567Z Downloaded maplit v1.0.2
6952026-07-28T02:40:44.567Z Downloaded lru-cache v0.1.2
6962026-07-28T02:40:44.568Z Downloaded zerovec-derive v0.11.2
6972026-07-28T02:40:44.571Z Downloaded nodrop v0.1.14
6982026-07-28T02:40:44.574Z Downloaded chacha20 v0.10.0
6992026-07-28T02:40:44.574Z Downloaded olpc-cjson v0.1.4
7002026-07-28T02:40:44.576Z Downloaded ciborium v0.2.2
7012026-07-28T02:40:44.579Z Downloaded whoami v2.1.0
7022026-07-28T02:40:44.583Z Downloaded bitfield v0.19.4
7032026-07-28T02:40:44.583Z Downloaded match_cfg v0.1.0
7042026-07-28T02:40:44.583Z Downloaded pkcs5 v0.8.1
7052026-07-28T02:40:44.585Z Downloaded half v1.8.3
7062026-07-28T02:40:44.592Z Downloaded openssl-macros v0.1.1
7072026-07-28T02:40:44.597Z Downloaded document-features v0.2.12
7082026-07-28T02:40:44.600Z Downloaded shlex v1.3.0
7092026-07-28T02:40:44.602Z Downloaded darling v0.13.4
7102026-07-28T02:40:44.602Z Downloaded bzip2 v0.6.1
7112026-07-28T02:40:44.605Z Downloaded radium v0.7.0
7122026-07-28T02:40:44.608Z Downloaded dirs-next v2.0.0
7132026-07-28T02:40:44.612Z Downloaded progenitor-macro v0.14.0
7142026-07-28T02:40:44.614Z Downloaded twox-hash v2.1.2
7152026-07-28T02:40:44.614Z Downloaded ecdsa v0.16.9
7162026-07-28T02:40:44.620Z Downloaded base64 v0.22.1
7172026-07-28T02:40:44.623Z Downloaded indoc v1.0.9
7182026-07-28T02:40:44.626Z Downloaded const_format v0.2.35
7192026-07-28T02:40:44.626Z Downloaded secrecy v0.8.0
7202026-07-28T02:40:44.628Z Downloaded sha1 v0.10.6
7212026-07-28T02:40:44.633Z Downloaded jobserver v0.1.34
7222026-07-28T02:40:44.636Z Downloaded precomputed-hash v0.1.1
7232026-07-28T02:40:44.636Z Downloaded russh-cryptovec v0.61.0
7242026-07-28T02:40:44.639Z Downloaded headers v0.4.1
7252026-07-28T02:40:44.641Z Downloaded serde_yaml v0.9.34+deprecated
7262026-07-28T02:40:44.642Z Downloaded similar v2.7.0
7272026-07-28T02:40:44.644Z Downloaded tinyvec v1.10.0
7282026-07-28T02:40:44.647Z Downloaded same-file v1.0.6
7292026-07-28T02:40:44.647Z Downloaded term v0.7.0
7302026-07-28T02:40:44.651Z Downloaded newtype-uuid v1.3.2
7312026-07-28T02:40:44.651Z Downloaded shell-words v1.1.1
7322026-07-28T02:40:44.653Z Downloaded ipnet v2.11.0
7332026-07-28T02:40:44.653Z Downloaded sync-ptr v0.1.4
7342026-07-28T02:40:44.653Z Downloaded arc-swap v1.8.2
7352026-07-28T02:40:44.657Z Downloaded base64 v0.21.7
7362026-07-28T02:40:44.660Z Downloaded supports-color v3.0.2
7372026-07-28T02:40:44.660Z Downloaded heapless v0.7.17
7382026-07-28T02:40:44.660Z Downloaded mime_guess v2.0.5
7392026-07-28T02:40:44.663Z Downloaded num-complex v0.4.6
7402026-07-28T02:40:44.663Z Downloaded cookie_store v0.22.1
7412026-07-28T02:40:44.663Z Downloaded vergen v9.1.0
7422026-07-28T02:40:44.665Z Downloaded stable_deref_trait v1.2.1
7432026-07-28T02:40:44.665Z Downloaded heapless v0.8.0
7442026-07-28T02:40:44.671Z Downloaded thiserror-impl-no-std v2.0.2
7452026-07-28T02:40:44.673Z Downloaded crossbeam-utils v0.8.21
7462026-07-28T02:40:44.674Z Downloaded darling v0.23.0
7472026-07-28T02:40:44.676Z Downloaded cc v1.2.56
7482026-07-28T02:40:44.676Z Downloaded chacha20poly1305 v0.10.1
7492026-07-28T02:40:44.679Z Downloaded tokio-test v0.4.5
7502026-07-28T02:40:44.679Z Downloaded toml v1.1.2+spec-1.1.0
7512026-07-28T02:40:44.682Z Downloaded pem v3.0.6
7522026-07-28T02:40:44.682Z Downloaded packed_struct v0.10.1
7532026-07-28T02:40:44.682Z Downloaded pkcs8 v0.10.2
7542026-07-28T02:40:44.684Z Downloaded ron v0.8.1
7552026-07-28T02:40:44.687Z Downloaded nu-ansi-term v0.50.3
7562026-07-28T02:40:44.687Z Downloaded try-lock v0.2.5
7572026-07-28T02:40:44.690Z Downloaded utf8_iter v1.0.4
7582026-07-28T02:40:44.690Z Downloaded polyval v0.7.1
7592026-07-28T02:40:44.690Z Downloaded tower-layer v0.3.3
7602026-07-28T02:40:44.692Z Downloaded crossbeam-epoch v0.9.18
7612026-07-28T02:40:44.695Z Downloaded darling v0.20.11
7622026-07-28T02:40:44.698Z Downloaded diff v0.1.13
7632026-07-28T02:40:44.700Z Downloaded oxide-update-engine v0.1.2
7642026-07-28T02:40:44.703Z Downloaded phf v0.12.1
7652026-07-28T02:40:44.703Z Downloaded primefield v0.14.0
7662026-07-28T02:40:44.703Z Downloaded predicates v3.1.4
7672026-07-28T02:40:44.706Z Downloaded primeorder v0.13.6
7682026-07-28T02:40:44.709Z Downloaded universal-hash v0.6.1
7692026-07-28T02:40:44.709Z Downloaded zone_cfg_derive v0.3.1
7702026-07-28T02:40:44.709Z Downloaded wait-timeout v0.2.1
7712026-07-28T02:40:44.711Z Downloaded zerofrom v0.1.6
7722026-07-28T02:40:44.711Z Downloaded curve25519-dalek-derive v0.1.1
7732026-07-28T02:40:44.714Z Downloaded ar_archive_writer v0.5.1
7742026-07-28T02:40:44.717Z Downloaded cpubits v0.1.1
7752026-07-28T02:40:44.717Z Downloaded hickory-resolver v0.25.2
7762026-07-28T02:40:44.720Z Downloaded hickory-resolver v0.24.4
7772026-07-28T02:40:44.723Z Downloaded tar v0.4.46
7782026-07-28T02:40:44.726Z Downloaded yoke v0.8.1
7792026-07-28T02:40:44.728Z Downloaded proc-macro-crate v3.4.0
7802026-07-28T02:40:44.728Z Downloaded signature v2.2.0
7812026-07-28T02:40:44.731Z Downloaded slog-dtrace v0.3.0
7822026-07-28T02:40:44.731Z Downloaded termios v0.3.3
7832026-07-28T02:40:44.731Z Downloaded darling_macro v0.23.0
7842026-07-28T02:40:44.733Z Downloaded derive_builder_macro v0.20.2
7852026-07-28T02:40:44.733Z Downloaded rustversion v1.0.22
7862026-07-28T02:40:44.733Z Downloaded serde_path_to_error v0.1.20
7872026-07-28T02:40:44.742Z Downloaded expectorate v1.2.0
7882026-07-28T02:40:44.744Z Downloaded darling_macro v0.21.3
7892026-07-28T02:40:44.747Z Downloaded litemap v0.8.1
7902026-07-28T02:40:44.747Z Downloaded pretty_assertions v1.4.1
7912026-07-28T02:40:44.750Z Downloaded async-compression v0.4.41
7922026-07-28T02:40:44.752Z Downloaded darling_core v0.13.4
7932026-07-28T02:40:44.755Z Downloaded digest-io v0.1.0
7942026-07-28T02:40:44.755Z Downloaded derive-where v1.6.0
7952026-07-28T02:40:44.755Z Downloaded dof v0.4.0
7962026-07-28T02:40:44.758Z Downloaded uuid v1.23.4
7972026-07-28T02:40:44.758Z Downloaded smallvec v0.6.14
7982026-07-28T02:40:44.758Z Downloaded static_assertions v1.1.0
7992026-07-28T02:40:44.760Z Downloaded toml_writer v1.1.1+spec-1.1.0
8002026-07-28T02:40:44.760Z Downloaded usdt-impl v0.6.0
8012026-07-28T02:40:44.760Z Downloaded thiserror-no-std v2.0.2
8022026-07-28T02:40:44.763Z Downloaded tiny-keccak v2.0.2
8032026-07-28T02:40:44.765Z Downloaded xshell v0.2.7
8042026-07-28T02:40:44.766Z Downloaded bumpalo v3.20.2
8052026-07-28T02:40:44.766Z Downloaded pkcs1 v0.8.0-rc.4
8062026-07-28T02:40:44.770Z Downloaded quinn-udp v0.5.14
8072026-07-28T02:40:44.770Z Downloaded publicsuffix v2.3.0
8082026-07-28T02:40:44.772Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8092026-07-28T02:40:44.772Z Downloaded dyn-clone v1.0.20
8102026-07-28T02:40:44.772Z Downloaded is_ci v1.2.0
8112026-07-28T02:40:44.772Z Downloaded icu_provider v2.1.1
8122026-07-28T02:40:44.775Z Downloaded walkdir v2.5.0
8132026-07-28T02:40:44.778Z Downloaded maybe-uninit v2.0.0
8142026-07-28T02:40:44.778Z Downloaded md-5 v0.10.6
8152026-07-28T02:40:44.778Z Downloaded darling v0.21.3
8162026-07-28T02:40:44.781Z Downloaded derive_more v0.99.20
8172026-07-28T02:40:44.784Z Downloaded nibble_vec v0.1.0
8182026-07-28T02:40:44.786Z Downloaded unicode-xid v0.2.6
8192026-07-28T02:40:44.789Z Downloaded newtype_derive v0.1.6
8202026-07-28T02:40:44.791Z Downloaded http v1.4.2
8212026-07-28T02:40:44.794Z Downloaded hashbrown v0.13.2
8222026-07-28T02:40:44.794Z Downloaded num-conv v0.2.0
8232026-07-28T02:40:44.797Z Downloaded openssl-probe v0.1.6
8242026-07-28T02:40:44.797Z Downloaded openssl-probe v0.2.1
8252026-07-28T02:40:44.797Z Downloaded sec1 v0.8.1
8262026-07-28T02:40:44.797Z Downloaded zstd-safe v7.2.4
8272026-07-28T02:40:44.802Z Downloaded libbz2-rs-sys v0.2.2
8282026-07-28T02:40:44.802Z Downloaded dropshot_endpoint v0.17.1
8292026-07-28T02:40:44.804Z Downloaded toml_edit v0.23.10+spec-1.0.0
8302026-07-28T02:40:44.804Z Downloaded zip v0.6.6
8312026-07-28T02:40:44.813Z Downloaded csv-core v0.1.13
8322026-07-28T02:40:44.816Z Downloaded delegate v0.13.5
8332026-07-28T02:40:44.819Z Downloaded progenitor-client v0.14.0
8342026-07-28T02:40:44.819Z Downloaded embedded-io v0.6.1
8352026-07-28T02:40:44.822Z Downloaded psl-types v2.0.11
8362026-07-28T02:40:44.822Z Downloaded rfc6979 v0.5.0
8372026-07-28T02:40:44.822Z Downloaded aes-gcm v0.11.0
8382026-07-28T02:40:44.826Z Downloaded rand_pcg v0.10.2
8392026-07-28T02:40:44.826Z Downloaded tungstenite v0.23.0
8402026-07-28T02:40:44.829Z Downloaded vergen-lib v0.1.6
8412026-07-28T02:40:44.829Z Downloaded serde-big-array v0.5.1
8422026-07-28T02:40:44.829Z Downloaded smallvec v1.15.1
8432026-07-28T02:40:44.832Z Downloaded spin v0.9.8
8442026-07-28T02:40:44.832Z Downloaded dropshot-api-manager-types v0.7.2
8452026-07-28T02:40:44.832Z Downloaded strsim v0.10.0
8462026-07-28T02:40:44.835Z Downloaded derive-ex v0.1.8
8472026-07-28T02:40:44.835Z Downloaded sqlparser_derive v0.5.0
8482026-07-28T02:40:44.838Z Downloaded structmeta-derive v0.3.0
8492026-07-28T02:40:44.838Z Downloaded ingot-types v0.2.0
8502026-07-28T02:40:44.841Z Downloaded keccak v0.2.0
8512026-07-28T02:40:44.841Z Downloaded libsw-core v0.3.2
8522026-07-28T02:40:44.841Z Downloaded rfc6979 v0.4.0
8532026-07-28T02:40:44.841Z Downloaded samael v0.0.19
8542026-07-28T02:40:44.844Z Downloaded rand v0.10.1
8552026-07-28T02:40:44.847Z Downloaded tinystr v0.8.2
8562026-07-28T02:40:44.850Z Downloaded recursive v0.1.1
8572026-07-28T02:40:44.850Z Downloaded serde_repr v0.1.20
8582026-07-28T02:40:44.853Z Downloaded indicatif v0.18.4
8592026-07-28T02:40:44.853Z Downloaded lru v0.12.5
8602026-07-28T02:40:44.857Z Downloaded take_mut v0.2.2
8612026-07-28T02:40:44.857Z Downloaded num-rational v0.4.2
8622026-07-28T02:40:44.857Z Downloaded paste v1.0.15
8632026-07-28T02:40:44.860Z Downloaded phc v0.6.1
8642026-07-28T02:40:44.863Z Downloaded crc32fast v1.5.0
8652026-07-28T02:40:44.866Z Downloaded pin-project v1.1.11
8662026-07-28T02:40:44.870Z Downloaded lazy_static v1.5.0
8672026-07-28T02:40:44.874Z Downloaded postgres-protocol v0.6.10
8682026-07-28T02:40:44.874Z Downloaded nanorand v0.7.0
8692026-07-28T02:40:44.878Z Downloaded thread-id v5.1.0
8702026-07-28T02:40:44.878Z Downloaded tokio-macros v2.7.0
8712026-07-28T02:40:44.879Z Downloaded topological-sort v0.2.2
8722026-07-28T02:40:44.879Z Downloaded utf-8 v0.7.6
8732026-07-28T02:40:44.879Z Downloaded zeroize_derive v1.4.3
8742026-07-28T02:40:44.883Z Downloaded libefi-sys v0.1.0
8752026-07-28T02:40:44.887Z Downloaded proc-macro-error2 v2.0.1
8762026-07-28T02:40:44.890Z Downloaded hickory-server v0.25.2
8772026-07-28T02:40:44.893Z Downloaded diesel_table_macro_syntax v0.3.0
8782026-07-28T02:40:44.893Z Downloaded difflib v0.4.0
8792026-07-28T02:40:44.897Z Downloaded p384 v0.14.0-rc.10
8802026-07-28T02:40:44.899Z Downloaded pin-project-lite v0.2.17
8812026-07-28T02:40:44.903Z Downloaded slog-async v2.8.0
8822026-07-28T02:40:44.907Z Downloaded darling_macro v0.20.11
8832026-07-28T02:40:44.910Z Downloaded bytes v1.11.1
8842026-07-28T02:40:44.913Z Downloaded rand v0.9.2
8852026-07-28T02:40:44.913Z Downloaded signal-hook-registry v1.4.8
8862026-07-28T02:40:44.914Z Downloaded string_cache v0.8.9
8872026-07-28T02:40:44.916Z Downloaded time-macros v0.2.27
8882026-07-28T02:40:44.917Z Downloaded aes v0.9.1
8892026-07-28T02:40:44.921Z Downloaded dsl_auto_type v0.2.0
8902026-07-28T02:40:44.926Z Downloaded ml-kem v0.3.2
8912026-07-28T02:40:44.929Z Downloaded parking_lot v0.11.2
8922026-07-28T02:40:44.929Z Downloaded pem-rfc7468 v0.7.0
8932026-07-28T02:40:44.929Z Downloaded multimap v0.10.1
8942026-07-28T02:40:44.933Z Downloaded rustls-pemfile v2.2.0
8952026-07-28T02:40:44.937Z Downloaded serde_derive_internals v0.29.1
8962026-07-28T02:40:44.937Z Downloaded wyz v0.5.1
8972026-07-28T02:40:44.937Z Downloaded is-terminal v0.4.17
8982026-07-28T02:40:44.937Z Downloaded md5 v0.8.0
8992026-07-28T02:40:44.940Z Downloaded idna_adapter v1.2.1
9002026-07-28T02:40:44.940Z Downloaded parse-size v1.1.0
9012026-07-28T02:40:44.940Z Downloaded ecdsa v0.17.0-rc.18
9022026-07-28T02:40:44.944Z Downloaded nonempty v0.12.0
9032026-07-28T02:40:44.948Z Downloaded postgres-types v0.2.12
9042026-07-28T02:40:44.948Z Downloaded derive_more v2.1.1
9052026-07-28T02:40:44.951Z Downloaded unicode-bidi v0.3.18
9062026-07-28T02:40:44.954Z Downloaded crossbeam-deque v0.8.6
9072026-07-28T02:40:44.954Z Downloaded vergen-lib v9.1.0
9082026-07-28T02:40:44.957Z Downloaded num-iter v0.1.45
9092026-07-28T02:40:44.958Z Downloaded vergen-gitcl v1.0.8
9102026-07-28T02:40:44.958Z Downloaded ctr v0.10.1
9112026-07-28T02:40:44.963Z Downloaded sapling-renderdag v0.1.0
9122026-07-28T02:40:44.966Z Downloaded signal-hook-mio v0.2.5
9132026-07-28T02:40:44.971Z Downloaded rtoolbox v0.0.3
9142026-07-28T02:40:44.971Z Downloaded yasna v0.5.2
9152026-07-28T02:40:44.971Z Downloaded zeroize v1.8.2
9162026-07-28T02:40:44.971Z Downloaded convert_case v0.10.0
9172026-07-28T02:40:44.975Z Downloaded icu_locale_core v2.1.1
9182026-07-28T02:40:44.979Z Downloaded impl-trait-for-tuples v0.2.3
9192026-07-28T02:40:44.982Z Downloaded ingot v0.2.1
9202026-07-28T02:40:44.982Z Downloaded pkcs1 v0.7.5
9212026-07-28T02:40:44.989Z Downloaded daft-derive v0.1.7
9222026-07-28T02:40:44.992Z Downloaded defmt v1.0.1
9232026-07-28T02:40:44.995Z Downloaded ed25519-dalek v2.2.0
9242026-07-28T02:40:44.997Z Downloaded typed-path v0.9.3
9252026-07-28T02:40:45.001Z Downloaded ed25519-dalek v3.0.0-rc.0
9262026-07-28T02:40:45.004Z Downloaded rand v0.8.6
9272026-07-28T02:40:45.005Z Downloaded papergrid v0.17.0
9282026-07-28T02:40:45.007Z Downloaded want v0.3.1
9292026-07-28T02:40:45.008Z Downloaded zerofrom-derive v0.1.6
9302026-07-28T02:40:45.011Z Downloaded unit-prefix v0.5.2
9312026-07-28T02:40:45.011Z Downloaded p256 v0.14.0-rc.10
9322026-07-28T02:40:45.015Z Downloaded hashbrown v0.16.1
9332026-07-28T02:40:45.018Z Downloaded indexmap v1.9.3
9342026-07-28T02:40:45.022Z Downloaded xshell-macros v0.2.7
9352026-07-28T02:40:45.026Z Downloaded peg-macros v0.8.5
9362026-07-28T02:40:45.026Z Downloaded port-file v0.1.0
9372026-07-28T02:40:45.029Z Downloaded cpufeatures v0.3.0
9382026-07-28T02:40:45.029Z Downloaded darling_macro v0.13.4
9392026-07-28T02:40:45.029Z Downloaded zip v4.6.1
9402026-07-28T02:40:45.032Z Downloaded phf v0.13.1
9412026-07-28T02:40:45.032Z Downloaded tokio-tungstenite v0.23.1
9422026-07-28T02:40:45.036Z Downloaded ipnetwork v0.21.1
9432026-07-28T02:40:45.036Z Downloaded predicates-tree v1.0.13
9442026-07-28T02:40:45.039Z Downloaded der_derive v0.7.3
9452026-07-28T02:40:45.043Z Downloaded illumos-nvpair v0.3.0
9462026-07-28T02:40:45.046Z Downloaded rand_seeder v0.4.0
9472026-07-28T02:40:45.046Z Downloaded display-error-chain v0.2.2
9482026-07-28T02:40:45.046Z Downloaded dirs-sys-next v0.1.2
9492026-07-28T02:40:45.046Z Downloaded lalrpop-util v0.19.12
9502026-07-28T02:40:45.052Z Downloaded num-bigint v0.4.6
9512026-07-28T02:40:45.055Z Downloaded lock_api v0.4.14
9522026-07-28T02:40:45.055Z Downloaded icu_normalizer v2.1.1
9532026-07-28T02:40:45.059Z Downloaded icu_normalizer_data v2.1.1
9542026-07-28T02:40:45.059Z Downloaded rustls-webpki v0.103.13
9552026-07-28T02:40:45.067Z Downloaded lzss v0.8.2
9562026-07-28T02:40:45.070Z Downloaded slog-term v2.9.2
9572026-07-28T02:40:45.070Z Downloaded support-bundle-viewer v0.1.2
9582026-07-28T02:40:45.070Z Downloaded synstructure v0.13.2
9592026-07-28T02:40:45.070Z Downloaded managed v0.8.0
9602026-07-28T02:40:45.070Z Downloaded memoffset v0.9.1
9612026-07-28T02:40:45.074Z Downloaded parse-display v0.10.0
9622026-07-28T02:40:45.074Z Downloaded peg-runtime v0.8.5
9632026-07-28T02:40:45.074Z Downloaded libloading v0.8.9
9642026-07-28T02:40:45.074Z Downloaded opaque-debug v0.3.1
9652026-07-28T02:40:45.078Z Downloaded smf v0.2.3
9662026-07-28T02:40:45.078Z Downloaded thread_local v1.1.9
9672026-07-28T02:40:45.082Z Downloaded darling_core v0.21.3
9682026-07-28T02:40:45.090Z Downloaded minimal-lexical v0.2.1
9692026-07-28T02:40:45.094Z Downloaded vergen-git2 v9.1.0
9702026-07-28T02:40:45.097Z Downloaded tui-tree-widget v0.23.1
9712026-07-28T02:40:45.101Z Downloaded corncobs v0.1.4
9722026-07-28T02:40:45.104Z Downloaded schemars v0.8.22
9732026-07-28T02:40:45.108Z Downloaded secrecy v0.10.3
9742026-07-28T02:40:45.111Z Downloaded hashbrown v0.15.5
9752026-07-28T02:40:45.114Z Downloaded der v0.8.0
9762026-07-28T02:40:45.117Z Downloaded pkcs8 v0.11.0
9772026-07-28T02:40:45.117Z Downloaded diesel-dtrace v0.5.0
9782026-07-28T02:40:45.121Z Downloaded digest v0.11.3
9792026-07-28T02:40:45.121Z Downloaded unarray v0.1.4
9802026-07-28T02:40:45.125Z Downloaded untrusted v0.7.1
9812026-07-28T02:40:45.129Z Downloaded strum v0.26.3
9822026-07-28T02:40:45.129Z Downloaded defmt-macros v1.0.1
9832026-07-28T02:40:45.129Z Downloaded tabled_derive v0.11.0
9842026-07-28T02:40:45.129Z Downloaded tagptr v0.2.0
9852026-07-28T02:40:45.133Z Downloaded p521 v0.14.0-rc.10
9862026-07-28T02:40:45.133Z Downloaded slog v2.8.2
9872026-07-28T02:40:45.136Z Downloaded elliptic-curve v0.14.0-rc.33
9882026-07-28T02:40:45.139Z Downloaded linear-map v1.2.0
9892026-07-28T02:40:45.139Z Downloaded serde_cbor v0.11.2
9902026-07-28T02:40:45.139Z Downloaded serde_with_macros v3.21.0
9912026-07-28T02:40:45.143Z Downloaded zerocopy-derive v0.8.40
9922026-07-28T02:40:45.178Z Downloaded hyper v1.10.1
9932026-07-28T02:40:45.182Z Downloaded strum_macros v0.24.3
9942026-07-28T02:40:45.182Z Downloaded tough v0.22.0
9952026-07-28T02:40:45.182Z Downloaded ref-cast v1.0.25
9962026-07-28T02:40:45.182Z Downloaded toml_parser v1.1.2+spec-1.1.0
9972026-07-28T02:40:45.182Z Downloaded crypto-bigint v0.5.5
9982026-07-28T02:40:45.182Z Downloaded defmt-parser v1.0.0
9992026-07-28T02:40:45.182Z Downloaded dunce v1.0.5
10002026-07-28T02:40:45.182Z Downloaded num-integer v0.1.46
10012026-07-28T02:40:45.182Z Downloaded inout v0.1.4
10022026-07-28T02:40:45.182Z Downloaded futures-util v0.3.32
10032026-07-28T02:40:45.182Z Downloaded linked-hash-map v0.5.6
10042026-07-28T02:40:45.182Z Downloaded libxml v0.3.3
10052026-07-28T02:40:45.182Z Downloaded tokio-stream v0.1.18
10062026-07-28T02:40:45.186Z Downloaded phf_shared v0.11.3
10072026-07-28T02:40:45.186Z Downloaded phf_shared v0.12.1
10082026-07-28T02:40:45.186Z Downloaded iana-time-zone v0.1.65
10092026-07-28T02:40:45.190Z Downloaded schemars v0.9.0
10102026-07-28T02:40:45.193Z Downloaded tls_codec_derive v0.4.2
10112026-07-28T02:40:45.198Z Downloaded proc-macro-error-attr2 v2.0.0
10122026-07-28T02:40:45.198Z Downloaded progenitor-client v0.13.0
10132026-07-28T02:40:45.198Z Downloaded testing_table v0.3.0
10142026-07-28T02:40:45.198Z Downloaded ingot-macros v0.2.0
10152026-07-28T02:40:45.201Z Downloaded rand_xorshift v0.4.0
10162026-07-28T02:40:45.201Z Downloaded resolv-conf v0.7.6
10172026-07-28T02:40:45.201Z Downloaded scrypt v0.12.0
10182026-07-28T02:40:45.201Z Downloaded sec1 v0.7.3
10192026-07-28T02:40:45.201Z Downloaded ref-cast-impl v1.0.25
10202026-07-28T02:40:45.206Z Downloaded slab v0.4.12
10212026-07-28T02:40:45.209Z Downloaded whoami v1.6.1
10222026-07-28T02:40:45.212Z Downloaded oso v0.27.3
10232026-07-28T02:40:45.216Z Downloaded progenitor-impl v0.14.0
10242026-07-28T02:40:45.216Z Downloaded uzers v0.12.2
10252026-07-28T02:40:45.216Z Downloaded icu_collections v2.1.1
10262026-07-28T02:40:45.219Z Downloaded usdt v0.6.0
10272026-07-28T02:40:45.225Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10282026-07-28T02:40:45.225Z Downloaded yoke-derive v0.8.1
10292026-07-28T02:40:45.226Z Downloaded derive_builder v0.20.2
10302026-07-28T02:40:45.229Z Downloaded omicron-zone-package v0.12.3
10312026-07-28T02:40:45.229Z Downloaded nom v8.0.0
10322026-07-28T02:40:45.232Z Downloaded ryu v1.0.23
10332026-07-28T02:40:45.235Z Downloaded ena v0.14.4
10342026-07-28T02:40:45.235Z Downloaded signal-hook v0.3.18
10352026-07-28T02:40:45.239Z Downloaded zerotrie v0.2.3
10362026-07-28T02:40:45.239Z Downloaded debug-ignore v1.0.5
10372026-07-28T02:40:45.242Z Downloaded memmap2 v0.9.10
10382026-07-28T02:40:45.242Z Downloaded peg v0.8.5
10392026-07-28T02:40:45.250Z Downloaded instant v0.1.13
10402026-07-28T02:40:45.250Z Downloaded qorb v0.4.1
10412026-07-28T02:40:45.253Z Downloaded inout v0.2.2
10422026-07-28T02:40:45.253Z Downloaded unicode_categories v0.1.1
10432026-07-28T02:40:45.253Z Downloaded module-lattice v0.2.3
10442026-07-28T02:40:45.253Z Downloaded zopfli v0.8.3
10452026-07-28T02:40:45.253Z Downloaded hkdf v0.12.4
10462026-07-28T02:40:45.253Z Downloaded num_enum v0.5.11
10472026-07-28T02:40:45.257Z Downloaded steno v0.4.1
10482026-07-28T02:40:45.260Z Downloaded aho-corasick v1.1.4
10492026-07-28T02:40:45.264Z Downloaded h2 v0.4.15
10502026-07-28T02:40:45.267Z Downloaded hkdf v0.13.0
10512026-07-28T02:40:45.267Z Downloaded diesel_derives v2.3.7
10522026-07-28T02:40:45.271Z Downloaded tungstenite v0.21.0
10532026-07-28T02:40:45.274Z Downloaded unsafe-libyaml v0.2.11
10542026-07-28T02:40:45.275Z Downloaded password-hash v0.5.0
10552026-07-28T02:40:45.278Z Downloaded poly1305 v0.9.0
10562026-07-28T02:40:45.278Z Downloaded serde_spanned v1.1.1
10572026-07-28T02:40:45.278Z Downloaded sigpipe v0.1.3
10582026-07-28T02:40:45.278Z Downloaded crossbeam-channel v0.5.15
10592026-07-28T02:40:45.282Z Downloaded rand_core v0.10.0
10602026-07-28T02:40:45.282Z Downloaded regex v1.12.3
10612026-07-28T02:40:45.287Z Downloaded reqwest v0.13.2
10622026-07-28T02:40:45.291Z Downloaded miniz_oxide v0.8.9
10632026-07-28T02:40:45.291Z Downloaded num-bigint-dig v0.8.6
10642026-07-28T02:40:45.299Z Downloaded rand_core v0.9.5
10652026-07-28T02:40:45.299Z Downloaded rustls-pki-types v1.14.0
10662026-07-28T02:40:45.304Z Downloaded typify-macro v0.6.2
10672026-07-28T02:40:45.304Z Downloaded x509-cert v0.2.5
10682026-07-28T02:40:45.304Z Downloaded openssl-sys v0.9.115
10692026-07-28T02:40:45.304Z Downloaded rayon-core v1.13.0
10702026-07-28T02:40:45.308Z Downloaded crucible-workspace-hack v0.1.0
10712026-07-28T02:40:45.308Z Downloaded goblin v0.10.5
10722026-07-28T02:40:45.312Z Downloaded prefix-trie v0.7.0
10732026-07-28T02:40:45.312Z Downloaded unicase v2.9.0
10742026-07-28T02:40:45.315Z Downloaded icu_properties v2.1.2
10752026-07-28T02:40:45.315Z Downloaded internal-russh-num-bigint v0.5.0
10762026-07-28T02:40:45.319Z Downloaded cookie v0.18.1
10772026-07-28T02:40:45.319Z Downloaded zstd v0.13.3
10782026-07-28T02:40:45.323Z Downloaded usdt-macro v0.6.0
10792026-07-28T02:40:45.323Z Downloaded zone v0.3.1
10802026-07-28T02:40:45.323Z Downloaded des v0.9.0
10812026-07-28T02:40:45.323Z Downloaded displaydoc v0.2.5
10822026-07-28T02:40:45.326Z Downloaded downcast-rs v2.0.2
10832026-07-28T02:40:45.326Z Downloaded critical-section v1.2.0
10842026-07-28T02:40:45.326Z Downloaded ident_case v1.0.1
10852026-07-28T02:40:45.326Z Downloaded kem v0.3.0
10862026-07-28T02:40:45.326Z Downloaded libscf-sys v1.1.0
10872026-07-28T02:40:45.326Z Downloaded predicates-core v1.0.10
10882026-07-28T02:40:45.329Z Downloaded newtype-uuid-macros v0.1.0
10892026-07-28T02:40:45.330Z Downloaded oxnet v0.1.6
10902026-07-28T02:40:45.335Z Downloaded pem-rfc7468 v1.0.0
10912026-07-28T02:40:45.339Z Downloaded ppv-lite86 v0.2.21
10922026-07-28T02:40:45.343Z Downloaded rustls-native-certs v0.8.3
10932026-07-28T02:40:45.343Z Downloaded signature v3.0.0
10942026-07-28T02:40:45.346Z Downloaded tap v1.0.1
10952026-07-28T02:40:45.347Z Downloaded lru-slab v0.1.2
10962026-07-28T02:40:45.347Z Downloaded schemars_derive v0.8.22
10972026-07-28T02:40:45.350Z Downloaded crc-catalog v2.4.0
10982026-07-28T02:40:45.350Z Downloaded embedded-io v0.4.0
10992026-07-28T02:40:45.354Z Downloaded illumos-nvpair-sys v0.2.0
11002026-07-28T02:40:45.354Z Downloaded defmt v0.3.100
11012026-07-28T02:40:45.354Z Downloaded new_debug_unreachable v1.0.6
11022026-07-28T02:40:45.358Z Downloaded ssh-cipher v0.3.0-rc.9
11032026-07-28T02:40:45.361Z Downloaded stringprep v0.1.5
11042026-07-28T02:40:45.364Z Downloaded strum_macros v0.27.2
11052026-07-28T02:40:45.368Z Downloaded toml v0.7.8
11062026-07-28T02:40:45.368Z Downloaded tracing-attributes v0.1.31
11072026-07-28T02:40:45.371Z Downloaded derive_more-impl v2.1.1
11082026-07-28T02:40:45.374Z Downloaded quinn v0.11.9
11092026-07-28T02:40:45.377Z Downloaded rustyline v14.0.0
11102026-07-28T02:40:45.381Z Downloaded quick-error v1.2.3
11112026-07-28T02:40:45.381Z Downloaded dtrace-parser v0.3.0
11122026-07-28T02:40:45.381Z Downloaded mime v0.3.17
11132026-07-28T02:40:45.388Z Downloaded ed25519 v2.2.3
11142026-07-28T02:40:45.391Z Downloaded icu_properties_data v2.1.2
11152026-07-28T02:40:45.391Z Downloaded prettyplease v0.2.37
11162026-07-28T02:40:45.394Z Downloaded ctutils v0.4.2
11172026-07-28T02:40:45.397Z Downloaded crossterm v0.28.1
11182026-07-28T02:40:45.401Z Downloaded data-encoding v2.10.0
11192026-07-28T02:40:45.404Z Downloaded unicode-segmentation v1.12.0
11202026-07-28T02:40:45.404Z Downloaded num-derive v0.3.3
11212026-07-28T02:40:45.409Z Downloaded itertools v0.14.0
11222026-07-28T02:40:45.413Z Downloaded ignore v0.4.25
11232026-07-28T02:40:45.416Z Downloaded pkg-config v0.3.32
11242026-07-28T02:40:45.420Z Downloaded progenitor v0.13.0
11252026-07-28T02:40:45.420Z Downloaded indent_write v2.2.0
11262026-07-28T02:40:45.420Z Downloaded aws-lc-rs v1.16.3
11272026-07-28T02:40:45.424Z Downloaded cstr-argument v0.1.2
11282026-07-28T02:40:45.427Z Downloaded russh-util v0.52.0
11292026-07-28T02:40:45.427Z Downloaded snafu v0.8.9
11302026-07-28T02:40:45.431Z Downloaded litrs v1.0.0
11312026-07-28T02:40:45.431Z Downloaded strip-ansi-escapes v0.2.1
11322026-07-28T02:40:45.431Z Downloaded crunchy v0.2.4
11332026-07-28T02:40:45.431Z Downloaded sha2 v0.11.0
11342026-07-28T02:40:45.434Z Downloaded tls_codec v0.4.2
11352026-07-28T02:40:45.434Z Downloaded bitvec v1.0.1
11362026-07-28T02:40:45.442Z Downloaded oxide-update-engine-types v0.1.2
11372026-07-28T02:40:45.445Z Downloaded keccak v0.1.6
11382026-07-28T02:40:45.445Z Downloaded scroll_derive v0.13.1
11392026-07-28T02:40:45.446Z Downloaded normalize-line-endings v0.3.0
11402026-07-28T02:40:45.449Z Downloaded xattr v1.6.1
11412026-07-28T02:40:45.449Z Downloaded rcgen v0.12.1
11422026-07-28T02:40:45.449Z Downloaded subprocess v0.2.15
11432026-07-28T02:40:45.453Z Downloaded tinyvec_macros v0.1.1
11442026-07-28T02:40:45.453Z Downloaded rand_core v0.6.4
11452026-07-28T02:40:45.453Z Downloaded crypto-primes v0.7.2
11462026-07-28T02:40:45.456Z Downloaded vte v0.14.1
11472026-07-28T02:40:45.456Z Downloaded libsw v3.5.0
11482026-07-28T02:40:45.460Z Downloaded serde_with_macros v1.5.2
11492026-07-28T02:40:45.460Z Downloaded password-hash v0.6.1
11502026-07-28T02:40:45.460Z Downloaded serde_bytes v0.11.19
11512026-07-28T02:40:45.460Z Downloaded slog-bunyan v2.5.0
11522026-07-28T02:40:45.463Z Downloaded rsa v0.9.10
11532026-07-28T02:40:45.463Z Downloaded serde-hex v0.1.0
11542026-07-28T02:40:45.468Z Downloaded slog-stdlog v4.1.1
11552026-07-28T02:40:45.468Z Downloaded termtree v0.5.1
11562026-07-28T02:40:45.468Z Downloaded p384 v0.13.1
11572026-07-28T02:40:45.471Z Downloaded tower v0.5.3
11582026-07-28T02:40:45.474Z Downloaded owo-colors v4.3.0
11592026-07-28T02:40:45.474Z Downloaded salsa20 v0.11.0
11602026-07-28T02:40:45.479Z Downloaded parking_lot_core v0.9.12
11612026-07-28T02:40:45.479Z Downloaded elliptic-curve v0.13.8
11622026-07-28T02:40:45.483Z Downloaded num-traits v0.2.19
11632026-07-28T02:40:45.483Z Downloaded libm v0.2.16
11642026-07-28T02:40:45.486Z Downloaded derive_builder_core v0.20.2
11652026-07-28T02:40:45.490Z Downloaded oxide-tokio-rt v0.1.4
11662026-07-28T02:40:45.493Z Downloaded portable-atomic v1.13.1
11672026-07-28T02:40:45.497Z Downloaded serdect v0.4.3
11682026-07-28T02:40:45.501Z Downloaded bindgen v0.71.1
11692026-07-28T02:40:45.504Z Downloaded pin-project-internal v1.1.11
11702026-07-28T02:40:45.504Z Downloaded strum_macros v0.26.4
11712026-07-28T02:40:45.508Z Downloaded indoc v2.0.7
11722026-07-28T02:40:45.508Z Downloaded git2 v0.20.4
11732026-07-28T02:40:45.512Z Downloaded postcard v1.1.3
11742026-07-28T02:40:45.515Z Downloaded rusty-fork v0.3.1
11752026-07-28T02:40:45.515Z Downloaded progenitor-extras v0.2.0
11762026-07-28T02:40:45.515Z Downloaded test-strategy v0.4.5
11772026-07-28T02:40:45.518Z Downloaded multer v3.1.0
11782026-07-28T02:40:45.519Z Downloaded zerocopy v0.6.6
11792026-07-28T02:40:45.522Z Downloaded tokio-dtrace v0.1.1
11802026-07-28T02:40:45.522Z Downloaded rsa v0.10.0-rc.18
11812026-07-28T02:40:45.525Z Downloaded yansi v1.0.1
11822026-07-28T02:40:45.525Z Downloaded tokio-rustls v0.26.4
11832026-07-28T02:40:45.528Z Downloaded slog-scope v4.4.1
11842026-07-28T02:40:45.528Z Downloaded darling_core v0.23.0
11852026-07-28T02:40:45.531Z Downloaded native-tls v0.2.18
11862026-07-28T02:40:45.531Z Downloaded iddqd v0.4.2
11872026-07-28T02:40:45.535Z Downloaded ed25519 v3.0.0
11882026-07-28T02:40:45.538Z Downloaded schemars v1.2.1
11892026-07-28T02:40:45.545Z Downloaded tokio-util v0.7.18
11902026-07-28T02:40:45.549Z Downloaded tower-http v0.6.8
11912026-07-28T02:40:45.555Z Downloaded typify v0.6.2
11922026-07-28T02:40:45.559Z Downloaded salty v0.3.0
11932026-07-28T02:40:45.563Z Downloaded ssh-encoding v0.3.0-rc.9
11942026-07-28T02:40:45.566Z Downloaded socket2 v0.5.10
11952026-07-28T02:40:45.566Z Downloaded drift v0.2.0
11962026-07-28T02:40:45.569Z Downloaded parking_lot v0.12.5
11972026-07-28T02:40:45.573Z Downloaded daft v0.1.7
11982026-07-28T02:40:45.573Z Downloaded deranged v0.5.8
11992026-07-28T02:40:45.579Z Downloaded either v1.15.0
12002026-07-28T02:40:45.579Z Downloaded socket2 v0.6.3
12012026-07-28T02:40:45.579Z Downloaded crc-any v2.5.0
12022026-07-28T02:40:45.579Z Downloaded blake3 v1.8.5
12032026-07-28T02:40:45.583Z Downloaded darling_core v0.20.11
12042026-07-28T02:40:45.586Z Downloaded vsss-rs v3.3.4
12052026-07-28T02:40:45.586Z Downloaded progenitor-impl v0.13.0
12062026-07-28T02:40:45.595Z Downloaded itertools v0.10.5
12072026-07-28T02:40:45.602Z Downloaded tracing-core v0.1.36
12082026-07-28T02:40:45.606Z Downloaded mio v1.2.0
12092026-07-28T02:40:45.611Z Downloaded unicode-properties v0.1.4
12102026-07-28T02:40:45.614Z Downloaded dropshot-api-manager v0.7.2
12112026-07-28T02:40:45.619Z Downloaded chrono v0.4.45
12122026-07-28T02:40:45.627Z Downloaded nom v7.1.3
12132026-07-28T02:40:45.630Z Downloaded itertools v0.15.0
12142026-07-28T02:40:45.634Z Downloaded tokio-postgres v0.7.16
12152026-07-28T02:40:45.640Z Downloaded toml_edit v0.19.15
12162026-07-28T02:40:45.644Z Downloaded itertools v0.12.1
12172026-07-28T02:40:45.648Z Downloaded ssh-key v0.7.0-rc.10
12182026-07-28T02:40:45.653Z Downloaded zerocopy v0.8.40
12192026-07-28T02:40:45.660Z Downloaded rawzip v0.4.4
12202026-07-28T02:40:45.664Z Downloaded reedline v0.40.0
12212026-07-28T02:40:45.667Z Downloaded rustls-platform-verifier v0.6.2
12222026-07-28T02:40:45.671Z Downloaded iri-string v0.7.10
12232026-07-28T02:40:45.674Z Downloaded url v2.5.8
12242026-07-28T02:40:45.679Z Downloaded quinn-proto v0.11.16
12252026-07-28T02:40:45.683Z Downloaded radix_trie v0.2.1
12262026-07-28T02:40:45.686Z Downloaded serde_with v3.21.0
12272026-07-28T02:40:45.693Z Downloaded jiff-static v0.2.21
12282026-07-28T02:40:45.696Z Downloaded der v0.7.10
12292026-07-28T02:40:45.699Z Downloaded winnow v1.0.3
12302026-07-28T02:40:45.708Z Downloaded idna v1.1.0
12312026-07-28T02:40:45.712Z Downloaded moka v0.12.13
12322026-07-28T02:40:45.716Z Downloaded russh v0.61.2
12332026-07-28T02:40:45.719Z Downloaded crossterm v0.29.0
12342026-07-28T02:40:45.723Z Downloaded hyper-util v0.1.20
12352026-07-28T02:40:45.728Z Downloaded zerovec v0.11.5
12362026-07-28T02:40:45.731Z Downloaded tabled v0.20.0
12372026-07-28T02:40:45.741Z Downloaded serde_with v1.14.0
12382026-07-28T02:40:45.748Z Downloaded rayon v1.11.0
12392026-07-28T02:40:45.752Z Downloaded object v0.30.4
12402026-07-28T02:40:45.776Z Downloaded time v0.3.47
12412026-07-28T02:40:45.783Z Downloaded quick-xml v0.37.5
12422026-07-28T02:40:45.796Z Downloaded winnow v0.6.26
12432026-07-28T02:40:45.806Z Downloaded winnow v0.5.40
12442026-07-28T02:40:45.816Z Downloaded curve25519-dalek v5.0.0-rc.0
12452026-07-28T02:40:45.826Z Downloaded hickory-proto v0.24.4
12462026-07-28T02:40:45.860Z Downloaded lalrpop v0.19.12
12472026-07-28T02:40:45.864Z Downloaded itertools v0.13.0
12482026-07-28T02:40:45.864Z Downloaded reqwest v0.12.28
12492026-07-28T02:40:45.864Z Downloaded rustix v0.38.44
12502026-07-28T02:40:45.865Z Downloaded unicode-normalization v0.1.25
12512026-07-28T02:40:45.869Z Downloaded regex-syntax v0.6.29
12522026-07-28T02:40:45.869Z Downloaded smoltcp v0.9.1
12532026-07-28T02:40:45.873Z Downloaded crypto-bigint v0.7.5
12542026-07-28T02:40:45.881Z Downloaded hickory-proto v0.25.2
12552026-07-28T02:40:45.890Z Downloaded openssl v0.10.79
12562026-07-28T02:40:45.895Z Downloaded petname v2.0.2
12572026-07-28T02:40:45.899Z Downloaded zlib-rs v0.6.2
12582026-07-28T02:40:45.902Z Downloaded regress v0.10.5
12592026-07-28T02:40:45.908Z Downloaded bstr v1.12.1
12602026-07-28T02:40:45.914Z Downloaded nix v0.27.1
12612026-07-28T02:40:45.921Z Downloaded proptest v1.10.0
12622026-07-28T02:40:45.941Z Downloaded vcpkg v0.2.15
12632026-07-28T02:40:45.964Z Downloaded regex-syntax v0.8.10
12642026-07-28T02:40:45.968Z Downloaded dropshot v0.17.1
12652026-07-28T02:40:45.981Z Downloaded smoltcp v0.11.0
12662026-07-28T02:40:45.986Z Downloaded nix v0.28.0
12672026-07-28T02:40:45.994Z Downloaded object v0.37.3
12682026-07-28T02:40:45.998Z Downloaded curve25519-dalek v4.1.3
12692026-07-28T02:40:46.003Z Downloaded polar-core v0.27.3
12702026-07-28T02:40:46.009Z Downloaded regress v0.11.1
12712026-07-28T02:40:46.013Z Downloaded zerocopy-derive v0.6.6
12722026-07-28T02:40:46.026Z Downloaded sled v0.34.7
12732026-07-28T02:40:46.043Z Downloaded sqlparser v0.61.0
12742026-07-28T02:40:46.049Z Downloaded fiat-crypto v0.3.0
12752026-07-28T02:40:46.059Z Downloaded diesel v2.3.7
12762026-07-28T02:40:46.072Z Downloaded openapiv3 v2.2.0
12772026-07-28T02:40:46.077Z Downloaded typify-impl v0.6.2
12782026-07-28T02:40:46.086Z Downloaded tracing v0.1.44
12792026-07-28T02:40:46.098Z Downloaded nix v0.31.2
12802026-07-28T02:40:46.105Z Downloaded ratatui v0.29.0
12812026-07-28T02:40:46.115Z Downloaded rustls v0.23.41
12822026-07-28T02:40:46.122Z Downloaded petgraph v0.6.5
12832026-07-28T02:40:46.143Z Downloaded petgraph v0.8.3
12842026-07-28T02:40:46.156Z Downloaded bzip2-sys v0.1.13+1.0.8
12852026-07-28T02:40:46.176Z Downloaded regex-automata v0.4.14
12862026-07-28T02:40:46.197Z Downloaded sha3 v0.11.0
12872026-07-28T02:40:46.199Z Downloaded sha3 v0.10.8
12882026-07-28T02:40:46.202Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-07-28T02:40:46.224Z Downloaded chrono-tz v0.10.4
12902026-07-28T02:40:46.269Z Downloaded jiff v0.2.21
12912026-07-28T02:40:46.281Z Downloaded tokio v1.52.1
12922026-07-28T02:40:46.302Z Downloaded encoding_rs v0.8.35
12932026-07-28T02:40:46.315Z Downloaded ring v0.17.14
12942026-07-28T02:40:46.349Z Downloaded csv v1.4.0
12952026-07-28T02:40:46.364Z Downloaded libz-sys v1.1.24
12962026-07-28T02:40:46.377Z Downloaded libgit2-sys v0.18.3+1.9.2
12972026-07-28T02:40:46.928Z Downloaded aws-lc-sys v0.40.0
12982026-07-28T02:40:47.178Z Compiling libc v0.2.185
12992026-07-28T02:40:47.178Z Compiling serde_core v1.0.228
13002026-07-28T02:40:47.178Z Compiling serde v1.0.228
13012026-07-28T02:40:47.182Z Compiling log v0.4.29
13022026-07-28T02:40:47.182Z Compiling smallvec v1.15.1
13032026-07-28T02:40:47.182Z Compiling shlex v1.3.0
13042026-07-28T02:40:47.182Z Compiling find-msvc-tools v0.1.9
13052026-07-28T02:40:47.182Z Compiling subtle v2.6.1
13062026-07-28T02:40:47.182Z Compiling scopeguard v1.2.0
13072026-07-28T02:40:47.333Z Compiling stable_deref_trait v1.2.1
13082026-07-28T02:40:47.336Z Compiling typenum v1.20.1
13092026-07-28T02:40:47.345Z Compiling serde_json v1.0.150
13102026-07-28T02:40:47.383Z Compiling portable-atomic v1.13.1
13112026-07-28T02:40:47.396Z Compiling zerocopy v0.8.40
13122026-07-28T02:40:47.412Z Compiling syn v2.0.117
13132026-07-28T02:40:47.439Z Compiling parking_lot_core v0.9.12
13142026-07-28T02:40:47.531Z Compiling pin-project-lite v0.2.17
13152026-07-28T02:40:47.565Z Compiling lock_api v0.4.14
13162026-07-28T02:40:47.581Z Compiling pkg-config v0.3.32
13172026-07-28T02:40:47.584Z Compiling critical-section v1.2.0
13182026-07-28T02:40:47.584Z Compiling getrandom v0.4.1
13192026-07-28T02:40:47.624Z Compiling libm v0.2.16
13202026-07-28T02:40:47.653Z Compiling num-traits v0.2.19
13212026-07-28T02:40:47.682Z Compiling futures-core v0.3.32
13222026-07-28T02:40:47.713Z Compiling rand_core v0.10.0
13232026-07-28T02:40:47.741Z Compiling generic-array v0.14.7
13242026-07-28T02:40:47.800Z Compiling const-oid v0.9.6
13252026-07-28T02:40:47.803Z Compiling writeable v0.6.2
13262026-07-28T02:40:47.831Z Compiling litemap v0.8.1
13272026-07-28T02:40:47.859Z Compiling percent-encoding v2.3.2
13282026-07-28T02:40:47.901Z Compiling icu_normalizer_data v2.1.1
13292026-07-28T02:40:47.919Z Compiling icu_properties_data v2.1.2
13302026-07-28T02:40:48.064Z Compiling futures-sink v0.3.32
13312026-07-28T02:40:48.064Z Compiling futures-io v0.3.32
13322026-07-28T02:40:48.080Z Compiling slab v0.4.12
13332026-07-28T02:40:48.105Z Compiling futures-task v0.3.32
13342026-07-28T02:40:48.108Z Compiling utf8_iter v1.0.4
13352026-07-28T02:40:48.134Z Compiling form_urlencoded v1.2.2
13362026-07-28T02:40:48.193Z Compiling futures-channel v0.3.32
13372026-07-28T02:40:48.223Z Compiling getrandom v0.3.4
13382026-07-28T02:40:48.239Z Compiling jobserver v0.1.34
13392026-07-28T02:40:48.269Z Compiling errno v0.3.14
13402026-07-28T02:40:48.290Z Compiling getrandom v0.2.17
13412026-07-28T02:40:48.315Z Compiling mio v1.2.0
13422026-07-28T02:40:48.345Z Compiling socket2 v0.6.3
13432026-07-28T02:40:48.348Z Compiling rustversion v1.0.22
13442026-07-28T02:40:48.375Z Compiling iana-time-zone v0.1.65
13452026-07-28T02:40:48.437Z Compiling rand_core v0.6.4
13462026-07-28T02:40:48.453Z Compiling signal-hook-registry v1.4.8
13472026-07-28T02:40:48.534Z Compiling cc v1.2.56
13482026-07-28T02:40:48.558Z Compiling once_cell v1.21.3
13492026-07-28T02:40:48.593Z Compiling parking_lot v0.12.5
13502026-07-28T02:40:48.611Z Compiling ident_case v1.0.1
13512026-07-28T02:40:48.627Z Compiling fs_extra v1.3.0
13522026-07-28T02:40:48.627Z Compiling rustix v1.1.3
13532026-07-28T02:40:48.657Z Compiling dunce v1.0.5
13542026-07-28T02:40:48.747Z Compiling regex-syntax v0.8.10
13552026-07-28T02:40:48.762Z Compiling base64ct v1.8.3
13562026-07-28T02:40:48.765Z Compiling base64 v0.22.1
13572026-07-28T02:40:48.793Z Compiling vcpkg v0.2.15
13582026-07-28T02:40:48.831Z Compiling tracing-core v0.1.36
13592026-07-28T02:40:48.845Z Compiling aws-lc-rs v1.16.3
13602026-07-28T02:40:48.927Z Compiling flagset v0.4.7
13612026-07-28T02:40:48.985Z Compiling schemars v0.8.22
13622026-07-28T02:40:49.072Z Compiling rand_core v0.9.5
13632026-07-28T02:40:49.074Z Compiling pem-rfc7468 v0.7.0
13642026-07-28T02:40:49.115Z Compiling tinyvec_macros v0.1.1
13652026-07-28T02:40:49.158Z Compiling openssl-probe v0.2.1
13662026-07-28T02:40:49.174Z Compiling dyn-clone v1.0.20
13672026-07-28T02:40:49.187Z Compiling cmov v0.5.4
13682026-07-28T02:40:49.201Z Compiling httparse v1.10.1
13692026-07-28T02:40:49.238Z Compiling tinyvec v1.10.0
13702026-07-28T02:40:49.253Z Compiling aho-corasick v1.1.4
13712026-07-28T02:40:49.328Z Compiling cmake v0.1.57
13722026-07-28T02:40:49.350Z Compiling try-lock v0.2.5
13732026-07-28T02:40:49.383Z Compiling ctutils v0.4.2
13742026-07-28T02:40:49.401Z Compiling tower-layer v0.3.3
13752026-07-28T02:40:49.415Z Compiling atomic-waker v1.1.2
13762026-07-28T02:40:49.418Z Compiling untrusted v0.7.1
13772026-07-28T02:40:49.418Z Compiling tower-service v0.3.3
13782026-07-28T02:40:49.473Z Compiling want v0.3.1
13792026-07-28T02:40:49.489Z Compiling foreign-types-shared v0.1.1
13802026-07-28T02:40:49.543Z Compiling openssl v0.10.79
13812026-07-28T02:40:49.562Z Compiling bitflags v2.11.0
13822026-07-28T02:40:49.592Z Compiling semver v1.0.28
13832026-07-28T02:40:49.595Z Compiling indexmap v2.14.0
13842026-07-28T02:40:49.595Z Compiling uuid v1.23.4
13852026-07-28T02:40:49.650Z Compiling untrusted v0.9.0
13862026-07-28T02:40:49.653Z Compiling cpufeatures v0.2.17
13872026-07-28T02:40:49.681Z Compiling rustls v0.23.41
13882026-07-28T02:40:49.758Z Compiling httpdate v1.0.3
13892026-07-28T02:40:49.758Z Compiling foreign-types v0.3.2
13902026-07-28T02:40:49.791Z Compiling unicode-normalization v0.1.25
13912026-07-28T02:40:49.807Z Compiling spin v0.9.8
13922026-07-28T02:40:49.810Z Compiling rustc_version v0.4.1
13932026-07-28T02:40:49.855Z Compiling native-tls v0.2.18
13942026-07-28T02:40:49.872Z Compiling num-conv v0.2.0
13952026-07-28T02:40:49.932Z Compiling powerfmt v0.2.0
13962026-07-28T02:40:50.003Z Compiling crc32fast v1.5.0
13972026-07-28T02:40:50.017Z Compiling time-core v0.1.8
13982026-07-28T02:40:50.034Z Compiling wait-timeout v0.2.1
13992026-07-28T02:40:50.047Z Compiling sync_wrapper v1.0.2
14002026-07-28T02:40:50.076Z Compiling quick-error v1.2.3
14012026-07-28T02:40:50.145Z Compiling aws-lc-sys v0.40.0
14022026-07-28T02:40:50.161Z Compiling openssl-sys v0.9.115
14032026-07-28T02:40:50.163Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-07-28T02:40:50.189Z Compiling time-macros v0.2.27
14052026-07-28T02:40:50.192Z Compiling deranged v0.5.8
14062026-07-28T02:40:50.220Z Compiling regex-automata v0.4.14
14072026-07-28T02:40:50.282Z Compiling num_threads v0.1.7
14082026-07-28T02:40:50.298Z Compiling bit-vec v0.8.0
14092026-07-28T02:40:50.327Z Compiling synstructure v0.13.2
14102026-07-28T02:40:50.330Z Compiling serde_derive_internals v0.29.1
14112026-07-28T02:40:50.364Z Compiling pest_generator v2.8.6
14122026-07-28T02:40:50.394Z Compiling darling_core v0.20.11
14132026-07-28T02:40:50.588Z Compiling usdt-impl v0.6.0
14142026-07-28T02:40:50.748Z Compiling tempfile v3.25.0
14152026-07-28T02:40:50.808Z Compiling siphasher v1.0.2
14162026-07-28T02:40:50.973Z Compiling simd-adler32 v0.3.8
14172026-07-28T02:40:50.993Z Compiling syn v1.0.109
14182026-07-28T02:40:51.009Z Compiling crossbeam-utils v0.8.21
14192026-07-28T02:40:51.012Z Compiling rusty-fork v0.3.1
14202026-07-28T02:40:51.119Z Compiling bit-set v0.8.0
14212026-07-28T02:40:51.153Z Compiling darling_core v0.23.0
14222026-07-28T02:40:51.253Z Compiling heapless v0.7.17
14232026-07-28T02:40:51.267Z Compiling bzip2-sys v0.1.13+1.0.8
14242026-07-28T02:40:51.284Z Compiling slog v2.8.2
14252026-07-28T02:40:51.287Z Compiling rand_xorshift v0.4.0
14262026-07-28T02:40:51.314Z Compiling thread-id v5.1.0
14272026-07-28T02:40:51.339Z Compiling time v0.3.47
14282026-07-28T02:40:51.409Z Compiling cookie v0.18.1
14292026-07-28T02:40:51.412Z Compiling unicode-bidi v0.3.18
14302026-07-28T02:40:51.453Z Compiling allocator-api2 v0.2.21
14312026-07-28T02:40:51.456Z Compiling ryu v1.0.23
14322026-07-28T02:40:51.491Z Compiling unarray v0.1.4
14332026-07-28T02:40:51.523Z Compiling anyhow v1.0.102
14342026-07-28T02:40:51.537Z Compiling unicode-properties v0.1.4
14352026-07-28T02:40:51.565Z Compiling adler2 v2.0.1
14362026-07-28T02:40:51.607Z Compiling iri-string v0.7.10
14372026-07-28T02:40:51.622Z Compiling signal-hook v0.3.18
14382026-07-28T02:40:51.625Z Compiling paste v1.0.15
14392026-07-28T02:40:51.663Z Compiling zstd-safe v7.2.4
14402026-07-28T02:40:51.709Z Compiling miniz_oxide v0.8.9
14412026-07-28T02:40:51.769Z Compiling stringprep v0.1.5
14422026-07-28T02:40:51.979Z Compiling camino v1.2.2
14432026-07-28T02:40:51.996Z Compiling curve25519-dalek v4.1.3
14442026-07-28T02:40:52.066Z Compiling serde_derive v1.0.228
14452026-07-28T02:40:52.093Z Compiling zeroize_derive v1.4.3
14462026-07-28T02:40:52.237Z Compiling zerofrom-derive v0.1.6
14472026-07-28T02:40:52.343Z Compiling yoke-derive v0.8.1
14482026-07-28T02:40:52.358Z Compiling zerovec-derive v0.11.2
14492026-07-28T02:40:52.379Z Compiling zerocopy-derive v0.8.40
14502026-07-28T02:40:52.460Z Compiling displaydoc v0.2.5
14512026-07-28T02:40:52.612Z Compiling tokio-macros v2.7.0
14522026-07-28T02:40:52.779Z Compiling zeroize v1.8.2
14532026-07-28T02:40:52.794Z Compiling futures-macro v0.3.32
14542026-07-28T02:40:53.018Z Compiling tracing-attributes v0.1.31
14552026-07-28T02:40:53.177Z Compiling thiserror-impl v2.0.18
14562026-07-28T02:40:53.246Z Compiling der_derive v0.7.3
14572026-07-28T02:40:53.381Z Compiling rustls-pki-types v1.14.0
14582026-07-28T02:40:53.519Z Compiling schemars_derive v0.8.22
14592026-07-28T02:40:53.575Z Compiling block-buffer v0.10.4
14602026-07-28T02:40:53.607Z Compiling crypto-common v0.1.7
14612026-07-28T02:40:53.646Z Compiling futures-util v0.3.32
14622026-07-28T02:40:53.703Z Compiling zerofrom v0.1.6
14632026-07-28T02:40:53.763Z Compiling digest v0.10.7
14642026-07-28T02:40:53.778Z Compiling hybrid-array v0.4.13
14652026-07-28T02:40:53.781Z Compiling scroll_derive v0.13.1
14662026-07-28T02:40:53.848Z Compiling yoke v0.8.1
14672026-07-28T02:40:53.862Z Compiling pest_derive v2.8.6
14682026-07-28T02:40:54.038Z Compiling zerovec v0.11.5
14692026-07-28T02:40:54.052Z Compiling zerotrie v0.2.3
14702026-07-28T02:40:54.267Z Compiling der v0.7.10
14712026-07-28T02:40:54.349Z Compiling darling_macro v0.20.11
14722026-07-28T02:40:54.378Z Compiling openssl-macros v0.1.1
14732026-07-28T02:40:54.392Z Compiling tracing v0.1.44
14742026-07-28T02:40:54.461Z Compiling hmac v0.12.1
14752026-07-28T02:40:54.550Z Compiling tinystr v0.8.2
14762026-07-28T02:40:54.565Z Compiling potential_utf v0.1.4
14772026-07-28T02:40:54.589Z Compiling thiserror v2.0.18
14782026-07-28T02:40:54.621Z Compiling scroll v0.13.0
14792026-07-28T02:40:54.644Z Compiling sha2 v0.10.9
14802026-07-28T02:40:54.683Z Compiling scroll_derive v0.12.1
14812026-07-28T02:40:54.716Z Compiling icu_collections v2.1.1
14822026-07-28T02:40:54.755Z Compiling icu_locale_core v2.1.1
14832026-07-28T02:40:54.774Z Compiling dtrace-parser v0.3.0
14842026-07-28T02:40:54.849Z Compiling thiserror-impl v1.0.69
14852026-07-28T02:40:54.885Z Compiling darling v0.20.11
14862026-07-28T02:40:54.911Z Compiling goblin v0.10.5
14872026-07-28T02:40:54.980Z Compiling derive_builder_core v0.20.2
14882026-07-28T02:40:55.198Z Compiling spki v0.7.3
14892026-07-28T02:40:55.373Z Compiling icu_provider v2.1.1
14902026-07-28T02:40:55.415Z Compiling pkcs8 v0.10.2
14912026-07-28T02:40:55.491Z Compiling scroll v0.12.0
14922026-07-28T02:40:55.518Z Compiling crypto-common v0.2.2
14932026-07-28T02:40:55.617Z Compiling bytes v1.11.1
14942026-07-28T02:40:55.648Z Compiling icu_normalizer v2.1.1
14952026-07-28T02:40:55.679Z Compiling icu_properties v2.1.2
14962026-07-28T02:40:55.697Z Compiling chrono v0.4.45
14972026-07-28T02:40:55.778Z Compiling ipnet v2.11.0
14982026-07-28T02:40:55.820Z Compiling toml_datetime v0.6.11
14992026-07-28T02:40:55.841Z Compiling derive_builder_macro v0.20.2
15002026-07-28T02:40:55.969Z Compiling serde_spanned v0.6.9
15012026-07-28T02:40:55.983Z Compiling serde_tokenstream v0.2.3
15022026-07-28T02:40:56.091Z Compiling tokio v1.52.1
15032026-07-28T02:40:56.119Z Compiling http v1.4.2
15042026-07-28T02:40:56.133Z Compiling thiserror v1.0.69
15052026-07-28T02:40:56.201Z Compiling hex v0.4.3
15062026-07-28T02:40:56.244Z Compiling serde_urlencoded v0.7.1
15072026-07-28T02:40:56.259Z Compiling erased-serde v0.3.31
15082026-07-28T02:40:56.291Z Compiling block-padding v0.4.2
15092026-07-28T02:40:56.310Z Compiling block-buffer v0.12.1
15102026-07-28T02:40:56.433Z Compiling md-5 v0.10.6
15112026-07-28T02:40:56.500Z Compiling signature v2.2.0
15122026-07-28T02:40:56.520Z Compiling darling_macro v0.23.0
15132026-07-28T02:40:56.557Z Compiling idna_adapter v1.2.1
15142026-07-28T02:40:56.582Z Compiling rustls-native-certs v0.8.3
15152026-07-28T02:40:56.606Z Compiling bstr v1.12.1
15162026-07-28T02:40:56.693Z Compiling idna v1.1.0
15172026-07-28T02:40:56.709Z Compiling zerocopy-derive v0.7.35
15182026-07-28T02:40:56.824Z Compiling ppv-lite86 v0.2.21
15192026-07-28T02:40:56.839Z Compiling http-body v1.0.1
15202026-07-28T02:40:56.888Z Compiling pin-project-internal v1.1.11
15212026-07-28T02:40:56.967Z Compiling http-body-util v0.1.3
15222026-07-28T02:40:57.013Z Compiling url v2.5.8
15232026-07-28T02:40:57.106Z Compiling async-trait v0.1.89
15242026-07-28T02:40:57.123Z Compiling rand_chacha v0.9.0
15252026-07-28T02:40:57.170Z Compiling rand_chacha v0.3.1
15262026-07-28T02:40:57.229Z Compiling vergen-lib v9.1.0
15272026-07-28T02:40:57.275Z Compiling num-integer v0.1.46
15282026-07-28T02:40:57.333Z Compiling rand v0.9.2
15292026-07-28T02:40:57.378Z Compiling hash32 v0.2.1
15302026-07-28T02:40:57.382Z Compiling memoffset v0.9.1
15312026-07-28T02:40:57.428Z Compiling encoding_rs v0.8.35
15322026-07-28T02:40:57.604Z Compiling num-bigint-dig v0.8.6
15332026-07-28T02:40:57.618Z Compiling rustix v0.38.44
15342026-07-28T02:40:57.633Z Compiling cfg_aliases v0.2.1
15352026-07-28T02:40:57.715Z Compiling dof v0.4.0
15362026-07-28T02:40:57.812Z Compiling psl-types v2.0.11
15372026-07-28T02:40:57.846Z Compiling ref-cast v1.0.25
15382026-07-28T02:40:57.849Z Compiling zlib-rs v0.6.2
15392026-07-28T02:40:57.875Z Compiling smoltcp v0.9.1
15402026-07-28T02:40:57.949Z Compiling proptest v1.10.0
15412026-07-28T02:40:57.968Z Compiling fallible-iterator v0.2.0
15422026-07-28T02:40:57.992Z Compiling litrs v1.0.0
15432026-07-28T02:40:58.074Z Compiling mime v0.3.17
15442026-07-28T02:40:58.121Z Compiling pin-project v1.1.11
15452026-07-28T02:40:58.231Z Compiling publicsuffix v2.3.0
15462026-07-28T02:40:58.278Z Compiling postgres-protocol v0.6.10
15472026-07-28T02:40:58.292Z Compiling nix v0.31.2
15482026-07-28T02:40:58.296Z Compiling zerocopy v0.7.35
15492026-07-28T02:40:58.387Z Compiling ipnetwork v0.21.1
15502026-07-28T02:40:58.419Z Compiling num-iter v0.1.45
15512026-07-28T02:40:58.511Z Compiling document-features v0.2.12
15522026-07-28T02:40:58.557Z Compiling rand v0.8.6
15532026-07-28T02:40:58.682Z Compiling oxnet v0.1.6
15542026-07-28T02:40:58.798Z Compiling darling v0.23.0
15552026-07-28T02:40:58.850Z Compiling inout v0.2.2
15562026-07-28T02:40:58.883Z Compiling derive_builder v0.20.2
15572026-07-28T02:40:58.898Z Compiling hubpack_derive v0.1.1
15582026-07-28T02:40:58.934Z Compiling futures-executor v0.3.32
15592026-07-28T02:40:58.949Z Compiling goblin v0.8.2
15602026-07-28T02:40:59.050Z Compiling regex v1.12.3
15612026-07-28T02:40:59.133Z Compiling ref-cast-impl v1.0.25
15622026-07-28T02:40:59.149Z Compiling snafu-derive v0.8.9
15632026-07-28T02:40:59.163Z Compiling strum_macros v0.27.2
15642026-07-28T02:40:59.218Z Compiling daft-derive v0.1.7
15652026-07-28T02:40:59.248Z Compiling curve25519-dalek-derive v0.1.1
15662026-07-28T02:40:59.396Z Compiling phf_shared v0.13.1
15672026-07-28T02:40:59.472Z Compiling terminal_size v0.4.3
15682026-07-28T02:40:59.496Z Compiling lazy_static v1.5.0
15692026-07-28T02:40:59.511Z Compiling anstyle-parse v0.2.7
15702026-07-28T02:40:59.609Z Compiling cargo-platform v0.3.2
15712026-07-28T02:40:59.625Z Compiling vergen v9.1.0
15722026-07-28T02:40:59.646Z Compiling ff v0.13.1
15732026-07-28T02:40:59.700Z Compiling fs-err v3.3.0
15742026-07-28T02:40:59.714Z Compiling ahash v0.8.12
15752026-07-28T02:40:59.717Z Compiling managed v0.8.0
15762026-07-28T02:40:59.783Z Compiling bumpalo v3.20.2
15772026-07-28T02:40:59.796Z Compiling bitflags v1.3.2
15782026-07-28T02:40:59.821Z Compiling winnow v0.5.40
15792026-07-28T02:40:59.881Z Compiling base16ct v0.2.0
15802026-07-28T02:40:59.897Z Compiling same-file v1.0.6
15812026-07-28T02:40:59.916Z Compiling unicode-segmentation v1.12.0
15822026-07-28T02:40:59.930Z Compiling tokio-util v0.7.18
15832026-07-28T02:40:59.949Z Compiling tower v0.5.3
15842026-07-28T02:40:59.964Z Compiling tokio-native-tls v0.3.1
15852026-07-28T02:40:59.978Z Compiling foldhash v0.1.5
15862026-07-28T02:41:00.038Z Compiling object v0.37.3
15872026-07-28T02:41:00.069Z Compiling libbz2-rs-sys v0.2.2
15882026-07-28T02:41:00.073Z Compiling foldhash v0.2.0
15892026-07-28T02:41:00.149Z Compiling hashbrown v0.15.5
15902026-07-28T02:41:00.163Z Compiling walkdir v2.5.0
15912026-07-28T02:41:00.306Z Compiling newtype-uuid v1.3.2
15922026-07-28T02:41:00.321Z Compiling hashbrown v0.16.1
15932026-07-28T02:41:00.385Z Compiling tower-http v0.6.8
15942026-07-28T02:41:00.449Z Compiling sec1 v0.7.3
15952026-07-28T02:41:00.477Z Compiling bzip2 v0.6.1
15962026-07-28T02:41:00.653Z Compiling h2 v0.4.15
15972026-07-28T02:41:00.693Z Compiling daft v0.1.7
15982026-07-28T02:41:00.696Z Compiling zopfli v0.8.3
15992026-07-28T02:41:00.732Z Compiling flate2 v1.1.9
16002026-07-28T02:41:00.816Z Compiling clap_builder v4.6.0
16012026-07-28T02:41:01.041Z Compiling cargo_metadata v0.23.1
16022026-07-28T02:41:01.057Z Compiling group v0.13.0
16032026-07-28T02:41:01.127Z Compiling snafu v0.8.9
16042026-07-28T02:41:01.194Z Compiling strum v0.27.2
16052026-07-28T02:41:01.208Z Compiling dof v0.3.0
16062026-07-28T02:41:01.242Z Compiling toml_edit v0.19.15
16072026-07-28T02:41:01.275Z Compiling anstream v0.6.21
16082026-07-28T02:41:01.334Z Compiling phf v0.13.1
16092026-07-28T02:41:01.401Z Compiling signal-hook-mio v0.2.5
16102026-07-28T02:41:01.531Z Compiling hubpack v0.1.2
16112026-07-28T02:41:01.567Z Compiling usdt-macro v0.6.0
16122026-07-28T02:41:01.620Z Compiling usdt-attr-macro v0.6.0
16132026-07-28T02:41:01.763Z Compiling cookie_store v0.22.1
16142026-07-28T02:41:01.835Z Compiling bzip2 v0.4.4
16152026-07-28T02:41:01.933Z Compiling futures v0.3.32
16162026-07-28T02:41:01.965Z Compiling cipher v0.5.2
16172026-07-28T02:41:01.999Z Compiling serde_with_macros v3.21.0
16182026-07-28T02:41:02.049Z Compiling postgres-types v0.2.12
16192026-07-28T02:41:02.171Z Compiling zstd v0.13.3
16202026-07-28T02:41:02.371Z Compiling globset v0.4.18
16212026-07-28T02:41:02.459Z Compiling ed25519 v2.2.3
16222026-07-28T02:41:02.474Z Compiling dtrace-parser v0.2.0
16232026-07-28T02:41:02.491Z Compiling pkcs1 v0.7.5
16242026-07-28T02:41:02.491Z Compiling olpc-cjson v0.1.4
16252026-07-28T02:41:02.518Z Compiling serde_plain v1.0.2
16262026-07-28T02:41:02.632Z Compiling serde-big-array v0.5.1
16272026-07-28T02:41:02.672Z Compiling hkdf v0.12.4
16282026-07-28T02:41:02.728Z Compiling crypto-bigint v0.5.5
16292026-07-28T02:41:02.789Z Compiling async-recursion v1.1.1
16302026-07-28T02:41:02.861Z Compiling enum-as-inner v0.6.1
16312026-07-28T02:41:02.904Z Compiling serde_repr v0.1.20
16322026-07-28T02:41:03.076Z Compiling clap_derive v4.6.1
16332026-07-28T02:41:03.177Z Compiling strum_macros v0.26.4
16342026-07-28T02:41:03.248Z Compiling phf_shared v0.11.3
16352026-07-28T02:41:03.387Z Compiling float-cmp v0.10.0
16362026-07-28T02:41:03.414Z Compiling pem v3.0.6
16372026-07-28T02:41:03.430Z Compiling thread-id v4.2.2
16382026-07-28T02:41:03.455Z Compiling memmap2 v0.9.10
16392026-07-28T02:41:03.484Z Compiling env_filter v1.0.0
16402026-07-28T02:41:03.499Z Compiling fixedbitset v0.4.2
16412026-07-28T02:41:03.525Z Compiling either v1.15.0
16422026-07-28T02:41:03.554Z Compiling static_assertions v1.1.0
16432026-07-28T02:41:03.638Z Compiling cpufeatures v0.3.0
16442026-07-28T02:41:03.690Z Compiling precomputed-hash v0.1.1
16452026-07-28T02:41:03.728Z Compiling winnow v1.0.3
16462026-07-28T02:41:03.743Z Compiling normalize-line-endings v0.3.0
16472026-07-28T02:41:03.759Z Compiling data-encoding v2.10.0
16482026-07-28T02:41:03.762Z Compiling predicates-core v1.0.10
16492026-07-28T02:41:03.789Z Compiling difflib v0.4.0
16502026-07-28T02:41:03.807Z Compiling new_debug_unreachable v1.0.6
16512026-07-28T02:41:03.860Z Compiling typed-path v0.9.3
16522026-07-28T02:41:03.889Z Compiling const-oid v0.10.2
16532026-07-28T02:41:03.920Z Compiling hyper v1.10.1
16542026-07-28T02:41:03.973Z Compiling jiff v0.2.21
16552026-07-28T02:41:03.999Z Compiling whoami v2.1.0
16562026-07-28T02:41:04.053Z Compiling fixedbitset v0.5.7
16572026-07-28T02:41:04.102Z Compiling keccak v0.1.6
16582026-07-28T02:41:04.115Z Compiling hickory-proto v0.25.2
16592026-07-28T02:41:04.368Z Compiling sha3 v0.10.8
16602026-07-28T02:41:04.388Z Compiling petgraph v0.8.3
16612026-07-28T02:41:04.403Z Compiling tokio-postgres v0.7.16
16622026-07-28T02:41:04.489Z Compiling digest v0.11.3
16632026-07-28T02:41:04.727Z Compiling toml_parser v1.1.2+spec-1.1.0
16642026-07-28T02:41:04.836Z Compiling predicates v3.1.4
16652026-07-28T02:41:04.857Z Compiling toml_edit v0.22.27
16662026-07-28T02:41:04.876Z Compiling clap v4.6.1
16672026-07-28T02:41:04.893Z Compiling string_cache v0.8.9
16682026-07-28T02:41:04.968Z Compiling elliptic-curve v0.13.8
16692026-07-28T02:41:04.985Z Compiling chacha20 v0.10.0
16702026-07-28T02:41:05.004Z Compiling strum v0.26.3
16712026-07-28T02:41:05.091Z Compiling hyper-util v0.1.20
16722026-07-28T02:41:05.137Z Compiling itertools v0.13.0
16732026-07-28T02:41:05.153Z Compiling petgraph v0.6.5
16742026-07-28T02:41:05.372Z Compiling env_logger v0.11.9
16752026-07-28T02:41:05.387Z Compiling usdt v0.6.0
16762026-07-28T02:41:05.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-07-28T02:41:05.518Z Compiling usdt-impl v0.5.0
16782026-07-28T02:41:05.554Z Compiling serde_with v3.21.0
16792026-07-28T02:41:05.674Z Compiling crossterm v0.28.1
16802026-07-28T02:41:05.740Z Compiling rsa v0.9.10
16812026-07-28T02:41:06.108Z Compiling toml v0.7.8
16822026-07-28T02:41:06.359Z Compiling ed25519-dalek v2.2.0
16832026-07-28T02:41:06.688Z Compiling hyper-tls v0.6.0
16842026-07-28T02:41:06.705Z Compiling zip v4.6.1
16852026-07-28T02:41:06.769Z Compiling zip v0.6.6
16862026-07-28T02:41:06.890Z Compiling reqwest v0.12.28
16872026-07-28T02:41:06.943Z Compiling iddqd v0.4.2
16882026-07-28T02:41:07.278Z Compiling tokio-stream v0.1.18
16892026-07-28T02:41:07.362Z Compiling heck v0.4.1
16902026-07-28T02:41:07.438Z Compiling similar v2.7.0
16912026-07-28T02:41:07.460Z Compiling buf-list v1.1.2
16922026-07-28T02:41:07.617Z Compiling byte-wrapper v0.1.0
16932026-07-28T02:41:07.631Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-07-28T02:41:07.705Z Compiling openapiv3 v2.2.0
16952026-07-28T02:41:07.769Z Compiling x509-cert v0.2.5
16962026-07-28T02:41:07.772Z Compiling crossbeam-epoch v0.9.18
16972026-07-28T02:41:07.959Z Compiling peg-runtime v0.8.5
16982026-07-28T02:41:07.973Z Compiling lalrpop-util v0.19.12
16992026-07-28T02:41:08.137Z Compiling thread_local v1.1.9
17002026-07-28T02:41:08.179Z Compiling slog-async v2.8.0
17012026-07-28T02:41:08.193Z Compiling crossbeam-channel v0.5.15
17022026-07-28T02:41:08.226Z Compiling is-terminal v0.4.17
17032026-07-28T02:41:08.265Z Compiling filetime v0.2.27
17042026-07-28T02:41:08.280Z Compiling take_mut v0.2.2
17052026-07-28T02:41:08.294Z Compiling xattr v1.6.1
17062026-07-28T02:41:08.332Z Compiling term v1.2.1
17072026-07-28T02:41:08.347Z Compiling camino-tempfile v1.4.1
17082026-07-28T02:41:08.458Z Compiling tar v0.4.46
17092026-07-28T02:41:08.617Z Compiling slog-term v2.9.2
17102026-07-28T02:41:26.154Z Compiling rustls-webpki v0.103.13
17112026-07-28T02:41:28.833Z Compiling tokio-rustls v0.26.4
17122026-07-28T02:41:28.834Z Compiling rustls-platform-verifier v0.6.2
17132026-07-28T02:41:28.834Z Compiling tough v0.22.0
17142026-07-28T02:41:29.033Z Compiling hyper-rustls v0.27.7
17152026-07-28T02:41:29.217Z Compiling reqwest v0.13.2
17162026-07-28T02:41:31.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-07-28T02:41:31.598Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-07-28T02:41:34.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.73s
17192026-07-28T02:41:34.608Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-07-28T02:41:34.660ZJul 28 02:41:33.851 INFO Starting download, target: Clickhouse
17212026-07-28T02:41:34.660ZJul 28 02:41:33.852 INFO Starting download, target: Console
17222026-07-28T02:41:34.660ZJul 28 02:41:33.852 INFO Starting download, target: Cockroach
17232026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Starting download, target: DendriteStub
17242026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Starting download, target: MaghemiteMgd
17252026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Starting download, target: MaghemiteDdmd
17262026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Starting download, target: TransceiverControl
17272026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17302026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-07-28T02:41:34.663ZJul 28 02:41:33.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-07-28T02:41:34.664ZJul 28 02:41:33.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-07-28T02:41:34.664ZJul 28 02:41:33.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-07-28T02:41:35.383ZJul 28 02:41:34.562 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-07-28T02:41:35.592ZJul 28 02:41:34.776 INFO Download complete, target: TransceiverControl
17362026-07-28T02:41:36.758ZJul 28 02:41:35.933 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-07-28T02:41:37.077ZJul 28 02:41:36.214 INFO Download complete, target: Console
17382026-07-28T02:41:37.567ZJul 28 02:41:36.513 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-07-28T02:41:37.568ZJul 28 02:41:36.513 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-07-28T02:41:37.568ZJul 28 02:41:36.631 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-07-28T02:41:40.182ZJul 28 02:41:39.373 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17422026-07-28T02:41:40.643ZJul 28 02:41:39.795 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-07-28T02:41:40.963ZJul 28 02:41:40.152 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-07-28T02:41:42.317ZJul 28 02:41:41.505 INFO Download complete, target: MaghemiteDdmd
17452026-07-28T02:41:42.364ZJul 28 02:41:41.556 INFO Checking that binary works, target: Cockroach
17462026-07-28T02:41:42.485ZJul 28 02:41:41.676 INFO Download complete, target: Cockroach
17472026-07-28T02:41:43.288ZJul 28 02:41:42.480 INFO Download complete, target: MaghemiteMgd
17482026-07-28T02:41:43.550ZJul 28 02:41:42.740 INFO Download complete, target: DendriteStub
17492026-07-28T02:41:44.289ZJul 28 02:41:43.480 INFO Checking that binary works, target: Clickhouse
17502026-07-28T02:41:44.375ZJul 28 02:41:43.566 INFO Download complete, target: Clickhouse
17512026-07-28T02:41:44.382ZAll prerequisites installed successfully
17522026-07-28T02:41:44.386Z
17532026-07-28T02:41:44.386Zreal 1:46.062894829
17542026-07-28T02:41:44.386Zuser 6:35.620002288
17552026-07-28T02:41:44.386Zsys 1:37.716264685
17562026-07-28T02:41:44.386Ztrap 0.245527119
17572026-07-28T02:41:44.386Ztflt 0.838874284
17582026-07-28T02:41:44.386Zdflt 1.680299629
17592026-07-28T02:41:44.386Zkflt 0.029757948
17602026-07-28T02:41:44.386Zlock 25:44.362283206
17612026-07-28T02:41:44.386Zslp 17:48.579729915
17622026-07-28T02:41:44.386Zlat 22.728756799
17632026-07-28T02:41:44.386Zstop 3:11.328474103
17642026-07-28T02:41:44.387Z+ ptime -m cargo xtask download softnpu
17652026-07-28T02:41:44.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17662026-07-28T02:41:44.865Z Running `target/debug/xtask download softnpu`
17672026-07-28T02:41:45.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17682026-07-28T02:41:45.675Z Running `target/debug/xtask-downloader softnpu`
17692026-07-28T02:41:45.722ZJul 28 02:41:44.905 INFO Starting download, target: Softnpu
17702026-07-28T02:41:45.751ZJul 28 02:41:44.906 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17712026-07-28T02:41:47.983ZJul 28 02:41:47.087 INFO Download complete, target: Softnpu
17722026-07-28T02:41:48.057Z
17732026-07-28T02:41:48.057Zreal 3.511972974
17742026-07-28T02:41:48.058Zuser 1.298291842
17752026-07-28T02:41:48.058Zsys 0.629463768
17762026-07-28T02:41:48.058Ztrap 0.000670490
17772026-07-28T02:41:48.058Ztflt 0.000357100
17782026-07-28T02:41:48.058Zdflt 0.000218420
17792026-07-28T02:41:48.058Zkflt 0.000000000
17802026-07-28T02:41:48.058Zlock 41.083819552
17812026-07-28T02:41:48.058Zslp 2.043287005
17822026-07-28T02:41:48.058Zlat 0.125313619
17832026-07-28T02:41:48.058Zstop 0.000319220
17842026-07-28T02:41:48.058Z+ export CARGO_INCREMENTAL=0
17852026-07-28T02:41:48.059Z+ CARGO_INCREMENTAL=0
17862026-07-28T02:41:48.059Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17872026-07-28T02:41:48.837Z Compiling proc-macro2 v1.0.106
17882026-07-28T02:41:48.837Z Compiling quote v1.0.45
17892026-07-28T02:41:48.908Z Compiling unicode-ident v1.0.24
17902026-07-28T02:41:48.908Z Compiling libc v0.2.185
17912026-07-28T02:41:48.908Z Compiling serde_core v1.0.228
17922026-07-28T02:41:48.908Z Compiling serde v1.0.228
17932026-07-28T02:41:48.908Z Compiling cfg-if v1.0.4
17942026-07-28T02:41:48.908Z Compiling version_check v0.9.5
17952026-07-28T02:41:48.957Z Compiling find-msvc-tools v0.1.9
17962026-07-28T02:41:48.994Z Compiling shlex v1.3.0
17972026-07-28T02:41:48.994Z Compiling zmij v1.0.21
17982026-07-28T02:41:48.994Z Compiling memchr v2.8.0
17992026-07-28T02:41:48.994Z Compiling serde_json v1.0.150
18002026-07-28T02:41:48.994Z Compiling autocfg v1.5.0
18012026-07-28T02:41:49.107Z Compiling portable-atomic v1.13.1
18022026-07-28T02:41:49.258Z Compiling getrandom v0.4.1
18032026-07-28T02:41:49.293Z Compiling zerocopy v0.8.40
18042026-07-28T02:41:49.293Z Compiling libm v0.2.16
18052026-07-28T02:41:49.321Z Compiling parking_lot_core v0.9.12
18062026-07-28T02:41:49.333Z Compiling icu_normalizer_data v2.1.1
18072026-07-28T02:41:49.336Z Compiling icu_properties_data v2.1.2
18082026-07-28T02:41:49.364Z Compiling num-traits v0.2.19
18092026-07-28T02:41:49.428Z Compiling smallvec v1.15.1
18102026-07-28T02:41:49.558Z Compiling generic-array v0.14.7
18112026-07-28T02:41:49.608Z Compiling itoa v1.0.17
18122026-07-28T02:41:49.622Z Compiling log v0.4.29
18132026-07-28T02:41:49.626Z Compiling subtle v2.6.1
18142026-07-28T02:41:49.637Z Compiling pkg-config v0.3.32
18152026-07-28T02:41:49.681Z Compiling stable_deref_trait v1.2.1
18162026-07-28T02:41:49.787Z Compiling typenum v1.20.1
18172026-07-28T02:41:49.820Z Compiling scopeguard v1.2.0
18182026-07-28T02:41:49.886Z Compiling rand_core v0.10.0
18192026-07-28T02:41:49.978Z Compiling lock_api v0.4.14
18202026-07-28T02:41:50.010Z Compiling jobserver v0.1.34
18212026-07-28T02:41:50.013Z Compiling errno v0.3.14
18222026-07-28T02:41:50.013Z Compiling getrandom v0.3.4
18232026-07-28T02:41:50.057Z Compiling thiserror v2.0.18
18242026-07-28T02:41:50.206Z Compiling pin-project-lite v0.2.17
18252026-07-28T02:41:50.210Z Compiling equivalent v1.0.2
18262026-07-28T02:41:50.266Z Compiling cc v1.2.56
18272026-07-28T02:41:50.270Z Compiling writeable v0.6.2
18282026-07-28T02:41:50.297Z Compiling percent-encoding v2.3.2
18292026-07-28T02:41:50.314Z Compiling litemap v0.8.1
18302026-07-28T02:41:50.332Z Compiling getrandom v0.2.17
18312026-07-28T02:41:50.377Z Compiling rustversion v1.0.22
18322026-07-28T02:41:50.393Z Compiling syn v2.0.117
18332026-07-28T02:41:50.425Z Compiling schemars v0.8.22
18342026-07-28T02:41:50.549Z Compiling rand_core v0.6.4
18352026-07-28T02:41:50.583Z Compiling critical-section v1.2.0
18362026-07-28T02:41:50.612Z Compiling rustix v1.1.3
18372026-07-28T02:41:50.616Z Compiling fs_extra v1.3.0
18382026-07-28T02:41:50.616Z Compiling dunce v1.0.5
18392026-07-28T02:41:50.753Z Compiling hashbrown v0.17.0
18402026-07-28T02:41:50.833Z Compiling signal-hook-registry v1.4.8
18412026-07-28T02:41:50.925Z Compiling heck v0.5.0
18422026-07-28T02:41:50.942Z Compiling once_cell v1.21.3
18432026-07-28T02:41:50.958Z Compiling utf8_iter v1.0.4
18442026-07-28T02:41:50.974Z Compiling form_urlencoded v1.2.2
18452026-07-28T02:41:51.165Z Compiling cmake v0.1.57
18462026-07-28T02:41:51.230Z Compiling parking_lot v0.12.5
18472026-07-28T02:41:51.246Z Compiling mio v1.2.0
18482026-07-28T02:41:51.263Z Compiling socket2 v0.6.3
18492026-07-28T02:41:51.293Z Compiling aws-lc-rs v1.16.3
18502026-07-28T02:41:51.309Z Compiling futures-core v0.3.32
18512026-07-28T02:41:51.475Z Compiling semver v1.0.28
18522026-07-28T02:41:51.502Z Compiling indexmap v2.14.0
18532026-07-28T02:41:51.546Z Compiling strsim v0.11.1
18542026-07-28T02:41:51.586Z Compiling httparse v1.10.1
18552026-07-28T02:41:51.646Z Compiling bitflags v2.11.0
18562026-07-28T02:41:51.795Z Compiling aws-lc-sys v0.40.0
18572026-07-28T02:41:51.880Z Compiling ucd-trie v0.1.7
18582026-07-28T02:41:51.962Z Compiling byteorder v1.5.0
18592026-07-28T02:41:51.963Z Compiling thiserror v1.0.69
18602026-07-28T02:41:52.057Z Compiling pest v2.8.6
18612026-07-28T02:41:52.137Z Compiling ident_case v1.0.1
18622026-07-28T02:41:52.189Z Compiling const-oid v0.9.6
18632026-07-28T02:41:52.189Z Compiling syn v1.0.109
18642026-07-28T02:41:52.189Z Compiling vcpkg v0.2.15
18652026-07-28T02:41:52.219Z Compiling iana-time-zone v0.1.65
18662026-07-28T02:41:52.240Z Compiling regex-syntax v0.8.10
18672026-07-28T02:41:52.362Z Compiling fnv v1.0.7
18682026-07-28T02:41:52.561Z Compiling uuid v1.23.4
18692026-07-28T02:41:52.663Z Compiling rustc_version v0.4.1
18702026-07-28T02:41:52.712Z Compiling rustls v0.23.41
18712026-07-28T02:41:52.734Z Compiling futures-sink v0.3.32
18722026-07-28T02:41:52.779Z Compiling openssl-sys v0.9.115
18732026-07-28T02:41:52.846Z Compiling futures-channel v0.3.32
18742026-07-28T02:41:52.890Z Compiling aho-corasick v1.1.4
18752026-07-28T02:41:52.912Z Compiling futures-task v0.3.32
18762026-07-28T02:41:52.941Z Compiling slab v0.4.12
18772026-07-28T02:41:52.984Z Compiling futures-io v0.3.32
18782026-07-28T02:41:53.112Z Compiling pest_meta v2.8.6
18792026-07-28T02:41:53.152Z Compiling synstructure v0.13.2
18802026-07-28T02:41:53.152Z Compiling serde_derive_internals v0.29.1
18812026-07-28T02:41:53.367Z Compiling crc32fast v1.5.0
18822026-07-28T02:41:53.408Z Compiling time-core v0.1.8
18832026-07-28T02:41:53.438Z Compiling plain v0.2.3
18842026-07-28T02:41:53.491Z Compiling num-conv v0.2.0
18852026-07-28T02:41:53.531Z Compiling dyn-clone v1.0.20
18862026-07-28T02:41:53.606Z Compiling crossbeam-utils v0.8.21
18872026-07-28T02:41:53.663Z Compiling base64 v0.22.1
18882026-07-28T02:41:53.682Z Compiling time-macros v0.2.27
18892026-07-28T02:41:53.740Z Compiling pest_generator v2.8.6
18902026-07-28T02:41:53.750Z Compiling regex-automata v0.4.14
18912026-07-28T02:41:53.759Z Compiling pretty-hex v0.4.1
18922026-07-28T02:41:53.799Z Compiling openssl v0.10.79
18932026-07-28T02:41:53.881Z Compiling darling_core v0.23.0
18942026-07-28T02:41:53.913Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18952026-07-28T02:41:54.045Z Compiling native-tls v0.2.18
18962026-07-28T02:41:54.120Z Compiling anyhow v1.0.102
18972026-07-28T02:41:54.145Z Compiling rand_core v0.9.5
18982026-07-28T02:41:54.321Z Compiling slog v2.8.2
18992026-07-28T02:41:54.336Z Compiling tracing-core v0.1.36
19002026-07-28T02:41:54.390Z Compiling cookie v0.18.1
19012026-07-28T02:41:54.421Z Compiling serde_derive v1.0.228
19022026-07-28T02:41:54.439Z Compiling zeroize_derive v1.4.3
19032026-07-28T02:41:54.455Z Compiling zerofrom-derive v0.1.6
19042026-07-28T02:41:54.556Z Compiling yoke-derive v0.8.1
19052026-07-28T02:41:54.589Z Compiling zerovec-derive v0.11.2
19062026-07-28T02:41:54.593Z Compiling displaydoc v0.2.5
19072026-07-28T02:41:54.614Z Compiling zerocopy-derive v0.8.40
19082026-07-28T02:41:54.618Z Compiling tokio-macros v2.7.0
19092026-07-28T02:41:54.704Z Compiling futures-macro v0.3.32
19102026-07-28T02:41:54.862Z Compiling thiserror-impl v2.0.18
19112026-07-28T02:41:55.073Z Compiling zeroize v1.8.2
19122026-07-28T02:41:55.342Z Compiling schemars_derive v0.8.22
19132026-07-28T02:41:55.357Z Compiling tracing-attributes v0.1.31
19142026-07-28T02:41:55.498Z Compiling der_derive v0.7.3
19152026-07-28T02:41:55.515Z Compiling thiserror-impl v1.0.69
19162026-07-28T02:41:55.598Z Compiling zerofrom v0.1.6
19172026-07-28T02:41:55.743Z Compiling yoke v0.8.1
19182026-07-28T02:41:55.945Z Compiling zerovec v0.11.5
19192026-07-28T02:41:55.961Z Compiling zerotrie v0.2.3
19202026-07-28T02:41:55.965Z Compiling crypto-common v0.1.7
19212026-07-28T02:41:56.090Z Compiling pest_derive v2.8.6
19222026-07-28T02:41:56.141Z Compiling futures-util v0.3.32
19232026-07-28T02:41:56.429Z Compiling block-buffer v0.10.4
19242026-07-28T02:41:56.487Z Compiling tinystr v0.8.2
19252026-07-28T02:41:56.525Z Compiling potential_utf v0.1.4
19262026-07-28T02:41:56.592Z Compiling digest v0.10.7
19272026-07-28T02:41:56.639Z Compiling scroll_derive v0.13.1
19282026-07-28T02:41:56.724Z Compiling icu_locale_core v2.1.1
19292026-07-28T02:41:56.727Z Compiling icu_collections v2.1.1
19302026-07-28T02:41:56.807Z Compiling scroll_derive v0.12.1
19312026-07-28T02:41:56.824Z Compiling openssl-macros v0.1.1
19322026-07-28T02:41:57.229Z Compiling darling_macro v0.23.0
19332026-07-28T02:41:57.245Z Compiling regex v1.12.3
19342026-07-28T02:41:57.262Z Compiling zerocopy-derive v0.7.35
19352026-07-28T02:41:57.385Z Compiling icu_provider v2.1.1
19362026-07-28T02:41:57.462Z Compiling camino v1.2.2
19372026-07-28T02:41:57.570Z Compiling bytes v1.11.1
19382026-07-28T02:41:57.687Z Compiling chrono v0.4.45
19392026-07-28T02:41:57.693Z Compiling icu_normalizer v2.1.1
19402026-07-28T02:41:57.737Z Compiling icu_properties v2.1.2
19412026-07-28T02:41:57.864Z Compiling serde_tokenstream v0.2.3
19422026-07-28T02:41:58.172Z Compiling tokio v1.52.1
19432026-07-28T02:41:58.242Z Compiling http v1.4.2
19442026-07-28T02:41:58.601Z Compiling idna_adapter v1.2.1
19452026-07-28T02:41:58.762Z Compiling idna v1.1.0
19462026-07-28T02:41:58.796Z Compiling ppv-lite86 v0.2.21
19472026-07-28T02:41:58.984Z Compiling base64ct v1.8.3
19482026-07-28T02:41:59.085Z Compiling darling v0.23.0
19492026-07-28T02:41:59.189Z Compiling url v2.5.8
19502026-07-28T02:41:59.203Z Compiling tracing v0.1.44
19512026-07-28T02:41:59.219Z Compiling pem-rfc7468 v0.7.0
19522026-07-28T02:41:59.382Z Compiling flagset v0.4.7
19532026-07-28T02:41:59.494Z Compiling rand_chacha v0.9.0
19542026-07-28T02:41:59.526Z Compiling der v0.7.10
19552026-07-28T02:41:59.546Z Compiling http-body v1.0.1
19562026-07-28T02:41:59.611Z Compiling rustls-pki-types v1.14.0
19572026-07-28T02:42:00.194Z Compiling usdt-impl v0.5.0
19582026-07-28T02:42:00.209Z Compiling either v1.15.0
19592026-07-28T02:42:00.274Z Compiling ref-cast v1.0.25
19602026-07-28T02:42:00.290Z Compiling fastrand v2.3.0
19612026-07-28T02:42:00.441Z Compiling cmov v0.5.4
19622026-07-28T02:42:00.459Z Compiling paste v1.0.15
19632026-07-28T02:42:00.568Z Compiling openssl-probe v0.2.1
19642026-07-28T02:42:00.628Z Compiling tinyvec_macros v0.1.1
19652026-07-28T02:42:00.708Z Compiling usdt-impl v0.6.0
19662026-07-28T02:42:00.740Z Compiling tinyvec v1.10.0
19672026-07-28T02:42:00.768Z Compiling ctutils v0.4.2
19682026-07-28T02:42:00.857Z Compiling spki v0.7.3
19692026-07-28T02:42:00.958Z Compiling rand v0.9.2
19702026-07-28T02:42:01.070Z Compiling serde_spanned v0.6.9
19712026-07-28T02:42:01.087Z Compiling toml_datetime v0.6.11
19722026-07-28T02:42:01.104Z Compiling scroll v0.12.0
19732026-07-28T02:42:01.108Z Compiling scroll v0.13.0
19742026-07-28T02:42:01.121Z Compiling async-trait v0.1.89
19752026-07-28T02:42:01.154Z Compiling heapless v0.7.17
19762026-07-28T02:42:01.271Z Compiling bzip2-sys v0.1.13+1.0.8
19772026-07-28T02:42:01.303Z Compiling atomic-waker v1.1.2
19782026-07-28T02:42:01.323Z Compiling tower-service v0.3.3
19792026-07-28T02:42:01.363Z Compiling cpufeatures v0.2.17
19802026-07-28T02:42:01.397Z Compiling untrusted v0.7.1
19812026-07-28T02:42:01.412Z Compiling rustix v0.38.44
19822026-07-28T02:42:01.446Z Compiling signal-hook v0.3.18
19832026-07-28T02:42:01.451Z Compiling zstd-safe v7.2.4
19842026-07-28T02:42:01.478Z Compiling winnow v0.7.14
19852026-07-28T02:42:01.537Z Compiling try-lock v0.2.5
19862026-07-28T02:42:01.553Z Compiling winnow v1.0.3
19872026-07-28T02:42:01.573Z Compiling tower-layer v0.3.3
19882026-07-28T02:42:01.589Z Compiling litrs v1.0.0
19892026-07-28T02:42:01.611Z Compiling goblin v0.8.2
19902026-07-28T02:42:01.651Z Compiling want v0.3.1
19912026-07-28T02:42:01.666Z Compiling goblin v0.10.5
19922026-07-28T02:42:01.833Z Compiling hybrid-array v0.4.13
19932026-07-28T02:42:01.925Z Compiling toml_parser v1.1.2+spec-1.1.0
19942026-07-28T02:42:02.047Z Compiling tokio-util v0.7.18
19952026-07-28T02:42:02.068Z Compiling document-features v0.2.12
19962026-07-28T02:42:02.486Z Compiling zerocopy v0.7.35
19972026-07-28T02:42:02.644Z Compiling ipnet v2.11.0
19982026-07-28T02:42:02.719Z Compiling ref-cast-impl v1.0.25
19992026-07-28T02:42:02.835Z Compiling h2 v0.4.15
20002026-07-28T02:42:02.874Z Compiling darling_core v0.20.11
20012026-07-28T02:42:02.939Z Compiling curve25519-dalek v4.1.3
20022026-07-28T02:42:03.005Z Compiling memoffset v0.9.1
20032026-07-28T02:42:03.058Z Compiling utf8parse v0.2.2
20042026-07-28T02:42:03.091Z Compiling httpdate v1.0.3
20052026-07-28T02:42:03.208Z Compiling winnow v0.5.40
20062026-07-28T02:42:03.277Z Compiling powerfmt v0.2.0
20072026-07-28T02:42:03.377Z Compiling foreign-types-shared v0.1.1
20082026-07-28T02:42:03.514Z Compiling untrusted v0.9.0
20092026-07-28T02:42:03.568Z Compiling foreign-types v0.3.2
20102026-07-28T02:42:03.714Z Compiling deranged v0.5.8
20112026-07-28T02:42:03.714Z Compiling tempfile v3.25.0
20122026-07-28T02:42:03.897Z Compiling dof v0.3.0
20132026-07-28T02:42:04.025Z Compiling unicode-normalization v0.1.25
20142026-07-28T02:42:04.045Z Compiling pkcs8 v0.10.2
20152026-07-28T02:42:04.309Z Compiling dtrace-parser v0.2.0
20162026-07-28T02:42:04.324Z Compiling dof v0.4.0
20172026-07-28T02:42:04.549Z Compiling toml_edit v0.19.15
20182026-07-28T02:42:04.851Z Compiling dtrace-parser v0.3.0
20192026-07-28T02:42:04.869Z Compiling darling_macro v0.20.11
20202026-07-28T02:42:04.937Z Compiling daft-derive v0.1.7
20212026-07-28T02:42:05.183Z Compiling pin-project-internal v1.1.11
20222026-07-28T02:42:05.275Z Compiling spin v0.9.8
20232026-07-28T02:42:05.407Z Compiling thread-id v4.2.2
20242026-07-28T02:42:05.424Z Compiling thread-id v5.1.0
20252026-07-28T02:42:05.440Z Compiling cfg_aliases v0.2.1
20262026-07-28T02:42:05.443Z Compiling num_threads v0.1.7
20272026-07-28T02:42:05.542Z Compiling anstyle v1.0.14
20282026-07-28T02:42:05.658Z Compiling num-bigint-dig v0.8.6
20292026-07-28T02:42:05.669Z Compiling smoltcp v0.9.1
20302026-07-28T02:42:05.702Z Compiling time v0.3.47
20312026-07-28T02:42:05.786Z Compiling nix v0.31.2
20322026-07-28T02:42:05.929Z Compiling darling v0.20.11
20332026-07-28T02:42:06.019Z Compiling hyper v1.10.1
20342026-07-28T02:42:06.215Z Compiling sha2 v0.10.9
20352026-07-28T02:42:06.359Z Compiling ipnetwork v0.21.1
20362026-07-28T02:42:06.426Z Compiling hmac v0.12.1
20372026-07-28T02:42:06.578Z Compiling curve25519-dalek-derive v0.1.1
20382026-07-28T02:42:06.596Z Compiling strum_macros v0.26.4
20392026-07-28T02:42:06.811Z Compiling sync_wrapper v1.0.2
20402026-07-28T02:42:06.888Z Compiling wait-timeout v0.2.1
20412026-07-28T02:42:06.938Z Compiling quick-error v1.2.3
20422026-07-28T02:42:07.066Z Compiling siphasher v1.0.2
20432026-07-28T02:42:07.131Z Compiling hyper-util v0.1.20
20442026-07-28T02:42:07.195Z Compiling colorchoice v1.0.4
20452026-07-28T02:42:07.270Z Compiling anstyle-query v1.1.5
20462026-07-28T02:42:07.286Z Compiling simd-adler32 v0.3.8
20472026-07-28T02:42:07.403Z Compiling is_terminal_polyfill v1.70.2
20482026-07-28T02:42:07.522Z Compiling bit-vec v0.8.0
20492026-07-28T02:42:07.716Z Compiling bit-set v0.8.0
20502026-07-28T02:42:07.873Z Compiling rusty-fork v0.3.1
20512026-07-28T02:42:07.894Z Compiling tower v0.5.3
20522026-07-28T02:42:08.399Z Compiling derive_builder_core v0.20.2
20532026-07-28T02:42:08.502Z Compiling http-body-util v0.1.3
20542026-07-28T02:42:08.556Z Compiling hubpack_derive v0.1.1
20552026-07-28T02:42:08.575Z Compiling snafu-derive v0.8.9
20562026-07-28T02:42:08.679Z Compiling strum_macros v0.27.2
20572026-07-28T02:42:08.693Z Compiling rand_xorshift v0.4.0
20582026-07-28T02:42:08.854Z Compiling ahash v0.8.12
20592026-07-28T02:42:08.890Z Compiling fs-err v3.3.0
20602026-07-28T02:42:08.996Z Compiling iri-string v0.7.10
20612026-07-28T02:42:09.024Z Compiling object v0.37.3
20622026-07-28T02:42:09.097Z Compiling unicode-bidi v0.3.18
20632026-07-28T02:42:09.115Z Compiling unicode-segmentation v1.12.0
20642026-07-28T02:42:09.173Z Compiling unicode-properties v0.1.4
20652026-07-28T02:42:09.301Z Compiling adler2 v2.0.1
20662026-07-28T02:42:09.401Z Compiling unarray v0.1.4
20672026-07-28T02:42:09.506Z Compiling ryu v1.0.23
20682026-07-28T02:42:09.523Z Compiling allocator-api2 v0.2.21
20692026-07-28T02:42:09.592Z Compiling proptest v1.10.0
20702026-07-28T02:42:09.693Z Compiling serde_urlencoded v0.7.1
20712026-07-28T02:42:09.716Z Compiling stringprep v0.1.5
20722026-07-28T02:42:09.866Z Compiling miniz_oxide v0.8.9
20732026-07-28T02:42:09.972Z Compiling derive_builder_macro v0.20.2
20742026-07-28T02:42:10.238Z Compiling tower-http v0.6.8
20752026-07-28T02:42:10.454Z Compiling tokio-native-tls v0.3.1
20762026-07-28T02:42:10.488Z Compiling usdt-macro v0.6.0
20772026-07-28T02:42:10.494Z Compiling usdt-attr-macro v0.6.0
20782026-07-28T02:42:10.600Z Compiling anstyle-parse v1.0.0
20792026-07-28T02:42:10.646Z Compiling block-buffer v0.12.1
20802026-07-28T02:42:10.669Z Compiling block-padding v0.4.2
20812026-07-28T02:42:10.691Z Compiling crypto-common v0.2.2
20822026-07-28T02:42:11.088Z Compiling rustls-native-certs v0.8.3
20832026-07-28T02:42:11.104Z Compiling rand_chacha v0.3.1
20842026-07-28T02:42:11.254Z Compiling hex v0.4.3
20852026-07-28T02:42:11.270Z Compiling erased-serde v0.3.31
20862026-07-28T02:42:11.287Z Compiling md-5 v0.10.6
20872026-07-28T02:42:11.340Z Compiling signature v2.2.0
20882026-07-28T02:42:11.355Z Compiling bstr v1.12.1
20892026-07-28T02:42:11.526Z Compiling num-integer v0.1.46
20902026-07-28T02:42:11.531Z Compiling hash32 v0.2.1
20912026-07-28T02:42:11.556Z Compiling vergen-lib v9.1.0
20922026-07-28T02:42:11.682Z Compiling encoding_rs v0.8.35
20932026-07-28T02:42:11.737Z Compiling fallible-iterator v0.2.0
20942026-07-28T02:42:11.753Z Compiling zlib-rs v0.6.2
20952026-07-28T02:42:11.773Z Compiling psl-types v2.0.11
20962026-07-28T02:42:11.835Z Compiling mime v0.3.17
20972026-07-28T02:42:11.857Z Compiling cpufeatures v0.3.0
20982026-07-28T02:42:11.958Z Compiling publicsuffix v2.3.0
20992026-07-28T02:42:11.993Z Compiling num-iter v0.1.45
21002026-07-28T02:42:12.064Z Compiling postgres-protocol v0.6.10
21012026-07-28T02:42:12.387Z Compiling newtype-uuid v1.3.2
21022026-07-28T02:42:12.511Z Compiling rand v0.8.6
21032026-07-28T02:42:12.628Z Compiling oxnet v0.1.6
21042026-07-28T02:42:12.764Z Compiling inout v0.2.2
21052026-07-28T02:42:12.780Z Compiling anstream v1.0.0
21062026-07-28T02:42:12.901Z Compiling hyper-tls v0.6.0
21072026-07-28T02:42:12.904Z Compiling derive_builder v0.20.2
21082026-07-28T02:42:12.964Z Compiling heck v0.4.1
21092026-07-28T02:42:13.037Z Compiling phf_shared v0.13.1
21102026-07-28T02:42:13.064Z Compiling pin-project v1.1.11
21112026-07-28T02:42:13.128Z Compiling lazy_static v1.5.0
21122026-07-28T02:42:13.178Z Compiling anstyle-parse v0.2.7
21132026-07-28T02:42:13.249Z Compiling terminal_size v0.4.3
21142026-07-28T02:42:13.302Z Compiling serde_with_macros v3.21.0
21152026-07-28T02:42:13.367Z Compiling futures-executor v0.3.32
21162026-07-28T02:42:13.372Z Compiling enum-as-inner v0.6.1
21172026-07-28T02:42:13.424Z Compiling async-recursion v1.1.1
21182026-07-28T02:42:13.465Z Compiling clap_derive v4.6.1
21192026-07-28T02:42:13.563Z Compiling serde_repr v0.1.20
21202026-07-28T02:42:13.603Z Compiling ff v0.13.1
21212026-07-28T02:42:13.624Z Compiling cargo-platform v0.3.2
21222026-07-28T02:42:13.663Z Compiling vergen v9.1.0
21232026-07-28T02:42:13.742Z Compiling flate2 v1.1.9
21242026-07-28T02:42:13.896Z Compiling bitflags v1.3.2
21252026-07-28T02:42:13.911Z Compiling managed v0.8.0
21262026-07-28T02:42:13.925Z Compiling base16ct v0.2.0
21272026-07-28T02:42:13.971Z Compiling bumpalo v3.20.2
21282026-07-28T02:42:14.142Z Compiling libbz2-rs-sys v0.2.2
21292026-07-28T02:42:14.158Z Compiling clap_lex v1.0.0
21302026-07-28T02:42:14.161Z Compiling same-file v1.0.6
21312026-07-28T02:42:14.238Z Compiling foldhash v0.2.0
21322026-07-28T02:42:14.340Z Compiling foldhash v0.1.5
21332026-07-28T02:42:14.416Z Compiling hashbrown v0.16.1
21342026-07-28T02:42:14.462Z Compiling clap_builder v4.6.0
21352026-07-28T02:42:14.477Z Compiling hashbrown v0.15.5
21362026-07-28T02:42:14.509Z Compiling walkdir v2.5.0
21372026-07-28T02:42:14.525Z Compiling zopfli v0.8.3
21382026-07-28T02:42:14.638Z Compiling bzip2 v0.6.1
21392026-07-28T02:42:14.857Z Compiling sec1 v0.7.3
21402026-07-28T02:42:15.063Z Compiling cargo_metadata v0.23.1
21412026-07-28T02:42:15.066Z Compiling group v0.13.0
21422026-07-28T02:42:15.148Z Compiling zstd v0.13.3
21432026-07-28T02:42:15.270Z Compiling futures v0.3.32
21442026-07-28T02:42:15.364Z Compiling anstream v0.6.21
21452026-07-28T02:42:15.669Z Compiling phf v0.13.1
21462026-07-28T02:42:15.769Z Compiling snafu v0.8.9
21472026-07-28T02:42:15.849Z Compiling reqwest v0.12.28
21482026-07-28T02:42:16.114Z Compiling signal-hook-mio v0.2.5
21492026-07-28T02:42:16.252Z Compiling cipher v0.5.2
21502026-07-28T02:42:16.345Z Compiling daft v0.1.7
21512026-07-28T02:42:16.360Z Compiling cookie_store v0.22.1
21522026-07-28T02:42:16.535Z Compiling bzip2 v0.4.4
21532026-07-28T02:42:16.580Z Compiling postgres-types v0.2.12
21542026-07-28T02:42:16.634Z Compiling globset v0.4.18
21552026-07-28T02:42:16.649Z Compiling ed25519 v2.2.3
21562026-07-28T02:42:16.760Z Compiling strum v0.27.2
21572026-07-28T02:42:16.869Z Compiling hubpack v0.1.2
21582026-07-28T02:42:16.901Z Compiling phf_shared v0.11.3
21592026-07-28T02:42:16.947Z Compiling hkdf v0.12.4
21602026-07-28T02:42:16.978Z Compiling crossbeam-epoch v0.9.18
21612026-07-28T02:42:17.066Z Compiling olpc-cjson v0.1.4
21622026-07-28T02:42:17.102Z Compiling pkcs1 v0.7.5
21632026-07-28T02:42:17.241Z Compiling pem v3.0.6
21642026-07-28T02:42:17.343Z Compiling serde-big-array v0.5.1
21652026-07-28T02:42:17.362Z Compiling serde_plain v1.0.2
21662026-07-28T02:42:17.483Z Compiling crypto-bigint v0.5.5
21672026-07-28T02:42:17.558Z Compiling float-cmp v0.10.0
21682026-07-28T02:42:17.574Z Compiling memmap2 v0.9.10
21692026-07-28T02:42:17.595Z Compiling env_filter v1.0.0
21702026-07-28T02:42:17.623Z Compiling predicates-core v1.0.10
21712026-07-28T02:42:17.709Z Compiling toml_write v0.1.2
21722026-07-28T02:42:17.723Z Compiling typed-path v0.9.3
21732026-07-28T02:42:17.859Z Compiling new_debug_unreachable v1.0.6
21742026-07-28T02:42:17.875Z Compiling data-encoding v2.10.0
21752026-07-28T02:42:17.907Z Compiling static_assertions v1.1.0
21762026-07-28T02:42:17.938Z Compiling fixedbitset v0.5.7
21772026-07-28T02:42:17.985Z Compiling const-oid v0.10.2
21782026-07-28T02:42:18.003Z Compiling precomputed-hash v0.1.1
21792026-07-28T02:42:18.110Z Compiling fixedbitset v0.4.2
21802026-07-28T02:42:18.168Z Compiling whoami v2.1.0
21812026-07-28T02:42:18.197Z Compiling normalize-line-endings v0.3.0
21822026-07-28T02:42:18.235Z Compiling jiff v0.2.21
21832026-07-28T02:42:18.247Z Compiling difflib v0.4.0
21842026-07-28T02:42:18.310Z Compiling keccak v0.1.6
21852026-07-28T02:42:18.330Z Compiling petgraph v0.6.5
21862026-07-28T02:42:18.414Z Compiling tokio-postgres v0.7.16
21872026-07-28T02:42:18.434Z Compiling elliptic-curve v0.13.8
21882026-07-28T02:42:18.444Z Compiling hickory-proto v0.25.2
21892026-07-28T02:42:18.508Z Compiling sha3 v0.10.8
21902026-07-28T02:42:18.531Z Compiling predicates v3.1.4
21912026-07-28T02:42:18.548Z Compiling petgraph v0.8.3
21922026-07-28T02:42:18.563Z Compiling digest v0.11.3
21932026-07-28T02:42:18.695Z Compiling string_cache v0.8.9
21942026-07-28T02:42:18.792Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-07-28T02:42:18.845Z Compiling chacha20 v0.10.0
21962026-07-28T02:42:18.859Z Compiling toml_edit v0.22.27
21972026-07-28T02:42:18.932Z Compiling env_logger v0.11.9
21982026-07-28T02:42:19.036Z Compiling usdt v0.6.0
21992026-07-28T02:42:19.488Z Compiling rsa v0.9.10
22002026-07-28T02:42:20.550Z Compiling ed25519-dalek v2.2.0
22012026-07-28T02:42:20.629Z Compiling zip v0.6.6
22022026-07-28T02:42:20.719Z Compiling iddqd v0.4.2
22032026-07-28T02:42:20.875Z Compiling zip v4.6.1
22042026-07-28T02:42:21.165Z Compiling crossterm v0.28.1
22052026-07-28T02:42:21.565Z Compiling clap v4.6.1
22062026-07-28T02:42:21.625Z Compiling serde_with v3.21.0
22072026-07-28T02:42:21.663Z Compiling similar v2.7.0
22082026-07-28T02:42:21.762Z Compiling byte-wrapper v0.1.0
22092026-07-28T02:42:21.934Z Compiling strum v0.26.3
22102026-07-28T02:42:21.951Z Compiling toml v0.7.8
22112026-07-28T02:42:21.967Z Compiling tokio-stream v0.1.18
22122026-07-28T02:42:22.084Z Compiling buf-list v1.1.2
22132026-07-28T02:42:22.101Z Compiling x509-cert v0.2.5
22142026-07-28T02:42:22.362Z Compiling itertools v0.13.0
22152026-07-28T02:42:22.394Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-28T02:42:22.494Z Compiling openapiv3 v2.2.0
22172026-07-28T02:42:23.110Z Compiling lalrpop-util v0.19.12
22182026-07-28T02:42:23.367Z Compiling peg-runtime v0.8.5
22192026-07-28T02:42:39.092Z Compiling rustls-webpki v0.103.13
22202026-07-28T02:42:40.262Z Compiling macaddr v1.0.1
22212026-07-28T02:42:40.305Z Compiling structmeta-derive v0.3.0
22222026-07-28T02:42:40.392Z Compiling crucible-workspace-hack v0.1.0
22232026-07-28T02:42:40.409Z Compiling rayon-core v1.13.0
22242026-07-28T02:42:40.601Z Compiling itertools v0.15.0
22252026-07-28T02:42:40.652Z Compiling secrecy v0.10.3
22262026-07-28T02:42:40.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22272026-07-28T02:42:40.818Z Compiling heapless v0.8.0
22282026-07-28T02:42:40.846Z Compiling toml_datetime v0.7.5+spec-1.1.0
22292026-07-28T02:42:40.937Z Compiling crossbeam-deque v0.8.6
22302026-07-28T02:42:40.961Z Compiling inout v0.1.4
22312026-07-28T02:42:41.011Z Compiling hash32 v0.3.1
22322026-07-28T02:42:41.094Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-07-28T02:42:41.097Z Compiling toml_edit v0.23.10+spec-1.0.0
22342026-07-28T02:42:41.142Z Compiling multer v3.1.0
22352026-07-28T02:42:41.175Z Compiling thread_local v1.1.9
22362026-07-28T02:42:41.195Z Compiling match_cfg v0.1.0
22372026-07-28T02:42:41.261Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-28T02:42:41.284Z Compiling smoltcp v0.11.0
22392026-07-28T02:42:41.300Z Compiling structmeta v0.3.0
22402026-07-28T02:42:41.319Z Compiling compression-core v0.4.31
22412026-07-28T02:42:41.358Z Compiling slog-async v2.8.0
22422026-07-28T02:42:41.500Z Compiling unicode-width v0.2.0
22432026-07-28T02:42:41.534Z Compiling compression-codecs v0.4.37
22442026-07-28T02:42:41.537Z Compiling derive-ex v0.1.8
22452026-07-28T02:42:41.661Z Compiling proc-macro-crate v3.4.0
22462026-07-28T02:42:41.701Z Compiling hostname v0.3.1
22472026-07-28T02:42:41.885Z Compiling cipher v0.4.4
22482026-07-28T02:42:41.906Z Compiling atomicwrites v0.4.4
22492026-07-28T02:42:41.924Z Compiling slog-json v2.6.1
22502026-07-28T02:42:41.942Z Compiling ingot-macros v0.2.0
22512026-07-28T02:42:42.012Z Compiling crossbeam-channel v0.5.15
22522026-07-28T02:42:42.114Z Compiling half v2.7.1
22532026-07-28T02:42:42.146Z Compiling newtype-uuid-macros v0.1.0
22542026-07-28T02:42:42.164Z Compiling cobs v0.3.0
22552026-07-28T02:42:42.197Z Compiling universal-hash v0.5.1
22562026-07-28T02:42:42.212Z Compiling thiserror-impl-no-std v2.0.2
22572026-07-28T02:42:42.360Z Compiling async-stream-impl v0.3.6
22582026-07-28T02:42:42.455Z Compiling serde_spanned v1.1.1
22592026-07-28T02:42:42.490Z Compiling tokio-rustls v0.26.4
22602026-07-28T02:42:42.628Z Compiling rustls-platform-verifier v0.6.2
22612026-07-28T02:42:42.700Z Compiling tough v0.22.0
22622026-07-28T02:42:42.776Z Compiling hyper-rustls v0.27.7
22632026-07-28T02:42:42.855Z Compiling toml_datetime v1.1.1+spec-1.1.0
22642026-07-28T02:42:42.890Z Compiling is-terminal v0.4.17
22652026-07-28T02:42:42.944Z Compiling dropshot v0.17.1
22662026-07-28T02:42:43.015Z Compiling reqwest v0.13.2
22672026-07-28T02:42:43.048Z Compiling proc-macro-error-attr v1.0.4
22682026-07-28T02:42:43.096Z Compiling convert_case v0.4.0
22692026-07-28T02:42:43.164Z Compiling ciborium-io v0.2.2
22702026-07-28T02:42:43.241Z Compiling term v1.2.1
22712026-07-28T02:42:43.269Z Compiling opaque-debug v0.3.1
22722026-07-28T02:42:43.285Z Compiling take_mut v0.2.2
22732026-07-28T02:42:43.306Z Compiling toml_writer v1.1.1+spec-1.1.0
22742026-07-28T02:42:43.322Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-28T02:42:43.356Z Compiling poly1305 v0.8.0
22762026-07-28T02:42:43.430Z Compiling derive_more v0.99.20
22772026-07-28T02:42:43.570Z Compiling slog-term v2.9.2
22782026-07-28T02:42:43.607Z Compiling toml v1.1.2+spec-1.1.0
22792026-07-28T02:42:44.058Z Compiling ciborium-ll v0.2.2
22802026-07-28T02:42:44.076Z Compiling thiserror-no-std v2.0.2
22812026-07-28T02:42:44.243Z Compiling test-strategy v0.4.5
22822026-07-28T02:42:44.258Z Compiling async-stream v0.3.6
22832026-07-28T02:42:44.308Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22842026-07-28T02:42:44.344Z Compiling postcard v1.1.3
22852026-07-28T02:42:44.468Z Compiling num_enum_derive v0.7.6
22862026-07-28T02:42:44.594Z Compiling ingot-types v0.2.0
22872026-07-28T02:42:44.611Z Compiling chacha20 v0.9.1
22882026-07-28T02:42:44.748Z Compiling slog-bunyan v2.5.0
22892026-07-28T02:42:44.883Z Compiling async-compression v0.4.41
22902026-07-28T02:42:45.083Z Compiling ingot v0.2.1
22912026-07-28T02:42:45.116Z Compiling parse-display-derive v0.10.0
22922026-07-28T02:42:45.393Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22932026-07-28T02:42:45.419Z Compiling sha1 v0.11.0
22942026-07-28T02:42:45.552Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-28T02:42:45.694Z Compiling proc-macro-crate v1.3.1
22962026-07-28T02:42:45.807Z Compiling waitgroup v0.1.2
22972026-07-28T02:42:45.964Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-28T02:42:45.990Z Compiling password-hash v0.5.0
22992026-07-28T02:42:46.057Z Compiling backon v1.6.0
23002026-07-28T02:42:46.303Z Compiling rustls-pemfile v2.2.0
23012026-07-28T02:42:46.332Z Compiling dropshot_endpoint v0.17.1
23022026-07-28T02:42:46.397Z Compiling blake2 v0.10.6
23032026-07-28T02:42:46.402Z Compiling aead v0.5.2
23042026-07-28T02:42:46.402Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-07-28T02:42:46.409Z Compiling foreign-types-macros v0.2.3
23062026-07-28T02:42:46.587Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23072026-07-28T02:42:46.607Z Compiling serde_path_to_error v0.1.20
23082026-07-28T02:42:46.624Z Compiling hostname v0.4.2
23092026-07-28T02:42:46.756Z Compiling proc-macro-error v1.0.4
23102026-07-28T02:42:46.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23112026-07-28T02:42:46.871Z Compiling instant v0.1.13
23122026-07-28T02:42:46.962Z Compiling foreign-types-shared v0.3.1
23132026-07-28T02:42:46.983Z Compiling debug-ignore v1.0.5
23142026-07-28T02:42:47.026Z Compiling backoff v0.4.0
23152026-07-28T02:42:47.029Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23162026-07-28T02:42:47.060Z Compiling foreign-types v0.5.0
23172026-07-28T02:42:47.094Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-07-28T02:42:47.111Z Compiling parse-display v0.10.0
23192026-07-28T02:42:47.114Z Compiling argon2 v0.5.3
23202026-07-28T02:42:47.142Z Compiling chacha20poly1305 v0.10.1
23212026-07-28T02:42:47.145Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-28T02:42:47.176Z Compiling num_enum_derive v0.5.11
23232026-07-28T02:42:47.273Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-28T02:42:47.292Z Compiling num_enum v0.7.6
23252026-07-28T02:42:47.330Z Compiling ciborium v0.2.2
23262026-07-28T02:42:47.436Z Compiling vsss-rs v3.3.4
23272026-07-28T02:42:47.652Z Compiling tabwriter v1.4.1
23282026-07-28T02:42:47.846Z Compiling regress v0.10.5
23292026-07-28T02:42:47.882Z Compiling itertools v0.14.0
23302026-07-28T02:42:47.912Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-07-28T02:42:47.928Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23322026-07-28T02:42:48.031Z Compiling cstr-argument v0.1.2
23332026-07-28T02:42:48.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-07-28T02:42:48.141Z Compiling humantime v2.3.0
23352026-07-28T02:42:48.144Z Compiling num_enum v0.5.11
23362026-07-28T02:42:48.191Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-28T02:42:48.219Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-28T02:42:48.322Z Compiling rayon v1.11.0
23392026-07-28T02:42:48.366Z Compiling rand v0.10.1
23402026-07-28T02:42:48.381Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-07-28T02:42:48.450Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-28T02:42:48.470Z Compiling indent_write v2.2.0
23432026-07-28T02:42:48.487Z Compiling colored v3.1.1
23442026-07-28T02:42:48.529Z Compiling libefi-sys v0.1.0
23452026-07-28T02:42:48.594Z Compiling zone_cfg_derive v0.3.1
23462026-07-28T02:42:48.609Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-28T02:42:48.644Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-28T02:42:48.667Z Compiling camino-tempfile v1.4.1
23492026-07-28T02:42:48.758Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23502026-07-28T02:42:48.776Z Compiling itertools v0.12.1
23512026-07-28T02:42:48.807Z Compiling usdt-macro v0.5.0
23522026-07-28T02:42:48.877Z Compiling usdt-attr-macro v0.5.0
23532026-07-28T02:42:48.936Z Compiling num-derive v0.4.2
23542026-07-28T02:42:49.071Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-28T02:42:49.151Z Compiling bitfield-struct v0.6.2
23562026-07-28T02:42:49.168Z Compiling blake3 v1.8.5
23572026-07-28T02:42:49.197Z Compiling memmap v0.7.0
23582026-07-28T02:42:49.231Z Compiling sigpipe v0.1.3
23592026-07-28T02:42:49.248Z Compiling swrite v0.1.0
23602026-07-28T02:42:49.345Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-07-28T02:42:49.374Z Compiling glob v0.3.3
23622026-07-28T02:42:49.449Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23632026-07-28T02:42:49.592Z Compiling smf v0.2.3
23642026-07-28T02:42:49.661Z Compiling usdt v0.5.0
23652026-07-28T02:42:49.750Z Compiling filetime v0.2.27
23662026-07-28T02:42:49.765Z Compiling arrayvec v0.7.6
23672026-07-28T02:42:49.782Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-28T02:42:49.822Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23692026-07-28T02:42:49.920Z Compiling whoami v1.6.1
23702026-07-28T02:42:49.990Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-07-28T02:42:50.050Z Compiling xattr v1.6.1
23722026-07-28T02:42:50.068Z Compiling constant_time_eq v0.4.2
23732026-07-28T02:42:50.090Z Compiling arrayref v0.3.9
23742026-07-28T02:42:50.120Z Compiling zone v0.3.1
23752026-07-28T02:42:50.182Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-28T02:42:50.275Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23772026-07-28T02:42:50.293Z Compiling tar v0.4.46
23782026-07-28T02:42:50.310Z Compiling tokio-dtrace v0.1.1
23792026-07-28T02:42:50.340Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-07-28T02:42:50.391Z Compiling console v0.16.2
23812026-07-28T02:42:50.526Z Compiling gethostname v0.5.0
23822026-07-28T02:42:50.647Z Compiling unit-prefix v0.5.2
23832026-07-28T02:42:50.671Z Compiling topological-sort v0.2.2
23842026-07-28T02:42:50.686Z Compiling oxide-tokio-rt v0.1.4
23852026-07-28T02:42:50.760Z Compiling toml v0.8.23
23862026-07-28T02:42:50.864Z Compiling indicatif v0.18.4
23872026-07-28T02:42:50.880Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-28T02:42:50.960Z Compiling shell-words v1.1.1
23892026-07-28T02:43:00.241Z Compiling progenitor-client v0.14.0
23902026-07-28T02:43:00.241Z Compiling omicron-zone-package v0.12.3
23912026-07-28T02:43:00.494Z Compiling progenitor-extras v0.2.0
23922026-07-28T02:43:00.795Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-28T02:43:00.919Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-28T02:43:00.937Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-28T02:43:00.956Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-28T02:43:01.007Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-28T02:43:01.055Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-28T02:43:01.105Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-28T02:43:01.316Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-28T02:43:01.829Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-28T02:43:05.691Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-28T02:43:13.687Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-28T02:43:16.833Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-28T02:43:17.868Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-28T02:43:27.001Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-28T02:43:27.146Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-28T02:43:27.206ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-28T02:43:27.209ZCreated new build target 'test' and set it as active
24092026-07-28T02:43:27.209Z
24102026-07-28T02:43:27.209Zreal 1:39.303937795
24112026-07-28T02:43:27.209Zuser 16:14.305639546
24122026-07-28T02:43:27.209Zsys 2:34.632807039
24132026-07-28T02:43:27.209Ztrap 0.452802295
24142026-07-28T02:43:27.209Ztflt 2.275184942
24152026-07-28T02:43:27.209Zdflt 4.603621934
24162026-07-28T02:43:27.209Zkflt 0.004985463
24172026-07-28T02:43:27.209Zlock 52:21.786624696
24182026-07-28T02:43:27.209Zslp 41:26.528999221
24192026-07-28T02:43:27.209Zlat 41.281491263
24202026-07-28T02:43:27.209Zstop 5:45.758796776
24212026-07-28T02:43:27.212Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-28T02:43:28.084Z Finished `release` profile [optimized] target(s) in 0.86s
24232026-07-28T02:43:28.158Z Running `target/release/omicron-package -t test package`
24242026-07-28T02:43:28.215ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-28T02:43:29.618Z Compiling heck v0.5.0
24262026-07-28T02:43:29.823Z Compiling regress v0.11.1
24272026-07-28T02:43:29.861Z Compiling unsafe-libyaml v0.2.11
24282026-07-28T02:43:29.880Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-28T02:43:29.906Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-28T02:43:29.934Z Compiling derive-where v1.6.0
24312026-07-28T02:43:29.954Z Compiling bytecount v0.6.9
24322026-07-28T02:43:29.958Z Compiling atomicwrites v0.4.4
24332026-07-28T02:43:29.958Z Compiling is-terminal v0.4.17
24342026-07-28T02:43:29.958Z Compiling prettyplease v0.2.37
24352026-07-28T02:43:29.972Z Compiling console v0.15.11
24362026-07-28T02:43:30.052Z Compiling newline-converter v0.3.0
24372026-07-28T02:43:30.055Z Compiling slog-dtrace v0.3.0
24382026-07-28T02:43:30.092Z Compiling resolv-conf v0.7.6
24392026-07-28T02:43:30.095Z Compiling num-rational v0.4.2
24402026-07-28T02:43:30.134Z Compiling num-complex v0.4.6
24412026-07-28T02:43:30.156Z Compiling thread_local v1.1.9
24422026-07-28T02:43:30.179Z Compiling unicode-width v0.1.14
24432026-07-28T02:43:30.179Z Compiling cancel-safe-futures v0.1.5
24442026-07-28T02:43:30.225Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-07-28T02:43:30.278Z Compiling match_cfg v0.1.0
24462026-07-28T02:43:30.370Z Compiling compression-core v0.4.31
24472026-07-28T02:43:30.416Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-28T02:43:30.436Z Compiling expectorate v1.2.0
24492026-07-28T02:43:30.546Z Compiling num v0.4.3
24502026-07-28T02:43:30.546Z Compiling compression-codecs v0.4.37
24512026-07-28T02:43:30.617Z Compiling hostname v0.3.1
24522026-07-28T02:43:30.620Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24532026-07-28T02:43:30.659Z Compiling multer v3.1.0
24542026-07-28T02:43:30.683Z Compiling slog-async v2.8.0
24552026-07-28T02:43:30.706Z Compiling crossbeam-channel v0.5.15
24562026-07-28T02:43:30.709Z Compiling slog-json v2.6.1
24572026-07-28T02:43:30.748Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-28T02:43:30.770Z Compiling serde_spanned v1.1.1
24592026-07-28T02:43:30.793Z Compiling toml_writer v1.1.1+spec-1.1.0
24602026-07-28T02:43:30.835Z Compiling take_mut v0.2.2
24612026-07-28T02:43:30.951Z Compiling float-ord v0.3.2
24622026-07-28T02:43:30.972Z Compiling term v1.2.1
24632026-07-28T02:43:30.996Z Compiling linked-hash-map v0.5.6
24642026-07-28T02:43:31.036Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-28T02:43:31.058Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-28T02:43:31.078Z Compiling toml v1.1.2+spec-1.1.0
24672026-07-28T02:43:31.128Z Compiling slog-bunyan v2.5.0
24682026-07-28T02:43:31.152Z Compiling oxide-update-engine-types v0.1.2
24692026-07-28T02:43:31.176Z Compiling async-compression v0.4.41
24702026-07-28T02:43:31.198Z Compiling lru-cache v0.1.2
24712026-07-28T02:43:31.288Z Compiling slog-term v2.9.2
24722026-07-28T02:43:31.366Z Compiling typify-impl v0.6.2
24732026-07-28T02:43:31.512Z Compiling async-stream v0.3.6
24742026-07-28T02:43:31.535Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-28T02:43:31.692Z Compiling dropshot v0.17.1
24762026-07-28T02:43:31.715Z Compiling sha1 v0.11.0
24772026-07-28T02:43:31.718Z Compiling progenitor-client v0.14.0
24782026-07-28T02:43:31.718Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-28T02:43:31.773Z Compiling waitgroup v0.1.2
24802026-07-28T02:43:31.797Z Compiling rustls-pemfile v2.2.0
24812026-07-28T02:43:31.852Z Compiling backon v1.6.0
24822026-07-28T02:43:31.933Z Compiling serde_path_to_error v0.1.20
24832026-07-28T02:43:31.959Z Compiling hostname v0.4.2
24842026-07-28T02:43:32.007Z Compiling instant v0.1.13
24852026-07-28T02:43:32.026Z Compiling linear-map v1.2.0
24862026-07-28T02:43:32.050Z Compiling debug-ignore v1.0.5
24872026-07-28T02:43:32.081Z Compiling minimal-lexical v0.2.1
24882026-07-28T02:43:32.140Z Compiling backoff v0.4.0
24892026-07-28T02:43:32.160Z Compiling progenitor-extras v0.2.0
24902026-07-28T02:43:32.181Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-28T02:43:32.202Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-28T02:43:32.302Z Compiling nom v7.1.3
24932026-07-28T02:43:32.345Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-28T02:43:32.371Z Compiling oxide-update-engine v0.1.2
24952026-07-28T02:43:32.439Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-07-28T02:43:32.482Z Compiling parse-display v0.10.0
24972026-07-28T02:43:32.503Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24982026-07-28T02:43:32.774Z Compiling hickory-proto v0.24.4
24992026-07-28T02:43:33.001Z Compiling regress v0.10.5
25002026-07-28T02:43:33.181Z Compiling itertools v0.14.0
25012026-07-28T02:43:33.684Z Compiling macaddr v1.0.1
25022026-07-28T02:43:33.687Z Compiling unicode-xid v0.2.6
25032026-07-28T02:43:33.790Z Compiling humantime v2.3.0
25042026-07-28T02:43:33.953Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-07-28T02:43:34.077Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25062026-07-28T02:43:34.080Z Compiling convert_case v0.10.0
25072026-07-28T02:43:34.207Z Compiling owo-colors v4.3.0
25082026-07-28T02:43:34.274Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25092026-07-28T02:43:34.382Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-28T02:43:34.466Z Compiling derive_more-impl v2.1.1
25112026-07-28T02:43:34.575Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-07-28T02:43:34.646Z Compiling toml v0.8.23
25132026-07-28T02:43:34.834Z Compiling typify-macro v0.6.2
25142026-07-28T02:43:35.006Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-28T02:43:35.056Z Compiling papergrid v0.11.0
25162026-07-28T02:43:35.174Z Compiling tabled_derive v0.7.0
25172026-07-28T02:43:35.253Z Compiling termtree v0.5.1
25182026-07-28T02:43:35.273Z Compiling derive_more v2.1.1
25192026-07-28T02:43:35.389Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-28T02:43:35.456Z Compiling hickory-resolver v0.24.4
25212026-07-28T02:43:36.184Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-28T02:43:36.187Z Compiling tabled v0.15.0
25232026-07-28T02:43:36.408Z Compiling crossterm v0.29.0
25242026-07-28T02:43:36.443Z Compiling typify v0.6.2
25252026-07-28T02:43:36.584Z Compiling progenitor-impl v0.14.0
25262026-07-28T02:43:37.089Z Compiling qorb v0.4.1
25272026-07-28T02:43:37.249Z Compiling phf_shared v0.12.1
25282026-07-28T02:43:37.558Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-07-28T02:43:38.073Z Compiling csv-core v0.1.13
25302026-07-28T02:43:38.509Z Compiling vte v0.14.1
25312026-07-28T02:43:38.743Z Compiling progenitor-macro v0.14.0
25322026-07-28T02:43:38.767Z Compiling highway v1.3.0
25332026-07-28T02:43:39.483Z Compiling chrono-tz v0.10.4
25342026-07-28T02:43:39.732Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-07-28T02:43:40.083Z Compiling strip-ansi-escapes v0.2.1
25362026-07-28T02:43:40.152Z Compiling csv v1.4.0
25372026-07-28T02:43:40.287Z Compiling phf v0.12.1
25382026-07-28T02:43:40.478Z Compiling const_format_proc_macros v0.2.34
25392026-07-28T02:43:40.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-07-28T02:43:40.655Z Compiling fd-lock v4.0.4
25412026-07-28T02:43:40.829Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-07-28T02:43:40.996Z Compiling peg-macros v0.8.5
25432026-07-28T02:43:41.165Z Compiling nu-ansi-term v0.50.3
25442026-07-28T02:43:41.252Z Compiling const_format v0.2.35
25452026-07-28T02:43:41.721Z Compiling reedline v0.40.0
25462026-07-28T02:43:41.791Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-07-28T02:43:42.246Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-07-28T02:43:42.617Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25492026-07-28T02:43:42.897Z Compiling progenitor v0.14.0
25502026-07-28T02:43:43.092Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-28T02:43:43.126Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-07-28T02:43:43.517Z Compiling peg v0.8.5
25532026-07-28T02:43:43.628Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-07-28T02:43:43.671Z Compiling bcs v0.1.6
25552026-07-28T02:43:44.044Z Compiling nom v8.0.0
25562026-07-28T02:43:44.104Z Compiling semver v0.1.20
25572026-07-28T02:43:44.397Z Compiling rustc_version v0.1.7
25582026-07-28T02:43:44.634Z Compiling newtype_derive v0.1.6
25592026-07-28T02:43:44.866Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-07-28T02:43:45.005Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25612026-07-28T02:43:45.144Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25622026-07-28T02:43:45.245Z Compiling smawk v0.3.2
25632026-07-28T02:43:45.444Z Compiling unicode-linebreak v0.1.5
25642026-07-28T02:43:45.707Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-07-28T02:43:45.769Z Compiling textwrap v0.16.2
25662026-07-28T02:43:45.934Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-07-28T02:43:45.970Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-07-28T02:43:46.126Z Compiling steno v0.4.1
25692026-07-28T02:43:46.454Z Compiling dropshot-api-manager-types v0.7.2
25702026-07-28T02:43:46.851Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25712026-07-28T02:43:46.872Z Compiling base64 v0.21.7
25722026-07-28T02:43:47.067Z Compiling sha1 v0.10.6
25732026-07-28T02:43:47.320Z Compiling utf-8 v0.7.6
25742026-07-28T02:43:47.441Z Compiling tagptr v0.2.0
25752026-07-28T02:43:47.531Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-28T02:43:47.562Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-28T02:43:47.638Z Compiling moka v0.12.13
25782026-07-28T02:43:47.740Z Compiling tungstenite v0.21.0
25792026-07-28T02:43:47.796Z Compiling display-error-chain v0.2.2
25802026-07-28T02:43:47.932Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-07-28T02:43:47.974Z Compiling darling_core v0.21.3
25822026-07-28T02:43:48.095Z Compiling radium v0.7.0
25832026-07-28T02:43:48.385Z Compiling tokio-tungstenite v0.21.0
25842026-07-28T02:43:48.777Z Compiling hickory-resolver v0.25.2
25852026-07-28T02:43:48.816Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-28T02:43:48.925Z Compiling maybe-uninit v2.0.0
25872026-07-28T02:43:49.260Z Compiling tap v1.0.1
25882026-07-28T02:43:49.441Z Compiling wyz v0.5.1
25892026-07-28T02:43:49.802Z Compiling num-derive v0.3.3
25902026-07-28T02:43:50.082Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-28T02:43:50.116Z Compiling darling_macro v0.21.3
25922026-07-28T02:43:50.554Z Compiling vergen-lib v0.1.6
25932026-07-28T02:43:50.681Z Compiling darling v0.21.3
25942026-07-28T02:43:50.736Z Compiling zerocopy-derive v0.6.6
25952026-07-28T02:43:50.782Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-28T02:43:50.803Z Compiling diesel_derives v2.3.7
25972026-07-28T02:43:51.024Z Compiling funty v2.0.0
25982026-07-28T02:43:51.195Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-28T02:43:51.379Z Compiling packed_struct v0.10.1
26002026-07-28T02:43:51.514Z Compiling crc-catalog v2.4.0
26012026-07-28T02:43:51.533Z Compiling zerocopy v0.6.6
26022026-07-28T02:43:51.645Z Compiling crc v3.4.0
26032026-07-28T02:43:51.699Z Compiling bitvec v1.0.1
26042026-07-28T02:43:51.871Z Compiling proc-macro-error2 v2.0.1
26052026-07-28T02:43:51.986Z Compiling dsl_auto_type v0.2.0
26062026-07-28T02:43:52.016Z Compiling libscf-sys v1.1.0
26072026-07-28T02:43:52.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26082026-07-28T02:43:52.278Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26092026-07-28T02:43:52.375Z Compiling scheduled-thread-pool v0.2.7
26102026-07-28T02:43:52.414Z Compiling packed_struct_codegen v0.10.1
26112026-07-28T02:43:52.525Z Compiling vergen-gitcl v1.0.8
26122026-07-28T02:43:52.752Z Compiling diesel_table_macro_syntax v0.3.0
26132026-07-28T02:43:52.945Z Compiling bitfield-macros v0.19.4
26142026-07-28T02:43:52.976Z Compiling dirs-sys-next v0.1.2
26152026-07-28T02:43:53.247Z Compiling indexmap v1.9.3
26162026-07-28T02:43:53.410Z Compiling maplit v1.0.2
26172026-07-28T02:43:53.483Z Compiling crunchy v0.2.4
26182026-07-28T02:43:53.530Z Compiling nodrop v0.1.14
26192026-07-28T02:43:53.615Z Compiling glob v0.3.3
26202026-07-28T02:43:53.666Z Compiling array-init v0.0.4
26212026-07-28T02:43:53.686Z Compiling bitfield v0.19.4
26222026-07-28T02:43:53.843Z Compiling dirs-next v2.0.0
26232026-07-28T02:43:53.975Z Compiling clang-sys v1.8.1
26242026-07-28T02:43:54.052Z Compiling r2d2 v0.8.10
26252026-07-28T02:43:54.072Z Compiling tabled_derive v0.11.0
26262026-07-28T02:43:54.241Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-07-28T02:43:54.348Z Compiling smallvec v0.6.14
26282026-07-28T02:43:54.561Z Compiling papergrid v0.17.0
26292026-07-28T02:43:54.620Z Compiling testing_table v0.3.0
26302026-07-28T02:43:54.696Z Compiling tiny-keccak v2.0.2
26312026-07-28T02:43:54.720Z Compiling hashbrown v0.12.3
26322026-07-28T02:43:54.890Z Compiling downcast-rs v2.0.2
26332026-07-28T02:43:54.972Z Compiling serde-hex v0.1.0
26342026-07-28T02:43:55.026Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-07-28T02:43:55.161Z Compiling term v0.7.0
26362026-07-28T02:43:55.348Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-28T02:43:55.398Z Compiling ron v0.8.1
26382026-07-28T02:43:55.462Z Compiling hashbrown v0.13.2
26392026-07-28T02:43:55.594Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-07-28T02:43:55.661Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-07-28T02:43:55.851Z Compiling tabled v0.20.0
26422026-07-28T02:43:55.894Z Compiling bit-vec v0.6.3
26432026-07-28T02:43:56.087Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26442026-07-28T02:43:56.131Z Compiling crc-any v2.5.0
26452026-07-28T02:43:56.552Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-07-28T02:43:57.099Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26472026-07-28T02:43:57.153Z Compiling bit-set v0.5.3
26482026-07-28T02:43:57.344Z Compiling object v0.30.4
26492026-07-28T02:43:57.490Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26502026-07-28T02:43:57.683Z Compiling ascii-canvas v3.0.0
26512026-07-28T02:43:57.771Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-07-28T02:43:57.952Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-07-28T02:43:58.008Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-07-28T02:43:58.032Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-07-28T02:43:58.208Z Compiling itertools v0.10.5
26562026-07-28T02:43:58.241Z Compiling ena v0.14.4
26572026-07-28T02:43:58.501Z Compiling libloading v0.8.9
26582026-07-28T02:43:58.523Z Compiling xshell-macros v0.2.7
26592026-07-28T02:43:58.689Z Compiling diesel v2.3.7
26602026-07-28T02:43:58.749Z Compiling diff v0.1.13
26612026-07-28T02:43:58.924Z Compiling bindgen v0.71.1
26622026-07-28T02:43:59.012Z Compiling path-slash v0.1.5
26632026-07-28T02:43:59.121Z Compiling unicase v2.9.0
26642026-07-28T02:43:59.202Z Compiling regex-syntax v0.6.29
26652026-07-28T02:43:59.252Z Compiling xshell v0.2.7
26662026-07-28T02:43:59.552Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-28T02:44:00.193Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26682026-07-28T02:44:00.798Z Compiling lalrpop v0.19.12
26692026-07-28T02:44:01.128Z Compiling cexpr v0.6.0
26702026-07-28T02:44:01.740Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-07-28T02:44:01.761Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26722026-07-28T02:44:01.967Z Compiling rustc-hash v2.1.1
26732026-07-28T02:44:02.125Z Compiling crc8 v0.1.1
26742026-07-28T02:44:02.154Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26752026-07-28T02:44:02.346Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-07-28T02:44:02.598Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-07-28T02:44:02.964Z Compiling headers-core v0.3.0
26782026-07-28T02:44:03.082Z Compiling libxml v0.3.3
26792026-07-28T02:44:03.135Z Compiling headers v0.4.1
26802026-07-28T02:44:03.350Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-28T02:44:03.409Z Compiling strum_macros v0.24.3
26822026-07-28T02:44:03.575Z Compiling indoc v1.0.9
26832026-07-28T02:44:03.708Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-28T02:44:03.781Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-28T02:44:04.006Z Compiling derive_builder v0.20.2
26862026-07-28T02:44:04.010Z Compiling quick-xml v0.37.5
26872026-07-28T02:44:04.180Z Compiling oso-derive v0.27.3
26882026-07-28T02:44:04.646Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-28T02:44:04.707Z Compiling openssl-probe v0.1.6
26902026-07-28T02:44:04.760Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-28T02:44:05.005Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-07-28T02:44:05.223Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-07-28T02:44:05.507Z Compiling bb8 v0.8.6
26942026-07-28T02:44:05.529Z Compiling trait-variant v0.1.2
26952026-07-28T02:44:05.622Z Compiling half v1.8.3
26962026-07-28T02:44:05.916Z Compiling serde_cbor v0.11.2
26972026-07-28T02:44:05.973Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-28T02:44:06.018Z Compiling progenitor-impl v0.13.0
26992026-07-28T02:44:06.060Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-07-28T02:44:06.101Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-07-28T02:44:06.320Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-07-28T02:44:06.749Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27032026-07-28T02:44:06.894Z Compiling samael v0.0.19
27042026-07-28T02:44:07.030Z Compiling progenitor-client v0.13.0
27052026-07-28T02:44:07.099Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-07-28T02:44:07.158Z Compiling nonempty v0.12.0
27072026-07-28T02:44:07.371Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-28T02:44:07.396Z Compiling fxhash v0.2.1
27092026-07-28T02:44:07.538Z Compiling libz-sys v1.1.24
27102026-07-28T02:44:07.568Z Compiling salty v0.3.0
27112026-07-28T02:44:08.031Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-28T02:44:08.136Z Compiling progenitor-macro v0.13.0
27132026-07-28T02:44:08.185Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27142026-07-28T02:44:08.282Z Compiling polar-core v0.27.3
27152026-07-28T02:44:08.477Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27162026-07-28T02:44:08.592Z Compiling kstat-rs v0.2.4
27172026-07-28T02:44:08.626Z Compiling arc-swap v1.8.2
27182026-07-28T02:44:08.878Z Compiling fs-err v2.11.0
27192026-07-28T02:44:09.038Z Compiling slog-scope v4.4.1
27202026-07-28T02:44:09.118Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27212026-07-28T02:44:09.239Z Compiling mime_guess v2.0.5
27222026-07-28T02:44:09.605Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27232026-07-28T02:44:09.756Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27242026-07-28T02:44:09.874Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-07-28T02:44:11.242Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27262026-07-28T02:44:11.505Z Compiling rfc6979 v0.4.0
27272026-07-28T02:44:11.530Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27282026-07-28T02:44:11.691Z Compiling nanorand v0.7.0
27292026-07-28T02:44:12.063Z Compiling libgit2-sys v0.18.3+1.9.2
27302026-07-28T02:44:12.245Z Compiling parking_lot_core v0.8.6
27312026-07-28T02:44:12.275Z Compiling progenitor v0.13.0
27322026-07-28T02:44:12.464Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27332026-07-28T02:44:12.556Z Compiling flume v0.11.1
27342026-07-28T02:44:12.946Z Compiling ecdsa v0.16.9
27352026-07-28T02:44:13.534Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-07-28T02:44:13.696Z Compiling slog-stdlog v4.1.1
27372026-07-28T02:44:14.077Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-07-28T02:44:14.162Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-07-28T02:44:14.294Z Compiling primeorder v0.13.6
27402026-07-28T02:44:14.377Z Compiling git-stub v1.0.0
27412026-07-28T02:44:14.614Z Compiling atty v0.2.14
27422026-07-28T02:44:14.643Z Compiling strsim v0.10.0
27432026-07-28T02:44:14.766Z Compiling instability v0.3.11
27442026-07-28T02:44:14.965Z Compiling http-range v0.1.5
27452026-07-28T02:44:15.007Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-07-28T02:44:15.308Z Compiling parse-size v1.1.0
27472026-07-28T02:44:15.379Z Compiling darling_core v0.13.4
27482026-07-28T02:44:15.399Z Compiling p384 v0.13.1
27492026-07-28T02:44:15.532Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27502026-07-28T02:44:17.540Z Compiling oso v0.27.3
27512026-07-28T02:44:19.490Z Compiling async-bb8-diesel v0.2.1
27522026-07-28T02:44:19.941Z Compiling diesel-dtrace v0.5.0
27532026-07-28T02:44:20.286Z Compiling git-stub-vcs v0.1.0
27542026-07-28T02:44:20.290Z Compiling slog-envlogger v2.2.0
27552026-07-28T02:44:20.592Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27562026-07-28T02:44:20.614Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27572026-07-28T02:44:21.393Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27582026-07-28T02:44:22.042Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27592026-07-28T02:44:22.799Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-07-28T02:44:22.848Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27612026-07-28T02:44:23.251Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27622026-07-28T02:44:23.487Z Compiling ignore v0.4.25
27632026-07-28T02:44:24.104Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-28T02:44:25.048Z Compiling castaway v0.2.4
27652026-07-28T02:44:25.217Z Compiling vergen-git2 v9.1.0
27662026-07-28T02:44:25.484Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-07-28T02:44:25.569Z Compiling indoc v2.0.7
27682026-07-28T02:44:25.818Z Compiling compact_str v0.8.1
27692026-07-28T02:44:26.213Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-28T02:44:26.728Z Compiling globwalk v0.9.1
27712026-07-28T02:44:26.924Z Compiling parking_lot v0.11.2
27722026-07-28T02:44:27.352Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27732026-07-28T02:44:27.785Z Compiling hyper-staticfile v0.10.1
27742026-07-28T02:44:27.808Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27752026-07-28T02:44:27.935Z Compiling darling_macro v0.13.4
27762026-07-28T02:44:28.277Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27772026-07-28T02:44:28.311Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27782026-07-28T02:44:28.334Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-07-28T02:44:28.429Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27802026-07-28T02:44:28.591Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-07-28T02:44:28.907Z Compiling predicates-tree v1.0.13
27822026-07-28T02:44:28.929Z Compiling unicode-truncate v1.1.0
27832026-07-28T02:44:29.038Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-07-28T02:44:29.135Z Compiling lru v0.12.5
27852026-07-28T02:44:29.254Z Compiling prefix-trie v0.7.0
27862026-07-28T02:44:29.318Z Compiling rand_seeder v0.4.0
27872026-07-28T02:44:29.358Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-28T02:44:29.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27892026-07-28T02:44:29.730Z Compiling illumos-nvpair-sys v0.2.0
27902026-07-28T02:44:29.753Z Compiling corncobs v0.1.4
27912026-07-28T02:44:29.757Z Compiling cassowary v0.3.0
27922026-07-28T02:44:29.845Z Compiling hickory-server v0.25.2
27932026-07-28T02:44:29.873Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-07-28T02:44:30.007Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-28T02:44:30.058Z Compiling ratatui v0.29.0
27962026-07-28T02:44:30.109Z Compiling camino-tempfile-ext v0.3.3
27972026-07-28T02:44:30.287Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-07-28T02:44:30.352Z Compiling darling v0.13.4
27992026-07-28T02:44:30.681Z Compiling sled v0.34.7
28002026-07-28T02:44:30.701Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28012026-07-28T02:44:31.015Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28022026-07-28T02:44:31.333Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-07-28T02:44:31.584Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-07-28T02:44:31.689Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-07-28T02:44:32.875Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-07-28T02:44:33.183Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-07-28T02:44:33.404Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28082026-07-28T02:44:33.623Z Compiling secrecy v0.8.0
28092026-07-28T02:44:33.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-07-28T02:44:34.157Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28112026-07-28T02:44:34.883Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28122026-07-28T02:44:35.425Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-07-28T02:44:35.896Z Compiling serde_with_macros v1.5.2
28142026-07-28T02:44:36.114Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28152026-07-28T02:44:36.610Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28162026-07-28T02:44:36.714Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28172026-07-28T02:44:37.599Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28182026-07-28T02:44:38.412Z Compiling git2 v0.20.4
28192026-07-28T02:44:38.564Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-07-28T02:44:38.779Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-28T02:44:38.936Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-07-28T02:44:39.010Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-07-28T02:44:39.186Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28242026-07-28T02:44:39.263Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28252026-07-28T02:44:39.418Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28262026-07-28T02:44:39.441Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28272026-07-28T02:44:39.518Z Compiling void v1.0.2
28282026-07-28T02:44:39.728Z Compiling lzss v0.8.2
28292026-07-28T02:44:40.024Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28302026-07-28T02:44:40.045Z Compiling serde_with v1.14.0
28312026-07-28T02:44:41.248Z Compiling illumos-nvpair v0.3.0
28322026-07-28T02:44:41.405Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28332026-07-28T02:44:41.466Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28342026-07-28T02:44:42.072Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-28T02:44:42.845Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28362026-07-28T02:44:42.868Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28372026-07-28T02:44:43.168Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-07-28T02:44:44.365Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28392026-07-28T02:44:44.742Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-07-28T02:44:45.016Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28412026-07-28T02:44:45.266Z Compiling tungstenite v0.23.0
28422026-07-28T02:44:45.466Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28432026-07-28T02:44:45.491Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28442026-07-28T02:44:46.115Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-07-28T02:44:46.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28462026-07-28T02:44:46.570Z Compiling nix v0.27.1
28472026-07-28T02:44:47.477Z Compiling twox-hash v2.1.2
28482026-07-28T02:44:47.541Z Compiling libsw-core v0.3.2
28492026-07-28T02:44:47.563Z Compiling serde_bytes v0.11.19
28502026-07-28T02:44:47.748Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28512026-07-28T02:44:47.793Z Compiling libsw v3.5.0
28522026-07-28T02:44:47.862Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28532026-07-28T02:44:48.034Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28542026-07-28T02:44:48.059Z Compiling tokio-tungstenite v0.23.1
28552026-07-28T02:44:48.440Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-07-28T02:44:48.784Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28572026-07-28T02:44:49.915Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-07-28T02:44:51.025Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28592026-07-28T02:44:51.669Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28602026-07-28T02:44:52.208Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-07-28T02:44:52.386Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28622026-07-28T02:44:52.819Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28632026-07-28T02:44:53.031Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-07-28T02:44:53.074Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-07-28T02:44:53.503Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28662026-07-28T02:44:53.594Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28672026-07-28T02:44:53.660Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-07-28T02:44:54.526Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-07-28T02:44:55.229Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28702026-07-28T02:44:57.754Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28712026-07-28T02:44:58.162Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28722026-07-28T02:44:58.410Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28732026-07-28T02:44:58.923Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28742026-07-28T02:45:00.059Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28752026-07-28T02:45:00.452Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28762026-07-28T02:45:00.559Z Compiling signal-hook-tokio v0.3.1
28772026-07-28T02:45:00.682Z Compiling fatfs v0.3.6
28782026-07-28T02:45:00.781Z Compiling yasna v0.5.2
28792026-07-28T02:45:00.811Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-07-28T02:45:00.953Z Compiling assert_matches v1.5.0
28812026-07-28T02:45:01.061Z Compiling is_ci v1.2.0
28822026-07-28T02:45:01.289Z Compiling seq-macro v0.3.6
28832026-07-28T02:45:01.792Z Compiling rcgen v0.12.1
28842026-07-28T02:45:01.984Z Compiling supports-color v3.0.2
28852026-07-28T02:45:02.067Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28862026-07-28T02:45:02.266Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28872026-07-28T02:45:02.419Z Compiling oxide-update-engine-display v0.1.2
28882026-07-28T02:45:02.442Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892026-07-28T02:45:03.362Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-07-28T02:45:04.586Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28912026-07-28T02:45:04.641Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-07-28T02:45:04.827Z Compiling port-file v0.1.0
28932026-07-28T02:45:04.882Z Compiling subprocess v0.2.15
28942026-07-28T02:45:05.155Z Compiling rtoolbox v0.0.3
28952026-07-28T02:45:05.435Z Compiling rpassword v7.5.4
28962026-07-28T02:45:06.053Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-07-28T02:45:06.296Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-07-28T02:45:06.993Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-07-28T02:45:08.221Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-07-28T02:45:08.366Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29012026-07-28T02:45:08.707Z Compiling tui-tree-widget v0.23.1
29022026-07-28T02:45:09.018Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29032026-07-28T02:45:09.243Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042026-07-28T02:45:09.616Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-07-28T02:45:11.293Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-07-28T02:45:11.521Z Compiling uzers v0.12.2
29072026-07-28T02:45:11.702Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-07-28T02:45:12.075Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29092026-07-28T02:45:12.969Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29102026-07-28T02:45:13.161Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29112026-07-28T02:45:14.784Z Compiling support-bundle-viewer v0.1.2
29122026-07-28T02:45:16.630Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-07-28T02:45:17.552Z Compiling multimap v0.10.1
29142026-07-28T02:45:29.264Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29152026-07-28T02:45:31.763Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29162026-07-28T02:45:38.568Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29172026-07-28T02:45:39.613Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29182026-07-28T02:45:41.577Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29192026-07-28T02:54:44.545Z Finished `release` profile [optimized] target(s) in 11m 16s
29202026-07-28T02:54:44.548Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29212026-07-28T02:54:44.548Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29222026-07-28T02:55:33.468Z
29232026-07-28T02:55:33.468Zreal 12:06.226930632
29242026-07-28T02:55:33.468Zuser 1:22:51.313334461
29252026-07-28T02:55:33.468Zsys 3:41.593866871
29262026-07-28T02:55:33.468Ztrap 1.817621626
29272026-07-28T02:55:33.468Ztflt 2.011017183
29282026-07-28T02:55:33.471Zdflt 19.970232209
29292026-07-28T02:55:33.471Zkflt 0.006831532
29302026-07-28T02:55:33.471Zlock 8:58:37.713585199
29312026-07-28T02:55:33.471Zslp 2:24:07.363479319
29322026-07-28T02:55:33.471Zlat 2:36.715502140
29332026-07-28T02:55:33.471Zstop 5:48.643166955
29342026-07-28T02:55:33.471Z+ mapfile -t packages
29352026-07-28T02:55:33.471Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-07-28T02:55:34.417Z Finished `release` profile [optimized] target(s) in 0.93s
29372026-07-28T02:55:34.498Z Running `target/release/omicron-package -t test list-outputs`
29382026-07-28T02:55:34.559ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-07-28T02:55:34.562Z+ ptime -m cargo build --locked --release -p xtask
29402026-07-28T02:55:35.041Z Compiling libc v0.2.185
29412026-07-28T02:55:35.041Z Compiling serde_core v1.0.228
29422026-07-28T02:55:35.041Z Compiling serde v1.0.228
29432026-07-28T02:55:35.044Z Compiling rustix v1.1.3
29442026-07-28T02:55:35.044Z Compiling bitflags v2.11.0
29452026-07-28T02:55:35.044Z Compiling serde_json v1.0.150
29462026-07-28T02:55:35.201Z Compiling usdt-impl v0.5.0
29472026-07-28T02:55:35.211Z Compiling syn v2.0.117
29482026-07-28T02:55:35.222Z Compiling syn v1.0.109
29492026-07-28T02:55:35.233Z Compiling log v0.4.29
29502026-07-28T02:55:35.245Z Compiling getrandom v0.4.1
29512026-07-28T02:55:35.248Z Compiling indexmap v2.14.0
29522026-07-28T02:55:35.271Z Compiling fs-err v3.3.0
29532026-07-28T02:55:35.441Z Compiling once_cell v1.21.3
29542026-07-28T02:55:35.516Z Compiling anyhow v1.0.102
29552026-07-28T02:55:35.529Z Compiling heck v0.4.1
29562026-07-28T02:55:35.918Z Compiling errno v0.3.14
29572026-07-28T02:55:35.921Z Compiling thread-id v4.2.2
29582026-07-28T02:55:35.921Z Compiling memmap v0.7.0
29592026-07-28T02:55:36.675Z Compiling proc-macro-error v1.0.4
29602026-07-28T02:55:36.921Z Compiling terminal_size v0.4.3
29612026-07-28T02:55:36.921Z Compiling tempfile v3.25.0
29622026-07-28T02:55:36.942Z Compiling tabled_derive v0.7.0
29632026-07-28T02:55:37.016Z Compiling clap_builder v4.6.0
29642026-07-28T02:55:37.016Z Compiling textwrap v0.16.2
29652026-07-28T02:55:37.368Z Compiling camino v1.2.2
29662026-07-28T02:55:37.371Z Compiling semver v1.0.28
29672026-07-28T02:55:37.391Z Compiling pest_generator v2.8.6
29682026-07-28T02:55:37.403Z Compiling cargo-platform v0.3.2
29692026-07-28T02:55:37.644Z Compiling tabled v0.15.0
29702026-07-28T02:55:37.686Z Compiling camino-tempfile v1.4.1
29712026-07-28T02:55:37.906Z Compiling serde_derive v1.0.228
29722026-07-28T02:55:37.906Z Compiling thiserror-impl v1.0.69
29732026-07-28T02:55:37.909Z Compiling zerocopy-derive v0.7.35
29742026-07-28T02:55:37.909Z Compiling scroll_derive v0.12.1
29752026-07-28T02:55:37.909Z Compiling thiserror-impl v2.0.18
29762026-07-28T02:55:37.909Z Compiling clap_derive v4.6.1
29772026-07-28T02:55:37.972Z Compiling pest_derive v2.8.6
29782026-07-28T02:55:38.603Z Compiling scroll v0.12.0
29792026-07-28T02:55:38.746Z Compiling zerocopy v0.7.35
29802026-07-28T02:55:38.903Z Compiling goblin v0.8.2
29812026-07-28T02:55:39.029Z Compiling thiserror v1.0.69
29822026-07-28T02:55:39.141Z Compiling dtrace-parser v0.2.0
29832026-07-28T02:55:39.343Z Compiling thiserror v2.0.18
29842026-07-28T02:55:39.596Z Compiling clap v4.6.1
29852026-07-28T02:55:41.027Z Compiling dof v0.3.0
29862026-07-28T02:55:41.041Z Compiling toml_datetime v0.6.11
29872026-07-28T02:55:41.070Z Compiling serde_spanned v0.6.9
29882026-07-28T02:55:41.156Z Compiling serde_tokenstream v0.2.3
29892026-07-28T02:55:41.170Z Compiling macaddr v1.0.1
29902026-07-28T02:55:41.234Z Compiling cargo_metadata v0.23.1
29912026-07-28T02:55:41.418Z Compiling toml_edit v0.22.27
29922026-07-28T02:55:41.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29932026-07-28T02:55:41.827Z Compiling usdt-attr-macro v0.5.0
29942026-07-28T02:55:41.827Z Compiling usdt-macro v0.5.0
29952026-07-28T02:55:42.466Z Compiling usdt v0.5.0
29962026-07-28T02:55:42.943Z Compiling toml v0.8.23
29972026-07-28T02:55:43.371Z Compiling cargo_toml v0.21.0
29982026-07-28T02:55:47.782Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-07-28T02:55:50.993Z Finished `release` profile [optimized] target(s) in 16.42s
30002026-07-28T02:55:51.097Z
30012026-07-28T02:55:51.098Zreal 16.501141710
30022026-07-28T02:55:51.098Zuser 2:05.357364584
30032026-07-28T02:55:51.098Zsys 13.571215384
30042026-07-28T02:55:51.101Ztrap 0.067542633
30052026-07-28T02:55:51.101Ztflt 0.508359282
30062026-07-28T02:55:51.101Zdflt 1.452882629
30072026-07-28T02:55:51.101Zkflt 0.000019920
30082026-07-28T02:55:51.101Zlock 4:48.871474339
30092026-07-28T02:55:51.101Zslp 2:40.975667988
30102026-07-28T02:55:51.101Zlat 4.050872575
30112026-07-28T02:55:51.101Zstop 16.129577707
30122026-07-28T02:55:51.101Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-07-28T02:55:51.101Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-07-28T02:55:51.101Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-07-28T02:55:51.101Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-07-28T02:55:51.101Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-07-28T02:55:52.035Z Compiling progenitor-client v0.14.0
30182026-07-28T02:55:52.035Z Compiling newtype-uuid-macros v0.1.0
30192026-07-28T02:55:52.035Z Compiling match_cfg v0.1.0
30202026-07-28T02:55:52.038Z Compiling slog-json v2.6.1
30212026-07-28T02:55:52.038Z Compiling structmeta-derive v0.3.0
30222026-07-28T02:55:52.038Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-07-28T02:55:52.184Z Compiling sha1 v0.11.0
30242026-07-28T02:55:52.187Z Compiling multer v3.1.0
30252026-07-28T02:55:52.187Z Compiling debug-ignore v1.0.5
30262026-07-28T02:55:52.201Z Compiling compression-core v0.4.31
30272026-07-28T02:55:52.204Z Compiling async-stream-impl v0.3.6
30282026-07-28T02:55:52.204Z Compiling serde_spanned v1.1.1
30292026-07-28T02:55:52.204Z Compiling toml_datetime v1.1.1+spec-1.1.0
30302026-07-28T02:55:52.204Z Compiling dropshot v0.17.1
30312026-07-28T02:55:52.204Z Compiling toml_writer v1.1.1+spec-1.1.0
30322026-07-28T02:55:52.204Z Compiling waitgroup v0.1.2
30332026-07-28T02:55:52.448Z Compiling compression-codecs v0.4.37
30342026-07-28T02:55:52.464Z Compiling rustls-pemfile v2.2.0
30352026-07-28T02:55:52.499Z Compiling hostname v0.3.1
30362026-07-28T02:55:52.503Z Compiling dropshot_endpoint v0.17.1
30372026-07-28T02:55:52.503Z Compiling hostname v0.4.2
30382026-07-28T02:55:52.503Z Compiling serde_path_to_error v0.1.20
30392026-07-28T02:55:52.619Z Compiling toml v1.1.2+spec-1.1.0
30402026-07-28T02:55:52.637Z Compiling atomicwrites v0.4.4
30412026-07-28T02:55:52.669Z Compiling slog-bunyan v2.5.0
30422026-07-28T02:55:52.673Z Compiling async-compression v0.4.41
30432026-07-28T02:55:52.673Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-07-28T02:55:52.738Z Compiling macaddr v1.0.1
30452026-07-28T02:55:52.742Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-07-28T02:55:52.774Z Compiling instant v0.1.13
30472026-07-28T02:55:52.792Z Compiling itertools v0.14.0
30482026-07-28T02:55:52.827Z Compiling regress v0.10.5
30492026-07-28T02:55:52.847Z Compiling backon v1.6.0
30502026-07-28T02:55:52.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-07-28T02:55:52.883Z Compiling humantime v2.3.0
30522026-07-28T02:55:52.917Z Compiling backoff v0.4.0
30532026-07-28T02:55:52.934Z Compiling half v2.7.1
30542026-07-28T02:55:52.957Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-07-28T02:55:52.973Z Compiling async-stream v0.3.6
30562026-07-28T02:55:53.021Z Compiling progenitor-extras v0.2.0
30572026-07-28T02:55:53.038Z Compiling ciborium-io v0.2.2
30582026-07-28T02:55:53.074Z Compiling crucible-workspace-hack v0.1.0
30592026-07-28T02:55:53.146Z Compiling regress v0.11.1
30602026-07-28T02:55:53.164Z Compiling convert_case v0.4.0
30612026-07-28T02:55:53.182Z Compiling ciborium-ll v0.2.2
30622026-07-28T02:55:53.185Z Compiling secrecy v0.10.3
30632026-07-28T02:55:53.215Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-07-28T02:55:53.227Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-07-28T02:55:53.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30662026-07-28T02:55:53.298Z Compiling structmeta v0.3.0
30672026-07-28T02:55:53.315Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-07-28T02:55:53.357Z Compiling ciborium v0.2.2
30692026-07-28T02:55:53.374Z Compiling inout v0.1.4
30702026-07-28T02:55:53.377Z Compiling unsafe-libyaml v0.2.11
30712026-07-28T02:55:53.418Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30722026-07-28T02:55:53.434Z Compiling thiserror-impl-no-std v2.0.2
30732026-07-28T02:55:53.537Z Compiling derive-ex v0.1.8
30742026-07-28T02:55:53.557Z Compiling parse-display-derive v0.10.0
30752026-07-28T02:55:53.577Z Compiling derive_more v0.99.20
30762026-07-28T02:55:53.596Z Compiling cipher v0.4.4
30772026-07-28T02:55:53.617Z Compiling universal-hash v0.5.1
30782026-07-28T02:55:53.634Z Compiling opaque-debug v0.3.1
30792026-07-28T02:55:53.653Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30802026-07-28T02:55:53.722Z Compiling blake2 v0.10.6
30812026-07-28T02:55:53.771Z Compiling poly1305 v0.8.0
30822026-07-28T02:55:53.879Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30832026-07-28T02:55:53.937Z Compiling serde_yaml v0.9.34+deprecated
30842026-07-28T02:55:53.954Z Compiling chacha20 v0.9.1
30852026-07-28T02:55:54.075Z Compiling aead v0.5.2
30862026-07-28T02:55:54.104Z Compiling password-hash v0.5.0
30872026-07-28T02:55:54.147Z Compiling indent_write v2.2.0
30882026-07-28T02:55:54.258Z Compiling toml_datetime v0.7.5+spec-1.1.0
30892026-07-28T02:55:54.304Z Compiling chacha20poly1305 v0.10.1
30902026-07-28T02:55:54.307Z Compiling itertools v0.15.0
30912026-07-28T02:55:54.356Z Compiling heapless v0.8.0
30922026-07-28T02:55:54.498Z Compiling toml_edit v0.23.10+spec-1.0.0
30932026-07-28T02:55:54.520Z Compiling argon2 v0.5.3
30942026-07-28T02:55:54.536Z Compiling tabwriter v1.4.1
30952026-07-28T02:55:54.552Z Compiling hash32 v0.3.1
30962026-07-28T02:55:54.651Z Compiling thiserror-no-std v2.0.2
30972026-07-28T02:55:54.729Z Compiling typify-impl v0.6.2
30982026-07-28T02:55:54.764Z Compiling vsss-rs v3.3.4
30992026-07-28T02:55:54.789Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-07-28T02:55:54.865Z Compiling smoltcp v0.11.0
31012026-07-28T02:55:55.026Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-07-28T02:55:55.283Z Compiling proc-macro-crate v3.4.0
31032026-07-28T02:55:55.305Z Compiling test-strategy v0.4.5
31042026-07-28T02:55:55.348Z Compiling parse-display v0.10.0
31052026-07-28T02:55:55.436Z Compiling cobs v0.3.0
31062026-07-28T02:55:55.627Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-28T02:55:55.669Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31082026-07-28T02:55:55.687Z Compiling colored v3.1.1
31092026-07-28T02:55:55.744Z Compiling ingot-macros v0.2.0
31102026-07-28T02:55:55.762Z Compiling postcard v1.1.3
31112026-07-28T02:55:55.779Z Compiling proc-macro-error v1.0.4
31122026-07-28T02:55:55.816Z Compiling proc-macro-crate v1.3.1
31132026-07-28T02:55:55.874Z Compiling num_enum_derive v0.7.6
31142026-07-28T02:55:55.932Z Compiling rand v0.10.1
31152026-07-28T02:55:56.034Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31162026-07-28T02:55:56.074Z Compiling foreign-types-macros v0.2.3
31172026-07-28T02:55:56.121Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31182026-07-28T02:55:56.148Z Compiling rayon-core v1.13.0
31192026-07-28T02:55:56.242Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31202026-07-28T02:55:56.269Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31212026-07-28T02:55:56.348Z Compiling foreign-types-shared v0.3.1
31222026-07-28T02:55:56.404Z Compiling num_enum_derive v0.5.11
31232026-07-28T02:55:56.455Z Compiling crossbeam-deque v0.8.6
31242026-07-28T02:55:56.473Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-07-28T02:55:56.473Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31262026-07-28T02:55:56.562Z Compiling cstr-argument v0.1.2
31272026-07-28T02:55:56.579Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31282026-07-28T02:55:56.730Z Compiling foreign-types v0.5.0
31292026-07-28T02:55:56.753Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-07-28T02:55:56.826Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-07-28T02:55:56.842Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31322026-07-28T02:55:56.842Z Compiling zone_cfg_derive v0.3.1
31332026-07-28T02:55:56.860Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31342026-07-28T02:55:56.974Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-07-28T02:55:57.005Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31362026-07-28T02:55:57.030Z Compiling itertools v0.12.1
31372026-07-28T02:55:57.048Z Compiling num_enum v0.7.6
31382026-07-28T02:55:57.102Z Compiling rayon v1.11.0
31392026-07-28T02:55:57.120Z Compiling num-derive v0.4.2
31402026-07-28T02:55:57.136Z Compiling sigpipe v0.1.3
31412026-07-28T02:55:57.220Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-07-28T02:55:57.235Z Compiling glob v0.3.3
31432026-07-28T02:55:57.254Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-07-28T02:55:57.373Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31452026-07-28T02:55:57.462Z Compiling cpubits v0.1.1
31462026-07-28T02:55:57.478Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31472026-07-28T02:55:57.519Z Compiling smf v0.2.3
31482026-07-28T02:55:57.537Z Compiling num_enum v0.5.11
31492026-07-28T02:55:57.557Z Compiling whoami v1.6.1
31502026-07-28T02:55:57.557Z Compiling gethostname v0.5.0
31512026-07-28T02:55:57.644Z Compiling usdt-attr-macro v0.5.0
31522026-07-28T02:55:57.687Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31532026-07-28T02:55:57.707Z Compiling usdt-macro v0.5.0
31542026-07-28T02:55:57.741Z Compiling num-rational v0.4.2
31552026-07-28T02:55:57.758Z Compiling pem-rfc7468 v1.0.0
31562026-07-28T02:55:58.021Z Compiling num-complex v0.4.6
31572026-07-28T02:55:58.062Z Compiling derive-where v1.6.0
31582026-07-28T02:55:58.083Z Compiling memmap v0.7.0
31592026-07-28T02:55:58.124Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31602026-07-28T02:55:58.183Z Compiling float-ord v0.3.2
31612026-07-28T02:55:58.302Z Compiling zone v0.3.1
31622026-07-28T02:55:58.319Z Compiling toml v0.8.23
31632026-07-28T02:55:58.338Z Compiling hmac v0.13.0
31642026-07-28T02:55:58.359Z Compiling universal-hash v0.6.1
31652026-07-28T02:55:58.448Z Compiling num v0.4.3
31662026-07-28T02:55:58.524Z Compiling resolv-conf v0.7.6
31672026-07-28T02:55:58.540Z Compiling usdt v0.5.0
31682026-07-28T02:55:58.543Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-07-28T02:55:58.543Z Compiling cancel-safe-futures v0.1.5
31702026-07-28T02:55:58.592Z Compiling polyval v0.7.1
31712026-07-28T02:55:58.595Z Compiling der v0.8.0
31722026-07-28T02:55:58.702Z Compiling prettyplease v0.2.37
31732026-07-28T02:55:58.720Z Compiling ingot-types v0.2.0
31742026-07-28T02:55:58.808Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-07-28T02:55:58.878Z Compiling ghash v0.6.0
31762026-07-28T02:55:58.896Z Compiling pbkdf2 v0.13.0
31772026-07-28T02:55:58.914Z Compiling aes v0.9.1
31782026-07-28T02:55:58.948Z Compiling console v0.15.11
31792026-07-28T02:55:58.979Z Compiling hickory-proto v0.24.4
31802026-07-28T02:55:58.998Z Compiling newline-converter v0.3.0
31812026-07-28T02:55:59.015Z Compiling ctr v0.10.1
31822026-07-28T02:55:59.039Z Compiling aead v0.6.1
31832026-07-28T02:55:59.056Z Compiling sha2 v0.11.0
31842026-07-28T02:55:59.139Z Compiling ingot v0.2.1
31852026-07-28T02:55:59.161Z Compiling linked-hash-map v0.5.6
31862026-07-28T02:55:59.231Z Compiling linear-map v1.2.0
31872026-07-28T02:55:59.249Z Compiling libefi-sys v0.1.0
31882026-07-28T02:55:59.360Z Compiling typify-macro v0.6.2
31892026-07-28T02:55:59.377Z Compiling aes-gcm v0.11.0
31902026-07-28T02:55:59.410Z Compiling lru-cache v0.1.2
31912026-07-28T02:55:59.440Z Compiling oxide-update-engine-types v0.1.2
31922026-07-28T02:55:59.457Z Compiling expectorate v1.2.0
31932026-07-28T02:55:59.496Z Compiling crypto-bigint v0.7.5
31942026-07-28T02:55:59.562Z Compiling spki v0.8.0
31952026-07-28T02:55:59.576Z Compiling cbc v0.2.1
31962026-07-28T02:55:59.600Z Compiling salsa20 v0.11.0
31972026-07-28T02:55:59.646Z Compiling bitfield-struct v0.6.2
31982026-07-28T02:55:59.762Z Compiling nom v8.0.0
31992026-07-28T02:55:59.779Z Compiling semver v0.1.20
32002026-07-28T02:55:59.813Z Compiling scrypt v0.12.0
32012026-07-28T02:56:00.026Z Compiling rustc_version v0.1.7
32022026-07-28T02:56:00.044Z Compiling tokio-dtrace v0.1.1
32032026-07-28T02:56:00.091Z Compiling dropshot-api-manager-types v0.7.2
32042026-07-28T02:56:00.108Z Compiling slog-dtrace v0.3.0
32052026-07-28T02:56:00.131Z Compiling minimal-lexical v0.2.1
32062026-07-28T02:56:00.340Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-28T02:56:00.381Z Compiling newtype_derive v0.1.6
32082026-07-28T02:56:00.399Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-07-28T02:56:00.417Z Compiling oxide-tokio-rt v0.1.4
32102026-07-28T02:56:00.438Z Compiling nom v7.1.3
32112026-07-28T02:56:00.502Z Compiling oxide-update-engine v0.1.2
32122026-07-28T02:56:00.520Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-07-28T02:56:00.538Z Compiling pkcs5 v0.8.1
32142026-07-28T02:56:00.607Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-07-28T02:56:00.724Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-07-28T02:56:00.743Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-07-28T02:56:00.760Z Compiling phf_shared v0.12.1
32182026-07-28T02:56:00.778Z Compiling csv-core v0.1.13
32192026-07-28T02:56:00.889Z Compiling unicode-xid v0.2.6
32202026-07-28T02:56:00.970Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32212026-07-28T02:56:01.036Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32222026-07-28T02:56:01.053Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32232026-07-28T02:56:01.071Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32242026-07-28T02:56:01.109Z Compiling chrono-tz v0.10.4
32252026-07-28T02:56:01.145Z Compiling highway v1.3.0
32262026-07-28T02:56:01.185Z Compiling xshell-macros v0.2.7
32272026-07-28T02:56:01.231Z Compiling typify v0.6.2
32282026-07-28T02:56:01.325Z Compiling hickory-resolver v0.24.4
32292026-07-28T02:56:01.343Z Compiling progenitor-impl v0.14.0
32302026-07-28T02:56:01.375Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32312026-07-28T02:56:01.498Z Compiling const_format_proc_macros v0.2.34
32322026-07-28T02:56:01.546Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32332026-07-28T02:56:01.620Z Compiling xshell v0.2.7
32342026-07-28T02:56:01.859Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-07-28T02:56:02.041Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32362026-07-28T02:56:02.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-07-28T02:56:02.173Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-07-28T02:56:02.231Z Compiling csv v1.4.0
32392026-07-28T02:56:02.341Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-07-28T02:56:02.366Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32412026-07-28T02:56:02.535Z Compiling qorb v0.4.1
32422026-07-28T02:56:02.581Z Compiling phf v0.12.1
32432026-07-28T02:56:02.628Z Compiling pkcs8 v0.11.0
32442026-07-28T02:56:02.764Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-07-28T02:56:02.803Z Compiling owo-colors v4.3.0
32462026-07-28T02:56:02.924Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32472026-07-28T02:56:03.070Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-07-28T02:56:03.107Z Compiling const_format v0.2.35
32492026-07-28T02:56:03.166Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32502026-07-28T02:56:03.238Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32512026-07-28T02:56:03.461Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-07-28T02:56:03.481Z Compiling tabled_derive v0.7.0
32532026-07-28T02:56:03.604Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32542026-07-28T02:56:03.781Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32552026-07-28T02:56:03.924Z Compiling bcs v0.1.6
32562026-07-28T02:56:04.043Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32572026-07-28T02:56:04.062Z Compiling progenitor-macro v0.14.0
32582026-07-28T02:56:04.275Z Compiling ff v0.14.0
32592026-07-28T02:56:04.317Z Compiling termtree v0.5.1
32602026-07-28T02:56:04.460Z Compiling tagptr v0.2.0
32612026-07-28T02:56:04.502Z Compiling salty v0.3.0
32622026-07-28T02:56:04.520Z Compiling textwrap v0.16.2
32632026-07-28T02:56:04.598Z Compiling tabled v0.15.0
32642026-07-28T02:56:04.617Z Compiling moka v0.12.13
32652026-07-28T02:56:04.641Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-07-28T02:56:04.660Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-07-28T02:56:04.718Z Compiling steno v0.4.1
32682026-07-28T02:56:04.756Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-07-28T02:56:04.801Z Compiling sha1 v0.10.6
32702026-07-28T02:56:04.886Z Compiling signature v3.0.0
32712026-07-28T02:56:04.927Z Compiling base16ct v1.0.0
32722026-07-28T02:56:04.979Z Compiling radium v0.7.0
32732026-07-28T02:56:05.014Z Compiling base64 v0.21.7
32742026-07-28T02:56:05.101Z Compiling sec1 v0.8.1
32752026-07-28T02:56:05.140Z Compiling group v0.14.0
32762026-07-28T02:56:05.321Z Compiling hkdf v0.13.0
32772026-07-28T02:56:05.360Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-07-28T02:56:05.396Z Compiling hickory-resolver v0.25.2
32792026-07-28T02:56:05.467Z Compiling rfc6979 v0.4.0
32802026-07-28T02:56:05.484Z Compiling tap v1.0.1
32812026-07-28T02:56:05.507Z Compiling maybe-uninit v2.0.0
32822026-07-28T02:56:05.525Z Compiling elliptic-curve v0.14.0-rc.33
32832026-07-28T02:56:05.622Z Compiling ecdsa v0.16.9
32842026-07-28T02:56:05.622Z Compiling wyz v0.5.1
32852026-07-28T02:56:05.802Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-07-28T02:56:05.865Z Compiling primeorder v0.13.6
32872026-07-28T02:56:05.893Z Compiling proc-macro-error-attr2 v2.0.0
32882026-07-28T02:56:06.065Z Compiling utf-8 v0.7.6
32892026-07-28T02:56:06.184Z Compiling packed_struct v0.10.1
32902026-07-28T02:56:06.188Z Compiling funty v2.0.0
32912026-07-28T02:56:06.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-07-28T02:56:06.292Z Compiling parking_lot_core v0.8.6
32932026-07-28T02:56:06.364Z Compiling proc-macro-error2 v2.0.1
32942026-07-28T02:56:06.512Z Compiling tungstenite v0.21.0
32952026-07-28T02:56:06.529Z Compiling p384 v0.13.1
32962026-07-28T02:56:06.606Z Compiling bitvec v1.0.1
32972026-07-28T02:56:06.815Z Compiling rfc6979 v0.5.0
32982026-07-28T02:56:06.832Z Compiling git-stub v1.0.0
32992026-07-28T02:56:06.998Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33002026-07-28T02:56:07.073Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33012026-07-28T02:56:07.129Z Compiling packed_struct_codegen v0.10.1
33022026-07-28T02:56:07.146Z Compiling num-derive v0.3.3
33032026-07-28T02:56:07.149Z Compiling zerocopy-derive v0.6.6
33042026-07-28T02:56:07.220Z Compiling bitfield-macros v0.19.4
33052026-07-28T02:56:07.349Z Compiling indexmap v1.9.3
33062026-07-28T02:56:07.368Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33072026-07-28T02:56:07.396Z Compiling nodrop v0.1.14
33082026-07-28T02:56:07.518Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33092026-07-28T02:56:07.586Z Compiling crc-catalog v2.4.0
33102026-07-28T02:56:07.650Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33112026-07-28T02:56:07.711Z Compiling crc v3.4.0
33122026-07-28T02:56:07.739Z Compiling array-init v0.0.4
33132026-07-28T02:56:07.785Z Compiling tokio-tungstenite v0.21.0
33142026-07-28T02:56:07.869Z Compiling git-stub-vcs v0.1.0
33152026-07-28T02:56:07.898Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33162026-07-28T02:56:07.946Z Compiling ecdsa v0.17.0-rc.18
33172026-07-28T02:56:07.999Z Compiling bitfield v0.19.4
33182026-07-28T02:56:08.074Z Compiling zerocopy v0.6.6
33192026-07-28T02:56:08.100Z Compiling smallvec v0.6.14
33202026-07-28T02:56:08.118Z Compiling tabled_derive v0.11.0
33212026-07-28T02:56:08.138Z Compiling libscf-sys v1.1.0
33222026-07-28T02:56:08.283Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-07-28T02:56:08.304Z Compiling primeorder v0.14.0-rc.10
33242026-07-28T02:56:08.322Z Compiling primefield v0.14.0
33252026-07-28T02:56:08.341Z Compiling progenitor-impl v0.13.0
33262026-07-28T02:56:08.401Z Compiling papergrid v0.17.0
33272026-07-28T02:56:08.420Z Compiling testing_table v0.3.0
33282026-07-28T02:56:08.440Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33292026-07-28T02:56:08.494Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-07-28T02:56:08.582Z Compiling curve25519-dalek v5.0.0-rc.0
33312026-07-28T02:56:08.606Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33322026-07-28T02:56:08.635Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-28T02:56:08.655Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-07-28T02:56:08.827Z Compiling unicase v2.9.0
33352026-07-28T02:56:08.851Z Compiling illumos-nvpair-sys v0.2.0
33362026-07-28T02:56:08.868Z Compiling corncobs v0.1.4
33372026-07-28T02:56:08.886Z Compiling hashbrown v0.12.3
33382026-07-28T02:56:09.046Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-28T02:56:09.064Z Compiling mime_guess v2.0.5
33402026-07-28T02:56:09.100Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-07-28T02:56:09.136Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-07-28T02:56:09.155Z Compiling parking_lot v0.11.2
33432026-07-28T02:56:09.326Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33442026-07-28T02:56:09.346Z Compiling progenitor v0.14.0
33452026-07-28T02:56:09.364Z Compiling tabled v0.20.0
33462026-07-28T02:56:09.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33472026-07-28T02:56:09.511Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-07-28T02:56:09.531Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33492026-07-28T02:56:09.552Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33502026-07-28T02:56:09.571Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33512026-07-28T02:56:09.587Z Compiling serde-hex v0.1.0
33522026-07-28T02:56:09.614Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33532026-07-28T02:56:09.676Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-07-28T02:56:09.801Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33552026-07-28T02:56:10.111Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-07-28T02:56:10.128Z Compiling ron v0.8.1
33572026-07-28T02:56:10.131Z Compiling ssh-encoding v0.3.0-rc.9
33582026-07-28T02:56:10.196Z Compiling hashbrown v0.13.2
33592026-07-28T02:56:10.343Z Compiling progenitor-client v0.13.0
33602026-07-28T02:56:10.360Z Compiling prefix-trie v0.7.0
33612026-07-28T02:56:10.551Z Compiling fxhash v0.2.1
33622026-07-28T02:56:10.723Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-07-28T02:56:10.761Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-07-28T02:56:10.780Z Compiling secrecy v0.8.0
33652026-07-28T02:56:10.876Z Compiling crc-any v2.5.0
33662026-07-28T02:56:10.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-07-28T02:56:11.053Z Compiling progenitor-macro v0.13.0
33682026-07-28T02:56:11.217Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-07-28T02:56:11.476Z Compiling hickory-server v0.25.2
33702026-07-28T02:56:11.559Z Compiling object v0.30.4
33712026-07-28T02:56:11.774Z Compiling sled v0.34.7
33722026-07-28T02:56:11.885Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-07-28T02:56:11.940Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33742026-07-28T02:56:12.048Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33752026-07-28T02:56:12.258Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33762026-07-28T02:56:12.431Z Compiling ed25519 v3.0.0
33772026-07-28T02:56:12.447Z Compiling crypto-primes v0.7.2
33782026-07-28T02:56:12.896Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-07-28T02:56:13.149Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33802026-07-28T02:56:13.384Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-07-28T02:56:13.483Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33822026-07-28T02:56:13.512Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33832026-07-28T02:56:13.574Z Compiling pkcs1 v0.8.0-rc.4
33842026-07-28T02:56:13.674Z Compiling poly1305 v0.9.0
33852026-07-28T02:56:13.844Z Compiling blowfish v0.10.0
33862026-07-28T02:56:13.936Z Compiling blake2 v0.11.0-rc.6
33872026-07-28T02:56:13.996Z Compiling keccak v0.2.0
33882026-07-28T02:56:14.015Z Compiling crc8 v0.1.1
33892026-07-28T02:56:14.128Z Compiling http-range v0.1.5
33902026-07-28T02:56:14.160Z Compiling path-slash v0.1.5
33912026-07-28T02:56:14.207Z Compiling half v1.8.3
33922026-07-28T02:56:14.328Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33932026-07-28T02:56:14.356Z Compiling fiat-crypto v0.3.0
33942026-07-28T02:56:14.384Z Compiling argon2 v0.6.0-rc.8
33952026-07-28T02:56:14.449Z Compiling serde_cbor v0.11.2
33962026-07-28T02:56:14.501Z Compiling sha3 v0.11.0
33972026-07-28T02:56:14.519Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33982026-07-28T02:56:14.539Z Compiling bcrypt-pbkdf v0.11.0
33992026-07-28T02:56:14.557Z Compiling ssh-cipher v0.3.0-rc.9
34002026-07-28T02:56:14.580Z Compiling rsa v0.10.0-rc.18
34012026-07-28T02:56:14.874Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34022026-07-28T02:56:14.982Z Compiling ed25519-dalek v3.0.0-rc.0
34032026-07-28T02:56:15.031Z Compiling illumos-nvpair v0.3.0
34042026-07-28T02:56:15.246Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-07-28T02:56:15.358Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34062026-07-28T02:56:15.508Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34072026-07-28T02:56:15.544Z Compiling p521 v0.14.0-rc.10
34082026-07-28T02:56:15.561Z Compiling p256 v0.14.0-rc.10
34092026-07-28T02:56:15.580Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-07-28T02:56:15.740Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34112026-07-28T02:56:15.758Z Compiling yasna v0.5.2
34122026-07-28T02:56:15.762Z Compiling kstat-rs v0.2.4
34132026-07-28T02:56:16.115Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34142026-07-28T02:56:16.167Z Compiling headers-core v0.3.0
34152026-07-28T02:56:16.264Z Compiling progenitor v0.13.0
34162026-07-28T02:56:16.290Z Compiling kem v0.3.0
34172026-07-28T02:56:16.306Z Compiling module-lattice v0.2.3
34182026-07-28T02:56:16.324Z Compiling nanorand v0.7.0
34192026-07-28T02:56:16.358Z Compiling atty v0.2.14
34202026-07-28T02:56:16.437Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34212026-07-28T02:56:16.455Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34222026-07-28T02:56:16.470Z Compiling headers v0.4.1
34232026-07-28T02:56:16.497Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34242026-07-28T02:56:16.514Z Compiling rcgen v0.12.1
34252026-07-28T02:56:16.586Z Compiling ml-kem v0.3.2
34262026-07-28T02:56:16.637Z Compiling flume v0.11.1
34272026-07-28T02:56:16.804Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34282026-07-28T02:56:16.921Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-07-28T02:56:17.003Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-07-28T02:56:17.255Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34312026-07-28T02:56:17.395Z Compiling hyper-staticfile v0.10.1
34322026-07-28T02:56:17.566Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-07-28T02:56:17.584Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-07-28T02:56:17.603Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34352026-07-28T02:56:17.835Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34362026-07-28T02:56:17.910Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34372026-07-28T02:56:17.940Z Compiling russh-cryptovec v0.61.0
34382026-07-28T02:56:17.975Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-07-28T02:56:18.214Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-07-28T02:56:18.361Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-07-28T02:56:18.458Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34422026-07-28T02:56:18.561Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34432026-07-28T02:56:18.672Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-07-28T02:56:18.780Z Compiling internal-russh-num-bigint v0.5.0
34452026-07-28T02:56:18.948Z Compiling port-file v0.1.0
34462026-07-28T02:56:19.071Z Compiling num-bigint v0.4.6
34472026-07-28T02:56:19.101Z Compiling generic-array v1.4.3
34482026-07-28T02:56:19.215Z Compiling russh-util v0.52.0
34492026-07-28T02:56:19.244Z Compiling enum_dispatch v0.3.13
34502026-07-28T02:56:19.262Z Compiling delegate v0.13.5
34512026-07-28T02:56:19.278Z Compiling subprocess v0.2.15
34522026-07-28T02:56:19.393Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-07-28T02:56:19.430Z Compiling hex-literal v1.1.0
34542026-07-28T02:56:19.571Z Compiling p384 v0.14.0-rc.10
34552026-07-28T02:56:19.599Z Compiling md5 v0.8.0
34562026-07-28T02:56:19.850Z Compiling display-error-chain v0.2.2
34572026-07-28T02:56:19.906Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-07-28T02:56:20.049Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34592026-07-28T02:56:20.052Z Compiling colored v2.2.0
34602026-07-28T02:56:20.087Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34612026-07-28T02:56:20.090Z Compiling socket2 v0.5.10
34622026-07-28T02:56:20.120Z Compiling internet-checksum v0.2.1
34632026-07-28T02:56:21.176Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34642026-07-28T02:56:21.680Z Compiling ssh-key v0.7.0-rc.10
34652026-07-28T02:56:21.896Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34662026-07-28T02:56:22.367Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34672026-07-28T02:56:22.914Z Compiling russh v0.61.2
34682026-07-28T02:56:23.382Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34692026-07-28T02:56:24.594Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34702026-07-28T02:56:32.930Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34712026-07-28T02:56:32.930Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34722026-07-28T02:56:32.933Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34732026-07-28T02:56:32.933Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34742026-07-28T02:56:34.710Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34752026-07-28T02:56:34.748Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34762026-07-28T02:56:38.820Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34772026-07-28T02:57:20.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34782026-07-28T02:57:20.481Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34792026-07-28T02:57:20.481Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34802026-07-28T02:57:20.701Z
34812026-07-28T02:57:20.701Zreal 1:29.538539851
34822026-07-28T02:57:20.701Zuser 8:43.598068069
34832026-07-28T02:57:20.701Zsys 1:44.386212081
34842026-07-28T02:57:20.701Ztrap 0.265175140
34852026-07-28T02:57:20.705Ztflt 0.321891789
34862026-07-28T02:57:20.705Zdflt 1.814220086
34872026-07-28T02:57:20.705Zkflt 0.000730260
34882026-07-28T02:57:20.705Zlock 32:26.701723797
34892026-07-28T02:57:20.705Zslp 20:02.384435407
34902026-07-28T02:57:20.705Zlat 41.779794180
34912026-07-28T02:57:20.705Zstop 3:10.837153012
34922026-07-28T02:57:20.705Z+ mkdir tests
34932026-07-28T02:57:20.708Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34942026-07-28T02:57:20.708Z+ xargs -I '{}' -t cp '{}' tests/
34952026-07-28T02:57:20.725Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7e71849f04e125a2 tests/
34962026-07-28T02:57:20.747Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6be506dbab83cf6 tests/
34972026-07-28T02:57:20.771Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2b7405dd58a50a39 tests/
34982026-07-28T02:57:20.794Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a00007f2515e931f tests/
34992026-07-28T02:57:21.081Z+ 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)
35002026-07-28T02:57:21.085Z+ 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-f6be506dbab83cf6 tests/commtest-2b7405dd58a50a39 tests/dhcp_server-7e71849f04e125a2 tests/end_to_end_tests-a00007f2515e931f 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
35012026-07-28T02:58:45.719ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35022026-07-28T02:58:45.720Za .github/buildomat/ci-env.sh 1K
35032026-07-28T02:58:45.720Za out/target/test 1K
35042026-07-28T02:58:45.720Za out/npuzone/npuzone 27402K
35052026-07-28T02:58:45.720Za package-manifest.toml 35K
35062026-07-28T02:58:45.720Za smf/sled-agent/non-gimlet/config.toml 6K
35072026-07-28T02:58:45.720Za target/release/omicron-package 44912K
35082026-07-28T02:58:45.721Za target/release/xtask 11722K
35092026-07-28T02:58:45.721Za target/debug/bootstrap 406273K
35102026-07-28T02:58:45.721Za tests/bootstrap-f6be506dbab83cf6 34402K
35112026-07-28T02:58:45.721Za tests/commtest-2b7405dd58a50a39 34783K
35122026-07-28T02:58:45.721Za tests/dhcp_server-7e71849f04e125a2 34402K
35132026-07-28T02:58:45.721Za tests/end_to_end_tests-a00007f2515e931f 469123K
35142026-07-28T02:58:45.721Za tools/opte_version 1K
35152026-07-28T02:58:45.721Za tools/opte_version_override 2K
35162026-07-28T02:58:45.721Za out/clickhouse.tar.gz 313010K
35172026-07-28T02:58:45.721Za out/clickhouse_keeper.tar.gz 299219K
35182026-07-28T02:58:45.721Za out/clickhouse_server.tar.gz 313007K
35192026-07-28T02:58:45.721Za out/cockroachdb.tar.gz 160198K
35202026-07-28T02:58:45.721Za out/crucible-pantry-zone.tar.gz 37980K
35212026-07-28T02:58:45.721Za out/crucible-utils.tar 18900K
35222026-07-28T02:58:45.721Za out/crucible-zone.tar.gz 52675K
35232026-07-28T02:58:45.721Za out/external-dns.tar.gz 45160K
35242026-07-28T02:58:45.721Za out/internal-dns.tar.gz 45160K
35252026-07-28T02:58:45.721Za out/mg-ddm-gz.tar 102717K
35262026-07-28T02:58:45.721Za out/nexus.tar.gz 351149K
35272026-07-28T02:58:45.721Za out/ntp.tar.gz 27742K
35282026-07-28T02:58:45.721Za out/omicron-gateway-softnpu.tar.gz 29218K
35292026-07-28T02:58:45.721Za out/omicron-sled-agent.tar 222500K
35302026-07-28T02:58:45.721Za out/overlay.tar.gz 4K
35312026-07-28T02:58:45.721Za out/oximeter.tar.gz 63472K
35322026-07-28T02:58:45.721Za out/oxlog.tar 4005K
35332026-07-28T02:58:45.721Za out/probe.tar.gz 3037K
35342026-07-28T02:58:45.721Za out/propolis-server.tar.gz 34372K
35352026-07-28T02:58:45.721Za out/pumpkind-gz.tar 26647K
35362026-07-28T02:58:45.721Za out/switch-softnpu.tar.gz 497918K
35372026-07-28T02:58:45.725Z
35382026-07-28T02:58:45.725Zreal 1:24.635353240
35392026-07-28T02:58:45.725Zuser 1:21.795781152
35402026-07-28T02:58:45.725Zsys 4.703781106
35412026-07-28T02:58:45.725Ztrap 0.006449264
35422026-07-28T02:58:45.725Ztflt 0.000000000
35432026-07-28T02:58:45.725Zdflt 0.000000000
35442026-07-28T02:58:45.725Zkflt 0.000000000
35452026-07-28T02:58:45.725Zlock 0.000000000
35462026-07-28T02:58:45.725Zslp 1:21.708038667
35472026-07-28T02:58:45.725Zlat 1.052169743
35482026-07-28T02:58:45.725Zstop 0.000209030
35492026-07-28T02:58:45.725Zprocess exited: duration 1127447 ms, exit code 0
 
35502026-07-28T02:58:45.739Zfound 1 output files
35512026-07-28T02:58:45.739Zuploading: /work/package.tar.gz (2643064721 bytes)
35522026-07-28T02:59:19.144Zuploaded: /work/package.tar.gz