01KZS89E661ARR7J374B6FJNWA: 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: 01KZS8A0PYDS3X409RWFD269YA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T20:31:20.331Zjob assigned to worker 01KZS8A842D07WQT3107JB4375 [factory aws, i-0d1300716f5786113] (queued for 49 s)
 
22026-08-11T20:31:27.863Zstarting task 0: "setup"
32026-08-11T20:31:27.868Z++ uname -s
42026-08-11T20:31:27.872Z+ kern=SunOS
52026-08-11T20:31:27.872Z+ build_user=build
62026-08-11T20:31:27.872Z+ build_uid=12345
72026-08-11T20:31:27.872Z+ work_dir=/work
82026-08-11T20:31:27.873Z+ input_dir=/input
92026-08-11T20:31:27.873Z+ [[ 0 == 12345 ]]
102026-08-11T20:31:27.873Z+ case "$kern" in
112026-08-11T20:31:27.873Z+ groupadd -g 12345 build
122026-08-11T20:31:27.884Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T20:31:29.895Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T20:31:29.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T20:31:29.992Z+ home_fs=zfs
162026-08-11T20:31:29.992Z+ [[ zfs == autofs ]]
172026-08-11T20:31:29.992Z+ mkdir -p /home/build
182026-08-11T20:31:29.992Z+ chown build:build /home/build /work
192026-08-11T20:31:30.994Z+ chmod 0700 /home/build /work
202026-08-11T20:31:30.998Zprocess exited: duration 3137 ms, exit code 0
 
212026-08-11T20:31:31.006Zstarting task 1: "rust-toolchain"
222026-08-11T20:31:31.012Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T20:31:31.012Z * rust toolchain channel = "1.97.1"
242026-08-11T20:31:31.012Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-11T20:31:31.012Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-11T20:31:31.012Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T20:31:31.013Z * rust toolchain profile = "default"
282026-08-11T20:31:31.017Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T20:31:31.017Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T20:31:31.103Zinfo: downloading installer
312026-08-11T20:31:32.799Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T20:31:32.799Zwarn: /home/build/.rustup/settings.toml
332026-08-11T20:31:32.799Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T20:31:32.799Zwarn: instead of the one inferred from the default host triple.
352026-08-11T20:31:32.812Zinfo: profile set to default
362026-08-11T20:31:32.812Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T20:31:32.816Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T20:31:32.957Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T20:31:32.961Zinfo: downloading 6 components
402026-08-11T20:31:48.448Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T20:31:48.448Z
422026-08-11T20:31:48.478Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T20:31:48.478Z
442026-08-11T20:31:48.478Z
452026-08-11T20:31:48.478ZRust is installed now. Great!
462026-08-11T20:31:48.478Z
472026-08-11T20:31:48.478ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T20:31:48.478Zenvironment variable. This has not been done automatically.
492026-08-11T20:31:48.478Z
502026-08-11T20:31:48.478ZTo configure your current shell, you need to source
512026-08-11T20:31:48.478Zthe corresponding env file under $HOME/.cargo.
522026-08-11T20:31:48.478Z
532026-08-11T20:31:48.478ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T20:31:48.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T20:31:48.482Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T20:31:48.482Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T20:31:48.482Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T20:31:48.482Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T20:31:48.483Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T20:31:48.483Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T20:31:48.483Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T20:31:48.572Z+ rustup --version
632026-08-11T20:31:48.578Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T20:31:48.581Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T20:31:48.599Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T20:31:48.602Z+ cargo --version
672026-08-11T20:31:48.610Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T20:31:48.613Z+ rustc --version
692026-08-11T20:31:48.631Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T20:31:48.635Zprocess exited: duration 17628 ms, exit code 0
 
712026-08-11T20:31:48.642Zstarting task 2: "authentication"
722026-08-11T20:31:48.664Zprocess exited: duration 21 ms, exit code 0
 
732026-08-11T20:31:48.671Zstarting task 3: "clone repository"
742026-08-11T20:31:48.675Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T20:31:48.679Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T20:31:48.710ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T20:31:59.329Z+ cd /work/oxidecomputer/omicron
782026-08-11T20:31:59.329Z+ git fetch origin e9029c0146e19998c2433b4cdfc1f1c2c8307564
792026-08-11T20:31:59.633ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T20:31:59.634Z * branch e9029c0146e19998c2433b4cdfc1f1c2c8307564 -> FETCH_HEAD
812026-08-11T20:31:59.647Z+ [[ -n sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
822026-08-11T20:31:59.650Z++ git branch --show-current
832026-08-11T20:31:59.650Z+ current=main
842026-08-11T20:31:59.650Z+ [[ main != sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
852026-08-11T20:31:59.654Z+ git branch -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup e9029c0146e19998c2433b4cdfc1f1c2c8307564
862026-08-11T20:31:59.654Z+ git checkout -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup
872026-08-11T20:31:59.915ZSwitched to branch 'sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup'
882026-08-11T20:31:59.918Z+ git reset --hard e9029c0146e19998c2433b4cdfc1f1c2c8307564
892026-08-11T20:32:00.170ZHEAD is now at e9029c014 [spr] initial version
902026-08-11T20:32:00.174Zprocess exited: duration 11500 ms, exit code 0
 
912026-08-11T20:32:00.181Zstarting task 4: "build"
922026-08-11T20:32:00.187Z+ source .github/buildomat/ci-env.sh
932026-08-11T20:32:00.187Z++ export CARGO_TERM_COLOR=always
942026-08-11T20:32:00.187Z++ CARGO_TERM_COLOR=always
952026-08-11T20:32:00.191Z+++ uname -s
962026-08-11T20:32:00.191Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-11T20:32:00.191Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-11T20:32:00.194Z+ cargo --version
992026-08-11T20:32:00.202Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-11T20:32:00.206Z+ rustc --version
1012026-08-11T20:32:00.225Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-11T20:32:00.229Z+ WORK=/work
1032026-08-11T20:32:00.229Z+ pfexec mkdir -p /work
1042026-08-11T20:32:00.233Z+ pfexec chown build /work
1052026-08-11T20:32:00.241Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-11T20:32:02.744Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-11T20:32:03.052Z Startup: Caching catalogs ... Done
1082026-08-11T20:32:04.758ZPlanning: Solver setup ... Done (1.602s)
1092026-08-11T20:32:04.811ZPlanning: Running solver ... Done (0.053s)
1102026-08-11T20:32:04.848ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-11T20:32:04.860ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-11T20:32:04.877ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-11T20:32:04.891ZPlanning: Package planning ... Done (0.014s)
1142026-08-11T20:32:04.895ZPlanning: Merging actions ... Done (0.001s)
1152026-08-11T20:32:05.060ZPlanning: Checking for conflicting actions ... Done (0.167s)
1162026-08-11T20:32:05.063ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-11T20:32:05.976ZPlanning: Evaluating mediators ... Done (0.915s)
1182026-08-11T20:32:05.980ZPlanning: Planning completed in 2.89 seconds
1192026-08-11T20:32:05.986Z Packages to install: 2
1202026-08-11T20:32:05.986Z Estimated space available: 156.02 GB
1212026-08-11T20:32:05.986ZEstimated space to be consumed: 67.95 MB
1222026-08-11T20:32:05.986Z Create boot environment: No
1232026-08-11T20:32:05.986ZCreate backup boot environment: No
1242026-08-11T20:32:05.990Z Rebuild boot archive: No
1252026-08-11T20:32:05.990Z
1262026-08-11T20:32:05.990ZChanged packages:
1272026-08-11T20:32:05.990Zhelios
1282026-08-11T20:32:05.990Z developer/build-essential
1292026-08-11T20:32:05.990Z None -> 11-3.0
1302026-08-11T20:32:05.990Z library/libxmlsec1
1312026-08-11T20:32:05.990Z None -> 1.2.35-3.0
1322026-08-11T20:32:06.013Z
1332026-08-11T20:32:06.013ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-11T20:32:06.083ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
1352026-08-11T20:32:06.188Z Actions: 1/268 actions (Installing new actions)
1362026-08-11T20:32:06.228Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-11T20:32:06.258ZFinalize: Updating package state database ... Done (0.029s)
1382026-08-11T20:32:06.261ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-11T20:32:06.330ZFinalize: Updating image state ... Done (0.072s)
1402026-08-11T20:32:09.010ZFinalize: Creating fast lookup database ... Done (2.634s)
1412026-08-11T20:32:09.081ZFinalize: Reading search index ... Done (0.013s)
1422026-08-11T20:32:09.085ZFinalize: Updating search index ... Done (0.000s)
1432026-08-11T20:32:09.183ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-11T20:32:09.538ZPlanning: Evaluating mediator changes ... Done
1452026-08-11T20:32:09.642ZPlanning: Checking for conflicting actions ... Done
1462026-08-11T20:32:09.646ZPlanning: Consolidating action changes ... Done
1472026-08-11T20:32:09.800ZPlanning: Evaluating mediators ... Done
1482026-08-11T20:32:09.804ZPlanning: Planning completed in 0.26 seconds
1492026-08-11T20:32:09.824Z Mediators to change: 2
1502026-08-11T20:32:09.824Z Create boot environment: No
1512026-08-11T20:32:09.824ZCreate backup boot environment: No
1522026-08-11T20:32:09.871ZFinalize: Updating package state database ... Done
1532026-08-11T20:32:09.871ZFinalize: Updating package cache ... Done
1542026-08-11T20:32:09.917ZFinalize: Updating image state ... Done
1552026-08-11T20:32:11.850ZFinalize: Creating fast lookup database ... Done
1562026-08-11T20:32:11.913ZFinalize: Reading search index ... Done
1572026-08-11T20:32:11.917ZFinalize: Updating search index ... Done
1582026-08-11T20:32:11.979ZFinalize: Updating package cache ... Done
1592026-08-11T20:32:12.271ZPlanning: Evaluating mediator changes ... Done
1602026-08-11T20:32:12.376ZPlanning: Checking for conflicting actions ... Done
1612026-08-11T20:32:12.379ZPlanning: Consolidating action changes ... Done
1622026-08-11T20:32:12.532ZPlanning: Evaluating mediators ... Done
1632026-08-11T20:32:12.535ZPlanning: Planning completed in 0.26 seconds
1642026-08-11T20:32:12.558Z Mediators to change: 1
1652026-08-11T20:32:12.558Z Create boot environment: No
1662026-08-11T20:32:12.558ZCreate backup boot environment: No
1672026-08-11T20:32:12.596ZFinalize: Updating package state database ... Done
1682026-08-11T20:32:12.596ZFinalize: Updating package cache ... Done
1692026-08-11T20:32:12.639ZFinalize: Updating image state ... Done
1702026-08-11T20:32:14.562ZFinalize: Creating fast lookup database ... Done
1712026-08-11T20:32:14.623ZFinalize: Reading search index ... Done
1722026-08-11T20:32:14.627ZFinalize: Updating search index ... Done
1732026-08-11T20:32:14.689ZFinalize: Updating package cache ... Done
1742026-08-11T20:32:15.003ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-11T20:32:15.003Zapache system 2.4 system
1762026-08-11T20:32:15.003Zclang system 15 system
1772026-08-11T20:32:15.003Zcsh system system illumos
1782026-08-11T20:32:15.003Zctags system system illumos
1792026-08-11T20:32:15.003Zfile vendor vendor darwinsys
1802026-08-11T20:32:15.003Zfile system system illumos
1812026-08-11T20:32:15.003Zgcc vendor 14 vendor
1822026-08-11T20:32:15.003Zgcc system 13 system
1832026-08-11T20:32:15.003Zgcc system 10 system
1842026-08-11T20:32:15.003Zgo system 1.25 system
1852026-08-11T20:32:15.003Zllvm system 15 system
1862026-08-11T20:32:15.004Zmariadb system 11.4 system
1872026-08-11T20:32:15.004Zmta vendor vendor dma
1882026-08-11T20:32:15.004Zopenjdk system 17 system
1892026-08-11T20:32:15.004Zopenjdk system 11 system
1902026-08-11T20:32:15.004Zopenssl vendor 3 vendor
1912026-08-11T20:32:15.004Zperl system 5.40 system
1922026-08-11T20:32:15.004Zpostgresql system 18 system
1932026-08-11T20:32:15.004Zpostgresql system 17 system
1942026-08-11T20:32:15.004Zpython vendor 3 vendor
1952026-08-11T20:32:15.004Zpython system 2 system
1962026-08-11T20:32:15.004Zpython3 vendor 3.13 vendor
1972026-08-11T20:32:15.004Zruby system 3.4 system
1982026-08-11T20:32:15.004Zruby system 3.0 system
1992026-08-11T20:32:15.004Zwords vendor vendor american-english
2002026-08-11T20:32:15.004Zwords system system australian-english
2012026-08-11T20:32:15.004Zwords system system british-english
2022026-08-11T20:32:15.004Zwords system system canadian-english
2032026-08-11T20:32:15.004Zwords system system french
2042026-08-11T20:32:15.004Zwords system system italian
2052026-08-11T20:32:15.004Zwords system system ngerman
2062026-08-11T20:32:15.004Zwords system system ogerman
2072026-08-11T20:32:15.004Zwords system system spanish
2082026-08-11T20:32:15.262ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-11T20:32:15.262Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-11T20:32:15.703ZFMRI IFO
2112026-08-11T20:32:15.703Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-11T20:32:15.703Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-11T20:32:15.703Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-11T20:32:15.703Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-11T20:32:15.703Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-11T20:32:15.703Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-11T20:32:15.703Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-11T20:32:15.703Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-11T20:32:15.703Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-11T20:32:16.019Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-11T20:32:16.347Z Updating crates.io index
2222026-08-11T20:32:16.350Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-11T20:32:16.616Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-11T20:32:16.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-11T20:32:18.028Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-11T20:32:18.561Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-11T20:32:20.695Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-11T20:32:21.748Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-11T20:32:22.028Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-11T20:32:22.372Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-11T20:32:24.087Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-11T20:32:24.445Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-11T20:32:24.767Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-11T20:32:25.295Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-11T20:32:25.588Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-11T20:32:25.905Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-11T20:32:26.165Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-11T20:32:26.455Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-11T20:32:26.932Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-11T20:32:27.562Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-11T20:32:28.006Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-11T20:32:28.434Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-11T20:32:28.880Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-11T20:32:29.157Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-11T20:32:29.821Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-11T20:32:30.219Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-11T20:32:30.498Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-11T20:32:30.968Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-11T20:32:31.298Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-11T20:32:31.628Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-11T20:32:32.042Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-11T20:32:32.331Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-11T20:32:32.689Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-11T20:32:33.092Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-11T20:32:33.913Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-11T20:32:34.185Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-11T20:32:34.477Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-08-11T20:32:34.873Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-11T20:32:35.199Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-11T20:32:35.513Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-11T20:32:35.783Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-11T20:32:36.066Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-11T20:32:36.374Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-11T20:32:36.672Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-11T20:32:39.360Z Downloading crates ...
2662026-08-11T20:32:39.423Z Downloaded cfg-if v1.0.4
2672026-08-11T20:32:39.427Z Downloaded generic-array v0.14.7
2682026-08-11T20:32:39.427Z Downloaded fastrand v2.3.0
2692026-08-11T20:32:39.431Z Downloaded equivalent v1.0.2
2702026-08-11T20:32:39.431Z Downloaded anstyle v1.0.14
2712026-08-11T20:32:39.434Z Downloaded zerocopy-derive v0.7.35
2722026-08-11T20:32:39.438Z Downloaded colorchoice v1.0.4
2732026-08-11T20:32:39.438Z Downloaded cpufeatures v0.2.17
2742026-08-11T20:32:39.445Z Downloaded zerocopy v0.7.35
2752026-08-11T20:32:39.453Z Downloaded errno v0.3.14
2762026-08-11T20:32:39.457Z Downloaded zmij v1.0.21
2772026-08-11T20:32:39.457Z Downloaded strsim v0.11.1
2782026-08-11T20:32:39.457Z Downloaded version_check v0.9.5
2792026-08-11T20:32:39.457Z Downloaded fnv v1.0.7
2802026-08-11T20:32:39.457Z Downloaded clap_lex v1.0.0
2812026-08-11T20:32:39.461Z Downloaded unicode-linebreak v0.1.5
2822026-08-11T20:32:39.461Z Downloaded cargo-platform v0.3.2
2832026-08-11T20:32:39.461Z Downloaded toml_datetime v0.6.11
2842026-08-11T20:32:39.461Z Downloaded anstream v1.0.0
2852026-08-11T20:32:39.461Z Downloaded pest_derive v2.8.6
2862026-08-11T20:32:39.461Z Downloaded macaddr v1.0.1
2872026-08-11T20:32:39.465Z Downloaded usdt v0.5.0
2882026-08-11T20:32:39.465Z Downloaded is_terminal_polyfill v1.70.2
2892026-08-11T20:32:39.465Z Downloaded anstyle-query v1.1.5
2902026-08-11T20:32:39.469Z Downloaded itoa v1.0.17
2912026-08-11T20:32:39.476Z Downloaded heck v0.5.0
2922026-08-11T20:32:39.479Z Downloaded dtrace-parser v0.2.0
2932026-08-11T20:32:39.479Z Downloaded memmap v0.7.0
2942026-08-11T20:32:39.483Z Downloaded anstyle-parse v1.0.0
2952026-08-11T20:32:39.486Z Downloaded block-buffer v0.10.4
2962026-08-11T20:32:39.490Z Downloaded scroll v0.12.0
2972026-08-11T20:32:39.490Z Downloaded byteorder v1.5.0
2982026-08-11T20:32:39.490Z Downloaded cargo_toml v0.21.0
2992026-08-11T20:32:39.490Z Downloaded crypto-common v0.1.7
3002026-08-11T20:32:39.493Z Downloaded thiserror-impl v2.0.18
3012026-08-11T20:32:39.493Z Downloaded bitflags v2.11.0
3022026-08-11T20:32:39.497Z Downloaded clap_derive v4.6.1
3032026-08-11T20:32:39.497Z Downloaded once_cell v1.21.3
3042026-08-11T20:32:39.501Z Downloaded swrite v0.1.0
3052026-08-11T20:32:39.501Z Downloaded terminal_size v0.4.3
3062026-08-11T20:32:39.509Z Downloaded utf8parse v0.2.2
3072026-08-11T20:32:39.513Z Downloaded scroll_derive v0.12.1
3082026-08-11T20:32:39.513Z Downloaded proc-macro-error-attr v1.0.4
3092026-08-11T20:32:39.516Z Downloaded pretty-hex v0.4.1
3102026-08-11T20:32:39.520Z Downloaded smawk v0.3.2
3112026-08-11T20:32:39.520Z Downloaded tabled_derive v0.7.0
3122026-08-11T20:32:39.523Z Downloaded usdt-impl v0.5.0
3132026-08-11T20:32:39.527Z Downloaded dof v0.3.0
3142026-08-11T20:32:39.527Z Downloaded camino-tempfile v1.4.1
3152026-08-11T20:32:39.530Z Downloaded autocfg v1.5.0
3162026-08-11T20:32:39.530Z Downloaded digest v0.10.7
3172026-08-11T20:32:39.530Z Downloaded quote v1.0.45
3182026-08-11T20:32:39.537Z Downloaded usdt-attr-macro v0.5.0
3192026-08-11T20:32:39.540Z Downloaded cargo_metadata v0.23.1
3202026-08-11T20:32:39.540Z Downloaded toml_write v0.1.2
3212026-08-11T20:32:39.544Z Downloaded serde_spanned v0.6.9
3222026-08-11T20:32:39.547Z Downloaded usdt-macro v0.5.0
3232026-08-11T20:32:39.551Z Downloaded thread-id v4.2.2
3242026-08-11T20:32:39.551Z Downloaded plain v0.2.3
3252026-08-11T20:32:39.554Z Downloaded anyhow v1.0.102
3262026-08-11T20:32:39.558Z Downloaded proc-macro-error v1.0.4
3272026-08-11T20:32:39.561Z Downloaded heck v0.4.1
3282026-08-11T20:32:39.568Z Downloaded bytecount v0.6.9
3292026-08-11T20:32:39.572Z Downloaded serde_tokenstream v0.2.3
3302026-08-11T20:32:39.578Z Downloaded sha2 v0.10.9
3312026-08-11T20:32:39.583Z Downloaded thiserror v1.0.69
3322026-08-11T20:32:39.586Z Downloaded thiserror-impl v1.0.69
3332026-08-11T20:32:39.586Z Downloaded pest_generator v2.8.6
3342026-08-11T20:32:39.594Z Downloaded thiserror v2.0.18
3352026-08-11T20:32:39.607Z Downloaded tempfile v3.25.0
3362026-08-11T20:32:39.611Z Downloaded camino v1.2.2
3372026-08-11T20:32:39.614Z Downloaded fs-err v3.3.0
3382026-08-11T20:32:39.618Z Downloaded log v0.4.29
3392026-08-11T20:32:39.621Z Downloaded papergrid v0.11.0
3402026-08-11T20:32:39.626Z Downloaded getrandom v0.4.1
3412026-08-11T20:32:39.630Z Downloaded semver v1.0.28
3422026-08-11T20:32:39.636Z Downloaded clap v4.6.1
3432026-08-11T20:32:39.647Z Downloaded serde_derive v1.0.228
3442026-08-11T20:32:39.651Z Downloaded proc-macro2 v1.0.106
3452026-08-11T20:32:39.654Z Downloaded ucd-trie v0.1.7
3462026-08-11T20:32:39.654Z Downloaded unicode-ident v1.0.24
3472026-08-11T20:32:39.660Z Downloaded memchr v2.8.0
3482026-08-11T20:32:39.664Z Downloaded serde v1.0.228
3492026-08-11T20:32:39.668Z Downloaded toml v0.8.23
3502026-08-11T20:32:39.671Z Downloaded serde_core v1.0.228
3512026-08-11T20:32:39.678Z Downloaded pest_meta v2.8.6
3522026-08-11T20:32:39.689Z Downloaded textwrap v0.16.2
3532026-08-11T20:32:39.714Z Downloaded toml_edit v0.22.27
3542026-08-11T20:32:39.722Z Downloaded typenum v1.20.1
3552026-08-11T20:32:39.726Z Downloaded indexmap v2.14.0
3562026-08-11T20:32:39.729Z Downloaded pest v2.8.6
3572026-08-11T20:32:39.743Z Downloaded hashbrown v0.17.0
3582026-08-11T20:32:39.767Z Downloaded serde_json v1.0.151
3592026-08-11T20:32:39.773Z Downloaded clap_builder v4.6.0
3602026-08-11T20:32:39.805Z Downloaded winnow v0.7.14
3612026-08-11T20:32:39.810Z Downloaded goblin v0.8.2
3622026-08-11T20:32:39.813Z Downloaded tabled v0.15.0
3632026-08-11T20:32:39.829Z Downloaded syn v1.0.109
3642026-08-11T20:32:39.845Z Downloaded syn v2.0.117
3652026-08-11T20:32:39.850Z Downloaded unicode-width v0.1.14
3662026-08-11T20:32:39.854Z Downloaded unicode-width v0.2.0
3672026-08-11T20:32:39.869Z Downloaded rustix v1.1.3
3682026-08-11T20:32:39.896Z Downloaded libc v0.2.185
3692026-08-11T20:32:39.960Z Compiling proc-macro2 v1.0.106
3702026-08-11T20:32:39.960Z Compiling unicode-ident v1.0.24
3712026-08-11T20:32:39.960Z Compiling quote v1.0.45
3722026-08-11T20:32:39.960Z Compiling serde_core v1.0.228
3732026-08-11T20:32:39.964Z Compiling libc v0.2.185
3742026-08-11T20:32:39.964Z Compiling version_check v0.9.5
3752026-08-11T20:32:39.964Z Compiling memchr v2.8.0
3762026-08-11T20:32:39.964Z Compiling serde v1.0.228
3772026-08-11T20:32:39.964Z Compiling zmij v1.0.21
3782026-08-11T20:32:39.964Z Compiling ucd-trie v0.1.7
3792026-08-11T20:32:39.964Z Compiling itoa v1.0.17
3802026-08-11T20:32:40.142Z Compiling thiserror v1.0.69
3812026-08-11T20:32:40.159Z Compiling rustix v1.1.3
3822026-08-11T20:32:40.208Z Compiling byteorder v1.5.0
3832026-08-11T20:32:40.403Z Compiling serde_json v1.0.151
3842026-08-11T20:32:40.615Z Compiling bitflags v2.11.0
3852026-08-11T20:32:40.703Z Compiling pest v2.8.6
3862026-08-11T20:32:40.739Z Compiling usdt-impl v0.5.0
3872026-08-11T20:32:40.743Z Compiling proc-macro-error-attr v1.0.4
3882026-08-11T20:32:40.825Z Compiling camino v1.2.2
3892026-08-11T20:32:40.842Z Compiling syn v1.0.109
3902026-08-11T20:32:40.876Z Compiling proc-macro-error v1.0.4
3912026-08-11T20:32:40.943Z Compiling equivalent v1.0.2
3922026-08-11T20:32:40.943Z Compiling log v0.4.29
3932026-08-11T20:32:41.002Z Compiling plain v0.2.3
3942026-08-11T20:32:41.089Z Compiling hashbrown v0.17.0
3952026-08-11T20:32:41.092Z Compiling utf8parse v0.2.2
3962026-08-11T20:32:41.106Z Compiling getrandom v0.4.1
3972026-08-11T20:32:41.146Z Compiling winnow v0.7.14
3982026-08-11T20:32:41.150Z Compiling toml_write v0.1.2
3992026-08-11T20:32:41.182Z Compiling pretty-hex v0.4.1
4002026-08-11T20:32:41.199Z Compiling anstyle-parse v1.0.0
4012026-08-11T20:32:41.257Z Compiling is_terminal_polyfill v1.70.2
4022026-08-11T20:32:41.307Z Compiling thiserror v2.0.18
4032026-08-11T20:32:41.328Z Compiling autocfg v1.5.0
4042026-08-11T20:32:41.349Z Compiling anstyle-query v1.1.5
4052026-08-11T20:32:41.388Z Compiling errno v0.3.14
4062026-08-11T20:32:41.406Z Compiling thread-id v4.2.2
4072026-08-11T20:32:41.427Z Compiling cfg-if v1.0.4
4082026-08-11T20:32:41.446Z Compiling colorchoice v1.0.4
4092026-08-11T20:32:41.449Z Compiling anstyle v1.0.14
4102026-08-11T20:32:41.524Z Compiling fnv v1.0.7
4112026-08-11T20:32:41.645Z Compiling syn v2.0.117
4122026-08-11T20:32:41.775Z Compiling indexmap v2.14.0
4132026-08-11T20:32:41.775Z Compiling strsim v0.11.1
4142026-08-11T20:32:41.775Z Compiling anstream v1.0.0
4152026-08-11T20:32:41.775Z Compiling clap_lex v1.0.0
4162026-08-11T20:32:41.835Z Compiling heck v0.5.0
4172026-08-11T20:32:41.835Z Compiling bytecount v0.6.9
4182026-08-11T20:32:41.835Z Compiling pest_meta v2.8.6
4192026-08-11T20:32:41.929Z Compiling fs-err v3.3.0
4202026-08-11T20:32:41.967Z Compiling anyhow v1.0.102
4212026-08-11T20:32:41.990Z Compiling once_cell v1.21.3
4222026-08-11T20:32:42.036Z Compiling heck v0.4.1
4232026-08-11T20:32:42.036Z Compiling fastrand v2.3.0
4242026-08-11T20:32:42.036Z Compiling unicode-width v0.1.14
4252026-08-11T20:32:42.100Z Compiling memmap v0.7.0
4262026-08-11T20:32:42.156Z Compiling unicode-width v0.2.0
4272026-08-11T20:32:42.243Z Compiling smawk v0.3.2
4282026-08-11T20:32:42.267Z Compiling unicode-linebreak v0.1.5
4292026-08-11T20:32:42.349Z Compiling papergrid v0.11.0
4302026-08-11T20:32:42.349Z Compiling swrite v0.1.0
4312026-08-11T20:32:42.433Z Compiling terminal_size v0.4.3
4322026-08-11T20:32:42.433Z Compiling tempfile v3.25.0
4332026-08-11T20:32:42.479Z Compiling semver v1.0.28
4342026-08-11T20:32:42.573Z Compiling clap_builder v4.6.0
4352026-08-11T20:32:42.665Z Compiling cargo-platform v0.3.2
4362026-08-11T20:32:42.665Z Compiling textwrap v0.16.2
4372026-08-11T20:32:42.731Z Compiling camino-tempfile v1.4.1
4382026-08-11T20:32:43.144Z Compiling tabled_derive v0.7.0
4392026-08-11T20:32:43.747Z Compiling pest_generator v2.8.6
4402026-08-11T20:32:43.841Z Compiling tabled v0.15.0
4412026-08-11T20:32:44.243Z Compiling serde_derive v1.0.228
4422026-08-11T20:32:44.243Z Compiling thiserror-impl v1.0.69
4432026-08-11T20:32:44.246Z Compiling zerocopy-derive v0.7.35
4442026-08-11T20:32:44.246Z Compiling scroll_derive v0.12.1
4452026-08-11T20:32:44.247Z Compiling thiserror-impl v2.0.18
4462026-08-11T20:32:44.247Z Compiling clap_derive v4.6.1
4472026-08-11T20:32:44.328Z Compiling pest_derive v2.8.6
4482026-08-11T20:32:44.941Z Compiling scroll v0.12.0
4492026-08-11T20:32:44.978Z Compiling zerocopy v0.7.35
4502026-08-11T20:32:45.174Z Compiling goblin v0.8.2
4512026-08-11T20:32:45.306Z Compiling dtrace-parser v0.2.0
4522026-08-11T20:32:45.630Z Compiling clap v4.6.1
4532026-08-11T20:32:46.652Z Compiling toml_datetime v0.6.11
4542026-08-11T20:32:46.652Z Compiling serde_spanned v0.6.9
4552026-08-11T20:32:46.656Z Compiling macaddr v1.0.1
4562026-08-11T20:32:46.656Z Compiling cargo_metadata v0.23.1
4572026-08-11T20:32:46.656Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-11T20:32:46.688Z Compiling dof v0.3.0
4592026-08-11T20:32:46.692Z Compiling serde_tokenstream v0.2.3
4602026-08-11T20:32:46.874Z Compiling toml_edit v0.22.27
4612026-08-11T20:32:47.433Z Compiling usdt-macro v0.5.0
4622026-08-11T20:32:47.436Z Compiling usdt-attr-macro v0.5.0
4632026-08-11T20:32:48.068Z Compiling usdt v0.5.0
4642026-08-11T20:32:48.149Z Compiling toml v0.8.23
4652026-08-11T20:32:48.473Z Compiling cargo_toml v0.21.0
4662026-08-11T20:32:49.747Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-11T20:32:51.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s
4682026-08-11T20:32:52.068Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-11T20:32:52.579Z Downloading crates ...
4702026-08-11T20:32:52.629Z Downloaded aead v0.5.2
4712026-08-11T20:32:52.632Z Downloaded bit-set v0.5.3
4722026-08-11T20:32:52.637Z Downloaded adler2 v2.0.1
4732026-08-11T20:32:52.640Z Downloaded base64ct v1.8.3
4742026-08-11T20:32:52.644Z Downloaded arc-swap v1.8.2
4752026-08-11T20:32:52.651Z Downloaded bit-vec v0.8.0
4762026-08-11T20:32:52.655Z Downloaded convert_case v0.4.0
4772026-08-11T20:32:52.659Z Downloaded atomic-waker v1.1.2
4782026-08-11T20:32:52.659Z Downloaded bitfield-macros v0.19.4
4792026-08-11T20:32:52.665Z Downloaded aead v0.6.1
4802026-08-11T20:32:52.668Z Downloaded fixedbitset v0.5.7
4812026-08-11T20:32:52.673Z Downloaded bb8 v0.8.6
4822026-08-11T20:32:52.674Z Downloaded hex-literal v1.1.0
4832026-08-11T20:32:52.678Z Downloaded colored v2.2.0
4842026-08-11T20:32:52.678Z Downloaded bit-vec v0.6.3
4852026-08-11T20:32:52.678Z Downloaded bitfield v0.19.4
4862026-08-11T20:32:52.678Z Downloaded flate2 v1.1.9
4872026-08-11T20:32:52.681Z Downloaded hubpack_derive v0.1.1
4882026-08-11T20:32:52.682Z Downloaded git-stub-vcs v0.1.0
4892026-08-11T20:32:52.682Z Downloaded atomicwrites v0.4.4
4902026-08-11T20:32:52.682Z Downloaded form_urlencoded v1.2.2
4912026-08-11T20:32:52.685Z Downloaded gethostname v0.5.0
4922026-08-11T20:32:52.685Z Downloaded arrayref v0.3.9
4932026-08-11T20:32:52.685Z Downloaded assert_matches v1.5.0
4942026-08-11T20:32:52.685Z Downloaded async-stream-impl v0.3.6
4952026-08-11T20:32:52.685Z Downloaded float-ord v0.3.2
4962026-08-11T20:32:52.685Z Downloaded float-cmp v0.10.0
4972026-08-11T20:32:52.688Z Downloaded funty v2.0.0
4982026-08-11T20:32:52.692Z Downloaded foreign-types v0.5.0
4992026-08-11T20:32:52.695Z Downloaded futures-io v0.3.32
5002026-08-11T20:32:52.695Z Downloaded futures-task v0.3.32
5012026-08-11T20:32:52.695Z Downloaded ghash v0.6.0
5022026-08-11T20:32:52.695Z Downloaded hashbrown v0.13.2
5032026-08-11T20:32:52.700Z Downloaded hyper-tls v0.6.0
5042026-08-11T20:32:52.700Z Downloaded bcs v0.1.6
5052026-08-11T20:32:52.700Z Downloaded futures-sink v0.3.32
5062026-08-11T20:32:52.720Z Downloaded filetime v0.2.27
5072026-08-11T20:32:52.720Z Downloaded futures-macro v0.3.32
5082026-08-11T20:32:52.720Z Downloaded fixedbitset v0.4.2
5092026-08-11T20:32:52.720Z Downloaded foreign-types-shared v0.3.1
5102026-08-11T20:32:52.720Z Downloaded async-stream v0.3.6
5112026-08-11T20:32:52.720Z Downloaded atty v0.2.14
5122026-08-11T20:32:52.720Z Downloaded base16ct v1.0.0
5132026-08-11T20:32:52.720Z Downloaded base16ct v0.2.0
5142026-08-11T20:32:52.720Z Downloaded foreign-types v0.3.2
5152026-08-11T20:32:52.720Z Downloaded fs_extra v1.3.0
5162026-08-11T20:32:52.720Z Downloaded getrandom v0.2.17
5172026-08-11T20:32:52.720Z Downloaded group v0.13.0
5182026-08-11T20:32:52.720Z Downloaded async-recursion v1.1.1
5192026-08-11T20:32:52.720Z Downloaded bit-set v0.8.0
5202026-08-11T20:32:52.721Z Downloaded backoff v0.4.0
5212026-08-11T20:32:52.721Z Downloaded fxhash v0.2.1
5222026-08-11T20:32:52.724Z Downloaded base64 v0.21.7
5232026-08-11T20:32:52.724Z Downloaded ar_archive_writer v0.5.1
5242026-08-11T20:32:52.724Z Downloaded bcrypt-pbkdf v0.11.0
5252026-08-11T20:32:52.724Z Downloaded futures-core v0.3.32
5262026-08-11T20:32:52.724Z Downloaded ascii-canvas v3.0.0
5272026-08-11T20:32:52.724Z Downloaded compression-core v0.4.31
5282026-08-11T20:32:52.728Z Downloaded ff v0.14.0
5292026-08-11T20:32:52.728Z Downloaded glob v0.3.3
5302026-08-11T20:32:52.728Z Downloaded find-msvc-tools v0.1.9
5312026-08-11T20:32:52.728Z Downloaded group v0.14.0
5322026-08-11T20:32:52.731Z Downloaded cfg_aliases v0.2.1
5332026-08-11T20:32:52.731Z Downloaded foreign-types-macros v0.2.3
5342026-08-11T20:32:52.734Z Downloaded array-init v0.0.4
5352026-08-11T20:32:52.734Z Downloaded foreign-types-shared v0.1.1
5362026-08-11T20:32:52.738Z Downloaded hostname v0.3.1
5372026-08-11T20:32:52.742Z Downloaded block-buffer v0.12.1
5382026-08-11T20:32:52.742Z Downloaded env_filter v1.0.0
5392026-08-11T20:32:52.745Z Downloaded foldhash v0.2.0
5402026-08-11T20:32:52.745Z Downloaded globset v0.4.18
5412026-08-11T20:32:52.745Z Downloaded globwalk v0.9.1
5422026-08-11T20:32:52.745Z Downloaded fs-err v2.11.0
5432026-08-11T20:32:52.749Z Downloaded ciborium-io v0.2.2
5442026-08-11T20:32:52.749Z Downloaded cfg_aliases v0.1.1
5452026-08-11T20:32:52.752Z Downloaded flagset v0.4.7
5462026-08-11T20:32:52.756Z Downloaded http-range v0.1.5
5472026-08-11T20:32:52.762Z Downloaded castaway v0.2.4
5482026-08-11T20:32:52.762Z Downloaded ciborium-ll v0.2.2
5492026-08-11T20:32:52.766Z Downloaded hex v0.4.3
5502026-08-11T20:32:52.766Z Downloaded num-conv v0.2.0
5512026-08-11T20:32:52.766Z Downloaded phf_shared v0.13.1
5522026-08-11T20:32:52.771Z Downloaded httpdate v1.0.3
5532026-08-11T20:32:52.771Z Downloaded anstyle-parse v0.2.7
5542026-08-11T20:32:52.771Z Downloaded fd-lock v4.0.4
5552026-08-11T20:32:52.775Z Downloaded hash32 v0.3.1
5562026-08-11T20:32:52.783Z Downloaded argon2 v0.5.3
5572026-08-11T20:32:52.783Z Downloaded bs58 v0.5.1
5582026-08-11T20:32:52.783Z Downloaded home v0.5.12
5592026-08-11T20:32:52.783Z Downloaded backon v1.6.0
5602026-08-11T20:32:52.784Z Downloaded hash32 v0.2.1
5612026-08-11T20:32:52.788Z Downloaded bitfield-struct v0.6.2
5622026-08-11T20:32:52.788Z Downloaded hostname v0.4.2
5632026-08-11T20:32:52.788Z Downloaded http-body v1.0.1
5642026-08-11T20:32:52.788Z Downloaded headers-core v0.3.0
5652026-08-11T20:32:52.788Z Downloaded num_enum_derive v0.5.11
5662026-08-11T20:32:52.793Z Downloaded openssl-probe v0.2.1
5672026-08-11T20:32:52.793Z Downloaded fallible-iterator v0.2.0
5682026-08-11T20:32:52.793Z Downloaded fatfs v0.3.6
5692026-08-11T20:32:52.793Z Downloaded ff v0.13.1
5702026-08-11T20:32:52.793Z Downloaded block-padding v0.4.2
5712026-08-11T20:32:52.797Z Downloaded git-stub v1.0.0
5722026-08-11T20:32:52.801Z Downloaded path-slash v0.1.5
5732026-08-11T20:32:52.804Z Downloaded futures-executor v0.3.32
5742026-08-11T20:32:52.804Z Downloaded hubpack v0.1.2
5752026-08-11T20:32:52.804Z Downloaded http-body-util v0.1.3
5762026-08-11T20:32:52.811Z Downloaded rustc_version v0.1.7
5772026-08-11T20:32:52.818Z Downloaded rand_xorshift v0.4.0
5782026-08-11T20:32:52.822Z Downloaded anstream v0.6.21
5792026-08-11T20:32:52.822Z Downloaded bitflags v1.3.2
5802026-08-11T20:32:52.825Z Downloaded psl-types v2.0.11
5812026-08-11T20:32:52.825Z Downloaded arrayvec v0.7.6
5822026-08-11T20:32:52.829Z Downloaded chacha20 v0.9.1
5832026-08-11T20:32:52.829Z Downloaded cmake v0.1.57
5842026-08-11T20:32:52.829Z Downloaded buf-list v1.1.2
5852026-08-11T20:32:52.833Z Downloaded cexpr v0.6.0
5862026-08-11T20:32:52.833Z Downloaded compression-codecs v0.4.37
5872026-08-11T20:32:52.841Z Downloaded foldhash v0.1.5
5882026-08-11T20:32:52.841Z Downloaded blowfish v0.10.0
5892026-08-11T20:32:52.841Z Downloaded byte-wrapper v0.1.0
5902026-08-11T20:32:52.844Z Downloaded async-trait v0.1.89
5912026-08-11T20:32:52.844Z Downloaded cobs v0.3.0
5922026-08-11T20:32:52.844Z Downloaded hyper-staticfile v0.10.1
5932026-08-11T20:32:52.844Z Downloaded num-rational v0.4.2
5942026-08-11T20:32:52.844Z Downloaded rfc6979 v0.4.0
5952026-08-11T20:32:52.844Z Downloaded constant_time_eq v0.4.2
5962026-08-11T20:32:52.848Z Downloaded highway v1.3.0
5972026-08-11T20:32:52.848Z Downloaded sapling-renderdag v0.1.0
5982026-08-11T20:32:52.848Z Downloaded serde_plain v1.0.2
5992026-08-11T20:32:52.853Z Downloaded ahash v0.8.12
6002026-08-11T20:32:52.857Z Downloaded humantime v2.3.0
6012026-08-11T20:32:52.857Z Downloaded cipher v0.4.4
6022026-08-11T20:32:52.865Z Downloaded semver v0.1.20
6032026-08-11T20:32:52.874Z Downloaded const_format_proc_macros v0.2.34
6042026-08-11T20:32:52.877Z Downloaded signal-hook-tokio v0.3.1
6052026-08-11T20:32:52.881Z Downloaded password-hash v0.5.0
6062026-08-11T20:32:52.884Z Downloaded cbc v0.2.1
6072026-08-11T20:32:52.884Z Downloaded strsim v0.10.0
6082026-08-11T20:32:52.884Z Downloaded pbkdf2 v0.13.0
6092026-08-11T20:32:52.887Z Downloaded cmov v0.5.4
6102026-08-11T20:32:52.887Z Downloaded postgres-protocol v0.6.10
6112026-08-11T20:32:52.891Z Downloaded take_mut v0.2.2
6122026-08-11T20:32:52.894Z Downloaded tokio-macros v2.7.0
6132026-08-11T20:32:52.894Z Downloaded strip-ansi-escapes v0.2.1
6142026-08-11T20:32:52.894Z Downloaded structmeta v0.3.0
6152026-08-11T20:32:52.898Z Downloaded testing_table v0.3.0
6162026-08-11T20:32:52.898Z Downloaded unarray v0.1.4
6172026-08-11T20:32:52.904Z Downloaded rand_core v0.9.5
6182026-08-11T20:32:52.907Z Downloaded async-bb8-diesel v0.2.1
6192026-08-11T20:32:52.907Z Downloaded ciborium v0.2.2
6202026-08-11T20:32:52.913Z Downloaded rpassword v7.5.4
6212026-08-11T20:32:52.913Z Downloaded bzip2 v0.6.1
6222026-08-11T20:32:52.913Z Downloaded peg v0.8.5
6232026-08-11T20:32:52.917Z Downloaded phf v0.12.1
6242026-08-11T20:32:52.917Z Downloaded pkg-config v0.3.32
6252026-08-11T20:32:52.917Z Downloaded progenitor v0.13.0
6262026-08-11T20:32:52.917Z Downloaded primeorder v0.14.0
6272026-08-11T20:32:52.917Z Downloaded progenitor-extras v0.2.0
6282026-08-11T20:32:52.920Z Downloaded argon2 v0.6.0-rc.8
6292026-08-11T20:32:52.920Z Downloaded blake2 v0.11.0-rc.6
6302026-08-11T20:32:52.920Z Downloaded clang-sys v1.8.1
6312026-08-11T20:32:52.920Z Downloaded console v0.15.11
6322026-08-11T20:32:52.923Z Downloaded psm v0.1.30
6332026-08-11T20:32:52.923Z Downloaded rustls-native-certs v0.8.3
6342026-08-11T20:32:52.927Z Downloaded scroll v0.13.0
6352026-08-11T20:32:52.927Z Downloaded sec1 v0.7.3
6362026-08-11T20:32:52.927Z Downloaded serde_bytes v0.11.19
6372026-08-11T20:32:52.930Z Downloaded serde_path_to_error v0.1.20
6382026-08-11T20:32:52.930Z Downloaded cipher v0.5.2
6392026-08-11T20:32:52.930Z Downloaded untrusted v0.7.1
6402026-08-11T20:32:52.930Z Downloaded utf-8 v0.7.6
6412026-08-11T20:32:52.930Z Downloaded waitgroup v0.1.2
6422026-08-11T20:32:52.933Z Downloaded xshell-macros v0.2.7
6432026-08-11T20:32:52.934Z Downloaded aes-gcm v0.11.0
6442026-08-11T20:32:52.934Z Downloaded generic-array v1.4.3
6452026-08-11T20:32:52.937Z Downloaded blake2 v0.10.6
6462026-08-11T20:32:52.937Z Downloaded sha1 v0.11.0
6472026-08-11T20:32:52.937Z Downloaded slog-scope v4.4.1
6482026-08-11T20:32:52.937Z Downloaded ssh-cipher v0.3.0
6492026-08-11T20:32:52.943Z Downloaded yoke-derive v0.8.1
6502026-08-11T20:32:52.943Z Downloaded httparse v1.10.1
6512026-08-11T20:32:52.943Z Downloaded cpubits v0.1.1
6522026-08-11T20:32:52.943Z Downloaded crunchy v0.2.4
6532026-08-11T20:32:52.943Z Downloaded hybrid-array v0.4.13
6542026-08-11T20:32:52.947Z Downloaded futures-channel v0.3.32
6552026-08-11T20:32:52.947Z Downloaded curve25519-dalek-derive v0.1.1
6562026-08-11T20:32:52.947Z Downloaded darling_macro v0.21.3
6572026-08-11T20:32:52.947Z Downloaded defmt-parser v1.0.0
6582026-08-11T20:32:52.950Z Downloaded console v0.16.2
6592026-08-11T20:32:52.951Z Downloaded half v1.8.3
6602026-08-11T20:32:52.951Z Downloaded static_assertions v1.1.0
6612026-08-11T20:32:52.954Z Downloaded cancel-safe-futures v0.1.5
6622026-08-11T20:32:52.954Z Downloaded colored v3.1.1
6632026-08-11T20:32:52.954Z Downloaded hmac v0.12.1
6642026-08-11T20:32:52.957Z Downloaded cassowary v0.3.0
6652026-08-11T20:32:52.957Z Downloaded pkcs1 v0.7.5
6662026-08-11T20:32:52.961Z Downloaded postcard v1.1.3
6672026-08-11T20:32:52.961Z Downloaded postgres-types v0.2.12
6682026-08-11T20:32:52.961Z Downloaded rustversion v1.0.22
6692026-08-11T20:32:52.964Z Downloaded wait-timeout v0.2.1
6702026-08-11T20:32:52.964Z Downloaded zerofrom v0.1.6
6712026-08-11T20:32:52.964Z Downloaded thread_local v1.1.9
6722026-08-11T20:32:52.964Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6732026-08-11T20:32:52.968Z Downloaded hyper-rustls v0.27.7
6742026-08-11T20:32:52.972Z Downloaded slab v0.4.12
6752026-08-11T20:32:52.972Z Downloaded darling_macro v0.20.11
6762026-08-11T20:32:52.972Z Downloaded dirs-sys-next v0.1.2
6772026-08-11T20:32:52.972Z Downloaded dtrace-parser v0.3.0
6782026-08-11T20:32:52.975Z Downloaded signal-hook-registry v1.4.8
6792026-08-11T20:32:52.975Z Downloaded futures v0.3.32
6802026-08-11T20:32:52.978Z Downloaded smallvec v0.6.14
6812026-08-11T20:32:52.978Z Downloaded wyz v0.5.1
6822026-08-11T20:32:52.978Z Downloaded aes v0.9.1
6832026-08-11T20:32:52.982Z Downloaded iana-time-zone v0.1.65
6842026-08-11T20:32:52.982Z Downloaded chacha20 v0.10.0
6852026-08-11T20:32:52.985Z Downloaded sqlformat v0.3.5
6862026-08-11T20:32:52.985Z Downloaded camino-tempfile-ext v0.3.3
6872026-08-11T20:32:52.985Z Downloaded const-oid v0.9.6
6882026-08-11T20:32:52.988Z Downloaded sha2 v0.11.0
6892026-08-11T20:32:52.988Z Downloaded const-oid v0.10.2
6902026-08-11T20:32:52.992Z Downloaded base64 v0.22.1
6912026-08-11T20:32:52.995Z Downloaded allocator-api2 v0.2.21
6922026-08-11T20:32:52.995Z Downloaded enum-as-inner v0.6.1
6932026-08-11T20:32:52.995Z Downloaded display-error-chain v0.2.2
6942026-08-11T20:32:52.998Z Downloaded idna_adapter v1.2.1
6952026-08-11T20:32:52.998Z Downloaded is_ci v1.2.0
6962026-08-11T20:32:53.002Z Downloaded zone_cfg_derive v0.3.1
6972026-08-11T20:32:53.002Z Downloaded corncobs v0.1.4
6982026-08-11T20:32:53.002Z Downloaded ctr v0.10.1
6992026-08-11T20:32:53.005Z Downloaded parking_lot v0.11.2
7002026-08-11T20:32:53.005Z Downloaded pkcs8 v0.11.0
7012026-08-11T20:32:53.005Z Downloaded daft v0.1.7
7022026-08-11T20:32:53.011Z Downloaded linked-hash-map v0.5.6
7032026-08-11T20:32:53.015Z Downloaded lru-slab v0.1.2
7042026-08-11T20:32:53.015Z Downloaded lzss v0.8.2
7052026-08-11T20:32:53.015Z Downloaded nonempty v0.12.0
7062026-08-11T20:32:53.015Z Downloaded toml_writer v1.1.1+spec-1.1.0
7072026-08-11T20:32:53.018Z Downloaded embedded-io v0.4.0
7082026-08-11T20:32:53.021Z Downloaded jiff-static v0.2.34
7092026-08-11T20:32:53.021Z Downloaded bzip2 v0.4.4
7102026-08-11T20:32:53.026Z Downloaded oxide-update-engine-types v0.1.2
7112026-08-11T20:32:53.026Z Downloaded tracing-attributes v0.1.31
7122026-08-11T20:32:53.029Z Downloaded lazy_static v1.5.0
7132026-08-11T20:32:53.029Z Downloaded half v2.7.1
7142026-08-11T20:32:53.029Z Downloaded getrandom v0.3.4
7152026-08-11T20:32:53.033Z Downloaded delegate v0.13.5
7162026-08-11T20:32:53.037Z Downloaded normalize-line-endings v0.3.0
7172026-08-11T20:32:53.048Z Downloaded chacha20poly1305 v0.10.1
7182026-08-11T20:32:53.052Z Downloaded powerfmt v0.2.0
7192026-08-11T20:32:53.056Z Downloaded newtype_derive v0.1.6
7202026-08-11T20:32:53.059Z Downloaded ingot-types v0.2.0
7212026-08-11T20:32:53.059Z Downloaded hmac v0.13.0
7222026-08-11T20:32:53.059Z Downloaded icu_properties v2.1.2
7232026-08-11T20:32:53.063Z Downloaded predicates-core v1.0.10
7242026-08-11T20:32:53.063Z Downloaded memoffset v0.9.1
7252026-08-11T20:32:53.063Z Downloaded predicates-tree v1.0.13
7262026-08-11T20:32:53.066Z Downloaded ref-cast v1.0.25
7272026-08-11T20:32:53.066Z Downloaded ref-cast-impl v1.0.25
7282026-08-11T20:32:53.069Z Downloaded mime v0.3.17
7292026-08-11T20:32:53.069Z Downloaded nibble_vec v0.1.0
7302026-08-11T20:32:53.069Z Downloaded olpc-cjson v0.1.4
7312026-08-11T20:32:53.073Z Downloaded rustc_version v0.4.1
7322026-08-11T20:32:53.073Z Downloaded ipnet v2.11.0
7332026-08-11T20:32:53.073Z Downloaded critical-section v1.2.0
7342026-08-11T20:32:53.077Z Downloaded crossbeam-utils v0.8.21
7352026-08-11T20:32:53.080Z Downloaded spin v0.9.8
7362026-08-11T20:32:53.080Z Downloaded libloading v0.8.9
7372026-08-11T20:32:53.083Z Downloaded term v1.2.1
7382026-08-11T20:32:53.084Z Downloaded tls_codec v0.4.2
7392026-08-11T20:32:53.084Z Downloaded russh-util v0.52.0
7402026-08-11T20:32:53.088Z Downloaded secrecy v0.10.3
7412026-08-11T20:32:53.088Z Downloaded secrecy v0.8.0
7422026-08-11T20:32:53.091Z Downloaded rand_chacha v0.3.1
7432026-08-11T20:32:53.091Z Downloaded rfc6979 v0.6.0
7442026-08-11T20:32:53.095Z Downloaded openssl-sys v0.9.117
7452026-08-11T20:32:53.098Z Downloaded nu-ansi-term v0.50.3
7462026-08-11T20:32:53.101Z Downloaded tokio-stream v0.1.18
7472026-08-11T20:32:53.105Z Downloaded vergen v9.1.0
7482026-08-11T20:32:53.110Z Downloaded num_enum v0.7.6
7492026-08-11T20:32:53.114Z Downloaded des v0.9.0
7502026-08-11T20:32:53.114Z Downloaded progenitor-impl v0.13.0
7512026-08-11T20:32:53.114Z Downloaded tap v1.0.1
7522026-08-11T20:32:53.118Z Downloaded thread-id v5.1.0
7532026-08-11T20:32:53.118Z Downloaded time-core v0.1.8
7542026-08-11T20:32:53.118Z Downloaded compact_str v0.8.1
7552026-08-11T20:32:53.121Z Downloaded oxide-update-engine v0.1.2
7562026-08-11T20:32:53.124Z Downloaded bumpalo v3.20.2
7572026-08-11T20:32:53.124Z Downloaded bytes v1.11.1
7582026-08-11T20:32:53.128Z Downloaded stable_deref_trait v1.2.1
7592026-08-11T20:32:53.132Z Downloaded oxide-tokio-rt v0.1.4
7602026-08-11T20:32:53.132Z Downloaded oxnet v0.1.6
7612026-08-11T20:32:53.138Z Downloaded typify-macro v0.6.2
7622026-08-11T20:32:53.142Z Downloaded void v1.0.2
7632026-08-11T20:32:53.142Z Downloaded wnaf v0.14.0
7642026-08-11T20:32:53.142Z Downloaded headers v0.4.1
7652026-08-11T20:32:53.145Z Downloaded icu_locale_core v2.1.1
7662026-08-11T20:32:53.148Z Downloaded topological-sort v0.2.2
7672026-08-11T20:32:53.148Z Downloaded unicode-truncate v1.1.0
7682026-08-11T20:32:53.148Z Downloaded unicode-xid v0.2.6
7692026-08-11T20:32:53.148Z Downloaded icu_normalizer v2.1.1
7702026-08-11T20:32:53.152Z Downloaded owo-colors v4.3.0
7712026-08-11T20:32:53.152Z Downloaded oxide-update-engine-display v0.1.2
7722026-08-11T20:32:53.155Z Downloaded resolv-conf v0.7.6
7732026-08-11T20:32:53.155Z Downloaded rustc-hash v2.1.1
7742026-08-11T20:32:53.155Z Downloaded jobserver v0.1.34
7752026-08-11T20:32:53.155Z Downloaded serde_yaml v0.9.34+deprecated
7762026-08-11T20:32:53.158Z Downloaded ingot-macros v0.2.0
7772026-08-11T20:32:53.161Z Downloaded siphasher v1.0.2
7782026-08-11T20:32:53.164Z Downloaded tabled_derive v0.11.0
7792026-08-11T20:32:53.167Z Downloaded flume v0.11.1
7802026-08-11T20:32:53.171Z Downloaded phf v0.13.1
7812026-08-11T20:32:53.171Z Downloaded document-features v0.2.12
7822026-08-11T20:32:53.171Z Downloaded subprocess v0.2.15
7832026-08-11T20:32:53.174Z Downloaded pem v3.0.6
7842026-08-11T20:32:53.174Z Downloaded dyn-clone v1.0.20
7852026-08-11T20:32:53.174Z Downloaded strum_macros v0.27.2
7862026-08-11T20:32:53.177Z Downloaded snafu v0.8.9
7872026-08-11T20:32:53.180Z Downloaded phc v0.6.1
7882026-08-11T20:32:53.180Z Downloaded rand_core v0.10.0
7892026-08-11T20:32:53.181Z Downloaded litemap v0.8.1
7902026-08-11T20:32:53.181Z Downloaded papergrid v0.17.0
7912026-08-11T20:32:53.185Z Downloaded rsa v0.9.10
7922026-08-11T20:32:53.188Z Downloaded zeroize_derive v1.5.0
7932026-08-11T20:32:53.188Z Downloaded tracing-core v0.1.36
7942026-08-11T20:32:53.188Z Downloaded crucible-workspace-hack v0.1.0
7952026-08-11T20:32:53.188Z Downloaded cstr-argument v0.1.2
7962026-08-11T20:32:53.191Z Downloaded heapless v0.7.17
7972026-08-11T20:32:53.191Z Downloaded serde_derive_internals v0.29.1
7982026-08-11T20:32:53.191Z Downloaded icu_collections v2.1.1
7992026-08-11T20:32:53.195Z Downloaded slog-term v2.9.2
8002026-08-11T20:32:53.198Z Downloaded derive_builder v0.20.2
8012026-08-11T20:32:53.198Z Downloaded prettyplease v0.2.37
8022026-08-11T20:32:53.201Z Downloaded shlex v1.3.0
8032026-08-11T20:32:53.201Z Downloaded smf v0.2.3
8042026-08-11T20:32:53.201Z Downloaded strum_macros v0.26.4
8052026-08-11T20:32:53.206Z Downloaded tokio-dtrace v0.1.1
8062026-08-11T20:32:53.206Z Downloaded dunce v1.0.5
8072026-08-11T20:32:53.206Z Downloaded derive_builder_macro v0.20.2
8082026-08-11T20:32:53.206Z Downloaded indoc v1.0.9
8092026-08-11T20:32:53.209Z Downloaded async-compression v0.4.41
8102026-08-11T20:32:53.209Z Downloaded inout v0.2.2
8112026-08-11T20:32:53.213Z Downloaded rayon-core v1.13.0
8122026-08-11T20:32:53.213Z Downloaded const_format v0.2.35
8132026-08-11T20:32:53.216Z Downloaded unit-prefix v0.5.2
8142026-08-11T20:32:53.216Z Downloaded kem v0.3.0
8152026-08-11T20:32:53.216Z Downloaded serde_with_macros v1.5.2
8162026-08-11T20:32:53.216Z Downloaded spki v0.8.0
8172026-08-11T20:32:53.219Z Downloaded diesel_table_macro_syntax v0.3.0
8182026-08-11T20:32:53.219Z Downloaded illumos-nvpair-sys v0.2.0
8192026-08-11T20:32:53.219Z Downloaded internet-checksum v0.2.1
8202026-08-11T20:32:53.219Z Downloaded maybe-uninit v2.0.0
8212026-08-11T20:32:53.219Z Downloaded newtype-uuid-macros v0.1.0
8222026-08-11T20:32:53.223Z Downloaded unicode-properties v0.1.4
8232026-08-11T20:32:53.223Z Downloaded rustls-platform-verifier v0.6.2
8242026-08-11T20:32:53.226Z Downloaded unsafe-libyaml v0.2.11
8252026-08-11T20:32:53.226Z Downloaded vte v0.14.1
8262026-08-11T20:32:53.226Z Downloaded quinn-udp v0.5.14
8272026-08-11T20:32:53.230Z Downloaded nodrop v0.1.14
8282026-08-11T20:32:53.230Z Downloaded num-iter v0.1.45
8292026-08-11T20:32:53.230Z Downloaded oso-derive v0.27.3
8302026-08-11T20:32:53.230Z Downloaded icu_normalizer_data v2.1.1
8312026-08-11T20:32:53.234Z Downloaded crossbeam-deque v0.8.6
8322026-08-11T20:32:53.234Z Downloaded libsw-core v0.3.2
8332026-08-11T20:32:53.238Z Downloaded structmeta-derive v0.3.0
8342026-08-11T20:32:53.242Z Downloaded data-encoding v2.10.0
8352026-08-11T20:32:53.242Z Downloaded defmt-macros v1.0.1
8362026-08-11T20:32:53.242Z Downloaded packed_struct_codegen v0.10.1
8372026-08-11T20:32:53.261Z Downloaded mime_guess v2.0.5
8382026-08-11T20:32:53.261Z Downloaded phf_shared v0.11.3
8392026-08-11T20:32:53.261Z Downloaded potential_utf v0.1.4
8402026-08-11T20:32:53.261Z Downloaded proc-macro-crate v3.4.0
8412026-08-11T20:32:53.261Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-08-11T20:32:53.261Z Downloaded rand_pcg v0.10.2
8432026-08-11T20:32:53.261Z Downloaded hickory-resolver v0.25.2
8442026-08-11T20:32:53.261Z Downloaded cc v1.2.56
8452026-08-11T20:32:53.261Z Downloaded unicode_categories v0.1.1
8462026-08-11T20:32:53.261Z Downloaded smallvec v1.15.1
8472026-08-11T20:32:53.266Z Downloaded ecdsa v0.16.9
8482026-08-11T20:32:53.266Z Downloaded uzers v0.12.2
8492026-08-11T20:32:53.266Z Downloaded zstd v0.13.3
8502026-08-11T20:32:53.266Z Downloaded radium v0.7.0
8512026-08-11T20:32:53.270Z Downloaded tokio-rustls v0.26.4
8522026-08-11T20:32:53.270Z Downloaded heapless v0.8.0
8532026-08-11T20:32:53.274Z Downloaded qorb v0.4.1
8542026-08-11T20:32:53.278Z Downloaded linear-map v1.2.0
8552026-08-11T20:32:53.278Z Downloaded toml_parser v1.1.2+spec-1.1.0
8562026-08-11T20:32:53.278Z Downloaded twox-hash v2.1.2
8572026-08-11T20:32:53.281Z Downloaded ecdsa v0.17.0
8582026-08-11T20:32:53.281Z Downloaded native-tls v0.2.18
8592026-08-11T20:32:53.285Z Downloaded num-integer v0.1.46
8602026-08-11T20:32:53.289Z Downloaded password-hash v0.6.1
8612026-08-11T20:32:53.289Z Downloaded enum_dispatch v0.3.13
8622026-08-11T20:32:53.289Z Downloaded env_logger v0.11.9
8632026-08-11T20:32:53.292Z Downloaded libefi-sys v0.1.0
8642026-08-11T20:32:53.292Z Downloaded strum v0.27.2
8652026-08-11T20:32:53.292Z Downloaded tinyvec_macros v0.1.1
8662026-08-11T20:32:53.300Z Downloaded usdt-attr-macro v0.6.0
8672026-08-11T20:32:53.303Z Downloaded http v1.4.2
8682026-08-11T20:32:53.307Z Downloaded rustls-webpki v0.103.13
8692026-08-11T20:32:53.307Z Downloaded zip v0.6.6
8702026-08-11T20:32:53.311Z Downloaded hickory-resolver v0.24.4
8712026-08-11T20:32:53.311Z Downloaded signal-hook v0.3.18
8722026-08-11T20:32:53.315Z Downloaded crypto-bigint v0.5.5
8732026-08-11T20:32:53.318Z Downloaded darling v0.20.11
8742026-08-11T20:32:53.318Z Downloaded packed_struct v0.10.1
8752026-08-11T20:32:53.322Z Downloaded pem-rfc7468 v0.7.0
8762026-08-11T20:32:53.322Z Downloaded phf_shared v0.12.1
8772026-08-11T20:32:53.322Z Downloaded proc-macro-error2 v2.0.1
8782026-08-11T20:32:53.325Z Downloaded darling_macro v0.13.4
8792026-08-11T20:32:53.325Z Downloaded sigpipe v0.1.3
8802026-08-11T20:32:53.325Z Downloaded supports-color v3.0.2
8812026-08-11T20:32:53.329Z Downloaded signal-hook-mio v0.2.5
8822026-08-11T20:32:53.333Z Downloaded tabwriter v1.4.1
8832026-08-11T20:32:53.333Z Downloaded universal-hash v0.5.1
8842026-08-11T20:32:53.333Z Downloaded rand_seeder v0.4.0
8852026-08-11T20:32:53.336Z Downloaded omicron-zone-package v0.12.3
8862026-08-11T20:32:53.340Z Downloaded toml v1.1.2+spec-1.1.0
8872026-08-11T20:32:53.340Z Downloaded darling_core v0.20.11
8882026-08-11T20:32:53.346Z Downloaded is-terminal v0.4.17
8892026-08-11T20:32:53.346Z Downloaded maplit v1.0.2
8902026-08-11T20:32:53.351Z Downloaded poly1305 v0.8.0
8912026-08-11T20:32:53.351Z Downloaded r2d2 v0.8.10
8922026-08-11T20:32:53.351Z Downloaded match_cfg v0.1.0
8932026-08-11T20:32:53.351Z Downloaded newline-converter v0.3.0
8942026-08-11T20:32:53.356Z Downloaded slog-dtrace v0.3.0
8952026-08-11T20:32:53.356Z Downloaded dof v0.4.0
8962026-08-11T20:32:53.356Z Downloaded illumos-nvpair v0.3.0
8972026-08-11T20:32:53.359Z Downloaded pretty_assertions v1.4.1
8982026-08-11T20:32:53.359Z Downloaded indent_write v2.2.0
8992026-08-11T20:32:53.363Z Downloaded stacker v0.1.23
9002026-08-11T20:32:53.363Z Downloaded termios v0.3.3
9012026-08-11T20:32:53.363Z Downloaded publicsuffix v2.3.0
9022026-08-11T20:32:53.367Z Downloaded whoami v1.6.1
9032026-08-11T20:32:53.375Z Downloaded opaque-debug v0.3.1
9042026-08-11T20:32:53.375Z Downloaded indicatif v0.18.4
9052026-08-11T20:32:53.379Z Downloaded serde_with_macros v3.21.0
9062026-08-11T20:32:53.379Z Downloaded deranged v0.5.8
9072026-08-11T20:32:53.379Z Downloaded writeable v0.6.2
9082026-08-11T20:32:53.379Z Downloaded zeroize v1.9.0
9092026-08-11T20:32:53.379Z Downloaded convert_case v0.10.0
9102026-08-11T20:32:53.382Z Downloaded whoami v2.1.0
9112026-08-11T20:32:53.382Z Downloaded scopeguard v1.2.0
9122026-08-11T20:32:53.382Z Downloaded downcast-rs v2.0.2
9132026-08-11T20:32:53.386Z Downloaded crc-any v2.5.0
9142026-08-11T20:32:53.386Z Downloaded hashbrown v0.12.3
9152026-08-11T20:32:53.393Z Downloaded progenitor-client v0.14.0
9162026-08-11T20:32:53.396Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-08-11T20:32:53.397Z Downloaded serde_spanned v1.1.1
9182026-08-11T20:32:53.397Z Downloaded slog v2.8.2
9192026-08-11T20:32:53.400Z Downloaded defmt v1.0.1
9202026-08-11T20:32:53.405Z Downloaded derive_more-impl v2.1.1
9212026-08-11T20:32:53.409Z Downloaded zerocopy-derive v0.8.40
9222026-08-11T20:32:53.412Z Downloaded schemars v0.9.0
9232026-08-11T20:32:53.417Z Downloaded hyper-util v0.1.20
9242026-08-11T20:32:53.423Z Downloaded salsa20 v0.11.0
9252026-08-11T20:32:53.427Z Downloaded test-strategy v0.4.5
9262026-08-11T20:32:53.427Z Downloaded uuid v1.23.4
9272026-08-11T20:32:53.427Z Downloaded litrs v1.0.0
9282026-08-11T20:32:53.431Z Downloaded either v1.15.0
9292026-08-11T20:32:53.431Z Downloaded keccak v0.1.6
9302026-08-11T20:32:53.431Z Downloaded quick-error v1.2.3
9312026-08-11T20:32:53.431Z Downloaded sha1 v0.10.6
9322026-08-11T20:32:53.435Z Downloaded sync-ptr v0.1.4
9332026-08-11T20:32:53.435Z Downloaded chrono v0.4.45
9342026-08-11T20:32:53.438Z Downloaded seq-macro v0.3.6
9352026-08-11T20:32:53.438Z Downloaded keccak v0.2.0
9362026-08-11T20:32:53.439Z Downloaded prefix-trie v0.7.0
9372026-08-11T20:32:53.443Z Downloaded hickory-server v0.25.2
9382026-08-11T20:32:53.462Z Downloaded term v0.7.0
9392026-08-11T20:32:53.462Z Downloaded cookie_store v0.22.1
9402026-08-11T20:32:53.462Z Downloaded parking_lot_core v0.8.6
9412026-08-11T20:32:53.472Z Downloaded vergen-git2 v9.1.0
9422026-08-11T20:32:53.472Z Downloaded pem-rfc7468 v1.0.0
9432026-08-11T20:32:53.472Z Downloaded ctutils v0.4.2
9442026-08-11T20:32:53.472Z Downloaded derive-ex v0.1.8
9452026-08-11T20:32:53.472Z Downloaded usdt-macro v0.6.0
9462026-08-11T20:32:53.472Z Downloaded utf8_iter v1.0.4
9472026-08-11T20:32:53.472Z Downloaded aho-corasick v1.1.4
9482026-08-11T20:32:53.472Z Downloaded darling v0.21.3
9492026-08-11T20:32:53.472Z Downloaded pkcs8 v0.10.2
9502026-08-11T20:32:53.472Z Downloaded impl-trait-for-tuples v0.2.3
9512026-08-11T20:32:53.472Z Downloaded schemars v1.2.1
9522026-08-11T20:32:53.479Z Downloaded libbz2-rs-sys v0.2.2
9532026-08-11T20:32:53.479Z Downloaded crossbeam-epoch v0.9.18
9542026-08-11T20:32:53.479Z Downloaded primeorder v0.13.6
9552026-08-11T20:32:53.479Z Downloaded difflib v0.4.0
9562026-08-11T20:32:53.479Z Downloaded defmt v0.3.100
9572026-08-11T20:32:53.479Z Downloaded derive_more v2.1.1
9582026-08-11T20:32:53.484Z Downloaded instability v0.3.11
9592026-08-11T20:32:53.488Z Downloaded md5 v0.8.0
9602026-08-11T20:32:53.488Z Downloaded md-5 v0.10.6
9612026-08-11T20:32:53.488Z Downloaded multer v3.1.0
9622026-08-11T20:32:53.488Z Downloaded num_enum v0.5.11
9632026-08-11T20:32:53.492Z Downloaded percent-encoding v2.3.2
9642026-08-11T20:32:53.492Z Downloaded pin-project-lite v0.2.17
9652026-08-11T20:32:53.501Z Downloaded zerofrom-derive v0.1.6
9662026-08-11T20:32:53.501Z Downloaded cpufeatures v0.3.0
9672026-08-11T20:32:53.501Z Downloaded crc v3.4.0
9682026-08-11T20:32:53.505Z Downloaded serde_cbor v0.11.2
9692026-08-11T20:32:53.505Z Downloaded minimal-lexical v0.2.1
9702026-08-11T20:32:53.505Z Downloaded futures-util v0.3.32
9712026-08-11T20:32:53.509Z Downloaded rand_core v0.6.4
9722026-08-11T20:32:53.516Z Downloaded trait-variant v0.1.2
9732026-08-11T20:32:53.516Z Downloaded h2 v0.4.15
9742026-08-11T20:32:53.520Z Downloaded num-derive v0.4.2
9752026-08-11T20:32:53.520Z Downloaded peg-runtime v0.8.5
9762026-08-11T20:32:53.520Z Downloaded scheduled-thread-pool v0.2.7
9772026-08-11T20:32:53.520Z Downloaded dsl_auto_type v0.2.0
9782026-08-11T20:32:53.520Z Downloaded unicase v2.9.0
9792026-08-11T20:32:53.520Z Downloaded toml v0.7.8
9802026-08-11T20:32:53.521Z Downloaded parking_lot_core v0.9.12
9812026-08-11T20:32:53.527Z Downloaded ppv-lite86 v0.2.21
9822026-08-11T20:32:53.528Z Downloaded new_debug_unreachable v1.0.6
9832026-08-11T20:32:53.528Z Downloaded usdt-impl v0.6.0
9842026-08-11T20:32:53.528Z Downloaded yoke v0.8.1
9852026-08-11T20:32:53.528Z Downloaded cookie v0.18.1
9862026-08-11T20:32:53.538Z Downloaded itertools v0.10.5
9872026-08-11T20:32:53.538Z Downloaded darling_core v0.21.3
9882026-08-11T20:32:53.542Z Downloaded vsss-rs v3.3.4
9892026-08-11T20:32:53.542Z Downloaded slog-async v2.8.0
9902026-08-11T20:32:53.542Z Downloaded diff v0.1.13
9912026-08-11T20:32:53.542Z Downloaded slog-stdlog v4.1.1
9922026-08-11T20:32:53.542Z Downloaded recursive v0.1.1
9932026-08-11T20:32:53.542Z Downloaded serde_repr v0.1.20
9942026-08-11T20:32:53.542Z Downloaded displaydoc v0.2.5
9952026-08-11T20:32:53.546Z Downloaded ryu v1.0.23
9962026-08-11T20:32:53.546Z Downloaded expectorate v1.2.0
9972026-08-11T20:32:53.554Z Downloaded ed25519-dalek v3.0.0
9982026-08-11T20:32:53.559Z Downloaded rustls-pki-types v1.14.0
9992026-08-11T20:32:53.559Z Downloaded erased-serde v0.3.31
10002026-08-11T20:32:53.559Z Downloaded typed-path v0.9.3
10012026-08-11T20:32:53.568Z Downloaded ron v0.8.1
10022026-08-11T20:32:53.568Z Downloaded tls_codec_derive v0.4.2
10032026-08-11T20:32:53.568Z Downloaded time-macros v0.2.27
10042026-08-11T20:32:53.578Z Downloaded digest-io v0.1.0
10052026-08-11T20:32:53.578Z Downloaded debug-ignore v1.0.5
10062026-08-11T20:32:53.578Z Downloaded sponge-cursor v0.1.0
10072026-08-11T20:32:53.578Z Downloaded sync_wrapper v1.0.2
10082026-08-11T20:32:53.578Z Downloaded miniz_oxide v0.8.9
10092026-08-11T20:32:53.585Z Downloaded hashbrown v0.16.1
10102026-08-11T20:32:53.585Z Downloaded primefield v0.14.0
10112026-08-11T20:32:53.585Z Downloaded crc-catalog v2.4.0
10122026-08-11T20:32:53.585Z Downloaded hashbrown v0.15.5
10132026-08-11T20:32:53.588Z Downloaded lock_api v0.4.14
10142026-08-11T20:32:53.588Z Downloaded lalrpop-util v0.19.12
10152026-08-11T20:32:53.589Z Downloaded multimap v0.10.1
10162026-08-11T20:32:53.589Z Downloaded openssl-probe v0.1.6
10172026-08-11T20:32:53.592Z Downloaded derive_builder_core v0.20.2
10182026-08-11T20:32:53.597Z Downloaded socket2 v0.6.3
10192026-08-11T20:32:53.602Z Downloaded ed25519 v2.2.3
10202026-08-11T20:32:53.615Z Downloaded sqlparser_derive v0.5.0
10212026-08-11T20:32:53.622Z Downloaded tinystr v0.8.2
10222026-08-11T20:32:53.631Z Downloaded tokio-tungstenite v0.23.1
10232026-08-11T20:32:53.631Z Downloaded simd-adler32 v0.3.8
10242026-08-11T20:32:53.631Z Downloaded stringprep v0.1.5
10252026-08-11T20:32:53.632Z Downloaded proc-macro-crate v1.3.1
10262026-08-11T20:32:53.636Z Downloaded untrusted v0.9.0
10272026-08-11T20:32:53.636Z Downloaded serde_urlencoded v0.7.1
10282026-08-11T20:32:53.652Z Downloaded scuffle v0.1.0
10292026-08-11T20:32:53.659Z Downloaded crypto-common v0.2.2
10302026-08-11T20:32:53.659Z Downloaded icu_provider v2.1.1
10312026-08-11T20:32:53.664Z Downloaded endian-type v0.1.2
10322026-08-11T20:32:53.664Z Downloaded scrypt v0.12.0
10332026-08-11T20:32:53.665Z Downloaded support-bundle-viewer v0.1.2
10342026-08-11T20:32:53.665Z Downloaded ident_case v1.0.1
10352026-08-11T20:32:53.665Z Downloaded libsw v3.5.0
10362026-08-11T20:32:53.665Z Downloaded rand_chacha v0.9.0
10372026-08-11T20:32:53.665Z Downloaded tagptr v0.2.0
10382026-08-11T20:32:53.668Z Downloaded precomputed-hash v0.1.1
10392026-08-11T20:32:53.675Z Downloaded termtree v0.5.1
10402026-08-11T20:32:53.679Z Downloaded managed v0.8.0
10412026-08-11T20:32:53.682Z Downloaded p256 v0.14.0
10422026-08-11T20:32:53.686Z Downloaded parse-display-derive v0.10.0
10432026-08-11T20:32:53.686Z Downloaded pin-project-internal v1.1.11
10442026-08-11T20:32:53.686Z Downloaded progenitor-macro v0.14.0
10452026-08-11T20:32:53.690Z Downloaded tower-service v0.3.3
10462026-08-11T20:32:53.690Z Downloaded tungstenite v0.23.0
10472026-08-11T20:32:53.699Z Downloaded ed25519 v3.0.0
10482026-08-11T20:32:53.704Z Downloaded tokio-tungstenite v0.21.0
10492026-08-11T20:32:53.709Z Downloaded predicates v3.1.4
10502026-08-11T20:32:53.709Z Downloaded walkdir v2.5.0
10512026-08-11T20:32:53.709Z Downloaded openssl-macros v0.1.1
10522026-08-11T20:32:53.709Z Downloaded parse-size v1.1.0
10532026-08-11T20:32:53.739Z Downloaded socket2 v0.5.10
10542026-08-11T20:32:53.746Z Downloaded derive-where v1.6.0
10552026-08-11T20:32:53.746Z Downloaded indexmap v1.9.3
10562026-08-11T20:32:53.746Z Downloaded vergen-gitcl v1.0.8
10572026-08-11T20:32:53.746Z Downloaded signature v3.0.0
10582026-08-11T20:32:53.746Z Downloaded thiserror-impl-no-std v2.0.2
10592026-08-11T20:32:53.746Z Downloaded universal-hash v0.6.1
10602026-08-11T20:32:53.746Z Downloaded usdt v0.6.0
10612026-08-11T20:32:53.746Z Downloaded ed25519-dalek v2.2.0
10622026-08-11T20:32:53.746Z Downloaded strum_macros v0.24.3
10632026-08-11T20:32:53.753Z Downloaded toml_edit v0.23.10+spec-1.0.0
10642026-08-11T20:32:53.754Z Downloaded pin-project v1.1.11
10652026-08-11T20:32:53.762Z Downloaded tower-http v0.6.8
10662026-08-11T20:32:53.762Z Downloaded tinyvec v1.10.0
10672026-08-11T20:32:53.769Z Downloaded rtoolbox v0.0.3
10682026-08-11T20:32:53.769Z Downloaded slog-envlogger v2.2.0
10692026-08-11T20:32:53.769Z Downloaded russh-cryptovec v0.62.0
10702026-08-11T20:32:53.769Z Downloaded serdect v0.4.3
10712026-08-11T20:32:53.778Z Downloaded rustls-pemfile v2.2.0
10722026-08-11T20:32:53.784Z Downloaded sec1 v0.8.1
10732026-08-11T20:32:53.784Z Downloaded hkdf v0.13.0
10742026-08-11T20:32:53.784Z Downloaded tokio-native-tls v0.3.1
10752026-08-11T20:32:53.784Z Downloaded pkcs1 v0.8.0-rc.4
10762026-08-11T20:32:53.784Z Downloaded tokio-test v0.4.5
10772026-08-11T20:32:53.784Z Downloaded tui-tree-widget v0.23.1
10782026-08-11T20:32:53.784Z Downloaded icu_properties_data v2.1.2
10792026-08-11T20:32:53.789Z Downloaded yasna v0.5.2
10802026-08-11T20:32:53.789Z Downloaded zerovec-derive v0.11.2
10812026-08-11T20:32:53.789Z Downloaded digest v0.11.3
10822026-08-11T20:32:53.794Z Downloaded tungstenite v0.21.0
10832026-08-11T20:32:53.795Z Downloaded dropshot-api-manager v0.7.2
10842026-08-11T20:32:53.798Z Downloaded dirs-next v2.0.0
10852026-08-11T20:32:53.798Z Downloaded ingot v0.2.1
10862026-08-11T20:32:53.798Z Downloaded darling_core v0.13.4
10872026-08-11T20:32:53.798Z Downloaded lru-cache v0.1.2
10882026-08-11T20:32:53.807Z Downloaded csv-core v0.1.13
10892026-08-11T20:32:53.807Z Downloaded ipnetwork v0.21.1
10902026-08-11T20:32:53.807Z Downloaded nanorand v0.7.0
10912026-08-11T20:32:53.811Z Downloaded newtype-uuid v1.3.2
10922026-08-11T20:32:53.820Z Downloaded zopfli v0.8.3
10932026-08-11T20:32:53.825Z Downloaded crc32fast v1.5.0
10942026-08-11T20:32:53.825Z Downloaded zip v4.6.1
10952026-08-11T20:32:53.825Z Downloaded darling v0.23.0
10962026-08-11T20:32:53.825Z Downloaded peg-macros v0.8.5
10972026-08-11T20:32:53.828Z Downloaded progenitor-macro v0.13.0
10982026-08-11T20:32:53.829Z Downloaded progenitor-impl v0.14.0
10992026-08-11T20:32:53.829Z Downloaded slog-bunyan v2.5.0
11002026-08-11T20:32:53.829Z Downloaded memmap2 v0.9.10
11012026-08-11T20:32:53.829Z Downloaded steno v0.4.1
11022026-08-11T20:32:53.850Z Downloaded zstd-safe v7.2.4
11032026-08-11T20:32:53.854Z Downloaded zone v0.3.1
11042026-08-11T20:32:53.854Z Downloaded kstat-rs v0.2.5
11052026-08-11T20:32:53.854Z Downloaded num v0.4.3
11062026-08-11T20:32:53.854Z Downloaded port-file v0.1.0
11072026-08-11T20:32:53.854Z Downloaded reedline v0.40.0
11082026-08-11T20:32:53.854Z Downloaded regex v1.12.3
11092026-08-11T20:32:53.854Z Downloaded similar v2.7.0
11102026-08-11T20:32:53.854Z Downloaded num-bigint v0.4.6
11112026-08-11T20:32:53.854Z Downloaded serde-hex v0.1.0
11122026-08-11T20:32:53.854Z Downloaded num-traits v0.2.19
11132026-08-11T20:32:53.854Z Downloaded tar v0.4.46
11142026-08-11T20:32:53.854Z Downloaded diesel_derives v2.3.7
11152026-08-11T20:32:53.865Z Downloaded diesel-dtrace v0.5.0
11162026-08-11T20:32:53.865Z Downloaded idna v1.1.0
11172026-08-11T20:32:53.872Z Downloaded typify v0.6.2
11182026-08-11T20:32:53.873Z Downloaded zerotrie v0.2.3
11192026-08-11T20:32:53.873Z Downloaded der_derive v0.7.3
11202026-08-11T20:32:53.873Z Downloaded darling_macro v0.23.0
11212026-08-11T20:32:53.873Z Downloaded instant v0.1.13
11222026-08-11T20:32:53.873Z Downloaded tower-layer v0.3.3
11232026-08-11T20:32:53.873Z Downloaded tokio-postgres v0.7.16
11242026-08-11T20:32:53.882Z Downloaded nom v7.1.3
11252026-08-11T20:32:53.882Z Downloaded dropshot-api-manager-types v0.7.2
11262026-08-11T20:32:53.882Z Downloaded num_threads v0.1.7
11272026-08-11T20:32:53.889Z Downloaded unicode-bidi v0.3.18
11282026-08-11T20:32:53.889Z Downloaded string_cache v0.8.9
11292026-08-11T20:32:53.889Z Downloaded thiserror-no-std v2.0.2
11302026-08-11T20:32:53.889Z Downloaded dropshot_endpoint v0.17.1
11312026-08-11T20:32:53.889Z Downloaded itertools v0.12.1
11322026-08-11T20:32:53.897Z Downloaded same-file v1.0.6
11332026-08-11T20:32:53.897Z Downloaded scroll_derive v0.13.1
11342026-08-11T20:32:53.897Z Downloaded libscf-sys v1.2.0
11352026-08-11T20:32:53.897Z Downloaded lru v0.12.5
11362026-08-11T20:32:53.906Z Downloaded bitvec v1.0.1
11372026-08-11T20:32:53.911Z Downloaded blake3 v1.8.5
11382026-08-11T20:32:53.911Z Downloaded embedded-io v0.6.1
11392026-08-11T20:32:53.911Z Downloaded xshell v0.2.7
11402026-08-11T20:32:53.915Z Downloaded p384 v0.14.0
11412026-08-11T20:32:53.915Z Downloaded ssh-encoding v0.3.0
11422026-08-11T20:32:53.915Z Downloaded shell-words v1.1.1
11432026-08-11T20:32:53.915Z Downloaded ignore v0.4.25
11442026-08-11T20:32:53.922Z Downloaded x509-cert v0.2.5
11452026-08-11T20:32:53.931Z Downloaded winnow v0.6.26
11462026-08-11T20:32:53.934Z Downloaded schemars v0.8.22
11472026-08-11T20:32:53.934Z Downloaded p384 v0.13.1
11482026-08-11T20:32:53.938Z Downloaded tokio-util v0.7.18
11492026-08-11T20:32:53.941Z Downloaded num-complex v0.4.6
11502026-08-11T20:32:53.941Z Downloaded parse-display v0.10.0
11512026-08-11T20:32:53.941Z Downloaded strum v0.26.3
11522026-08-11T20:32:53.945Z Downloaded crc8 v0.1.1
11532026-08-11T20:32:53.945Z Downloaded want v0.3.1
11542026-08-11T20:32:53.945Z Downloaded xattr v1.6.1
11552026-08-11T20:32:53.945Z Downloaded vergen-lib v9.1.0
11562026-08-11T20:32:53.945Z Downloaded slog-json v2.6.1
11572026-08-11T20:32:53.950Z Downloaded subtle v2.6.1
11582026-08-11T20:32:53.950Z Downloaded rayon v1.11.0
11592026-08-11T20:32:53.959Z Downloaded signature v2.2.0
11602026-08-11T20:32:53.959Z Downloaded try-lock v0.2.5
11612026-08-11T20:32:53.959Z Downloaded serde_with v1.14.0
11622026-08-11T20:32:53.963Z Downloaded hkdf v0.12.4
11632026-08-11T20:32:53.963Z Downloaded hyper v1.10.1
11642026-08-11T20:32:53.963Z Downloaded ml-kem v0.3.2
11652026-08-11T20:32:53.963Z Downloaded rusty-fork v0.3.1
11662026-08-11T20:32:53.963Z Downloaded samael v0.0.19
11672026-08-11T20:32:53.966Z Downloaded tower v0.5.3
11682026-08-11T20:32:53.974Z Downloaded yansi v1.0.1
11692026-08-11T20:32:53.981Z Downloaded derive_more v0.99.20
11702026-08-11T20:32:53.981Z Downloaded progenitor-client v0.13.0
11712026-08-11T20:32:53.981Z Downloaded schemars_derive v0.8.22
11722026-08-11T20:32:53.981Z Downloaded vergen-lib v0.1.6
11732026-08-11T20:32:53.981Z Downloaded darling_core v0.23.0
11742026-08-11T20:32:53.986Z Downloaded synstructure v0.13.2
11752026-08-11T20:32:53.986Z Downloaded poly1305 v0.9.0
11762026-08-11T20:32:53.986Z Downloaded indoc v2.0.7
11772026-08-11T20:32:53.986Z Downloaded inout v0.1.4
11782026-08-11T20:32:53.986Z Downloaded serde-big-array v0.5.1
11792026-08-11T20:32:53.986Z Downloaded tiny-keccak v2.0.2
11802026-08-11T20:32:53.990Z Downloaded elliptic-curve v0.13.8
11812026-08-11T20:32:53.990Z Downloaded module-lattice v0.2.3
11822026-08-11T20:32:53.990Z Downloaded jiff-core v0.1.0
11832026-08-11T20:32:53.999Z Downloaded rcgen v0.12.1
11842026-08-11T20:32:53.999Z Downloaded zerocopy v0.6.6
11852026-08-11T20:32:53.999Z Downloaded spki v0.7.3
11862026-08-11T20:32:53.999Z Downloaded bindgen v0.71.1
11872026-08-11T20:32:54.004Z Downloaded paste v1.0.15
11882026-08-11T20:32:54.004Z Downloaded winnow v0.5.40
11892026-08-11T20:32:54.004Z Downloaded snafu-derive v0.8.9
11902026-08-11T20:32:54.011Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11912026-08-11T20:32:54.011Z Downloaded ena v0.14.4
11922026-08-11T20:32:54.011Z Downloaded rand v0.8.6
11932026-08-11T20:32:54.015Z Downloaded reqwest v0.13.2
11942026-08-11T20:32:54.015Z Downloaded tabled v0.20.0
11952026-08-11T20:32:54.023Z Downloaded parking_lot v0.12.5
11962026-08-11T20:32:54.032Z Downloaded aws-lc-rs v1.16.3
11972026-08-11T20:32:54.035Z Downloaded num_enum_derive v0.7.6
11982026-08-11T20:32:54.035Z Downloaded time v0.3.47
11992026-08-11T20:32:54.040Z Downloaded daft-derive v0.1.7
12002026-08-11T20:32:54.040Z Downloaded darling v0.13.4
12012026-08-11T20:32:54.045Z Downloaded oso v0.27.3
12022026-08-11T20:32:54.045Z Downloaded crossbeam-channel v0.5.15
12032026-08-11T20:32:54.045Z Downloaded progenitor v0.14.0
12042026-08-11T20:32:54.045Z Downloaded polyval v0.7.1
12052026-08-11T20:32:54.051Z Downloaded quinn v0.11.11
12062026-08-11T20:32:54.051Z Downloaded toml_edit v0.19.15
12072026-08-11T20:32:54.057Z Downloaded url v2.5.8
12082026-08-11T20:32:54.061Z Downloaded vcpkg v0.2.15
12092026-08-11T20:32:54.086Z Downloaded itertools v0.15.0
12102026-08-11T20:32:54.091Z Downloaded drift v0.2.0
12112026-08-11T20:32:54.096Z Downloaded winnow v1.0.3
12122026-08-11T20:32:54.100Z Downloaded pkcs5 v0.8.1
12132026-08-11T20:32:54.107Z Downloaded rsa v0.10.0-rc.18
12142026-08-11T20:32:54.107Z Downloaded zerovec v0.11.5
12152026-08-11T20:32:54.111Z Downloaded tough v0.22.0
12162026-08-11T20:32:54.111Z Downloaded p521 v0.14.0
12172026-08-11T20:32:54.114Z Downloaded nom v8.0.0
12182026-08-11T20:32:54.118Z Downloaded ssh-key v0.7.0-rc.11
12192026-08-11T20:32:54.121Z Downloaded rand v0.9.2
12202026-08-11T20:32:54.132Z Downloaded portable-atomic v1.13.1
12212026-08-11T20:32:54.135Z Downloaded git2 v0.20.4
12222026-08-11T20:32:54.135Z Downloaded elliptic-curve v0.14.1
12232026-08-11T20:32:54.139Z Downloaded libm v0.2.16
12242026-08-11T20:32:54.144Z Downloaded salty v0.3.0
12252026-08-11T20:32:54.168Z Downloaded der v0.8.0
12262026-08-11T20:32:54.175Z Downloaded der v0.7.10
12272026-08-11T20:32:54.178Z Downloaded libxml v0.3.3
12282026-08-11T20:32:54.178Z Downloaded goblin v0.10.5
12292026-08-11T20:32:54.186Z Downloaded rand v0.10.1
12302026-08-11T20:32:54.190Z Downloaded itertools v0.14.0
12312026-08-11T20:32:54.190Z Downloaded iri-string v0.7.10
12322026-08-11T20:32:54.194Z Downloaded quinn-proto v0.11.16
12332026-08-11T20:32:54.197Z Downloaded itertools v0.13.0
12342026-08-11T20:32:54.207Z Downloaded mio v1.2.0
12352026-08-11T20:32:54.216Z Downloaded unicode-segmentation v1.12.0
12362026-08-11T20:32:54.227Z Downloaded rustyline v14.0.0
12372026-08-11T20:32:54.232Z Downloaded crossterm v0.28.1
12382026-08-11T20:32:54.238Z Downloaded crypto-primes v0.7.2
12392026-08-11T20:32:54.241Z Downloaded proptest v1.11.0
12402026-08-11T20:32:54.257Z Downloaded object v0.37.3
12412026-08-11T20:32:54.265Z Downloaded num-bigint-dig v0.8.6
12422026-08-11T20:32:54.270Z Downloaded sha3 v0.12.0
12432026-08-11T20:32:54.270Z Downloaded bstr v1.12.1
12442026-08-11T20:32:54.275Z Downloaded iddqd v0.4.2
12452026-08-11T20:32:54.279Z Downloaded internal-russh-num-bigint v0.5.0
12462026-08-11T20:32:54.283Z Downloaded petname v2.0.2
12472026-08-11T20:32:54.324Z Downloaded unicode-normalization v0.1.25
12482026-08-11T20:32:54.332Z Downloaded quick-xml v0.37.5
12492026-08-11T20:32:54.347Z Downloaded crypto-bigint v0.7.5
12502026-08-11T20:32:54.357Z Downloaded crossterm v0.29.0
12512026-08-11T20:32:54.361Z Downloaded rawzip v0.4.4
12522026-08-11T20:32:54.368Z Downloaded russh v0.62.4
12532026-08-11T20:32:54.385Z Downloaded moka v0.12.13
12542026-08-11T20:32:54.393Z Downloaded serde_with v3.21.0
12552026-08-11T20:32:54.400Z Downloaded smoltcp v0.9.1
12562026-08-11T20:32:54.405Z Downloaded polar-core v0.27.3
12572026-08-11T20:32:54.416Z Downloaded lalrpop v0.19.12
12582026-08-11T20:32:54.421Z Downloaded reqwest v0.12.28
12592026-08-11T20:32:54.425Z Downloaded nix v0.31.2
12602026-08-11T20:32:54.438Z Downloaded radix_trie v0.2.1
12612026-08-11T20:32:54.442Z Downloaded hickory-proto v0.24.4
12622026-08-11T20:32:54.450Z Downloaded curve25519-dalek v5.0.0
12632026-08-11T20:32:54.455Z Downloaded regex-syntax v0.6.29
12642026-08-11T20:32:54.459Z Downloaded curve25519-dalek v4.1.3
12652026-08-11T20:32:54.466Z Downloaded nix v0.27.1
12662026-08-11T20:32:54.470Z Downloaded zlib-rs v0.6.2
12672026-08-11T20:32:54.474Z Downloaded object v0.30.4
12682026-08-11T20:32:54.489Z Downloaded openssl v0.10.80
12692026-08-11T20:32:54.499Z Downloaded openapiv3 v2.2.0
12702026-08-11T20:32:54.505Z Downloaded rustls v0.23.41
12712026-08-11T20:32:54.513Z Downloaded zerocopy v0.8.40
12722026-08-11T20:32:54.523Z Downloaded rustix v0.38.44
12732026-08-11T20:32:54.535Z Downloaded sqlparser v0.61.0
12742026-08-11T20:32:54.541Z Downloaded hickory-proto v0.25.2
12752026-08-11T20:32:54.550Z Downloaded regex-syntax v0.8.10
12762026-08-11T20:32:54.554Z Downloaded dropshot v0.17.1
12772026-08-11T20:32:54.568Z Downloaded regress v0.11.1
12782026-08-11T20:32:54.572Z Downloaded smoltcp v0.11.0
12792026-08-11T20:32:54.579Z Downloaded typify-impl v0.6.2
12802026-08-11T20:32:54.588Z Downloaded nix v0.28.0
12812026-08-11T20:32:54.593Z Downloaded sled v0.34.7
12822026-08-11T20:32:54.599Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-08-11T20:32:54.605Z Downloaded ratatui v0.29.0
12842026-08-11T20:32:54.616Z Downloaded regress v0.10.5
12852026-08-11T20:32:54.621Z Downloaded tracing v0.1.44
12862026-08-11T20:32:54.633Z Downloaded sha3 v0.11.0
12872026-08-11T20:32:54.656Z Downloaded diesel v2.3.7
12882026-08-11T20:32:54.683Z Downloaded regex-automata v0.4.14
12892026-08-11T20:32:54.700Z Downloaded zerocopy-derive v0.6.6
12902026-08-11T20:32:54.707Z Downloaded petgraph v0.6.5
12912026-08-11T20:32:54.718Z Downloaded jiff v0.2.34
12922026-08-11T20:32:54.730Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-08-11T20:32:54.740Z Downloaded chrono-tz v0.10.4
12942026-08-11T20:32:54.749Z Downloaded petgraph v0.8.3
12952026-08-11T20:32:54.762Z Downloaded sha3 v0.10.8
12962026-08-11T20:32:54.773Z Downloaded libz-sys v1.1.24
12972026-08-11T20:32:54.782Z Downloaded tokio v1.52.1
12982026-08-11T20:32:54.804Z Downloaded csv v1.4.0
12992026-08-11T20:32:54.872Z Downloaded encoding_rs v0.8.35
13002026-08-11T20:32:54.919Z Downloaded ring v0.17.14
13012026-08-11T20:32:54.968Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-08-11T20:32:55.506Z Downloaded aws-lc-sys v0.40.0
13032026-08-11T20:32:55.791Z Compiling libc v0.2.185
13042026-08-11T20:32:55.791Z Compiling serde_core v1.0.228
13052026-08-11T20:32:55.791Z Compiling serde v1.0.228
13062026-08-11T20:32:55.795Z Compiling log v0.4.29
13072026-08-11T20:32:55.795Z Compiling smallvec v1.15.1
13082026-08-11T20:32:55.795Z Compiling shlex v1.3.0
13092026-08-11T20:32:55.795Z Compiling find-msvc-tools v0.1.9
13102026-08-11T20:32:55.795Z Compiling subtle v2.6.1
13112026-08-11T20:32:55.795Z Compiling scopeguard v1.2.0
13122026-08-11T20:32:55.795Z Compiling stable_deref_trait v1.2.1
13132026-08-11T20:32:55.936Z Compiling typenum v1.20.1
13142026-08-11T20:32:55.948Z Compiling zerocopy v0.8.40
13152026-08-11T20:32:55.949Z Compiling portable-atomic v1.13.1
13162026-08-11T20:32:55.961Z Compiling serde_json v1.0.151
13172026-08-11T20:32:55.995Z Compiling syn v2.0.117
13182026-08-11T20:32:56.022Z Compiling critical-section v1.2.0
13192026-08-11T20:32:56.130Z Compiling lock_api v0.4.14
13202026-08-11T20:32:56.149Z Compiling libm v0.2.16
13212026-08-11T20:32:56.180Z Compiling num-traits v0.2.19
13222026-08-11T20:32:56.183Z Compiling pkg-config v0.3.32
13232026-08-11T20:32:56.208Z Compiling generic-array v0.14.7
13242026-08-11T20:32:56.239Z Compiling parking_lot_core v0.9.12
13252026-08-11T20:32:56.284Z Compiling getrandom v0.4.1
13262026-08-11T20:32:56.288Z Compiling pin-project-lite v0.2.17
13272026-08-11T20:32:56.315Z Compiling const-oid v0.9.6
13282026-08-11T20:32:56.405Z Compiling rand_core v0.10.0
13292026-08-11T20:32:56.420Z Compiling futures-core v0.3.32
13302026-08-11T20:32:56.436Z Compiling litemap v0.8.1
13312026-08-11T20:32:56.528Z Compiling percent-encoding v2.3.2
13322026-08-11T20:32:56.573Z Compiling writeable v0.6.2
13332026-08-11T20:32:56.587Z Compiling icu_properties_data v2.1.2
13342026-08-11T20:32:56.612Z Compiling icu_normalizer_data v2.1.1
13352026-08-11T20:32:56.629Z Compiling getrandom v0.3.4
13362026-08-11T20:32:56.629Z Compiling futures-sink v0.3.32
13372026-08-11T20:32:56.659Z Compiling rustix v1.1.3
13382026-08-11T20:32:56.714Z Compiling slab v0.4.12
13392026-08-11T20:32:56.769Z Compiling futures-channel v0.3.32
13402026-08-11T20:32:56.788Z Compiling futures-io v0.3.32
13412026-08-11T20:32:56.803Z Compiling futures-task v0.3.32
13422026-08-11T20:32:56.816Z Compiling utf8_iter v1.0.4
13432026-08-11T20:32:56.848Z Compiling jobserver v0.1.34
13442026-08-11T20:32:56.867Z Compiling errno v0.3.14
13452026-08-11T20:32:56.884Z Compiling getrandom v0.2.17
13462026-08-11T20:32:56.957Z Compiling mio v1.2.0
13472026-08-11T20:32:56.985Z Compiling signal-hook-registry v1.4.8
13482026-08-11T20:32:57.035Z Compiling rand_core v0.6.4
13492026-08-11T20:32:57.050Z Compiling once_cell v1.21.3
13502026-08-11T20:32:57.115Z Compiling cc v1.2.56
13512026-08-11T20:32:57.139Z Compiling parking_lot v0.12.5
13522026-08-11T20:32:57.169Z Compiling socket2 v0.6.3
13532026-08-11T20:32:57.203Z Compiling form_urlencoded v1.2.2
13542026-08-11T20:32:57.219Z Compiling rustversion v1.0.22
13552026-08-11T20:32:57.235Z Compiling base64ct v1.8.3
13562026-08-11T20:32:57.272Z Compiling iana-time-zone v0.1.65
13572026-08-11T20:32:57.307Z Compiling ident_case v1.0.1
13582026-08-11T20:32:57.307Z Compiling flagset v0.4.7
13592026-08-11T20:32:57.399Z Compiling regex-syntax v0.8.10
13602026-08-11T20:32:57.421Z Compiling dunce v1.0.5
13612026-08-11T20:32:57.466Z Compiling fs_extra v1.3.0
13622026-08-11T20:32:57.466Z Compiling base64 v0.22.1
13632026-08-11T20:32:57.495Z Compiling pem-rfc7468 v0.7.0
13642026-08-11T20:32:57.510Z Compiling vcpkg v0.2.15
13652026-08-11T20:32:57.537Z Compiling rand_core v0.9.5
13662026-08-11T20:32:57.554Z Compiling syn v1.0.109
13672026-08-11T20:32:57.571Z Compiling tracing-core v0.1.36
13682026-08-11T20:32:57.614Z Compiling dyn-clone v1.0.20
13692026-08-11T20:32:57.628Z Compiling aws-lc-rs v1.16.3
13702026-08-11T20:32:57.702Z Compiling cpufeatures v0.2.17
13712026-08-11T20:32:57.764Z Compiling schemars v0.8.22
13722026-08-11T20:32:57.767Z Compiling spin v0.9.8
13732026-08-11T20:32:57.792Z Compiling tinyvec_macros v0.1.1
13742026-08-11T20:32:57.821Z Compiling openssl-probe v0.2.1
13752026-08-11T20:32:57.837Z Compiling cmov v0.5.4
13762026-08-11T20:32:57.852Z Compiling crc32fast v1.5.0
13772026-08-11T20:32:57.872Z Compiling httparse v1.10.1
13782026-08-11T20:32:57.891Z Compiling cmake v0.1.57
13792026-08-11T20:32:58.004Z Compiling tinyvec v1.10.0
13802026-08-11T20:32:58.004Z Compiling aho-corasick v1.1.4
13812026-08-11T20:32:58.033Z Compiling ctutils v0.4.2
13822026-08-11T20:32:58.037Z Compiling tower-service v0.3.3
13832026-08-11T20:32:58.075Z Compiling tower-layer v0.3.3
13842026-08-11T20:32:58.145Z Compiling try-lock v0.2.5
13852026-08-11T20:32:58.160Z Compiling untrusted v0.7.1
13862026-08-11T20:32:58.212Z Compiling bitflags v2.11.0
13872026-08-11T20:32:58.254Z Compiling semver v1.0.28
13882026-08-11T20:32:58.269Z Compiling indexmap v2.14.0
13892026-08-11T20:32:58.274Z Compiling uuid v1.23.4
13902026-08-11T20:32:58.317Z Compiling radium v0.7.0
13912026-08-11T20:32:58.320Z Compiling atomic-waker v1.1.2
13922026-08-11T20:32:58.320Z Compiling want v0.3.1
13932026-08-11T20:32:58.457Z Compiling foreign-types-shared v0.1.1
13942026-08-11T20:32:58.473Z Compiling untrusted v0.9.0
13952026-08-11T20:32:58.524Z Compiling rustc_version v0.4.1
13962026-08-11T20:32:58.558Z Compiling httpdate v1.0.3
13972026-08-11T20:32:58.592Z Compiling tap v1.0.1
13982026-08-11T20:32:58.621Z Compiling simd-adler32 v0.3.8
13992026-08-11T20:32:58.625Z Compiling rustls v0.23.41
14002026-08-11T20:32:58.650Z Compiling maybe-uninit v2.0.0
14012026-08-11T20:32:58.672Z Compiling openssl v0.10.80
14022026-08-11T20:32:58.721Z Compiling aws-lc-sys v0.40.0
14032026-08-11T20:32:58.747Z Compiling openssl-sys v0.9.117
14042026-08-11T20:32:58.810Z Compiling wyz v0.5.1
14052026-08-11T20:32:58.826Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-08-11T20:32:58.862Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-08-11T20:32:58.885Z Compiling regex-automata v0.4.14
14082026-08-11T20:32:58.941Z Compiling synstructure v0.13.2
14092026-08-11T20:32:58.956Z Compiling serde_derive_internals v0.29.1
14102026-08-11T20:32:58.959Z Compiling pest_generator v2.8.6
14112026-08-11T20:32:59.003Z Compiling darling_core v0.20.11
14122026-08-11T20:32:59.187Z Compiling foreign-types v0.3.2
14132026-08-11T20:32:59.255Z Compiling unicode-normalization v0.1.25
14142026-08-11T20:32:59.272Z Compiling num-integer v0.1.46
14152026-08-11T20:32:59.301Z Compiling wait-timeout v0.2.1
14162026-08-11T20:32:59.400Z Compiling tempfile v3.25.0
14172026-08-11T20:32:59.594Z Compiling terminal_size v0.4.3
14182026-08-11T20:32:59.609Z Compiling ahash v0.8.12
14192026-08-11T20:32:59.626Z Compiling native-tls v0.2.18
14202026-08-11T20:32:59.626Z Compiling packed_struct v0.10.1
14212026-08-11T20:32:59.762Z Compiling funty v2.0.0
14222026-08-11T20:32:59.779Z Compiling num-bigint-dig v0.8.6
14232026-08-11T20:32:59.794Z Compiling time-core v0.1.8
14242026-08-11T20:32:59.808Z Compiling adler2 v2.0.1
14252026-08-11T20:32:59.846Z Compiling bit-vec v0.8.0
14262026-08-11T20:32:59.870Z Compiling quick-error v1.2.3
14272026-08-11T20:32:59.887Z Compiling powerfmt v0.2.0
14282026-08-11T20:32:59.904Z Compiling num-conv v0.2.0
14292026-08-11T20:32:59.931Z Compiling miniz_oxide v0.8.9
14302026-08-11T20:32:59.974Z Compiling rusty-fork v0.3.1
14312026-08-11T20:33:00.033Z Compiling clap_builder v4.6.0
14322026-08-11T20:33:00.037Z Compiling bit-set v0.8.0
14332026-08-11T20:33:00.050Z Compiling deranged v0.5.8
14342026-08-11T20:33:00.064Z Compiling num-iter v0.1.45
14352026-08-11T20:33:00.092Z Compiling time-macros v0.2.27
14362026-08-11T20:33:00.112Z Compiling bitvec v1.0.1
14372026-08-11T20:33:00.224Z Compiling lazy_static v1.5.0
14382026-08-11T20:33:00.290Z Compiling rand_xorshift v0.4.0
14392026-08-11T20:33:00.314Z Compiling anstyle-parse v0.2.7
14402026-08-11T20:33:00.331Z Compiling sync_wrapper v1.0.2
14412026-08-11T20:33:00.372Z Compiling indexmap v1.9.3
14422026-08-11T20:33:00.455Z Compiling zlib-rs v0.6.2
14432026-08-11T20:33:00.477Z Compiling nodrop v0.1.14
14442026-08-11T20:33:00.520Z Compiling usdt-impl v0.6.0
14452026-08-11T20:33:00.566Z Compiling siphasher v1.0.2
14462026-08-11T20:33:00.582Z Compiling unarray v0.1.4
14472026-08-11T20:33:00.585Z Compiling paste v1.0.15
14482026-08-11T20:33:00.714Z Compiling crossbeam-utils v0.8.21
14492026-08-11T20:33:00.758Z Compiling num_threads v0.1.7
14502026-08-11T20:33:00.769Z Compiling serde_derive v1.0.228
14512026-08-11T20:33:00.781Z Compiling zeroize_derive v1.5.0
14522026-08-11T20:33:00.867Z Compiling zerofrom-derive v0.1.6
14532026-08-11T20:33:00.888Z Compiling zerocopy-derive v0.8.40
14542026-08-11T20:33:01.030Z Compiling yoke-derive v0.8.1
14552026-08-11T20:33:01.097Z Compiling zerovec-derive v0.11.2
14562026-08-11T20:33:01.112Z Compiling displaydoc v0.2.5
14572026-08-11T20:33:01.206Z Compiling tokio-macros v2.7.0
14582026-08-11T20:33:01.443Z Compiling futures-macro v0.3.32
14592026-08-11T20:33:01.472Z Compiling zeroize v1.9.0
14602026-08-11T20:33:01.639Z Compiling der_derive v0.7.3
14612026-08-11T20:33:01.892Z Compiling thiserror-impl v2.0.18
14622026-08-11T20:33:01.977Z Compiling tracing-attributes v0.1.31
14632026-08-11T20:33:02.050Z Compiling rustls-pki-types v1.14.0
14642026-08-11T20:33:02.262Z Compiling block-buffer v0.10.4
14652026-08-11T20:33:02.290Z Compiling crypto-common v0.1.7
14662026-08-11T20:33:02.294Z Compiling futures-util v0.3.32
14672026-08-11T20:33:02.318Z Compiling schemars_derive v0.8.22
14682026-08-11T20:33:02.338Z Compiling zerofrom v0.1.6
14692026-08-11T20:33:02.453Z Compiling yoke v0.8.1
14702026-08-11T20:33:02.473Z Compiling digest v0.10.7
14712026-08-11T20:33:02.487Z Compiling hybrid-array v0.4.13
14722026-08-11T20:33:02.537Z Compiling scroll_derive v0.13.1
14732026-08-11T20:33:02.656Z Compiling zerovec v0.11.5
14742026-08-11T20:33:02.659Z Compiling zerotrie v0.2.3
14752026-08-11T20:33:02.745Z Compiling der v0.7.10
14762026-08-11T20:33:02.987Z Compiling sha2 v0.10.9
14772026-08-11T20:33:03.105Z Compiling tinystr v0.8.2
14782026-08-11T20:33:03.191Z Compiling potential_utf v0.1.4
14792026-08-11T20:33:03.221Z Compiling pest_derive v2.8.6
14802026-08-11T20:33:03.270Z Compiling thiserror v2.0.18
14812026-08-11T20:33:03.285Z Compiling icu_locale_core v2.1.1
14822026-08-11T20:33:03.329Z Compiling icu_collections v2.1.1
14832026-08-11T20:33:03.345Z Compiling tracing v0.1.44
14842026-08-11T20:33:03.377Z Compiling signature v2.2.0
14852026-08-11T20:33:03.391Z Compiling scroll v0.13.0
14862026-08-11T20:33:03.406Z Compiling darling_macro v0.20.11
14872026-08-11T20:33:03.582Z Compiling spki v0.7.3
14882026-08-11T20:33:03.616Z Compiling openssl-macros v0.1.1
14892026-08-11T20:33:03.642Z Compiling thiserror-impl v1.0.69
14902026-08-11T20:33:03.684Z Compiling goblin v0.10.5
14912026-08-11T20:33:03.722Z Compiling hmac v0.12.1
14922026-08-11T20:33:03.738Z Compiling packed_struct_codegen v0.10.1
14932026-08-11T20:33:03.829Z Compiling pkcs8 v0.10.2
14942026-08-11T20:33:03.844Z Compiling clap_derive v4.6.1
14952026-08-11T20:33:03.898Z Compiling zerocopy-derive v0.6.6
14962026-08-11T20:33:03.936Z Compiling icu_provider v2.1.1
14972026-08-11T20:33:03.982Z Compiling darling v0.20.11
14982026-08-11T20:33:04.080Z Compiling bitfield-macros v0.19.4
14992026-08-11T20:33:04.112Z Compiling crc-catalog v2.4.0
15002026-08-11T20:33:04.196Z Compiling icu_normalizer v2.1.1
15012026-08-11T20:33:04.217Z Compiling icu_properties v2.1.2
15022026-08-11T20:33:04.260Z Compiling bytes v1.11.1
15032026-08-11T20:33:04.323Z Compiling chrono v0.4.45
15042026-08-11T20:33:04.344Z Compiling ipnet v2.11.0
15052026-08-11T20:33:04.692Z Compiling hex v0.4.3
15062026-08-11T20:33:04.840Z Compiling tokio v1.52.1
15072026-08-11T20:33:04.865Z Compiling http v1.4.2
15082026-08-11T20:33:04.928Z Compiling serde_spanned v0.6.9
15092026-08-11T20:33:04.968Z Compiling toml_datetime v0.6.11
15102026-08-11T20:33:05.001Z Compiling bitfield v0.19.4
15112026-08-11T20:33:05.017Z Compiling thiserror v1.0.69
15122026-08-11T20:33:05.020Z Compiling zerocopy v0.6.6
15132026-08-11T20:33:05.087Z Compiling crc v3.4.0
15142026-08-11T20:33:05.136Z Compiling derive_builder_core v0.20.2
15152026-08-11T20:33:05.248Z Compiling idna_adapter v1.2.1
15162026-08-11T20:33:05.300Z Compiling pkcs1 v0.7.5
15172026-08-11T20:33:05.314Z Compiling dtrace-parser v0.3.0
15182026-08-11T20:33:05.377Z Compiling ppv-lite86 v0.2.21
15192026-08-11T20:33:05.406Z Compiling idna v1.1.0
15202026-08-11T20:33:05.582Z Compiling http-body v1.0.1
15212026-08-11T20:33:05.677Z Compiling rand_chacha v0.9.0
15222026-08-11T20:33:05.707Z Compiling rand_chacha v0.3.1
15232026-08-11T20:33:05.726Z Compiling url v2.5.8
15242026-08-11T20:33:05.757Z Compiling http-body-util v0.1.3
15252026-08-11T20:33:05.773Z Compiling clap v4.6.1
15262026-08-11T20:33:05.795Z Compiling flate2 v1.1.9
15272026-08-11T20:33:05.810Z Compiling time v0.3.47
15282026-08-11T20:33:05.982Z Compiling rand v0.9.2
15292026-08-11T20:33:06.015Z Compiling rand v0.8.6
15302026-08-11T20:33:06.075Z Compiling structmeta-derive v0.3.0
15312026-08-11T20:33:06.103Z Compiling scroll_derive v0.12.1
15322026-08-11T20:33:06.158Z Compiling array-init v0.0.4
15332026-08-11T20:33:06.321Z Compiling anstream v0.6.21
15342026-08-11T20:33:06.521Z Compiling dof v0.4.0
15352026-08-11T20:33:06.536Z Compiling smallvec v0.6.14
15362026-08-11T20:33:06.552Z Compiling proptest v1.11.0
15372026-08-11T20:33:06.751Z Compiling darling_core v0.23.0
15382026-08-11T20:33:06.767Z Compiling heapless v0.7.17
15392026-08-11T20:33:06.782Z Compiling slog v2.8.2
15402026-08-11T20:33:06.806Z Compiling thread-id v5.1.0
15412026-08-11T20:33:06.861Z Compiling env_filter v1.0.0
15422026-08-11T20:33:06.902Z Compiling cookie v0.18.1
15432026-08-11T20:33:06.986Z Compiling winnow v0.5.40
15442026-08-11T20:33:07.032Z Compiling ipnetwork v0.21.1
15452026-08-11T20:33:07.108Z Compiling anyhow v1.0.102
15462026-08-11T20:33:07.163Z Compiling signal-hook v0.3.18
15472026-08-11T20:33:07.177Z Compiling unicode-properties v0.1.4
15482026-08-11T20:33:07.194Z Compiling base64 v0.21.7
15492026-08-11T20:33:07.210Z Compiling iri-string v0.7.10
15502026-08-11T20:33:07.357Z Compiling hashbrown v0.12.3
15512026-08-11T20:33:07.416Z Compiling ryu v1.0.23
15522026-08-11T20:33:07.452Z Compiling allocator-api2 v0.2.21
15532026-08-11T20:33:07.468Z Compiling zstd-safe v7.2.4
15542026-08-11T20:33:07.469Z Compiling unicode-bidi v0.3.18
15552026-08-11T20:33:07.569Z Compiling serde_urlencoded v0.7.1
15562026-08-11T20:33:07.613Z Compiling ron v0.8.1
15572026-08-11T20:33:07.701Z Compiling rsa v0.9.10
15582026-08-11T20:33:07.766Z Compiling oxnet v0.1.6
15592026-08-11T20:33:07.827Z Compiling stringprep v0.1.5
15602026-08-11T20:33:07.848Z Compiling structmeta v0.3.0
15612026-08-11T20:33:08.123Z Compiling env_logger v0.11.9
15622026-08-11T20:33:08.166Z Compiling scroll v0.12.0
15632026-08-11T20:33:08.175Z Compiling serde-hex v0.1.0
15642026-08-11T20:33:08.229Z Compiling camino v1.2.2
15652026-08-11T20:33:08.229Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15662026-08-11T20:33:08.287Z Compiling toml_edit v0.19.15
15672026-08-11T20:33:08.456Z Compiling derive_builder_macro v0.20.2
15682026-08-11T20:33:08.489Z Compiling bzip2 v0.4.4
15692026-08-11T20:33:08.562Z Compiling hashbrown v0.13.2
15702026-08-11T20:33:08.589Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15712026-08-11T20:33:08.717Z Compiling tokio-util v0.7.18
15722026-08-11T20:33:08.777Z Compiling tower v0.5.3
15732026-08-11T20:33:08.797Z Compiling tokio-native-tls v0.3.1
15742026-08-11T20:33:08.900Z Compiling erased-serde v0.3.31
15752026-08-11T20:33:08.955Z Compiling newtype-uuid v1.3.2
15762026-08-11T20:33:08.974Z Compiling serde_tokenstream v0.2.3
15772026-08-11T20:33:08.989Z Compiling x509-cert v0.2.5
15782026-08-11T20:33:09.062Z Compiling block-padding v0.4.2
15792026-08-11T20:33:09.257Z Compiling tower-http v0.6.8
15802026-08-11T20:33:09.289Z Compiling block-buffer v0.12.1
15812026-08-11T20:33:09.299Z Compiling darling_macro v0.23.0
15822026-08-11T20:33:09.318Z Compiling crypto-common v0.2.2
15832026-08-11T20:33:09.323Z Compiling md-5 v0.10.6
15842026-08-11T20:33:09.417Z Compiling h2 v0.4.15
15852026-08-11T20:33:09.496Z Compiling rustls-native-certs v0.8.3
15862026-08-11T20:33:09.508Z Compiling bstr v1.12.1
15872026-08-11T20:33:09.702Z Compiling pin-project-internal v1.1.11
15882026-08-11T20:33:09.852Z Compiling zerocopy-derive v0.7.35
15892026-08-11T20:33:09.862Z Compiling daft-derive v0.1.7
15902026-08-11T20:33:09.866Z Compiling async-trait v0.1.89
15912026-08-11T20:33:09.954Z Compiling curve25519-dalek v4.1.3
15922026-08-11T20:33:10.200Z Compiling vergen-lib v9.1.0
15932026-08-11T20:33:10.314Z Compiling hash32 v0.2.1
15942026-08-11T20:33:10.404Z Compiling memoffset v0.9.1
15952026-08-11T20:33:10.530Z Compiling encoding_rs v0.8.35
15962026-08-11T20:33:10.620Z Compiling smoltcp v0.9.1
15972026-08-11T20:33:10.635Z Compiling mime v0.3.17
15982026-08-11T20:33:10.682Z Compiling ref-cast v1.0.25
15992026-08-11T20:33:10.730Z Compiling rustix v0.38.44
16002026-08-11T20:33:10.780Z Compiling fallible-iterator v0.2.0
16012026-08-11T20:33:10.797Z Compiling litrs v1.0.0
16022026-08-11T20:33:10.877Z Compiling crc-any v2.5.0
16032026-08-11T20:33:10.932Z Compiling cfg_aliases v0.2.1
16042026-08-11T20:33:10.988Z Compiling psl-types v2.0.11
16052026-08-11T20:33:11.037Z Compiling nix v0.31.2
16062026-08-11T20:33:11.045Z Compiling pin-project v1.1.11
16072026-08-11T20:33:11.050Z Compiling zerocopy v0.7.35
16082026-08-11T20:33:11.110Z Compiling publicsuffix v2.3.0
16092026-08-11T20:33:11.123Z Compiling postgres-protocol v0.6.10
16102026-08-11T20:33:11.139Z Compiling daft v0.1.7
16112026-08-11T20:33:11.234Z Compiling darling v0.23.0
16122026-08-11T20:33:11.286Z Compiling toml v0.7.8
16132026-08-11T20:33:11.319Z Compiling inout v0.2.2
16142026-08-11T20:33:11.336Z Compiling object v0.30.4
16152026-08-11T20:33:11.359Z Compiling document-features v0.2.12
16162026-08-11T20:33:11.422Z Compiling derive_builder v0.20.2
16172026-08-11T20:33:11.473Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-11T20:33:11.516Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-11T20:33:11.570Z Compiling zip v0.6.6
16202026-08-11T20:33:11.659Z Compiling goblin v0.8.2
16212026-08-11T20:33:11.726Z Compiling derive-ex v0.1.8
16222026-08-11T20:33:11.946Z Compiling futures-executor v0.3.32
16232026-08-11T20:33:11.971Z Compiling hubpack_derive v0.1.1
16242026-08-11T20:33:12.097Z Compiling regex v1.12.3
16252026-08-11T20:33:12.146Z Compiling curve25519-dalek-derive v0.1.1
16262026-08-11T20:33:12.164Z Compiling snafu-derive v0.8.9
16272026-08-11T20:33:12.207Z Compiling strum_macros v0.27.2
16282026-08-11T20:33:12.222Z Compiling ref-cast-impl v1.0.25
16292026-08-11T20:33:12.238Z Compiling phf_shared v0.13.1
16302026-08-11T20:33:12.267Z Compiling vergen v9.1.0
16312026-08-11T20:33:12.474Z Compiling cargo-platform v0.3.2
16322026-08-11T20:33:12.491Z Compiling ff v0.13.1
16332026-08-11T20:33:12.509Z Compiling fs-err v3.3.0
16342026-08-11T20:33:12.551Z Compiling base16ct v0.2.0
16352026-08-11T20:33:12.654Z Compiling hyper v1.10.1
16362026-08-11T20:33:12.716Z Compiling libbz2-rs-sys v0.2.2
16372026-08-11T20:33:12.754Z Compiling unicode-segmentation v1.12.0
16382026-08-11T20:33:12.770Z Compiling managed v0.8.0
16392026-08-11T20:33:12.812Z Compiling either v1.15.0
16402026-08-11T20:33:12.867Z Compiling object v0.37.3
16412026-08-11T20:33:12.926Z Compiling same-file v1.0.6
16422026-08-11T20:33:13.002Z Compiling foldhash v0.2.0
16432026-08-11T20:33:13.037Z Compiling bitflags v1.3.2
16442026-08-11T20:33:13.108Z Compiling bumpalo v3.20.2
16452026-08-11T20:33:13.126Z Compiling foldhash v0.1.5
16462026-08-11T20:33:13.157Z Compiling jiff-core v0.1.0
16472026-08-11T20:33:13.173Z Compiling path-slash v0.1.5
16482026-08-11T20:33:13.246Z Compiling hashbrown v0.16.1
16492026-08-11T20:33:13.317Z Compiling zopfli v0.8.3
16502026-08-11T20:33:13.321Z Compiling hashbrown v0.15.5
16512026-08-11T20:33:13.421Z Compiling bzip2 v0.6.1
16522026-08-11T20:33:13.452Z Compiling test-strategy v0.4.5
16532026-08-11T20:33:13.650Z Compiling walkdir v2.5.0
16542026-08-11T20:33:13.694Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16552026-08-11T20:33:13.873Z Compiling hyper-util v0.1.20
16562026-08-11T20:33:13.919Z Compiling jiff v0.2.34
16572026-08-11T20:33:13.978Z Compiling dof v0.3.0
16582026-08-11T20:33:14.129Z Compiling snafu v0.8.9
16592026-08-11T20:33:14.235Z Compiling strum v0.27.2
16602026-08-11T20:33:14.307Z Compiling sec1 v0.7.3
16612026-08-11T20:33:14.321Z Compiling cargo_metadata v0.23.1
16622026-08-11T20:33:14.383Z Compiling group v0.13.0
16632026-08-11T20:33:14.410Z Compiling hubpack v0.1.2
16642026-08-11T20:33:14.428Z Compiling phf v0.13.1
16652026-08-11T20:33:14.510Z Compiling signal-hook-mio v0.2.5
16662026-08-11T20:33:14.586Z Compiling futures v0.3.32
16672026-08-11T20:33:14.605Z Compiling cookie_store v0.22.1
16682026-08-11T20:33:14.681Z Compiling zstd v0.13.3
16692026-08-11T20:33:14.684Z Compiling postgres-types v0.2.12
16702026-08-11T20:33:14.729Z Compiling cipher v0.5.2
16712026-08-11T20:33:14.806Z Compiling serde_with_macros v3.21.0
16722026-08-11T20:33:15.032Z Compiling globset v0.4.18
16732026-08-11T20:33:15.055Z Compiling usdt-attr-macro v0.6.0
16742026-08-11T20:33:15.095Z Compiling usdt-macro v0.6.0
16752026-08-11T20:33:15.189Z Compiling byte-wrapper v0.1.0
16762026-08-11T20:33:15.204Z Compiling dtrace-parser v0.2.0
16772026-08-11T20:33:15.284Z Compiling serde_plain v1.0.2
16782026-08-11T20:33:15.361Z Compiling hyper-tls v0.6.0
16792026-08-11T20:33:15.501Z Compiling olpc-cjson v0.1.4
16802026-08-11T20:33:15.545Z Compiling reqwest v0.12.28
16812026-08-11T20:33:15.621Z Compiling serde-big-array v0.5.1
16822026-08-11T20:33:15.685Z Compiling ed25519 v2.2.3
16832026-08-11T20:33:15.748Z Compiling hkdf v0.12.4
16842026-08-11T20:33:15.764Z Compiling crypto-bigint v0.5.5
16852026-08-11T20:33:15.768Z Compiling enum-as-inner v0.6.1
16862026-08-11T20:33:15.790Z Compiling strum_macros v0.26.4
16872026-08-11T20:33:15.939Z Compiling serde_repr v0.1.20
16882026-08-11T20:33:15.955Z Compiling async-recursion v1.1.1
16892026-08-11T20:33:15.969Z Compiling phf_shared v0.11.3
16902026-08-11T20:33:15.989Z Compiling float-cmp v0.10.0
16912026-08-11T20:33:16.011Z Compiling pem v3.0.6
16922026-08-11T20:33:16.152Z Compiling memmap2 v0.9.10
16932026-08-11T20:33:16.167Z Compiling thread-id v4.2.2
16942026-08-11T20:33:16.182Z Compiling fixedbitset v0.4.2
16952026-08-11T20:33:16.266Z Compiling fixedbitset v0.5.7
16962026-08-11T20:33:16.328Z Compiling cpufeatures v0.3.0
16972026-08-11T20:33:16.363Z Compiling data-encoding v2.10.0
16982026-08-11T20:33:16.392Z Compiling predicates-core v1.0.10
16992026-08-11T20:33:16.419Z Compiling normalize-line-endings v0.3.0
17002026-08-11T20:33:16.435Z Compiling precomputed-hash v0.1.1
17012026-08-11T20:33:16.512Z Compiling whoami v2.1.0
17022026-08-11T20:33:16.534Z Compiling difflib v0.4.0
17032026-08-11T20:33:16.549Z Compiling const-oid v0.10.2
17042026-08-11T20:33:16.585Z Compiling new_debug_unreachable v1.0.6
17052026-08-11T20:33:16.600Z Compiling typed-path v0.9.3
17062026-08-11T20:33:16.617Z Compiling winnow v1.0.3
17072026-08-11T20:33:16.665Z Compiling keccak v0.1.6
17082026-08-11T20:33:16.681Z Compiling static_assertions v1.1.0
17092026-08-11T20:33:16.764Z Compiling elliptic-curve v0.13.8
17102026-08-11T20:33:16.779Z Compiling predicates v3.1.4
17112026-08-11T20:33:16.907Z Compiling sha3 v0.10.8
17122026-08-11T20:33:16.993Z Compiling toml_parser v1.1.2+spec-1.1.0
17132026-08-11T20:33:17.069Z Compiling tokio-postgres v0.7.16
17142026-08-11T20:33:17.091Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17152026-08-11T20:33:17.113Z Compiling digest v0.11.3
17162026-08-11T20:33:17.188Z Compiling hickory-proto v0.25.2
17172026-08-11T20:33:17.354Z Compiling toml_edit v0.22.27
17182026-08-11T20:33:17.373Z Compiling string_cache v0.8.9
17192026-08-11T20:33:17.431Z Compiling petgraph v0.8.3
17202026-08-11T20:33:17.446Z Compiling chacha20 v0.10.0
17212026-08-11T20:33:17.615Z Compiling strum v0.26.3
17222026-08-11T20:33:17.619Z Compiling petgraph v0.6.5
17232026-08-11T20:33:17.648Z Compiling usdt v0.6.0
17242026-08-11T20:33:17.662Z Compiling usdt-impl v0.5.0
17252026-08-11T20:33:17.737Z Compiling zip v4.6.1
17262026-08-11T20:33:17.766Z Compiling serde_with v3.21.0
17272026-08-11T20:33:17.847Z Compiling crossterm v0.28.1
17282026-08-11T20:33:17.874Z Compiling ed25519-dalek v2.2.0
17292026-08-11T20:33:17.935Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17302026-08-11T20:33:18.412Z Compiling iddqd v0.4.2
17312026-08-11T20:33:18.790Z Compiling similar v2.7.0
17322026-08-11T20:33:19.144Z Compiling heck v0.4.1
17332026-08-11T20:33:19.159Z Compiling itertools v0.13.0
17342026-08-11T20:33:19.343Z Compiling itertools v0.15.0
17352026-08-11T20:33:19.373Z Compiling tokio-stream v0.1.18
17362026-08-11T20:33:19.392Z Compiling crossbeam-epoch v0.9.18
17372026-08-11T20:33:19.410Z Compiling buf-list v1.1.2
17382026-08-11T20:33:19.458Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-11T20:33:19.597Z Compiling openapiv3 v2.2.0
17402026-08-11T20:33:19.655Z Compiling peg-runtime v0.8.5
17412026-08-11T20:33:19.748Z Compiling lalrpop-util v0.19.12
17422026-08-11T20:33:19.768Z Compiling thread_local v1.1.9
17432026-08-11T20:33:19.777Z Compiling slog-async v2.8.0
17442026-08-11T20:33:19.813Z Compiling crossbeam-channel v0.5.15
17452026-08-11T20:33:19.900Z Compiling filetime v0.2.27
17462026-08-11T20:33:19.927Z Compiling is-terminal v0.4.17
17472026-08-11T20:33:19.964Z Compiling term v1.2.1
17482026-08-11T20:33:20.002Z Compiling take_mut v0.2.2
17492026-08-11T20:33:20.043Z Compiling xattr v1.6.1
17502026-08-11T20:33:20.047Z Compiling camino-tempfile v1.4.1
17512026-08-11T20:33:20.241Z Compiling tar v0.4.46
17522026-08-11T20:33:20.315Z Compiling slog-term v2.9.2
17532026-08-11T20:33:37.659Z Compiling rustls-webpki v0.103.13
17542026-08-11T20:33:40.378Z Compiling tokio-rustls v0.26.4
17552026-08-11T20:33:40.378Z Compiling rustls-platform-verifier v0.6.2
17562026-08-11T20:33:40.385Z Compiling tough v0.22.0
17572026-08-11T20:33:40.578Z Compiling hyper-rustls v0.27.7
17582026-08-11T20:33:40.771Z Compiling reqwest v0.13.2
17592026-08-11T20:33:42.929Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17602026-08-11T20:33:43.166Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17612026-08-11T20:33:46.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.98s
17622026-08-11T20:33:46.259Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17632026-08-11T20:33:46.316ZAug 11 20:33:45.392 INFO Starting download, target: Clickhouse
17642026-08-11T20:33:46.316ZAug 11 20:33:45.393 INFO Starting download, target: Cockroach
17652026-08-11T20:33:46.316ZAug 11 20:33:45.393 INFO Starting download, target: Console
17662026-08-11T20:33:46.316ZAug 11 20:33:45.393 INFO Starting download, target: DendriteStub
17672026-08-11T20:33:46.316ZAug 11 20:33:45.393 INFO Starting download, target: MaghemiteMgd
17682026-08-11T20:33:46.321ZAug 11 20:33:45.393 INFO Starting download, target: MaghemiteDdmd
17692026-08-11T20:33:46.321ZAug 11 20:33:45.393 INFO Starting download, target: TransceiverControl
17702026-08-11T20:33:46.321ZAug 11 20:33:45.393 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17712026-08-11T20:33:46.321ZAug 11 20:33:45.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-08-11T20:33:46.321ZAug 11 20:33:45.394 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17732026-08-11T20:33:46.321ZAug 11 20:33:45.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17742026-08-11T20:33:46.321ZAug 11 20:33:45.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-11T20:33:46.321ZAug 11 20:33:45.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17762026-08-11T20:33:46.321ZAug 11 20:33:45.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17772026-08-11T20:33:48.146ZAug 11 20:33:47.222 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-08-11T20:33:48.402ZAug 11 20:33:47.476 INFO Download complete, target: Console
17792026-08-11T20:33:49.933ZAug 11 20:33:48.981 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-08-11T20:33:56.651ZAug 11 20:33:55.728 INFO Checking that binary works, target: Clickhouse
17812026-08-11T20:33:56.744ZAug 11 20:33:55.817 INFO Download complete, target: Clickhouse
17822026-08-11T20:34:28.456ZAug 11 20:34:27.334 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17832026-08-11T20:34:28.780ZAug 11 20:34:27.555 INFO Download complete, target: TransceiverControl
17842026-08-11T20:34:33.979ZAug 11 20:34:32.851 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17852026-08-11T20:34:35.068ZAug 11 20:34:34.050 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17862026-08-11T20:34:36.232ZAug 11 20:34:35.189 INFO Download complete, target: DendriteStub
17872026-08-11T20:34:36.748ZAug 11 20:34:35.763 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17882026-08-11T20:34:36.986ZAug 11 20:34:36.020 INFO Download complete, target: MaghemiteDdmd
17892026-08-11T20:34:38.072ZAug 11 20:34:37.143 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17902026-08-11T20:34:38.072ZAug 11 20:34:37.143 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17912026-08-11T20:34:39.148ZAug 11 20:34:38.224 INFO Download complete, target: MaghemiteMgd
17922026-08-11T20:34:42.733ZAug 11 20:34:41.809 INFO Checking that binary works, target: Cockroach
17932026-08-11T20:34:42.870ZAug 11 20:34:41.938 INFO Download complete, target: Cockroach
17942026-08-11T20:34:42.874ZAll prerequisites installed successfully
17952026-08-11T20:34:42.874Z
17962026-08-11T20:34:42.874Zreal 2:42.630853511
17972026-08-11T20:34:42.874Zuser 7:13.236583984
17982026-08-11T20:34:42.874Zsys 1:44.551363708
17992026-08-11T20:34:42.874Ztrap 0.263386753
18002026-08-11T20:34:42.874Ztflt 0.769779659
18012026-08-11T20:34:42.874Zdflt 1.546766062
18022026-08-11T20:34:42.874Zkflt 0.022729269
18032026-08-11T20:34:42.874Zlock 45:06.916030389
18042026-08-11T20:34:42.874Zslp 21:19.469948332
18052026-08-11T20:34:42.875Zlat 27.075531442
18062026-08-11T20:34:42.875Zstop 3:34.543696719
18072026-08-11T20:34:42.875Z+ ptime -m cargo xtask download softnpu
18082026-08-11T20:34:43.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18092026-08-11T20:34:43.378Z Running `target/debug/xtask download softnpu`
18102026-08-11T20:34:44.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18112026-08-11T20:34:44.222Z Running `target/debug/xtask-downloader softnpu`
18122026-08-11T20:34:44.265ZAug 11 20:34:43.342 INFO Starting download, target: Softnpu
18132026-08-11T20:34:44.268ZAug 11 20:34:43.342 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18142026-08-11T20:34:44.818ZAug 11 20:34:43.894 INFO Download complete, target: Softnpu
18152026-08-11T20:34:44.822Z
18162026-08-11T20:34:44.825Zreal 1.947256541
18172026-08-11T20:34:44.825Zuser 1.329682679
18182026-08-11T20:34:44.825Zsys 0.640564125
18192026-08-11T20:34:44.825Ztrap 0.000429410
18202026-08-11T20:34:44.825Ztflt 0.000087960
18212026-08-11T20:34:44.825Zdflt 0.000192110
18222026-08-11T20:34:44.825Zkflt 0.000000000
18232026-08-11T20:34:44.825Zlock 10.259474832
18242026-08-11T20:34:44.825Zslp 0.437745390
18252026-08-11T20:34:44.825Zlat 0.088396391
18262026-08-11T20:34:44.825Zstop 0.000188180
18272026-08-11T20:34:44.825Z+ export CARGO_INCREMENTAL=0
18282026-08-11T20:34:44.826Z+ CARGO_INCREMENTAL=0
18292026-08-11T20:34:44.826Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18302026-08-11T20:34:45.735Z Compiling proc-macro2 v1.0.106
18312026-08-11T20:34:45.735Z Compiling quote v1.0.45
18322026-08-11T20:34:45.735Z Compiling unicode-ident v1.0.24
18332026-08-11T20:34:45.739Z Compiling libc v0.2.185
18342026-08-11T20:34:45.739Z Compiling serde_core v1.0.228
18352026-08-11T20:34:45.739Z Compiling serde v1.0.228
18362026-08-11T20:34:45.739Z Compiling cfg-if v1.0.4
18372026-08-11T20:34:45.739Z Compiling version_check v0.9.5
18382026-08-11T20:34:45.739Z Compiling autocfg v1.5.0
18392026-08-11T20:34:45.887Z Compiling find-msvc-tools v0.1.9
18402026-08-11T20:34:45.890Z Compiling shlex v1.3.0
18412026-08-11T20:34:45.890Z Compiling memchr v2.8.0
18422026-08-11T20:34:45.890Z Compiling zmij v1.0.21
18432026-08-11T20:34:45.890Z Compiling serde_json v1.0.151
18442026-08-11T20:34:46.013Z Compiling portable-atomic v1.13.1
18452026-08-11T20:34:46.116Z Compiling zerocopy v0.8.40
18462026-08-11T20:34:46.176Z Compiling libm v0.2.16
18472026-08-11T20:34:46.194Z Compiling getrandom v0.4.1
18482026-08-11T20:34:46.200Z Compiling parking_lot_core v0.9.12
18492026-08-11T20:34:46.260Z Compiling generic-array v0.14.7
18502026-08-11T20:34:46.304Z Compiling num-traits v0.2.19
18512026-08-11T20:34:46.480Z Compiling icu_properties_data v2.1.2
18522026-08-11T20:34:46.496Z Compiling smallvec v1.15.1
18532026-08-11T20:34:46.514Z Compiling icu_normalizer_data v2.1.1
18542026-08-11T20:34:46.529Z Compiling itoa v1.0.17
18552026-08-11T20:34:46.545Z Compiling log v0.4.29
18562026-08-11T20:34:46.563Z Compiling subtle v2.6.1
18572026-08-11T20:34:46.625Z Compiling pkg-config v0.3.32
18582026-08-11T20:34:46.628Z Compiling stable_deref_trait v1.2.1
18592026-08-11T20:34:46.724Z Compiling typenum v1.20.1
18602026-08-11T20:34:46.773Z Compiling getrandom v0.3.4
18612026-08-11T20:34:46.874Z Compiling scopeguard v1.2.0
18622026-08-11T20:34:46.874Z Compiling thiserror v2.0.18
18632026-08-11T20:34:46.874Z Compiling rustix v1.1.3
18642026-08-11T20:34:46.951Z Compiling lock_api v0.4.14
18652026-08-11T20:34:47.042Z Compiling rand_core v0.10.0
18662026-08-11T20:34:47.114Z Compiling jobserver v0.1.34
18672026-08-11T20:34:47.118Z Compiling errno v0.3.14
18682026-08-11T20:34:47.190Z Compiling getrandom v0.2.17
18692026-08-11T20:34:47.206Z Compiling heck v0.5.0
18702026-08-11T20:34:47.239Z Compiling equivalent v1.0.2
18712026-08-11T20:34:47.291Z Compiling syn v2.0.117
18722026-08-11T20:34:47.356Z Compiling cc v1.2.56
18732026-08-11T20:34:47.390Z Compiling rand_core v0.6.4
18742026-08-11T20:34:47.404Z Compiling pin-project-lite v0.2.17
18752026-08-11T20:34:47.407Z Compiling critical-section v1.2.0
18762026-08-11T20:34:47.437Z Compiling syn v1.0.109
18772026-08-11T20:34:47.455Z Compiling litemap v0.8.1
18782026-08-11T20:34:47.512Z Compiling percent-encoding v2.3.2
18792026-08-11T20:34:47.529Z Compiling writeable v0.6.2
18802026-08-11T20:34:47.589Z Compiling schemars v0.8.22
18812026-08-11T20:34:47.639Z Compiling hashbrown v0.17.0
18822026-08-11T20:34:47.715Z Compiling dunce v1.0.5
18832026-08-11T20:34:47.731Z Compiling rustversion v1.0.22
18842026-08-11T20:34:47.763Z Compiling fs_extra v1.3.0
18852026-08-11T20:34:47.793Z Compiling once_cell v1.21.3
18862026-08-11T20:34:47.836Z Compiling byteorder v1.5.0
18872026-08-11T20:34:48.007Z Compiling strsim v0.11.1
18882026-08-11T20:34:48.049Z Compiling signal-hook-registry v1.4.8
18892026-08-11T20:34:48.096Z Compiling utf8_iter v1.0.4
18902026-08-11T20:34:48.138Z Compiling cmake v0.1.57
18912026-08-11T20:34:48.222Z Compiling semver v1.0.28
18922026-08-11T20:34:48.253Z Compiling indexmap v2.14.0
18932026-08-11T20:34:48.294Z Compiling bitflags v2.11.0
18942026-08-11T20:34:48.333Z Compiling thiserror v1.0.69
18952026-08-11T20:34:48.491Z Compiling parking_lot v0.12.5
18962026-08-11T20:34:48.546Z Compiling form_urlencoded v1.2.2
18972026-08-11T20:34:48.560Z Compiling socket2 v0.6.3
18982026-08-11T20:34:48.580Z Compiling mio v1.2.0
18992026-08-11T20:34:48.674Z Compiling aws-lc-sys v0.40.0
19002026-08-11T20:34:48.842Z Compiling const-oid v0.9.6
19012026-08-11T20:34:48.862Z Compiling aws-lc-rs v1.16.3
19022026-08-11T20:34:48.888Z Compiling futures-core v0.3.32
19032026-08-11T20:34:48.995Z Compiling httparse v1.10.1
19042026-08-11T20:34:49.227Z Compiling ucd-trie v0.1.7
19052026-08-11T20:34:49.329Z Compiling crc32fast v1.5.0
19062026-08-11T20:34:49.344Z Compiling fnv v1.0.7
19072026-08-11T20:34:49.376Z Compiling regex-syntax v0.8.10
19082026-08-11T20:34:49.433Z Compiling pest v2.8.6
19092026-08-11T20:34:49.487Z Compiling vcpkg v0.2.15
19102026-08-11T20:34:49.525Z Compiling iana-time-zone v0.1.65
19112026-08-11T20:34:49.555Z Compiling ident_case v1.0.1
19122026-08-11T20:34:49.613Z Compiling uuid v1.23.4
19132026-08-11T20:34:49.732Z Compiling rustc_version v0.4.1
19142026-08-11T20:34:49.825Z Compiling futures-sink v0.3.32
19152026-08-11T20:34:49.842Z Compiling rustls v0.23.41
19162026-08-11T20:34:49.955Z Compiling futures-channel v0.3.32
19172026-08-11T20:34:50.032Z Compiling aho-corasick v1.1.4
19182026-08-11T20:34:50.071Z Compiling synstructure v0.13.2
19192026-08-11T20:34:50.087Z Compiling serde_derive_internals v0.29.1
19202026-08-11T20:34:50.211Z Compiling openssl-sys v0.9.117
19212026-08-11T20:34:50.234Z Compiling slab v0.4.12
19222026-08-11T20:34:50.268Z Compiling futures-io v0.3.32
19232026-08-11T20:34:50.283Z Compiling futures-task v0.3.32
19242026-08-11T20:34:50.473Z Compiling dyn-clone v1.0.20
19252026-08-11T20:34:50.489Z Compiling time-core v0.1.8
19262026-08-11T20:34:50.519Z Compiling pest_meta v2.8.6
19272026-08-11T20:34:50.607Z Compiling num-conv v0.2.0
19282026-08-11T20:34:50.617Z Compiling radium v0.7.0
19292026-08-11T20:34:50.637Z Compiling plain v0.2.3
19302026-08-11T20:34:50.705Z Compiling crossbeam-utils v0.8.21
19312026-08-11T20:34:50.757Z Compiling time-macros v0.2.27
19322026-08-11T20:34:50.774Z Compiling base64 v0.22.1
19332026-08-11T20:34:50.839Z Compiling openssl v0.10.80
19342026-08-11T20:34:50.895Z Compiling regex-automata v0.4.14
19352026-08-11T20:34:50.911Z Compiling maybe-uninit v2.0.0
19362026-08-11T20:34:50.926Z Compiling base64ct v1.8.3
19372026-08-11T20:34:50.960Z Compiling pretty-hex v0.4.1
19382026-08-11T20:34:51.112Z Compiling pest_generator v2.8.6
19392026-08-11T20:34:51.146Z Compiling flagset v0.4.7
19402026-08-11T20:34:51.186Z Compiling pem-rfc7468 v0.7.0
19412026-08-11T20:34:51.251Z Compiling darling_core v0.23.0
19422026-08-11T20:34:51.300Z Compiling rand_core v0.9.5
19432026-08-11T20:34:51.350Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19442026-08-11T20:34:51.381Z Compiling serde_derive v1.0.228
19452026-08-11T20:34:51.458Z Compiling zeroize_derive v1.5.0
19462026-08-11T20:34:51.525Z Compiling zerofrom-derive v0.1.6
19472026-08-11T20:34:51.525Z Compiling yoke-derive v0.8.1
19482026-08-11T20:34:51.525Z Compiling zerocopy-derive v0.8.40
19492026-08-11T20:34:51.525Z Compiling zerovec-derive v0.11.2
19502026-08-11T20:34:51.561Z Compiling displaydoc v0.2.5
19512026-08-11T20:34:51.748Z Compiling tokio-macros v2.7.0
19522026-08-11T20:34:51.767Z Compiling futures-macro v0.3.32
19532026-08-11T20:34:51.780Z Compiling thiserror-impl v2.0.18
19542026-08-11T20:34:51.799Z Compiling schemars_derive v0.8.22
19552026-08-11T20:34:51.826Z Compiling der_derive v0.7.3
19562026-08-11T20:34:52.081Z Compiling zeroize v1.9.0
19572026-08-11T20:34:52.324Z Compiling tracing-attributes v0.1.31
19582026-08-11T20:34:52.365Z Compiling thiserror-impl v1.0.69
19592026-08-11T20:34:52.493Z Compiling pest_derive v2.8.6
19602026-08-11T20:34:52.568Z Compiling futures-util v0.3.32
19612026-08-11T20:34:52.629Z Compiling zerofrom v0.1.6
19622026-08-11T20:34:52.764Z Compiling yoke v0.8.1
19632026-08-11T20:34:52.871Z Compiling crypto-common v0.1.7
19642026-08-11T20:34:52.974Z Compiling zerovec v0.11.5
19652026-08-11T20:34:52.994Z Compiling zerotrie v0.2.3
19662026-08-11T20:34:53.028Z Compiling block-buffer v0.10.4
19672026-08-11T20:34:53.229Z Compiling digest v0.10.7
19682026-08-11T20:34:53.400Z Compiling scroll_derive v0.13.1
19692026-08-11T20:34:53.449Z Compiling scroll_derive v0.12.1
19702026-08-11T20:34:53.464Z Compiling der v0.7.10
19712026-08-11T20:34:53.495Z Compiling openssl-macros v0.1.1
19722026-08-11T20:34:53.498Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-08-11T20:34:53.526Z Compiling tinystr v0.8.2
19742026-08-11T20:34:53.540Z Compiling potential_utf v0.1.4
19752026-08-11T20:34:53.557Z Compiling ahash v0.8.12
19762026-08-11T20:34:53.734Z Compiling icu_locale_core v2.1.1
19772026-08-11T20:34:53.751Z Compiling icu_collections v2.1.1
19782026-08-11T20:34:53.825Z Compiling anyhow v1.0.102
19792026-08-11T20:34:53.906Z Compiling num-bigint-dig v0.8.6
19802026-08-11T20:34:53.921Z Compiling native-tls v0.2.18
19812026-08-11T20:34:54.131Z Compiling packed_struct v0.10.1
19822026-08-11T20:34:54.164Z Compiling darling_macro v0.23.0
19832026-08-11T20:34:54.185Z Compiling regex v1.12.3
19842026-08-11T20:34:54.394Z Compiling spki v0.7.3
19852026-08-11T20:34:54.425Z Compiling zerocopy-derive v0.7.35
19862026-08-11T20:34:54.490Z Compiling icu_provider v2.1.1
19872026-08-11T20:34:54.593Z Compiling bytes v1.11.1
19882026-08-11T20:34:54.648Z Compiling chrono v0.4.45
19892026-08-11T20:34:54.699Z Compiling serde_tokenstream v0.2.3
19902026-08-11T20:34:54.835Z Compiling icu_properties v2.1.2
19912026-08-11T20:34:54.899Z Compiling icu_normalizer v2.1.1
19922026-08-11T20:34:55.002Z Compiling slog v2.8.2
19932026-08-11T20:34:55.211Z Compiling tokio v1.52.1
19942026-08-11T20:34:55.251Z Compiling http v1.4.2
19952026-08-11T20:34:55.606Z Compiling tracing-core v0.1.36
19962026-08-11T20:34:55.690Z Compiling cookie v0.18.1
19972026-08-11T20:34:55.899Z Compiling idna_adapter v1.2.1
19982026-08-11T20:34:55.983Z Compiling ppv-lite86 v0.2.21
19992026-08-11T20:34:56.108Z Compiling idna v1.1.0
20002026-08-11T20:34:56.113Z Compiling utf8parse v0.2.2
20012026-08-11T20:34:56.122Z Compiling camino v1.2.2
20022026-08-11T20:34:56.126Z Compiling cpufeatures v0.2.17
20032026-08-11T20:34:56.194Z Compiling tracing v0.1.44
20042026-08-11T20:34:56.342Z Compiling rand_chacha v0.9.0
20052026-08-11T20:34:56.375Z Compiling darling v0.23.0
20062026-08-11T20:34:56.391Z Compiling toml_datetime v0.6.11
20072026-08-11T20:34:56.391Z Compiling serde_spanned v0.6.9
20082026-08-11T20:34:56.423Z Compiling clap_derive v4.6.1
20092026-08-11T20:34:56.451Z Compiling url v2.5.8
20102026-08-11T20:34:56.573Z Compiling bitfield-macros v0.19.4
20112026-08-11T20:34:56.632Z Compiling zerocopy-derive v0.6.6
20122026-08-11T20:34:56.665Z Compiling packed_struct_codegen v0.10.1
20132026-08-11T20:34:56.686Z Compiling indexmap v1.9.3
20142026-08-11T20:34:56.748Z Compiling anstyle v1.0.14
20152026-08-11T20:34:57.081Z Compiling paste v1.0.15
20162026-08-11T20:34:57.195Z Compiling rand v0.9.2
20172026-08-11T20:34:57.222Z Compiling http-body v1.0.1
20182026-08-11T20:34:57.272Z Compiling pkcs8 v0.10.2
20192026-08-11T20:34:57.412Z Compiling rustls-pki-types v1.14.0
20202026-08-11T20:34:57.519Z Compiling spin v0.9.8
20212026-08-11T20:34:57.538Z Compiling usdt-impl v0.5.0
20222026-08-11T20:34:57.660Z Compiling openssl-probe v0.2.1
20232026-08-11T20:34:57.748Z Compiling winnow v0.5.40
20242026-08-11T20:34:57.775Z Compiling anstyle-query v1.1.5
20252026-08-11T20:34:57.794Z Compiling is_terminal_polyfill v1.70.2
20262026-08-11T20:34:57.840Z Compiling either v1.15.0
20272026-08-11T20:34:57.863Z Compiling colorchoice v1.0.4
20282026-08-11T20:34:57.901Z Compiling cmov v0.5.4
20292026-08-11T20:34:57.922Z Compiling usdt-impl v0.6.0
20302026-08-11T20:34:58.064Z Compiling fastrand v2.3.0
20312026-08-11T20:34:58.081Z Compiling ref-cast v1.0.25
20322026-08-11T20:34:58.111Z Compiling tinyvec_macros v0.1.1
20332026-08-11T20:34:58.166Z Compiling ctutils v0.4.2
20342026-08-11T20:34:58.182Z Compiling tinyvec v1.10.0
20352026-08-11T20:34:58.395Z Compiling sha2 v0.10.9
20362026-08-11T20:34:58.450Z Compiling scroll v0.13.0
20372026-08-11T20:34:58.561Z Compiling scroll v0.12.0
20382026-08-11T20:34:58.577Z Compiling async-trait v0.1.89
20392026-08-11T20:34:58.739Z Compiling heapless v0.7.17
20402026-08-11T20:34:58.841Z Compiling litrs v1.0.0
20412026-08-11T20:34:58.876Z Compiling atomic-waker v1.1.2
20422026-08-11T20:34:58.890Z Compiling try-lock v0.2.5
20432026-08-11T20:34:58.907Z Compiling winnow v1.0.3
20442026-08-11T20:34:59.002Z Compiling signal-hook v0.3.18
20452026-08-11T20:34:59.018Z Compiling winnow v0.7.14
20462026-08-11T20:34:59.114Z Compiling tokio-util v0.7.18
20472026-08-11T20:34:59.168Z Compiling toml_edit v0.19.15
20482026-08-11T20:34:59.188Z Compiling tower-service v0.3.3
20492026-08-11T20:34:59.203Z Compiling zstd-safe v7.2.4
20502026-08-11T20:34:59.268Z Compiling rustix v0.38.44
20512026-08-11T20:34:59.298Z Compiling tower-layer v0.3.3
20522026-08-11T20:34:59.313Z Compiling untrusted v0.7.1
20532026-08-11T20:34:59.356Z Compiling document-features v0.2.12
20542026-08-11T20:34:59.453Z Compiling toml_parser v1.1.2+spec-1.1.0
20552026-08-11T20:34:59.468Z Compiling tempfile v3.25.0
20562026-08-11T20:34:59.482Z Compiling want v0.3.1
20572026-08-11T20:34:59.815Z Compiling h2 v0.4.15
20582026-08-11T20:35:00.019Z Compiling goblin v0.8.2
20592026-08-11T20:35:00.019Z Compiling goblin v0.10.5
20602026-08-11T20:35:00.072Z Compiling hybrid-array v0.4.13
20612026-08-11T20:35:00.148Z Compiling itertools v0.15.0
20622026-08-11T20:35:00.407Z Compiling anstyle-parse v1.0.0
20632026-08-11T20:35:00.476Z Compiling zerocopy v0.7.35
20642026-08-11T20:35:00.610Z Compiling ipnet v2.11.0
20652026-08-11T20:35:00.864Z Compiling daft-derive v0.1.7
20662026-08-11T20:35:00.888Z Compiling structmeta-derive v0.3.0
20672026-08-11T20:35:01.040Z Compiling ref-cast-impl v1.0.25
20682026-08-11T20:35:01.090Z Compiling darling_core v0.20.11
20692026-08-11T20:35:01.124Z Compiling curve25519-dalek v4.1.3
20702026-08-11T20:35:01.230Z Compiling memoffset v0.9.1
20712026-08-11T20:35:01.448Z Compiling tap v1.0.1
20722026-08-11T20:35:01.499Z Compiling foreign-types-shared v0.1.1
20732026-08-11T20:35:01.597Z Compiling simd-adler32 v0.3.8
20742026-08-11T20:35:01.614Z Compiling httpdate v1.0.3
20752026-08-11T20:35:01.687Z Compiling untrusted v0.9.0
20762026-08-11T20:35:01.695Z Compiling powerfmt v0.2.0
20772026-08-11T20:35:01.765Z Compiling foreign-types v0.3.2
20782026-08-11T20:35:01.811Z Compiling wyz v0.5.1
20792026-08-11T20:35:01.901Z Compiling deranged v0.5.8
20802026-08-11T20:35:01.923Z Compiling anstream v1.0.0
20812026-08-11T20:35:01.931Z Compiling structmeta v0.3.0
20822026-08-11T20:35:02.058Z Compiling unicode-normalization v0.1.25
20832026-08-11T20:35:02.238Z Compiling dtrace-parser v0.2.0
20842026-08-11T20:35:02.296Z Compiling dof v0.3.0
20852026-08-11T20:35:02.564Z Compiling rand_chacha v0.3.1
20862026-08-11T20:35:02.673Z Compiling hex v0.4.3
20872026-08-11T20:35:02.870Z Compiling dof v0.4.0
20882026-08-11T20:35:02.934Z Compiling signature v2.2.0
20892026-08-11T20:35:02.953Z Compiling dtrace-parser v0.3.0
20902026-08-11T20:35:02.981Z Compiling terminal_size v0.4.3
20912026-08-11T20:35:02.985Z Compiling pin-project-internal v1.1.11
20922026-08-11T20:35:03.051Z Compiling hyper v1.10.1
20932026-08-11T20:35:03.123Z Compiling darling_macro v0.20.11
20942026-08-11T20:35:03.163Z Compiling num-integer v0.1.46
20952026-08-11T20:35:03.181Z Compiling thread-id v4.2.2
20962026-08-11T20:35:03.293Z Compiling thread-id v5.1.0
20972026-08-11T20:35:03.392Z Compiling wait-timeout v0.2.1
20982026-08-11T20:35:03.428Z Compiling adler2 v2.0.1
20992026-08-11T20:35:03.481Z Compiling clap_lex v1.0.0
21002026-08-11T20:35:03.548Z Compiling num_threads v0.1.7
21012026-08-11T20:35:03.648Z Compiling bit-vec v0.8.0
21022026-08-11T20:35:03.664Z Compiling funty v2.0.0
21032026-08-11T20:35:03.711Z Compiling cfg_aliases v0.2.1
21042026-08-11T20:35:03.771Z Compiling quick-error v1.2.3
21052026-08-11T20:35:03.834Z Compiling smoltcp v0.9.1
21062026-08-11T20:35:03.902Z Compiling rusty-fork v0.3.1
21072026-08-11T20:35:03.905Z Compiling bit-set v0.8.0
21082026-08-11T20:35:03.949Z Compiling nix v0.31.2
21092026-08-11T20:35:04.003Z Compiling bitvec v1.0.1
21102026-08-11T20:35:04.020Z Compiling time v0.3.47
21112026-08-11T20:35:04.043Z Compiling clap_builder v4.6.0
21122026-08-11T20:35:04.102Z Compiling darling v0.20.11
21132026-08-11T20:35:04.137Z Compiling miniz_oxide v0.8.9
21142026-08-11T20:35:04.191Z Compiling hyper-util v0.1.20
21152026-08-11T20:35:04.207Z Compiling num-iter v0.1.45
21162026-08-11T20:35:04.426Z Compiling rand v0.8.6
21172026-08-11T20:35:04.690Z Compiling ipnetwork v0.21.1
21182026-08-11T20:35:04.751Z Compiling lazy_static v1.5.0
21192026-08-11T20:35:04.814Z Compiling anstyle-parse v0.2.7
21202026-08-11T20:35:05.025Z Compiling hmac v0.12.1
21212026-08-11T20:35:05.073Z Compiling rand_xorshift v0.4.0
21222026-08-11T20:35:05.188Z Compiling curve25519-dalek-derive v0.1.1
21232026-08-11T20:35:05.236Z Compiling sync_wrapper v1.0.2
21242026-08-11T20:35:05.358Z Compiling crc-catalog v2.4.0
21252026-08-11T20:35:05.397Z Compiling nodrop v0.1.14
21262026-08-11T20:35:05.466Z Compiling zlib-rs v0.6.2
21272026-08-11T20:35:05.505Z Compiling unarray v0.1.4
21282026-08-11T20:35:05.667Z Compiling siphasher v1.0.2
21292026-08-11T20:35:06.161Z Compiling proptest v1.11.0
21302026-08-11T20:35:06.388Z Compiling clap v4.6.1
21312026-08-11T20:35:06.409Z Compiling array-init v0.0.4
21322026-08-11T20:35:06.484Z Compiling crc v3.4.0
21332026-08-11T20:35:06.839Z Compiling tower v0.5.3
21342026-08-11T20:35:07.323Z Compiling anstream v0.6.21
21352026-08-11T20:35:07.347Z Compiling smallvec v0.6.14
21362026-08-11T20:35:07.405Z Compiling derive_builder_core v0.20.2
21372026-08-11T20:35:07.566Z Compiling flate2 v1.1.9
21382026-08-11T20:35:07.658Z Compiling pkcs1 v0.7.5
21392026-08-11T20:35:07.774Z Compiling zerocopy v0.6.6
21402026-08-11T20:35:07.836Z Compiling http-body-util v0.1.3
21412026-08-11T20:35:07.857Z Compiling bitfield v0.19.4
21422026-08-11T20:35:08.004Z Compiling strum_macros v0.26.4
21432026-08-11T20:35:08.036Z Compiling strum_macros v0.27.2
21442026-08-11T20:35:08.049Z Compiling snafu-derive v0.8.9
21452026-08-11T20:35:08.110Z Compiling hubpack_derive v0.1.1
21462026-08-11T20:35:08.157Z Compiling env_filter v1.0.0
21472026-08-11T20:35:08.178Z Compiling fs-err v3.3.0
21482026-08-11T20:35:08.252Z Compiling allocator-api2 v0.2.21
21492026-08-11T20:35:08.401Z Compiling ryu v1.0.23
21502026-08-11T20:35:08.458Z Compiling unicode-properties v0.1.4
21512026-08-11T20:35:08.571Z Compiling base64 v0.21.7
21522026-08-11T20:35:08.590Z Compiling hashbrown v0.12.3
21532026-08-11T20:35:08.690Z Compiling iri-string v0.7.10
21542026-08-11T20:35:08.731Z Compiling unicode-segmentation v1.12.0
21552026-08-11T20:35:08.890Z Compiling unicode-bidi v0.3.18
21562026-08-11T20:35:09.117Z Compiling object v0.37.3
21572026-08-11T20:35:09.318Z Compiling stringprep v0.1.5
21582026-08-11T20:35:09.374Z Compiling ron v0.8.1
21592026-08-11T20:35:09.390Z Compiling serde_urlencoded v0.7.1
21602026-08-11T20:35:09.613Z Compiling env_logger v0.11.9
21612026-08-11T20:35:09.681Z Compiling newtype-uuid v1.3.2
21622026-08-11T20:35:09.711Z Compiling derive_builder_macro v0.20.2
21632026-08-11T20:35:09.816Z Compiling tower-http v0.6.8
21642026-08-11T20:35:09.838Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21652026-08-11T20:35:09.874Z Compiling rsa v0.9.10
21662026-08-11T20:35:09.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21672026-08-11T20:35:10.008Z Compiling oxnet v0.1.6
21682026-08-11T20:35:10.034Z Compiling serde-hex v0.1.0
21692026-08-11T20:35:10.061Z Compiling hashbrown v0.13.2
21702026-08-11T20:35:10.143Z Compiling tokio-native-tls v0.3.1
21712026-08-11T20:35:10.161Z Compiling bzip2 v0.4.4
21722026-08-11T20:35:10.215Z Compiling usdt-macro v0.6.0
21732026-08-11T20:35:10.231Z Compiling usdt-attr-macro v0.6.0
21742026-08-11T20:35:10.249Z Compiling derive-ex v0.1.8
21752026-08-11T20:35:10.333Z Compiling crypto-common v0.2.2
21762026-08-11T20:35:10.369Z Compiling block-buffer v0.12.1
21772026-08-11T20:35:10.425Z Compiling block-padding v0.4.2
21782026-08-11T20:35:10.655Z Compiling rustls-native-certs v0.8.3
21792026-08-11T20:35:10.923Z Compiling erased-serde v0.3.31
21802026-08-11T20:35:10.938Z Compiling x509-cert v0.2.5
21812026-08-11T20:35:11.030Z Compiling md-5 v0.10.6
21822026-08-11T20:35:11.083Z Compiling bstr v1.12.1
21832026-08-11T20:35:11.215Z Compiling vergen-lib v9.1.0
21842026-08-11T20:35:11.219Z Compiling hash32 v0.2.1
21852026-08-11T20:35:11.372Z Compiling encoding_rs v0.8.35
21862026-08-11T20:35:11.472Z Compiling psl-types v2.0.11
21872026-08-11T20:35:11.543Z Compiling fallible-iterator v0.2.0
21882026-08-11T20:35:11.616Z Compiling crc-any v2.5.0
21892026-08-11T20:35:11.684Z Compiling mime v0.3.17
21902026-08-11T20:35:11.711Z Compiling cpufeatures v0.3.0
21912026-08-11T20:35:11.744Z Compiling test-strategy v0.4.5
21922026-08-11T20:35:11.815Z Compiling publicsuffix v2.3.0
21932026-08-11T20:35:11.856Z Compiling postgres-protocol v0.6.10
21942026-08-11T20:35:12.448Z Compiling inout v0.2.2
21952026-08-11T20:35:12.617Z Compiling object v0.30.4
21962026-08-11T20:35:12.636Z Compiling zip v0.6.6
21972026-08-11T20:35:12.640Z Compiling daft v0.1.7
21982026-08-11T20:35:12.670Z Compiling hyper-tls v0.6.0
21992026-08-11T20:35:12.701Z Compiling derive_builder v0.20.2
22002026-08-11T20:35:12.718Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-11T20:35:12.767Z Compiling heck v0.4.1
22022026-08-11T20:35:12.843Z Compiling phf_shared v0.13.1
22032026-08-11T20:35:12.923Z Compiling pin-project v1.1.11
22042026-08-11T20:35:13.015Z Compiling toml v0.7.8
22052026-08-11T20:35:13.075Z Compiling serde_with_macros v3.21.0
22062026-08-11T20:35:13.092Z Compiling futures-executor v0.3.32
22072026-08-11T20:35:13.123Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22082026-08-11T20:35:13.194Z Compiling serde_repr v0.1.20
22092026-08-11T20:35:13.289Z Compiling enum-as-inner v0.6.1
22102026-08-11T20:35:13.341Z Compiling async-recursion v1.1.1
22112026-08-11T20:35:13.454Z Compiling vergen v9.1.0
22122026-08-11T20:35:13.542Z Compiling ff v0.13.1
22132026-08-11T20:35:13.571Z Compiling cargo-platform v0.3.2
22142026-08-11T20:35:13.812Z Compiling managed v0.8.0
22152026-08-11T20:35:13.970Z Compiling jiff-core v0.1.0
22162026-08-11T20:35:13.975Z Compiling foldhash v0.1.5
22172026-08-11T20:35:13.987Z Compiling path-slash v0.1.5
22182026-08-11T20:35:14.079Z Compiling bitflags v1.3.2
22192026-08-11T20:35:14.097Z Compiling base16ct v0.2.0
22202026-08-11T20:35:14.106Z Compiling bumpalo v3.20.2
22212026-08-11T20:35:14.128Z Compiling foldhash v0.2.0
22222026-08-11T20:35:14.179Z Compiling same-file v1.0.6
22232026-08-11T20:35:14.273Z Compiling libbz2-rs-sys v0.2.2
22242026-08-11T20:35:14.302Z Compiling walkdir v2.5.0
22252026-08-11T20:35:14.342Z Compiling zopfli v0.8.3
22262026-08-11T20:35:14.361Z Compiling hashbrown v0.16.1
22272026-08-11T20:35:14.449Z Compiling sec1 v0.7.3
22282026-08-11T20:35:14.612Z Compiling hashbrown v0.15.5
22292026-08-11T20:35:14.738Z Compiling jiff v0.2.34
22302026-08-11T20:35:14.853Z Compiling bzip2 v0.6.1
22312026-08-11T20:35:14.914Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22322026-08-11T20:35:14.954Z Compiling cargo_metadata v0.23.1
22332026-08-11T20:35:14.992Z Compiling group v0.13.0
22342026-08-11T20:35:15.321Z Compiling futures v0.3.32
22352026-08-11T20:35:15.764Z Compiling phf v0.13.1
22362026-08-11T20:35:15.837Z Compiling snafu v0.8.9
22372026-08-11T20:35:15.852Z Compiling reqwest v0.12.28
22382026-08-11T20:35:15.942Z Compiling signal-hook-mio v0.2.5
22392026-08-11T20:35:16.093Z Compiling cipher v0.5.2
22402026-08-11T20:35:16.111Z Compiling cookie_store v0.22.1
22412026-08-11T20:35:16.176Z Compiling postgres-types v0.2.12
22422026-08-11T20:35:16.187Z Compiling zstd v0.13.3
22432026-08-11T20:35:16.321Z Compiling globset v0.4.18
22442026-08-11T20:35:16.448Z Compiling strum v0.27.2
22452026-08-11T20:35:16.520Z Compiling hubpack v0.1.2
22462026-08-11T20:35:16.640Z Compiling phf_shared v0.11.3
22472026-08-11T20:35:16.660Z Compiling hkdf v0.12.4
22482026-08-11T20:35:16.695Z Compiling crossbeam-epoch v0.9.18
22492026-08-11T20:35:16.747Z Compiling ed25519 v2.2.3
22502026-08-11T20:35:16.762Z Compiling byte-wrapper v0.1.0
22512026-08-11T20:35:16.772Z Compiling olpc-cjson v0.1.4
22522026-08-11T20:35:17.047Z Compiling serde_plain v1.0.2
22532026-08-11T20:35:17.060Z Compiling serde-big-array v0.5.1
22542026-08-11T20:35:17.070Z Compiling pem v3.0.6
22552026-08-11T20:35:17.171Z Compiling crypto-bigint v0.5.5
22562026-08-11T20:35:17.284Z Compiling float-cmp v0.10.0
22572026-08-11T20:35:17.319Z Compiling memmap2 v0.9.10
22582026-08-11T20:35:17.384Z Compiling fixedbitset v0.5.7
22592026-08-11T20:35:17.406Z Compiling static_assertions v1.1.0
22602026-08-11T20:35:17.455Z Compiling toml_write v0.1.2
22612026-08-11T20:35:17.541Z Compiling new_debug_unreachable v1.0.6
22622026-08-11T20:35:17.557Z Compiling keccak v0.1.6
22632026-08-11T20:35:17.571Z Compiling normalize-line-endings v0.3.0
22642026-08-11T20:35:17.625Z Compiling const-oid v0.10.2
22652026-08-11T20:35:17.665Z Compiling precomputed-hash v0.1.1
22662026-08-11T20:35:17.685Z Compiling whoami v2.1.0
22672026-08-11T20:35:17.701Z Compiling fixedbitset v0.4.2
22682026-08-11T20:35:17.781Z Compiling predicates-core v1.0.10
22692026-08-11T20:35:17.828Z Compiling typed-path v0.9.3
22702026-08-11T20:35:17.860Z Compiling difflib v0.4.0
22712026-08-11T20:35:17.891Z Compiling data-encoding v2.10.0
22722026-08-11T20:35:17.925Z Compiling tokio-postgres v0.7.16
22732026-08-11T20:35:17.977Z Compiling petgraph v0.6.5
22742026-08-11T20:35:17.989Z Compiling chacha20 v0.10.0
22752026-08-11T20:35:18.026Z Compiling digest v0.11.3
22762026-08-11T20:35:18.264Z Compiling hickory-proto v0.25.2
22772026-08-11T20:35:18.288Z Compiling predicates v3.1.4
22782026-08-11T20:35:18.331Z Compiling elliptic-curve v0.13.8
22792026-08-11T20:35:18.409Z Compiling string_cache v0.8.9
22802026-08-11T20:35:18.675Z Compiling sha3 v0.10.8
22812026-08-11T20:35:18.694Z Compiling toml_edit v0.22.27
22822026-08-11T20:35:18.716Z Compiling petgraph v0.8.3
22832026-08-11T20:35:18.987Z Compiling usdt v0.6.0
22842026-08-11T20:35:18.991Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22852026-08-11T20:35:19.458Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-11T20:35:20.026Z Compiling zip v4.6.1
22872026-08-11T20:35:20.117Z Compiling ed25519-dalek v2.2.0
22882026-08-11T20:35:20.782Z Compiling crossterm v0.28.1
22892026-08-11T20:35:21.029Z Compiling iddqd v0.4.2
22902026-08-11T20:35:21.303Z Compiling serde_with v3.21.0
22912026-08-11T20:35:21.365Z Compiling similar v2.7.0
22922026-08-11T20:35:21.760Z Compiling strum v0.26.3
22932026-08-11T20:35:22.069Z Compiling tokio-stream v0.1.18
22942026-08-11T20:35:22.085Z Compiling buf-list v1.1.2
22952026-08-11T20:35:22.162Z Compiling itertools v0.13.0
22962026-08-11T20:35:22.179Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-11T20:35:22.370Z Compiling openapiv3 v2.2.0
22982026-08-11T20:35:22.848Z Compiling peg-runtime v0.8.5
22992026-08-11T20:35:23.268Z Compiling lalrpop-util v0.19.12
23002026-08-11T20:35:39.247Z Compiling rustls-webpki v0.103.13
23012026-08-11T20:35:43.086Z Compiling tokio-rustls v0.26.4
23022026-08-11T20:35:43.394Z Compiling rustls-platform-verifier v0.6.2
23032026-08-11T20:35:43.437Z Compiling hyper-rustls v0.27.7
23042026-08-11T20:35:43.437Z Compiling tough v0.22.0
23052026-08-11T20:35:43.586Z Compiling reqwest v0.13.2
23062026-08-11T20:35:44.215Z Compiling macaddr v1.0.1
23072026-08-11T20:35:44.298Z Compiling rayon-core v1.13.0
23082026-08-11T20:35:44.298Z Compiling crucible-workspace-hack v0.1.0
23092026-08-11T20:35:44.298Z Compiling secrecy v0.10.3
23102026-08-11T20:35:44.298Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112026-08-11T20:35:44.298Z Compiling heapless v0.8.0
23122026-08-11T20:35:44.298Z Compiling toml_datetime v0.7.5+spec-1.1.0
23132026-08-11T20:35:44.298Z Compiling crossbeam-deque v0.8.6
23142026-08-11T20:35:44.298Z Compiling ingot-macros v0.2.0
23152026-08-11T20:35:44.345Z Compiling inout v0.1.4
23162026-08-11T20:35:44.387Z Compiling toml_edit v0.23.10+spec-1.0.0
23172026-08-11T20:35:44.415Z Compiling hash32 v0.3.1
23182026-08-11T20:35:44.434Z Compiling multer v3.1.0
23192026-08-11T20:35:44.461Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202026-08-11T20:35:44.479Z Compiling thread_local v1.1.9
23212026-08-11T20:35:44.537Z Compiling smoltcp v0.11.0
23222026-08-11T20:35:44.553Z Compiling match_cfg v0.1.0
23232026-08-11T20:35:44.584Z Compiling compression-core v0.4.31
23242026-08-11T20:35:44.613Z Compiling unicode-width v0.2.0
23252026-08-11T20:35:44.663Z Compiling slog-async v2.8.0
23262026-08-11T20:35:44.678Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23272026-08-11T20:35:44.776Z Compiling compression-codecs v0.4.37
23282026-08-11T20:35:44.883Z Compiling hostname v0.3.1
23292026-08-11T20:35:44.905Z Compiling proc-macro-crate v3.4.0
23302026-08-11T20:35:44.933Z Compiling cipher v0.4.4
23312026-08-11T20:35:45.069Z Compiling atomicwrites v0.4.4
23322026-08-11T20:35:45.143Z Compiling slog-json v2.6.1
23332026-08-11T20:35:45.230Z Compiling crossbeam-channel v0.5.15
23342026-08-11T20:35:45.258Z Compiling half v2.7.1
23352026-08-11T20:35:45.351Z Compiling newtype-uuid-macros v0.1.0
23362026-08-11T20:35:45.429Z Compiling cobs v0.3.0
23372026-08-11T20:35:45.556Z Compiling universal-hash v0.5.1
23382026-08-11T20:35:45.556Z Compiling async-stream-impl v0.3.6
23392026-08-11T20:35:45.560Z Compiling thiserror-impl-no-std v2.0.2
23402026-08-11T20:35:45.622Z Compiling serde_spanned v1.1.1
23412026-08-11T20:35:45.640Z Compiling toml_datetime v1.1.1+spec-1.1.0
23422026-08-11T20:35:45.669Z Compiling is-terminal v0.4.17
23432026-08-11T20:35:45.780Z Compiling proc-macro-error-attr v1.0.4
23442026-08-11T20:35:45.917Z Compiling dropshot v0.17.1
23452026-08-11T20:35:45.955Z Compiling toml_writer v1.1.1+spec-1.1.0
23462026-08-11T20:35:45.996Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-08-11T20:35:46.021Z Compiling ciborium-io v0.2.2
23482026-08-11T20:35:46.086Z Compiling convert_case v0.4.0
23492026-08-11T20:35:46.106Z Compiling take_mut v0.2.2
23502026-08-11T20:35:46.142Z Compiling opaque-debug v0.3.1
23512026-08-11T20:35:46.163Z Compiling term v1.2.1
23522026-08-11T20:35:46.177Z Compiling toml v1.1.2+spec-1.1.0
23532026-08-11T20:35:46.230Z Compiling poly1305 v0.8.0
23542026-08-11T20:35:46.279Z Compiling ciborium-ll v0.2.2
23552026-08-11T20:35:46.351Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562026-08-11T20:35:46.450Z Compiling derive_more v0.99.20
23572026-08-11T20:35:46.977Z Compiling async-stream v0.3.6
23582026-08-11T20:35:47.084Z Compiling thiserror-no-std v2.0.2
23592026-08-11T20:35:47.084Z Compiling slog-term v2.9.2
23602026-08-11T20:35:47.084Z Compiling postcard v1.1.3
23612026-08-11T20:35:47.084Z Compiling slog-bunyan v2.5.0
23622026-08-11T20:35:47.084Z Compiling ingot-types v0.2.0
23632026-08-11T20:35:47.084Z Compiling num_enum_derive v0.7.6
23642026-08-11T20:35:47.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652026-08-11T20:35:47.158Z Compiling chacha20 v0.9.1
23662026-08-11T20:35:47.216Z Compiling async-compression v0.4.41
23672026-08-11T20:35:47.419Z Compiling ingot v0.2.1
23682026-08-11T20:35:47.576Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23692026-08-11T20:35:47.603Z Compiling sha1 v0.11.0
23702026-08-11T20:35:47.656Z Compiling parse-display-derive v0.10.0
23712026-08-11T20:35:47.807Z Compiling proc-macro-crate v1.3.1
23722026-08-11T20:35:47.874Z Compiling waitgroup v0.1.2
23732026-08-11T20:35:47.919Z Compiling backon v1.6.0
23742026-08-11T20:35:47.942Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23752026-08-11T20:35:48.007Z Compiling rustls-pemfile v2.2.0
23762026-08-11T20:35:48.045Z Compiling dropshot_endpoint v0.17.1
23772026-08-11T20:35:52.010Z Compiling password-hash v0.5.0
23782026-08-11T20:35:52.065Z Compiling blake2 v0.10.6
23792026-08-11T20:35:52.065Z Compiling aead v0.5.2
23802026-08-11T20:35:52.065Z Compiling foreign-types-macros v0.2.3
23812026-08-11T20:35:52.066Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23822026-08-11T20:35:52.066Z Compiling serde_path_to_error v0.1.20
23832026-08-11T20:35:52.066Z Compiling hostname v0.4.2
23842026-08-11T20:35:52.066Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23852026-08-11T20:35:52.066Z Compiling proc-macro-error v1.0.4
23862026-08-11T20:35:52.066Z Compiling instant v0.1.13
23872026-08-11T20:35:52.066Z Compiling debug-ignore v1.0.5
23882026-08-11T20:35:52.066Z Compiling foreign-types-shared v0.3.1
23892026-08-11T20:35:52.066Z Compiling backoff v0.4.0
23902026-08-11T20:35:52.066Z Compiling chacha20poly1305 v0.10.1
23912026-08-11T20:35:52.066Z Compiling argon2 v0.5.3
23922026-08-11T20:35:52.066Z Compiling foreign-types v0.5.0
23932026-08-11T20:35:52.066Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-11T20:35:52.066Z Compiling num_enum_derive v0.5.11
23952026-08-11T20:35:52.068Z Compiling parse-display v0.10.0
23962026-08-11T20:35:52.068Z Compiling num_enum v0.7.6
23972026-08-11T20:35:52.068Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982026-08-11T20:35:52.068Z Compiling vsss-rs v3.3.4
23992026-08-11T20:35:52.068Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24002026-08-11T20:35:52.068Z Compiling ciborium v0.2.2
24012026-08-11T20:35:52.068Z Compiling tabwriter v1.4.1
24022026-08-11T20:35:52.068Z Compiling regress v0.10.5
24032026-08-11T20:35:52.068Z Compiling itertools v0.14.0
24042026-08-11T20:35:52.068Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24052026-08-11T20:35:52.068Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24062026-08-11T20:35:52.068Z Compiling cstr-argument v0.1.2
24072026-08-11T20:35:52.068Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24082026-08-11T20:35:52.068Z Compiling humantime v2.3.0
24092026-08-11T20:35:52.068Z Compiling num_enum v0.5.11
24102026-08-11T20:35:52.068Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24112026-08-11T20:35:52.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24122026-08-11T20:35:52.068Z Compiling rayon v1.11.0
24132026-08-11T20:35:52.068Z Compiling rand v0.10.1
24142026-08-11T20:35:52.068Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-11T20:35:52.068Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-11T20:35:52.068Z Compiling libefi-sys v0.1.0
24172026-08-11T20:35:52.069Z Compiling indent_write v2.2.0
24182026-08-11T20:35:52.069Z Compiling colored v3.1.1
24192026-08-11T20:35:52.069Z Compiling zone_cfg_derive v0.3.1
24202026-08-11T20:35:52.069Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24212026-08-11T20:35:52.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-11T20:35:52.069Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24232026-08-11T20:35:52.069Z Compiling camino-tempfile v1.4.1
24242026-08-11T20:35:52.069Z Compiling itertools v0.12.1
24252026-08-11T20:35:52.069Z Compiling usdt-attr-macro v0.5.0
24262026-08-11T20:35:52.069Z Compiling usdt-macro v0.5.0
24272026-08-11T20:35:52.069Z Compiling bitfield-struct v0.6.2
24282026-08-11T20:35:52.070Z Compiling num-derive v0.4.2
24292026-08-11T20:35:52.070Z Compiling blake3 v1.8.5
24302026-08-11T20:35:52.070Z Compiling memmap v0.7.0
24312026-08-11T20:35:52.070Z Compiling sigpipe v0.1.3
24322026-08-11T20:35:52.070Z Compiling glob v0.3.3
24332026-08-11T20:35:52.070Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-11T20:35:52.070Z Compiling swrite v0.1.0
24352026-08-11T20:35:52.070Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24362026-08-11T20:35:52.070Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24372026-08-11T20:35:52.070Z Compiling usdt v0.5.0
24382026-08-11T20:35:52.071Z Compiling smf v0.2.3
24392026-08-11T20:35:52.071Z Compiling filetime v0.2.27
24402026-08-11T20:35:52.071Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24412026-08-11T20:35:52.071Z Compiling arrayref v0.3.9
24422026-08-11T20:35:52.071Z Compiling xattr v1.6.1
24432026-08-11T20:35:52.071Z Compiling whoami v1.6.1
24442026-08-11T20:35:52.110Z Compiling arrayvec v0.7.6
24452026-08-11T20:35:52.127Z Compiling constant_time_eq v0.4.2
24462026-08-11T20:35:52.128Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24472026-08-11T20:35:52.133Z Compiling zone v0.3.1
24482026-08-11T20:35:52.167Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-08-11T20:35:52.184Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24502026-08-11T20:35:52.253Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24512026-08-11T20:35:52.286Z Compiling tar v0.4.46
24522026-08-11T20:35:52.302Z Compiling tokio-dtrace v0.1.1
24532026-08-11T20:35:52.305Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24542026-08-11T20:35:52.478Z Compiling console v0.16.2
24552026-08-11T20:35:52.512Z Compiling gethostname v0.5.0
24562026-08-11T20:35:52.664Z Compiling topological-sort v0.2.2
24572026-08-11T20:35:52.695Z Compiling unit-prefix v0.5.2
24582026-08-11T20:35:52.858Z Compiling oxide-tokio-rt v0.1.4
24592026-08-11T20:35:52.874Z Compiling toml v0.8.23
24602026-08-11T20:35:52.890Z Compiling indicatif v0.18.4
24612026-08-11T20:35:52.942Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24622026-08-11T20:35:52.997Z Compiling shell-words v1.1.1
24632026-08-11T20:36:02.251Z Compiling progenitor-client v0.14.0
24642026-08-11T20:36:02.251Z Compiling omicron-zone-package v0.12.3
24652026-08-11T20:36:02.496Z Compiling progenitor-extras v0.2.0
24662026-08-11T20:36:02.777Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-08-11T20:36:02.804Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24682026-08-11T20:36:02.913Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-08-11T20:36:03.014Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-08-11T20:36:03.060Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24712026-08-11T20:36:03.092Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24722026-08-11T20:36:03.110Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-11T20:36:03.228Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-08-11T20:36:03.621Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-08-11T20:36:07.390Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-08-11T20:36:15.586Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-08-11T20:36:18.826Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-08-11T20:36:19.888Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-08-11T20:36:29.461Z Finished `release` profile [optimized] target(s) in 1m 44s
24802026-08-11T20:36:29.611Z Running `target/release/omicron-package -t test target create -p dev`
24812026-08-11T20:36:29.673ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-08-11T20:36:29.677ZCreated new build target 'test' and set it as active
24832026-08-11T20:36:29.677Z
24842026-08-11T20:36:29.677Zreal 1:44.848875540
24852026-08-11T20:36:29.677Zuser 17:25.816319547
24862026-08-11T20:36:29.677Zsys 2:44.496892756
24872026-08-11T20:36:29.677Ztrap 0.503060413
24882026-08-11T20:36:29.677Ztflt 2.307213796
24892026-08-11T20:36:29.677Zdflt 4.735585989
24902026-08-11T20:36:29.677Zkflt 0.001364011
24912026-08-11T20:36:29.677Zlock 56:54.571496439
24922026-08-11T20:36:29.677Zslp 44:21.933046544
24932026-08-11T20:36:29.678Zlat 50.686918490
24942026-08-11T20:36:29.678Zstop 6:16.579299171
24952026-08-11T20:36:29.678Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-08-11T20:36:30.585Z Finished `release` profile [optimized] target(s) in 0.89s
24972026-08-11T20:36:30.655Z Running `target/release/omicron-package -t test package`
24982026-08-11T20:36:30.712ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-08-11T20:36:32.152Z Compiling heck v0.5.0
25002026-08-11T20:36:32.152Z Compiling regress v0.11.1
25012026-08-11T20:36:32.380Z Compiling unsafe-libyaml v0.2.11
25022026-08-11T20:36:32.417Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-08-11T20:36:32.440Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-08-11T20:36:32.462Z Compiling derive-where v1.6.0
25052026-08-11T20:36:32.462Z Compiling bytecount v0.6.9
25062026-08-11T20:36:32.505Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-11T20:36:32.508Z Compiling atomicwrites v0.4.4
25082026-08-11T20:36:32.508Z Compiling is-terminal v0.4.17
25092026-08-11T20:36:32.508Z Compiling prettyplease v0.2.37
25102026-08-11T20:36:32.508Z Compiling console v0.15.11
25112026-08-11T20:36:32.524Z Compiling newline-converter v0.3.0
25122026-08-11T20:36:32.583Z Compiling slog-dtrace v0.3.0
25132026-08-11T20:36:32.626Z Compiling resolv-conf v0.7.6
25142026-08-11T20:36:32.668Z Compiling num-rational v0.4.2
25152026-08-11T20:36:32.691Z Compiling num-complex v0.4.6
25162026-08-11T20:36:32.713Z Compiling thread_local v1.1.9
25172026-08-11T20:36:32.735Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-08-11T20:36:32.790Z Compiling compression-core v0.4.31
25192026-08-11T20:36:32.811Z Compiling unicode-width v0.1.14
25202026-08-11T20:36:32.931Z Compiling serde_yaml v0.9.34+deprecated
25212026-08-11T20:36:32.967Z Compiling expectorate v1.2.0
25222026-08-11T20:36:33.059Z Compiling match_cfg v0.1.0
25232026-08-11T20:36:33.157Z Compiling cancel-safe-futures v0.1.5
25242026-08-11T20:36:33.179Z Compiling hostname v0.3.1
25252026-08-11T20:36:33.182Z Compiling num v0.4.3
25262026-08-11T20:36:33.222Z Compiling compression-codecs v0.4.37
25272026-08-11T20:36:33.242Z Compiling multer v3.1.0
25282026-08-11T20:36:33.264Z Compiling slog-async v2.8.0
25292026-08-11T20:36:33.299Z Compiling crossbeam-channel v0.5.15
25302026-08-11T20:36:33.320Z Compiling slog-json v2.6.1
25312026-08-11T20:36:33.341Z Compiling serde_spanned v1.1.1
25322026-08-11T20:36:33.345Z Compiling toml_datetime v1.1.1+spec-1.1.0
25332026-08-11T20:36:33.439Z Compiling linked-hash-map v0.5.6
25342026-08-11T20:36:33.483Z Compiling term v1.2.1
25352026-08-11T20:36:33.524Z Compiling take_mut v0.2.2
25362026-08-11T20:36:33.548Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25372026-08-11T20:36:33.643Z Compiling oxide-update-engine-types v0.1.2
25382026-08-11T20:36:33.668Z Compiling float-ord v0.3.2
25392026-08-11T20:36:33.692Z Compiling toml_writer v1.1.1+spec-1.1.0
25402026-08-11T20:36:33.695Z Compiling lru-cache v0.1.2
25412026-08-11T20:36:33.695Z Compiling slog-bunyan v2.5.0
25422026-08-11T20:36:33.801Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25432026-08-11T20:36:33.822Z Compiling slog-term v2.9.2
25442026-08-11T20:36:33.845Z Compiling async-compression v0.4.41
25452026-08-11T20:36:33.904Z Compiling typify-impl v0.6.2
25462026-08-11T20:36:33.936Z Compiling toml v1.1.2+spec-1.1.0
25472026-08-11T20:36:34.163Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-08-11T20:36:34.183Z Compiling async-stream v0.3.6
25492026-08-11T20:36:34.229Z Compiling dropshot v0.17.1
25502026-08-11T20:36:34.294Z Compiling sha1 v0.11.0
25512026-08-11T20:36:34.328Z Compiling progenitor-client v0.14.0
25522026-08-11T20:36:34.332Z Compiling waitgroup v0.1.2
25532026-08-11T20:36:34.381Z Compiling rustls-pemfile v2.2.0
25542026-08-11T20:36:34.403Z Compiling backon v1.6.0
25552026-08-11T20:36:34.422Z Compiling serde_path_to_error v0.1.20
25562026-08-11T20:36:34.508Z Compiling hostname v0.4.2
25572026-08-11T20:36:34.564Z Compiling instant v0.1.13
25582026-08-11T20:36:34.596Z Compiling debug-ignore v1.0.5
25592026-08-11T20:36:34.630Z Compiling linear-map v1.2.0
25602026-08-11T20:36:34.675Z Compiling minimal-lexical v0.2.1
25612026-08-11T20:36:34.675Z Compiling backoff v0.4.0
25622026-08-11T20:36:34.723Z Compiling progenitor-extras v0.2.0
25632026-08-11T20:36:34.798Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25642026-08-11T20:36:34.906Z Compiling nom v7.1.3
25652026-08-11T20:36:34.931Z Compiling oxide-update-engine v0.1.2
25662026-08-11T20:36:34.955Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25672026-08-11T20:36:34.988Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25682026-08-11T20:36:35.009Z Compiling parse-display v0.10.0
25692026-08-11T20:36:35.064Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25702026-08-11T20:36:35.086Z Compiling hickory-proto v0.24.4
25712026-08-11T20:36:35.547Z Compiling regress v0.10.5
25722026-08-11T20:36:35.742Z Compiling itertools v0.14.0
25732026-08-11T20:36:36.177Z Compiling macaddr v1.0.1
25742026-08-11T20:36:36.296Z Compiling humantime v2.3.0
25752026-08-11T20:36:36.327Z Compiling unicode-xid v0.2.6
25762026-08-11T20:36:36.487Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25772026-08-11T20:36:36.594Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782026-08-11T20:36:36.715Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25792026-08-11T20:36:36.737Z Compiling convert_case v0.10.0
25802026-08-11T20:36:36.960Z Compiling owo-colors v4.3.0
25812026-08-11T20:36:36.984Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25822026-08-11T20:36:37.036Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25832026-08-11T20:36:37.059Z Compiling derive_more-impl v2.1.1
25842026-08-11T20:36:37.147Z Compiling toml v0.8.23
25852026-08-11T20:36:37.406Z Compiling typify-macro v0.6.2
25862026-08-11T20:36:37.568Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25872026-08-11T20:36:37.660Z Compiling hickory-resolver v0.24.4
25882026-08-11T20:36:37.740Z Compiling papergrid v0.11.0
25892026-08-11T20:36:37.740Z Compiling tabled_derive v0.7.0
25902026-08-11T20:36:37.838Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912026-08-11T20:36:38.327Z Compiling derive_more v2.1.1
25922026-08-11T20:36:38.350Z Compiling termtree v0.5.1
25932026-08-11T20:36:38.442Z Compiling crossterm v0.29.0
25942026-08-11T20:36:38.596Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25952026-08-11T20:36:38.673Z Compiling phf_shared v0.12.1
25962026-08-11T20:36:38.841Z Compiling tabled v0.15.0
25972026-08-11T20:36:38.927Z Compiling qorb v0.4.1
25982026-08-11T20:36:38.996Z Compiling typify v0.6.2
25992026-08-11T20:36:39.281Z Compiling progenitor-impl v0.14.0
26002026-08-11T20:36:40.040Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26012026-08-11T20:36:40.564Z Compiling csv-core v0.1.13
26022026-08-11T20:36:40.988Z Compiling vte v0.14.1
26032026-08-11T20:36:41.271Z Compiling chrono-tz v0.10.4
26042026-08-11T20:36:41.474Z Compiling progenitor-macro v0.14.0
26052026-08-11T20:36:41.496Z Compiling highway v1.3.0
26062026-08-11T20:36:42.236Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26072026-08-11T20:36:42.464Z Compiling strip-ansi-escapes v0.2.1
26082026-08-11T20:36:42.906Z Compiling csv v1.4.0
26092026-08-11T20:36:42.955Z Compiling phf v0.12.1
26102026-08-11T20:36:43.022Z Compiling const_format_proc_macros v0.2.34
26112026-08-11T20:36:43.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122026-08-11T20:36:43.320Z Compiling fd-lock v4.0.4
26132026-08-11T20:36:43.520Z Compiling peg-macros v0.8.5
26142026-08-11T20:36:43.686Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-11T20:36:43.791Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-11T20:36:43.852Z Compiling nu-ansi-term v0.50.3
26172026-08-11T20:36:44.080Z Compiling const_format v0.2.35
26182026-08-11T20:36:44.416Z Compiling reedline v0.40.0
26192026-08-11T20:36:44.621Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26202026-08-11T20:36:44.776Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26212026-08-11T20:36:44.800Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26222026-08-11T20:36:45.724Z Compiling progenitor v0.14.0
26232026-08-11T20:36:45.916Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26242026-08-11T20:36:46.084Z Compiling peg v0.8.5
26252026-08-11T20:36:46.154Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26262026-08-11T20:36:46.191Z Compiling bcs v0.1.6
26272026-08-11T20:36:46.651Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26282026-08-11T20:36:46.853Z Compiling nom v8.0.0
26292026-08-11T20:36:46.950Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26302026-08-11T20:36:47.586Z Compiling semver v0.1.20
26312026-08-11T20:36:47.874Z Compiling rustc_version v0.1.7
26322026-08-11T20:36:47.899Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332026-08-11T20:36:48.123Z Compiling newtype_derive v0.1.6
26342026-08-11T20:36:48.164Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26352026-08-11T20:36:48.282Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26362026-08-11T20:36:48.306Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-11T20:36:48.387Z Compiling smawk v0.3.2
26382026-08-11T20:36:48.584Z Compiling unicode-linebreak v0.1.5
26392026-08-11T20:36:48.659Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-11T20:36:48.764Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-11T20:36:48.810Z Compiling textwrap v0.16.2
26422026-08-11T20:36:49.003Z Compiling steno v0.4.1
26432026-08-11T20:36:49.560Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26442026-08-11T20:36:50.333Z Compiling dropshot-api-manager-types v0.7.2
26452026-08-11T20:36:50.930Z Compiling sha1 v0.10.6
26462026-08-11T20:36:51.000Z Compiling utf-8 v0.7.6
26472026-08-11T20:36:51.066Z Compiling tagptr v0.2.0
26482026-08-11T20:36:51.239Z Compiling moka v0.12.13
26492026-08-11T20:36:51.263Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26502026-08-11T20:36:51.419Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-08-11T20:36:51.537Z Compiling tungstenite v0.21.0
26522026-08-11T20:36:51.626Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-08-11T20:36:51.707Z Compiling darling_core v0.21.3
26542026-08-11T20:36:51.744Z Compiling display-error-chain v0.2.2
26552026-08-11T20:36:51.937Z Compiling libscf-sys v1.2.0
26562026-08-11T20:36:52.118Z Compiling vergen-lib v0.1.6
26572026-08-11T20:36:52.347Z Compiling tokio-tungstenite v0.21.0
26582026-08-11T20:36:52.579Z Compiling hickory-resolver v0.25.2
26592026-08-11T20:36:52.761Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26602026-08-11T20:36:53.732Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26612026-08-11T20:36:53.880Z Compiling darling_macro v0.21.3
26622026-08-11T20:36:54.281Z Compiling proc-macro-error-attr2 v2.0.0
26632026-08-11T20:36:54.375Z Compiling diesel_derives v2.3.7
26642026-08-11T20:36:54.402Z Compiling darling v0.21.3
26652026-08-11T20:36:54.517Z Compiling dsl_auto_type v0.2.0
26662026-08-11T20:36:54.712Z Compiling scheduled-thread-pool v0.2.7
26672026-08-11T20:36:54.740Z Compiling proc-macro-error2 v2.0.1
26682026-08-11T20:36:54.804Z Compiling vergen-gitcl v1.0.8
26692026-08-11T20:36:54.840Z Compiling diesel_table_macro_syntax v0.3.0
26702026-08-11T20:36:54.903Z Compiling dirs-sys-next v0.1.2
26712026-08-11T20:36:55.032Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26722026-08-11T20:36:55.055Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26732026-08-11T20:36:55.058Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-08-11T20:36:55.100Z Compiling maplit v1.0.2
26752026-08-11T20:36:55.172Z Compiling crunchy v0.2.4
26762026-08-11T20:36:55.219Z Compiling glob v0.3.3
26772026-08-11T20:36:55.290Z Compiling dirs-next v2.0.0
26782026-08-11T20:36:55.441Z Compiling tabled_derive v0.11.0
26792026-08-11T20:36:55.529Z Compiling r2d2 v0.8.10
26802026-08-11T20:36:55.575Z Compiling clang-sys v1.8.1
26812026-08-11T20:36:55.963Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26822026-08-11T20:36:56.165Z Compiling papergrid v0.17.0
26832026-08-11T20:36:56.493Z Compiling testing_table v0.3.0
26842026-08-11T20:36:56.722Z Compiling downcast-rs v2.0.2
26852026-08-11T20:36:56.785Z Compiling tiny-keccak v2.0.2
26862026-08-11T20:36:57.175Z Compiling term v0.7.0
26872026-08-11T20:36:57.212Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-08-11T20:36:57.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-11T20:36:57.402Z Compiling tabled v0.20.0
26902026-08-11T20:36:57.529Z Compiling bit-vec v0.6.3
26912026-08-11T20:36:57.575Z Compiling ascii-canvas v3.0.0
26922026-08-11T20:36:57.699Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26932026-08-11T20:36:57.746Z Compiling bit-set v0.5.3
26942026-08-11T20:36:57.844Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26952026-08-11T20:36:57.930Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26962026-08-11T20:36:58.012Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26972026-08-11T20:36:58.234Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26982026-08-11T20:36:58.256Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26992026-08-11T20:36:58.440Z Compiling itertools v0.10.5
27002026-08-11T20:36:58.519Z Compiling ena v0.14.4
27012026-08-11T20:36:58.660Z Compiling libloading v0.8.9
27022026-08-11T20:36:58.786Z Compiling diff v0.1.13
27032026-08-11T20:36:58.894Z Compiling regex-syntax v0.6.29
27042026-08-11T20:36:59.061Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27052026-08-11T20:36:59.126Z Compiling unicase v2.9.0
27062026-08-11T20:36:59.226Z Compiling xshell-macros v0.2.7
27072026-08-11T20:36:59.443Z Compiling bindgen v0.71.1
27082026-08-11T20:36:59.657Z Compiling xshell v0.2.7
27092026-08-11T20:36:59.918Z Compiling diesel v2.3.7
27102026-08-11T20:37:00.239Z Compiling lalrpop v0.19.12
27112026-08-11T20:37:00.786Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27122026-08-11T20:37:00.903Z Compiling cexpr v0.6.0
27132026-08-11T20:37:01.281Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27142026-08-11T20:37:01.513Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27152026-08-11T20:37:01.558Z Compiling crc8 v0.1.1
27162026-08-11T20:37:01.718Z Compiling rustc-hash v2.1.1
27172026-08-11T20:37:01.992Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27182026-08-11T20:37:02.037Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27192026-08-11T20:37:02.076Z Compiling headers-core v0.3.0
27202026-08-11T20:37:02.230Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27212026-08-11T20:37:02.462Z Compiling libxml v0.3.3
27222026-08-11T20:37:02.550Z Compiling headers v0.4.1
27232026-08-11T20:37:02.761Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-08-11T20:37:02.766Z Compiling strum_macros v0.24.3
27252026-08-11T20:37:02.987Z Compiling indoc v1.0.9
27262026-08-11T20:37:03.421Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27272026-08-11T20:37:03.445Z Compiling derive_builder v0.20.2
27282026-08-11T20:37:03.649Z Compiling quick-xml v0.37.5
27292026-08-11T20:37:03.676Z Compiling oso-derive v0.27.3
27302026-08-11T20:37:04.026Z Compiling impl-trait-for-tuples v0.2.3
27312026-08-11T20:37:04.156Z Compiling openssl-probe v0.1.6
27322026-08-11T20:37:04.218Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27332026-08-11T20:37:04.468Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-11T20:37:04.666Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-08-11T20:37:04.891Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-08-11T20:37:04.923Z Compiling bb8 v0.8.6
27372026-08-11T20:37:05.047Z Compiling trait-variant v0.1.2
27382026-08-11T20:37:05.070Z Compiling half v1.8.3
27392026-08-11T20:37:05.289Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27402026-08-11T20:37:05.310Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27412026-08-11T20:37:05.333Z Compiling serde_cbor v0.11.2
27422026-08-11T20:37:05.540Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27432026-08-11T20:37:05.596Z Compiling progenitor-impl v0.13.0
27442026-08-11T20:37:05.616Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27452026-08-11T20:37:06.295Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27462026-08-11T20:37:06.339Z Compiling nonempty v0.12.0
27472026-08-11T20:37:06.506Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27482026-08-11T20:37:06.553Z Compiling samael v0.0.19
27492026-08-11T20:37:06.593Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502026-08-11T20:37:06.799Z Compiling progenitor-client v0.13.0
27512026-08-11T20:37:07.317Z Compiling fxhash v0.2.1
27522026-08-11T20:37:07.490Z Compiling libz-sys v1.1.24
27532026-08-11T20:37:07.756Z Compiling polar-core v0.27.3
27542026-08-11T20:37:07.809Z Compiling salty v0.3.0
27552026-08-11T20:37:07.834Z Compiling progenitor-macro v0.13.0
27562026-08-11T20:37:08.030Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-11T20:37:08.118Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27582026-08-11T20:37:08.233Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27592026-08-11T20:37:08.377Z Compiling kstat-rs v0.2.5
27602026-08-11T20:37:09.049Z Compiling mime_guess v2.0.5
27612026-08-11T20:37:09.587Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-08-11T20:37:10.370Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-08-11T20:37:11.266Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-08-11T20:37:11.558Z Compiling rfc6979 v0.4.0
27652026-08-11T20:37:11.595Z Compiling nanorand v0.7.0
27662026-08-11T20:37:11.750Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-08-11T20:37:11.837Z Compiling parking_lot_core v0.8.6
27682026-08-11T20:37:11.967Z Compiling progenitor v0.13.0
27692026-08-11T20:37:11.992Z Compiling flume v0.11.1
27702026-08-11T20:37:12.170Z Compiling ecdsa v0.16.9
27712026-08-11T20:37:12.204Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27722026-08-11T20:37:12.251Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27732026-08-11T20:37:12.582Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-08-11T20:37:12.823Z Compiling primeorder v0.13.6
27752026-08-11T20:37:13.143Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27762026-08-11T20:37:13.285Z Compiling git-stub v1.0.0
27772026-08-11T20:37:13.554Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27782026-08-11T20:37:13.751Z Compiling http-range v0.1.5
27792026-08-11T20:37:13.791Z Compiling strsim v0.10.0
27802026-08-11T20:37:14.083Z Compiling instability v0.3.11
27812026-08-11T20:37:14.105Z Compiling darling_core v0.13.4
27822026-08-11T20:37:14.378Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27832026-08-11T20:37:15.220Z Compiling git-stub-vcs v0.1.0
27842026-08-11T20:37:15.588Z Compiling p384 v0.13.1
27852026-08-11T20:37:16.008Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27862026-08-11T20:37:16.151Z Compiling ignore v0.4.25
27872026-08-11T20:37:16.433Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-11T20:37:16.767Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-08-11T20:37:18.141Z Compiling oso v0.27.3
27902026-08-11T20:37:19.522Z Compiling async-bb8-diesel v0.2.1
27912026-08-11T20:37:19.986Z Compiling diesel-dtrace v0.5.0
27922026-08-11T20:37:20.313Z Compiling vergen-git2 v9.1.0
27932026-08-11T20:37:20.551Z Compiling castaway v0.2.4
27942026-08-11T20:37:20.718Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-08-11T20:37:20.786Z Compiling indoc v2.0.7
27962026-08-11T20:37:20.938Z Compiling compact_str v0.8.1
27972026-08-11T20:37:21.058Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27982026-08-11T20:37:21.080Z Compiling globwalk v0.9.1
27992026-08-11T20:37:21.741Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28002026-08-11T20:37:21.938Z Compiling parking_lot v0.11.2
28012026-08-11T20:37:21.985Z Compiling hyper-staticfile v0.10.1
28022026-08-11T20:37:22.093Z Compiling darling_macro v0.13.4
28032026-08-11T20:37:22.495Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-08-11T20:37:22.605Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28052026-08-11T20:37:22.985Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28062026-08-11T20:37:23.131Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-08-11T20:37:23.154Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-08-11T20:37:23.358Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28092026-08-11T20:37:23.620Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28102026-08-11T20:37:23.858Z Compiling predicates-tree v1.0.13
28112026-08-11T20:37:24.275Z Compiling unicode-truncate v1.1.0
28122026-08-11T20:37:24.519Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28132026-08-11T20:37:24.718Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28142026-08-11T20:37:24.823Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28152026-08-11T20:37:25.186Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-08-11T20:37:25.254Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28172026-08-11T20:37:25.412Z Compiling sha2 v0.11.0
28182026-08-11T20:37:25.754Z Compiling lru v0.12.5
28192026-08-11T20:37:25.979Z Compiling digest-io v0.1.0
28202026-08-11T20:37:26.158Z Compiling prefix-trie v0.7.0
28212026-08-11T20:37:26.654Z Compiling rand_seeder v0.4.0
28222026-08-11T20:37:26.677Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-11T20:37:26.917Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28242026-08-11T20:37:27.006Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28252026-08-11T20:37:27.155Z Compiling rawzip v0.4.4
28262026-08-11T20:37:27.249Z Compiling corncobs v0.1.4
28272026-08-11T20:37:27.294Z Compiling cassowary v0.3.0
28282026-08-11T20:37:27.499Z Compiling illumos-nvpair-sys v0.2.0
28292026-08-11T20:37:27.755Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28302026-08-11T20:37:28.235Z Compiling ratatui v0.29.0
28312026-08-11T20:37:28.827Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-08-11T20:37:29.067Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-11T20:37:29.278Z Compiling hickory-server v0.25.2
28342026-08-11T20:37:29.505Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28352026-08-11T20:37:29.608Z Compiling camino-tempfile-ext v0.3.3
28362026-08-11T20:37:30.180Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-08-11T20:37:31.264Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28382026-08-11T20:37:32.014Z Compiling darling v0.13.4
28392026-08-11T20:37:32.739Z Compiling sled v0.34.7
28402026-08-11T20:37:32.765Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-08-11T20:37:34.034Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28422026-08-11T20:37:34.279Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28432026-08-11T20:37:34.494Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28442026-08-11T20:37:34.623Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-08-11T20:37:34.648Z Compiling secrecy v0.8.0
28462026-08-11T20:37:34.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28472026-08-11T20:37:35.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-08-11T20:37:35.351Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-11T20:37:36.575Z Compiling serde_with_macros v1.5.2
28502026-08-11T20:37:36.599Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-08-11T20:37:37.360Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28522026-08-11T20:37:37.539Z Compiling git2 v0.20.4
28532026-08-11T20:37:37.579Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28542026-08-11T20:37:38.206Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28552026-08-11T20:37:38.433Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28562026-08-11T20:37:38.742Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28572026-08-11T20:37:38.867Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28582026-08-11T20:37:39.130Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28592026-08-11T20:37:39.369Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28602026-08-11T20:37:39.432Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28612026-08-11T20:37:39.575Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28622026-08-11T20:37:39.605Z Compiling arc-swap v1.8.2
28632026-08-11T20:37:39.668Z Compiling void v1.0.2
28642026-08-11T20:37:39.860Z Compiling lzss v0.8.2
28652026-08-11T20:37:39.901Z Compiling slog-scope v4.4.1
28662026-08-11T20:37:40.231Z Compiling illumos-nvpair v0.3.0
28672026-08-11T20:37:40.278Z Compiling serde_with v1.14.0
28682026-08-11T20:37:40.305Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28692026-08-11T20:37:40.638Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28702026-08-11T20:37:40.661Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28712026-08-11T20:37:40.732Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28722026-08-11T20:37:41.491Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-08-11T20:37:41.901Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-08-11T20:37:42.629Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28752026-08-11T20:37:42.652Z Compiling scuffle v0.1.0
28762026-08-11T20:37:43.512Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-08-11T20:37:44.734Z Compiling tungstenite v0.23.0
28782026-08-11T20:37:46.500Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-08-11T20:37:46.683Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-08-11T20:37:47.013Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-08-11T20:37:47.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822026-08-11T20:37:47.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28832026-08-11T20:37:47.541Z Compiling nix v0.27.1
28842026-08-11T20:37:47.775Z Compiling twox-hash v2.1.2
28852026-08-11T20:37:48.138Z Compiling libsw-core v0.3.2
28862026-08-11T20:37:48.292Z Compiling atty v0.2.14
28872026-08-11T20:37:48.357Z Compiling serde_bytes v0.11.19
28882026-08-11T20:37:48.446Z Compiling libsw v3.5.0
28892026-08-11T20:37:48.576Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28902026-08-11T20:37:48.660Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-08-11T20:37:48.682Z Compiling tokio-tungstenite v0.23.1
28922026-08-11T20:37:48.760Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28932026-08-11T20:37:48.760Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28942026-08-11T20:37:48.773Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28952026-08-11T20:37:49.060Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28962026-08-11T20:37:50.431Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-08-11T20:37:51.712Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28982026-08-11T20:37:52.557Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28992026-08-11T20:37:52.651Z Compiling slog-stdlog v4.1.1
29002026-08-11T20:37:52.850Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29012026-08-11T20:37:53.040Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29022026-08-11T20:37:53.061Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29032026-08-11T20:37:53.206Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29042026-08-11T20:37:53.254Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29052026-08-11T20:37:53.614Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29062026-08-11T20:37:54.238Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-08-11T20:37:55.184Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29082026-08-11T20:37:55.248Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29092026-08-11T20:37:55.821Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102026-08-11T20:37:58.264Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29112026-08-11T20:37:59.113Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29122026-08-11T20:37:59.771Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-08-11T20:38:00.602Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29142026-08-11T20:38:01.072Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29152026-08-11T20:38:01.952Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29162026-08-11T20:38:02.179Z Compiling signal-hook-tokio v0.3.1
29172026-08-11T20:38:02.375Z Compiling fatfs v0.3.6
29182026-08-11T20:38:02.641Z Compiling yasna v0.5.2
29192026-08-11T20:38:03.428Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29202026-08-11T20:38:03.680Z Compiling assert_matches v1.5.0
29212026-08-11T20:38:03.789Z Compiling is_ci v1.2.0
29222026-08-11T20:38:03.915Z Compiling seq-macro v0.3.6
29232026-08-11T20:38:04.003Z Compiling supports-color v3.0.2
29242026-08-11T20:38:04.263Z Compiling rcgen v0.12.1
29252026-08-11T20:38:04.288Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29262026-08-11T20:38:04.417Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-08-11T20:38:04.952Z Compiling slog-envlogger v2.2.0
29282026-08-11T20:38:06.122Z Compiling oxide-update-engine-display v0.1.2
29292026-08-11T20:38:07.046Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29302026-08-11T20:38:07.127Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29312026-08-11T20:38:07.378Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322026-08-11T20:38:07.605Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-08-11T20:38:07.836Z Compiling port-file v0.1.0
29342026-08-11T20:38:08.168Z Compiling subprocess v0.2.15
29352026-08-11T20:38:08.302Z Compiling rtoolbox v0.0.3
29362026-08-11T20:38:08.592Z Compiling rpassword v7.5.4
29372026-08-11T20:38:08.649Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29382026-08-11T20:38:09.265Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29392026-08-11T20:38:10.378Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-08-11T20:38:10.516Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-08-11T20:38:10.834Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29422026-08-11T20:38:12.756Z Compiling tui-tree-widget v0.23.1
29432026-08-11T20:38:13.051Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29442026-08-11T20:38:13.303Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29452026-08-11T20:38:14.005Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29462026-08-11T20:38:14.395Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29472026-08-11T20:38:14.599Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-08-11T20:38:14.827Z Compiling uzers v0.12.2
29492026-08-11T20:38:16.347Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29502026-08-11T20:38:16.438Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29512026-08-11T20:38:17.474Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29522026-08-11T20:38:18.726Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29532026-08-11T20:38:19.222Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29542026-08-11T20:38:19.635Z Compiling support-bundle-viewer v0.1.2
29552026-08-11T20:38:21.393Z Compiling multimap v0.10.1
29562026-08-11T20:38:29.311Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29572026-08-11T20:38:33.822Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-08-11T20:38:37.053Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29592026-08-11T20:38:41.346Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29602026-08-11T20:38:42.401Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29612026-08-11T20:50:44.358Z Finished `release` profile [optimized] target(s) in 14m 13s
29622026-08-11T20:50:44.361Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29632026-08-11T20:50:44.361Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29642026-08-11T20:51:35.740Z
29652026-08-11T20:51:35.740Zreal 15:06.031929757
29662026-08-11T20:51:35.740Zuser 1:25:37.095112689
29672026-08-11T20:51:35.747Zsys 3:43.567185741
29682026-08-11T20:51:35.747Ztrap 1.867881737
29692026-08-11T20:51:35.747Ztflt 1.808400614
29702026-08-11T20:51:35.747Zdflt 19.901768555
29712026-08-11T20:51:35.748Zkflt 0.004979626
29722026-08-11T20:51:35.748Zlock 10:57:49.787844902
29732026-08-11T20:51:35.748Zslp 2:36:52.278176193
29742026-08-11T20:51:35.748Zlat 2:39.309611013
29752026-08-11T20:51:35.748Zstop 5:36.812508884
29762026-08-11T20:51:35.748Z+ mapfile -t packages
29772026-08-11T20:51:35.748Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-08-11T20:51:36.703Z Finished `release` profile [optimized] target(s) in 0.94s
29792026-08-11T20:51:36.773Z Running `target/release/omicron-package -t test list-outputs`
29802026-08-11T20:51:36.832ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-08-11T20:51:36.835Z+ ptime -m cargo build --locked --release -p xtask
29822026-08-11T20:51:37.332Z Compiling libc v0.2.185
29832026-08-11T20:51:37.332Z Compiling serde_core v1.0.228
29842026-08-11T20:51:37.335Z Compiling serde v1.0.228
29852026-08-11T20:51:37.335Z Compiling rustix v1.1.3
29862026-08-11T20:51:37.335Z Compiling serde_json v1.0.151
29872026-08-11T20:51:37.335Z Compiling bitflags v2.11.0
29882026-08-11T20:51:37.335Z Compiling usdt-impl v0.5.0
29892026-08-11T20:51:37.335Z Compiling syn v2.0.117
29902026-08-11T20:51:37.433Z Compiling syn v1.0.109
29912026-08-11T20:51:37.523Z Compiling log v0.4.29
29922026-08-11T20:51:37.535Z Compiling getrandom v0.4.1
29932026-08-11T20:51:37.546Z Compiling indexmap v2.14.0
29942026-08-11T20:51:37.561Z Compiling fs-err v3.3.0
29952026-08-11T20:51:37.710Z Compiling once_cell v1.21.3
29962026-08-11T20:51:37.856Z Compiling anyhow v1.0.102
29972026-08-11T20:51:37.894Z Compiling heck v0.4.1
29982026-08-11T20:51:38.213Z Compiling errno v0.3.14
29992026-08-11T20:51:38.216Z Compiling thread-id v4.2.2
30002026-08-11T20:51:38.216Z Compiling memmap v0.7.0
30012026-08-11T20:51:38.898Z Compiling proc-macro-error v1.0.4
30022026-08-11T20:51:39.168Z Compiling tabled_derive v0.7.0
30032026-08-11T20:51:39.209Z Compiling terminal_size v0.4.3
30042026-08-11T20:51:39.209Z Compiling tempfile v3.25.0
30052026-08-11T20:51:39.305Z Compiling clap_builder v4.6.0
30062026-08-11T20:51:39.305Z Compiling textwrap v0.16.2
30072026-08-11T20:51:39.663Z Compiling camino v1.2.2
30082026-08-11T20:51:39.666Z Compiling pest_generator v2.8.6
30092026-08-11T20:51:39.698Z Compiling cargo-platform v0.3.2
30102026-08-11T20:51:39.709Z Compiling semver v1.0.28
30112026-08-11T20:51:39.872Z Compiling tabled v0.15.0
30122026-08-11T20:51:39.984Z Compiling camino-tempfile v1.4.1
30132026-08-11T20:51:40.149Z Compiling serde_derive v1.0.228
30142026-08-11T20:51:40.149Z Compiling thiserror-impl v1.0.69
30152026-08-11T20:51:40.152Z Compiling zerocopy-derive v0.7.35
30162026-08-11T20:51:40.172Z Compiling scroll_derive v0.12.1
30172026-08-11T20:51:40.177Z Compiling thiserror-impl v2.0.18
30182026-08-11T20:51:40.177Z Compiling clap_derive v4.6.1
30192026-08-11T20:51:40.217Z Compiling pest_derive v2.8.6
30202026-08-11T20:51:40.865Z Compiling scroll v0.12.0
30212026-08-11T20:51:40.994Z Compiling zerocopy v0.7.35
30222026-08-11T20:51:41.144Z Compiling goblin v0.8.2
30232026-08-11T20:51:41.299Z Compiling thiserror v1.0.69
30242026-08-11T20:51:41.416Z Compiling dtrace-parser v0.2.0
30252026-08-11T20:51:41.591Z Compiling thiserror v2.0.18
30262026-08-11T20:51:41.694Z Compiling clap v4.6.1
30272026-08-11T20:51:43.343Z Compiling dof v0.3.0
30282026-08-11T20:51:43.359Z Compiling serde_spanned v0.6.9
30292026-08-11T20:51:43.378Z Compiling toml_datetime v0.6.11
30302026-08-11T20:51:43.390Z Compiling serde_tokenstream v0.2.3
30312026-08-11T20:51:43.467Z Compiling cargo_metadata v0.23.1
30322026-08-11T20:51:43.508Z Compiling macaddr v1.0.1
30332026-08-11T20:51:43.534Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30342026-08-11T20:51:43.714Z Compiling toml_edit v0.22.27
30352026-08-11T20:51:44.126Z Compiling usdt-macro v0.5.0
30362026-08-11T20:51:44.126Z Compiling usdt-attr-macro v0.5.0
30372026-08-11T20:51:44.779Z Compiling usdt v0.5.0
30382026-08-11T20:51:45.250Z Compiling toml v0.8.23
30392026-08-11T20:51:45.687Z Compiling cargo_toml v0.21.0
30402026-08-11T20:51:50.138Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30412026-08-11T20:51:53.406Z Finished `release` profile [optimized] target(s) in 16.56s
30422026-08-11T20:51:53.515Z
30432026-08-11T20:51:53.515Zreal 16.645241942
30442026-08-11T20:51:53.515Zuser 2:06.485582027
30452026-08-11T20:51:53.516Zsys 13.889600032
30462026-08-11T20:51:53.519Ztrap 0.073668025
30472026-08-11T20:51:53.519Ztflt 0.476223703
30482026-08-11T20:51:53.519Zdflt 1.494411992
30492026-08-11T20:51:53.519Zkflt 0.000057650
30502026-08-11T20:51:53.519Zlock 4:51.518120317
30512026-08-11T20:51:53.519Zslp 2:42.257953330
30522026-08-11T20:51:53.519Zlat 4.406254920
30532026-08-11T20:51:53.519Zstop 17.653107989
30542026-08-11T20:51:53.519Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-11T20:51:53.519Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30562026-08-11T20:51:53.519Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-11T20:51:53.519Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30582026-08-11T20:51:53.519Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30592026-08-11T20:51:54.481Z Compiling match_cfg v0.1.0
30602026-08-11T20:51:54.481Z Compiling progenitor-client v0.14.0
30612026-08-11T20:51:54.481Z Compiling slog-json v2.6.1
30622026-08-11T20:51:54.481Z Compiling newtype-uuid-macros v0.1.0
30632026-08-11T20:51:54.481Z Compiling sha1 v0.11.0
30642026-08-11T20:51:54.484Z Compiling multer v3.1.0
30652026-08-11T20:51:54.484Z Compiling compression-core v0.4.31
30662026-08-11T20:51:54.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-08-11T20:51:54.484Z Compiling debug-ignore v1.0.5
30682026-08-11T20:51:54.484Z Compiling async-stream-impl v0.3.6
30692026-08-11T20:51:54.485Z Compiling serde_spanned v1.1.1
30702026-08-11T20:51:54.485Z Compiling toml_datetime v1.1.1+spec-1.1.0
30712026-08-11T20:51:54.485Z Compiling dropshot v0.17.1
30722026-08-11T20:51:54.485Z Compiling toml_writer v1.1.1+spec-1.1.0
30732026-08-11T20:51:54.671Z Compiling waitgroup v0.1.2
30742026-08-11T20:51:54.674Z Compiling rustls-pemfile v2.2.0
30752026-08-11T20:51:54.859Z Compiling dropshot_endpoint v0.17.1
30762026-08-11T20:51:54.895Z Compiling toml v1.1.2+spec-1.1.0
30772026-08-11T20:51:54.946Z Compiling compression-codecs v0.4.37
30782026-08-11T20:51:54.949Z Compiling serde_path_to_error v0.1.20
30792026-08-11T20:51:54.961Z Compiling hostname v0.4.2
30802026-08-11T20:51:54.978Z Compiling hostname v0.3.1
30812026-08-11T20:51:54.982Z Compiling atomicwrites v0.4.4
30822026-08-11T20:51:54.996Z Compiling macaddr v1.0.1
30832026-08-11T20:51:55.013Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-08-11T20:51:55.042Z Compiling instant v0.1.13
30852026-08-11T20:51:55.122Z Compiling slog-bunyan v2.5.0
30862026-08-11T20:51:55.160Z Compiling async-compression v0.4.41
30872026-08-11T20:51:55.201Z Compiling itertools v0.14.0
30882026-08-11T20:51:55.202Z Compiling regress v0.10.5
30892026-08-11T20:51:55.259Z Compiling parse-display-derive v0.10.0
30902026-08-11T20:51:55.262Z Compiling backon v1.6.0
30912026-08-11T20:51:55.280Z Compiling backoff v0.4.0
30922026-08-11T20:51:55.316Z Compiling humantime v2.3.0
30932026-08-11T20:51:55.336Z Compiling half v2.7.1
30942026-08-11T20:51:55.336Z Compiling ciborium-io v0.2.2
30952026-08-11T20:51:55.372Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-08-11T20:51:55.404Z Compiling async-stream v0.3.6
30972026-08-11T20:51:55.473Z Compiling progenitor-extras v0.2.0
30982026-08-11T20:51:55.496Z Compiling crucible-workspace-hack v0.1.0
30992026-08-11T20:51:55.515Z Compiling regress v0.11.1
31002026-08-11T20:51:55.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-08-11T20:51:55.548Z Compiling convert_case v0.4.0
31022026-08-11T20:51:55.599Z Compiling ciborium-ll v0.2.2
31032026-08-11T20:51:55.618Z Compiling secrecy v0.10.3
31042026-08-11T20:51:55.669Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31052026-08-11T20:51:55.693Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-08-11T20:51:55.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31072026-08-11T20:51:55.742Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31082026-08-11T20:51:55.762Z Compiling inout v0.1.4
31092026-08-11T20:51:55.799Z Compiling ciborium v0.2.2
31102026-08-11T20:51:55.834Z Compiling unsafe-libyaml v0.2.11
31112026-08-11T20:51:55.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31122026-08-11T20:51:55.870Z Compiling thiserror-impl-no-std v2.0.2
31132026-08-11T20:51:55.950Z Compiling derive_more v0.99.20
31142026-08-11T20:51:55.950Z Compiling cipher v0.4.4
31152026-08-11T20:51:55.987Z Compiling universal-hash v0.5.1
31162026-08-11T20:51:56.082Z Compiling opaque-debug v0.3.1
31172026-08-11T20:51:56.096Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-08-11T20:51:56.149Z Compiling blake2 v0.10.6
31192026-08-11T20:51:56.171Z Compiling poly1305 v0.8.0
31202026-08-11T20:51:56.226Z Compiling chacha20 v0.9.1
31212026-08-11T20:51:56.242Z Compiling aead v0.5.2
31222026-08-11T20:51:56.393Z Compiling serde_yaml v0.9.34+deprecated
31232026-08-11T20:51:56.397Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31242026-08-11T20:51:56.477Z Compiling password-hash v0.5.0
31252026-08-11T20:51:56.516Z Compiling indent_write v2.2.0
31262026-08-11T20:51:56.534Z Compiling chacha20poly1305 v0.10.1
31272026-08-11T20:51:56.559Z Compiling toml_datetime v0.7.5+spec-1.1.0
31282026-08-11T20:51:56.616Z Compiling num-derive v0.4.2
31292026-08-11T20:51:56.685Z Compiling heapless v0.8.0
31302026-08-11T20:51:56.717Z Compiling tabwriter v1.4.1
31312026-08-11T20:51:56.739Z Compiling toml_edit v0.23.10+spec-1.0.0
31322026-08-11T20:51:56.861Z Compiling argon2 v0.5.3
31332026-08-11T20:51:56.932Z Compiling ingot-macros v0.2.0
31342026-08-11T20:51:56.952Z Compiling hash32 v0.3.1
31352026-08-11T20:51:56.998Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-08-11T20:51:57.066Z Compiling parse-display v0.10.0
31372026-08-11T20:51:57.153Z Compiling typify-impl v0.6.2
31382026-08-11T20:51:57.169Z Compiling thiserror-no-std v2.0.2
31392026-08-11T20:51:57.228Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31402026-08-11T20:51:57.246Z Compiling smoltcp v0.11.0
31412026-08-11T20:51:57.292Z Compiling vsss-rs v3.3.4
31422026-08-11T20:51:57.399Z Compiling proc-macro-crate v3.4.0
31432026-08-11T20:51:57.625Z Compiling cobs v0.3.0
31442026-08-11T20:51:57.668Z Compiling colored v3.1.1
31452026-08-11T20:51:57.858Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-08-11T20:51:57.884Z Compiling postcard v1.1.3
31472026-08-11T20:51:57.944Z Compiling proc-macro-error v1.0.4
31482026-08-11T20:51:57.987Z Compiling num_enum_derive v0.7.6
31492026-08-11T20:51:58.056Z Compiling rand v0.10.1
31502026-08-11T20:51:58.088Z Compiling proc-macro-crate v1.3.1
31512026-08-11T20:51:58.111Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31522026-08-11T20:51:58.271Z Compiling foreign-types-macros v0.2.3
31532026-08-11T20:51:58.287Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31542026-08-11T20:51:58.305Z Compiling foreign-types-shared v0.3.1
31552026-08-11T20:51:58.428Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31562026-08-11T20:51:58.445Z Compiling rayon-core v1.13.0
31572026-08-11T20:51:58.530Z Compiling num_enum_derive v0.5.11
31582026-08-11T20:51:58.576Z Compiling crossbeam-deque v0.8.6
31592026-08-11T20:51:58.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-08-11T20:51:58.679Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31612026-08-11T20:51:58.700Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31622026-08-11T20:51:58.718Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31632026-08-11T20:51:58.808Z Compiling cstr-argument v0.1.2
31642026-08-11T20:51:58.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-08-11T20:51:58.935Z Compiling foreign-types v0.5.0
31662026-08-11T20:51:58.953Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31672026-08-11T20:51:58.988Z Compiling cpubits v0.1.1
31682026-08-11T20:51:59.037Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-08-11T20:51:59.090Z Compiling zone_cfg_derive v0.3.1
31702026-08-11T20:51:59.108Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-08-11T20:51:59.141Z Compiling num_enum v0.7.6
31722026-08-11T20:51:59.159Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-08-11T20:51:59.233Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31742026-08-11T20:51:59.266Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31752026-08-11T20:51:59.302Z Compiling itertools v0.12.1
31762026-08-11T20:51:59.322Z Compiling sigpipe v0.1.3
31772026-08-11T20:51:59.326Z Compiling glob v0.3.3
31782026-08-11T20:51:59.370Z Compiling rayon v1.11.0
31792026-08-11T20:51:59.436Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31802026-08-11T20:51:59.471Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31812026-08-11T20:51:59.510Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31822026-08-11T20:51:59.641Z Compiling num_enum v0.5.11
31832026-08-11T20:51:59.641Z Compiling smf v0.2.3
31842026-08-11T20:51:59.703Z Compiling whoami v1.6.1
31852026-08-11T20:51:59.738Z Compiling usdt-macro v0.5.0
31862026-08-11T20:51:59.757Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872026-08-11T20:51:59.785Z Compiling gethostname v0.5.0
31882026-08-11T20:51:59.804Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31892026-08-11T20:51:59.844Z Compiling usdt-attr-macro v0.5.0
31902026-08-11T20:51:59.865Z Compiling num-rational v0.4.2
31912026-08-11T20:51:59.930Z Compiling pem-rfc7468 v1.0.0
31922026-08-11T20:51:59.948Z Compiling ingot-types v0.2.0
31932026-08-11T20:52:00.026Z Compiling num-complex v0.4.6
31942026-08-11T20:52:00.091Z Compiling derive-where v1.6.0
31952026-08-11T20:52:00.199Z Compiling memmap v0.7.0
31962026-08-11T20:52:00.259Z Compiling float-ord v0.3.2
31972026-08-11T20:52:00.275Z Compiling toml v0.8.23
31982026-08-11T20:52:00.403Z Compiling ingot v0.2.1
31992026-08-11T20:52:00.428Z Compiling num v0.4.3
32002026-08-11T20:52:00.436Z Compiling hmac v0.13.0
32012026-08-11T20:52:00.457Z Compiling zone v0.3.1
32022026-08-11T20:52:00.493Z Compiling universal-hash v0.6.1
32032026-08-11T20:52:00.520Z Compiling resolv-conf v0.7.6
32042026-08-11T20:52:00.560Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-08-11T20:52:00.578Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32062026-08-11T20:52:00.661Z Compiling cancel-safe-futures v0.1.5
32072026-08-11T20:52:00.677Z Compiling polyval v0.7.1
32082026-08-11T20:52:00.718Z Compiling usdt v0.5.0
32092026-08-11T20:52:00.774Z Compiling der v0.8.0
32102026-08-11T20:52:00.910Z Compiling prettyplease v0.2.37
32112026-08-11T20:52:01.013Z Compiling ghash v0.6.0
32122026-08-11T20:52:01.147Z Compiling pbkdf2 v0.13.0
32132026-08-11T20:52:01.148Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32142026-08-11T20:52:01.148Z Compiling aes v0.9.1
32152026-08-11T20:52:01.261Z Compiling crypto-bigint v0.7.5
32162026-08-11T20:52:01.261Z Compiling console v0.15.11
32172026-08-11T20:52:01.261Z Compiling hickory-proto v0.24.4
32182026-08-11T20:52:01.369Z Compiling newline-converter v0.3.0
32192026-08-11T20:52:01.369Z Compiling ctr v0.10.1
32202026-08-11T20:52:01.369Z Compiling aead v0.6.1
32212026-08-11T20:52:01.463Z Compiling sha2 v0.11.0
32222026-08-11T20:52:01.568Z Compiling linked-hash-map v0.5.6
32232026-08-11T20:52:01.568Z Compiling oxide-update-engine-types v0.1.2
32242026-08-11T20:52:01.568Z Compiling libefi-sys v0.1.0
32252026-08-11T20:52:01.690Z Compiling linear-map v1.2.0
32262026-08-11T20:52:01.780Z Compiling spki v0.8.0
32272026-08-11T20:52:01.847Z Compiling lru-cache v0.1.2
32282026-08-11T20:52:01.902Z Compiling expectorate v1.2.0
32292026-08-11T20:52:01.902Z Compiling typify-macro v0.6.2
32302026-08-11T20:52:01.930Z Compiling aes-gcm v0.11.0
32312026-08-11T20:52:02.004Z Compiling salsa20 v0.11.0
32322026-08-11T20:52:02.047Z Compiling bitfield-struct v0.6.2
32332026-08-11T20:52:02.064Z Compiling nom v8.0.0
32342026-08-11T20:52:02.152Z Compiling semver v0.1.20
32352026-08-11T20:52:02.181Z Compiling scrypt v0.12.0
32362026-08-11T20:52:02.219Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32372026-08-11T20:52:02.397Z Compiling rustc_version v0.1.7
32382026-08-11T20:52:02.513Z Compiling tokio-dtrace v0.1.1
32392026-08-11T20:52:02.538Z Compiling cbc v0.2.1
32402026-08-11T20:52:02.657Z Compiling oxide-update-engine v0.1.2
32412026-08-11T20:52:02.711Z Compiling slog-dtrace v0.3.0
32422026-08-11T20:52:02.731Z Compiling minimal-lexical v0.2.1
32432026-08-11T20:52:02.745Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-08-11T20:52:02.784Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-08-11T20:52:02.811Z Compiling oxide-tokio-rt v0.1.4
32462026-08-11T20:52:02.884Z Compiling pkcs5 v0.8.1
32472026-08-11T20:52:02.970Z Compiling nom v7.1.3
32482026-08-11T20:52:02.996Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32492026-08-11T20:52:03.018Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32502026-08-11T20:52:03.066Z Compiling newtype_derive v0.1.6
32512026-08-11T20:52:03.157Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-08-11T20:52:03.208Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-08-11T20:52:03.229Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32542026-08-11T20:52:03.254Z Compiling phf_shared v0.12.1
32552026-08-11T20:52:03.296Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-08-11T20:52:03.406Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-08-11T20:52:03.424Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-08-11T20:52:03.445Z Compiling hickory-resolver v0.24.4
32592026-08-11T20:52:03.464Z Compiling dropshot-api-manager-types v0.7.2
32602026-08-11T20:52:03.480Z Compiling csv-core v0.1.13
32612026-08-11T20:52:03.652Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32622026-08-11T20:52:03.735Z Compiling typify v0.6.2
32632026-08-11T20:52:03.779Z Compiling highway v1.3.0
32642026-08-11T20:52:03.815Z Compiling xshell-macros v0.2.7
32652026-08-11T20:52:03.833Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-08-11T20:52:03.855Z Compiling unicode-xid v0.2.6
32672026-08-11T20:52:03.880Z Compiling progenitor-impl v0.14.0
32682026-08-11T20:52:03.930Z Compiling chrono-tz v0.10.4
32692026-08-11T20:52:04.018Z Compiling const_format_proc_macros v0.2.34
32702026-08-11T20:52:04.138Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-08-11T20:52:04.226Z Compiling csv v1.4.0
32722026-08-11T20:52:04.251Z Compiling xshell v0.2.7
32732026-08-11T20:52:04.412Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32742026-08-11T20:52:04.476Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-08-11T20:52:04.491Z Compiling phf v0.12.1
32762026-08-11T20:52:04.571Z Compiling qorb v0.4.1
32772026-08-11T20:52:04.678Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-08-11T20:52:04.795Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32792026-08-11T20:52:04.819Z Compiling pkcs8 v0.11.0
32802026-08-11T20:52:04.872Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32812026-08-11T20:52:04.998Z Compiling ff v0.14.0
32822026-08-11T20:52:05.091Z Compiling owo-colors v4.3.0
32832026-08-11T20:52:05.202Z Compiling const_format v0.2.35
32842026-08-11T20:52:05.240Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32852026-08-11T20:52:05.342Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-08-11T20:52:05.393Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32872026-08-11T20:52:05.530Z Compiling tabled_derive v0.7.0
32882026-08-11T20:52:05.554Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32892026-08-11T20:52:05.732Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-08-11T20:52:05.774Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-08-11T20:52:05.885Z Compiling bcs v0.1.6
32922026-08-11T20:52:06.112Z Compiling salty v0.3.0
32932026-08-11T20:52:06.249Z Compiling termtree v0.5.1
32942026-08-11T20:52:06.421Z Compiling tagptr v0.2.0
32952026-08-11T20:52:06.455Z Compiling textwrap v0.16.2
32962026-08-11T20:52:06.501Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-08-11T20:52:06.542Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32982026-08-11T20:52:06.578Z Compiling tabled v0.15.0
32992026-08-11T20:52:06.602Z Compiling moka v0.12.13
33002026-08-11T20:52:06.620Z Compiling progenitor-macro v0.14.0
33012026-08-11T20:52:06.674Z Compiling steno v0.4.1
33022026-08-11T20:52:06.797Z Compiling group v0.14.0
33032026-08-11T20:52:06.834Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33042026-08-11T20:52:06.998Z Compiling sha1 v0.10.6
33052026-08-11T20:52:07.015Z Compiling signature v3.0.0
33062026-08-11T20:52:07.034Z Compiling base16ct v1.0.0
33072026-08-11T20:52:07.238Z Compiling sec1 v0.8.1
33082026-08-11T20:52:07.272Z Compiling hkdf v0.13.0
33092026-08-11T20:52:07.375Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-08-11T20:52:07.395Z Compiling hickory-resolver v0.25.2
33112026-08-11T20:52:07.443Z Compiling libscf-sys v1.2.0
33122026-08-11T20:52:07.482Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33132026-08-11T20:52:07.497Z Compiling rfc6979 v0.4.0
33142026-08-11T20:52:07.577Z Compiling proc-macro-error-attr2 v2.0.0
33152026-08-11T20:52:07.614Z Compiling elliptic-curve v0.14.1
33162026-08-11T20:52:07.624Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33172026-08-11T20:52:07.658Z Compiling ecdsa v0.16.9
33182026-08-11T20:52:07.702Z Compiling primeorder v0.13.6
33192026-08-11T20:52:07.994Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33202026-08-11T20:52:08.010Z Compiling utf-8 v0.7.6
33212026-08-11T20:52:08.030Z Compiling proc-macro-error2 v2.0.1
33222026-08-11T20:52:08.098Z Compiling parking_lot_core v0.8.6
33232026-08-11T20:52:08.198Z Compiling tungstenite v0.21.0
33242026-08-11T20:52:08.224Z Compiling p384 v0.13.1
33252026-08-11T20:52:08.265Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-08-11T20:52:08.383Z Compiling tabled_derive v0.11.0
33272026-08-11T20:52:08.426Z Compiling wnaf v0.14.0
33282026-08-11T20:52:08.652Z Compiling primefield v0.14.0
33292026-08-11T20:52:08.669Z Compiling rfc6979 v0.6.0
33302026-08-11T20:52:08.839Z Compiling papergrid v0.17.0
33312026-08-11T20:52:08.863Z Compiling testing_table v0.3.0
33322026-08-11T20:52:08.924Z Compiling git-stub v1.0.0
33332026-08-11T20:52:09.041Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-08-11T20:52:09.058Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-08-11T20:52:09.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33362026-08-11T20:52:09.218Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33372026-08-11T20:52:09.255Z Compiling git-stub-vcs v0.1.0
33382026-08-11T20:52:09.289Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-08-11T20:52:09.362Z Compiling primeorder v0.14.0
33402026-08-11T20:52:09.365Z Compiling ecdsa v0.17.0
33412026-08-11T20:52:09.411Z Compiling tokio-tungstenite v0.21.0
33422026-08-11T20:52:09.474Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-11T20:52:09.651Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442026-08-11T20:52:09.755Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-11T20:52:09.773Z Compiling curve25519-dalek v5.0.0
33462026-08-11T20:52:09.794Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33472026-08-11T20:52:09.855Z Compiling tabled v0.20.0
33482026-08-11T20:52:09.874Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-08-11T20:52:09.895Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33502026-08-11T20:52:10.038Z Compiling illumos-nvpair-sys v0.2.0
33512026-08-11T20:52:10.057Z Compiling unicase v2.9.0
33522026-08-11T20:52:10.085Z Compiling corncobs v0.1.4
33532026-08-11T20:52:10.133Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-08-11T20:52:10.249Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-08-11T20:52:10.290Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33562026-08-11T20:52:10.293Z Compiling mime_guess v2.0.5
33572026-08-11T20:52:10.293Z Compiling parking_lot v0.11.2
33582026-08-11T20:52:10.323Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-08-11T20:52:10.560Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-08-11T20:52:10.592Z Compiling progenitor-impl v0.13.0
33612026-08-11T20:52:10.672Z Compiling ssh-encoding v0.3.0
33622026-08-11T20:52:10.691Z Compiling prefix-trie v0.7.0
33632026-08-11T20:52:10.717Z Compiling fxhash v0.2.1
33642026-08-11T20:52:10.755Z Compiling secrecy v0.8.0
33652026-08-11T20:52:10.867Z Compiling keccak v0.2.0
33662026-08-11T20:52:10.888Z Compiling crc8 v0.1.1
33672026-08-11T20:52:10.905Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33682026-08-11T20:52:11.053Z Compiling hickory-server v0.25.2
33692026-08-11T20:52:11.075Z Compiling sled v0.34.7
33702026-08-11T20:52:11.168Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33712026-08-11T20:52:11.192Z Compiling ed25519 v3.0.0
33722026-08-11T20:52:11.283Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-08-11T20:52:11.302Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33742026-08-11T20:52:11.900Z Compiling progenitor v0.14.0
33752026-08-11T20:52:11.939Z Compiling crypto-primes v0.7.2
33762026-08-11T20:52:12.038Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33772026-08-11T20:52:12.089Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-11T20:52:12.145Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-08-11T20:52:12.192Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33802026-08-11T20:52:12.394Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-08-11T20:52:12.413Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33822026-08-11T20:52:12.464Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33832026-08-11T20:52:12.705Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33842026-08-11T20:52:12.730Z Compiling pkcs1 v0.8.0-rc.4
33852026-08-11T20:52:13.001Z Compiling poly1305 v0.9.0
33862026-08-11T20:52:13.044Z Compiling progenitor-client v0.13.0
33872026-08-11T20:52:13.150Z Compiling blowfish v0.10.0
33882026-08-11T20:52:13.214Z Compiling blake2 v0.11.0-rc.6
33892026-08-11T20:52:13.353Z Compiling half v1.8.3
33902026-08-11T20:52:13.379Z Compiling progenitor-macro v0.13.0
33912026-08-11T20:52:13.427Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-08-11T20:52:13.449Z Compiling http-range v0.1.5
33932026-08-11T20:52:13.655Z Compiling serde_cbor v0.11.2
33942026-08-11T20:52:13.807Z Compiling argon2 v0.6.0-rc.8
33952026-08-11T20:52:13.839Z Compiling bcrypt-pbkdf v0.11.0
33962026-08-11T20:52:13.842Z Compiling ssh-cipher v0.3.0
33972026-08-11T20:52:14.138Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33982026-08-11T20:52:14.299Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33992026-08-11T20:52:14.484Z Compiling rsa v0.10.0-rc.18
34002026-08-11T20:52:14.711Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34012026-08-11T20:52:14.728Z Compiling ed25519-dalek v3.0.0
34022026-08-11T20:52:14.767Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-08-11T20:52:14.834Z Compiling illumos-nvpair v0.3.0
34042026-08-11T20:52:14.918Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34052026-08-11T20:52:15.048Z Compiling sha3 v0.11.0
34062026-08-11T20:52:15.233Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34072026-08-11T20:52:15.264Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34082026-08-11T20:52:15.492Z Compiling p384 v0.14.0
34092026-08-11T20:52:15.544Z Compiling p521 v0.14.0
34102026-08-11T20:52:15.561Z Compiling p256 v0.14.0
34112026-08-11T20:52:15.692Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34122026-08-11T20:52:15.887Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34132026-08-11T20:52:16.027Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34142026-08-11T20:52:16.319Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34152026-08-11T20:52:16.521Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-08-11T20:52:16.631Z Compiling scuffle v0.1.0
34172026-08-11T20:52:16.690Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-08-11T20:52:17.114Z Compiling yasna v0.5.2
34192026-08-11T20:52:17.133Z Compiling kstat-rs v0.2.5
34202026-08-11T20:52:17.387Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34212026-08-11T20:52:17.462Z Compiling headers-core v0.3.0
34222026-08-11T20:52:17.560Z Compiling kem v0.3.0
34232026-08-11T20:52:17.623Z Compiling module-lattice v0.2.3
34242026-08-11T20:52:17.665Z Compiling nanorand v0.7.0
34252026-08-11T20:52:17.681Z Compiling sponge-cursor v0.1.0
34262026-08-11T20:52:17.712Z Compiling rcgen v0.12.1
34272026-08-11T20:52:17.852Z Compiling ml-kem v0.3.2
34282026-08-11T20:52:17.871Z Compiling sha3 v0.12.0
34292026-08-11T20:52:17.898Z Compiling flume v0.11.1
34302026-08-11T20:52:17.916Z Compiling headers v0.4.1
34312026-08-11T20:52:17.982Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34322026-08-11T20:52:17.999Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34332026-08-11T20:52:18.016Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-08-11T20:52:18.242Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34352026-08-11T20:52:18.431Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34362026-08-11T20:52:18.457Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-08-11T20:52:18.553Z Compiling progenitor v0.13.0
34382026-08-11T20:52:18.663Z Compiling ssh-key v0.7.0-rc.11
34392026-08-11T20:52:18.690Z Compiling hyper-staticfile v0.10.1
34402026-08-11T20:52:18.710Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34412026-08-11T20:52:18.752Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-08-11T20:52:18.770Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34432026-08-11T20:52:18.815Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34442026-08-11T20:52:18.858Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-08-11T20:52:18.918Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-08-11T20:52:19.025Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34472026-08-11T20:52:19.040Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34482026-08-11T20:52:19.175Z Compiling russh-cryptovec v0.62.0
34492026-08-11T20:52:19.231Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34502026-08-11T20:52:19.247Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-08-11T20:52:19.333Z Compiling internal-russh-num-bigint v0.5.0
34522026-08-11T20:52:19.352Z Compiling port-file v0.1.0
34532026-08-11T20:52:19.381Z Compiling num-bigint v0.4.6
34542026-08-11T20:52:19.400Z Compiling generic-array v1.4.3
34552026-08-11T20:52:19.431Z Compiling russh-util v0.52.0
34562026-08-11T20:52:19.453Z Compiling enum_dispatch v0.3.13
34572026-08-11T20:52:19.615Z Compiling delegate v0.13.5
34582026-08-11T20:52:19.630Z Compiling subprocess v0.2.15
34592026-08-11T20:52:19.634Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-08-11T20:52:19.894Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34612026-08-11T20:52:20.040Z Compiling md5 v0.8.0
34622026-08-11T20:52:20.083Z Compiling hex-literal v1.1.0
34632026-08-11T20:52:20.220Z Compiling display-error-chain v0.2.2
34642026-08-11T20:52:20.331Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-08-11T20:52:20.418Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34662026-08-11T20:52:20.430Z Compiling colored v2.2.0
34672026-08-11T20:52:20.456Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34682026-08-11T20:52:20.493Z Compiling socket2 v0.5.10
34692026-08-11T20:52:20.616Z Compiling russh v0.62.4
34702026-08-11T20:52:20.696Z Compiling internet-checksum v0.2.1
34712026-08-11T20:52:21.056Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34722026-08-11T20:52:21.170Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34732026-08-11T20:52:21.838Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34742026-08-11T20:52:23.779Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34752026-08-11T20:52:24.528Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34762026-08-11T20:52:25.066Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34772026-08-11T20:52:26.681Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34782026-08-11T20:52:35.421Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34792026-08-11T20:52:35.421Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34802026-08-11T20:52:35.429Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34812026-08-11T20:52:35.429Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34822026-08-11T20:52:37.210Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34832026-08-11T20:52:37.246Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34842026-08-11T20:52:41.441Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34852026-08-11T20:53:22.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34862026-08-11T20:53:22.559Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34872026-08-11T20:53:22.559Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34882026-08-11T20:53:22.680Z
34892026-08-11T20:53:22.680Zreal 1:29.062646194
34902026-08-11T20:53:22.680Zuser 8:30.103327676
34912026-08-11T20:53:22.680Zsys 1:42.832270391
34922026-08-11T20:53:22.730Ztrap 0.257227591
34932026-08-11T20:53:22.731Ztflt 0.266172848
34942026-08-11T20:53:22.731Zdflt 1.830333926
34952026-08-11T20:53:22.731Zkflt 0.000265260
34962026-08-11T20:53:22.731Zlock 31:27.797436325
34972026-08-11T20:53:22.731Zslp 19:19.887334648
34982026-08-11T20:53:22.731Zlat 39.313340555
34992026-08-11T20:53:22.731Zstop 3:00.595298877
35002026-08-11T20:53:22.731Z+ mkdir tests
35012026-08-11T20:53:22.731Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35022026-08-11T20:53:22.731Z+ xargs -I '{}' -t cp '{}' tests/
35032026-08-11T20:53:22.731Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8844e04221aa0c16 tests/
35042026-08-11T20:53:22.771Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e373d1ebd0871a49 tests/
35052026-08-11T20:53:22.771Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d77f29bc5cf68dd1 tests/
35062026-08-11T20:53:22.771Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-172143b73284ee59 tests/
35072026-08-11T20:53:23.097Z+ 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)
35082026-08-11T20:53:23.165Z+ 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-e373d1ebd0871a49 tests/commtest-d77f29bc5cf68dd1 tests/dhcp_server-8844e04221aa0c16 tests/end_to_end_tests-172143b73284ee59 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
35092026-08-11T20:54:52.546ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35102026-08-11T20:54:52.546Za .github/buildomat/ci-env.sh 1K
35112026-08-11T20:54:52.546Za out/target/test 1K
35122026-08-11T20:54:52.546Za out/npuzone/npuzone 27402K
35132026-08-11T20:54:52.546Za package-manifest.toml 35K
35142026-08-11T20:54:52.546Za smf/sled-agent/non-gimlet/config.toml 6K
35152026-08-11T20:54:52.546Za target/release/omicron-package 48049K
35162026-08-11T20:54:52.546Za target/release/xtask 11722K
35172026-08-11T20:54:52.546Za target/debug/bootstrap 435354K
35182026-08-11T20:54:52.546Za tests/bootstrap-e373d1ebd0871a49 34516K
35192026-08-11T20:54:52.546Za tests/commtest-d77f29bc5cf68dd1 34517K
35202026-08-11T20:54:52.546Za tests/dhcp_server-8844e04221aa0c16 34516K
35212026-08-11T20:54:52.546Za tests/end_to_end_tests-172143b73284ee59 498359K
35222026-08-11T20:54:52.546Za tools/opte_version 1K
35232026-08-11T20:54:52.547Za tools/opte_version_override 2K
35242026-08-11T20:54:52.547Za out/clickhouse.tar.gz 327543K
35252026-08-11T20:54:52.547Za out/clickhouse_keeper.tar.gz 311546K
35262026-08-11T20:54:52.547Za out/clickhouse_server.tar.gz 327540K
35272026-08-11T20:54:52.547Za out/cockroachdb.tar.gz 168943K
35282026-08-11T20:54:52.547Za out/crucible-pantry-zone.tar.gz 41269K
35292026-08-11T20:54:52.547Za out/crucible-utils.tar 18900K
35302026-08-11T20:54:52.547Za out/crucible-zone.tar.gz 56081K
35312026-08-11T20:54:52.548Za out/external-dns.tar.gz 54238K
35322026-08-11T20:54:52.548Za out/internal-dns.tar.gz 54238K
35332026-08-11T20:54:52.548Za out/mg-ddm-gz.tar 100917K
35342026-08-11T20:54:52.548Za out/nexus.tar.gz 354904K
35352026-08-11T20:54:52.548Za out/ntp.tar.gz 34609K
35362026-08-11T20:54:52.548Za out/omicron-gateway-softnpu.tar.gz 29197K
35372026-08-11T20:54:52.548Za out/omicron-sled-agent.tar 242244K
35382026-08-11T20:54:52.548Za out/overlay.tar.gz 4K
35392026-08-11T20:54:52.549Za out/oximeter.tar.gz 71156K
35402026-08-11T20:54:52.549Za out/oxlog.tar 4066K
35412026-08-11T20:54:52.549Za out/probe.tar.gz 3037K
35422026-08-11T20:54:52.549Za out/propolis-server.tar.gz 34642K
35432026-08-11T20:54:52.549Za out/pumpkind-gz.tar 26647K
35442026-08-11T20:54:52.549Za out/switch-softnpu.tar.gz 498992K
35452026-08-11T20:54:52.614Z
35462026-08-11T20:54:52.614Zreal 1:29.440430918
35472026-08-11T20:54:52.614Zuser 1:26.388440004
35482026-08-11T20:54:52.614Zsys 5.067630900
35492026-08-11T20:54:52.614Ztrap 0.007436924
35502026-08-11T20:54:52.614Ztflt 0.000000000
35512026-08-11T20:54:52.614Zdflt 0.000000000
35522026-08-11T20:54:52.614Zkflt 0.000000000
35532026-08-11T20:54:52.614Zlock 0.000000000
35542026-08-11T20:54:52.614Zslp 1:26.258574255
35552026-08-11T20:54:52.615Zlat 1.153890540
35562026-08-11T20:54:52.615Zstop 0.000189510
35572026-08-11T20:54:52.615Zprocess exited: duration 1372321 ms, exit code 0
 
35582026-08-11T20:54:52.753Zfound 1 output files
35592026-08-11T20:54:52.754Zuploading: /work/package.tar.gz (2759667696 bytes)
35602026-08-11T20:55:39.949Zuploaded: /work/package.tar.gz