01KXV17DDKB8TKNN5XJGEEQEN2: 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: 01KXV17TYS9EPCM7N3FNT6ZS96

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-18T16:35:02.319Zjob assigned to worker 01KXV17YF71NNE797FS7WRZFSN [factory aws, i-037946d13ff99cfe3] (queued for 57 s)
 
22026-07-18T16:35:09.248Zstarting task 0: "setup"
32026-07-18T16:35:09.257Z++ uname -s
42026-07-18T16:35:09.260Z+ kern=SunOS
52026-07-18T16:35:09.260Z+ build_user=build
62026-07-18T16:35:09.260Z+ build_uid=12345
72026-07-18T16:35:09.260Z+ work_dir=/work
82026-07-18T16:35:09.260Z+ input_dir=/input
92026-07-18T16:35:09.260Z+ [[ 0 == 12345 ]]
102026-07-18T16:35:09.260Z+ case "$kern" in
112026-07-18T16:35:09.260Z+ groupadd -g 12345 build
122026-07-18T16:35:09.263Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-18T16:35:11.273Z+ zfs create -o mountpoint=/work rpool/work
142026-07-18T16:35:11.377Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-18T16:35:11.380Z+ home_fs=zfs
162026-07-18T16:35:11.380Z+ [[ zfs == autofs ]]
172026-07-18T16:35:11.380Z+ mkdir -p /home/build
182026-07-18T16:35:11.383Z+ chown build:build /home/build /work
192026-07-18T16:35:13.384Z+ chmod 0700 /home/build /work
202026-07-18T16:35:13.387Zprocess exited: duration 4144 ms, exit code 0
 
212026-07-18T16:35:13.393Zstarting task 1: "rust-toolchain"
222026-07-18T16:35:13.400Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-18T16:35:13.400Z * rust toolchain channel = "1.96.1"
242026-07-18T16:35:13.400Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-18T16:35:13.400Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-18T16:35:13.400Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-18T16:35:13.400Z * rust toolchain profile = "default"
282026-07-18T16:35:13.403Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-18T16:35:13.403Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-18T16:35:13.517Zinfo: downloading installer
312026-07-18T16:35:15.190Zwarn: It looks like you have an existing rustup settings file at:
322026-07-18T16:35:15.190Zwarn: /home/build/.rustup/settings.toml
332026-07-18T16:35:15.190Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-18T16:35:15.190Zwarn: instead of the one inferred from the default host triple.
352026-07-18T16:35:15.203Zinfo: profile set to default
362026-07-18T16:35:15.203Zinfo: default host triple is x86_64-unknown-illumos
372026-07-18T16:35:15.206Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-18T16:35:15.359Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-18T16:35:15.362Zinfo: downloading 6 components
402026-07-18T16:35:30.252Z
412026-07-18T16:35:30.252Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-18T16:35:30.280Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-18T16:35:30.280Z
442026-07-18T16:35:30.280Z
452026-07-18T16:35:30.280ZRust is installed now. Great!
462026-07-18T16:35:30.280Z
472026-07-18T16:35:30.283ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-18T16:35:30.283Zenvironment variable. This has not been done automatically.
492026-07-18T16:35:30.283Z
502026-07-18T16:35:30.283ZTo configure your current shell, you need to source
512026-07-18T16:35:30.283Zthe corresponding env file under $HOME/.cargo.
522026-07-18T16:35:30.283Z
532026-07-18T16:35:30.283ZThis is usually done by running one of the following (note the leading DOT):
542026-07-18T16:35:30.283Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-18T16:35:30.283Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-18T16:35:30.283Zsource "~/.cargo/env.nu" # For nushell
572026-07-18T16:35:30.283Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-18T16:35:30.283Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-18T16:35:30.283Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-18T16:35:30.283Zwarn: no default linker (`cc`) was found in your PATH
612026-07-18T16:35:30.283Zwarn: many Rust crates require a system C toolchain to build
622026-07-18T16:35:30.382Z+ rustup --version
632026-07-18T16:35:30.387Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-18T16:35:30.391Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-18T16:35:30.407Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-18T16:35:30.410Z+ cargo --version
672026-07-18T16:35:30.419Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-18T16:35:30.422Z+ rustc --version
692026-07-18T16:35:30.440Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-18T16:35:30.443Zprocess exited: duration 17049 ms, exit code 0
 
712026-07-18T16:35:30.448Zstarting task 2: "authentication"
722026-07-18T16:35:30.467Zprocess exited: duration 18 ms, exit code 0
 
732026-07-18T16:35:30.473Zstarting task 3: "clone repository"
742026-07-18T16:35:30.477Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-18T16:35:30.480Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-18T16:35:30.513ZCloning into '/work/oxidecomputer/omicron'...
772026-07-18T16:35:48.094Z+ cd /work/oxidecomputer/omicron
782026-07-18T16:35:48.094Z+ git fetch origin 64d684898b38d62a49efe965e77e51ec5166997e
792026-07-18T16:35:48.401ZFrom https://github.com/oxidecomputer/omicron
802026-07-18T16:35:48.401Z * branch 64d684898b38d62a49efe965e77e51ec5166997e -> FETCH_HEAD
812026-07-18T16:35:48.417Z+ [[ -n '' ]]
822026-07-18T16:35:48.417Z+ git reset --hard 64d684898b38d62a49efe965e77e51ec5166997e
832026-07-18T16:35:48.668ZHEAD is now at 64d684898 whew okay this might actually sorta work
842026-07-18T16:35:48.672Zprocess exited: duration 18199 ms, exit code 0
 
852026-07-18T16:35:48.678Zstarting task 4: "build"
862026-07-18T16:35:48.683Z+ source .github/buildomat/ci-env.sh
872026-07-18T16:35:48.683Z++ export CARGO_TERM_COLOR=always
882026-07-18T16:35:48.683Z++ CARGO_TERM_COLOR=always
892026-07-18T16:35:48.686Z+++ uname -s
902026-07-18T16:35:48.686Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-18T16:35:48.686Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-18T16:35:48.689Z+ cargo --version
932026-07-18T16:35:48.697Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-18T16:35:48.700Z+ rustc --version
952026-07-18T16:35:48.720Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-18T16:35:48.723Z+ WORK=/work
972026-07-18T16:35:48.723Z+ pfexec mkdir -p /work
982026-07-18T16:35:48.725Z+ pfexec chown build /work
992026-07-18T16:35:48.728Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-18T16:35:50.411Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-18T16:35:50.576Z Startup: Caching catalogs ... Done
1022026-07-18T16:35:51.377ZPlanning: Solver setup ... Done (0.729s)
1032026-07-18T16:35:51.412ZPlanning: Running solver ... Done (0.036s)
1042026-07-18T16:35:51.431ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-18T16:35:51.444ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-18T16:35:51.464ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-18T16:35:51.478ZPlanning: Package planning ... Done (0.015s)
1082026-07-18T16:35:51.482ZPlanning: Merging actions ... Done (0.001s)
1092026-07-18T16:35:51.686ZPlanning: Checking for conflicting actions ... Done (0.207s)
1102026-07-18T16:35:51.690ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-18T16:35:52.562ZPlanning: Evaluating mediators ... Done (0.874s)
1122026-07-18T16:35:52.565ZPlanning: Planning completed in 1.96 seconds
1132026-07-18T16:35:52.571Z Packages to install: 2
1142026-07-18T16:35:52.571Z Estimated space available: 156.06 GB
1152026-07-18T16:35:52.572ZEstimated space to be consumed: 42.43 MB
1162026-07-18T16:35:52.572Z Create boot environment: No
1172026-07-18T16:35:52.572ZCreate backup boot environment: No
1182026-07-18T16:35:52.575Z Rebuild boot archive: No
1192026-07-18T16:35:52.575Z
1202026-07-18T16:35:52.575ZChanged packages:
1212026-07-18T16:35:52.576Zhelios
1222026-07-18T16:35:52.576Z developer/build-essential
1232026-07-18T16:35:52.576Z None -> 11-3.0
1242026-07-18T16:35:52.576Z library/libxmlsec1
1252026-07-18T16:35:52.576Z None -> 1.2.35-3.0
1262026-07-18T16:35:52.598Z
1272026-07-18T16:35:52.598ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-18T16:35:53.095ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1292026-07-18T16:35:53.192Z Actions: 1/268 actions (Installing new actions)
1302026-07-18T16:35:53.229Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-18T16:35:53.246ZFinalize: Updating package state database ... Done (0.017s)
1322026-07-18T16:35:53.246ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-18T16:35:53.288ZFinalize: Updating image state ... Done (0.042s)
1342026-07-18T16:35:55.935ZFinalize: Creating fast lookup database ... Done (2.610s)
1352026-07-18T16:35:56.007ZFinalize: Reading search index ... Done (0.012s)
1362026-07-18T16:35:56.010ZFinalize: Updating search index ... Done (0.000s)
1372026-07-18T16:35:56.085ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-18T16:35:56.416ZPlanning: Evaluating mediator changes ... Done
1392026-07-18T16:35:56.522ZPlanning: Checking for conflicting actions ... Done
1402026-07-18T16:35:56.525ZPlanning: Consolidating action changes ... Done
1412026-07-18T16:35:56.679ZPlanning: Evaluating mediators ... Done
1422026-07-18T16:35:56.683ZPlanning: Planning completed in 0.26 seconds
1432026-07-18T16:35:56.703Z Mediators to change: 2
1442026-07-18T16:35:56.703Z Create boot environment: No
1452026-07-18T16:35:56.703ZCreate backup boot environment: No
1462026-07-18T16:35:56.783ZFinalize: Updating package state database ... Done
1472026-07-18T16:35:56.783ZFinalize: Updating package cache ... Done
1482026-07-18T16:35:56.808ZFinalize: Updating image state ... Done
1492026-07-18T16:35:58.753ZFinalize: Creating fast lookup database ... Done
1502026-07-18T16:35:58.820ZFinalize: Reading search index ... Done
1512026-07-18T16:35:58.823ZFinalize: Updating search index ... Done
1522026-07-18T16:35:58.876ZFinalize: Updating package cache ... Done
1532026-07-18T16:35:59.166ZPlanning: Evaluating mediator changes ... Done
1542026-07-18T16:35:59.274ZPlanning: Checking for conflicting actions ... Done
1552026-07-18T16:35:59.278ZPlanning: Consolidating action changes ... Done
1562026-07-18T16:35:59.428ZPlanning: Evaluating mediators ... Done
1572026-07-18T16:35:59.431ZPlanning: Planning completed in 0.26 seconds
1582026-07-18T16:35:59.452Z Mediators to change: 1
1592026-07-18T16:35:59.452Z Create boot environment: No
1602026-07-18T16:35:59.452ZCreate backup boot environment: No
1612026-07-18T16:35:59.496ZFinalize: Updating package state database ... Done
1622026-07-18T16:35:59.496ZFinalize: Updating package cache ... Done
1632026-07-18T16:35:59.525ZFinalize: Updating image state ... Done
1642026-07-18T16:36:01.498ZFinalize: Creating fast lookup database ... Done
1652026-07-18T16:36:01.564ZFinalize: Reading search index ... Done
1662026-07-18T16:36:01.568ZFinalize: Updating search index ... Done
1672026-07-18T16:36:01.627ZFinalize: Updating package cache ... Done
1682026-07-18T16:36:01.941ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-18T16:36:01.941Zapache system 2.4 system
1702026-07-18T16:36:01.941Zclang system 15 system
1712026-07-18T16:36:01.941Zcsh system system illumos
1722026-07-18T16:36:01.941Zctags system system illumos
1732026-07-18T16:36:01.942Zfile vendor vendor darwinsys
1742026-07-18T16:36:01.942Zfile system system illumos
1752026-07-18T16:36:01.942Zgcc vendor 14 vendor
1762026-07-18T16:36:01.942Zgcc system 13 system
1772026-07-18T16:36:01.942Zgcc system 10 system
1782026-07-18T16:36:01.942Zgo system 1.25 system
1792026-07-18T16:36:01.942Zllvm system 15 system
1802026-07-18T16:36:01.942Zmariadb system 11.4 system
1812026-07-18T16:36:01.942Zmta vendor vendor dma
1822026-07-18T16:36:01.942Zopenjdk system 17 system
1832026-07-18T16:36:01.942Zopenjdk system 11 system
1842026-07-18T16:36:01.942Zopenssl vendor 3 vendor
1852026-07-18T16:36:01.942Zperl system 5.40 system
1862026-07-18T16:36:01.942Zpostgresql system 18 system
1872026-07-18T16:36:01.942Zpostgresql system 17 system
1882026-07-18T16:36:01.942Zpython vendor 3 vendor
1892026-07-18T16:36:01.942Zpython system 2 system
1902026-07-18T16:36:01.942Zpython3 vendor 3.13 vendor
1912026-07-18T16:36:01.942Zruby system 3.4 system
1922026-07-18T16:36:01.942Zruby system 3.0 system
1932026-07-18T16:36:01.942Zwords vendor vendor american-english
1942026-07-18T16:36:01.942Zwords system system australian-english
1952026-07-18T16:36:01.942Zwords system system british-english
1962026-07-18T16:36:01.942Zwords system system canadian-english
1972026-07-18T16:36:01.942Zwords system system french
1982026-07-18T16:36:01.942Zwords system system italian
1992026-07-18T16:36:01.942Zwords system system ngerman
2002026-07-18T16:36:01.942Zwords system system ogerman
2012026-07-18T16:36:01.943Zwords system system spanish
2022026-07-18T16:36:02.195ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-18T16:36:02.195Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-18T16:36:02.537ZFMRI IFO
2052026-07-18T16:36:02.537Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-18T16:36:02.537Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-18T16:36:02.538Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-18T16:36:02.538Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-18T16:36:02.538Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-18T16:36:02.538Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-18T16:36:02.538Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-18T16:36:02.538Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-18T16:36:02.538Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-18T16:36:02.816Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-18T16:36:03.073Z Updating crates.io index
2162026-07-18T16:36:03.076Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-18T16:36:03.309Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-18T16:36:03.593Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-18T16:36:04.574Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-18T16:36:05.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-18T16:36:07.171Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-18T16:36:07.929Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-18T16:36:08.204Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-18T16:36:08.534Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-18T16:36:09.811Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-18T16:36:10.104Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-18T16:36:10.402Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-18T16:36:10.673Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-18T16:36:11.109Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-18T16:36:11.578Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-18T16:36:11.810Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-18T16:36:12.040Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-18T16:36:12.260Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-18T16:36:12.532Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-18T16:36:12.765Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-18T16:36:12.999Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-18T16:36:13.234Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-18T16:36:13.586Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-18T16:36:13.888Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-18T16:36:14.118Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-18T16:36:14.511Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-18T16:36:14.765Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-18T16:36:15.127Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-07-18T16:36:15.614Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-07-18T16:36:15.843Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-07-18T16:36:16.083Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-07-18T16:36:16.403Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2482026-07-18T16:36:16.755Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-07-18T16:36:16.998Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-07-18T16:36:17.283Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-07-18T16:36:17.541Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-07-18T16:36:17.801Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-07-18T16:36:18.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-07-18T16:36:18.283Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-07-18T16:36:18.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-07-18T16:36:18.781Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-07-18T16:36:21.598Z Downloading crates ...
2582026-07-18T16:36:21.644Z Downloaded block-buffer v0.10.4
2592026-07-18T16:36:21.652Z Downloaded autocfg v1.5.0
2602026-07-18T16:36:21.656Z Downloaded anstream v1.0.0
2612026-07-18T16:36:21.659Z Downloaded bytecount v0.6.9
2622026-07-18T16:36:21.660Z Downloaded memmap v0.7.0
2632026-07-18T16:36:21.663Z Downloaded camino v1.2.2
2642026-07-18T16:36:21.663Z Downloaded zmij v1.0.21
2652026-07-18T16:36:21.666Z Downloaded generic-array v0.14.7
2662026-07-18T16:36:21.666Z Downloaded dof v0.3.0
2672026-07-18T16:36:21.666Z Downloaded cargo_metadata v0.23.1
2682026-07-18T16:36:21.670Z Downloaded clap_lex v1.0.0
2692026-07-18T16:36:21.673Z Downloaded is_terminal_polyfill v1.70.2
2702026-07-18T16:36:21.676Z Downloaded zerocopy v0.7.35
2712026-07-18T16:36:21.683Z Downloaded macaddr v1.0.1
2722026-07-18T16:36:21.687Z Downloaded itoa v1.0.17
2732026-07-18T16:36:21.687Z Downloaded cfg-if v1.0.4
2742026-07-18T16:36:21.687Z Downloaded heck v0.5.0
2752026-07-18T16:36:21.691Z Downloaded dtrace-parser v0.2.0
2762026-07-18T16:36:21.691Z Downloaded cpufeatures v0.2.17
2772026-07-18T16:36:21.694Z Downloaded crypto-common v0.1.7
2782026-07-18T16:36:21.694Z Downloaded colorchoice v1.0.4
2792026-07-18T16:36:21.697Z Downloaded cargo-platform v0.3.2
2802026-07-18T16:36:21.701Z Downloaded anstyle-query v1.1.5
2812026-07-18T16:36:21.704Z Downloaded byteorder v1.5.0
2822026-07-18T16:36:21.704Z Downloaded anstyle-parse v1.0.0
2832026-07-18T16:36:21.708Z Downloaded utf8parse v0.2.2
2842026-07-18T16:36:21.711Z Downloaded fastrand v2.3.0
2852026-07-18T16:36:21.715Z Downloaded toml_write v0.1.2
2862026-07-18T16:36:21.715Z Downloaded plain v0.2.3
2872026-07-18T16:36:21.718Z Downloaded errno v0.3.14
2882026-07-18T16:36:21.718Z Downloaded heck v0.4.1
2892026-07-18T16:36:21.723Z Downloaded usdt-macro v0.5.0
2902026-07-18T16:36:21.726Z Downloaded version_check v0.9.5
2912026-07-18T16:36:21.733Z Downloaded terminal_size v0.4.3
2922026-07-18T16:36:21.737Z Downloaded proc-macro-error-attr v1.0.4
2932026-07-18T16:36:21.737Z Downloaded pretty-hex v0.4.1
2942026-07-18T16:36:21.737Z Downloaded equivalent v1.0.2
2952026-07-18T16:36:21.740Z Downloaded fs-err v3.3.0
2962026-07-18T16:36:21.740Z Downloaded camino-tempfile v1.4.1
2972026-07-18T16:36:21.747Z Downloaded digest v0.10.7
2982026-07-18T16:36:21.751Z Downloaded cargo_toml v0.21.0
2992026-07-18T16:36:21.754Z Downloaded pest_generator v2.8.6
3002026-07-18T16:36:21.754Z Downloaded once_cell v1.21.3
3012026-07-18T16:36:21.754Z Downloaded clap_derive v4.6.1
3022026-07-18T16:36:21.758Z Downloaded smawk v0.3.2
3032026-07-18T16:36:21.758Z Downloaded usdt-attr-macro v0.5.0
3042026-07-18T16:36:21.762Z Downloaded thread-id v4.2.2
3052026-07-18T16:36:21.765Z Downloaded unicode-linebreak v0.1.5
3062026-07-18T16:36:21.769Z Downloaded serde_spanned v0.6.9
3072026-07-18T16:36:21.773Z Downloaded toml_datetime v0.6.11
3082026-07-18T16:36:21.777Z Downloaded swrite v0.1.0
3092026-07-18T16:36:21.777Z Downloaded scroll_derive v0.12.1
3102026-07-18T16:36:21.784Z Downloaded usdt v0.5.0
3112026-07-18T16:36:21.788Z Downloaded thiserror-impl v2.0.18
3122026-07-18T16:36:21.788Z Downloaded strsim v0.11.1
3132026-07-18T16:36:21.792Z Downloaded anstyle v1.0.14
3142026-07-18T16:36:21.795Z Downloaded thiserror v1.0.69
3152026-07-18T16:36:21.799Z Downloaded usdt-impl v0.5.0
3162026-07-18T16:36:21.799Z Downloaded scroll v0.12.0
3172026-07-18T16:36:21.802Z Downloaded serde_tokenstream v0.2.3
3182026-07-18T16:36:21.802Z Downloaded pest_derive v2.8.6
3192026-07-18T16:36:21.806Z Downloaded bitflags v2.11.0
3202026-07-18T16:36:21.810Z Downloaded fnv v1.0.7
3212026-07-18T16:36:21.810Z Downloaded anyhow v1.0.102
3222026-07-18T16:36:21.814Z Downloaded tabled_derive v0.7.0
3232026-07-18T16:36:21.824Z Downloaded sha2 v0.10.9
3242026-07-18T16:36:21.828Z Downloaded quote v1.0.45
3252026-07-18T16:36:21.835Z Downloaded ucd-trie v0.1.7
3262026-07-18T16:36:21.838Z Downloaded thiserror-impl v1.0.69
3272026-07-18T16:36:21.839Z Downloaded semver v1.0.28
3282026-07-18T16:36:21.845Z Downloaded proc-macro-error v1.0.4
3292026-07-18T16:36:21.848Z Downloaded toml v0.8.23
3302026-07-18T16:36:21.848Z Downloaded clap v4.6.1
3312026-07-18T16:36:21.862Z Downloaded zerocopy-derive v0.7.35
3322026-07-18T16:36:21.866Z Downloaded thiserror v2.0.18
3332026-07-18T16:36:21.875Z Downloaded getrandom v0.4.1
3342026-07-18T16:36:21.879Z Downloaded tempfile v3.25.0
3352026-07-18T16:36:21.883Z Downloaded log v0.4.29
3362026-07-18T16:36:21.883Z Downloaded pest_meta v2.8.6
3372026-07-18T16:36:21.886Z Downloaded memchr v2.8.0
3382026-07-18T16:36:21.889Z Downloaded textwrap v0.16.2
3392026-07-18T16:36:21.889Z Downloaded serde_core v1.0.228
3402026-07-18T16:36:21.893Z Downloaded serde_derive v1.0.228
3412026-07-18T16:36:21.897Z Downloaded unicode-ident v1.0.24
3422026-07-18T16:36:21.900Z Downloaded proc-macro2 v1.0.106
3432026-07-18T16:36:21.907Z Downloaded toml_edit v0.22.27
3442026-07-18T16:36:21.915Z Downloaded papergrid v0.11.0
3452026-07-18T16:36:21.925Z Downloaded serde v1.0.228
3462026-07-18T16:36:21.940Z Downloaded indexmap v2.14.0
3472026-07-18T16:36:21.950Z Downloaded typenum v1.20.1
3482026-07-18T16:36:21.965Z Downloaded pest v2.8.6
3492026-07-18T16:36:21.987Z Downloaded hashbrown v0.17.0
3502026-07-18T16:36:21.990Z Downloaded clap_builder v4.6.0
3512026-07-18T16:36:22.000Z Downloaded serde_json v1.0.150
3522026-07-18T16:36:22.024Z Downloaded winnow v0.7.14
3532026-07-18T16:36:22.031Z Downloaded goblin v0.8.2
3542026-07-18T16:36:22.050Z Downloaded syn v1.0.109
3552026-07-18T16:36:22.054Z Downloaded tabled v0.15.0
3562026-07-18T16:36:22.062Z Downloaded unicode-width v0.1.14
3572026-07-18T16:36:22.066Z Downloaded syn v2.0.117
3582026-07-18T16:36:22.071Z Downloaded unicode-width v0.2.0
3592026-07-18T16:36:22.081Z Downloaded rustix v1.1.3
3602026-07-18T16:36:22.121Z Downloaded libc v0.2.185
3612026-07-18T16:36:22.183Z Compiling proc-macro2 v1.0.106
3622026-07-18T16:36:22.183Z Compiling quote v1.0.45
3632026-07-18T16:36:22.183Z Compiling unicode-ident v1.0.24
3642026-07-18T16:36:22.186Z Compiling serde_core v1.0.228
3652026-07-18T16:36:22.186Z Compiling libc v0.2.185
3662026-07-18T16:36:22.186Z Compiling version_check v0.9.5
3672026-07-18T16:36:22.187Z Compiling memchr v2.8.0
3682026-07-18T16:36:22.187Z Compiling serde v1.0.228
3692026-07-18T16:36:22.187Z Compiling zmij v1.0.21
3702026-07-18T16:36:22.187Z Compiling thiserror v1.0.69
3712026-07-18T16:36:22.187Z Compiling itoa v1.0.17
3722026-07-18T16:36:22.187Z Compiling ucd-trie v0.1.7
3732026-07-18T16:36:22.363Z Compiling rustix v1.1.3
3742026-07-18T16:36:22.366Z Compiling byteorder v1.5.0
3752026-07-18T16:36:22.690Z Compiling serde_json v1.0.150
3762026-07-18T16:36:22.731Z Compiling bitflags v2.11.0
3772026-07-18T16:36:22.810Z Compiling syn v1.0.109
3782026-07-18T16:36:22.903Z Compiling pest v2.8.6
3792026-07-18T16:36:23.008Z Compiling usdt-impl v0.5.0
3802026-07-18T16:36:23.113Z Compiling proc-macro-error-attr v1.0.4
3812026-07-18T16:36:23.113Z Compiling camino v1.2.2
3822026-07-18T16:36:23.148Z Compiling proc-macro-error v1.0.4
3832026-07-18T16:36:23.166Z Compiling hashbrown v0.17.0
3842026-07-18T16:36:23.182Z Compiling log v0.4.29
3852026-07-18T16:36:23.234Z Compiling plain v0.2.3
3862026-07-18T16:36:23.237Z Compiling equivalent v1.0.2
3872026-07-18T16:36:23.252Z Compiling getrandom v0.4.1
3882026-07-18T16:36:23.354Z Compiling utf8parse v0.2.2
3892026-07-18T16:36:23.404Z Compiling thiserror v2.0.18
3902026-07-18T16:36:23.405Z Compiling colorchoice v1.0.4
3912026-07-18T16:36:23.440Z Compiling toml_write v0.1.2
3922026-07-18T16:36:23.443Z Compiling anstyle-query v1.1.5
3932026-07-18T16:36:23.497Z Compiling anstyle-parse v1.0.0
3942026-07-18T16:36:23.500Z Compiling winnow v0.7.14
3952026-07-18T16:36:23.560Z Compiling anstyle v1.0.14
3962026-07-18T16:36:23.578Z Compiling errno v0.3.14
3972026-07-18T16:36:23.596Z Compiling thread-id v4.2.2
3982026-07-18T16:36:23.619Z Compiling autocfg v1.5.0
3992026-07-18T16:36:23.637Z Compiling pretty-hex v0.4.1
4002026-07-18T16:36:23.655Z Compiling cfg-if v1.0.4
4012026-07-18T16:36:23.724Z Compiling indexmap v2.14.0
4022026-07-18T16:36:23.760Z Compiling is_terminal_polyfill v1.70.2
4032026-07-18T16:36:23.779Z Compiling fnv v1.0.7
4042026-07-18T16:36:23.873Z Compiling syn v2.0.117
4052026-07-18T16:36:23.930Z Compiling anstream v1.0.0
4062026-07-18T16:36:23.952Z Compiling bytecount v0.6.9
4072026-07-18T16:36:23.980Z Compiling anyhow v1.0.102
4082026-07-18T16:36:23.999Z Compiling pest_meta v2.8.6
4092026-07-18T16:36:24.044Z Compiling unicode-width v0.1.14
4102026-07-18T16:36:24.071Z Compiling fs-err v3.3.0
4112026-07-18T16:36:24.104Z Compiling fastrand v2.3.0
4122026-07-18T16:36:24.175Z Compiling heck v0.5.0
4132026-07-18T16:36:24.297Z Compiling once_cell v1.21.3
4142026-07-18T16:36:24.326Z Compiling strsim v0.11.1
4152026-07-18T16:36:24.376Z Compiling clap_lex v1.0.0
4162026-07-18T16:36:24.397Z Compiling heck v0.4.1
4172026-07-18T16:36:24.450Z Compiling papergrid v0.11.0
4182026-07-18T16:36:24.487Z Compiling memmap v0.7.0
4192026-07-18T16:36:24.530Z Compiling unicode-width v0.2.0
4202026-07-18T16:36:24.548Z Compiling smawk v0.3.2
4212026-07-18T16:36:24.568Z Compiling unicode-linebreak v0.1.5
4222026-07-18T16:36:24.632Z Compiling terminal_size v0.4.3
4232026-07-18T16:36:24.649Z Compiling tempfile v3.25.0
4242026-07-18T16:36:24.705Z Compiling swrite v0.1.0
4252026-07-18T16:36:24.853Z Compiling cargo-platform v0.3.2
4262026-07-18T16:36:24.855Z Compiling semver v1.0.28
4272026-07-18T16:36:24.888Z Compiling clap_builder v4.6.0
4282026-07-18T16:36:24.906Z Compiling textwrap v0.16.2
4292026-07-18T16:36:25.124Z Compiling camino-tempfile v1.4.1
4302026-07-18T16:36:25.420Z Compiling tabled_derive v0.7.0
4312026-07-18T16:36:26.109Z Compiling tabled v0.15.0
4322026-07-18T16:36:26.128Z Compiling pest_generator v2.8.6
4332026-07-18T16:36:26.610Z Compiling serde_derive v1.0.228
4342026-07-18T16:36:26.610Z Compiling thiserror-impl v1.0.69
4352026-07-18T16:36:26.610Z Compiling zerocopy-derive v0.7.35
4362026-07-18T16:36:26.610Z Compiling scroll_derive v0.12.1
4372026-07-18T16:36:26.610Z Compiling thiserror-impl v2.0.18
4382026-07-18T16:36:26.610Z Compiling clap_derive v4.6.1
4392026-07-18T16:36:26.709Z Compiling pest_derive v2.8.6
4402026-07-18T16:36:27.284Z Compiling scroll v0.12.0
4412026-07-18T16:36:27.383Z Compiling zerocopy v0.7.35
4422026-07-18T16:36:27.504Z Compiling goblin v0.8.2
4432026-07-18T16:36:27.646Z Compiling dtrace-parser v0.2.0
4442026-07-18T16:36:27.972Z Compiling clap v4.6.1
4452026-07-18T16:36:29.028Z Compiling toml_datetime v0.6.11
4462026-07-18T16:36:29.028Z Compiling serde_spanned v0.6.9
4472026-07-18T16:36:29.031Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4482026-07-18T16:36:29.031Z Compiling macaddr v1.0.1
4492026-07-18T16:36:29.031Z Compiling cargo_metadata v0.23.1
4502026-07-18T16:36:29.046Z Compiling dof v0.3.0
4512026-07-18T16:36:29.049Z Compiling serde_tokenstream v0.2.3
4522026-07-18T16:36:29.212Z Compiling toml_edit v0.22.27
4532026-07-18T16:36:29.783Z Compiling usdt-attr-macro v0.5.0
4542026-07-18T16:36:29.786Z Compiling usdt-macro v0.5.0
4552026-07-18T16:36:30.387Z Compiling usdt v0.5.0
4562026-07-18T16:36:30.472Z Compiling toml v0.8.23
4572026-07-18T16:36:30.803Z Compiling cargo_toml v0.21.0
4582026-07-18T16:36:32.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4592026-07-18T16:36:34.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.47s
4602026-07-18T16:36:34.329Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4612026-07-18T16:36:34.824Z Downloading crates ...
4622026-07-18T16:36:34.913Z Downloaded argon2 v0.5.3
4632026-07-18T16:36:34.922Z Downloaded array-init v0.0.4
4642026-07-18T16:36:34.925Z Downloaded aead v0.5.2
4652026-07-18T16:36:34.928Z Downloaded atomicwrites v0.4.4
4662026-07-18T16:36:34.928Z Downloaded bit-set v0.8.0
4672026-07-18T16:36:34.931Z Downloaded arrayref v0.3.9
4682026-07-18T16:36:34.934Z Downloaded daft v0.1.7
4692026-07-18T16:36:34.934Z Downloaded bit-set v0.5.3
4702026-07-18T16:36:34.938Z Downloaded bcrypt-pbkdf v0.11.0
4712026-07-18T16:36:34.940Z Downloaded cookie_store v0.22.1
4722026-07-18T16:36:34.941Z Downloaded crunchy v0.2.4
4732026-07-18T16:36:34.943Z Downloaded bitfield-macros v0.19.4
4742026-07-18T16:36:34.943Z Downloaded atomic-waker v1.1.2
4752026-07-18T16:36:34.946Z Downloaded darling v0.21.3
4762026-07-18T16:36:34.950Z Downloaded bitfield-struct v0.6.2
4772026-07-18T16:36:34.953Z Downloaded assert_matches v1.5.0
4782026-07-18T16:36:34.953Z Downloaded crossbeam-deque v0.8.6
4792026-07-18T16:36:34.956Z Downloaded darling_core v0.13.4
4802026-07-18T16:36:34.959Z Downloaded crypto-common v0.2.2
4812026-07-18T16:36:34.959Z Downloaded crc8 v0.1.1
4822026-07-18T16:36:34.959Z Downloaded crucible-workspace-hack v0.1.0
4832026-07-18T16:36:34.959Z Downloaded ascii-canvas v3.0.0
4842026-07-18T16:36:34.961Z Downloaded atty v0.2.14
4852026-07-18T16:36:34.961Z Downloaded bb8 v0.8.6
4862026-07-18T16:36:34.961Z Downloaded block-padding v0.4.2
4872026-07-18T16:36:34.964Z Downloaded base16ct v1.0.0
4882026-07-18T16:36:34.964Z Downloaded base16ct v0.2.0
4892026-07-18T16:36:34.964Z Downloaded async-stream-impl v0.3.6
4902026-07-18T16:36:34.967Z Downloaded defmt v0.3.100
4912026-07-18T16:36:34.971Z Downloaded darling_macro v0.20.11
4922026-07-18T16:36:34.971Z Downloaded darling_macro v0.13.4
4932026-07-18T16:36:34.971Z Downloaded async-stream v0.3.6
4942026-07-18T16:36:34.974Z Downloaded cpufeatures v0.3.0
4952026-07-18T16:36:34.974Z Downloaded adler2 v2.0.1
4962026-07-18T16:36:34.974Z Downloaded crc v3.4.0
4972026-07-18T16:36:34.977Z Downloaded curve25519-dalek-derive v0.1.1
4982026-07-18T16:36:34.977Z Downloaded async-trait v0.1.89
4992026-07-18T16:36:34.977Z Downloaded bit-vec v0.6.3
5002026-07-18T16:36:34.980Z Downloaded anstream v0.6.21
5012026-07-18T16:36:34.980Z Downloaded ahash v0.8.12
5022026-07-18T16:36:34.982Z Downloaded async-recursion v1.1.1
5032026-07-18T16:36:34.985Z Downloaded ciborium-io v0.2.2
5042026-07-18T16:36:34.985Z Downloaded aes v0.9.1
5052026-07-18T16:36:34.987Z Downloaded data-encoding v2.10.0
5062026-07-18T16:36:34.990Z Downloaded crc32fast v1.5.0
5072026-07-18T16:36:34.990Z Downloaded crc-catalog v2.4.0
5082026-07-18T16:36:34.990Z Downloaded cfg_aliases v0.1.1
5092026-07-18T16:36:34.993Z Downloaded corncobs v0.1.4
5102026-07-18T16:36:34.993Z Downloaded cfg_aliases v0.2.1
5112026-07-18T16:36:34.993Z Downloaded castaway v0.2.4
5122026-07-18T16:36:34.996Z Downloaded debug-ignore v1.0.5
5132026-07-18T16:36:34.996Z Downloaded darling_macro v0.23.0
5142026-07-18T16:36:34.996Z Downloaded dunce v1.0.5
5152026-07-18T16:36:34.998Z Downloaded dirs-next v2.0.0
5162026-07-18T16:36:34.998Z Downloaded dtrace-parser v0.3.0
5172026-07-18T16:36:34.998Z Downloaded cstr-argument v0.1.2
5182026-07-18T16:36:35.002Z Downloaded convert_case v0.4.0
5192026-07-18T16:36:35.002Z Downloaded cobs v0.3.0
5202026-07-18T16:36:35.002Z Downloaded dropshot-api-manager-types v0.7.2
5212026-07-18T16:36:35.002Z Downloaded bitfield v0.19.4
5222026-07-18T16:36:35.005Z Downloaded downcast-rs v2.0.2
5232026-07-18T16:36:35.005Z Downloaded compression-core v0.4.31
5242026-07-18T16:36:35.008Z Downloaded bitflags v1.3.2
5252026-07-18T16:36:35.008Z Downloaded bcs v0.1.6
5262026-07-18T16:36:35.008Z Downloaded base64ct v1.8.3
5272026-07-18T16:36:35.011Z Downloaded backoff v0.4.0
5282026-07-18T16:36:35.011Z Downloaded anstyle-parse v0.2.7
5292026-07-18T16:36:35.013Z Downloaded arrayvec v0.7.6
5302026-07-18T16:36:35.019Z Downloaded derive_builder_macro v0.20.2
5312026-07-18T16:36:35.023Z Downloaded darling_macro v0.21.3
5322026-07-18T16:36:35.023Z Downloaded embedded-io v0.6.1
5332026-07-18T16:36:35.023Z Downloaded crossbeam-utils v0.8.21
5342026-07-18T16:36:35.025Z Downloaded ciborium-ll v0.2.2
5352026-07-18T16:36:35.028Z Downloaded critical-section v1.2.0
5362026-07-18T16:36:35.030Z Downloaded digest-io v0.1.0
5372026-07-18T16:36:35.031Z Downloaded diesel_table_macro_syntax v0.3.0
5382026-07-18T16:36:35.033Z Downloaded cpubits v0.1.1
5392026-07-18T16:36:35.036Z Downloaded block-buffer v0.12.1
5402026-07-18T16:36:35.039Z Downloaded document-features v0.2.12
5412026-07-18T16:36:35.039Z Downloaded cmake v0.1.57
5422026-07-18T16:36:35.039Z Downloaded argon2 v0.6.0-rc.8
5432026-07-18T16:36:35.042Z Downloaded dsl_auto_type v0.2.0
5442026-07-18T16:36:35.042Z Downloaded blake2 v0.10.6
5452026-07-18T16:36:35.044Z Downloaded endian-type v0.1.2
5462026-07-18T16:36:35.045Z Downloaded enum-as-inner v0.6.1
5472026-07-18T16:36:35.045Z Downloaded aead v0.6.1
5482026-07-18T16:36:35.047Z Downloaded embedded-io v0.4.0
5492026-07-18T16:36:35.047Z Downloaded display-error-chain v0.2.2
5502026-07-18T16:36:35.050Z Downloaded dyn-clone v1.0.20
5512026-07-18T16:36:35.050Z Downloaded dirs-sys-next v0.1.2
5522026-07-18T16:36:35.052Z Downloaded defmt-parser v1.0.0
5532026-07-18T16:36:35.055Z Downloaded fd-lock v4.0.4
5542026-07-18T16:36:35.057Z Downloaded byte-wrapper v0.1.0
5552026-07-18T16:36:35.060Z Downloaded chacha20 v0.9.1
5562026-07-18T16:36:35.060Z Downloaded csv-core v0.1.13
5572026-07-18T16:36:35.063Z Downloaded ctutils v0.4.2
5582026-07-18T16:36:35.065Z Downloaded diesel-dtrace v0.5.0
5592026-07-18T16:36:35.068Z Downloaded foreign-types-shared v0.1.1
5602026-07-18T16:36:35.068Z Downloaded foreign-types v0.3.2
5612026-07-18T16:36:35.068Z Downloaded funty v2.0.0
5622026-07-18T16:36:35.071Z Downloaded flagset v0.4.7
5632026-07-18T16:36:35.071Z Downloaded futures-io v0.3.32
5642026-07-18T16:36:35.074Z Downloaded float-cmp v0.10.0
5652026-07-18T16:36:35.074Z Downloaded form_urlencoded v1.2.2
5662026-07-18T16:36:35.074Z Downloaded foreign-types v0.5.0
5672026-07-18T16:36:35.077Z Downloaded float-ord v0.3.2
5682026-07-18T16:36:35.077Z Downloaded cexpr v0.6.0
5692026-07-18T16:36:35.077Z Downloaded foreign-types-shared v0.3.1
5702026-07-18T16:36:35.077Z Downloaded const_format_proc_macros v0.2.34
5712026-07-18T16:36:35.080Z Downloaded defmt v1.0.1
5722026-07-18T16:36:35.082Z Downloaded cipher v0.5.2
5732026-07-18T16:36:35.082Z Downloaded ed25519 v2.2.3
5742026-07-18T16:36:35.085Z Downloaded blowfish v0.10.0
5752026-07-18T16:36:35.085Z Downloaded constant_time_eq v0.4.2
5762026-07-18T16:36:35.088Z Downloaded dof v0.4.0
5772026-07-18T16:36:35.088Z Downloaded ctr v0.10.1
5782026-07-18T16:36:35.088Z Downloaded cbc v0.2.1
5792026-07-18T16:36:35.091Z Downloaded defmt-macros v1.0.1
5802026-07-18T16:36:35.095Z Downloaded crossbeam-epoch v0.9.18
5812026-07-18T16:36:35.095Z Downloaded camino-tempfile-ext v0.3.3
5822026-07-18T16:36:35.096Z Downloaded buf-list v1.1.2
5832026-07-18T16:36:35.098Z Downloaded compression-codecs v0.4.37
5842026-07-18T16:36:35.098Z Downloaded futures-core v0.3.32
5852026-07-18T16:36:35.101Z Downloaded futures-macro v0.3.32
5862026-07-18T16:36:35.101Z Downloaded futures-task v0.3.32
5872026-07-18T16:36:35.101Z Downloaded cipher v0.4.4
5882026-07-18T16:36:35.104Z Downloaded ghash v0.6.0
5892026-07-18T16:36:35.104Z Downloaded cmov v0.5.4
5902026-07-18T16:36:35.104Z Downloaded globwalk v0.9.1
5912026-07-18T16:36:35.107Z Downloaded backon v1.6.0
5922026-07-18T16:36:35.107Z Downloaded foreign-types-macros v0.2.3
5932026-07-18T16:36:35.110Z Downloaded fixedbitset v0.4.2
5942026-07-18T16:36:35.110Z Downloaded env_filter v1.0.0
5952026-07-18T16:36:35.110Z Downloaded hash32 v0.2.1
5962026-07-18T16:36:35.113Z Downloaded fxhash v0.2.1
5972026-07-18T16:36:35.113Z Downloaded either v1.15.0
5982026-07-18T16:36:35.113Z Downloaded ena v0.14.4
5992026-07-18T16:36:35.116Z Downloaded ed25519 v3.0.0
6002026-07-18T16:36:35.116Z Downloaded daft-derive v0.1.7
6012026-07-18T16:36:35.119Z Downloaded env_logger v0.11.9
6022026-07-18T16:36:35.121Z Downloaded git-stub v1.0.0
6032026-07-18T16:36:35.121Z Downloaded enum_dispatch v0.3.13
6042026-07-18T16:36:35.124Z Downloaded hash32 v0.3.1
6052026-07-18T16:36:35.124Z Downloaded fallible-iterator v0.2.0
6062026-07-18T16:36:35.124Z Downloaded displaydoc v0.2.5
6072026-07-18T16:36:35.127Z Downloaded bzip2 v0.6.1
6082026-07-18T16:36:35.130Z Downloaded async-bb8-diesel v0.2.1
6092026-07-18T16:36:35.130Z Downloaded hex v0.4.3
6102026-07-18T16:36:35.133Z Downloaded console v0.15.11
6112026-07-18T16:36:35.133Z Downloaded darling v0.20.11
6122026-07-18T16:36:35.137Z Downloaded foldhash v0.1.5
6132026-07-18T16:36:35.140Z Downloaded hex-literal v1.1.0
6142026-07-18T16:36:35.140Z Downloaded fs_extra v1.3.0
6152026-07-18T16:36:35.140Z Downloaded fs-err v2.11.0
6162026-07-18T16:36:35.140Z Downloaded headers-core v0.3.0
6172026-07-18T16:36:35.143Z Downloaded crc-any v2.5.0
6182026-07-18T16:36:35.143Z Downloaded fixedbitset v0.5.7
6192026-07-18T16:36:35.146Z Downloaded home v0.5.12
6202026-07-18T16:36:35.146Z Downloaded find-msvc-tools v0.1.9
6212026-07-18T16:36:35.146Z Downloaded darling v0.23.0
6222026-07-18T16:36:35.148Z Downloaded hostname v0.3.1
6232026-07-18T16:36:35.151Z Downloaded filetime v0.2.27
6242026-07-18T16:36:35.151Z Downloaded ff v0.14.0
6252026-07-18T16:36:35.151Z Downloaded ff v0.13.1
6262026-07-18T16:36:35.162Z Downloaded http-body v1.0.1
6272026-07-18T16:36:35.162Z Downloaded futures-executor v0.3.32
6282026-07-18T16:36:35.162Z Downloaded const-oid v0.9.6
6292026-07-18T16:36:35.162Z Downloaded console v0.16.2
6302026-07-18T16:36:35.162Z Downloaded colored v2.2.0
6312026-07-18T16:36:35.162Z Downloaded des v0.9.0
6322026-07-18T16:36:35.165Z Downloaded convert_case v0.10.0
6332026-07-18T16:36:35.165Z Downloaded cassowary v0.3.0
6342026-07-18T16:36:35.165Z Downloaded gethostname v0.5.0
6352026-07-18T16:36:35.165Z Downloaded darling_core v0.21.3
6362026-07-18T16:36:35.168Z Downloaded group v0.13.0
6372026-07-18T16:36:35.168Z Downloaded globset v0.4.18
6382026-07-18T16:36:35.170Z Downloaded hubpack v0.1.2
6392026-07-18T16:36:35.170Z Downloaded allocator-api2 v0.2.21
6402026-07-18T16:36:35.173Z Downloaded hyper-tls v0.6.0
6412026-07-18T16:36:35.173Z Downloaded hubpack_derive v0.1.1
6422026-07-18T16:36:35.173Z Downloaded httpdate v1.0.3
6432026-07-18T16:36:35.176Z Downloaded http-range v0.1.5
6442026-07-18T16:36:35.176Z Downloaded group v0.14.0
6452026-07-18T16:36:35.176Z Downloaded ident_case v1.0.1
6462026-07-18T16:36:35.179Z Downloaded arc-swap v1.8.2
6472026-07-18T16:36:35.179Z Downloaded glob v0.3.3
6482026-07-18T16:36:35.182Z Downloaded digest v0.11.3
6492026-07-18T16:36:35.182Z Downloaded erased-serde v0.3.31
6502026-07-18T16:36:35.184Z Downloaded git-stub-vcs v0.1.0
6512026-07-18T16:36:35.184Z Downloaded derive_builder v0.20.2
6522026-07-18T16:36:35.187Z Downloaded ar_archive_writer v0.5.1
6532026-07-18T16:36:35.190Z Downloaded idna_adapter v1.2.1
6542026-07-18T16:36:35.190Z Downloaded futures-sink v0.3.32
6552026-07-18T16:36:35.190Z Downloaded colored v3.1.1
6562026-07-18T16:36:35.193Z Downloaded ciborium v0.2.2
6572026-07-18T16:36:35.196Z Downloaded illumos-nvpair-sys v0.2.0
6582026-07-18T16:36:35.196Z Downloaded bzip2 v0.4.4
6592026-07-18T16:36:35.196Z Downloaded indent_write v2.2.0
6602026-07-18T16:36:35.196Z Downloaded blake2 v0.11.0-rc.6
6612026-07-18T16:36:35.199Z Downloaded derive-where v1.6.0
6622026-07-18T16:36:35.201Z Downloaded darling v0.13.4
6632026-07-18T16:36:35.201Z Downloaded chacha20 v0.10.0
6642026-07-18T16:36:35.204Z Downloaded foldhash v0.2.0
6652026-07-18T16:36:35.204Z Downloaded derive_more v0.99.20
6662026-07-18T16:36:35.207Z Downloaded inout v0.2.2
6672026-07-18T16:36:35.210Z Downloaded inout v0.1.4
6682026-07-18T16:36:35.210Z Downloaded instability v0.3.11
6692026-07-18T16:36:35.210Z Downloaded bit-vec v0.8.0
6702026-07-18T16:36:35.213Z Downloaded derive_builder_core v0.20.2
6712026-07-18T16:36:35.213Z Downloaded derive-ex v0.1.8
6722026-07-18T16:36:35.216Z Downloaded hostname v0.4.2
6732026-07-18T16:36:35.216Z Downloaded delegate v0.13.5
6742026-07-18T16:36:35.216Z Downloaded clang-sys v1.8.1
6752026-07-18T16:36:35.220Z Downloaded cancel-safe-futures v0.1.5
6762026-07-18T16:36:35.220Z Downloaded instant v0.1.13
6772026-07-18T16:36:35.223Z Downloaded is_ci v1.2.0
6782026-07-18T16:36:35.223Z Downloaded is-terminal v0.4.17
6792026-07-18T16:36:35.223Z Downloaded http-body-util v0.1.3
6802026-07-18T16:36:35.226Z Downloaded kstat-rs v0.2.4
6812026-07-18T16:36:35.226Z Downloaded darling_core v0.20.11
6822026-07-18T16:36:35.229Z Downloaded getrandom v0.2.17
6832026-07-18T16:36:35.229Z Downloaded keccak v0.1.6
6842026-07-18T16:36:35.232Z Downloaded deranged v0.5.8
6852026-07-18T16:36:35.232Z Downloaded der_derive v0.7.3
6862026-07-18T16:36:35.232Z Downloaded ecdsa v0.16.9
6872026-07-18T16:36:35.235Z Downloaded hyper-staticfile v0.10.1
6882026-07-18T16:36:35.235Z Downloaded difflib v0.4.0
6892026-07-18T16:36:35.238Z Downloaded lazy_static v1.5.0
6902026-07-18T16:36:35.238Z Downloaded lalrpop-util v0.19.12
6912026-07-18T16:36:35.241Z Downloaded kem v0.3.0
6922026-07-18T16:36:35.244Z Downloaded libscf-sys v1.1.0
6932026-07-18T16:36:35.244Z Downloaded lru-cache v0.1.2
6942026-07-18T16:36:35.244Z Downloaded linked-hash-map v0.5.6
6952026-07-18T16:36:35.247Z Downloaded maplit v1.0.2
6962026-07-18T16:36:35.247Z Downloaded lzss v0.8.2
6972026-07-18T16:36:35.250Z Downloaded managed v0.8.0
6982026-07-18T16:36:35.250Z Downloaded half v1.8.3
6992026-07-18T16:36:35.253Z Downloaded lru-slab v0.1.2
7002026-07-18T16:36:35.253Z Downloaded ecdsa v0.17.0-rc.18
7012026-07-18T16:36:35.255Z Downloaded diff v0.1.13
7022026-07-18T16:36:35.258Z Downloaded impl-trait-for-tuples v0.2.3
7032026-07-18T16:36:35.258Z Downloaded illumos-nvpair v0.3.0
7042026-07-18T16:36:35.261Z Downloaded memoffset v0.9.1
7052026-07-18T16:36:35.264Z Downloaded md5 v0.8.0
7062026-07-18T16:36:35.264Z Downloaded const_format v0.2.35
7072026-07-18T16:36:35.268Z Downloaded indoc v2.0.7
7082026-07-18T16:36:35.271Z Downloaded cookie v0.18.1
7092026-07-18T16:36:35.271Z Downloaded mime v0.3.17
7102026-07-18T16:36:35.271Z Downloaded futures v0.3.32
7112026-07-18T16:36:35.275Z Downloaded indoc v1.0.9
7122026-07-18T16:36:35.277Z Downloaded multimap v0.10.1
7132026-07-18T16:36:35.277Z Downloaded highway v1.3.0
7142026-07-18T16:36:35.277Z Downloaded drift v0.2.0
7152026-07-18T16:36:35.285Z Downloaded newtype_derive v0.1.6
7162026-07-18T16:36:35.287Z Downloaded new_debug_unreachable v1.0.6
7172026-07-18T16:36:35.287Z Downloaded futures-channel v0.3.32
7182026-07-18T16:36:35.287Z Downloaded base64 v0.22.1
7192026-07-18T16:36:35.290Z Downloaded ipnetwork v0.21.1
7202026-07-18T16:36:35.290Z Downloaded newtype-uuid-macros v0.1.0
7212026-07-18T16:36:35.293Z Downloaded newline-converter v0.3.0
7222026-07-18T16:36:35.293Z Downloaded internet-checksum v0.2.1
7232026-07-18T16:36:35.293Z Downloaded const-oid v0.10.2
7242026-07-18T16:36:35.297Z Downloaded num v0.4.3
7252026-07-18T16:36:35.297Z Downloaded nodrop v0.1.14
7262026-07-18T16:36:35.297Z Downloaded base64 v0.21.7
7272026-07-18T16:36:35.302Z Downloaded nonempty v0.12.0
7282026-07-18T16:36:35.302Z Downloaded elliptic-curve v0.13.8
7292026-07-18T16:36:35.302Z Downloaded generic-array v1.4.3
7302026-07-18T16:36:35.305Z Downloaded md-5 v0.10.6
7312026-07-18T16:36:35.305Z Downloaded maybe-uninit v2.0.0
7322026-07-18T16:36:35.307Z Downloaded hyper-rustls v0.27.7
7332026-07-18T16:36:35.308Z Downloaded libefi-sys v0.1.0
7342026-07-18T16:36:35.310Z Downloaded lru v0.12.5
7352026-07-18T16:36:35.310Z Downloaded libsw v3.5.0
7362026-07-18T16:36:35.310Z Downloaded libsw-core v0.3.2
7372026-07-18T16:36:35.314Z Downloaded libloading v0.8.9
7382026-07-18T16:36:35.314Z Downloaded num-derive v0.3.3
7392026-07-18T16:36:35.316Z Downloaded linear-map v1.2.0
7402026-07-18T16:36:35.316Z Downloaded num-iter v0.1.45
7412026-07-18T16:36:35.316Z Downloaded num-derive v0.4.2
7422026-07-18T16:36:35.319Z Downloaded dropshot_endpoint v0.17.1
7432026-07-18T16:36:35.319Z Downloaded lock_api v0.4.14
7442026-07-18T16:36:35.322Z Downloaded fatfs v0.3.6
7452026-07-18T16:36:35.322Z Downloaded half v2.7.1
7462026-07-18T16:36:35.325Z Downloaded elliptic-curve v0.14.0-rc.33
7472026-07-18T16:36:35.328Z Downloaded keccak v0.2.0
7482026-07-18T16:36:35.328Z Downloaded iana-time-zone v0.1.65
7492026-07-18T16:36:35.330Z Downloaded num_threads v0.1.7
7502026-07-18T16:36:35.331Z Downloaded mime_guess v2.0.5
7512026-07-18T16:36:35.333Z Downloaded hybrid-array v0.4.13
7522026-07-18T16:36:35.333Z Downloaded humantime v2.3.0
7532026-07-18T16:36:35.336Z Downloaded olpc-cjson v0.1.4
7542026-07-18T16:36:35.336Z Downloaded ingot-macros v0.1.1
7552026-07-18T16:36:35.336Z Downloaded hmac v0.12.1
7562026-07-18T16:36:35.339Z Downloaded flume v0.11.1
7572026-07-18T16:36:35.342Z Downloaded openssl-macros v0.1.1
7582026-07-18T16:36:35.342Z Downloaded multer v3.1.0
7592026-07-18T16:36:35.345Z Downloaded openssl-probe v0.2.1
7602026-07-18T16:36:35.345Z Downloaded openssl-probe v0.1.6
7612026-07-18T16:36:35.345Z Downloaded opaque-debug v0.3.1
7622026-07-18T16:36:35.347Z Downloaded module-lattice v0.2.3
7632026-07-18T16:36:35.347Z Downloaded hmac v0.13.0
7642026-07-18T16:36:35.350Z Downloaded chacha20poly1305 v0.10.1
7652026-07-18T16:36:35.350Z Downloaded crypto-bigint v0.5.5
7662026-07-18T16:36:35.353Z Downloaded cc v1.2.56
7672026-07-18T16:36:35.356Z Downloaded nibble_vec v0.1.0
7682026-07-18T16:36:35.356Z Downloaded oso-derive v0.27.3
7692026-07-18T16:36:35.359Z Downloaded compact_str v0.8.1
7702026-07-18T16:36:35.359Z Downloaded newtype-uuid v1.3.2
7712026-07-18T16:36:35.362Z Downloaded nu-ansi-term v0.50.3
7722026-07-18T16:36:35.362Z Downloaded normalize-line-endings v0.3.0
7732026-07-18T16:36:35.365Z Downloaded bytes v1.11.1
7742026-07-18T16:36:35.365Z Downloaded num-complex v0.4.6
7752026-07-18T16:36:35.367Z Downloaded packed_struct_codegen v0.10.1
7762026-07-18T16:36:35.367Z Downloaded ipnet v2.11.0
7772026-07-18T16:36:35.370Z Downloaded getrandom v0.3.4
7782026-07-18T16:36:35.370Z Downloaded jobserver v0.1.34
7792026-07-18T16:36:35.373Z Downloaded litemap v0.8.1
7802026-07-18T16:36:35.373Z Downloaded path-slash v0.1.5
7812026-07-18T16:36:35.376Z Downloaded parse-size v1.1.0
7822026-07-18T16:36:35.376Z Downloaded litrs v1.0.0
7832026-07-18T16:36:35.379Z Downloaded httparse v1.10.1
7842026-07-18T16:36:35.379Z Downloaded password-hash v0.6.1
7852026-07-18T16:36:35.382Z Downloaded darling_core v0.23.0
7862026-07-18T16:36:35.384Z Downloaded parse-display v0.10.0
7872026-07-18T16:36:35.384Z Downloaded derive_more v2.1.1
7882026-07-18T16:36:35.390Z Downloaded num_enum v0.5.11
7892026-07-18T16:36:35.393Z Downloaded num_enum_derive v0.5.11
7902026-07-18T16:36:35.406Z Downloaded percent-encoding v2.3.2
7912026-07-18T16:36:35.409Z Downloaded peg-runtime v0.8.5
7922026-07-18T16:36:35.409Z Downloaded num_enum_derive v0.7.6
7932026-07-18T16:36:35.409Z Downloaded phf_shared v0.12.1
7942026-07-18T16:36:35.412Z Downloaded native-tls v0.2.18
7952026-07-18T16:36:35.412Z Downloaded ml-kem v0.3.2
7962026-07-18T16:36:35.416Z Downloaded phf_shared v0.13.1
7972026-07-18T16:36:35.416Z Downloaded phf_shared v0.11.3
7982026-07-18T16:36:35.416Z Downloaded oxnet v0.1.6
7992026-07-18T16:36:35.419Z Downloaded nanorand v0.7.0
8002026-07-18T16:36:35.419Z Downloaded crossbeam-channel v0.5.15
8012026-07-18T16:36:35.422Z Downloaded ed25519-dalek v3.0.0-rc.0
8022026-07-18T16:36:35.425Z Downloaded bumpalo v3.20.2
8032026-07-18T16:36:35.425Z Downloaded oxide-tokio-rt v0.1.4
8042026-07-18T16:36:35.427Z Downloaded owo-colors v4.3.0
8052026-07-18T16:36:35.427Z Downloaded memmap2 v0.9.10
8062026-07-18T16:36:35.430Z Downloaded packed_struct v0.10.1
8072026-07-18T16:36:35.430Z Downloaded ingot-types v0.1.2
8082026-07-18T16:36:35.433Z Downloaded indexmap v1.9.3
8092026-07-18T16:36:35.433Z Downloaded heapless v0.8.0
8102026-07-18T16:36:35.437Z Downloaded precomputed-hash v0.1.1
8112026-07-18T16:36:35.440Z Downloaded powerfmt v0.2.0
8122026-07-18T16:36:35.440Z Downloaded potential_utf v0.1.4
8132026-07-18T16:36:35.440Z Downloaded derive_more-impl v2.1.1
8142026-07-18T16:36:35.443Z Downloaded parking_lot_core v0.8.6
8152026-07-18T16:36:35.443Z Downloaded password-hash v0.5.0
8162026-07-18T16:36:35.445Z Downloaded libbz2-rs-sys v0.2.2
8172026-07-18T16:36:35.445Z Downloaded peg v0.8.5
8182026-07-18T16:36:35.448Z Downloaded pem-rfc7468 v1.0.0
8192026-07-18T16:36:35.451Z Downloaded proc-macro-crate v1.3.1
8202026-07-18T16:36:35.451Z Downloaded pbkdf2 v0.13.0
8212026-07-18T16:36:35.454Z Downloaded paste v1.0.15
8222026-07-18T16:36:35.454Z Downloaded ignore v0.4.25
8232026-07-18T16:36:35.457Z Downloaded predicates-tree v1.0.13
8242026-07-18T16:36:35.457Z Downloaded pem v3.0.6
8252026-07-18T16:36:35.457Z Downloaded indicatif v0.18.4
8262026-07-18T16:36:35.460Z Downloaded diesel_derives v2.3.7
8272026-07-18T16:36:35.463Z Downloaded psl-types v2.0.11
8282026-07-18T16:36:35.466Z Downloaded progenitor-macro v0.14.0
8292026-07-18T16:36:35.466Z Downloaded progenitor-macro v0.13.0
8302026-07-18T16:36:35.466Z Downloaded proc-macro-error-attr2 v2.0.0
8312026-07-18T16:36:35.470Z Downloaded phf v0.13.1
8322026-07-18T16:36:35.470Z Downloaded phc v0.6.1
8332026-07-18T16:36:35.470Z Downloaded proc-macro-crate v3.4.0
8342026-07-18T16:36:35.473Z Downloaded polyval v0.7.1
8352026-07-18T16:36:35.473Z Downloaded pkg-config v0.3.32
8362026-07-18T16:36:35.473Z Downloaded pin-project-internal v1.1.11
8372026-07-18T16:36:35.476Z Downloaded hickory-resolver v0.24.4
8382026-07-18T16:36:35.478Z Downloaded progenitor-client v0.14.0
8392026-07-18T16:36:35.478Z Downloaded pkcs8 v0.10.2
8402026-07-18T16:36:35.481Z Downloaded phf v0.12.1
8412026-07-18T16:36:35.481Z Downloaded pem-rfc7468 v0.7.0
8422026-07-18T16:36:35.484Z Downloaded hickory-resolver v0.25.2
8432026-07-18T16:36:35.484Z Downloaded peg-macros v0.8.5
8442026-07-18T16:36:35.487Z Downloaded headers v0.4.1
8452026-07-18T16:36:35.490Z Downloaded postgres-protocol v0.6.10
8462026-07-18T16:36:35.490Z Downloaded expectorate v1.2.0
8472026-07-18T16:36:35.493Z Downloaded icu_normalizer_data v2.1.1
8482026-07-18T16:36:35.496Z Downloaded icu_normalizer v2.1.1
8492026-07-18T16:36:35.496Z Downloaded parking_lot v0.12.5
8502026-07-18T16:36:35.499Z Downloaded port-file v0.1.0
8512026-07-18T16:36:35.499Z Downloaded poly1305 v0.8.0
8522026-07-18T16:36:35.502Z Downloaded ppv-lite86 v0.2.21
8532026-07-18T16:36:35.502Z Downloaded parking_lot_core v0.9.12
8542026-07-18T16:36:35.506Z Downloaded crossterm v0.28.1
8552026-07-18T16:36:35.508Z Downloaded async-compression v0.4.41
8562026-07-18T16:36:35.512Z Downloaded der v0.8.0
8572026-07-18T16:36:35.515Z Downloaded rand_chacha v0.3.1
8582026-07-18T16:36:35.518Z Downloaded ref-cast v1.0.25
8592026-07-18T16:36:35.518Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-07-18T16:36:35.518Z Downloaded primeorder v0.14.0-rc.10
8612026-07-18T16:36:35.521Z Downloaded primeorder v0.13.6
8622026-07-18T16:36:35.521Z Downloaded rand_xorshift v0.4.0
8632026-07-18T16:36:35.524Z Downloaded miniz_oxide v0.8.9
8642026-07-18T16:36:35.524Z Downloaded ref-cast-impl v1.0.25
8652026-07-18T16:36:35.524Z Downloaded primefield v0.14.0
8662026-07-18T16:36:35.528Z Downloaded pkcs8 v0.11.0
8672026-07-18T16:36:35.528Z Downloaded progenitor-client v0.13.0
8682026-07-18T16:36:35.531Z Downloaded recursive v0.1.1
8692026-07-18T16:36:35.531Z Downloaded pkcs1 v0.7.5
8702026-07-18T16:36:35.531Z Downloaded progenitor v0.13.0
8712026-07-18T16:36:35.534Z Downloaded predicates-core v1.0.10
8722026-07-18T16:36:35.534Z Downloaded predicates v3.1.4
8732026-07-18T16:36:35.534Z Downloaded progenitor-extras v0.2.0
8742026-07-18T16:36:35.538Z Downloaded hickory-server v0.25.2
8752026-07-18T16:36:35.542Z Downloaded progenitor v0.14.0
8762026-07-18T16:36:35.542Z Downloaded num-traits v0.2.19
8772026-07-18T16:36:35.542Z Downloaded omicron-zone-package v0.12.3
8782026-07-18T16:36:35.545Z Downloaded psm v0.1.30
8792026-07-18T16:36:35.548Z Downloaded pkcs1 v0.8.0-rc.4
8802026-07-18T16:36:35.548Z Downloaded rfc6979 v0.4.0
8812026-07-18T16:36:35.551Z Downloaded rustc-hash v2.1.1
8822026-07-18T16:36:35.551Z Downloaded rustc_version v0.4.1
8832026-07-18T16:36:35.551Z Downloaded russh-cryptovec v0.61.0
8842026-07-18T16:36:35.554Z Downloaded rtoolbox v0.0.3
8852026-07-18T16:36:35.554Z Downloaded rfc6979 v0.5.0
8862026-07-18T16:36:35.554Z Downloaded jiff-static v0.2.21
8872026-07-18T16:36:35.557Z Downloaded russh-util v0.52.0
8882026-07-18T16:36:35.557Z Downloaded quick-error v1.2.3
8892026-07-18T16:36:35.560Z Downloaded radium v0.7.0
8902026-07-18T16:36:35.560Z Downloaded r2d2 v0.8.10
8912026-07-18T16:36:35.560Z Downloaded pin-project-lite v0.2.17
8922026-07-18T16:36:35.562Z Downloaded oso v0.27.3
8932026-07-18T16:36:35.565Z Downloaded rustc_version v0.1.7
8942026-07-18T16:36:35.565Z Downloaded rand_chacha v0.9.0
8952026-07-18T16:36:35.568Z Downloaded parking_lot v0.11.2
8962026-07-18T16:36:35.568Z Downloaded poly1305 v0.9.0
8972026-07-18T16:36:35.571Z Downloaded rand_core v0.6.4
8982026-07-18T16:36:35.571Z Downloaded postgres-types v0.2.12
8992026-07-18T16:36:35.574Z Downloaded scheduled-thread-pool v0.2.7
9002026-07-18T16:36:35.574Z Downloaded rand_core v0.9.5
9012026-07-18T16:36:35.576Z Downloaded sapling-renderdag v0.1.0
9022026-07-18T16:36:35.576Z Downloaded same-file v1.0.6
9032026-07-18T16:36:35.576Z Downloaded aes-gcm v0.11.0
9042026-07-18T16:36:35.579Z Downloaded scopeguard v1.2.0
9052026-07-18T16:36:35.582Z Downloaded postcard v1.1.3
9062026-07-18T16:36:35.582Z Downloaded scroll_derive v0.13.1
9072026-07-18T16:36:35.582Z Downloaded rand_seeder v0.4.0
9082026-07-18T16:36:35.585Z Downloaded minimal-lexical v0.2.1
9092026-07-18T16:36:35.588Z Downloaded icu_collections v2.1.1
9102026-07-18T16:36:35.590Z Downloaded proc-macro-error2 v2.0.1
9112026-07-18T16:36:35.595Z Downloaded icu_locale_core v2.1.1
9122026-07-18T16:36:35.597Z Downloaded ed25519-dalek v2.2.0
9132026-07-18T16:36:35.597Z Downloaded parse-display-derive v0.10.0
9142026-07-18T16:36:35.600Z Downloaded crossterm v0.29.0
9152026-07-18T16:36:35.603Z Downloaded resolv-conf v0.7.6
9162026-07-18T16:36:35.606Z Downloaded dropshot-api-manager v0.7.2
9172026-07-18T16:36:35.608Z Downloaded pkcs5 v0.8.1
9182026-07-18T16:36:35.611Z Downloaded rusty-fork v0.3.1
9192026-07-18T16:36:35.611Z Downloaded secrecy v0.10.3
9202026-07-18T16:36:35.614Z Downloaded secrecy v0.8.0
9212026-07-18T16:36:35.614Z Downloaded rustls-native-certs v0.8.3
9222026-07-18T16:36:35.616Z Downloaded serde-big-array v0.5.1
9232026-07-18T16:36:35.617Z Downloaded serde_repr v0.1.20
9242026-07-18T16:36:35.621Z Downloaded seq-macro v0.3.6
9252026-07-18T16:36:35.621Z Downloaded semver v0.1.20
9262026-07-18T16:36:35.621Z Downloaded quinn-udp v0.5.14
9272026-07-18T16:36:35.624Z Downloaded serde_spanned v1.1.1
9282026-07-18T16:36:35.624Z Downloaded http v1.4.2
9292026-07-18T16:36:35.624Z Downloaded signal-hook-mio v0.2.5
9302026-07-18T16:36:35.627Z Downloaded sha1 v0.11.0
9312026-07-18T16:36:35.627Z Downloaded pin-project v1.1.11
9322026-07-18T16:36:35.632Z Downloaded serde_plain v1.0.2
9332026-07-18T16:36:35.635Z Downloaded serde_bytes v0.11.19
9342026-07-18T16:36:35.635Z Downloaded rand_core v0.10.0
9352026-07-18T16:36:35.638Z Downloaded p384 v0.14.0-rc.10
9362026-07-18T16:36:35.638Z Downloaded hashbrown v0.12.3
9372026-07-18T16:36:35.641Z Downloaded flate2 v1.1.9
9382026-07-18T16:36:35.643Z Downloaded signature v2.2.0
9392026-07-18T16:36:35.646Z Downloaded rustversion v1.0.22
9402026-07-18T16:36:35.646Z Downloaded signature v3.0.0
9412026-07-18T16:36:35.649Z Downloaded rustls-pemfile v2.2.0
9422026-07-18T16:36:35.649Z Downloaded num_enum v0.7.6
9432026-07-18T16:36:35.652Z Downloaded sha1 v0.10.6
9442026-07-18T16:36:35.654Z Downloaded num-rational v0.4.2
9452026-07-18T16:36:35.654Z Downloaded icu_provider v2.1.1
9462026-07-18T16:36:35.657Z Downloaded icu_properties v2.1.2
9472026-07-18T16:36:35.657Z Downloaded heapless v0.7.17
9482026-07-18T16:36:35.660Z Downloaded der v0.7.10
9492026-07-18T16:36:35.663Z Downloaded sigpipe v0.1.3
9502026-07-18T16:36:35.666Z Downloaded sec1 v0.7.3
9512026-07-18T16:36:35.666Z Downloaded signal-hook-tokio v0.3.1
9522026-07-18T16:36:35.669Z Downloaded shell-words v1.1.1
9532026-07-18T16:36:35.669Z Downloaded openssl-sys v0.9.115
9542026-07-18T16:36:35.672Z Downloaded siphasher v1.0.2
9552026-07-18T16:36:35.672Z Downloaded sec1 v0.8.1
9562026-07-18T16:36:35.675Z Downloaded schemars_derive v0.8.22
9572026-07-18T16:36:35.675Z Downloaded hashbrown v0.13.2
9582026-07-18T16:36:35.678Z Downloaded scrypt v0.12.0
9592026-07-18T16:36:35.681Z Downloaded progenitor-impl v0.14.0
9602026-07-18T16:36:35.681Z Downloaded p256 v0.14.0-rc.10
9612026-07-18T16:36:35.683Z Downloaded serde-hex v0.1.0
9622026-07-18T16:36:35.683Z Downloaded serde_with_macros v1.5.2
9632026-07-18T16:36:35.686Z Downloaded serde_urlencoded v0.7.1
9642026-07-18T16:36:35.686Z Downloaded slog-bunyan v2.5.0
9652026-07-18T16:36:35.686Z Downloaded slog-envlogger v2.2.0
9662026-07-18T16:36:35.690Z Downloaded itertools v0.10.5
9672026-07-18T16:36:35.693Z Downloaded serde_path_to_error v0.1.20
9682026-07-18T16:36:35.696Z Downloaded num-integer v0.1.46
9692026-07-18T16:36:35.696Z Downloaded num-conv v0.2.0
9702026-07-18T16:36:35.696Z Downloaded match_cfg v0.1.0
9712026-07-18T16:36:35.696Z Downloaded ingot v0.1.1
9722026-07-18T16:36:35.696Z Downloaded hyper-util v0.1.20
9732026-07-18T16:36:35.708Z Downloaded papergrid v0.17.0
9742026-07-18T16:36:35.716Z Downloaded signal-hook-registry v1.4.8
9752026-07-18T16:36:35.719Z Downloaded rustls-pki-types v1.14.0
9762026-07-18T16:36:35.721Z Downloaded hashbrown v0.16.1
9772026-07-18T16:36:35.724Z Downloaded prettyplease v0.2.37
9782026-07-18T16:36:35.727Z Downloaded scroll v0.13.0
9792026-07-18T16:36:35.730Z Downloaded sqlparser_derive v0.5.0
9802026-07-18T16:36:35.730Z Downloaded pretty_assertions v1.4.1
9812026-07-18T16:36:35.730Z Downloaded prefix-trie v0.7.0
9822026-07-18T16:36:35.733Z Downloaded shlex v1.3.0
9832026-07-18T16:36:35.735Z Downloaded rcgen v0.12.1
9842026-07-18T16:36:35.738Z Downloaded strum v0.27.2
9852026-07-18T16:36:35.738Z Downloaded strum v0.26.3
9862026-07-18T16:36:35.741Z Downloaded structmeta-derive v0.3.0
9872026-07-18T16:36:35.744Z Downloaded slog-async v2.8.0
9882026-07-18T16:36:35.747Z Downloaded structmeta v0.3.0
9892026-07-18T16:36:35.747Z Downloaded strsim v0.10.0
9902026-07-18T16:36:35.749Z Downloaded simd-adler32 v0.3.8
9912026-07-18T16:36:35.749Z Downloaded sync-ptr v0.1.4
9922026-07-18T16:36:35.752Z Downloaded progenitor-impl v0.13.0
9932026-07-18T16:36:35.752Z Downloaded strip-ansi-escapes v0.2.1
9942026-07-18T16:36:35.755Z Downloaded slab v0.4.12
9952026-07-18T16:36:35.755Z Downloaded slog-scope v4.4.1
9962026-07-18T16:36:35.755Z Downloaded snafu-derive v0.8.9
9972026-07-18T16:36:35.758Z Downloaded mio v1.2.0
9982026-07-18T16:36:35.761Z Downloaded internal-russh-num-bigint v0.5.0
9992026-07-18T16:36:35.764Z Downloaded supports-color v3.0.2
10002026-07-18T16:36:35.764Z Downloaded subtle v2.6.1
10012026-07-18T16:36:35.768Z Downloaded slog-stdlog v4.1.1
10022026-07-18T16:36:35.768Z Downloaded serdect v0.4.3
10032026-07-18T16:36:35.768Z Downloaded serde_cbor v0.11.2
10042026-07-18T16:36:35.770Z Downloaded sync_wrapper v1.0.2
10052026-07-18T16:36:35.770Z Downloaded take_mut v0.2.2
10062026-07-18T16:36:35.770Z Downloaded tagptr v0.2.0
10072026-07-18T16:36:35.773Z Downloaded tabled_derive v0.11.0
10082026-07-18T16:36:35.773Z Downloaded rustls-platform-verifier v0.6.2
10092026-07-18T16:36:35.776Z Downloaded thiserror-impl-no-std v2.0.2
10102026-07-18T16:36:35.776Z Downloaded spki v0.7.3
10112026-07-18T16:36:35.779Z Downloaded slog-term v2.9.2
10122026-07-18T16:36:35.779Z Downloaded smallvec v0.6.14
10132026-07-18T16:36:35.783Z Downloaded serde_derive_internals v0.29.1
10142026-07-18T16:36:35.783Z Downloaded tabwriter v1.4.1
10152026-07-18T16:36:35.787Z Downloaded num-bigint v0.4.6
10162026-07-18T16:36:35.787Z Downloaded itertools v0.12.1
10172026-07-18T16:36:35.790Z Downloaded ssh-cipher v0.3.0-rc.9
10182026-07-18T16:36:35.795Z Downloaded sqlformat v0.3.5
10192026-07-18T16:36:35.795Z Downloaded salsa20 v0.11.0
10202026-07-18T16:36:35.795Z Downloaded ssh-encoding v0.3.0-rc.9
10212026-07-18T16:36:35.801Z Downloaded termtree v0.5.1
10222026-07-18T16:36:35.801Z Downloaded testing_table v0.3.0
10232026-07-18T16:36:35.801Z Downloaded static_assertions v1.1.0
10242026-07-18T16:36:35.801Z Downloaded stacker v0.1.23
10252026-07-18T16:36:35.801Z Downloaded thread-id v5.1.0
10262026-07-18T16:36:35.804Z Downloaded aho-corasick v1.1.4
10272026-07-18T16:36:35.804Z Downloaded sha2 v0.11.0
10282026-07-18T16:36:35.806Z Downloaded spki v0.8.0
10292026-07-18T16:36:35.809Z Downloaded stable_deref_trait v1.2.1
10302026-07-18T16:36:35.809Z Downloaded schemars v0.8.22
10312026-07-18T16:36:35.816Z Downloaded support-bundle-viewer v0.1.2
10322026-07-18T16:36:35.819Z Downloaded strum_macros v0.27.2
10332026-07-18T16:36:35.819Z Downloaded strum_macros v0.26.4
10342026-07-18T16:36:35.821Z Downloaded strum_macros v0.24.3
10352026-07-18T16:36:35.824Z Downloaded tokio-macros v2.7.0
10362026-07-18T16:36:35.824Z Downloaded tinyvec_macros v0.1.1
10372026-07-18T16:36:35.824Z Downloaded hashbrown v0.15.5
10382026-07-18T16:36:35.827Z Downloaded num-bigint-dig v0.8.6
10392026-07-18T16:36:35.830Z Downloaded idna v1.1.0
10402026-07-18T16:36:35.833Z Downloaded quinn v0.11.9
10412026-07-18T16:36:35.836Z Downloaded rand v0.8.6
10422026-07-18T16:36:35.839Z Downloaded synstructure v0.13.2
10432026-07-18T16:36:35.839Z Downloaded string_cache v0.8.9
10442026-07-18T16:36:35.839Z Downloaded slog-dtrace v0.3.0
10452026-07-18T16:36:35.842Z Downloaded tap v1.0.1
10462026-07-18T16:36:35.842Z Downloaded spin v0.9.8
10472026-07-18T16:36:35.844Z Downloaded tokio-test v0.4.5
10482026-07-18T16:36:35.844Z Downloaded nom v7.1.3
10492026-07-18T16:36:35.847Z Downloaded icu_properties_data v2.1.2
10502026-07-18T16:36:35.853Z Downloaded itertools v0.13.0
10512026-07-18T16:36:35.859Z Downloaded thiserror-no-std v2.0.2
10522026-07-18T16:36:35.863Z Downloaded ryu v1.0.23
10532026-07-18T16:36:35.866Z Downloaded smf v0.2.3
10542026-07-18T16:36:35.866Z Downloaded signal-hook v0.3.18
10552026-07-18T16:36:35.866Z Downloaded serde_with_macros v3.17.0
10562026-07-18T16:36:35.869Z Downloaded time-macros v0.2.27
10572026-07-18T16:36:35.869Z Downloaded tinystr v0.8.2
10582026-07-18T16:36:35.872Z Downloaded tower-layer v0.3.3
10592026-07-18T16:36:35.872Z Downloaded tower-service v0.3.3
10602026-07-18T16:36:35.873Z Downloaded hyper v1.10.1
10612026-07-18T16:36:35.875Z Downloaded try-lock v0.2.5
10622026-07-18T16:36:35.878Z Downloaded crypto-primes v0.7.2
10632026-07-18T16:36:35.881Z Downloaded libxml v0.3.3
10642026-07-18T16:36:35.885Z Downloaded typify-macro v0.6.2
10652026-07-18T16:36:35.885Z Downloaded trait-variant v0.1.2
10662026-07-18T16:36:35.887Z Downloaded stringprep v0.1.5
10672026-07-18T16:36:35.887Z Downloaded similar v2.7.0
10682026-07-18T16:36:35.890Z Downloaded publicsuffix v2.3.0
10692026-07-18T16:36:35.893Z Downloaded tls_codec v0.4.2
10702026-07-18T16:36:35.893Z Downloaded nom v8.0.0
10712026-07-18T16:36:35.896Z Downloaded futures-util v0.3.32
10722026-07-18T16:36:35.904Z Downloaded untrusted v0.7.1
10732026-07-18T16:36:35.907Z Downloaded rsa v0.9.10
10742026-07-18T16:36:35.910Z Downloaded schemars v0.9.0
10752026-07-18T16:36:35.916Z Downloaded universal-hash v0.6.1
10762026-07-18T16:36:35.919Z Downloaded untrusted v0.9.0
10772026-07-18T16:36:35.919Z Downloaded universal-hash v0.5.1
10782026-07-18T16:36:35.919Z Downloaded unit-prefix v0.5.2
10792026-07-18T16:36:35.922Z Downloaded usdt-macro v0.6.0
10802026-07-18T16:36:35.923Z Downloaded usdt-attr-macro v0.6.0
10812026-07-18T16:36:35.923Z Downloaded usdt v0.6.0
10822026-07-18T16:36:35.923Z Downloaded unicode-xid v0.2.6
10832026-07-18T16:36:35.926Z Downloaded tokio-tungstenite v0.23.1
10842026-07-18T16:36:35.926Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10852026-07-18T16:36:35.926Z Downloaded tokio-tungstenite v0.21.0
10862026-07-18T16:36:35.929Z Downloaded iri-string v0.7.10
10872026-07-18T16:36:35.931Z Downloaded samael v0.0.19
10882026-07-18T16:36:35.934Z Downloaded utf8_iter v1.0.4
10892026-07-18T16:36:35.937Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-07-18T16:36:35.937Z Downloaded toml_writer v1.1.1+spec-1.1.0
10912026-07-18T16:36:35.940Z Downloaded p521 v0.14.0-rc.10
10922026-07-18T16:36:35.940Z Downloaded itertools v0.14.0
10932026-07-18T16:36:35.944Z Downloaded waitgroup v0.1.2
10942026-07-18T16:36:35.947Z Downloaded wait-timeout v0.2.1
10952026-07-18T16:36:35.947Z Downloaded rayon-core v1.13.0
10962026-07-18T16:36:35.951Z Downloaded tui-tree-widget v0.23.1
10972026-07-18T16:36:35.951Z Downloaded void v1.0.2
10982026-07-18T16:36:35.954Z Downloaded libm v0.2.16
10992026-07-18T16:36:35.956Z Downloaded term v0.7.0
11002026-07-18T16:36:35.959Z Downloaded socket2 v0.5.10
11012026-07-18T16:36:35.959Z Downloaded rustls-webpki v0.103.13
11022026-07-18T16:36:35.962Z Downloaded subprocess v0.2.15
11032026-07-18T16:36:35.965Z Downloaded snafu v0.8.9
11042026-07-18T16:36:35.967Z Downloaded unicase v2.9.0
11052026-07-18T16:36:35.970Z Downloaded want v0.3.1
11062026-07-18T16:36:35.970Z Downloaded tokio-rustls v0.26.4
11072026-07-18T16:36:35.970Z Downloaded slog v2.8.2
11082026-07-18T16:36:35.973Z Downloaded hkdf v0.12.4
11092026-07-18T16:36:35.976Z Downloaded unicode-truncate v1.1.0
11102026-07-18T16:36:35.976Z Downloaded xattr v1.6.1
11112026-07-18T16:36:35.976Z Downloaded zerofrom v0.1.6
11122026-07-18T16:36:35.979Z Downloaded test-strategy v0.4.5
11132026-07-18T16:36:35.979Z Downloaded term v1.2.1
11142026-07-18T16:36:35.982Z Downloaded unarray v0.1.4
11152026-07-18T16:36:35.982Z Downloaded xshell-macros v0.2.7
11162026-07-18T16:36:35.984Z Downloaded tokio-native-tls v0.3.1
11172026-07-18T16:36:35.984Z Downloaded tokio-dtrace v0.1.1
11182026-07-18T16:36:35.984Z Downloaded termios v0.3.3
11192026-07-18T16:36:35.987Z Downloaded socket2 v0.6.3
11202026-07-18T16:36:35.987Z Downloaded smallvec v1.15.1
11212026-07-18T16:36:35.990Z Downloaded serde_yaml v0.9.34+deprecated
11222026-07-18T16:36:35.990Z Downloaded usdt-impl v0.6.0
11232026-07-18T16:36:35.993Z Downloaded zerofrom-derive v0.1.6
11242026-07-18T16:36:35.993Z Downloaded qorb v0.4.1
11252026-07-18T16:36:35.996Z Downloaded yoke-derive v0.8.1
11262026-07-18T16:36:35.996Z Downloaded h2 v0.4.15
11272026-07-18T16:36:36.000Z Downloaded bitvec v1.0.1
11282026-07-18T16:36:36.009Z Downloaded zeroize_derive v1.4.3
11292026-07-18T16:36:36.012Z Downloaded blake3 v1.8.5
11302026-07-18T16:36:36.014Z Downloaded walkdir v2.5.0
11312026-07-18T16:36:36.017Z Downloaded bindgen v0.71.1
11322026-07-18T16:36:36.020Z Downloaded tracing-attributes v0.1.31
11332026-07-18T16:36:36.023Z Downloaded tls_codec_derive v0.4.2
11342026-07-18T16:36:36.023Z Downloaded schemars v1.2.1
11352026-07-18T16:36:36.031Z Downloaded zone_cfg_derive v0.3.1
11362026-07-18T16:36:36.034Z Downloaded whoami v1.6.1
11372026-07-18T16:36:36.034Z Downloaded twox-hash v2.1.2
11382026-07-18T16:36:36.036Z Downloaded unicode-properties v0.1.4
11392026-07-18T16:36:36.036Z Downloaded tokio-stream v0.1.18
11402026-07-18T16:36:36.039Z Downloaded vsss-rs v3.3.4
11412026-07-18T16:36:36.042Z Downloaded yoke v0.8.1
11422026-07-18T16:36:36.042Z Downloaded writeable v0.6.2
11432026-07-18T16:36:36.042Z Downloaded iddqd v0.4.2
11442026-07-18T16:36:36.047Z Downloaded rsa v0.10.0-rc.18
11452026-07-18T16:36:36.051Z Downloaded utf-8 v0.7.6
11462026-07-18T16:36:36.063Z Downloaded toml v1.1.2+spec-1.1.0
11472026-07-18T16:36:36.063Z Downloaded rustyline v14.0.0
11482026-07-18T16:36:36.063Z Downloaded toml v0.7.8
11492026-07-18T16:36:36.063Z Downloaded tar v0.4.46
11502026-07-18T16:36:36.063Z Downloaded vergen-git2 v9.1.0
11512026-07-18T16:36:36.066Z Downloaded xshell v0.2.7
11522026-07-18T16:36:36.066Z Downloaded wyz v0.5.1
11532026-07-18T16:36:36.066Z Downloaded uzers v0.12.2
11542026-07-18T16:36:36.066Z Downloaded rand v0.10.1
11552026-07-18T16:36:36.072Z Downloaded zone v0.3.1
11562026-07-18T16:36:36.072Z Downloaded aws-lc-rs v1.16.3
11572026-07-18T16:36:36.075Z Downloaded whoami v2.1.0
11582026-07-18T16:36:36.078Z Downloaded steno v0.4.1
11592026-07-18T16:36:36.080Z Downloaded rpassword v7.4.0
11602026-07-18T16:36:36.081Z Downloaded zerovec-derive v0.11.2
11612026-07-18T16:36:36.081Z Downloaded zstd-safe v7.2.4
11622026-07-18T16:36:36.083Z Downloaded zstd v0.13.3
11632026-07-18T16:36:36.083Z Downloaded unicode-bidi v0.3.18
11642026-07-18T16:36:36.086Z Downloaded tungstenite v0.23.0
11652026-07-18T16:36:36.089Z Downloaded serde_with v1.14.0
11662026-07-18T16:36:36.091Z Downloaded unsafe-libyaml v0.2.11
11672026-07-18T16:36:36.094Z Downloaded yasna v0.5.2
11682026-07-18T16:36:36.094Z Downloaded tungstenite v0.21.0
11692026-07-18T16:36:36.097Z Downloaded reedline v0.40.0
11702026-07-18T16:36:36.100Z Downloaded zerocopy v0.6.6
11712026-07-18T16:36:36.103Z Downloaded zeroize v1.8.2
11722026-07-18T16:36:36.103Z Downloaded vergen v9.1.0
11732026-07-18T16:36:36.103Z Downloaded tracing-core v0.1.36
11742026-07-18T16:36:36.105Z Downloaded vergen-lib v9.1.0
11752026-07-18T16:36:36.105Z Downloaded uuid v1.23.4
11762026-07-18T16:36:36.108Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-07-18T16:36:36.112Z Downloaded vergen-lib v0.1.6
11782026-07-18T16:36:36.112Z Downloaded vergen-gitcl v1.0.8
11792026-07-18T16:36:36.115Z Downloaded toml_parser v1.1.2+spec-1.1.0
11802026-07-18T16:36:36.115Z Downloaded vte v0.14.1
11812026-07-18T16:36:36.118Z Downloaded tinyvec v1.10.0
11822026-07-18T16:36:36.118Z Downloaded rand v0.9.2
11832026-07-18T16:36:36.121Z Downloaded hkdf v0.13.0
11842026-07-18T16:36:36.121Z Downloaded topological-sort v0.2.2
11852026-07-18T16:36:36.124Z Downloaded tiny-keccak v2.0.2
11862026-07-18T16:36:36.124Z Downloaded time-core v0.1.8
11872026-07-18T16:36:36.124Z Downloaded thread_local v1.1.9
11882026-07-18T16:36:36.126Z Downloaded slog-json v2.6.1
11892026-07-18T16:36:36.126Z Downloaded ron v0.8.1
11902026-07-18T16:36:36.133Z Downloaded typify v0.6.2
11912026-07-18T16:36:36.141Z Downloaded tokio-postgres v0.7.16
11922026-07-18T16:36:36.144Z Downloaded reqwest v0.12.28
11932026-07-18T16:36:36.148Z Downloaded toml_edit v0.19.15
11942026-07-18T16:36:36.157Z Downloaded zopfli v0.8.3
11952026-07-18T16:36:36.160Z Downloaded p384 v0.13.1
11962026-07-18T16:36:36.165Z Downloaded goblin v0.10.5
11972026-07-18T16:36:36.170Z Downloaded regex v1.12.3
11982026-07-18T16:36:36.174Z Downloaded chrono v0.4.45
11992026-07-18T16:36:36.178Z Downloaded lalrpop v0.19.12
12002026-07-18T16:36:36.185Z Downloaded zip v0.6.6
12012026-07-18T16:36:36.188Z Downloaded moka v0.12.13
12022026-07-18T16:36:36.192Z Downloaded yansi v1.0.1
12032026-07-18T16:36:36.195Z Downloaded url v2.5.8
12042026-07-18T16:36:36.198Z Downloaded curve25519-dalek v4.1.3
12052026-07-18T16:36:36.201Z Downloaded crypto-bigint v0.7.5
12062026-07-18T16:36:36.210Z Downloaded zerotrie v0.2.3
12072026-07-18T16:36:36.213Z Downloaded reqwest v0.13.2
12082026-07-18T16:36:36.215Z Downloaded quick-xml v0.37.5
12092026-07-18T16:36:36.219Z Downloaded git2 v0.20.4
12102026-07-18T16:36:36.224Z Downloaded unicode_categories v0.1.1
12112026-07-18T16:36:36.226Z Downloaded portable-atomic v1.13.1
12122026-07-18T16:36:36.236Z Downloaded rawzip v0.4.4
12132026-07-18T16:36:36.239Z Downloaded tower v0.5.3
12142026-07-18T16:36:36.244Z Downloaded rayon v1.11.0
12152026-07-18T16:36:36.249Z Downloaded typed-path v0.9.3
12162026-07-18T16:36:36.253Z Downloaded unicode-segmentation v1.12.0
12172026-07-18T16:36:36.257Z Downloaded ssh-key v0.7.0-rc.10
12182026-07-18T16:36:36.262Z Downloaded x509-cert v0.2.5
12192026-07-18T16:36:36.266Z Downloaded proptest v1.10.0
12202026-07-18T16:36:36.271Z Downloaded serde_with v3.17.0
12212026-07-18T16:36:36.278Z Downloaded tokio-util v0.7.18
12222026-07-18T16:36:36.282Z Downloaded unicode-normalization v0.1.25
12232026-07-18T16:36:36.285Z Downloaded zip v4.6.1
12242026-07-18T16:36:36.288Z Downloaded object v0.30.4
12252026-07-18T16:36:36.292Z Downloaded petname v2.0.2
12262026-07-18T16:36:36.296Z Downloaded salty v0.3.0
12272026-07-18T16:36:36.300Z Downloaded zerocopy-derive v0.8.40
12282026-07-18T16:36:36.311Z Downloaded tower-http v0.6.8
12292026-07-18T16:36:36.327Z Downloaded nix v0.27.1
12302026-07-18T16:36:36.331Z Downloaded tough v0.22.0
12312026-07-18T16:36:36.337Z Downloaded winnow v0.6.26
12322026-07-18T16:36:36.341Z Downloaded winnow v0.5.40
12332026-07-18T16:36:36.346Z Downloaded russh v0.61.2
12342026-07-18T16:36:36.351Z Downloaded bstr v1.12.1
12352026-07-18T16:36:36.356Z Downloaded curve25519-dalek v5.0.0-rc.0
12362026-07-18T16:36:36.362Z Downloaded quinn-proto v0.11.13
12372026-07-18T16:36:36.373Z Downloaded polar-core v0.27.3
12382026-07-18T16:36:36.377Z Downloaded radix_trie v0.2.1
12392026-07-18T16:36:36.380Z Downloaded zerovec v0.11.5
12402026-07-18T16:36:36.383Z Downloaded openssl v0.10.79
12412026-07-18T16:36:36.391Z Downloaded dropshot v0.17.1
12422026-07-18T16:36:36.405Z Downloaded winnow v1.0.3
12432026-07-18T16:36:36.410Z Downloaded regex-syntax v0.6.29
12442026-07-18T16:36:36.414Z Downloaded smoltcp v0.9.1
12452026-07-18T16:36:36.420Z Downloaded time v0.3.47
12462026-07-18T16:36:36.428Z Downloaded object v0.37.3
12472026-07-18T16:36:36.434Z Downloaded nix v0.31.2
12482026-07-18T16:36:36.441Z Downloaded hickory-proto v0.24.4
12492026-07-18T16:36:36.450Z Downloaded zlib-rs v0.6.2
12502026-07-18T16:36:36.453Z Downloaded vcpkg v0.2.15
12512026-07-18T16:36:36.477Z Downloaded smoltcp v0.11.0
12522026-07-18T16:36:36.483Z Downloaded regress v0.10.5
12532026-07-18T16:36:36.489Z Downloaded regex-syntax v0.8.10
12542026-07-18T16:36:36.493Z Downloaded zerocopy v0.8.40
12552026-07-18T16:36:36.499Z Downloaded rustls v0.23.41
12562026-07-18T16:36:36.507Z Downloaded rustix v0.38.44
12572026-07-18T16:36:36.522Z Downloaded regress v0.11.1
12582026-07-18T16:36:36.527Z Downloaded hickory-proto v0.25.2
12592026-07-18T16:36:36.537Z Downloaded openapiv3 v2.2.0
12602026-07-18T16:36:36.545Z Downloaded diesel v2.3.7
12612026-07-18T16:36:36.559Z Downloaded tabled v0.20.0
12622026-07-18T16:36:36.569Z Downloaded nix v0.28.0
12632026-07-18T16:36:36.604Z Downloaded sqlparser v0.61.0
12642026-07-18T16:36:36.610Z Downloaded fiat-crypto v0.3.0
12652026-07-18T16:36:36.621Z Downloaded sled v0.34.7
12662026-07-18T16:36:36.630Z Downloaded typify-impl v0.6.2
12672026-07-18T16:36:36.639Z Downloaded tracing v0.1.44
12682026-07-18T16:36:36.654Z Downloaded sha3 v0.11.0
12692026-07-18T16:36:36.657Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-07-18T16:36:36.663Z Downloaded ratatui v0.29.0
12712026-07-18T16:36:36.675Z Downloaded zerocopy-derive v0.6.6
12722026-07-18T16:36:36.680Z Downloaded csv v1.4.0
12732026-07-18T16:36:36.692Z Downloaded regex-automata v0.4.14
12742026-07-18T16:36:36.709Z Downloaded petgraph v0.6.5
12752026-07-18T16:36:36.719Z Downloaded jiff v0.2.21
12762026-07-18T16:36:36.731Z Downloaded chrono-tz v0.10.4
12772026-07-18T16:36:36.740Z Downloaded libz-sys v1.1.24
12782026-07-18T16:36:36.754Z Downloaded petgraph v0.8.3
12792026-07-18T16:36:36.780Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-07-18T16:36:36.799Z Downloaded sha3 v0.10.8
12812026-07-18T16:36:36.802Z Downloaded tokio v1.52.1
12822026-07-18T16:36:36.824Z Downloaded encoding_rs v0.8.35
12832026-07-18T16:36:36.888Z Downloaded ring v0.17.14
12842026-07-18T16:36:36.912Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-07-18T16:36:37.358Z Downloaded aws-lc-sys v0.40.0
12862026-07-18T16:36:37.602Z Compiling libc v0.2.185
12872026-07-18T16:36:37.602Z Compiling serde_core v1.0.228
12882026-07-18T16:36:37.602Z Compiling serde v1.0.228
12892026-07-18T16:36:37.608Z Compiling log v0.4.29
12902026-07-18T16:36:37.608Z Compiling smallvec v1.15.1
12912026-07-18T16:36:37.608Z Compiling shlex v1.3.0
12922026-07-18T16:36:37.608Z Compiling find-msvc-tools v0.1.9
12932026-07-18T16:36:37.608Z Compiling subtle v2.6.1
12942026-07-18T16:36:37.787Z Compiling stable_deref_trait v1.2.1
12952026-07-18T16:36:37.790Z Compiling scopeguard v1.2.0
12962026-07-18T16:36:37.790Z Compiling typenum v1.20.1
12972026-07-18T16:36:37.790Z Compiling serde_json v1.0.150
12982026-07-18T16:36:37.850Z Compiling zerocopy v0.8.40
12992026-07-18T16:36:37.853Z Compiling portable-atomic v1.13.1
13002026-07-18T16:36:37.875Z Compiling syn v2.0.117
13012026-07-18T16:36:37.889Z Compiling pin-project-lite v0.2.17
13022026-07-18T16:36:37.928Z Compiling parking_lot_core v0.9.12
13032026-07-18T16:36:37.965Z Compiling lock_api v0.4.14
13042026-07-18T16:36:37.979Z Compiling libm v0.2.16
13052026-07-18T16:36:38.001Z Compiling critical-section v1.2.0
13062026-07-18T16:36:38.015Z Compiling pkg-config v0.3.32
13072026-07-18T16:36:38.030Z Compiling getrandom v0.4.1
13082026-07-18T16:36:38.046Z Compiling num-traits v0.2.19
13092026-07-18T16:36:38.084Z Compiling rand_core v0.10.0
13102026-07-18T16:36:38.141Z Compiling futures-core v0.3.32
13112026-07-18T16:36:38.141Z Compiling generic-array v0.14.7
13122026-07-18T16:36:38.167Z Compiling writeable v0.6.2
13132026-07-18T16:36:38.237Z Compiling const-oid v0.9.6
13142026-07-18T16:36:38.266Z Compiling litemap v0.8.1
13152026-07-18T16:36:38.281Z Compiling percent-encoding v2.3.2
13162026-07-18T16:36:38.309Z Compiling icu_properties_data v2.1.2
13172026-07-18T16:36:38.394Z Compiling icu_normalizer_data v2.1.1
13182026-07-18T16:36:38.423Z Compiling futures-sink v0.3.32
13192026-07-18T16:36:38.467Z Compiling futures-task v0.3.32
13202026-07-18T16:36:38.483Z Compiling slab v0.4.12
13212026-07-18T16:36:38.497Z Compiling futures-io v0.3.32
13222026-07-18T16:36:38.501Z Compiling utf8_iter v1.0.4
13232026-07-18T16:36:38.512Z Compiling form_urlencoded v1.2.2
13242026-07-18T16:36:38.552Z Compiling futures-channel v0.3.32
13252026-07-18T16:36:38.639Z Compiling rustversion v1.0.22
13262026-07-18T16:36:38.670Z Compiling getrandom v0.3.4
13272026-07-18T16:36:38.673Z Compiling iana-time-zone v0.1.65
13282026-07-18T16:36:38.699Z Compiling jobserver v0.1.34
13292026-07-18T16:36:38.702Z Compiling errno v0.3.14
13302026-07-18T16:36:38.727Z Compiling getrandom v0.2.17
13312026-07-18T16:36:38.759Z Compiling mio v1.2.0
13322026-07-18T16:36:38.790Z Compiling socket2 v0.6.3
13332026-07-18T16:36:38.808Z Compiling dunce v1.0.5
13342026-07-18T16:36:38.882Z Compiling rand_core v0.6.4
13352026-07-18T16:36:38.904Z Compiling signal-hook-registry v1.4.8
13362026-07-18T16:36:38.921Z Compiling cc v1.2.56
13372026-07-18T16:36:38.989Z Compiling once_cell v1.21.3
13382026-07-18T16:36:39.023Z Compiling parking_lot v0.12.5
13392026-07-18T16:36:39.055Z Compiling fs_extra v1.3.0
13402026-07-18T16:36:39.071Z Compiling rustix v1.1.3
13412026-07-18T16:36:39.090Z Compiling ident_case v1.0.1
13422026-07-18T16:36:39.119Z Compiling regex-syntax v0.8.10
13432026-07-18T16:36:39.211Z Compiling base64 v0.22.1
13442026-07-18T16:36:39.236Z Compiling base64ct v1.8.3
13452026-07-18T16:36:39.252Z Compiling vcpkg v0.2.15
13462026-07-18T16:36:39.255Z Compiling tracing-core v0.1.36
13472026-07-18T16:36:39.279Z Compiling flagset v0.4.7
13482026-07-18T16:36:39.349Z Compiling aws-lc-rs v1.16.3
13492026-07-18T16:36:39.443Z Compiling tinyvec_macros v0.1.1
13502026-07-18T16:36:39.446Z Compiling httparse v1.10.1
13512026-07-18T16:36:39.535Z Compiling pem-rfc7468 v0.7.0
13522026-07-18T16:36:39.550Z Compiling cmov v0.5.4
13532026-07-18T16:36:39.564Z Compiling dyn-clone v1.0.20
13542026-07-18T16:36:39.579Z Compiling rand_core v0.9.5
13552026-07-18T16:36:39.682Z Compiling openssl-probe v0.2.1
13562026-07-18T16:36:39.696Z Compiling schemars v0.8.22
13572026-07-18T16:36:39.712Z Compiling cmake v0.1.57
13582026-07-18T16:36:39.727Z Compiling tinyvec v1.10.0
13592026-07-18T16:36:39.779Z Compiling ctutils v0.4.2
13602026-07-18T16:36:39.794Z Compiling aho-corasick v1.1.4
13612026-07-18T16:36:39.875Z Compiling untrusted v0.7.1
13622026-07-18T16:36:39.890Z Compiling tower-service v0.3.3
13632026-07-18T16:36:39.890Z Compiling atomic-waker v1.1.2
13642026-07-18T16:36:39.902Z Compiling try-lock v0.2.5
13652026-07-18T16:36:39.915Z Compiling tower-layer v0.3.3
13662026-07-18T16:36:40.007Z Compiling bitflags v2.11.0
13672026-07-18T16:36:40.022Z Compiling semver v1.0.28
13682026-07-18T16:36:40.038Z Compiling indexmap v2.14.0
13692026-07-18T16:36:40.041Z Compiling uuid v1.23.4
13702026-07-18T16:36:40.041Z Compiling want v0.3.1
13712026-07-18T16:36:40.098Z Compiling rustls v0.23.41
13722026-07-18T16:36:40.101Z Compiling openssl v0.10.79
13732026-07-18T16:36:40.113Z Compiling foreign-types-shared v0.1.1
13742026-07-18T16:36:40.143Z Compiling untrusted v0.9.0
13752026-07-18T16:36:40.148Z Compiling httpdate v1.0.3
13762026-07-18T16:36:40.234Z Compiling cpufeatures v0.2.17
13772026-07-18T16:36:40.260Z Compiling rustc_version v0.4.1
13782026-07-18T16:36:40.275Z Compiling foreign-types v0.3.2
13792026-07-18T16:36:40.289Z Compiling unicode-normalization v0.1.25
13802026-07-18T16:36:40.309Z Compiling spin v0.9.8
13812026-07-18T16:36:40.324Z Compiling crc32fast v1.5.0
13822026-07-18T16:36:40.356Z Compiling time-core v0.1.8
13832026-07-18T16:36:40.372Z Compiling native-tls v0.2.18
13842026-07-18T16:36:40.385Z Compiling powerfmt v0.2.0
13852026-07-18T16:36:40.410Z Compiling num-conv v0.2.0
13862026-07-18T16:36:40.515Z Compiling wait-timeout v0.2.1
13872026-07-18T16:36:40.540Z Compiling deranged v0.5.8
13882026-07-18T16:36:40.556Z Compiling time-macros v0.2.27
13892026-07-18T16:36:40.584Z Compiling aws-lc-sys v0.40.0
13902026-07-18T16:36:40.608Z Compiling openssl-sys v0.9.115
13912026-07-18T16:36:40.622Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13922026-07-18T16:36:40.626Z Compiling sync_wrapper v1.0.2
13932026-07-18T16:36:40.651Z Compiling regex-automata v0.4.14
13942026-07-18T16:36:40.761Z Compiling simd-adler32 v0.3.8
13952026-07-18T16:36:40.776Z Compiling siphasher v1.0.2
13962026-07-18T16:36:40.791Z Compiling synstructure v0.13.2
13972026-07-18T16:36:40.802Z Compiling serde_derive_internals v0.29.1
13982026-07-18T16:36:40.835Z Compiling pest_generator v2.8.6
13992026-07-18T16:36:40.977Z Compiling darling_core v0.20.11
14002026-07-18T16:36:41.038Z Compiling crossbeam-utils v0.8.21
14012026-07-18T16:36:41.118Z Compiling tempfile v3.25.0
14022026-07-18T16:36:41.405Z Compiling quick-error v1.2.3
14032026-07-18T16:36:41.421Z Compiling syn v1.0.109
14042026-07-18T16:36:41.425Z Compiling bit-vec v0.8.0
14052026-07-18T16:36:41.510Z Compiling usdt-impl v0.6.0
14062026-07-18T16:36:41.528Z Compiling num_threads v0.1.7
14072026-07-18T16:36:41.543Z Compiling rusty-fork v0.3.1
14082026-07-18T16:36:41.616Z Compiling darling_core v0.21.3
14092026-07-18T16:36:41.660Z Compiling bit-set v0.8.0
14102026-07-18T16:36:41.661Z Compiling heapless v0.7.17
14112026-07-18T16:36:41.717Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-07-18T16:36:41.731Z Compiling time v0.3.47
14132026-07-18T16:36:41.746Z Compiling slog v2.8.2
14142026-07-18T16:36:41.762Z Compiling rand_xorshift v0.4.0
14152026-07-18T16:36:41.830Z Compiling thread-id v5.1.0
14162026-07-18T16:36:41.858Z Compiling cookie v0.18.1
14172026-07-18T16:36:41.862Z Compiling unicode-bidi v0.3.18
14182026-07-18T16:36:41.886Z Compiling zstd-safe v7.2.4
14192026-07-18T16:36:41.941Z Compiling unarray v0.1.4
14202026-07-18T16:36:41.956Z Compiling allocator-api2 v0.2.21
14212026-07-18T16:36:41.959Z Compiling signal-hook v0.3.18
14222026-07-18T16:36:41.990Z Compiling paste v1.0.15
14232026-07-18T16:36:41.999Z Compiling unicode-properties v0.1.4
14242026-07-18T16:36:42.052Z Compiling anyhow v1.0.102
14252026-07-18T16:36:42.070Z Compiling ryu v1.0.23
14262026-07-18T16:36:42.086Z Compiling adler2 v2.0.1
14272026-07-18T16:36:42.128Z Compiling iri-string v0.7.10
14282026-07-18T16:36:42.208Z Compiling miniz_oxide v0.8.9
14292026-07-18T16:36:42.229Z Compiling stringprep v0.1.5
14302026-07-18T16:36:42.378Z Compiling camino v1.2.2
14312026-07-18T16:36:42.444Z Compiling curve25519-dalek v4.1.3
14322026-07-18T16:36:42.581Z Compiling serde_derive v1.0.228
14332026-07-18T16:36:42.628Z Compiling zeroize_derive v1.4.3
14342026-07-18T16:36:42.705Z Compiling zerofrom-derive v0.1.6
14352026-07-18T16:36:42.774Z Compiling yoke-derive v0.8.1
14362026-07-18T16:36:42.818Z Compiling zerovec-derive v0.11.2
14372026-07-18T16:36:42.854Z Compiling displaydoc v0.2.5
14382026-07-18T16:36:42.888Z Compiling zerocopy-derive v0.8.40
14392026-07-18T16:36:43.035Z Compiling tokio-macros v2.7.0
14402026-07-18T16:36:43.327Z Compiling zeroize v1.8.2
14412026-07-18T16:36:43.401Z Compiling futures-macro v0.3.32
14422026-07-18T16:36:43.419Z Compiling thiserror-impl v2.0.18
14432026-07-18T16:36:43.652Z Compiling der_derive v0.7.3
14442026-07-18T16:36:43.720Z Compiling tracing-attributes v0.1.31
14452026-07-18T16:36:43.813Z Compiling rustls-pki-types v1.14.0
14462026-07-18T16:36:43.994Z Compiling schemars_derive v0.8.22
14472026-07-18T16:36:44.010Z Compiling hybrid-array v0.4.13
14482026-07-18T16:36:44.136Z Compiling crypto-common v0.1.7
14492026-07-18T16:36:44.163Z Compiling zerofrom v0.1.6
14502026-07-18T16:36:44.240Z Compiling block-buffer v0.10.4
14512026-07-18T16:36:44.278Z Compiling yoke v0.8.1
14522026-07-18T16:36:44.294Z Compiling futures-util v0.3.32
14532026-07-18T16:36:44.297Z Compiling scroll_derive v0.13.1
14542026-07-18T16:36:44.323Z Compiling pest_derive v2.8.6
14552026-07-18T16:36:44.445Z Compiling digest v0.10.7
14562026-07-18T16:36:44.495Z Compiling zerovec v0.11.5
14572026-07-18T16:36:44.684Z Compiling zerotrie v0.2.3
14582026-07-18T16:36:44.710Z Compiling der v0.7.10
14592026-07-18T16:36:44.817Z Compiling darling_macro v0.20.11
14602026-07-18T16:36:44.838Z Compiling openssl-macros v0.1.1
14612026-07-18T16:36:44.853Z Compiling thiserror v2.0.18
14622026-07-18T16:36:44.931Z Compiling sha2 v0.10.9
14632026-07-18T16:36:44.975Z Compiling tinystr v0.8.2
14642026-07-18T16:36:45.002Z Compiling potential_utf v0.1.4
14652026-07-18T16:36:45.035Z Compiling hmac v0.12.1
14662026-07-18T16:36:45.123Z Compiling tracing v0.1.44
14672026-07-18T16:36:45.189Z Compiling icu_locale_core v2.1.1
14682026-07-18T16:36:45.192Z Compiling icu_collections v2.1.1
14692026-07-18T16:36:45.219Z Compiling scroll v0.13.0
14702026-07-18T16:36:45.223Z Compiling dtrace-parser v0.3.0
14712026-07-18T16:36:45.351Z Compiling scroll_derive v0.12.1
14722026-07-18T16:36:45.370Z Compiling darling v0.20.11
14732026-07-18T16:36:45.414Z Compiling thiserror-impl v1.0.69
14742026-07-18T16:36:45.464Z Compiling goblin v0.10.5
14752026-07-18T16:36:45.519Z Compiling derive_builder_core v0.20.2
14762026-07-18T16:36:45.685Z Compiling spki v0.7.3
14772026-07-18T16:36:45.914Z Compiling icu_provider v2.1.1
14782026-07-18T16:36:45.950Z Compiling pkcs8 v0.10.2
14792026-07-18T16:36:45.997Z Compiling crypto-common v0.2.2
14802026-07-18T16:36:46.070Z Compiling bytes v1.11.1
14812026-07-18T16:36:46.105Z Compiling chrono v0.4.45
14822026-07-18T16:36:46.151Z Compiling icu_normalizer v2.1.1
14832026-07-18T16:36:46.222Z Compiling icu_properties v2.1.2
14842026-07-18T16:36:46.236Z Compiling ipnet v2.11.0
14852026-07-18T16:36:46.251Z Compiling scroll v0.12.0
14862026-07-18T16:36:46.345Z Compiling toml_datetime v0.6.11
14872026-07-18T16:36:46.405Z Compiling derive_builder_macro v0.20.2
14882026-07-18T16:36:46.543Z Compiling tokio v1.52.1
14892026-07-18T16:36:46.664Z Compiling http v1.4.2
14902026-07-18T16:36:46.681Z Compiling serde_spanned v0.6.9
14912026-07-18T16:36:46.734Z Compiling hex v0.4.3
14922026-07-18T16:36:46.767Z Compiling erased-serde v0.3.31
14932026-07-18T16:36:46.797Z Compiling thiserror v1.0.69
14942026-07-18T16:36:46.818Z Compiling serde_urlencoded v0.7.1
14952026-07-18T16:36:46.843Z Compiling serde_tokenstream v0.2.3
14962026-07-18T16:36:46.918Z Compiling block-buffer v0.12.1
14972026-07-18T16:36:46.972Z Compiling block-padding v0.4.2
14982026-07-18T16:36:47.030Z Compiling signature v2.2.0
14992026-07-18T16:36:47.077Z Compiling md-5 v0.10.6
15002026-07-18T16:36:47.126Z Compiling idna_adapter v1.2.1
15012026-07-18T16:36:47.151Z Compiling darling_macro v0.21.3
15022026-07-18T16:36:47.171Z Compiling rustls-native-certs v0.8.3
15032026-07-18T16:36:47.235Z Compiling bstr v1.12.1
15042026-07-18T16:36:47.262Z Compiling idna v1.1.0
15052026-07-18T16:36:47.283Z Compiling zerocopy-derive v0.7.35
15062026-07-18T16:36:47.286Z Compiling pin-project-internal v1.1.11
15072026-07-18T16:36:47.382Z Compiling ppv-lite86 v0.2.21
15082026-07-18T16:36:47.495Z Compiling http-body v1.0.1
15092026-07-18T16:36:47.523Z Compiling async-trait v0.1.89
15102026-07-18T16:36:47.594Z Compiling url v2.5.8
15112026-07-18T16:36:47.635Z Compiling http-body-util v0.1.3
15122026-07-18T16:36:47.701Z Compiling rand_chacha v0.9.0
15132026-07-18T16:36:47.725Z Compiling rand_chacha v0.3.1
15142026-07-18T16:36:47.819Z Compiling vergen-lib v9.1.0
15152026-07-18T16:36:47.893Z Compiling num-integer v0.1.46
15162026-07-18T16:36:47.906Z Compiling rand v0.9.2
15172026-07-18T16:36:47.944Z Compiling hash32 v0.2.1
15182026-07-18T16:36:48.001Z Compiling memoffset v0.9.1
15192026-07-18T16:36:48.036Z Compiling encoding_rs v0.8.35
15202026-07-18T16:36:48.207Z Compiling ref-cast v1.0.25
15212026-07-18T16:36:48.228Z Compiling mime v0.3.17
15222026-07-18T16:36:48.242Z Compiling dof v0.4.0
15232026-07-18T16:36:48.377Z Compiling zlib-rs v0.6.2
15242026-07-18T16:36:48.421Z Compiling smoltcp v0.9.1
15252026-07-18T16:36:48.444Z Compiling rustix v0.38.44
15262026-07-18T16:36:48.480Z Compiling proptest v1.10.0
15272026-07-18T16:36:48.510Z Compiling fallible-iterator v0.2.0
15282026-07-18T16:36:48.563Z Compiling cfg_aliases v0.2.1
15292026-07-18T16:36:48.577Z Compiling psl-types v2.0.11
15302026-07-18T16:36:48.626Z Compiling litrs v1.0.0
15312026-07-18T16:36:48.648Z Compiling num-bigint-dig v0.8.6
15322026-07-18T16:36:48.716Z Compiling publicsuffix v2.3.0
15332026-07-18T16:36:48.742Z Compiling nix v0.31.2
15342026-07-18T16:36:48.826Z Compiling postgres-protocol v0.6.10
15352026-07-18T16:36:48.893Z Compiling pin-project v1.1.11
15362026-07-18T16:36:48.907Z Compiling zerocopy v0.7.35
15372026-07-18T16:36:49.023Z Compiling ipnetwork v0.21.1
15382026-07-18T16:36:49.036Z Compiling num-iter v0.1.45
15392026-07-18T16:36:49.149Z Compiling document-features v0.2.12
15402026-07-18T16:36:49.196Z Compiling rand v0.8.6
15412026-07-18T16:36:49.359Z Compiling oxnet v0.1.6
15422026-07-18T16:36:49.412Z Compiling darling v0.21.3
15432026-07-18T16:36:49.458Z Compiling inout v0.2.2
15442026-07-18T16:36:49.506Z Compiling derive_builder v0.20.2
15452026-07-18T16:36:49.520Z Compiling goblin v0.8.2
15462026-07-18T16:36:49.538Z Compiling futures-executor v0.3.32
15472026-07-18T16:36:49.567Z Compiling hubpack_derive v0.1.1
15482026-07-18T16:36:49.668Z Compiling regex v1.12.3
15492026-07-18T16:36:49.769Z Compiling curve25519-dalek-derive v0.1.1
15502026-07-18T16:36:49.815Z Compiling ref-cast-impl v1.0.25
15512026-07-18T16:36:49.818Z Compiling strum_macros v0.27.2
15522026-07-18T16:36:49.818Z Compiling snafu-derive v0.8.9
15532026-07-18T16:36:49.818Z Compiling daft-derive v0.1.7
15542026-07-18T16:36:50.079Z Compiling terminal_size v0.4.3
15552026-07-18T16:36:50.083Z Compiling phf_shared v0.13.1
15562026-07-18T16:36:50.113Z Compiling lazy_static v1.5.0
15572026-07-18T16:36:50.210Z Compiling anstyle-parse v0.2.7
15582026-07-18T16:36:50.224Z Compiling cargo-platform v0.3.2
15592026-07-18T16:36:50.240Z Compiling vergen v9.1.0
15602026-07-18T16:36:50.350Z Compiling ff v0.13.1
15612026-07-18T16:36:50.378Z Compiling fs-err v3.3.0
15622026-07-18T16:36:50.416Z Compiling tokio-util v0.7.18
15632026-07-18T16:36:50.431Z Compiling tower v0.5.3
15642026-07-18T16:36:50.454Z Compiling tokio-native-tls v0.3.1
15652026-07-18T16:36:50.466Z Compiling ahash v0.8.12
15662026-07-18T16:36:50.481Z Compiling managed v0.8.0
15672026-07-18T16:36:50.505Z Compiling libbz2-rs-sys v0.2.2
15682026-07-18T16:36:50.521Z Compiling bitflags v1.3.2
15692026-07-18T16:36:50.607Z Compiling bumpalo v3.20.2
15702026-07-18T16:36:50.624Z Compiling winnow v0.5.40
15712026-07-18T16:36:50.639Z Compiling foldhash v0.1.5
15722026-07-18T16:36:50.653Z Compiling base16ct v0.2.0
15732026-07-18T16:36:50.712Z Compiling same-file v1.0.6
15742026-07-18T16:36:50.712Z Compiling unicode-segmentation v1.12.0
15752026-07-18T16:36:50.819Z Compiling object v0.37.3
15762026-07-18T16:36:50.845Z Compiling tower-http v0.6.8
15772026-07-18T16:36:50.874Z Compiling newtype-uuid v1.3.2
15782026-07-18T16:36:50.893Z Compiling foldhash v0.2.0
15792026-07-18T16:36:50.929Z Compiling bzip2 v0.6.1
15802026-07-18T16:36:51.126Z Compiling h2 v0.4.15
15812026-07-18T16:36:51.141Z Compiling daft v0.1.7
15822026-07-18T16:36:51.169Z Compiling hashbrown v0.16.1
15832026-07-18T16:36:51.209Z Compiling walkdir v2.5.0
15842026-07-18T16:36:51.223Z Compiling clap_builder v4.6.0
15852026-07-18T16:36:51.226Z Compiling zopfli v0.8.3
15862026-07-18T16:36:51.269Z Compiling sec1 v0.7.3
15872026-07-18T16:36:51.448Z Compiling flate2 v1.1.9
15882026-07-18T16:36:51.489Z Compiling hashbrown v0.15.5
15892026-07-18T16:36:51.760Z Compiling group v0.13.0
15902026-07-18T16:36:51.824Z Compiling snafu v0.8.9
15912026-07-18T16:36:51.840Z Compiling dof v0.3.0
15922026-07-18T16:36:51.883Z Compiling strum v0.27.2
15932026-07-18T16:36:51.968Z Compiling cargo_metadata v0.23.1
15942026-07-18T16:36:51.984Z Compiling toml_edit v0.19.15
15952026-07-18T16:36:52.030Z Compiling anstream v0.6.21
15962026-07-18T16:36:52.073Z Compiling phf v0.13.1
15972026-07-18T16:36:52.113Z Compiling signal-hook-mio v0.2.5
15982026-07-18T16:36:52.205Z Compiling hubpack v0.1.2
15992026-07-18T16:36:52.249Z Compiling cookie_store v0.22.1
16002026-07-18T16:36:52.364Z Compiling usdt-macro v0.6.0
16012026-07-18T16:36:52.381Z Compiling usdt-attr-macro v0.6.0
16022026-07-18T16:36:52.424Z Compiling futures v0.3.32
16032026-07-18T16:36:52.442Z Compiling bzip2 v0.4.4
16042026-07-18T16:36:52.517Z Compiling cipher v0.5.2
16052026-07-18T16:36:52.603Z Compiling serde_with_macros v3.17.0
16062026-07-18T16:36:52.655Z Compiling zstd v0.13.3
16072026-07-18T16:36:52.669Z Compiling postgres-types v0.2.12
16082026-07-18T16:36:52.941Z Compiling globset v0.4.18
16092026-07-18T16:36:52.971Z Compiling ed25519 v2.2.3
16102026-07-18T16:36:53.071Z Compiling dtrace-parser v0.2.0
16112026-07-18T16:36:53.180Z Compiling pkcs1 v0.7.5
16122026-07-18T16:36:53.257Z Compiling olpc-cjson v0.1.4
16132026-07-18T16:36:53.271Z Compiling serde-big-array v0.5.1
16142026-07-18T16:36:53.389Z Compiling serde_plain v1.0.2
16152026-07-18T16:36:53.435Z Compiling hkdf v0.12.4
16162026-07-18T16:36:53.438Z Compiling crypto-bigint v0.5.5
16172026-07-18T16:36:53.611Z Compiling async-recursion v1.1.1
16182026-07-18T16:36:53.626Z Compiling clap_derive v4.6.1
16192026-07-18T16:36:53.646Z Compiling serde_repr v0.1.20
16202026-07-18T16:36:53.703Z Compiling enum-as-inner v0.6.1
16212026-07-18T16:36:53.811Z Compiling strum_macros v0.26.4
16222026-07-18T16:36:53.848Z Compiling phf_shared v0.11.3
16232026-07-18T16:36:53.914Z Compiling float-cmp v0.10.0
16242026-07-18T16:36:54.051Z Compiling pem v3.0.6
16252026-07-18T16:36:54.090Z Compiling memmap2 v0.9.10
16262026-07-18T16:36:54.105Z Compiling thread-id v4.2.2
16272026-07-18T16:36:54.210Z Compiling env_filter v1.0.0
16282026-07-18T16:36:54.218Z Compiling fixedbitset v0.4.2
16292026-07-18T16:36:54.268Z Compiling difflib v0.4.0
16302026-07-18T16:36:54.334Z Compiling new_debug_unreachable v1.0.6
16312026-07-18T16:36:54.337Z Compiling hyper v1.10.1
16322026-07-18T16:36:54.366Z Compiling either v1.15.0
16332026-07-18T16:36:54.403Z Compiling const-oid v0.10.2
16342026-07-18T16:36:54.421Z Compiling precomputed-hash v0.1.1
16352026-07-18T16:36:54.455Z Compiling data-encoding v2.10.0
16362026-07-18T16:36:54.525Z Compiling static_assertions v1.1.0
16372026-07-18T16:36:54.545Z Compiling normalize-line-endings v0.3.0
16382026-07-18T16:36:54.593Z Compiling winnow v1.0.3
16392026-07-18T16:36:54.611Z Compiling cpufeatures v0.3.0
16402026-07-18T16:36:54.629Z Compiling fixedbitset v0.5.7
16412026-07-18T16:36:54.655Z Compiling jiff v0.2.21
16422026-07-18T16:36:54.705Z Compiling keccak v0.1.6
16432026-07-18T16:36:54.719Z Compiling typed-path v0.9.3
16442026-07-18T16:36:54.819Z Compiling predicates-core v1.0.10
16452026-07-18T16:36:54.849Z Compiling whoami v2.1.0
16462026-07-18T16:36:54.964Z Compiling predicates v3.1.4
16472026-07-18T16:36:54.967Z Compiling toml_parser v1.1.2+spec-1.1.0
16482026-07-18T16:36:55.031Z Compiling sha3 v0.10.8
16492026-07-18T16:36:55.185Z Compiling tokio-postgres v0.7.16
16502026-07-18T16:36:55.243Z Compiling petgraph v0.8.3
16512026-07-18T16:36:55.412Z Compiling hickory-proto v0.25.2
16522026-07-18T16:36:55.466Z Compiling hyper-util v0.1.20
16532026-07-18T16:36:55.499Z Compiling chacha20 v0.10.0
16542026-07-18T16:36:55.516Z Compiling clap v4.6.1
16552026-07-18T16:36:55.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16562026-07-18T16:36:55.628Z Compiling digest v0.11.3
16572026-07-18T16:36:55.644Z Compiling itertools v0.13.0
16582026-07-18T16:36:55.647Z Compiling string_cache v0.8.9
16592026-07-18T16:36:55.674Z Compiling strum v0.26.3
16602026-07-18T16:36:55.816Z Compiling elliptic-curve v0.13.8
16612026-07-18T16:36:55.875Z Compiling petgraph v0.6.5
16622026-07-18T16:36:55.902Z Compiling env_logger v0.11.9
16632026-07-18T16:36:55.916Z Compiling toml_edit v0.22.27
16642026-07-18T16:36:55.978Z Compiling usdt v0.6.0
16652026-07-18T16:36:56.002Z Compiling usdt-impl v0.5.0
16662026-07-18T16:36:56.242Z Compiling serde_with v3.17.0
16672026-07-18T16:36:56.269Z Compiling crossterm v0.28.1
16682026-07-18T16:36:56.283Z Compiling rsa v0.9.10
16692026-07-18T16:36:56.651Z Compiling toml v0.7.8
16702026-07-18T16:36:56.995Z Compiling hyper-tls v0.6.0
16712026-07-18T16:36:57.250Z Compiling reqwest v0.12.28
16722026-07-18T16:36:57.281Z Compiling ed25519-dalek v2.2.0
16732026-07-18T16:36:57.341Z Compiling zip v4.6.1
16742026-07-18T16:36:57.553Z Compiling zip v0.6.6
16752026-07-18T16:36:57.654Z Compiling iddqd v0.4.2
16762026-07-18T16:36:58.057Z Compiling tokio-stream v0.1.18
16772026-07-18T16:36:58.173Z Compiling similar v2.7.0
16782026-07-18T16:36:58.203Z Compiling heck v0.4.1
16792026-07-18T16:36:58.352Z Compiling buf-list v1.1.2
16802026-07-18T16:36:58.368Z Compiling byte-wrapper v0.1.0
16812026-07-18T16:36:58.448Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-07-18T16:36:58.557Z Compiling openapiv3 v2.2.0
16832026-07-18T16:36:58.570Z Compiling x509-cert v0.2.5
16842026-07-18T16:36:58.650Z Compiling crossbeam-epoch v0.9.18
16852026-07-18T16:36:58.709Z Compiling lalrpop-util v0.19.12
16862026-07-18T16:36:58.771Z Compiling peg-runtime v0.8.5
16872026-07-18T16:36:58.784Z Compiling thread_local v1.1.9
16882026-07-18T16:36:58.917Z Compiling slog-async v2.8.0
16892026-07-18T16:36:59.001Z Compiling crossbeam-channel v0.5.15
16902026-07-18T16:36:59.019Z Compiling is-terminal v0.4.17
16912026-07-18T16:36:59.032Z Compiling filetime v0.2.27
16922026-07-18T16:36:59.046Z Compiling xattr v1.6.1
16932026-07-18T16:36:59.059Z Compiling term v1.2.1
16942026-07-18T16:36:59.062Z Compiling take_mut v0.2.2
16952026-07-18T16:36:59.085Z Compiling camino-tempfile v1.4.1
16962026-07-18T16:36:59.195Z Compiling tar v0.4.46
16972026-07-18T16:36:59.381Z Compiling slog-term v2.9.2
16982026-07-18T16:37:16.902Z Compiling rustls-webpki v0.103.13
16992026-07-18T16:37:19.610Z Compiling tokio-rustls v0.26.4
17002026-07-18T16:37:19.610Z Compiling rustls-platform-verifier v0.6.2
17012026-07-18T16:37:19.610Z Compiling tough v0.22.0
17022026-07-18T16:37:19.837Z Compiling hyper-rustls v0.27.7
17032026-07-18T16:37:20.023Z Compiling reqwest v0.13.2
17042026-07-18T16:37:22.173Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17052026-07-18T16:37:22.417Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17062026-07-18T16:37:25.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.85s
17072026-07-18T16:37:25.384Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17082026-07-18T16:37:25.443ZJul 18 16:37:24.866 INFO Starting download, target: Cockroach
17092026-07-18T16:37:25.443ZJul 18 16:37:24.867 INFO Starting download, target: MaghemiteMgd
17102026-07-18T16:37:25.443ZJul 18 16:37:24.867 INFO Starting download, target: Clickhouse
17112026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Starting download, target: DendriteStub
17122026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Starting download, target: Console
17132026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Starting download, target: MaghemiteDdmd
17142026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Starting download, target: TransceiverControl
17152026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-07-18T16:37:25.447ZJul 18 16:37:24.867 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-07-18T16:37:25.448ZJul 18 16:37:24.867 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-07-18T16:37:25.448ZJul 18 16:37:24.867 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-07-18T16:37:26.038ZJul 18 16:37:25.458 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-07-18T16:37:26.333ZJul 18 16:37:25.755 INFO Download complete, target: TransceiverControl
17242026-07-18T16:37:27.268ZJul 18 16:37:26.689 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-07-18T16:37:27.520ZJul 18 16:37:26.942 INFO Download complete, target: Console
17262026-07-18T16:37:27.707ZJul 18 16:37:27.124 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-07-18T16:37:27.729ZJul 18 16:37:27.138 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-07-18T16:37:28.244ZJul 18 16:37:27.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-07-18T16:37:28.333ZJul 18 16:37:27.757 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-18T16:37:28.917ZJul 18 16:37:28.338 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-07-18T16:37:28.917ZJul 18 16:37:28.338 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-07-18T16:37:29.742ZJul 18 16:37:29.159 INFO Download complete, target: MaghemiteDdmd
17332026-07-18T16:37:30.907ZJul 18 16:37:30.330 INFO Download complete, target: DendriteStub
17342026-07-18T16:37:31.226ZJul 18 16:37:30.649 INFO Download complete, target: MaghemiteMgd
17352026-07-18T16:37:33.683ZJul 18 16:37:33.106 INFO Checking that binary works, target: Cockroach
17362026-07-18T16:37:33.806ZJul 18 16:37:33.229 INFO Download complete, target: Cockroach
17372026-07-18T16:37:34.638ZJul 18 16:37:34.061 INFO Checking that binary works, target: Clickhouse
17382026-07-18T16:37:34.729ZJul 18 16:37:34.149 INFO Download complete, target: Clickhouse
17392026-07-18T16:37:34.733ZAll prerequisites installed successfully
17402026-07-18T16:37:34.737Z
17412026-07-18T16:37:34.737Zreal 1:46.000944826
17422026-07-18T16:37:34.737Zuser 6:40.454914814
17432026-07-18T16:37:34.737Zsys 1:40.150981062
17442026-07-18T16:37:34.737Ztrap 0.266193395
17452026-07-18T16:37:34.737Ztflt 0.849533778
17462026-07-18T16:37:34.737Zdflt 1.488046492
17472026-07-18T16:37:34.737Zkflt 0.029037095
17482026-07-18T16:37:34.737Zlock 23:16.388227814
17492026-07-18T16:37:34.737Zslp 18:19.532597337
17502026-07-18T16:37:34.738Zlat 23.821182737
17512026-07-18T16:37:34.738Zstop 2:44.086653946
17522026-07-18T16:37:34.738Z+ ptime -m cargo xtask download softnpu
17532026-07-18T16:37:35.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17542026-07-18T16:37:35.219Z Running `target/debug/xtask download softnpu`
17552026-07-18T16:37:35.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17562026-07-18T16:37:36.012Z Running `target/debug/xtask-downloader softnpu`
17572026-07-18T16:37:36.044ZJul 18 16:37:35.466 INFO Starting download, target: Softnpu
17582026-07-18T16:37:36.054ZJul 18 16:37:35.466 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17592026-07-18T16:37:36.873ZJul 18 16:37:36.290 INFO Download complete, target: Softnpu
17602026-07-18T16:37:36.882Z
17612026-07-18T16:37:36.882Zreal 2.131702870
17622026-07-18T16:37:36.882Zuser 1.283297736
17632026-07-18T16:37:36.882Zsys 0.618667421
17642026-07-18T16:37:36.882Ztrap 0.000534760
17652026-07-18T16:37:36.882Ztflt 0.000198550
17662026-07-18T16:37:36.882Zdflt 0.000647140
17672026-07-18T16:37:36.882Zkflt 0.000000000
17682026-07-18T16:37:36.882Zlock 14.978369737
17692026-07-18T16:37:36.882Zslp 0.644885313
17702026-07-18T16:37:36.882Zlat 0.082890206
17712026-07-18T16:37:36.882Zstop 0.000156440
17722026-07-18T16:37:36.882Z+ export CARGO_INCREMENTAL=0
17732026-07-18T16:37:36.883Z+ CARGO_INCREMENTAL=0
17742026-07-18T16:37:36.883Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17752026-07-18T16:37:37.745Z Compiling proc-macro2 v1.0.106
17762026-07-18T16:37:37.745Z Compiling quote v1.0.45
17772026-07-18T16:37:37.745Z Compiling unicode-ident v1.0.24
17782026-07-18T16:37:37.745Z Compiling libc v0.2.185
17792026-07-18T16:37:37.748Z Compiling serde_core v1.0.228
17802026-07-18T16:37:37.748Z Compiling serde v1.0.228
17812026-07-18T16:37:37.748Z Compiling cfg-if v1.0.4
17822026-07-18T16:37:37.748Z Compiling version_check v0.9.5
17832026-07-18T16:37:37.748Z Compiling shlex v1.3.0
17842026-07-18T16:37:37.748Z Compiling find-msvc-tools v0.1.9
17852026-07-18T16:37:37.748Z Compiling memchr v2.8.0
17862026-07-18T16:37:37.748Z Compiling zmij v1.0.21
17872026-07-18T16:37:37.748Z Compiling serde_json v1.0.150
17882026-07-18T16:37:37.893Z Compiling autocfg v1.5.0
17892026-07-18T16:37:38.031Z Compiling portable-atomic v1.13.1
17902026-07-18T16:37:38.063Z Compiling zerocopy v0.8.40
17912026-07-18T16:37:38.140Z Compiling getrandom v0.4.1
17922026-07-18T16:37:38.187Z Compiling libm v0.2.16
17932026-07-18T16:37:38.246Z Compiling parking_lot_core v0.9.12
17942026-07-18T16:37:38.262Z Compiling icu_properties_data v2.1.2
17952026-07-18T16:37:38.267Z Compiling icu_normalizer_data v2.1.1
17962026-07-18T16:37:38.415Z Compiling num-traits v0.2.19
17972026-07-18T16:37:38.466Z Compiling smallvec v1.15.1
17982026-07-18T16:37:38.554Z Compiling generic-array v0.14.7
17992026-07-18T16:37:38.557Z Compiling itoa v1.0.17
18002026-07-18T16:37:38.557Z Compiling log v0.4.29
18012026-07-18T16:37:38.633Z Compiling subtle v2.6.1
18022026-07-18T16:37:38.636Z Compiling pkg-config v0.3.32
18032026-07-18T16:37:38.685Z Compiling stable_deref_trait v1.2.1
18042026-07-18T16:37:38.756Z Compiling typenum v1.20.1
18052026-07-18T16:37:38.790Z Compiling scopeguard v1.2.0
18062026-07-18T16:37:38.856Z Compiling fnv v1.0.7
18072026-07-18T16:37:38.870Z Compiling jobserver v0.1.34
18082026-07-18T16:37:38.889Z Compiling errno v0.3.14
18092026-07-18T16:37:38.946Z Compiling lock_api v0.4.14
18102026-07-18T16:37:38.964Z Compiling rand_core v0.10.0
18112026-07-18T16:37:39.022Z Compiling getrandom v0.3.4
18122026-07-18T16:37:39.073Z Compiling thiserror v2.0.18
18132026-07-18T16:37:39.103Z Compiling cc v1.2.56
18142026-07-18T16:37:39.120Z Compiling pin-project-lite v0.2.17
18152026-07-18T16:37:39.188Z Compiling equivalent v1.0.2
18162026-07-18T16:37:39.203Z Compiling writeable v0.6.2
18172026-07-18T16:37:39.219Z Compiling syn v2.0.117
18182026-07-18T16:37:39.235Z Compiling litemap v0.8.1
18192026-07-18T16:37:39.253Z Compiling percent-encoding v2.3.2
18202026-07-18T16:37:39.258Z Compiling getrandom v0.2.17
18212026-07-18T16:37:39.312Z Compiling schemars v0.8.22
18222026-07-18T16:37:39.364Z Compiling rustversion v1.0.22
18232026-07-18T16:37:39.426Z Compiling rand_core v0.6.4
18242026-07-18T16:37:39.519Z Compiling rustix v1.1.3
18252026-07-18T16:37:39.522Z Compiling critical-section v1.2.0
18262026-07-18T16:37:39.547Z Compiling fs_extra v1.3.0
18272026-07-18T16:37:39.550Z Compiling dunce v1.0.5
18282026-07-18T16:37:39.661Z Compiling hashbrown v0.17.0
18292026-07-18T16:37:39.743Z Compiling signal-hook-registry v1.4.8
18302026-07-18T16:37:39.834Z Compiling cmake v0.1.57
18312026-07-18T16:37:39.865Z Compiling heck v0.5.0
18322026-07-18T16:37:39.882Z Compiling utf8_iter v1.0.4
18332026-07-18T16:37:39.906Z Compiling form_urlencoded v1.2.2
18342026-07-18T16:37:40.107Z Compiling once_cell v1.21.3
18352026-07-18T16:37:40.239Z Compiling semver v1.0.28
18362026-07-18T16:37:40.278Z Compiling indexmap v2.14.0
18372026-07-18T16:37:40.282Z Compiling parking_lot v0.12.5
18382026-07-18T16:37:40.304Z Compiling socket2 v0.6.3
18392026-07-18T16:37:40.308Z Compiling mio v1.2.0
18402026-07-18T16:37:40.344Z Compiling futures-core v0.3.32
18412026-07-18T16:37:40.434Z Compiling bitflags v2.11.0
18422026-07-18T16:37:40.450Z Compiling aws-lc-sys v0.40.0
18432026-07-18T16:37:40.533Z Compiling aws-lc-rs v1.16.3
18442026-07-18T16:37:40.585Z Compiling strsim v0.11.1
18452026-07-18T16:37:40.621Z Compiling httparse v1.10.1
18462026-07-18T16:37:40.926Z Compiling byteorder v1.5.0
18472026-07-18T16:37:40.926Z Compiling ucd-trie v0.1.7
18482026-07-18T16:37:40.958Z Compiling thiserror v1.0.69
18492026-07-18T16:37:41.093Z Compiling vcpkg v0.2.15
18502026-07-18T16:37:41.125Z Compiling pest v2.8.6
18512026-07-18T16:37:41.157Z Compiling iana-time-zone v0.1.65
18522026-07-18T16:37:41.189Z Compiling syn v1.0.109
18532026-07-18T16:37:41.222Z Compiling regex-syntax v0.8.10
18542026-07-18T16:37:41.289Z Compiling const-oid v0.9.6
18552026-07-18T16:37:41.307Z Compiling ident_case v1.0.1
18562026-07-18T16:37:41.431Z Compiling uuid v1.23.4
18572026-07-18T16:37:41.569Z Compiling rustc_version v0.4.1
18582026-07-18T16:37:41.584Z Compiling futures-sink v0.3.32
18592026-07-18T16:37:41.652Z Compiling rustls v0.23.41
18602026-07-18T16:37:41.690Z Compiling openssl-sys v0.9.115
18612026-07-18T16:37:41.713Z Compiling futures-channel v0.3.32
18622026-07-18T16:37:41.828Z Compiling aho-corasick v1.1.4
18632026-07-18T16:37:41.860Z Compiling slab v0.4.12
18642026-07-18T16:37:41.877Z Compiling futures-io v0.3.32
18652026-07-18T16:37:42.023Z Compiling futures-task v0.3.32
18662026-07-18T16:37:42.051Z Compiling synstructure v0.13.2
18672026-07-18T16:37:42.070Z Compiling serde_derive_internals v0.29.1
18682026-07-18T16:37:42.221Z Compiling pest_meta v2.8.6
18692026-07-18T16:37:42.276Z Compiling time-core v0.1.8
18702026-07-18T16:37:42.294Z Compiling num-conv v0.2.0
18712026-07-18T16:37:42.297Z Compiling dyn-clone v1.0.20
18722026-07-18T16:37:42.369Z Compiling crc32fast v1.5.0
18732026-07-18T16:37:42.385Z Compiling plain v0.2.3
18742026-07-18T16:37:42.452Z Compiling time-macros v0.2.27
18752026-07-18T16:37:42.531Z Compiling crossbeam-utils v0.8.21
18762026-07-18T16:37:42.580Z Compiling base64 v0.22.1
18772026-07-18T16:37:42.635Z Compiling pretty-hex v0.4.1
18782026-07-18T16:37:42.697Z Compiling openssl v0.10.79
18792026-07-18T16:37:42.750Z Compiling regex-automata v0.4.14
18802026-07-18T16:37:42.803Z Compiling darling_core v0.21.3
18812026-07-18T16:37:42.820Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-07-18T16:37:42.874Z Compiling pest_generator v2.8.6
18832026-07-18T16:37:42.985Z Compiling native-tls v0.2.18
18842026-07-18T16:37:43.086Z Compiling anyhow v1.0.102
18852026-07-18T16:37:43.115Z Compiling rand_core v0.9.5
18862026-07-18T16:37:43.266Z Compiling slog v2.8.2
18872026-07-18T16:37:43.283Z Compiling tracing-core v0.1.36
18882026-07-18T16:37:43.305Z Compiling serde_derive v1.0.228
18892026-07-18T16:37:43.354Z Compiling zeroize_derive v1.4.3
18902026-07-18T16:37:43.357Z Compiling zerofrom-derive v0.1.6
18912026-07-18T16:37:43.432Z Compiling yoke-derive v0.8.1
18922026-07-18T16:37:43.502Z Compiling zerovec-derive v0.11.2
18932026-07-18T16:37:43.520Z Compiling displaydoc v0.2.5
18942026-07-18T16:37:43.537Z Compiling zerocopy-derive v0.8.40
18952026-07-18T16:37:43.540Z Compiling tokio-macros v2.7.0
18962026-07-18T16:37:43.609Z Compiling futures-macro v0.3.32
18972026-07-18T16:37:43.768Z Compiling thiserror-impl v2.0.18
18982026-07-18T16:37:44.016Z Compiling zeroize v1.8.2
18992026-07-18T16:37:44.288Z Compiling schemars_derive v0.8.22
19002026-07-18T16:37:44.303Z Compiling tracing-attributes v0.1.31
19012026-07-18T16:37:44.432Z Compiling der_derive v0.7.3
19022026-07-18T16:37:44.435Z Compiling thiserror-impl v1.0.69
19032026-07-18T16:37:44.515Z Compiling zerofrom v0.1.6
19042026-07-18T16:37:44.661Z Compiling yoke v0.8.1
19052026-07-18T16:37:44.879Z Compiling zerovec v0.11.5
19062026-07-18T16:37:44.934Z Compiling zerotrie v0.2.3
19072026-07-18T16:37:45.012Z Compiling crypto-common v0.1.7
19082026-07-18T16:37:45.066Z Compiling pest_derive v2.8.6
19092026-07-18T16:37:45.177Z Compiling futures-util v0.3.32
19102026-07-18T16:37:45.367Z Compiling block-buffer v0.10.4
19112026-07-18T16:37:45.476Z Compiling tinystr v0.8.2
19122026-07-18T16:37:45.494Z Compiling potential_utf v0.1.4
19132026-07-18T16:37:45.545Z Compiling digest v0.10.7
19142026-07-18T16:37:45.578Z Compiling scroll_derive v0.12.1
19152026-07-18T16:37:45.692Z Compiling icu_locale_core v2.1.1
19162026-07-18T16:37:45.709Z Compiling icu_collections v2.1.1
19172026-07-18T16:37:45.771Z Compiling scroll_derive v0.13.1
19182026-07-18T16:37:45.788Z Compiling openssl-macros v0.1.1
19192026-07-18T16:37:46.183Z Compiling regex v1.12.3
19202026-07-18T16:37:46.220Z Compiling darling_macro v0.21.3
19212026-07-18T16:37:46.289Z Compiling zerocopy-derive v0.7.35
19222026-07-18T16:37:46.388Z Compiling icu_provider v2.1.1
19232026-07-18T16:37:46.460Z Compiling bytes v1.11.1
19242026-07-18T16:37:46.562Z Compiling chrono v0.4.45
19252026-07-18T16:37:46.579Z Compiling serde_tokenstream v0.2.3
19262026-07-18T16:37:46.739Z Compiling icu_normalizer v2.1.1
19272026-07-18T16:37:46.807Z Compiling icu_properties v2.1.2
19282026-07-18T16:37:47.093Z Compiling tokio v1.52.1
19292026-07-18T16:37:47.345Z Compiling http v1.4.2
19302026-07-18T16:37:47.808Z Compiling idna_adapter v1.2.1
19312026-07-18T16:37:47.938Z Compiling idna v1.1.0
19322026-07-18T16:37:47.992Z Compiling ppv-lite86 v0.2.21
19332026-07-18T16:37:48.057Z Compiling cookie v0.18.1
19342026-07-18T16:37:48.079Z Compiling camino v1.2.2
19352026-07-18T16:37:48.143Z Compiling base64ct v1.8.3
19362026-07-18T16:37:48.288Z Compiling url v2.5.8
19372026-07-18T16:37:48.419Z Compiling pem-rfc7468 v0.7.0
19382026-07-18T16:37:48.448Z Compiling darling v0.21.3
19392026-07-18T16:37:48.537Z Compiling tracing v0.1.44
19402026-07-18T16:37:48.570Z Compiling flagset v0.4.7
19412026-07-18T16:37:48.610Z Compiling rand_chacha v0.9.0
19422026-07-18T16:37:48.704Z Compiling der v0.7.10
19432026-07-18T16:37:48.721Z Compiling http-body v1.0.1
19442026-07-18T16:37:48.897Z Compiling rustls-pki-types v1.14.0
19452026-07-18T16:37:49.331Z Compiling usdt-impl v0.5.0
19462026-07-18T16:37:49.364Z Compiling cmov v0.5.4
19472026-07-18T16:37:49.485Z Compiling openssl-probe v0.2.1
19482026-07-18T16:37:49.587Z Compiling paste v1.0.15
19492026-07-18T16:37:49.603Z Compiling usdt-impl v0.6.0
19502026-07-18T16:37:49.747Z Compiling either v1.15.0
19512026-07-18T16:37:49.850Z Compiling ref-cast v1.0.25
19522026-07-18T16:37:49.866Z Compiling fastrand v2.3.0
19532026-07-18T16:37:49.890Z Compiling tinyvec_macros v0.1.1
19542026-07-18T16:37:49.974Z Compiling tinyvec v1.10.0
19552026-07-18T16:37:50.050Z Compiling ctutils v0.4.2
19562026-07-18T16:37:50.078Z Compiling spki v0.7.3
19572026-07-18T16:37:50.184Z Compiling rand v0.9.2
19582026-07-18T16:37:50.218Z Compiling scroll v0.13.0
19592026-07-18T16:37:50.247Z Compiling toml_datetime v0.6.11
19602026-07-18T16:37:50.298Z Compiling serde_spanned v0.6.9
19612026-07-18T16:37:50.301Z Compiling scroll v0.12.0
19622026-07-18T16:37:50.329Z Compiling async-trait v0.1.89
19632026-07-18T16:37:50.345Z Compiling heapless v0.7.17
19642026-07-18T16:37:50.475Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-07-18T16:37:50.512Z Compiling atomic-waker v1.1.2
19662026-07-18T16:37:50.528Z Compiling zstd-safe v7.2.4
19672026-07-18T16:37:50.531Z Compiling winnow v1.0.3
19682026-07-18T16:37:50.545Z Compiling winnow v0.7.14
19692026-07-18T16:37:50.586Z Compiling tower-layer v0.3.3
19702026-07-18T16:37:50.632Z Compiling tower-service v0.3.3
19712026-07-18T16:37:50.671Z Compiling untrusted v0.7.1
19722026-07-18T16:37:50.749Z Compiling litrs v1.0.0
19732026-07-18T16:37:50.770Z Compiling signal-hook v0.3.18
19742026-07-18T16:37:50.786Z Compiling try-lock v0.2.5
19752026-07-18T16:37:50.790Z Compiling cpufeatures v0.2.17
19762026-07-18T16:37:50.818Z Compiling rustix v0.38.44
19772026-07-18T16:37:50.850Z Compiling toml_parser v1.1.2+spec-1.1.0
19782026-07-18T16:37:50.913Z Compiling tokio-util v0.7.18
19792026-07-18T16:37:50.930Z Compiling want v0.3.1
19802026-07-18T16:37:50.993Z Compiling goblin v0.8.2
19812026-07-18T16:37:51.185Z Compiling goblin v0.10.5
19822026-07-18T16:37:51.215Z Compiling document-features v0.2.12
19832026-07-18T16:37:51.236Z Compiling hybrid-array v0.4.13
19842026-07-18T16:37:51.781Z Compiling h2 v0.4.15
19852026-07-18T16:37:51.895Z Compiling zerocopy v0.7.35
19862026-07-18T16:37:51.978Z Compiling ipnet v2.11.0
19872026-07-18T16:37:52.048Z Compiling ref-cast-impl v1.0.25
19882026-07-18T16:37:52.065Z Compiling darling_core v0.20.11
19892026-07-18T16:37:52.082Z Compiling curve25519-dalek v4.1.3
19902026-07-18T16:37:52.240Z Compiling memoffset v0.9.1
19912026-07-18T16:37:52.278Z Compiling foreign-types-shared v0.1.1
19922026-07-18T16:37:52.368Z Compiling winnow v0.5.40
19932026-07-18T16:37:52.630Z Compiling powerfmt v0.2.0
19942026-07-18T16:37:52.704Z Compiling httpdate v1.0.3
19952026-07-18T16:37:52.731Z Compiling untrusted v0.9.0
19962026-07-18T16:37:52.876Z Compiling utf8parse v0.2.2
19972026-07-18T16:37:52.891Z Compiling deranged v0.5.8
19982026-07-18T16:37:52.960Z Compiling tempfile v3.25.0
19992026-07-18T16:37:52.976Z Compiling foreign-types v0.3.2
20002026-07-18T16:37:53.151Z Compiling unicode-normalization v0.1.25
20012026-07-18T16:37:53.173Z Compiling pkcs8 v0.10.2
20022026-07-18T16:37:53.317Z Compiling dof v0.3.0
20032026-07-18T16:37:53.437Z Compiling dtrace-parser v0.2.0
20042026-07-18T16:37:53.815Z Compiling toml_edit v0.19.15
20052026-07-18T16:37:54.027Z Compiling dof v0.4.0
20062026-07-18T16:37:54.057Z Compiling dtrace-parser v0.3.0
20072026-07-18T16:37:54.086Z Compiling darling_macro v0.20.11
20082026-07-18T16:37:54.158Z Compiling pin-project-internal v1.1.11
20092026-07-18T16:37:54.312Z Compiling daft-derive v0.1.7
20102026-07-18T16:37:54.400Z Compiling spin v0.9.8
20112026-07-18T16:37:54.505Z Compiling thread-id v5.1.0
20122026-07-18T16:37:54.591Z Compiling thread-id v4.2.2
20132026-07-18T16:37:54.659Z Compiling num-bigint-dig v0.8.6
20142026-07-18T16:37:54.692Z Compiling anstyle v1.0.14
20152026-07-18T16:37:54.785Z Compiling cfg_aliases v0.2.1
20162026-07-18T16:37:54.872Z Compiling num_threads v0.1.7
20172026-07-18T16:37:54.888Z Compiling smoltcp v0.9.1
20182026-07-18T16:37:54.990Z Compiling hyper v1.10.1
20192026-07-18T16:37:55.045Z Compiling time v0.3.47
20202026-07-18T16:37:55.090Z Compiling nix v0.31.2
20212026-07-18T16:37:55.241Z Compiling darling v0.20.11
20222026-07-18T16:37:55.479Z Compiling sha2 v0.10.9
20232026-07-18T16:37:55.630Z Compiling ipnetwork v0.21.1
20242026-07-18T16:37:55.724Z Compiling hmac v0.12.1
20252026-07-18T16:37:55.764Z Compiling strum_macros v0.26.4
20262026-07-18T16:37:55.844Z Compiling curve25519-dalek-derive v0.1.1
20272026-07-18T16:37:56.037Z Compiling sync_wrapper v1.0.2
20282026-07-18T16:37:56.112Z Compiling hyper-util v0.1.20
20292026-07-18T16:37:56.161Z Compiling wait-timeout v0.2.1
20302026-07-18T16:37:56.206Z Compiling siphasher v1.0.2
20312026-07-18T16:37:56.406Z Compiling is_terminal_polyfill v1.70.2
20322026-07-18T16:37:56.476Z Compiling simd-adler32 v0.3.8
20332026-07-18T16:37:56.497Z Compiling colorchoice v1.0.4
20342026-07-18T16:37:56.518Z Compiling quick-error v1.2.3
20352026-07-18T16:37:56.551Z Compiling anstyle-query v1.1.5
20362026-07-18T16:37:56.729Z Compiling bit-vec v0.8.0
20372026-07-18T16:37:56.983Z Compiling bit-set v0.8.0
20382026-07-18T16:37:57.001Z Compiling rusty-fork v0.3.1
20392026-07-18T16:37:57.215Z Compiling tower v0.5.3
20402026-07-18T16:37:57.525Z Compiling derive_builder_core v0.20.2
20412026-07-18T16:37:57.727Z Compiling http-body-util v0.1.3
20422026-07-18T16:37:57.806Z Compiling hubpack_derive v0.1.1
20432026-07-18T16:37:57.915Z Compiling snafu-derive v0.8.9
20442026-07-18T16:37:57.933Z Compiling strum_macros v0.27.2
20452026-07-18T16:37:57.973Z Compiling rand_xorshift v0.4.0
20462026-07-18T16:37:58.056Z Compiling fs-err v3.3.0
20472026-07-18T16:37:58.142Z Compiling ahash v0.8.12
20482026-07-18T16:37:58.223Z Compiling object v0.37.3
20492026-07-18T16:37:58.323Z Compiling unicode-bidi v0.3.18
20502026-07-18T16:37:58.347Z Compiling iri-string v0.7.10
20512026-07-18T16:37:58.403Z Compiling unicode-properties v0.1.4
20522026-07-18T16:37:58.422Z Compiling ryu v1.0.23
20532026-07-18T16:37:58.533Z Compiling unicode-segmentation v1.12.0
20542026-07-18T16:37:58.607Z Compiling allocator-api2 v0.2.21
20552026-07-18T16:37:58.818Z Compiling unarray v0.1.4
20562026-07-18T16:37:58.844Z Compiling adler2 v2.0.1
20572026-07-18T16:37:58.948Z Compiling miniz_oxide v0.8.9
20582026-07-18T16:37:58.948Z Compiling proptest v1.10.0
20592026-07-18T16:37:58.979Z Compiling stringprep v0.1.5
20602026-07-18T16:37:58.993Z Compiling serde_urlencoded v0.7.1
20612026-07-18T16:37:59.278Z Compiling derive_builder_macro v0.20.2
20622026-07-18T16:37:59.411Z Compiling tokio-native-tls v0.3.1
20632026-07-18T16:37:59.508Z Compiling tower-http v0.6.8
20642026-07-18T16:37:59.628Z Compiling usdt-macro v0.6.0
20652026-07-18T16:37:59.644Z Compiling usdt-attr-macro v0.6.0
20662026-07-18T16:37:59.660Z Compiling anstyle-parse v1.0.0
20672026-07-18T16:37:59.748Z Compiling block-padding v0.4.2
20682026-07-18T16:37:59.782Z Compiling crypto-common v0.2.2
20692026-07-18T16:37:59.802Z Compiling block-buffer v0.12.1
20702026-07-18T16:38:00.210Z Compiling rustls-native-certs v0.8.3
20712026-07-18T16:38:00.383Z Compiling rand_chacha v0.3.1
20722026-07-18T16:38:00.418Z Compiling hex v0.4.3
20732026-07-18T16:38:00.434Z Compiling erased-serde v0.3.31
20742026-07-18T16:38:00.437Z Compiling signature v2.2.0
20752026-07-18T16:38:00.467Z Compiling md-5 v0.10.6
20762026-07-18T16:38:00.605Z Compiling bstr v1.12.1
20772026-07-18T16:38:00.656Z Compiling num-integer v0.1.46
20782026-07-18T16:38:00.702Z Compiling hash32 v0.2.1
20792026-07-18T16:38:00.783Z Compiling vergen-lib v9.1.0
20802026-07-18T16:38:00.865Z Compiling encoding_rs v0.8.35
20812026-07-18T16:38:00.933Z Compiling fallible-iterator v0.2.0
20822026-07-18T16:38:00.969Z Compiling mime v0.3.17
20832026-07-18T16:38:01.015Z Compiling zlib-rs v0.6.2
20842026-07-18T16:38:01.067Z Compiling psl-types v2.0.11
20852026-07-18T16:38:01.207Z Compiling cpufeatures v0.3.0
20862026-07-18T16:38:01.238Z Compiling postgres-protocol v0.6.10
20872026-07-18T16:38:01.238Z Compiling publicsuffix v2.3.0
20882026-07-18T16:38:01.316Z Compiling newtype-uuid v1.3.2
20892026-07-18T16:38:01.435Z Compiling num-iter v0.1.45
20902026-07-18T16:38:01.630Z Compiling rand v0.8.6
20912026-07-18T16:38:01.827Z Compiling oxnet v0.1.6
20922026-07-18T16:38:02.056Z Compiling inout v0.2.2
20932026-07-18T16:38:02.072Z Compiling derive_builder v0.20.2
20942026-07-18T16:38:02.093Z Compiling anstream v1.0.0
20952026-07-18T16:38:02.210Z Compiling hyper-tls v0.6.0
20962026-07-18T16:38:02.213Z Compiling heck v0.4.1
20972026-07-18T16:38:02.244Z Compiling phf_shared v0.13.1
20982026-07-18T16:38:02.299Z Compiling pin-project v1.1.11
20992026-07-18T16:38:02.342Z Compiling lazy_static v1.5.0
21002026-07-18T16:38:02.382Z Compiling anstyle-parse v0.2.7
21012026-07-18T16:38:02.534Z Compiling terminal_size v0.4.3
21022026-07-18T16:38:02.551Z Compiling serde_with_macros v3.17.0
21032026-07-18T16:38:02.554Z Compiling futures-executor v0.3.32
21042026-07-18T16:38:02.598Z Compiling async-recursion v1.1.1
21052026-07-18T16:38:02.692Z Compiling enum-as-inner v0.6.1
21062026-07-18T16:38:02.715Z Compiling serde_repr v0.1.20
21072026-07-18T16:38:02.766Z Compiling clap_derive v4.6.1
21082026-07-18T16:38:02.847Z Compiling ff v0.13.1
21092026-07-18T16:38:02.881Z Compiling vergen v9.1.0
21102026-07-18T16:38:02.930Z Compiling cargo-platform v0.3.2
21112026-07-18T16:38:03.079Z Compiling flate2 v1.1.9
21122026-07-18T16:38:03.111Z Compiling same-file v1.0.6
21132026-07-18T16:38:03.279Z Compiling bitflags v1.3.2
21142026-07-18T16:38:03.294Z Compiling libbz2-rs-sys v0.2.2
21152026-07-18T16:38:03.311Z Compiling managed v0.8.0
21162026-07-18T16:38:03.330Z Compiling foldhash v0.1.5
21172026-07-18T16:38:03.369Z Compiling bumpalo v3.20.2
21182026-07-18T16:38:03.522Z Compiling base16ct v0.2.0
21192026-07-18T16:38:03.545Z Compiling foldhash v0.2.0
21202026-07-18T16:38:03.683Z Compiling clap_lex v1.0.0
21212026-07-18T16:38:03.705Z Compiling hashbrown v0.16.1
21222026-07-18T16:38:03.707Z Compiling sec1 v0.7.3
21232026-07-18T16:38:03.781Z Compiling bzip2 v0.6.1
21242026-07-18T16:38:03.857Z Compiling clap_builder v4.6.0
21252026-07-18T16:38:03.923Z Compiling zopfli v0.8.3
21262026-07-18T16:38:04.016Z Compiling hashbrown v0.15.5
21272026-07-18T16:38:04.119Z Compiling walkdir v2.5.0
21282026-07-18T16:38:04.325Z Compiling cargo_metadata v0.23.1
21292026-07-18T16:38:04.436Z Compiling group v0.13.0
21302026-07-18T16:38:04.579Z Compiling futures v0.3.32
21312026-07-18T16:38:04.626Z Compiling zstd v0.13.3
21322026-07-18T16:38:04.873Z Compiling anstream v0.6.21
21332026-07-18T16:38:04.897Z Compiling phf v0.13.1
21342026-07-18T16:38:05.138Z Compiling snafu v0.8.9
21352026-07-18T16:38:05.181Z Compiling reqwest v0.12.28
21362026-07-18T16:38:05.239Z Compiling signal-hook-mio v0.2.5
21372026-07-18T16:38:05.497Z Compiling cipher v0.5.2
21382026-07-18T16:38:05.728Z Compiling daft v0.1.7
21392026-07-18T16:38:05.791Z Compiling cookie_store v0.22.1
21402026-07-18T16:38:05.828Z Compiling bzip2 v0.4.4
21412026-07-18T16:38:05.886Z Compiling postgres-types v0.2.12
21422026-07-18T16:38:05.967Z Compiling globset v0.4.18
21432026-07-18T16:38:05.994Z Compiling ed25519 v2.2.3
21442026-07-18T16:38:06.039Z Compiling strum v0.27.2
21452026-07-18T16:38:06.148Z Compiling hubpack v0.1.2
21462026-07-18T16:38:06.236Z Compiling phf_shared v0.11.3
21472026-07-18T16:38:06.265Z Compiling hkdf v0.12.4
21482026-07-18T16:38:06.298Z Compiling crossbeam-epoch v0.9.18
21492026-07-18T16:38:06.392Z Compiling olpc-cjson v0.1.4
21502026-07-18T16:38:06.412Z Compiling pkcs1 v0.7.5
21512026-07-18T16:38:06.573Z Compiling pem v3.0.6
21522026-07-18T16:38:06.695Z Compiling serde-big-array v0.5.1
21532026-07-18T16:38:06.729Z Compiling serde_plain v1.0.2
21542026-07-18T16:38:06.819Z Compiling crypto-bigint v0.5.5
21552026-07-18T16:38:06.881Z Compiling float-cmp v0.10.0
21562026-07-18T16:38:06.896Z Compiling memmap2 v0.9.10
21572026-07-18T16:38:06.938Z Compiling env_filter v1.0.0
21582026-07-18T16:38:06.976Z Compiling jiff v0.2.21
21592026-07-18T16:38:07.048Z Compiling keccak v0.1.6
21602026-07-18T16:38:07.070Z Compiling precomputed-hash v0.1.1
21612026-07-18T16:38:07.179Z Compiling const-oid v0.10.2
21622026-07-18T16:38:07.218Z Compiling fixedbitset v0.4.2
21632026-07-18T16:38:07.234Z Compiling predicates-core v1.0.10
21642026-07-18T16:38:07.237Z Compiling toml_write v0.1.2
21652026-07-18T16:38:07.360Z Compiling whoami v2.1.0
21662026-07-18T16:38:07.421Z Compiling difflib v0.4.0
21672026-07-18T16:38:07.436Z Compiling new_debug_unreachable v1.0.6
21682026-07-18T16:38:07.453Z Compiling data-encoding v2.10.0
21692026-07-18T16:38:07.470Z Compiling normalize-line-endings v0.3.0
21702026-07-18T16:38:07.524Z Compiling typed-path v0.9.3
21712026-07-18T16:38:07.545Z Compiling static_assertions v1.1.0
21722026-07-18T16:38:07.583Z Compiling fixedbitset v0.5.7
21732026-07-18T16:38:07.738Z Compiling predicates v3.1.4
21742026-07-18T16:38:07.811Z Compiling hickory-proto v0.25.2
21752026-07-18T16:38:07.900Z Compiling petgraph v0.8.3
21762026-07-18T16:38:07.916Z Compiling elliptic-curve v0.13.8
21772026-07-18T16:38:07.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-07-18T16:38:07.971Z Compiling tokio-postgres v0.7.16
21792026-07-18T16:38:08.015Z Compiling string_cache v0.8.9
21802026-07-18T16:38:08.029Z Compiling toml_edit v0.22.27
21812026-07-18T16:38:08.204Z Compiling petgraph v0.6.5
21822026-07-18T16:38:08.253Z Compiling chacha20 v0.10.0
21832026-07-18T16:38:08.285Z Compiling digest v0.11.3
21842026-07-18T16:38:08.343Z Compiling sha3 v0.10.8
21852026-07-18T16:38:08.567Z Compiling env_logger v0.11.9
21862026-07-18T16:38:08.632Z Compiling usdt v0.6.0
21872026-07-18T16:38:08.937Z Compiling rsa v0.9.10
21882026-07-18T16:38:09.675Z Compiling zip v4.6.1
21892026-07-18T16:38:10.223Z Compiling ed25519-dalek v2.2.0
21902026-07-18T16:38:10.306Z Compiling zip v0.6.6
21912026-07-18T16:38:10.362Z Compiling iddqd v0.4.2
21922026-07-18T16:38:10.607Z Compiling crossterm v0.28.1
21932026-07-18T16:38:10.700Z Compiling clap v4.6.1
21942026-07-18T16:38:10.799Z Compiling serde_with v3.17.0
21952026-07-18T16:38:10.874Z Compiling similar v2.7.0
21962026-07-18T16:38:10.910Z Compiling byte-wrapper v0.1.0
21972026-07-18T16:38:11.096Z Compiling strum v0.26.3
21982026-07-18T16:38:11.232Z Compiling toml v0.7.8
21992026-07-18T16:38:11.255Z Compiling tokio-stream v0.1.18
22002026-07-18T16:38:11.312Z Compiling buf-list v1.1.2
22012026-07-18T16:38:11.584Z Compiling x509-cert v0.2.5
22022026-07-18T16:38:11.616Z Compiling itertools v0.13.0
22032026-07-18T16:38:11.726Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-18T16:38:12.042Z Compiling openapiv3 v2.2.0
22052026-07-18T16:38:12.684Z Compiling lalrpop-util v0.19.12
22062026-07-18T16:38:12.699Z Compiling peg-runtime v0.8.5
22072026-07-18T16:38:29.448Z Compiling rustls-webpki v0.103.13
22082026-07-18T16:38:29.923Z Compiling macaddr v1.0.1
22092026-07-18T16:38:30.054Z Compiling structmeta-derive v0.3.0
22102026-07-18T16:38:30.071Z Compiling crucible-workspace-hack v0.1.0
22112026-07-18T16:38:30.225Z Compiling rayon-core v1.13.0
22122026-07-18T16:38:30.255Z Compiling itertools v0.14.0
22132026-07-18T16:38:30.323Z Compiling secrecy v0.10.3
22142026-07-18T16:38:30.403Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-18T16:38:30.419Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-07-18T16:38:30.468Z Compiling heapless v0.8.0
22172026-07-18T16:38:30.608Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-07-18T16:38:30.625Z Compiling crossbeam-deque v0.8.6
22192026-07-18T16:38:30.651Z Compiling inout v0.1.4
22202026-07-18T16:38:30.669Z Compiling hash32 v0.3.1
22212026-07-18T16:38:30.832Z Compiling multer v3.1.0
22222026-07-18T16:38:30.848Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-18T16:38:30.865Z Compiling thread_local v1.1.9
22242026-07-18T16:38:30.880Z Compiling match_cfg v0.1.0
22252026-07-18T16:38:30.966Z Compiling compression-core v0.4.31
22262026-07-18T16:38:30.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-07-18T16:38:31.019Z Compiling unicode-width v0.2.0
22282026-07-18T16:38:31.068Z Compiling slog-async v2.8.0
22292026-07-18T16:38:31.085Z Compiling structmeta v0.3.0
22302026-07-18T16:38:31.168Z Compiling smoltcp v0.11.0
22312026-07-18T16:38:31.231Z Compiling proc-macro-crate v3.4.0
22322026-07-18T16:38:31.270Z Compiling compression-codecs v0.4.37
22332026-07-18T16:38:31.310Z Compiling derive-ex v0.1.8
22342026-07-18T16:38:31.425Z Compiling hostname v0.3.1
22352026-07-18T16:38:31.557Z Compiling ingot-macros v0.1.1
22362026-07-18T16:38:31.560Z Compiling cipher v0.4.4
22372026-07-18T16:38:31.611Z Compiling atomicwrites v0.4.4
22382026-07-18T16:38:31.655Z Compiling slog-json v2.6.1
22392026-07-18T16:38:31.687Z Compiling crossbeam-channel v0.5.15
22402026-07-18T16:38:31.831Z Compiling half v2.7.1
22412026-07-18T16:38:31.920Z Compiling newtype-uuid-macros v0.1.0
22422026-07-18T16:38:31.946Z Compiling cobs v0.3.0
22432026-07-18T16:38:31.954Z Compiling universal-hash v0.5.1
22442026-07-18T16:38:32.114Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-18T16:38:32.136Z Compiling async-stream-impl v0.3.6
22462026-07-18T16:38:32.196Z Compiling serde_spanned v1.1.1
22472026-07-18T16:38:32.231Z Compiling toml_datetime v1.1.1+spec-1.1.0
22482026-07-18T16:38:32.367Z Compiling is-terminal v0.4.17
22492026-07-18T16:38:32.383Z Compiling dropshot v0.17.1
22502026-07-18T16:38:32.491Z Compiling proc-macro-error-attr v1.0.4
22512026-07-18T16:38:32.615Z Compiling term v1.2.1
22522026-07-18T16:38:32.699Z Compiling take_mut v0.2.2
22532026-07-18T16:38:32.716Z Compiling convert_case v0.4.0
22542026-07-18T16:38:32.745Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-07-18T16:38:32.760Z Compiling opaque-debug v0.3.1
22562026-07-18T16:38:32.844Z Compiling toml_writer v1.1.1+spec-1.1.0
22572026-07-18T16:38:32.859Z Compiling ciborium-io v0.2.2
22582026-07-18T16:38:32.874Z Compiling test-strategy v0.4.5
22592026-07-18T16:38:32.973Z Compiling tokio-rustls v0.26.4
22602026-07-18T16:38:32.988Z Compiling rustls-platform-verifier v0.6.2
22612026-07-18T16:38:33.041Z Compiling tough v0.22.0
22622026-07-18T16:38:33.128Z Compiling derive_more v0.99.20
22632026-07-18T16:38:33.143Z Compiling toml v1.1.2+spec-1.1.0
22642026-07-18T16:38:33.194Z Compiling thiserror-no-std v2.0.2
22652026-07-18T16:38:33.213Z Compiling hyper-rustls v0.27.7
22662026-07-18T16:38:33.283Z Compiling slog-term v2.9.2
22672026-07-18T16:38:33.307Z Compiling ciborium-ll v0.2.2
22682026-07-18T16:38:33.531Z Compiling reqwest v0.13.2
22692026-07-18T16:38:33.592Z Compiling poly1305 v0.8.0
22702026-07-18T16:38:33.984Z Compiling async-stream v0.3.6
22712026-07-18T16:38:34.195Z Compiling ingot-types v0.1.2
22722026-07-18T16:38:34.210Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-07-18T16:38:34.285Z Compiling postcard v1.1.3
22742026-07-18T16:38:34.463Z Compiling slog-bunyan v2.5.0
22752026-07-18T16:38:34.541Z Compiling chacha20 v0.9.1
22762026-07-18T16:38:34.565Z Compiling num_enum_derive v0.7.6
22772026-07-18T16:38:34.665Z Compiling ingot v0.1.1
22782026-07-18T16:38:34.681Z Compiling async-compression v0.4.41
22792026-07-18T16:38:34.816Z Compiling parse-display-derive v0.10.0
22802026-07-18T16:38:35.170Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-18T16:38:35.188Z Compiling sha1 v0.11.0
22822026-07-18T16:38:35.356Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-18T16:38:35.576Z Compiling proc-macro-crate v1.3.1
22842026-07-18T16:38:35.604Z Compiling waitgroup v0.1.2
22852026-07-18T16:38:35.632Z Compiling backon v1.6.0
22862026-07-18T16:38:35.915Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22872026-07-18T16:38:35.915Z Compiling password-hash v0.5.0
22882026-07-18T16:38:35.948Z Compiling rustls-pemfile v2.2.0
22892026-07-18T16:38:35.952Z Compiling dropshot_endpoint v0.17.1
22902026-07-18T16:38:35.952Z Compiling blake2 v0.10.6
22912026-07-18T16:38:36.018Z Compiling aead v0.5.2
22922026-07-18T16:38:36.258Z Compiling foreign-types-macros v0.2.3
22932026-07-18T16:38:36.284Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22942026-07-18T16:38:36.319Z Compiling serde_path_to_error v0.1.20
22952026-07-18T16:38:36.484Z Compiling hostname v0.4.2
22962026-07-18T16:38:36.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22972026-07-18T16:38:36.624Z Compiling proc-macro-error v1.0.4
22982026-07-18T16:38:36.682Z Compiling instant v0.1.13
22992026-07-18T16:38:36.736Z Compiling foreign-types-shared v0.3.1
23002026-07-18T16:38:36.794Z Compiling debug-ignore v1.0.5
23012026-07-18T16:38:36.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-07-18T16:38:36.838Z Compiling backoff v0.4.0
23032026-07-18T16:38:36.854Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-18T16:38:36.890Z Compiling foreign-types v0.5.0
23052026-07-18T16:38:36.922Z Compiling parse-display v0.10.0
23062026-07-18T16:38:36.925Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-18T16:38:36.925Z Compiling argon2 v0.5.3
23082026-07-18T16:38:36.970Z Compiling chacha20poly1305 v0.10.1
23092026-07-18T16:38:37.011Z Compiling num_enum_derive v0.5.11
23102026-07-18T16:38:37.027Z Compiling num_enum v0.7.6
23112026-07-18T16:38:37.052Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23122026-07-18T16:38:37.139Z Compiling ciborium v0.2.2
23132026-07-18T16:38:37.199Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-07-18T16:38:37.281Z Compiling vsss-rs v3.3.4
23152026-07-18T16:38:37.322Z Compiling tabwriter v1.4.1
23162026-07-18T16:38:37.438Z Compiling regress v0.10.5
23172026-07-18T16:38:37.580Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-07-18T16:38:37.596Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23192026-07-18T16:38:37.648Z Compiling cstr-argument v0.1.2
23202026-07-18T16:38:37.723Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-07-18T16:38:37.782Z Compiling humantime v2.3.0
23222026-07-18T16:38:37.838Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-07-18T16:38:37.987Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-07-18T16:38:38.004Z Compiling rayon v1.11.0
23252026-07-18T16:38:38.022Z Compiling rand v0.10.1
23262026-07-18T16:38:38.038Z Compiling num_enum v0.5.11
23272026-07-18T16:38:38.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-07-18T16:38:38.158Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23292026-07-18T16:38:38.180Z Compiling libefi-sys v0.1.0
23302026-07-18T16:38:38.243Z Compiling indent_write v2.2.0
23312026-07-18T16:38:38.259Z Compiling colored v3.1.1
23322026-07-18T16:38:38.262Z Compiling zone_cfg_derive v0.3.1
23332026-07-18T16:38:38.287Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-07-18T16:38:38.430Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23352026-07-18T16:38:38.452Z Compiling camino-tempfile v1.4.1
23362026-07-18T16:38:38.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23372026-07-18T16:38:38.665Z Compiling itertools v0.12.1
23382026-07-18T16:38:38.679Z Compiling usdt-macro v0.5.0
23392026-07-18T16:38:38.846Z Compiling usdt-attr-macro v0.5.0
23402026-07-18T16:38:38.849Z Compiling num-derive v0.4.2
23412026-07-18T16:38:38.884Z Compiling bitfield-struct v0.6.2
23422026-07-18T16:38:38.901Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-18T16:38:38.934Z Compiling blake3 v1.8.5
23442026-07-18T16:38:38.953Z Compiling sigpipe v0.1.3
23452026-07-18T16:38:38.968Z Compiling memmap v0.7.0
23462026-07-18T16:38:39.018Z Compiling glob v0.3.3
23472026-07-18T16:38:39.060Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-07-18T16:38:39.103Z Compiling swrite v0.1.0
23492026-07-18T16:38:39.234Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23502026-07-18T16:38:39.406Z Compiling smf v0.2.3
23512026-07-18T16:38:39.534Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-07-18T16:38:39.538Z Compiling filetime v0.2.27
23532026-07-18T16:38:39.567Z Compiling arrayref v0.3.9
23542026-07-18T16:38:39.625Z Compiling usdt v0.5.0
23552026-07-18T16:38:39.657Z Compiling arrayvec v0.7.6
23562026-07-18T16:38:39.782Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-18T16:38:39.799Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23582026-07-18T16:38:39.802Z Compiling whoami v1.6.1
23592026-07-18T16:38:39.830Z Compiling constant_time_eq v0.4.2
23602026-07-18T16:38:39.865Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-18T16:38:39.880Z Compiling xattr v1.6.1
23622026-07-18T16:38:39.924Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-18T16:38:40.042Z Compiling zone v0.3.1
23642026-07-18T16:38:40.097Z Compiling tar v0.4.46
23652026-07-18T16:38:40.165Z Compiling tokio-dtrace v0.1.1
23662026-07-18T16:38:40.248Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-07-18T16:38:40.265Z Compiling console v0.16.2
23682026-07-18T16:38:40.280Z Compiling gethostname v0.5.0
23692026-07-18T16:38:40.503Z Compiling unit-prefix v0.5.2
23702026-07-18T16:38:40.507Z Compiling topological-sort v0.2.2
23712026-07-18T16:38:40.536Z Compiling oxide-tokio-rt v0.1.4
23722026-07-18T16:38:40.564Z Compiling toml v0.8.23
23732026-07-18T16:38:40.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-07-18T16:38:40.685Z Compiling indicatif v0.18.4
23752026-07-18T16:38:40.761Z Compiling shell-words v1.1.1
23762026-07-18T16:38:50.115Z Compiling progenitor-client v0.14.0
23772026-07-18T16:38:50.115Z Compiling omicron-zone-package v0.12.3
23782026-07-18T16:38:50.358Z Compiling progenitor-extras v0.2.0
23792026-07-18T16:38:50.740Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-07-18T16:38:50.756Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-07-18T16:38:50.858Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-07-18T16:38:50.891Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-07-18T16:38:50.894Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-07-18T16:38:50.923Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-07-18T16:38:51.060Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-07-18T16:38:51.225Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-07-18T16:38:51.774Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-07-18T16:38:55.718Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-07-18T16:39:03.749Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-07-18T16:39:06.933Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-07-18T16:39:07.985Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-07-18T16:39:17.455Z Finished `release` profile [optimized] target(s) in 1m 40s
23932026-07-18T16:39:17.600Z Running `target/release/omicron-package -t test target create -p dev`
23942026-07-18T16:39:17.668ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-07-18T16:39:17.671ZCreated new build target 'test' and set it as active
23962026-07-18T16:39:17.674Z
23972026-07-18T16:39:17.674Zreal 1:40.796465911
23982026-07-18T16:39:17.674Zuser 16:26.134476860
23992026-07-18T16:39:17.674Zsys 2:37.846064071
24002026-07-18T16:39:17.674Ztrap 0.455289921
24012026-07-18T16:39:17.674Ztflt 2.390669406
24022026-07-18T16:39:17.674Zdflt 4.285081313
24032026-07-18T16:39:17.674Zkflt 0.000429710
24042026-07-18T16:39:17.674Zlock 51:52.887775361
24052026-07-18T16:39:17.674Zslp 42:19.946417820
24062026-07-18T16:39:17.674Zlat 43.588693380
24072026-07-18T16:39:17.674Zstop 5:23.174280481
24082026-07-18T16:39:17.674Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-07-18T16:39:18.516Z Finished `release` profile [optimized] target(s) in 0.83s
24102026-07-18T16:39:18.589Z Running `target/release/omicron-package -t test package`
24112026-07-18T16:39:18.644ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-07-18T16:39:20.034Z Compiling heck v0.5.0
24132026-07-18T16:39:20.034Z Compiling regress v0.11.1
24142026-07-18T16:39:20.275Z Compiling unsafe-libyaml v0.2.11
24152026-07-18T16:39:20.297Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-07-18T16:39:20.323Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-07-18T16:39:20.326Z Compiling unicode-width v0.1.14
24182026-07-18T16:39:20.365Z Compiling derive-where v1.6.0
24192026-07-18T16:39:20.365Z Compiling bytecount v0.6.9
24202026-07-18T16:39:20.368Z Compiling atomicwrites v0.4.4
24212026-07-18T16:39:20.386Z Compiling is-terminal v0.4.17
24222026-07-18T16:39:20.389Z Compiling prettyplease v0.2.37
24232026-07-18T16:39:20.389Z Compiling console v0.15.11
24242026-07-18T16:39:20.466Z Compiling newline-converter v0.3.0
24252026-07-18T16:39:20.487Z Compiling slog-dtrace v0.3.0
24262026-07-18T16:39:20.510Z Compiling owo-colors v4.3.0
24272026-07-18T16:39:20.552Z Compiling cancel-safe-futures v0.1.5
24282026-07-18T16:39:20.576Z Compiling resolv-conf v0.7.6
24292026-07-18T16:39:20.599Z Compiling num-rational v0.4.2
24302026-07-18T16:39:20.664Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-07-18T16:39:20.685Z Compiling libsw-core v0.3.2
24322026-07-18T16:39:20.685Z Compiling num-complex v0.4.6
24332026-07-18T16:39:20.748Z Compiling thread_local v1.1.9
24342026-07-18T16:39:20.811Z Compiling serde_yaml v0.9.34+deprecated
24352026-07-18T16:39:20.832Z Compiling expectorate v1.2.0
24362026-07-18T16:39:20.923Z Compiling compression-core v0.4.31
24372026-07-18T16:39:20.942Z Compiling match_cfg v0.1.0
24382026-07-18T16:39:21.020Z Compiling hostname v0.3.1
24392026-07-18T16:39:21.075Z Compiling compression-codecs v0.4.37
24402026-07-18T16:39:21.097Z Compiling libsw v3.5.0
24412026-07-18T16:39:21.175Z Compiling num v0.4.3
24422026-07-18T16:39:21.207Z Compiling slog-async v2.8.0
24432026-07-18T16:39:21.232Z Compiling multer v3.1.0
24442026-07-18T16:39:21.270Z Compiling crossbeam-channel v0.5.15
24452026-07-18T16:39:21.290Z Compiling slog-json v2.6.1
24462026-07-18T16:39:21.313Z Compiling toml_datetime v1.1.1+spec-1.1.0
24472026-07-18T16:39:21.316Z Compiling serde_spanned v1.1.1
24482026-07-18T16:39:21.358Z Compiling toml_writer v1.1.1+spec-1.1.0
24492026-07-18T16:39:21.429Z Compiling term v1.2.1
24502026-07-18T16:39:21.493Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-07-18T16:39:21.527Z Compiling float-ord v0.3.2
24522026-07-18T16:39:21.588Z Compiling linked-hash-map v0.5.6
24532026-07-18T16:39:21.610Z Compiling take_mut v0.2.2
24542026-07-18T16:39:21.613Z Compiling linear-map v1.2.0
24552026-07-18T16:39:21.613Z Compiling toml v1.1.2+spec-1.1.0
24562026-07-18T16:39:21.613Z Compiling slog-bunyan v2.5.0
24572026-07-18T16:39:21.692Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-07-18T16:39:21.740Z Compiling slog-term v2.9.2
24592026-07-18T16:39:21.759Z Compiling async-compression v0.4.41
24602026-07-18T16:39:21.816Z Compiling typify-impl v0.6.2
24612026-07-18T16:39:21.837Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-07-18T16:39:21.883Z Compiling lru-cache v0.1.2
24632026-07-18T16:39:21.935Z Compiling dropshot v0.17.1
24642026-07-18T16:39:21.999Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-07-18T16:39:22.106Z Compiling async-stream v0.3.6
24662026-07-18T16:39:22.109Z Compiling sha1 v0.11.0
24672026-07-18T16:39:22.147Z Compiling progenitor-client v0.14.0
24682026-07-18T16:39:22.169Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-07-18T16:39:22.190Z Compiling waitgroup v0.1.2
24702026-07-18T16:39:22.255Z Compiling rustls-pemfile v2.2.0
24712026-07-18T16:39:22.300Z Compiling backon v1.6.0
24722026-07-18T16:39:22.303Z Compiling hostname v0.4.2
24732026-07-18T16:39:22.351Z Compiling serde_path_to_error v0.1.20
24742026-07-18T16:39:22.374Z Compiling instant v0.1.13
24752026-07-18T16:39:22.404Z Compiling debug-ignore v1.0.5
24762026-07-18T16:39:22.477Z Compiling minimal-lexical v0.2.1
24772026-07-18T16:39:22.498Z Compiling progenitor-extras v0.2.0
24782026-07-18T16:39:22.498Z Compiling backoff v0.4.0
24792026-07-18T16:39:22.542Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24802026-07-18T16:39:22.545Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24812026-07-18T16:39:22.546Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24822026-07-18T16:39:22.739Z Compiling nom v7.1.3
24832026-07-18T16:39:22.783Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24842026-07-18T16:39:22.813Z Compiling parse-display v0.10.0
24852026-07-18T16:39:22.834Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-07-18T16:39:22.855Z Compiling hickory-proto v0.24.4
24872026-07-18T16:39:23.105Z Compiling regress v0.10.5
24882026-07-18T16:39:23.476Z Compiling macaddr v1.0.1
24892026-07-18T16:39:23.498Z Compiling humantime v2.3.0
24902026-07-18T16:39:23.541Z Compiling unicode-xid v0.2.6
24912026-07-18T16:39:23.753Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-07-18T16:39:23.801Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24932026-07-18T16:39:23.921Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-07-18T16:39:24.118Z Compiling convert_case v0.10.0
24952026-07-18T16:39:24.146Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24962026-07-18T16:39:24.417Z Compiling derive_more-impl v2.1.1
24972026-07-18T16:39:24.648Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24982026-07-18T16:39:24.909Z Compiling toml v0.8.23
24992026-07-18T16:39:25.135Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25002026-07-18T16:39:25.163Z Compiling papergrid v0.11.0
25012026-07-18T16:39:25.219Z Compiling derive_more v2.1.1
25022026-07-18T16:39:25.310Z Compiling tabled_derive v0.7.0
25032026-07-18T16:39:25.332Z Compiling termtree v0.5.1
25042026-07-18T16:39:25.335Z Compiling typify-macro v0.6.2
25052026-07-18T16:39:25.454Z Compiling hickory-resolver v0.24.4
25062026-07-18T16:39:25.506Z Compiling crossterm v0.29.0
25072026-07-18T16:39:25.553Z Compiling phf_shared v0.12.1
25082026-07-18T16:39:25.827Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-07-18T16:39:26.231Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-07-18T16:39:26.376Z Compiling tabled v0.15.0
25112026-07-18T16:39:26.441Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-07-18T16:39:26.878Z Compiling typify v0.6.2
25132026-07-18T16:39:27.163Z Compiling progenitor-impl v0.14.0
25142026-07-18T16:39:27.594Z Compiling qorb v0.4.1
25152026-07-18T16:39:28.491Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25162026-07-18T16:39:29.024Z Compiling vte v0.14.1
25172026-07-18T16:39:29.282Z Compiling csv-core v0.1.13
25182026-07-18T16:39:29.362Z Compiling progenitor-macro v0.14.0
25192026-07-18T16:39:29.406Z Compiling chrono-tz v0.10.4
25202026-07-18T16:39:29.721Z Compiling highway v1.3.0
25212026-07-18T16:39:30.405Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25222026-07-18T16:39:30.473Z Compiling csv v1.4.0
25232026-07-18T16:39:30.728Z Compiling strip-ansi-escapes v0.2.1
25242026-07-18T16:39:30.787Z Compiling phf v0.12.1
25252026-07-18T16:39:30.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262026-07-18T16:39:30.993Z Compiling const_format_proc_macros v0.2.34
25272026-07-18T16:39:31.016Z Compiling fd-lock v4.0.4
25282026-07-18T16:39:31.194Z Compiling peg-macros v0.8.5
25292026-07-18T16:39:31.296Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-07-18T16:39:31.321Z Compiling nu-ansi-term v0.50.3
25312026-07-18T16:39:31.866Z Compiling const_format v0.2.35
25322026-07-18T16:39:31.931Z Compiling reedline v0.40.0
25332026-07-18T16:39:32.264Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25342026-07-18T16:39:32.369Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-07-18T16:39:32.481Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-07-18T16:39:33.038Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-18T16:39:33.404Z Compiling progenitor v0.14.0
25382026-07-18T16:39:33.487Z Compiling peg v0.8.5
25392026-07-18T16:39:33.587Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-07-18T16:39:33.608Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25412026-07-18T16:39:33.922Z Compiling bcs v0.1.6
25422026-07-18T16:39:34.297Z Compiling nom v8.0.0
25432026-07-18T16:39:34.372Z Compiling semver v0.1.20
25442026-07-18T16:39:34.666Z Compiling rustc_version v0.1.7
25452026-07-18T16:39:34.902Z Compiling newtype_derive v0.1.6
25462026-07-18T16:39:35.152Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25472026-07-18T16:39:35.395Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25482026-07-18T16:39:35.632Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-18T16:39:35.659Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25502026-07-18T16:39:35.762Z Compiling unicode-linebreak v0.1.5
25512026-07-18T16:39:35.968Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25522026-07-18T16:39:36.072Z Compiling smawk v0.3.2
25532026-07-18T16:39:36.264Z Compiling textwrap v0.16.2
25542026-07-18T16:39:36.392Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25552026-07-18T16:39:36.413Z Compiling steno v0.4.1
25562026-07-18T16:39:36.416Z Compiling base64 v0.21.7
25572026-07-18T16:39:36.461Z Compiling dropshot-api-manager-types v0.7.2
25582026-07-18T16:39:36.965Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25592026-07-18T16:39:37.049Z Compiling sha1 v0.10.6
25602026-07-18T16:39:37.087Z Compiling utf-8 v0.7.6
25612026-07-18T16:39:37.334Z Compiling tagptr v0.2.0
25622026-07-18T16:39:37.494Z Compiling moka v0.12.13
25632026-07-18T16:39:37.527Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-18T16:39:37.835Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-07-18T16:39:37.960Z Compiling tungstenite v0.21.0
25662026-07-18T16:39:38.010Z Compiling display-error-chain v0.2.2
25672026-07-18T16:39:38.394Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-07-18T16:39:38.431Z Compiling radium v0.7.0
25692026-07-18T16:39:38.531Z Compiling maybe-uninit v2.0.0
25702026-07-18T16:39:38.748Z Compiling hickory-resolver v0.25.2
25712026-07-18T16:39:38.794Z Compiling tokio-tungstenite v0.21.0
25722026-07-18T16:39:38.886Z Compiling tap v1.0.1
25732026-07-18T16:39:39.041Z Compiling wyz v0.5.1
25742026-07-18T16:39:39.186Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-07-18T16:39:39.423Z Compiling vergen-lib v0.1.6
25762026-07-18T16:39:39.601Z Compiling zerocopy-derive v0.6.6
25772026-07-18T16:39:39.667Z Compiling packed_struct v0.10.1
25782026-07-18T16:39:39.981Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25792026-07-18T16:39:40.131Z Compiling crc-catalog v2.4.0
25802026-07-18T16:39:40.268Z Compiling diesel_derives v2.3.7
25812026-07-18T16:39:40.420Z Compiling funty v2.0.0
25822026-07-18T16:39:40.551Z Compiling zerocopy v0.6.6
25832026-07-18T16:39:40.944Z Compiling bitvec v1.0.1
25842026-07-18T16:39:41.308Z Compiling crc v3.4.0
25852026-07-18T16:39:41.540Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-07-18T16:39:41.719Z Compiling scheduled-thread-pool v0.2.7
25872026-07-18T16:39:41.976Z Compiling dsl_auto_type v0.2.0
25882026-07-18T16:39:42.180Z Compiling packed_struct_codegen v0.10.1
25892026-07-18T16:39:42.265Z Compiling vergen-gitcl v1.0.8
25902026-07-18T16:39:42.319Z Compiling bitfield-macros v0.19.4
25912026-07-18T16:39:42.507Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25922026-07-18T16:39:42.552Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25932026-07-18T16:39:42.666Z Compiling diesel_table_macro_syntax v0.3.0
25942026-07-18T16:39:42.898Z Compiling dirs-sys-next v0.1.2
25952026-07-18T16:39:42.918Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-18T16:39:43.074Z Compiling indexmap v1.9.3
25972026-07-18T16:39:43.197Z Compiling nodrop v0.1.14
25982026-07-18T16:39:43.230Z Compiling crunchy v0.2.4
25992026-07-18T16:39:43.330Z Compiling maplit v1.0.2
26002026-07-18T16:39:43.352Z Compiling glob v0.3.3
26012026-07-18T16:39:43.375Z Compiling proc-macro-error2 v2.0.1
26022026-07-18T16:39:43.494Z Compiling array-init v0.0.4
26032026-07-18T16:39:43.692Z Compiling bitfield v0.19.4
26042026-07-18T16:39:43.723Z Compiling clang-sys v1.8.1
26052026-07-18T16:39:43.884Z Compiling dirs-next v2.0.0
26062026-07-18T16:39:44.072Z Compiling r2d2 v0.8.10
26072026-07-18T16:39:44.130Z Compiling smallvec v0.6.14
26082026-07-18T16:39:44.362Z Compiling num-derive v0.3.3
26092026-07-18T16:39:44.397Z Compiling downcast-rs v2.0.2
26102026-07-18T16:39:44.492Z Compiling tiny-keccak v2.0.2
26112026-07-18T16:39:44.525Z Compiling hashbrown v0.12.3
26122026-07-18T16:39:44.777Z Compiling serde-hex v0.1.0
26132026-07-18T16:39:44.950Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-07-18T16:39:45.017Z Compiling term v0.7.0
26152026-07-18T16:39:45.141Z Compiling tabled_derive v0.11.0
26162026-07-18T16:39:45.267Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-07-18T16:39:45.292Z Compiling libscf-sys v1.1.0
26182026-07-18T16:39:45.352Z Compiling ron v0.8.1
26192026-07-18T16:39:45.462Z Compiling papergrid v0.17.0
26202026-07-18T16:39:45.512Z Compiling testing_table v0.3.0
26212026-07-18T16:39:45.545Z Compiling hashbrown v0.13.2
26222026-07-18T16:39:45.673Z Compiling crc-any v2.5.0
26232026-07-18T16:39:45.959Z Compiling bit-vec v0.6.3
26242026-07-18T16:39:46.110Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-07-18T16:39:46.164Z Compiling bit-set v0.5.3
26262026-07-18T16:39:46.204Z Compiling object v0.30.4
26272026-07-18T16:39:46.246Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-07-18T16:39:46.350Z Compiling ascii-canvas v3.0.0
26292026-07-18T16:39:46.609Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26302026-07-18T16:39:46.774Z Compiling tabled v0.20.0
26312026-07-18T16:39:46.942Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26322026-07-18T16:39:47.158Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26332026-07-18T16:39:47.494Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-07-18T16:39:47.711Z Compiling progenitor-impl v0.13.0
26352026-07-18T16:39:47.783Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26362026-07-18T16:39:47.935Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-07-18T16:39:48.021Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26382026-07-18T16:39:48.128Z Compiling itertools v0.10.5
26392026-07-18T16:39:48.208Z Compiling ena v0.14.4
26402026-07-18T16:39:48.479Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-07-18T16:39:48.505Z Compiling libloading v0.8.9
26422026-07-18T16:39:48.660Z Compiling diesel v2.3.7
26432026-07-18T16:39:48.732Z Compiling unicase v2.9.0
26442026-07-18T16:39:48.754Z Compiling xshell-macros v0.2.7
26452026-07-18T16:39:49.039Z Compiling diff v0.1.13
26462026-07-18T16:39:49.182Z Compiling bindgen v0.71.1
26472026-07-18T16:39:49.277Z Compiling regex-syntax v0.6.29
26482026-07-18T16:39:49.316Z Compiling path-slash v0.1.5
26492026-07-18T16:39:49.448Z Compiling xshell v0.2.7
26502026-07-18T16:39:49.500Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-18T16:39:49.939Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-07-18T16:39:50.743Z Compiling lalrpop v0.19.12
26532026-07-18T16:39:51.096Z Compiling progenitor-macro v0.13.0
26542026-07-18T16:39:51.181Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26552026-07-18T16:39:52.089Z Compiling cexpr v0.6.0
26562026-07-18T16:39:52.479Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-07-18T16:39:52.721Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26582026-07-18T16:39:52.724Z Compiling progenitor-client v0.13.0
26592026-07-18T16:39:53.204Z Compiling rustc-hash v2.1.1
26602026-07-18T16:39:53.276Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-07-18T16:39:54.459Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-07-18T16:39:54.671Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-07-18T16:39:55.131Z Compiling progenitor v0.13.0
26642026-07-18T16:39:55.154Z Compiling headers-core v0.3.0
26652026-07-18T16:39:55.317Z Compiling libxml v0.3.3
26662026-07-18T16:39:55.338Z Compiling crc8 v0.1.1
26672026-07-18T16:39:55.359Z Compiling headers v0.4.1
26682026-07-18T16:39:55.476Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-07-18T16:39:55.636Z Compiling strum_macros v0.24.3
26702026-07-18T16:39:55.694Z Compiling indoc v1.0.9
26712026-07-18T16:39:55.748Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-07-18T16:39:55.798Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26732026-07-18T16:39:56.080Z Compiling derive_builder v0.20.2
26742026-07-18T16:39:56.180Z Compiling oso-derive v0.27.3
26752026-07-18T16:39:56.257Z Compiling quick-xml v0.37.5
26762026-07-18T16:39:56.491Z Compiling impl-trait-for-tuples v0.2.3
26772026-07-18T16:39:56.706Z Compiling openssl-probe v0.1.6
26782026-07-18T16:39:56.924Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-07-18T16:39:57.000Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-07-18T16:39:57.021Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-18T16:39:57.258Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26822026-07-18T16:39:57.571Z Compiling bb8 v0.8.6
26832026-07-18T16:39:57.654Z Compiling trait-variant v0.1.2
26842026-07-18T16:39:57.790Z Compiling half v1.8.3
26852026-07-18T16:39:57.991Z Compiling samael v0.0.19
26862026-07-18T16:39:58.020Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26872026-07-18T16:39:58.238Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26882026-07-18T16:39:58.261Z Compiling polar-core v0.27.3
26892026-07-18T16:39:58.281Z Compiling serde_cbor v0.11.2
26902026-07-18T16:39:58.773Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-07-18T16:39:58.998Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-07-18T16:39:59.205Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932026-07-18T16:39:59.276Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26942026-07-18T16:39:59.310Z Compiling nonempty v0.12.0
26952026-07-18T16:39:59.363Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-07-18T16:39:59.527Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-07-18T16:39:59.594Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-07-18T16:39:59.648Z Compiling fxhash v0.2.1
26992026-07-18T16:39:59.814Z Compiling libz-sys v1.1.24
27002026-07-18T16:40:00.011Z Compiling salty v0.3.0
27012026-07-18T16:40:00.350Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27022026-07-18T16:40:00.681Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-07-18T16:40:00.913Z Compiling kstat-rs v0.2.4
27042026-07-18T16:40:01.388Z Compiling arc-swap v1.8.2
27052026-07-18T16:40:01.458Z Compiling fs-err v2.11.0
27062026-07-18T16:40:01.883Z Compiling slog-scope v4.4.1
27072026-07-18T16:40:01.916Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082026-07-18T16:40:01.940Z Compiling mime_guess v2.0.5
27092026-07-18T16:40:01.962Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-07-18T16:40:02.473Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27112026-07-18T16:40:02.619Z Compiling rfc6979 v0.4.0
27122026-07-18T16:40:02.826Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27132026-07-18T16:40:03.126Z Compiling nanorand v0.7.0
27142026-07-18T16:40:03.429Z Compiling darling_core v0.23.0
27152026-07-18T16:40:03.492Z Compiling libgit2-sys v0.18.3+1.9.2
27162026-07-18T16:40:03.834Z Compiling parking_lot_core v0.8.6
27172026-07-18T16:40:04.175Z Compiling flume v0.11.1
27182026-07-18T16:40:04.238Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27192026-07-18T16:40:04.577Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27202026-07-18T16:40:05.580Z Compiling ecdsa v0.16.9
27212026-07-18T16:40:05.685Z Compiling darling_macro v0.23.0
27222026-07-18T16:40:05.763Z Compiling slog-stdlog v4.1.1
27232026-07-18T16:40:06.228Z Compiling diesel-dtrace v0.5.0
27242026-07-18T16:40:06.231Z Compiling async-bb8-diesel v0.2.1
27252026-07-18T16:40:06.409Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27262026-07-18T16:40:06.501Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27272026-07-18T16:40:06.580Z Compiling primeorder v0.13.6
27282026-07-18T16:40:06.669Z Compiling git-stub v1.0.0
27292026-07-18T16:40:06.895Z Compiling atty v0.2.14
27302026-07-18T16:40:06.936Z Compiling strsim v0.10.0
27312026-07-18T16:40:07.044Z Compiling http-range v0.1.5
27322026-07-18T16:40:07.292Z Compiling oso v0.27.3
27332026-07-18T16:40:07.375Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-07-18T16:40:07.638Z Compiling parse-size v1.1.0
27352026-07-18T16:40:07.766Z Compiling instability v0.3.11
27362026-07-18T16:40:07.872Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27372026-07-18T16:40:08.089Z Compiling darling_core v0.13.4
27382026-07-18T16:40:09.490Z Compiling git-stub-vcs v0.1.0
27392026-07-18T16:40:09.756Z Compiling p384 v0.13.1
27402026-07-18T16:40:09.848Z Compiling darling v0.23.0
27412026-07-18T16:40:09.962Z Compiling slog-envlogger v2.2.0
27422026-07-18T16:40:11.132Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-07-18T16:40:11.843Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442026-07-18T16:40:11.898Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27452026-07-18T16:40:13.357Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27462026-07-18T16:40:14.097Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27472026-07-18T16:40:14.122Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-07-18T16:40:14.251Z Compiling ignore v0.4.25
27492026-07-18T16:40:14.366Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-07-18T16:40:14.689Z Compiling vergen-git2 v9.1.0
27512026-07-18T16:40:14.932Z Compiling castaway v0.2.4
27522026-07-18T16:40:15.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-07-18T16:40:15.336Z Compiling indoc v2.0.7
27542026-07-18T16:40:15.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-18T16:40:15.858Z Compiling compact_str v0.8.1
27562026-07-18T16:40:16.589Z Compiling globwalk v0.9.1
27572026-07-18T16:40:17.035Z Compiling parking_lot v0.11.2
27582026-07-18T16:40:17.056Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27592026-07-18T16:40:17.250Z Compiling hyper-staticfile v0.10.1
27602026-07-18T16:40:17.509Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27612026-07-18T16:40:17.713Z Compiling darling_macro v0.13.4
27622026-07-18T16:40:17.999Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27632026-07-18T16:40:18.245Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27642026-07-18T16:40:18.283Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-07-18T16:40:18.348Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-18T16:40:18.431Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27672026-07-18T16:40:18.663Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27682026-07-18T16:40:19.063Z Compiling predicates-tree v1.0.13
27692026-07-18T16:40:19.198Z Compiling unicode-truncate v1.1.0
27702026-07-18T16:40:19.416Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27712026-07-18T16:40:19.523Z Compiling lru v0.12.5
27722026-07-18T16:40:19.662Z Compiling rand_seeder v0.4.0
27732026-07-18T16:40:19.741Z Compiling prefix-trie v0.7.0
27742026-07-18T16:40:19.764Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-07-18T16:40:19.925Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27762026-07-18T16:40:20.054Z Compiling cassowary v0.3.0
27772026-07-18T16:40:20.209Z Compiling corncobs v0.1.4
27782026-07-18T16:40:20.234Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-18T16:40:20.256Z Compiling hickory-server v0.25.2
27802026-07-18T16:40:20.307Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-07-18T16:40:20.356Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-18T16:40:20.459Z Compiling ratatui v0.29.0
27832026-07-18T16:40:20.510Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27842026-07-18T16:40:20.532Z Compiling camino-tempfile-ext v0.3.3
27852026-07-18T16:40:20.772Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-18T16:40:20.803Z Compiling darling v0.13.4
27872026-07-18T16:40:20.967Z Compiling sled v0.34.7
27882026-07-18T16:40:21.144Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-07-18T16:40:21.505Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-07-18T16:40:21.629Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-18T16:40:22.344Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-18T16:40:23.565Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-18T16:40:24.143Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-07-18T16:40:24.235Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-18T16:40:24.383Z Compiling secrecy v0.8.0
27962026-07-18T16:40:24.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-18T16:40:24.821Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-18T16:40:25.365Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27992026-07-18T16:40:25.910Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-07-18T16:40:26.244Z Compiling serde_with_macros v1.5.2
28012026-07-18T16:40:26.677Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-07-18T16:40:27.238Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-18T16:40:27.701Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-07-18T16:40:27.918Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-07-18T16:40:28.161Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-07-18T16:40:28.396Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28072026-07-18T16:40:28.643Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28082026-07-18T16:40:28.716Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-07-18T16:40:28.883Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-07-18T16:40:28.956Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28112026-07-18T16:40:29.128Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28122026-07-18T16:40:29.200Z Compiling void v1.0.2
28132026-07-18T16:40:29.344Z Compiling git2 v0.20.4
28142026-07-18T16:40:29.367Z Compiling lzss v0.8.2
28152026-07-18T16:40:29.746Z Compiling illumos-nvpair v0.3.0
28162026-07-18T16:40:29.959Z Compiling serde_with v1.14.0
28172026-07-18T16:40:30.242Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-18T16:40:30.670Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28192026-07-18T16:40:31.137Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28202026-07-18T16:40:31.262Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-18T16:40:32.344Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28222026-07-18T16:40:32.770Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28232026-07-18T16:40:32.988Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-07-18T16:40:33.279Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-18T16:40:34.010Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-18T16:40:34.258Z Compiling tungstenite v0.23.0
28272026-07-18T16:40:34.336Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-07-18T16:40:34.639Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-07-18T16:40:36.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-07-18T16:40:36.270Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28312026-07-18T16:40:36.369Z Compiling nix v0.27.1
28322026-07-18T16:40:36.518Z Compiling twox-hash v2.1.2
28332026-07-18T16:40:36.612Z Compiling serde_bytes v0.11.19
28342026-07-18T16:40:36.774Z Compiling tokio-tungstenite v0.23.1
28352026-07-18T16:40:36.913Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-18T16:40:37.026Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28372026-07-18T16:40:37.156Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28382026-07-18T16:40:37.211Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-07-18T16:40:37.401Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-07-18T16:40:37.606Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-07-18T16:40:38.967Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-07-18T16:40:39.612Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-18T16:40:41.409Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-18T16:40:41.661Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-07-18T16:40:41.833Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-07-18T16:40:42.109Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-07-18T16:40:42.359Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-07-18T16:40:42.406Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-07-18T16:40:42.717Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-07-18T16:40:42.977Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-07-18T16:40:43.312Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-07-18T16:40:43.903Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-07-18T16:40:44.418Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-07-18T16:40:45.929Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-07-18T16:40:47.580Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28562026-07-18T16:40:47.992Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-07-18T16:40:48.093Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-18T16:40:48.440Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-07-18T16:40:48.668Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-18T16:40:48.704Z Compiling signal-hook-tokio v0.3.1
28612026-07-18T16:40:48.906Z Compiling fatfs v0.3.6
28622026-07-18T16:40:49.546Z Compiling yasna v0.5.2
28632026-07-18T16:40:49.569Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-07-18T16:40:49.668Z Compiling is_ci v1.2.0
28652026-07-18T16:40:49.894Z Compiling assert_matches v1.5.0
28662026-07-18T16:40:49.997Z Compiling seq-macro v0.3.6
28672026-07-18T16:40:50.159Z Compiling rcgen v0.12.1
28682026-07-18T16:40:50.509Z Compiling supports-color v3.0.2
28692026-07-18T16:40:50.787Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-07-18T16:40:51.142Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-07-18T16:40:51.920Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-07-18T16:40:53.407Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-07-18T16:40:53.630Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28742026-07-18T16:40:53.695Z Compiling port-file v0.1.0
28752026-07-18T16:40:53.882Z Compiling rtoolbox v0.0.3
28762026-07-18T16:40:54.043Z Compiling subprocess v0.2.15
28772026-07-18T16:40:54.173Z Compiling rpassword v7.4.0
28782026-07-18T16:40:54.496Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792026-07-18T16:40:54.752Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28802026-07-18T16:40:55.752Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28812026-07-18T16:40:56.267Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-07-18T16:40:56.404Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-07-18T16:40:57.200Z Compiling tui-tree-widget v0.23.1
28842026-07-18T16:40:57.489Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28852026-07-18T16:40:58.885Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-07-18T16:40:59.545Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28872026-07-18T16:40:59.787Z Compiling uzers v0.12.2
28882026-07-18T16:40:59.894Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28892026-07-18T16:41:00.359Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28902026-07-18T16:41:01.394Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28912026-07-18T16:41:01.848Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28922026-07-18T16:41:03.645Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-07-18T16:41:04.539Z Compiling support-bundle-viewer v0.1.2
28942026-07-18T16:41:05.824Z Compiling multimap v0.10.1
28952026-07-18T16:41:20.319Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-07-18T16:41:21.122Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28972026-07-18T16:41:27.546Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-07-18T16:41:27.760Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-07-18T16:41:27.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29002026-07-18T16:48:49.455Z Finished `release` profile [optimized] target(s) in 9m 30s
29012026-07-18T16:49:38.107Z
29022026-07-18T16:49:38.107Zreal 10:20.410078770
29032026-07-18T16:49:38.107Zuser 1:19:56.674202618
29042026-07-18T16:49:38.110Zsys 3:29.987460471
29052026-07-18T16:49:38.110Ztrap 1.797280488
29062026-07-18T16:49:38.110Ztflt 2.224060703
29072026-07-18T16:49:38.110Zdflt 16.834770991
29082026-07-18T16:49:38.110Zkflt 0.005119090
29092026-07-18T16:49:38.110Zlock 7:25:09.255890705
29102026-07-18T16:49:38.110Zslp 2:16:02.296841175
29112026-07-18T16:49:38.110Zlat 2:26.247616554
29122026-07-18T16:49:38.110Zstop 5:10.535805002
29132026-07-18T16:49:38.110Z+ mapfile -t packages
29142026-07-18T16:49:38.110Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29152026-07-18T16:49:39.015Z Finished `release` profile [optimized] target(s) in 0.89s
29162026-07-18T16:49:39.092Z Running `target/release/omicron-package -t test list-outputs`
29172026-07-18T16:49:39.154ZLogging to: /work/oxidecomputer/omicron/out/LOG
29182026-07-18T16:49:39.157Z+ ptime -m cargo build --locked --release -p xtask
29192026-07-18T16:49:39.623Z Compiling libc v0.2.185
29202026-07-18T16:49:39.624Z Compiling serde_core v1.0.228
29212026-07-18T16:49:39.624Z Compiling serde v1.0.228
29222026-07-18T16:49:39.627Z Compiling rustix v1.1.3
29232026-07-18T16:49:39.627Z Compiling bitflags v2.11.0
29242026-07-18T16:49:39.744Z Compiling serde_json v1.0.150
29252026-07-18T16:49:39.774Z Compiling usdt-impl v0.5.0
29262026-07-18T16:49:39.791Z Compiling syn v2.0.117
29272026-07-18T16:49:39.801Z Compiling syn v1.0.109
29282026-07-18T16:49:39.813Z Compiling log v0.4.29
29292026-07-18T16:49:39.822Z Compiling getrandom v0.4.1
29302026-07-18T16:49:39.835Z Compiling indexmap v2.14.0
29312026-07-18T16:49:39.850Z Compiling fs-err v3.3.0
29322026-07-18T16:49:40.093Z Compiling anyhow v1.0.102
29332026-07-18T16:49:40.093Z Compiling heck v0.4.1
29342026-07-18T16:49:40.119Z Compiling once_cell v1.21.3
29352026-07-18T16:49:40.526Z Compiling thread-id v4.2.2
29362026-07-18T16:49:40.569Z Compiling errno v0.3.14
29372026-07-18T16:49:40.572Z Compiling memmap v0.7.0
29382026-07-18T16:49:41.277Z Compiling proc-macro-error v1.0.4
29392026-07-18T16:49:41.519Z Compiling tabled_derive v0.7.0
29402026-07-18T16:49:41.553Z Compiling terminal_size v0.4.3
29412026-07-18T16:49:41.553Z Compiling tempfile v3.25.0
29422026-07-18T16:49:41.656Z Compiling clap_builder v4.6.0
29432026-07-18T16:49:41.656Z Compiling textwrap v0.16.2
29442026-07-18T16:49:41.863Z Compiling camino v1.2.2
29452026-07-18T16:49:41.881Z Compiling semver v1.0.28
29462026-07-18T16:49:41.898Z Compiling cargo-platform v0.3.2
29472026-07-18T16:49:41.962Z Compiling pest_generator v2.8.6
29482026-07-18T16:49:42.174Z Compiling camino-tempfile v1.4.1
29492026-07-18T16:49:42.251Z Compiling tabled v0.15.0
29502026-07-18T16:49:42.571Z Compiling serde_derive v1.0.228
29512026-07-18T16:49:42.571Z Compiling thiserror-impl v1.0.69
29522026-07-18T16:49:42.575Z Compiling zerocopy-derive v0.7.35
29532026-07-18T16:49:42.575Z Compiling pest_derive v2.8.6
29542026-07-18T16:49:42.575Z Compiling scroll_derive v0.12.1
29552026-07-18T16:49:42.575Z Compiling thiserror-impl v2.0.18
29562026-07-18T16:49:42.575Z Compiling clap_derive v4.6.1
29572026-07-18T16:49:43.302Z Compiling scroll v0.12.0
29582026-07-18T16:49:43.467Z Compiling zerocopy v0.7.35
29592026-07-18T16:49:43.576Z Compiling goblin v0.8.2
29602026-07-18T16:49:43.760Z Compiling thiserror v1.0.69
29612026-07-18T16:49:43.876Z Compiling dtrace-parser v0.2.0
29622026-07-18T16:49:43.987Z Compiling thiserror v2.0.18
29632026-07-18T16:49:44.042Z Compiling clap v4.6.1
29642026-07-18T16:49:45.749Z Compiling dof v0.3.0
29652026-07-18T16:49:45.762Z Compiling serde_tokenstream v0.2.3
29662026-07-18T16:49:45.789Z Compiling toml_datetime v0.6.11
29672026-07-18T16:49:45.944Z Compiling serde_spanned v0.6.9
29682026-07-18T16:49:45.955Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29692026-07-18T16:49:45.959Z Compiling cargo_metadata v0.23.1
29702026-07-18T16:49:45.967Z Compiling macaddr v1.0.1
29712026-07-18T16:49:46.069Z Compiling toml_edit v0.22.27
29722026-07-18T16:49:46.464Z Compiling usdt-attr-macro v0.5.0
29732026-07-18T16:49:46.467Z Compiling usdt-macro v0.5.0
29742026-07-18T16:49:47.124Z Compiling usdt v0.5.0
29752026-07-18T16:49:47.608Z Compiling toml v0.8.23
29762026-07-18T16:49:48.051Z Compiling cargo_toml v0.21.0
29772026-07-18T16:49:52.502Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29782026-07-18T16:49:55.735Z Finished `release` profile [optimized] target(s) in 16.56s
29792026-07-18T16:49:55.840Z
29802026-07-18T16:49:55.840Zreal 16.649492204
29812026-07-18T16:49:55.840Zuser 2:05.735400957
29822026-07-18T16:49:55.840Zsys 14.144483695
29832026-07-18T16:49:55.840Ztrap 0.062928590
29842026-07-18T16:49:55.840Ztflt 0.487625305
29852026-07-18T16:49:55.843Zdflt 1.732155527
29862026-07-18T16:49:55.843Zkflt 0.000019960
29872026-07-18T16:49:55.843Zlock 4:28.020836627
29882026-07-18T16:49:55.843Zslp 2:43.181946393
29892026-07-18T16:49:55.843Zlat 3.992790999
29902026-07-18T16:49:55.843Zstop 15.196890774
29912026-07-18T16:49:55.843Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-18T16:49:55.843Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29932026-07-18T16:49:55.843Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-18T16:49:55.844Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29952026-07-18T16:49:55.844Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29962026-07-18T16:49:56.762Z Compiling progenitor-client v0.14.0
29972026-07-18T16:49:56.762Z Compiling newtype-uuid-macros v0.1.0
29982026-07-18T16:49:56.762Z Compiling match_cfg v0.1.0
29992026-07-18T16:49:56.762Z Compiling slog-json v2.6.1
30002026-07-18T16:49:56.762Z Compiling structmeta-derive v0.3.0
30012026-07-18T16:49:56.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-18T16:49:56.765Z Compiling sha1 v0.11.0
30032026-07-18T16:49:56.766Z Compiling multer v3.1.0
30042026-07-18T16:49:56.766Z Compiling debug-ignore v1.0.5
30052026-07-18T16:49:56.766Z Compiling compression-core v0.4.31
30062026-07-18T16:49:56.913Z Compiling itertools v0.14.0
30072026-07-18T16:49:56.916Z Compiling async-stream-impl v0.3.6
30082026-07-18T16:49:56.916Z Compiling toml_datetime v1.1.1+spec-1.1.0
30092026-07-18T16:49:56.927Z Compiling serde_spanned v1.1.1
30102026-07-18T16:49:56.955Z Compiling dropshot v0.17.1
30112026-07-18T16:49:56.971Z Compiling toml_writer v1.1.1+spec-1.1.0
30122026-07-18T16:49:57.062Z Compiling compression-codecs v0.4.37
30132026-07-18T16:49:57.133Z Compiling waitgroup v0.1.2
30142026-07-18T16:49:57.149Z Compiling rustls-pemfile v2.2.0
30152026-07-18T16:49:57.258Z Compiling toml v1.1.2+spec-1.1.0
30162026-07-18T16:49:57.292Z Compiling hostname v0.3.1
30172026-07-18T16:49:57.311Z Compiling async-compression v0.4.41
30182026-07-18T16:49:57.349Z Compiling dropshot_endpoint v0.17.1
30192026-07-18T16:49:57.388Z Compiling serde_path_to_error v0.1.20
30202026-07-18T16:49:57.392Z Compiling hostname v0.4.2
30212026-07-18T16:49:57.392Z Compiling atomicwrites v0.4.4
30222026-07-18T16:49:57.438Z Compiling slog-bunyan v2.5.0
30232026-07-18T16:49:57.472Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30242026-07-18T16:49:57.488Z Compiling macaddr v1.0.1
30252026-07-18T16:49:57.525Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30262026-07-18T16:49:57.545Z Compiling instant v0.1.13
30272026-07-18T16:49:57.581Z Compiling regress v0.10.5
30282026-07-18T16:49:57.584Z Compiling async-stream v0.3.6
30292026-07-18T16:49:57.615Z Compiling backon v1.6.0
30302026-07-18T16:49:57.647Z Compiling backoff v0.4.0
30312026-07-18T16:49:57.664Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-07-18T16:49:57.680Z Compiling humantime v2.3.0
30332026-07-18T16:49:57.683Z Compiling half v2.7.1
30342026-07-18T16:49:57.711Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-07-18T16:49:57.746Z Compiling ciborium-io v0.2.2
30362026-07-18T16:49:57.746Z Compiling crucible-workspace-hack v0.1.0
30372026-07-18T16:49:57.779Z Compiling regress v0.11.1
30382026-07-18T16:49:57.840Z Compiling progenitor-extras v0.2.0
30392026-07-18T16:49:57.863Z Compiling convert_case v0.4.0
30402026-07-18T16:49:57.880Z Compiling secrecy v0.10.3
30412026-07-18T16:49:57.964Z Compiling ciborium-ll v0.2.2
30422026-07-18T16:49:57.967Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30432026-07-18T16:49:57.998Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30442026-07-18T16:49:58.032Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30452026-07-18T16:49:58.069Z Compiling inout v0.1.4
30462026-07-18T16:49:58.111Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-07-18T16:49:58.129Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30482026-07-18T16:49:58.147Z Compiling ciborium v0.2.2
30492026-07-18T16:49:58.165Z Compiling unsafe-libyaml v0.2.11
30502026-07-18T16:49:58.212Z Compiling cipher v0.4.4
30512026-07-18T16:49:58.250Z Compiling thiserror-impl-no-std v2.0.2
30522026-07-18T16:49:58.272Z Compiling derive_more v0.99.20
30532026-07-18T16:49:58.305Z Compiling structmeta v0.3.0
30542026-07-18T16:49:58.367Z Compiling universal-hash v0.5.1
30552026-07-18T16:49:58.384Z Compiling opaque-debug v0.3.1
30562026-07-18T16:49:58.404Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-07-18T16:49:58.419Z Compiling blake2 v0.10.6
30582026-07-18T16:49:58.438Z Compiling chacha20 v0.9.1
30592026-07-18T16:49:58.475Z Compiling aead v0.5.2
30602026-07-18T16:49:58.492Z Compiling poly1305 v0.8.0
30612026-07-18T16:49:58.520Z Compiling password-hash v0.5.0
30622026-07-18T16:49:58.546Z Compiling derive-ex v0.1.8
30632026-07-18T16:49:58.579Z Compiling parse-display-derive v0.10.0
30642026-07-18T16:49:58.700Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30652026-07-18T16:49:58.727Z Compiling serde_yaml v0.9.34+deprecated
30662026-07-18T16:49:58.746Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-18T16:49:58.829Z Compiling argon2 v0.5.3
30682026-07-18T16:49:58.954Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-07-18T16:49:58.970Z Compiling chacha20poly1305 v0.10.1
30702026-07-18T16:49:59.008Z Compiling indent_write v2.2.0
30712026-07-18T16:49:59.025Z Compiling heapless v0.8.0
30722026-07-18T16:49:59.149Z Compiling ingot-macros v0.1.1
30732026-07-18T16:49:59.189Z Compiling tabwriter v1.4.1
30742026-07-18T16:49:59.273Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30752026-07-18T16:49:59.457Z Compiling typify-impl v0.6.2
30762026-07-18T16:49:59.504Z Compiling thiserror-no-std v2.0.2
30772026-07-18T16:49:59.553Z Compiling proc-macro-crate v3.4.0
30782026-07-18T16:49:59.568Z Compiling hash32 v0.3.1
30792026-07-18T16:49:59.615Z Compiling vsss-rs v3.3.4
30802026-07-18T16:49:59.756Z Compiling smoltcp v0.11.0
30812026-07-18T16:50:00.018Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-07-18T16:50:00.150Z Compiling num_enum_derive v0.7.6
30832026-07-18T16:50:00.198Z Compiling cobs v0.3.0
30842026-07-18T16:50:00.221Z Compiling colored v3.1.1
30852026-07-18T16:50:00.302Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-07-18T16:50:00.330Z Compiling test-strategy v0.4.5
30872026-07-18T16:50:00.377Z Compiling parse-display v0.10.0
30882026-07-18T16:50:00.419Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30892026-07-18T16:50:00.557Z Compiling postcard v1.1.3
30902026-07-18T16:50:00.578Z Compiling proc-macro-error v1.0.4
30912026-07-18T16:50:00.608Z Compiling proc-macro-crate v1.3.1
30922026-07-18T16:50:00.704Z Compiling rand v0.10.1
30932026-07-18T16:50:00.801Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30942026-07-18T16:50:00.898Z Compiling foreign-types-macros v0.2.3
30952026-07-18T16:50:00.935Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30962026-07-18T16:50:00.953Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30972026-07-18T16:50:00.968Z Compiling foreign-types-shared v0.3.1
30982026-07-18T16:50:01.089Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-07-18T16:50:01.106Z Compiling rayon-core v1.13.0
31002026-07-18T16:50:01.144Z Compiling num_enum_derive v0.5.11
31012026-07-18T16:50:01.292Z Compiling crossbeam-deque v0.8.6
31022026-07-18T16:50:01.296Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-18T16:50:01.296Z Compiling num_enum v0.7.6
31042026-07-18T16:50:01.342Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31052026-07-18T16:50:01.388Z Compiling cstr-argument v0.1.2
31062026-07-18T16:50:01.407Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31072026-07-18T16:50:01.519Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31082026-07-18T16:50:01.555Z Compiling foreign-types v0.5.0
31092026-07-18T16:50:01.575Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31102026-07-18T16:50:01.657Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-07-18T16:50:01.679Z Compiling zone_cfg_derive v0.3.1
31122026-07-18T16:50:01.732Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-07-18T16:50:01.755Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31142026-07-18T16:50:01.812Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-18T16:50:01.861Z Compiling itertools v0.12.1
31162026-07-18T16:50:01.902Z Compiling rayon v1.11.0
31172026-07-18T16:50:01.968Z Compiling num-derive v0.4.2
31182026-07-18T16:50:01.971Z Compiling sigpipe v0.1.3
31192026-07-18T16:50:02.004Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31202026-07-18T16:50:02.007Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-07-18T16:50:02.102Z Compiling glob v0.3.3
31222026-07-18T16:50:02.120Z Compiling ingot-types v0.1.2
31232026-07-18T16:50:02.139Z Compiling cpubits v0.1.1
31242026-07-18T16:50:02.180Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31252026-07-18T16:50:02.239Z Compiling smf v0.2.3
31262026-07-18T16:50:02.275Z Compiling num_enum v0.5.11
31272026-07-18T16:50:02.297Z Compiling whoami v1.6.1
31282026-07-18T16:50:02.414Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-07-18T16:50:02.431Z Compiling usdt-macro v0.5.0
31302026-07-18T16:50:02.434Z Compiling usdt-attr-macro v0.5.0
31312026-07-18T16:50:02.466Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31322026-07-18T16:50:02.537Z Compiling ingot v0.1.1
31332026-07-18T16:50:02.572Z Compiling gethostname v0.5.0
31342026-07-18T16:50:02.623Z Compiling num-rational v0.4.2
31352026-07-18T16:50:02.712Z Compiling pem-rfc7468 v1.0.0
31362026-07-18T16:50:02.751Z Compiling num-complex v0.4.6
31372026-07-18T16:50:02.796Z Compiling memmap v0.7.0
31382026-07-18T16:50:02.882Z Compiling derive-where v1.6.0
31392026-07-18T16:50:02.998Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-18T16:50:03.013Z Compiling float-ord v0.3.2
31412026-07-18T16:50:03.046Z Compiling zone v0.3.1
31422026-07-18T16:50:03.156Z Compiling num v0.4.3
31432026-07-18T16:50:03.159Z Compiling toml v0.8.23
31442026-07-18T16:50:03.188Z Compiling hmac v0.13.0
31452026-07-18T16:50:03.249Z Compiling universal-hash v0.6.1
31462026-07-18T16:50:03.266Z Compiling resolv-conf v0.7.6
31472026-07-18T16:50:03.269Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-18T16:50:03.319Z Compiling usdt v0.5.0
31492026-07-18T16:50:03.401Z Compiling cancel-safe-futures v0.1.5
31502026-07-18T16:50:03.404Z Compiling owo-colors v4.3.0
31512026-07-18T16:50:03.419Z Compiling polyval v0.7.1
31522026-07-18T16:50:03.453Z Compiling der v0.8.0
31532026-07-18T16:50:03.535Z Compiling libsw-core v0.3.2
31542026-07-18T16:50:03.620Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31552026-07-18T16:50:03.638Z Compiling prettyplease v0.2.37
31562026-07-18T16:50:03.707Z Compiling libsw v3.5.0
31572026-07-18T16:50:03.731Z Compiling ghash v0.6.0
31582026-07-18T16:50:03.750Z Compiling pbkdf2 v0.13.0
31592026-07-18T16:50:03.750Z Compiling aes v0.9.1
31602026-07-18T16:50:03.822Z Compiling console v0.15.11
31612026-07-18T16:50:03.910Z Compiling hickory-proto v0.24.4
31622026-07-18T16:50:03.910Z Compiling newline-converter v0.3.0
31632026-07-18T16:50:03.946Z Compiling ctr v0.10.1
31642026-07-18T16:50:03.962Z Compiling aead v0.6.1
31652026-07-18T16:50:04.027Z Compiling sha2 v0.11.0
31662026-07-18T16:50:04.068Z Compiling linear-map v1.2.0
31672026-07-18T16:50:04.147Z Compiling linked-hash-map v0.5.6
31682026-07-18T16:50:04.166Z Compiling typify-macro v0.6.2
31692026-07-18T16:50:04.184Z Compiling libefi-sys v0.1.0
31702026-07-18T16:50:04.229Z Compiling aes-gcm v0.11.0
31712026-07-18T16:50:04.268Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31722026-07-18T16:50:04.287Z Compiling expectorate v1.2.0
31732026-07-18T16:50:04.362Z Compiling spki v0.8.0
31742026-07-18T16:50:04.446Z Compiling lru-cache v0.1.2
31752026-07-18T16:50:04.463Z Compiling crypto-bigint v0.7.5
31762026-07-18T16:50:04.500Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31772026-07-18T16:50:04.503Z Compiling salsa20 v0.11.0
31782026-07-18T16:50:04.597Z Compiling cbc v0.2.1
31792026-07-18T16:50:04.615Z Compiling bitfield-struct v0.6.2
31802026-07-18T16:50:04.632Z Compiling nom v8.0.0
31812026-07-18T16:50:04.672Z Compiling semver v0.1.20
31822026-07-18T16:50:04.780Z Compiling scrypt v0.12.0
31832026-07-18T16:50:04.854Z Compiling tokio-dtrace v0.1.1
31842026-07-18T16:50:04.903Z Compiling rustc_version v0.1.7
31852026-07-18T16:50:04.965Z Compiling dropshot-api-manager-types v0.7.2
31862026-07-18T16:50:04.998Z Compiling slog-dtrace v0.3.0
31872026-07-18T16:50:05.101Z Compiling minimal-lexical v0.2.1
31882026-07-18T16:50:05.167Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-07-18T16:50:05.271Z Compiling newtype_derive v0.1.6
31902026-07-18T16:50:05.309Z Compiling oxide-tokio-rt v0.1.4
31912026-07-18T16:50:05.325Z Compiling nom v7.1.3
31922026-07-18T16:50:05.325Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-18T16:50:05.392Z Compiling pkcs5 v0.8.1
31942026-07-18T16:50:05.426Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-07-18T16:50:05.515Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31962026-07-18T16:50:05.628Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-18T16:50:05.657Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-07-18T16:50:05.657Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-07-18T16:50:05.692Z Compiling phf_shared v0.12.1
32002026-07-18T16:50:05.697Z Compiling csv-core v0.1.13
32012026-07-18T16:50:05.967Z Compiling xshell-macros v0.2.7
32022026-07-18T16:50:05.987Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32032026-07-18T16:50:06.024Z Compiling highway v1.3.0
32042026-07-18T16:50:06.044Z Compiling chrono-tz v0.10.4
32052026-07-18T16:50:06.047Z Compiling typify v0.6.2
32062026-07-18T16:50:06.080Z Compiling hickory-resolver v0.24.4
32072026-07-18T16:50:06.095Z Compiling unicode-xid v0.2.6
32082026-07-18T16:50:06.200Z Compiling progenitor-impl v0.14.0
32092026-07-18T16:50:06.250Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32102026-07-18T16:50:06.268Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32112026-07-18T16:50:06.287Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-07-18T16:50:06.354Z Compiling const_format_proc_macros v0.2.34
32132026-07-18T16:50:06.416Z Compiling xshell v0.2.7
32142026-07-18T16:50:06.432Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32152026-07-18T16:50:06.843Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32162026-07-18T16:50:06.992Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-07-18T16:50:07.009Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32182026-07-18T16:50:07.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-07-18T16:50:07.238Z Compiling qorb v0.4.1
32202026-07-18T16:50:07.276Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32212026-07-18T16:50:07.303Z Compiling csv v1.4.0
32222026-07-18T16:50:07.601Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32232026-07-18T16:50:07.785Z Compiling phf v0.12.1
32242026-07-18T16:50:07.835Z Compiling pkcs8 v0.11.0
32252026-07-18T16:50:07.892Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-07-18T16:50:08.021Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32272026-07-18T16:50:08.070Z Compiling const_format v0.2.35
32282026-07-18T16:50:08.088Z Compiling tabled_derive v0.7.0
32292026-07-18T16:50:08.240Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32302026-07-18T16:50:08.257Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-07-18T16:50:08.373Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32322026-07-18T16:50:08.421Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32332026-07-18T16:50:08.535Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342026-07-18T16:50:08.557Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-07-18T16:50:08.625Z Compiling bcs v0.1.6
32362026-07-18T16:50:08.875Z Compiling ff v0.14.0
32372026-07-18T16:50:08.968Z Compiling progenitor-macro v0.14.0
32382026-07-18T16:50:08.985Z Compiling salty v0.3.0
32392026-07-18T16:50:09.053Z Compiling termtree v0.5.1
32402026-07-18T16:50:09.131Z Compiling tagptr v0.2.0
32412026-07-18T16:50:09.149Z Compiling textwrap v0.16.2
32422026-07-18T16:50:09.243Z Compiling tabled v0.15.0
32432026-07-18T16:50:09.313Z Compiling moka v0.12.13
32442026-07-18T16:50:09.316Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-07-18T16:50:09.347Z Compiling steno v0.4.1
32462026-07-18T16:50:09.365Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-07-18T16:50:09.392Z Compiling sha1 v0.10.6
32482026-07-18T16:50:09.493Z Compiling signature v3.0.0
32492026-07-18T16:50:09.528Z Compiling radium v0.7.0
32502026-07-18T16:50:09.574Z Compiling base16ct v1.0.0
32512026-07-18T16:50:09.657Z Compiling base64 v0.21.7
32522026-07-18T16:50:09.710Z Compiling sec1 v0.8.1
32532026-07-18T16:50:09.788Z Compiling group v0.14.0
32542026-07-18T16:50:09.870Z Compiling hkdf v0.13.0
32552026-07-18T16:50:10.016Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-07-18T16:50:10.036Z Compiling hickory-resolver v0.25.2
32572026-07-18T16:50:10.039Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32582026-07-18T16:50:10.073Z Compiling rfc6979 v0.4.0
32592026-07-18T16:50:10.076Z Compiling tap v1.0.1
32602026-07-18T16:50:10.108Z Compiling maybe-uninit v2.0.0
32612026-07-18T16:50:10.149Z Compiling elliptic-curve v0.14.0-rc.33
32622026-07-18T16:50:10.230Z Compiling ecdsa v0.16.9
32632026-07-18T16:50:10.230Z Compiling wyz v0.5.1
32642026-07-18T16:50:10.469Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-07-18T16:50:10.497Z Compiling primeorder v0.13.6
32662026-07-18T16:50:10.518Z Compiling proc-macro-error-attr2 v2.0.0
32672026-07-18T16:50:10.666Z Compiling funty v2.0.0
32682026-07-18T16:50:10.805Z Compiling utf-8 v0.7.6
32692026-07-18T16:50:10.835Z Compiling parking_lot_core v0.8.6
32702026-07-18T16:50:10.893Z Compiling packed_struct v0.10.1
32712026-07-18T16:50:11.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-07-18T16:50:11.067Z Compiling proc-macro-error2 v2.0.1
32732026-07-18T16:50:11.203Z Compiling bitvec v1.0.1
32742026-07-18T16:50:11.261Z Compiling tungstenite v0.21.0
32752026-07-18T16:50:11.303Z Compiling p384 v0.13.1
32762026-07-18T16:50:11.421Z Compiling rfc6979 v0.5.0
32772026-07-18T16:50:11.465Z Compiling git-stub v1.0.0
32782026-07-18T16:50:11.596Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32792026-07-18T16:50:11.671Z Compiling num-derive v0.3.3
32802026-07-18T16:50:11.762Z Compiling packed_struct_codegen v0.10.1
32812026-07-18T16:50:11.893Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32822026-07-18T16:50:11.909Z Compiling bitfield-macros v0.19.4
32832026-07-18T16:50:11.950Z Compiling zerocopy-derive v0.6.6
32842026-07-18T16:50:12.008Z Compiling indexmap v1.9.3
32852026-07-18T16:50:12.029Z Compiling crc-catalog v2.4.0
32862026-07-18T16:50:12.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-07-18T16:50:12.171Z Compiling nodrop v0.1.14
32882026-07-18T16:50:12.261Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-07-18T16:50:12.298Z Compiling array-init v0.0.4
32902026-07-18T16:50:12.429Z Compiling crc v3.4.0
32912026-07-18T16:50:12.446Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32922026-07-18T16:50:12.539Z Compiling tokio-tungstenite v0.21.0
32932026-07-18T16:50:12.691Z Compiling git-stub-vcs v0.1.0
32942026-07-18T16:50:12.709Z Compiling ecdsa v0.17.0-rc.18
32952026-07-18T16:50:12.731Z Compiling libscf-sys v1.1.0
32962026-07-18T16:50:12.750Z Compiling bitfield v0.19.4
32972026-07-18T16:50:12.781Z Compiling smallvec v0.6.14
32982026-07-18T16:50:12.838Z Compiling tabled_derive v0.11.0
32992026-07-18T16:50:12.935Z Compiling zerocopy v0.6.6
33002026-07-18T16:50:12.938Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-07-18T16:50:13.029Z Compiling primeorder v0.14.0-rc.10
33022026-07-18T16:50:13.094Z Compiling primefield v0.14.0
33032026-07-18T16:50:13.097Z Compiling progenitor-impl v0.13.0
33042026-07-18T16:50:13.148Z Compiling papergrid v0.17.0
33052026-07-18T16:50:13.176Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33062026-07-18T16:50:13.179Z Compiling testing_table v0.3.0
33072026-07-18T16:50:13.230Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-07-18T16:50:13.307Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-07-18T16:50:13.353Z Compiling curve25519-dalek v5.0.0-rc.0
33102026-07-18T16:50:13.377Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33112026-07-18T16:50:13.380Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-07-18T16:50:13.448Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-07-18T16:50:13.518Z Compiling corncobs v0.1.4
33142026-07-18T16:50:13.641Z Compiling hashbrown v0.12.3
33152026-07-18T16:50:13.700Z Compiling illumos-nvpair-sys v0.2.0
33162026-07-18T16:50:13.725Z Compiling unicase v2.9.0
33172026-07-18T16:50:13.804Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-18T16:50:13.937Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-18T16:50:13.957Z Compiling mime_guess v2.0.5
33202026-07-18T16:50:13.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-07-18T16:50:14.014Z Compiling parking_lot v0.11.2
33222026-07-18T16:50:14.115Z Compiling tabled v0.20.0
33232026-07-18T16:50:14.140Z Compiling progenitor v0.14.0
33242026-07-18T16:50:14.158Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-07-18T16:50:14.218Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-07-18T16:50:14.315Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33272026-07-18T16:50:14.333Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-07-18T16:50:14.333Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33292026-07-18T16:50:14.378Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33302026-07-18T16:50:14.423Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-07-18T16:50:14.525Z Compiling serde-hex v0.1.0
33322026-07-18T16:50:14.576Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33332026-07-18T16:50:14.871Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-07-18T16:50:14.889Z Compiling ron v0.8.1
33352026-07-18T16:50:14.907Z Compiling ssh-encoding v0.3.0-rc.9
33362026-07-18T16:50:14.926Z Compiling hashbrown v0.13.2
33372026-07-18T16:50:14.961Z Compiling progenitor-client v0.13.0
33382026-07-18T16:50:14.976Z Compiling prefix-trie v0.7.0
33392026-07-18T16:50:15.114Z Compiling fxhash v0.2.1
33402026-07-18T16:50:15.271Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33412026-07-18T16:50:15.287Z Compiling secrecy v0.8.0
33422026-07-18T16:50:15.308Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-07-18T16:50:15.394Z Compiling crc-any v2.5.0
33442026-07-18T16:50:15.471Z Compiling object v0.30.4
33452026-07-18T16:50:15.572Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-07-18T16:50:15.688Z Compiling hickory-server v0.25.2
33472026-07-18T16:50:15.803Z Compiling progenitor-macro v0.13.0
33482026-07-18T16:50:15.884Z Compiling sled v0.34.7
33492026-07-18T16:50:15.908Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33502026-07-18T16:50:16.445Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-07-18T16:50:16.611Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33522026-07-18T16:50:16.655Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-07-18T16:50:16.706Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-07-18T16:50:16.980Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33552026-07-18T16:50:17.343Z Compiling ed25519 v3.0.0
33562026-07-18T16:50:17.456Z Compiling crypto-primes v0.7.2
33572026-07-18T16:50:17.583Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-07-18T16:50:17.666Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-07-18T16:50:18.423Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33602026-07-18T16:50:18.493Z Compiling pkcs1 v0.8.0-rc.4
33612026-07-18T16:50:18.513Z Compiling poly1305 v0.9.0
33622026-07-18T16:50:18.532Z Compiling blowfish v0.10.0
33632026-07-18T16:50:18.770Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33642026-07-18T16:50:18.789Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-07-18T16:50:18.804Z Compiling blake2 v0.11.0-rc.6
33662026-07-18T16:50:18.824Z Compiling keccak v0.2.0
33672026-07-18T16:50:18.918Z Compiling crc8 v0.1.1
33682026-07-18T16:50:19.017Z Compiling half v1.8.3
33692026-07-18T16:50:19.040Z Compiling path-slash v0.1.5
33702026-07-18T16:50:19.059Z Compiling fiat-crypto v0.3.0
33712026-07-18T16:50:19.077Z Compiling http-range v0.1.5
33722026-07-18T16:50:19.212Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-07-18T16:50:19.301Z Compiling serde_cbor v0.11.2
33742026-07-18T16:50:19.318Z Compiling argon2 v0.6.0-rc.8
33752026-07-18T16:50:19.336Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33762026-07-18T16:50:19.372Z Compiling sha3 v0.11.0
33772026-07-18T16:50:19.429Z Compiling ssh-cipher v0.3.0-rc.9
33782026-07-18T16:50:19.485Z Compiling rsa v0.10.0-rc.18
33792026-07-18T16:50:19.631Z Compiling bcrypt-pbkdf v0.11.0
33802026-07-18T16:50:19.811Z Compiling ed25519-dalek v3.0.0-rc.0
33812026-07-18T16:50:19.930Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33822026-07-18T16:50:19.960Z Compiling illumos-nvpair v0.3.0
33832026-07-18T16:50:20.428Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-07-18T16:50:20.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33852026-07-18T16:50:20.498Z Compiling p256 v0.14.0-rc.10
33862026-07-18T16:50:20.518Z Compiling p521 v0.14.0-rc.10
33872026-07-18T16:50:20.593Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33882026-07-18T16:50:20.675Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-07-18T16:50:20.701Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33902026-07-18T16:50:20.716Z Compiling yasna v0.5.2
33912026-07-18T16:50:20.734Z Compiling kstat-rs v0.2.4
33922026-07-18T16:50:20.908Z Compiling headers-core v0.3.0
33932026-07-18T16:50:21.005Z Compiling progenitor v0.13.0
33942026-07-18T16:50:21.058Z Compiling kem v0.3.0
33952026-07-18T16:50:21.072Z Compiling module-lattice v0.2.3
33962026-07-18T16:50:21.184Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-07-18T16:50:21.188Z Compiling nanorand v0.7.0
33982026-07-18T16:50:21.218Z Compiling atty v0.2.14
33992026-07-18T16:50:21.352Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-07-18T16:50:21.372Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34012026-07-18T16:50:21.390Z Compiling ml-kem v0.3.2
34022026-07-18T16:50:21.432Z Compiling flume v0.11.1
34032026-07-18T16:50:21.491Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-07-18T16:50:21.521Z Compiling rcgen v0.12.1
34052026-07-18T16:50:21.736Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-07-18T16:50:21.777Z Compiling headers v0.4.1
34072026-07-18T16:50:21.794Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-07-18T16:50:21.929Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34092026-07-18T16:50:22.270Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-07-18T16:50:22.337Z Compiling hyper-staticfile v0.10.1
34112026-07-18T16:50:22.442Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34122026-07-18T16:50:22.565Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34132026-07-18T16:50:22.812Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-07-18T16:50:22.832Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-07-18T16:50:22.851Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34162026-07-18T16:50:22.874Z Compiling russh-cryptovec v0.61.0
34172026-07-18T16:50:23.131Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34182026-07-18T16:50:23.163Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-07-18T16:50:23.362Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34202026-07-18T16:50:23.546Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-07-18T16:50:23.549Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-07-18T16:50:23.637Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-07-18T16:50:23.797Z Compiling internal-russh-num-bigint v0.5.0
34242026-07-18T16:50:23.859Z Compiling port-file v0.1.0
34252026-07-18T16:50:23.924Z Compiling num-bigint v0.4.6
34262026-07-18T16:50:24.107Z Compiling generic-array v1.4.3
34272026-07-18T16:50:24.139Z Compiling russh-util v0.52.0
34282026-07-18T16:50:24.254Z Compiling enum_dispatch v0.3.13
34292026-07-18T16:50:24.307Z Compiling p384 v0.14.0-rc.10
34302026-07-18T16:50:24.328Z Compiling delegate v0.13.5
34312026-07-18T16:50:24.395Z Compiling subprocess v0.2.15
34322026-07-18T16:50:24.530Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-07-18T16:50:24.613Z Compiling hex-literal v1.1.0
34342026-07-18T16:50:24.737Z Compiling display-error-chain v0.2.2
34352026-07-18T16:50:24.756Z Compiling md5 v0.8.0
34362026-07-18T16:50:24.907Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-07-18T16:50:24.928Z Compiling colored v2.2.0
34382026-07-18T16:50:25.012Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-07-18T16:50:25.056Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-18T16:50:25.112Z Compiling socket2 v0.5.10
34412026-07-18T16:50:25.170Z Compiling internet-checksum v0.2.1
34422026-07-18T16:50:26.178Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-18T16:50:26.436Z Compiling ssh-key v0.7.0-rc.10
34442026-07-18T16:50:26.879Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-07-18T16:50:27.351Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-18T16:50:27.712Z Compiling russh v0.61.2
34472026-07-18T16:50:28.216Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-18T16:50:29.639Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-18T16:50:37.997Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-07-18T16:50:37.997Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-07-18T16:50:38.001Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-07-18T16:50:38.001Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-18T16:50:39.742Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-18T16:50:39.801Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-18T16:50:43.820Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-18T16:51:23.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34572026-07-18T16:51:23.417Z
34582026-07-18T16:51:23.417Zreal 1:27.513399330
34592026-07-18T16:51:23.418Zuser 8:43.361458230
34602026-07-18T16:51:23.418Zsys 1:44.653777431
34612026-07-18T16:51:23.418Ztrap 0.263949880
34622026-07-18T16:51:23.418Ztflt 0.435275296
34632026-07-18T16:51:23.418Zdflt 1.404849439
34642026-07-18T16:51:23.420Zkflt 0.000283910
34652026-07-18T16:51:23.420Zlock 31:02.808312938
34662026-07-18T16:51:23.420Zslp 19:56.330869912
34672026-07-18T16:51:23.420Zlat 42.912419970
34682026-07-18T16:51:23.421Zstop 3:06.411149255
34692026-07-18T16:51:23.421Z+ mkdir tests
34702026-07-18T16:51:23.423Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-18T16:51:23.424Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-18T16:51:23.448Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbc415f6e3f29891 tests/
34732026-07-18T16:51:23.478Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d4260c7f856a9489 tests/
34742026-07-18T16:51:23.508Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fcaff78e173c553f tests/
34752026-07-18T16:51:23.538Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-986220471772af2d tests/
34762026-07-18T16:51:23.882Z+ 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)
34772026-07-18T16:51:23.885Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-d4260c7f856a9489 tests/commtest-fcaff78e173c553f tests/dhcp_server-fbc415f6e3f29891 tests/end_to_end_tests-986220471772af2d tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34782026-07-18T16:52:44.122ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-18T16:52:44.122Za .github/buildomat/ci-env.sh 1K
34802026-07-18T16:52:44.122Za out/target/test 1K
34812026-07-18T16:52:44.122Za out/npuzone/npuzone 27402K
34822026-07-18T16:52:44.122Za package-manifest.toml 35K
34832026-07-18T16:52:44.122Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-18T16:52:44.122Za target/release/omicron-package 40717K
34852026-07-18T16:52:44.122Za target/release/xtask 10468K
34862026-07-18T16:52:44.122Za target/debug/bootstrap 349464K
34872026-07-18T16:52:44.122Za tests/bootstrap-d4260c7f856a9489 31974K
34882026-07-18T16:52:44.122Za tests/commtest-fcaff78e173c553f 32169K
34892026-07-18T16:52:44.122Za tests/dhcp_server-fbc415f6e3f29891 31974K
34902026-07-18T16:52:44.122Za tests/end_to_end_tests-986220471772af2d 399343K
34912026-07-18T16:52:44.122Za tools/opte_version 1K
34922026-07-18T16:52:44.122Za tools/opte_version_override 2K
34932026-07-18T16:52:44.122Za out/clickhouse.tar.gz 310727K
34942026-07-18T16:52:44.122Za out/clickhouse_keeper.tar.gz 297195K
34952026-07-18T16:52:44.122Za out/clickhouse_server.tar.gz 310724K
34962026-07-18T16:52:44.122Za out/cockroachdb.tar.gz 161725K
34972026-07-18T16:52:44.122Za out/crucible-pantry-zone.tar.gz 39106K
34982026-07-18T16:52:44.122Za out/crucible-utils.tar 18900K
34992026-07-18T16:52:44.123Za out/crucible-zone.tar.gz 53802K
35002026-07-18T16:52:44.123Za out/external-dns.tar.gz 46699K
35012026-07-18T16:52:44.123Za out/internal-dns.tar.gz 46698K
35022026-07-18T16:52:44.123Za out/mg-ddm-gz.tar 102717K
35032026-07-18T16:52:44.123Za out/nexus.tar.gz 274362K
35042026-07-18T16:52:44.123Za out/ntp.tar.gz 29903K
35052026-07-18T16:52:44.123Za out/omicron-gateway-softnpu.tar.gz 27702K
35062026-07-18T16:52:44.123Za out/omicron-sled-agent.tar 190805K
35072026-07-18T16:52:44.123Za out/overlay.tar.gz 4K
35082026-07-18T16:52:44.123Za out/oximeter.tar.gz 60683K
35092026-07-18T16:52:44.123Za out/oxlog.tar 3808K
35102026-07-18T16:52:44.123Za out/probe.tar.gz 3037K
35112026-07-18T16:52:44.123Za out/propolis-server.tar.gz 34372K
35122026-07-18T16:52:44.123Za out/pumpkind-gz.tar 26647K
35132026-07-18T16:52:44.123Za out/switch-softnpu.tar.gz 451379K
35142026-07-18T16:52:44.127Z
35152026-07-18T16:52:44.127Zreal 1:20.237026827
35162026-07-18T16:52:44.127Zuser 1:17.579590488
35172026-07-18T16:52:44.127Zsys 4.429372222
35182026-07-18T16:52:44.127Ztrap 0.006455452
35192026-07-18T16:52:44.127Ztflt 0.000000000
35202026-07-18T16:52:44.127Zdflt 0.000000000
35212026-07-18T16:52:44.127Zkflt 0.000000000
35222026-07-18T16:52:44.127Zlock 0.000000000
35232026-07-18T16:52:44.127Zslp 1:17.440065986
35242026-07-18T16:52:44.127Zlat 1.013018841
35252026-07-18T16:52:44.127Zstop 0.000615910
35262026-07-18T16:52:44.127Zprocess exited: duration 1015442 ms, exit code 0
 
35272026-07-18T16:52:44.142Zfound 1 output files
35282026-07-18T16:52:44.142Zuploading: /work/package.tar.gz (2487350929 bytes)
35292026-07-18T16:53:13.102Zuploaded: /work/package.tar.gz