01M0VX1M97YMVW4P6GT9V2VFTH: 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: 01M0VX2TYW82Y6RE8S6A1F8QQH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:39.692Zjob assigned to worker 01M0VX33H7QD3XZK340HS8XKYH [factory aws, i-00db19098e5c283db] (queued for 53 s)
 
22026-08-25T07:28:47.132Zstarting task 0: "setup"
32026-08-25T07:28:47.137Z++ uname -s
42026-08-25T07:28:47.137Z+ kern=SunOS
52026-08-25T07:28:47.137Z+ build_user=build
62026-08-25T07:28:47.137Z+ build_uid=12345
72026-08-25T07:28:47.137Z+ work_dir=/work
82026-08-25T07:28:47.137Z+ input_dir=/input
92026-08-25T07:28:47.137Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:47.137Z+ case "$kern" in
112026-08-25T07:28:47.137Z+ groupadd -g 12345 build
122026-08-25T07:28:47.137Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:49.147Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:49.290Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:49.293Z+ home_fs=zfs
162026-08-25T07:28:49.293Z+ [[ zfs == autofs ]]
172026-08-25T07:28:49.293Z+ mkdir -p /home/build
182026-08-25T07:28:49.293Z+ chown build:build /home/build /work
192026-08-25T07:28:51.304Z+ chmod 0700 /home/build /work
202026-08-25T07:28:51.313Zprocess exited: duration 4168 ms, exit code 0
 
212026-08-25T07:28:51.373Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:51.403Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:51.403Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T07:28:51.404Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T07:28:51.404Z * rust toolchain channel = "1.97.1"
262026-08-25T07:28:51.404Z * rust toolchain profile = "default"
272026-08-25T07:28:51.404Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:51.404Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:51.404Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:51.462Zinfo: downloading installer
312026-08-25T07:28:52.988Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:52.988Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:52.988Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:52.988Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:53.001Zinfo: profile set to default
362026-08-25T07:28:53.001Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:53.004Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:53.129Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:53.135Zinfo: downloading 6 components
402026-08-25T07:29:07.173Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T07:29:07.173Z
422026-08-25T07:29:07.195Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:29:07.195Z
442026-08-25T07:29:07.203Z
452026-08-25T07:29:07.203ZRust is installed now. Great!
462026-08-25T07:29:07.203Z
472026-08-25T07:29:07.203ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:29:07.204Zenvironment variable. This has not been done automatically.
492026-08-25T07:29:07.204Z
502026-08-25T07:29:07.204ZTo configure your current shell, you need to source
512026-08-25T07:29:07.204Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:29:07.204Z
532026-08-25T07:29:07.204ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:29:07.204Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:29:07.204Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:29:07.204Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:29:07.204Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:29:07.204Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:29:07.204Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:29:07.204Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:29:07.204Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:29:07.294Z+ rustup --version
632026-08-25T07:29:07.307Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:29:07.307Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:29:07.316Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:29:07.329Z+ cargo --version
672026-08-25T07:29:07.337Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:29:07.337Z+ rustc --version
692026-08-25T07:29:07.353Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:29:07.358Zprocess exited: duration 15981 ms, exit code 0
 
712026-08-25T07:29:07.384Zstarting task 2: "authentication"
722026-08-25T07:29:07.396Zprocess exited: duration 25 ms, exit code 0
 
732026-08-25T07:29:07.404Zstarting task 3: "clone repository"
742026-08-25T07:29:07.408Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T07:29:07.415Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T07:29:07.455ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T07:29:19.225Z+ cd /work/oxidecomputer/omicron
782026-08-25T07:29:19.225Z+ git fetch origin 521e1b3903a3e4a1652a15395e0922723fc90cdc
792026-08-25T07:29:19.553ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T07:29:19.553Z * branch 521e1b3903a3e4a1652a15395e0922723fc90cdc -> FETCH_HEAD
812026-08-25T07:29:19.569Z+ [[ -n zl/mcast-build ]]
822026-08-25T07:29:19.573Z++ git branch --show-current
832026-08-25T07:29:19.573Z+ current=main
842026-08-25T07:29:19.573Z+ [[ main != zl/mcast-build ]]
852026-08-25T07:29:19.573Z+ git branch -f zl/mcast-build 521e1b3903a3e4a1652a15395e0922723fc90cdc
862026-08-25T07:29:19.589Z+ git checkout -f zl/mcast-build
872026-08-25T07:29:19.833ZSwitched to branch 'zl/mcast-build'
882026-08-25T07:29:19.838Z+ git reset --hard 521e1b3903a3e4a1652a15395e0922723fc90cdc
892026-08-25T07:29:19.898ZHEAD is now at 521e1b390 [merge] merge upstream
902026-08-25T07:29:19.902Zprocess exited: duration 12496 ms, exit code 0
 
912026-08-25T07:29:19.916Zstarting task 4: "build"
922026-08-25T07:29:19.920Z+ source .github/buildomat/ci-env.sh
932026-08-25T07:29:19.920Z++ export CARGO_TERM_COLOR=always
942026-08-25T07:29:19.920Z++ CARGO_TERM_COLOR=always
952026-08-25T07:29:19.921Z+++ uname -s
962026-08-25T07:29:19.929Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T07:29:19.929Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T07:29:19.929Z+ cargo --version
992026-08-25T07:29:19.933Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T07:29:19.938Z+ rustc --version
1012026-08-25T07:29:19.955Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T07:29:19.959Z+ WORK=/work
1032026-08-25T07:29:19.959Z+ pfexec mkdir -p /work
1042026-08-25T07:29:19.962Z+ pfexec chown build /work
1052026-08-25T07:29:19.965Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T07:29:22.017Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T07:29:22.415Z Startup: Caching catalogs ... Done
1082026-08-25T07:29:24.606ZPlanning: Solver setup ... Done (2.089s)
1092026-08-25T07:29:24.714ZPlanning: Running solver ... Done (0.062s)
1102026-08-25T07:29:24.718ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-25T07:29:24.726ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T07:29:24.743ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T07:29:24.757ZPlanning: Package planning ... Done (0.014s)
1142026-08-25T07:29:24.759ZPlanning: Merging actions ... Done (0.002s)
1152026-08-25T07:29:24.981ZPlanning: Checking for conflicting actions ... Done (0.222s)
1162026-08-25T07:29:24.984ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T07:29:25.865ZPlanning: Evaluating mediators ... Done (0.873s)
1182026-08-25T07:29:25.881ZPlanning: Planning completed in 3.42 seconds
1192026-08-25T07:29:25.881Z Packages to install: 2
1202026-08-25T07:29:25.881Z Estimated space available: 156.01 GB
1212026-08-25T07:29:25.881ZEstimated space to be consumed: 80.56 MB
1222026-08-25T07:29:25.881Z Create boot environment: No
1232026-08-25T07:29:25.881ZCreate backup boot environment: No
1242026-08-25T07:29:25.881Z Rebuild boot archive: No
1252026-08-25T07:29:25.881Z
1262026-08-25T07:29:25.881ZChanged packages:
1272026-08-25T07:29:25.881Zhelios
1282026-08-25T07:29:25.881Z developer/build-essential
1292026-08-25T07:29:25.881Z None -> 11-3.0
1302026-08-25T07:29:25.881Z library/libxmlsec1
1312026-08-25T07:29:25.881Z None -> 1.2.35-3.0
1322026-08-25T07:29:25.892Z
1332026-08-25T07:29:25.892ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T07:29:25.967ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1352026-08-25T07:29:26.026Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T07:29:26.067Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T07:29:26.107ZFinalize: Updating package state database ... Done (0.037s)
1382026-08-25T07:29:26.107ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T07:29:26.242ZFinalize: Updating image state ... Done (0.087s)
1402026-08-25T07:29:28.810ZFinalize: Creating fast lookup database ... Done (2.574s)
1412026-08-25T07:29:28.878ZFinalize: Reading search index ... Done (0.012s)
1422026-08-25T07:29:28.892ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T07:29:28.977ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T07:29:29.487ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T07:29:29.551ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T07:29:29.551ZPlanning: Consolidating action changes ... Done
1472026-08-25T07:29:29.596ZPlanning: Evaluating mediators ... Done
1482026-08-25T07:29:29.599ZPlanning: Planning completed in 0.26 seconds
1492026-08-25T07:29:29.618Z Mediators to change: 2
1502026-08-25T07:29:29.618Z Create boot environment: No
1512026-08-25T07:29:29.618ZCreate backup boot environment: No
1522026-08-25T07:29:29.664ZFinalize: Updating package state database ... Done
1532026-08-25T07:29:29.664ZFinalize: Updating package cache ... Done
1542026-08-25T07:29:29.721ZFinalize: Updating image state ... Done
1552026-08-25T07:29:32.655ZFinalize: Creating fast lookup database ... Done
1562026-08-25T07:29:32.658ZFinalize: Reading search index ... Done
1572026-08-25T07:29:32.658ZFinalize: Updating search index ... Done
1582026-08-25T07:29:32.658ZFinalize: Updating package cache ... Done
1592026-08-25T07:29:32.658ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T07:29:32.658ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T07:29:32.658ZPlanning: Consolidating action changes ... Done
1622026-08-25T07:29:32.658ZPlanning: Evaluating mediators ... Done
1632026-08-25T07:29:32.658ZPlanning: Planning completed in 0.26 seconds
1642026-08-25T07:29:32.658Z Mediators to change: 1
1652026-08-25T07:29:32.658Z Create boot environment: No
1662026-08-25T07:29:32.658ZCreate backup boot environment: No
1672026-08-25T07:29:32.658ZFinalize: Updating package state database ... Done
1682026-08-25T07:29:32.658ZFinalize: Updating package cache ... Done
1692026-08-25T07:29:32.658ZFinalize: Updating image state ... Done
1702026-08-25T07:29:34.338ZFinalize: Creating fast lookup database ... Done
1712026-08-25T07:29:34.397ZFinalize: Reading search index ... Done
1722026-08-25T07:29:34.401ZFinalize: Updating search index ... Done
1732026-08-25T07:29:34.449ZFinalize: Updating package cache ... Done
1742026-08-25T07:29:34.757ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T07:29:34.757Zapache system 2.4 system
1762026-08-25T07:29:34.757Zclang system 15 system
1772026-08-25T07:29:34.757Zcsh system system illumos
1782026-08-25T07:29:34.757Zctags system system illumos
1792026-08-25T07:29:34.757Zfile vendor vendor darwinsys
1802026-08-25T07:29:34.757Zfile system system illumos
1812026-08-25T07:29:34.757Zgcc vendor 14 vendor
1822026-08-25T07:29:34.757Zgcc system 13 system
1832026-08-25T07:29:34.757Zgcc system 10 system
1842026-08-25T07:29:34.757Zgo system 1.25 system
1852026-08-25T07:29:34.757Zllvm system 15 system
1862026-08-25T07:29:34.757Zmariadb system 11.4 system
1872026-08-25T07:29:34.757Zmta vendor vendor dma
1882026-08-25T07:29:34.758Zopenjdk system 17 system
1892026-08-25T07:29:34.758Zopenjdk system 11 system
1902026-08-25T07:29:34.758Zopenssl vendor 3 vendor
1912026-08-25T07:29:34.758Zperl system 5.40 system
1922026-08-25T07:29:34.758Zpostgresql system 18 system
1932026-08-25T07:29:34.758Zpostgresql system 17 system
1942026-08-25T07:29:34.758Zpython vendor 3 vendor
1952026-08-25T07:29:34.758Zpython system 2 system
1962026-08-25T07:29:34.758Zpython3 vendor 3.13 vendor
1972026-08-25T07:29:34.758Zruby system 3.4 system
1982026-08-25T07:29:34.758Zruby system 3.0 system
1992026-08-25T07:29:34.758Zwords vendor vendor american-english
2002026-08-25T07:29:34.758Zwords system system australian-english
2012026-08-25T07:29:34.758Zwords system system british-english
2022026-08-25T07:29:34.759Zwords system system canadian-english
2032026-08-25T07:29:34.759Zwords system system french
2042026-08-25T07:29:34.759Zwords system system italian
2052026-08-25T07:29:34.760Zwords system system ngerman
2062026-08-25T07:29:34.760Zwords system system ogerman
2072026-08-25T07:29:34.760Zwords system system spanish
2082026-08-25T07:29:35.008ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T07:29:35.008Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T07:29:35.503ZFMRI IFO
2112026-08-25T07:29:35.503Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T07:29:35.503Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T07:29:35.503Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T07:29:35.503Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T07:29:35.503Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T07:29:35.503Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T07:29:35.504Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T07:29:35.504Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T07:29:35.504Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T07:29:35.843Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T07:29:36.162Z Updating crates.io index
2222026-08-25T07:29:36.170Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T07:29:36.412Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T07:29:36.752Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-25T07:29:37.774Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-25T07:29:38.356Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-25T07:29:40.436Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-25T07:29:41.312Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-25T07:29:41.601Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-25T07:29:41.969Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-25T07:29:43.283Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-25T07:29:43.591Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-25T07:29:43.979Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-25T07:29:44.264Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-25T07:29:44.531Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-25T07:29:44.808Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-25T07:29:45.097Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-25T07:29:45.372Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-25T07:29:45.683Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-25T07:29:46.187Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-25T07:29:46.581Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2422026-08-25T07:29:46.884Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-25T07:29:47.497Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-25T07:29:47.825Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-25T07:29:48.395Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-25T07:29:48.973Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-25T07:29:49.251Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-25T07:29:49.782Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-25T07:29:50.038Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T07:29:50.481Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-25T07:29:50.812Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-25T07:29:51.066Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-25T07:29:51.374Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-25T07:29:51.753Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-25T07:29:52.315Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-25T07:29:52.900Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T07:29:53.159Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-25T07:29:53.444Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-25T07:29:53.770Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-25T07:29:54.040Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-25T07:29:54.305Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-25T07:29:54.642Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-25T07:29:54.952Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-25T07:29:55.219Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-25T07:29:58.164Z Downloading crates ...
2662026-08-25T07:29:58.194Z Downloaded cargo-platform v0.3.2
2672026-08-25T07:29:58.194Z Downloaded clap_lex v1.0.0
2682026-08-25T07:29:58.194Z Downloaded anyhow v1.0.104
2692026-08-25T07:29:58.194Z Downloaded proc-macro-error-attr v1.0.4
2702026-08-25T07:29:58.194Z Downloaded utf8parse v0.2.2
2712026-08-25T07:29:58.194Z Downloaded heck v0.5.0
2722026-08-25T07:29:58.194Z Downloaded zmij v1.0.21
2732026-08-25T07:29:58.194Z Downloaded macaddr v1.0.1
2742026-08-25T07:29:58.194Z Downloaded zerocopy-derive v0.7.35
2752026-08-25T07:29:58.195Z Downloaded equivalent v1.0.2
2762026-08-25T07:29:58.195Z Downloaded fastrand v2.3.0
2772026-08-25T07:29:58.195Z Downloaded pest_meta v2.8.6
2782026-08-25T07:29:58.195Z Downloaded anstyle-query v1.1.5
2792026-08-25T07:29:58.195Z Downloaded winnow v0.7.14
2802026-08-25T07:29:58.195Z Downloaded generic-array v0.14.7
2812026-08-25T07:29:58.195Z Downloaded heck v0.4.1
2822026-08-25T07:29:58.195Z Downloaded zerocopy v0.7.35
2832026-08-25T07:29:58.195Z Downloaded swrite v0.1.0
2842026-08-25T07:29:58.195Z Downloaded itoa v1.0.17
2852026-08-25T07:29:58.195Z Downloaded fnv v1.0.7
2862026-08-25T07:29:58.195Z Downloaded version_check v0.9.5
2872026-08-25T07:29:58.195Z Downloaded thiserror v2.0.18
2882026-08-25T07:29:58.213Z Downloaded autocfg v1.5.0
2892026-08-25T07:29:58.213Z Downloaded usdt v0.5.0
2902026-08-25T07:29:58.213Z Downloaded block-buffer v0.10.4
2912026-08-25T07:29:58.213Z Downloaded cfg-if v1.0.4
2922026-08-25T07:29:58.213Z Downloaded dof v0.3.0
2932026-08-25T07:29:58.213Z Downloaded unicode-linebreak v0.1.5
2942026-08-25T07:29:58.213Z Downloaded serde_spanned v0.6.9
2952026-08-25T07:29:58.213Z Downloaded crypto-common v0.1.7
2962026-08-25T07:29:58.213Z Downloaded errno v0.3.14
2972026-08-25T07:29:58.213Z Downloaded strsim v0.11.1
2982026-08-25T07:29:58.239Z Downloaded toml_datetime v0.6.11
2992026-08-25T07:29:58.239Z Downloaded dtrace-parser v0.2.0
3002026-08-25T07:29:58.239Z Downloaded pretty-hex v0.4.1
3012026-08-25T07:29:58.239Z Downloaded memmap v0.7.0
3022026-08-25T07:29:58.239Z Downloaded thread-id v4.2.2
3032026-08-25T07:29:58.239Z Downloaded usdt-attr-macro v0.5.0
3042026-08-25T07:29:58.239Z Downloaded plain v0.2.3
3052026-08-25T07:29:58.253Z Downloaded digest v0.10.7
3062026-08-25T07:29:58.254Z Downloaded cpufeatures v0.2.17
3072026-08-25T07:29:58.254Z Downloaded bytecount v0.6.9
3082026-08-25T07:29:58.254Z Downloaded fs-err v3.3.0
3092026-08-25T07:29:58.254Z Downloaded anstyle v1.0.14
3102026-08-25T07:29:58.254Z Downloaded anstyle-parse v1.0.0
3112026-08-25T07:29:58.254Z Downloaded terminal_size v0.4.3
3122026-08-25T07:29:58.269Z Downloaded toml_write v0.1.2
3132026-08-25T07:29:58.269Z Downloaded tabled_derive v0.7.0
3142026-08-25T07:29:58.269Z Downloaded scroll_derive v0.12.1
3152026-08-25T07:29:58.269Z Downloaded smawk v0.3.2
3162026-08-25T07:29:58.269Z Downloaded usdt-macro v0.5.0
3172026-08-25T07:29:58.269Z Downloaded is_terminal_polyfill v1.70.2
3182026-08-25T07:29:58.269Z Downloaded colorchoice v1.0.4
3192026-08-25T07:29:58.274Z Downloaded cargo_toml v0.21.0
3202026-08-25T07:29:58.274Z Downloaded usdt-impl v0.5.0
3212026-08-25T07:29:58.274Z Downloaded serde_tokenstream v0.2.3
3222026-08-25T07:29:58.274Z Downloaded sha2 v0.10.9
3232026-08-25T07:29:58.288Z Downloaded thiserror-impl v1.0.69
3242026-08-25T07:29:58.297Z Downloaded quote v1.0.45
3252026-08-25T07:29:58.297Z Downloaded anstream v1.0.0
3262026-08-25T07:29:58.297Z Downloaded once_cell v1.21.3
3272026-08-25T07:29:58.297Z Downloaded bitflags v2.11.0
3282026-08-25T07:29:58.297Z Downloaded tempfile v3.27.0
3292026-08-25T07:29:58.297Z Downloaded camino-tempfile v1.4.1
3302026-08-25T07:29:58.303Z Downloaded pest_generator v2.8.6
3312026-08-25T07:29:58.303Z Downloaded cargo_metadata v0.23.1
3322026-08-25T07:29:58.303Z Downloaded clap_derive v4.6.1
3332026-08-25T07:29:58.306Z Downloaded proc-macro-error v1.0.4
3342026-08-25T07:29:58.307Z Downloaded thiserror-impl v2.0.18
3352026-08-25T07:29:58.315Z Downloaded thiserror v1.0.69
3362026-08-25T07:29:58.321Z Downloaded semver v1.0.28
3372026-08-25T07:29:58.321Z Downloaded camino v1.2.5
3382026-08-25T07:29:58.328Z Downloaded byteorder v1.5.0
3392026-08-25T07:29:58.328Z Downloaded ucd-trie v0.1.7
3402026-08-25T07:29:58.340Z Downloaded getrandom v0.4.3
3412026-08-25T07:29:58.355Z Downloaded toml v0.8.23
3422026-08-25T07:29:58.359Z Downloaded log v0.4.33
3432026-08-25T07:29:58.359Z Downloaded papergrid v0.11.0
3442026-08-25T07:29:58.359Z Downloaded scroll v0.12.0
3452026-08-25T07:29:58.359Z Downloaded pest_derive v2.8.6
3462026-08-25T07:29:58.365Z Downloaded unicode-ident v1.0.24
3472026-08-25T07:29:58.365Z Downloaded serde_derive v1.0.229
3482026-08-25T07:29:58.365Z Downloaded serde_core v1.0.229
3492026-08-25T07:29:58.369Z Downloaded clap v4.6.1
3502026-08-25T07:29:58.402Z Downloaded textwrap v0.16.2
3512026-08-25T07:29:58.408Z Downloaded proc-macro2 v1.0.106
3522026-08-25T07:29:58.413Z Downloaded memchr v2.8.0
3532026-08-25T07:29:58.413Z Downloaded serde v1.0.229
3542026-08-25T07:29:58.424Z Downloaded toml_edit v0.22.27
3552026-08-25T07:29:58.424Z Downloaded indexmap v2.14.0
3562026-08-25T07:29:58.439Z Downloaded typenum v1.20.1
3572026-08-25T07:29:58.471Z Downloaded pest v2.8.6
3582026-08-25T07:29:58.520Z Downloaded clap_builder v4.6.0
3592026-08-25T07:29:58.529Z Downloaded hashbrown v0.17.0
3602026-08-25T07:29:58.529Z Downloaded serde_json v1.0.151
3612026-08-25T07:29:58.529Z Downloaded goblin v0.8.2
3622026-08-25T07:29:58.529Z Downloaded tabled v0.15.0
3632026-08-25T07:29:58.560Z Downloaded syn v1.0.109
3642026-08-25T07:29:58.566Z Downloaded unicode-width v0.1.14
3652026-08-25T07:29:58.570Z Downloaded syn v2.0.117
3662026-08-25T07:29:58.574Z Downloaded unicode-width v0.2.0
3672026-08-25T07:29:58.596Z Downloaded syn v3.0.3
3682026-08-25T07:29:58.611Z Downloaded rustix v1.1.4
3692026-08-25T07:29:58.637Z Downloaded libc v0.2.185
3702026-08-25T07:29:58.697Z Compiling proc-macro2 v1.0.106
3712026-08-25T07:29:58.697Z Compiling unicode-ident v1.0.24
3722026-08-25T07:29:58.697Z Compiling quote v1.0.45
3732026-08-25T07:29:58.709Z Compiling serde_core v1.0.229
3742026-08-25T07:29:58.709Z Compiling libc v0.2.185
3752026-08-25T07:29:58.709Z Compiling version_check v0.9.5
3762026-08-25T07:29:58.709Z Compiling memchr v2.8.0
3772026-08-25T07:29:58.709Z Compiling serde v1.0.229
3782026-08-25T07:29:58.882Z Compiling zmij v1.0.21
3792026-08-25T07:29:58.893Z Compiling itoa v1.0.17
3802026-08-25T07:29:58.893Z Compiling thiserror v1.0.69
3812026-08-25T07:29:58.893Z Compiling ucd-trie v0.1.7
3822026-08-25T07:29:58.893Z Compiling rustix v1.1.4
3832026-08-25T07:29:58.893Z Compiling byteorder v1.5.0
3842026-08-25T07:29:59.104Z Compiling bitflags v2.11.0
3852026-08-25T07:29:59.258Z Compiling serde_json v1.0.151
3862026-08-25T07:29:59.322Z Compiling pest v2.8.6
3872026-08-25T07:29:59.336Z Compiling usdt-impl v0.5.0
3882026-08-25T07:29:59.375Z Compiling proc-macro-error-attr v1.0.4
3892026-08-25T07:29:59.412Z Compiling syn v1.0.109
3902026-08-25T07:29:59.460Z Compiling camino v1.2.5
3912026-08-25T07:29:59.565Z Compiling proc-macro-error v1.0.4
3922026-08-25T07:29:59.584Z Compiling utf8parse v0.2.2
3932026-08-25T07:29:59.584Z Compiling getrandom v0.4.3
3942026-08-25T07:29:59.681Z Compiling equivalent v1.0.2
3952026-08-25T07:29:59.728Z Compiling log v0.4.33
3962026-08-25T07:29:59.775Z Compiling plain v0.2.3
3972026-08-25T07:29:59.850Z Compiling hashbrown v0.17.0
3982026-08-25T07:30:00.077Z Compiling anstyle-parse v1.0.0
3992026-08-25T07:30:00.077Z Compiling colorchoice v1.0.4
4002026-08-25T07:30:00.077Z Compiling autocfg v1.5.0
4012026-08-25T07:30:00.093Z Compiling winnow v0.7.14
4022026-08-25T07:30:00.093Z Compiling anstyle-query v1.1.5
4032026-08-25T07:30:00.093Z Compiling errno v0.3.14
4042026-08-25T07:30:00.093Z Compiling thread-id v4.2.2
4052026-08-25T07:30:00.093Z Compiling is_terminal_polyfill v1.70.2
4062026-08-25T07:30:00.093Z Compiling toml_write v0.1.2
4072026-08-25T07:30:00.132Z Compiling cfg-if v1.0.4
4082026-08-25T07:30:00.132Z Compiling pretty-hex v0.4.1
4092026-08-25T07:30:00.178Z Compiling thiserror v2.0.18
4102026-08-25T07:30:00.205Z Compiling anstyle v1.0.14
4112026-08-25T07:30:00.222Z Compiling once_cell v1.21.3
4122026-08-25T07:30:00.270Z Compiling fnv v1.0.7
4132026-08-25T07:30:00.315Z Compiling clap_lex v1.0.0
4142026-08-25T07:30:00.431Z Compiling syn v2.0.117
4152026-08-25T07:30:00.476Z Compiling syn v3.0.3
4162026-08-25T07:30:00.476Z Compiling pest_meta v2.8.6
4172026-08-25T07:30:00.476Z Compiling indexmap v2.14.0
4182026-08-25T07:30:00.513Z Compiling anstream v1.0.0
4192026-08-25T07:30:00.513Z Compiling fs-err v3.3.0
4202026-08-25T07:30:00.525Z Compiling anyhow v1.0.104
4212026-08-25T07:30:00.574Z Compiling heck v0.4.1
4222026-08-25T07:30:00.676Z Compiling heck v0.5.0
4232026-08-25T07:30:00.770Z Compiling bytecount v0.6.9
4242026-08-25T07:30:00.799Z Compiling unicode-width v0.1.14
4252026-08-25T07:30:00.837Z Compiling fastrand v2.3.0
4262026-08-25T07:30:00.867Z Compiling strsim v0.11.1
4272026-08-25T07:30:00.968Z Compiling memmap v0.7.0
4282026-08-25T07:30:01.242Z Compiling smawk v0.3.2
4292026-08-25T07:30:01.242Z Compiling unicode-linebreak v0.1.5
4302026-08-25T07:30:01.276Z Compiling terminal_size v0.4.3
4312026-08-25T07:30:01.276Z Compiling tempfile v3.27.0
4322026-08-25T07:30:01.276Z Compiling papergrid v0.11.0
4332026-08-25T07:30:01.276Z Compiling unicode-width v0.2.0
4342026-08-25T07:30:01.276Z Compiling clap_builder v4.6.0
4352026-08-25T07:30:01.276Z Compiling swrite v0.1.0
4362026-08-25T07:30:01.354Z Compiling textwrap v0.16.2
4372026-08-25T07:30:01.527Z Compiling semver v1.0.28
4382026-08-25T07:30:01.604Z Compiling cargo-platform v0.3.2
4392026-08-25T07:30:01.778Z Compiling camino-tempfile v1.4.1
4402026-08-25T07:30:01.940Z Compiling tabled_derive v0.7.0
4412026-08-25T07:30:01.999Z Compiling serde_derive v1.0.229
4422026-08-25T07:30:02.624Z Compiling pest_generator v2.8.6
4432026-08-25T07:30:02.753Z Compiling tabled v0.15.0
4442026-08-25T07:30:03.128Z Compiling thiserror-impl v1.0.69
4452026-08-25T07:30:03.128Z Compiling zerocopy-derive v0.7.35
4462026-08-25T07:30:03.128Z Compiling scroll_derive v0.12.1
4472026-08-25T07:30:03.272Z Compiling thiserror-impl v2.0.18
4482026-08-25T07:30:03.272Z Compiling clap_derive v4.6.1
4492026-08-25T07:30:03.272Z Compiling pest_derive v2.8.6
4502026-08-25T07:30:03.763Z Compiling scroll v0.12.0
4512026-08-25T07:30:03.891Z Compiling zerocopy v0.7.35
4522026-08-25T07:30:03.922Z Compiling goblin v0.8.2
4532026-08-25T07:30:04.048Z Compiling dtrace-parser v0.2.0
4542026-08-25T07:30:04.374Z Compiling dof v0.3.0
4552026-08-25T07:30:04.374Z Compiling serde_tokenstream v0.2.3
4562026-08-25T07:30:04.436Z Compiling toml_datetime v0.6.11
4572026-08-25T07:30:04.437Z Compiling serde_spanned v0.6.9
4582026-08-25T07:30:04.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4592026-08-25T07:30:04.437Z Compiling macaddr v1.0.1
4602026-08-25T07:30:04.437Z Compiling cargo_metadata v0.23.1
4612026-08-25T07:30:04.512Z Compiling clap v4.6.1
4622026-08-25T07:30:04.652Z Compiling toml_edit v0.22.27
4632026-08-25T07:30:04.999Z Compiling usdt-macro v0.5.0
4642026-08-25T07:30:05.045Z Compiling usdt-attr-macro v0.5.0
4652026-08-25T07:30:05.837Z Compiling toml v0.8.23
4662026-08-25T07:30:06.223Z Compiling cargo_toml v0.21.0
4672026-08-25T07:30:06.498Z Compiling usdt v0.5.0
4682026-08-25T07:30:07.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692026-08-25T07:30:09.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s
4702026-08-25T07:30:09.808Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4712026-08-25T07:30:10.237Z Downloading crates ...
4722026-08-25T07:30:10.283Z Downloaded async-recursion v1.1.1
4732026-08-25T07:30:10.300Z Downloaded assert_matches v1.5.0
4742026-08-25T07:30:10.300Z Downloaded addr2line v0.25.1
4752026-08-25T07:30:10.300Z Downloaded async-trait v0.1.89
4762026-08-25T07:30:10.300Z Downloaded adler2 v2.0.1
4772026-08-25T07:30:10.300Z Downloaded aead v0.5.2
4782026-08-25T07:30:10.300Z Downloaded block-padding v0.4.2
4792026-08-25T07:30:10.339Z Downloaded ascii-canvas v3.0.0
4802026-08-25T07:30:10.339Z Downloaded backtrace-ext v0.2.1
4812026-08-25T07:30:10.340Z Downloaded base16ct v1.0.0
4822026-08-25T07:30:10.340Z Downloaded const-oid v0.10.2
4832026-08-25T07:30:10.340Z Downloaded env_filter v2.0.0
4842026-08-25T07:30:10.340Z Downloaded foreign-types-shared v0.1.1
4852026-08-25T07:30:10.340Z Downloaded form_urlencoded v1.2.2
4862026-08-25T07:30:10.340Z Downloaded fs-err v2.11.0
4872026-08-25T07:30:10.340Z Downloaded aead v0.6.1
4882026-08-25T07:30:10.340Z Downloaded arrayref v0.3.9
4892026-08-25T07:30:10.340Z Downloaded bcs v0.1.6
4902026-08-25T07:30:10.340Z Downloaded bb8 v0.8.6
4912026-08-25T07:30:10.340Z Downloaded enum-as-inner v0.6.1
4922026-08-25T07:30:10.340Z Downloaded foldhash v0.2.0
4932026-08-25T07:30:10.340Z Downloaded futures-macro v0.3.32
4942026-08-25T07:30:10.340Z Downloaded float-cmp v0.10.0
4952026-08-25T07:30:10.340Z Downloaded foreign-types-shared v0.3.1
4962026-08-25T07:30:10.340Z Downloaded fs_extra v1.3.0
4972026-08-25T07:30:10.340Z Downloaded base16ct v0.2.0
4982026-08-25T07:30:10.340Z Downloaded foreign-types v0.3.2
4992026-08-25T07:30:10.340Z Downloaded futures-core v0.3.32
5002026-08-25T07:30:10.340Z Downloaded getrandom v0.2.17
5012026-08-25T07:30:10.340Z Downloaded async-stream v0.3.6
5022026-08-25T07:30:10.340Z Downloaded atty v0.2.14
5032026-08-25T07:30:10.340Z Downloaded bit-set v0.5.3
5042026-08-25T07:30:10.341Z Downloaded float-ord v0.3.2
5052026-08-25T07:30:10.341Z Downloaded anstyle-parse v0.2.7
5062026-08-25T07:30:10.341Z Downloaded flagset v0.4.7
5072026-08-25T07:30:10.341Z Downloaded foldhash v0.1.5
5082026-08-25T07:30:10.341Z Downloaded cfg_aliases v0.1.1
5092026-08-25T07:30:10.341Z Downloaded futures-task v0.3.32
5102026-08-25T07:30:10.341Z Downloaded futures-sink v0.3.32
5112026-08-25T07:30:10.341Z Downloaded bitfield-struct v0.6.2
5122026-08-25T07:30:10.341Z Downloaded gethostname v0.5.0
5132026-08-25T07:30:10.341Z Downloaded bit-set v0.8.0
5142026-08-25T07:30:10.341Z Downloaded bitfield-macros v0.19.4
5152026-08-25T07:30:10.341Z Downloaded foreign-types-macros v0.2.3
5162026-08-25T07:30:10.341Z Downloaded ahash v0.8.12
5172026-08-25T07:30:10.360Z Downloaded anstream v0.6.21
5182026-08-25T07:30:10.360Z Downloaded bit-vec v0.8.0
5192026-08-25T07:30:10.361Z Downloaded futures-io v0.3.32
5202026-08-25T07:30:10.361Z Downloaded hash32 v0.3.1
5212026-08-25T07:30:10.361Z Downloaded endian-type v0.1.2
5222026-08-25T07:30:10.361Z Downloaded atomic-waker v1.1.2
5232026-08-25T07:30:10.361Z Downloaded bcrypt-pbkdf v0.11.0
5242026-08-25T07:30:10.361Z Downloaded atomicwrites v0.4.4
5252026-08-25T07:30:10.361Z Downloaded find-msvc-tools v0.1.9
5262026-08-25T07:30:10.361Z Downloaded castaway v0.2.4
5272026-08-25T07:30:10.361Z Downloaded futures v0.3.32
5282026-08-25T07:30:10.389Z Downloaded ghash v0.6.0
5292026-08-25T07:30:10.390Z Downloaded funty v2.0.0
5302026-08-25T07:30:10.390Z Downloaded fixedbitset v0.4.2
5312026-08-25T07:30:10.390Z Downloaded argon2 v0.5.3
5322026-08-25T07:30:10.390Z Downloaded bitfield v0.19.4
5332026-08-25T07:30:10.390Z Downloaded cfg_aliases v0.2.1
5342026-08-25T07:30:10.390Z Downloaded hex v0.4.3
5352026-08-25T07:30:10.390Z Downloaded fd-lock v4.0.4
5362026-08-25T07:30:10.390Z Downloaded hubpack v0.1.2
5372026-08-25T07:30:10.390Z Downloaded ciborium-ll v0.2.2
5382026-08-25T07:30:10.390Z Downloaded fxhash v0.2.1
5392026-08-25T07:30:10.390Z Downloaded hash32 v0.2.1
5402026-08-25T07:30:10.390Z Downloaded hex-literal v1.1.0
5412026-08-25T07:30:10.390Z Downloaded async-stream-impl v0.3.6
5422026-08-25T07:30:10.390Z Downloaded enum_dispatch v0.3.13
5432026-08-25T07:30:10.434Z Downloaded fixedbitset v0.5.7
5442026-08-25T07:30:10.434Z Downloaded httpdate v1.0.3
5452026-08-25T07:30:10.434Z Downloaded headers-core v0.3.0
5462026-08-25T07:30:10.434Z Downloaded block-buffer v0.12.1
5472026-08-25T07:30:10.434Z Downloaded ciborium-io v0.2.2
5482026-08-25T07:30:10.434Z Downloaded foreign-types v0.5.0
5492026-08-25T07:30:10.434Z Downloaded cobs v0.3.0
5502026-08-25T07:30:10.434Z Downloaded globwalk v0.9.1
5512026-08-25T07:30:10.434Z Downloaded http-range v0.1.5
5522026-08-25T07:30:10.434Z Downloaded hostname v0.3.1
5532026-08-25T07:30:10.434Z Downloaded home v0.5.12
5542026-08-25T07:30:10.434Z Downloaded hubpack_derive v0.1.1
5552026-08-25T07:30:10.434Z Downloaded ff v0.14.0
5562026-08-25T07:30:10.434Z Downloaded group v0.13.0
5572026-08-25T07:30:10.434Z Downloaded getrandom v0.3.4
5582026-08-25T07:30:10.434Z Downloaded hostname v0.4.2
5592026-08-25T07:30:10.491Z Downloaded arrayvec v0.7.6
5602026-08-25T07:30:10.491Z Downloaded array-init v0.0.4
5612026-08-25T07:30:10.495Z Downloaded console v0.15.11
5622026-08-25T07:30:10.495Z Downloaded bit-vec v0.6.3
5632026-08-25T07:30:10.495Z Downloaded bs58 v0.5.1
5642026-08-25T07:30:10.495Z Downloaded clang-sys v1.8.1
5652026-08-25T07:30:10.495Z Downloaded oxide-generation-macros v0.2.0
5662026-08-25T07:30:10.495Z Downloaded http-body v1.0.1
5672026-08-25T07:30:10.496Z Downloaded nodrop v0.1.14
5682026-08-25T07:30:10.496Z Downloaded normalize-line-endings v0.3.0
5692026-08-25T07:30:10.496Z Downloaded num-conv v0.2.0
5702026-08-25T07:30:10.496Z Downloaded nibble_vec v0.1.0
5712026-08-25T07:30:10.496Z Downloaded num_threads v0.1.7
5722026-08-25T07:30:10.496Z Downloaded erased-serde v0.3.31
5732026-08-25T07:30:10.497Z Downloaded parse-display v0.10.0
5742026-08-25T07:30:10.497Z Downloaded git-stub-vcs v0.1.0
5752026-08-25T07:30:10.497Z Downloaded futures-executor v0.3.32
5762026-08-25T07:30:10.497Z Downloaded proc-macro-crate v1.3.1
5772026-08-25T07:30:10.497Z Downloaded proc-macro-crate v3.4.0
5782026-08-25T07:30:10.497Z Downloaded powerfmt v0.2.0
5792026-08-25T07:30:10.497Z Downloaded precomputed-hash v0.1.1
5802026-08-25T07:30:10.497Z Downloaded progenitor-macro v0.14.0
5812026-08-25T07:30:10.498Z Downloaded cassowary v0.3.0
5822026-08-25T07:30:10.498Z Downloaded cbc v0.2.1
5832026-08-25T07:30:10.498Z Downloaded compression-codecs v0.4.37
5842026-08-25T07:30:10.498Z Downloaded compression-core v0.4.31
5852026-08-25T07:30:10.498Z Downloaded cmov v0.5.4
5862026-08-25T07:30:10.498Z Downloaded filetime v0.2.27
5872026-08-25T07:30:10.499Z Downloaded byte-wrapper v0.1.0
5882026-08-25T07:30:10.499Z Downloaded camino-tempfile-ext v0.3.3
5892026-08-25T07:30:10.499Z Downloaded env_logger v0.11.11
5902026-08-25T07:30:10.531Z Downloaded git-stub v1.0.0
5912026-08-25T07:30:10.531Z Downloaded highway v1.3.0
5922026-08-25T07:30:10.531Z Downloaded humantime v2.3.0
5932026-08-25T07:30:10.531Z Downloaded http-body-util v0.1.3
5942026-08-25T07:30:10.532Z Downloaded ff v0.13.1
5952026-08-25T07:30:10.532Z Downloaded glob v0.3.3
5962026-08-25T07:30:10.532Z Downloaded globset v0.4.18
5972026-08-25T07:30:10.532Z Downloaded backoff v0.4.0
5982026-08-25T07:30:10.532Z Downloaded cmake v0.1.57
5992026-08-25T07:30:10.532Z Downloaded buf-list v1.1.2
6002026-08-25T07:30:10.532Z Downloaded cipher v0.4.4
6012026-08-25T07:30:10.532Z Downloaded scopeguard v1.2.0
6022026-08-25T07:30:10.532Z Downloaded same-file v1.0.6
6032026-08-25T07:30:10.532Z Downloaded secrecy v0.8.0
6042026-08-25T07:30:10.532Z Downloaded sha1 v0.10.6
6052026-08-25T07:30:10.532Z Downloaded chacha20 v0.9.1
6062026-08-25T07:30:10.532Z Downloaded signature v2.2.0
6072026-08-25T07:30:10.532Z Downloaded blowfish v0.10.0
6082026-08-25T07:30:10.532Z Downloaded cexpr v0.6.0
6092026-08-25T07:30:10.532Z Downloaded slog-envlogger v2.2.0
6102026-08-25T07:30:10.532Z Downloaded supports-unicode v3.0.0
6112026-08-25T07:30:10.533Z Downloaded argon2 v0.6.0-rc.8
6122026-08-25T07:30:10.533Z Downloaded backon v1.6.0
6132026-08-25T07:30:10.533Z Downloaded allocator-api2 v0.2.21
6142026-08-25T07:30:10.533Z Downloaded group v0.14.0
6152026-08-25T07:30:10.533Z Downloaded num-complex v0.4.6
6162026-08-25T07:30:10.533Z Downloaded blake2 v0.10.6
6172026-08-25T07:30:10.533Z Downloaded sqlparser_derive v0.5.0
6182026-08-25T07:30:10.533Z Downloaded structmeta v0.3.0
6192026-08-25T07:30:10.533Z Downloaded peg v0.8.5
6202026-08-25T07:30:10.533Z Downloaded topological-sort v0.2.2
6212026-08-25T07:30:10.588Z Downloaded rand_core v0.9.5
6222026-08-25T07:30:10.588Z Downloaded progenitor-extras v0.2.0
6232026-08-25T07:30:10.588Z Downloaded base64ct v1.8.3
6242026-08-25T07:30:10.588Z Downloaded bzip2 v0.4.4
6252026-08-25T07:30:10.588Z Downloaded tap v1.0.1
6262026-08-25T07:30:10.588Z Downloaded thiserror-impl-no-std v2.0.2
6272026-08-25T07:30:10.588Z Downloaded async-bb8-diesel v0.2.1
6282026-08-25T07:30:10.588Z Downloaded colored v2.2.0
6292026-08-25T07:30:10.588Z Downloaded colored v3.1.1
6302026-08-25T07:30:10.589Z Downloaded ppv-lite86 v0.2.21
6312026-08-25T07:30:10.589Z Downloaded rand_seeder v0.4.0
6322026-08-25T07:30:10.589Z Downloaded fallible-iterator v0.2.0
6332026-08-25T07:30:10.589Z Downloaded blake2 v0.11.0-rc.6
6342026-08-25T07:30:10.589Z Downloaded chacha20 v0.10.0
6352026-08-25T07:30:10.589Z Downloaded const-oid v0.9.6
6362026-08-25T07:30:10.589Z Downloaded httparse v1.10.1
6372026-08-25T07:30:10.590Z Downloaded half v1.8.3
6382026-08-25T07:30:10.590Z Downloaded bitflags v1.3.2
6392026-08-25T07:30:10.590Z Downloaded cancel-safe-futures v0.1.5
6402026-08-25T07:30:10.590Z Downloaded cipher v0.5.2
6412026-08-25T07:30:10.590Z Downloaded rpassword v7.5.4
6422026-08-25T07:30:10.590Z Downloaded untrusted v0.9.0
6432026-08-25T07:30:10.590Z Downloaded usdt-macro v0.6.0
6442026-08-25T07:30:10.590Z Downloaded flume v0.11.1
6452026-08-25T07:30:10.599Z Downloaded console v0.16.2
6462026-08-25T07:30:10.599Z Downloaded hybrid-array v0.4.13
6472026-08-25T07:30:10.599Z Downloaded serde-hex v0.1.0
6482026-08-25T07:30:10.600Z Downloaded fatfs v0.3.6
6492026-08-25T07:30:10.600Z Downloaded compact_str v0.8.1
6502026-08-25T07:30:10.600Z Downloaded serde_derive_internals v0.29.1
6512026-08-25T07:30:10.600Z Downloaded serde_tokenstream v0.3.0
6522026-08-25T07:30:10.600Z Downloaded serde_with_macros v1.5.2
6532026-08-25T07:30:10.600Z Downloaded slog-json v2.6.1
6542026-08-25T07:30:10.600Z Downloaded wait-timeout v0.2.1
6552026-08-25T07:30:10.600Z Downloaded xattr v1.6.1
6562026-08-25T07:30:10.600Z Downloaded sha1 v0.11.0
6572026-08-25T07:30:10.600Z Downloaded slog-dtrace v0.3.0
6582026-08-25T07:30:10.600Z Downloaded spki v0.8.0
6592026-08-25T07:30:10.600Z Downloaded zerofrom v0.1.6
6602026-08-25T07:30:10.601Z Downloaded zerofrom-derive v0.1.6
6612026-08-25T07:30:10.601Z Downloaded hyper-rustls v0.27.7
6622026-08-25T07:30:10.601Z Downloaded futures-channel v0.3.32
6632026-08-25T07:30:10.601Z Downloaded zone v0.3.1
6642026-08-25T07:30:10.601Z Downloaded cpubits v0.1.1
6652026-08-25T07:30:10.601Z Downloaded crc-catalog v2.4.0
6662026-08-25T07:30:10.601Z Downloaded hmac v0.13.0
6672026-08-25T07:30:10.601Z Downloaded bzip2 v0.6.1
6682026-08-25T07:30:10.601Z Downloaded pkcs1 v0.7.5
6692026-08-25T07:30:10.601Z Downloaded oxnet v0.1.6
6702026-08-25T07:30:10.601Z Downloaded pkcs1 v0.8.0-rc.4
6712026-08-25T07:30:10.601Z Downloaded parking_lot_core v0.8.6
6722026-08-25T07:30:10.601Z Downloaded parking_lot_core v0.9.12
6732026-08-25T07:30:10.601Z Downloaded crc8 v0.1.1
6742026-08-25T07:30:10.602Z Downloaded cstr-argument v0.1.2
6752026-08-25T07:30:10.602Z Downloaded poly1305 v0.9.0
6762026-08-25T07:30:10.602Z Downloaded ssh-cipher v0.3.0
6772026-08-25T07:30:10.602Z Downloaded string_cache v0.8.9
6782026-08-25T07:30:10.602Z Downloaded strum_macros v0.24.3
6792026-08-25T07:30:10.602Z Downloaded strum_macros v0.26.4
6802026-08-25T07:30:10.602Z Downloaded darling_macro v0.20.11
6812026-08-25T07:30:10.602Z Downloaded darling_macro v0.13.4
6822026-08-25T07:30:10.602Z Downloaded untrusted v0.7.1
6832026-08-25T07:30:10.602Z Downloaded display-error-chain v0.2.2
6842026-08-25T07:30:10.602Z Downloaded hmac v0.12.1
6852026-08-25T07:30:10.603Z Downloaded dropshot-api-manager-types v0.8.0
6862026-08-25T07:30:10.603Z Downloaded tls_codec_derive v0.4.2
6872026-08-25T07:30:10.603Z Downloaded tokio-test v0.4.5
6882026-08-25T07:30:10.603Z Downloaded tokio-tungstenite v0.21.0
6892026-08-25T07:30:10.603Z Downloaded dunce v1.0.5
6902026-08-25T07:30:10.696Z Downloaded indent_write v2.2.0
6912026-08-25T07:30:10.697Z Downloaded ciborium v0.2.2
6922026-08-25T07:30:10.752Z Downloaded rustls-pki-types v1.14.0
6932026-08-25T07:30:10.752Z Downloaded unicase v2.9.0
6942026-08-25T07:30:10.752Z Downloaded internet-checksum v0.2.1
6952026-08-25T07:30:10.752Z Downloaded expectorate v1.2.0
6962026-08-25T07:30:10.752Z Downloaded whoami v1.6.1
6972026-08-25T07:30:10.752Z Downloaded elliptic-curve v0.14.1
6982026-08-25T07:30:10.752Z Downloaded keccak v0.1.6
6992026-08-25T07:30:10.752Z Downloaded mime v0.3.17
7002026-08-25T07:30:10.752Z Downloaded lru v0.12.5
7012026-08-25T07:30:10.752Z Downloaded oxide-update-engine-types v0.1.2
7022026-08-25T07:30:10.752Z Downloaded convert_case v0.10.0
7032026-08-25T07:30:10.753Z Downloaded deranged v0.5.8
7042026-08-25T07:30:10.753Z Downloaded kstat-rs v0.2.5
7052026-08-25T07:30:10.753Z Downloaded oso v0.27.3
7062026-08-25T07:30:10.753Z Downloaded csv-core v0.1.13
7072026-08-25T07:30:10.753Z Downloaded managed v0.8.0
7082026-08-25T07:30:10.753Z Downloaded md-5 v0.10.6
7092026-08-25T07:30:10.753Z Downloaded openssl-probe v0.2.1
7102026-08-25T07:30:10.753Z Downloaded num-derive v0.4.2
7112026-08-25T07:30:10.753Z Downloaded generic-array v1.4.3
7122026-08-25T07:30:10.753Z Downloaded tinystr v0.8.2
7132026-08-25T07:30:10.753Z Downloaded ena v0.14.4
7142026-08-25T07:30:10.753Z Downloaded postcard v1.1.3
7152026-08-25T07:30:10.753Z Downloaded percent-encoding v2.3.2
7162026-08-25T07:30:10.753Z Downloaded hyper-staticfile v0.10.1
7172026-08-25T07:30:10.753Z Downloaded displaydoc v0.2.5
7182026-08-25T07:30:10.753Z Downloaded ed25519 v2.2.3
7192026-08-25T07:30:10.754Z Downloaded digest v0.11.3
7202026-08-25T07:30:10.754Z Downloaded phf_shared v0.11.3
7212026-08-25T07:30:10.754Z Downloaded predicates-tree v1.0.13
7222026-08-25T07:30:10.754Z Downloaded rand_chacha v0.3.1
7232026-08-25T07:30:10.754Z Downloaded progenitor-client v0.14.0
7242026-08-25T07:30:10.754Z Downloaded quick-error v1.2.3
7252026-08-25T07:30:10.754Z Downloaded recursive v0.1.1
7262026-08-25T07:30:10.754Z Downloaded russh-util v0.52.0
7272026-08-25T07:30:10.754Z Downloaded base64 v0.21.7
7282026-08-25T07:30:10.754Z Downloaded arc-swap v1.8.2
7292026-08-25T07:30:10.754Z Downloaded chacha20poly1305 v0.10.1
7302026-08-25T07:30:10.754Z Downloaded slog v2.8.2
7312026-08-25T07:30:10.754Z Downloaded socket2 v0.5.10
7322026-08-25T07:30:10.754Z Downloaded vergen-lib v9.1.0
7332026-08-25T07:30:10.754Z Downloaded zerocopy v0.6.6
7342026-08-25T07:30:10.754Z Downloaded libsw-core v0.3.2
7352026-08-25T07:30:10.754Z Downloaded scroll_derive v0.13.1
7362026-08-25T07:30:10.755Z Downloaded serde_bytes v0.11.19
7372026-08-25T07:30:10.755Z Downloaded rtoolbox v0.0.3
7382026-08-25T07:30:10.755Z Downloaded vergen v9.1.0
7392026-08-25T07:30:10.755Z Downloaded miette-derive v7.6.0
7402026-08-25T07:30:10.755Z Downloaded heapless v0.8.0
7412026-08-25T07:30:10.755Z Downloaded chumsky v0.9.3
7422026-08-25T07:30:10.755Z Downloaded ar_archive_writer v0.5.1
7432026-08-25T07:30:10.795Z Downloaded base64 v0.22.1
7442026-08-25T07:30:10.795Z Downloaded half v2.7.1
7452026-08-25T07:30:10.796Z Downloaded ingot v0.2.1
7462026-08-25T07:30:10.796Z Downloaded bytes v1.11.1
7472026-08-25T07:30:10.796Z Downloaded darling v0.21.3
7482026-08-25T07:30:10.796Z Downloaded signal-hook v0.3.18
7492026-08-25T07:30:10.796Z Downloaded strip-ansi-escapes v0.2.1
7502026-08-25T07:30:10.796Z Downloaded subtle v2.6.1
7512026-08-25T07:30:10.796Z Downloaded time-core v0.1.8
7522026-08-25T07:30:10.796Z Downloaded crc32fast v1.5.0
7532026-08-25T07:30:10.796Z Downloaded knus-derive v3.4.0
7542026-08-25T07:30:10.796Z Downloaded multimap v0.10.1
7552026-08-25T07:30:10.796Z Downloaded tagptr v0.2.0
7562026-08-25T07:30:10.796Z Downloaded nanorand v0.7.0
7572026-08-25T07:30:10.796Z Downloaded num-rational v0.4.2
7582026-08-25T07:30:10.796Z Downloaded num_enum v0.5.11
7592026-08-25T07:30:10.796Z Downloaded sync-ptr v0.1.4
7602026-08-25T07:30:10.796Z Downloaded flate2 v1.1.9
7612026-08-25T07:30:10.796Z Downloaded papergrid v0.18.0
7622026-08-25T07:30:10.796Z Downloaded oxide-generation v0.1.3
7632026-08-25T07:30:10.796Z Downloaded packed_struct v0.10.1
7642026-08-25T07:30:10.796Z Downloaded paste v1.0.15
7652026-08-25T07:30:10.796Z Downloaded pin-project-lite v0.2.17
7662026-08-25T07:30:10.796Z Downloaded pkcs8 v0.10.2
7672026-08-25T07:30:10.796Z Downloaded tungstenite v0.21.0
7682026-08-25T07:30:10.796Z Downloaded tungstenite v0.23.0
7692026-08-25T07:30:10.797Z Downloaded pin-project-internal v1.1.11
7702026-08-25T07:30:10.797Z Downloaded rand_core v0.10.0
7712026-08-25T07:30:10.797Z Downloaded parse-display-derive v0.10.0
7722026-08-25T07:30:10.797Z Downloaded proc-macro-error2 v2.0.1
7732026-08-25T07:30:10.797Z Downloaded utf-8 v0.7.6
7742026-08-25T07:30:10.876Z Downloaded unit-prefix v0.5.2
7752026-08-25T07:30:10.876Z Downloaded signal-hook-registry v1.4.8
7762026-08-25T07:30:10.876Z Downloaded simd-adler32 v0.3.8
7772026-08-25T07:30:10.876Z Downloaded cc v1.2.56
7782026-08-25T07:30:10.876Z Downloaded backtrace v0.3.76
7792026-08-25T07:30:10.876Z Downloaded scuffle v0.1.0
7802026-08-25T07:30:10.876Z Downloaded similar v2.7.0
7812026-08-25T07:30:10.876Z Downloaded rustls-native-certs v0.8.3
7822026-08-25T07:30:10.876Z Downloaded scroll v0.13.0
7832026-08-25T07:30:10.877Z Downloaded scrypt v0.12.0
7842026-08-25T07:30:10.877Z Downloaded indoc v2.0.7
7852026-08-25T07:30:10.877Z Downloaded headers v0.4.1
7862026-08-25T07:30:10.877Z Downloaded heapless v0.7.17
7872026-08-25T07:30:10.877Z Downloaded serdect v0.4.3
7882026-08-25T07:30:10.877Z Downloaded slog-async v2.8.0
7892026-08-25T07:30:10.877Z Downloaded slog-term v2.9.2
7902026-08-25T07:30:10.877Z Downloaded hickory-resolver v0.25.2
7912026-08-25T07:30:10.877Z Downloaded crc v3.4.0
7922026-08-25T07:30:10.877Z Downloaded derive_builder_core v0.20.2
7932026-08-25T07:30:10.983Z Downloaded stringprep v0.1.5
7942026-08-25T07:30:10.983Z Downloaded termios v0.3.3
7952026-08-25T07:30:10.983Z Downloaded thiserror-no-std v2.0.2
7962026-08-25T07:30:10.983Z Downloaded tls_codec v0.4.2
7972026-08-25T07:30:10.983Z Downloaded peg-macros v0.8.5
7982026-08-25T07:30:10.983Z Downloaded quinn v0.11.11
7992026-08-25T07:30:10.983Z Downloaded tar v0.4.46
8002026-08-25T07:30:10.983Z Downloaded inout v0.1.4
8012026-08-25T07:30:10.983Z Downloaded dsl_auto_type v0.2.0
8022026-08-25T07:30:10.983Z Downloaded tracing-core v0.1.36
8032026-08-25T07:30:10.983Z Downloaded ident_case v1.0.1
8042026-08-25T07:30:10.984Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8052026-08-25T07:30:10.984Z Downloaded ignore v0.4.25
8062026-08-25T07:30:10.984Z Downloaded tui-tree-widget v0.23.1
8072026-08-25T07:30:10.984Z Downloaded inout v0.2.2
8082026-08-25T07:30:10.984Z Downloaded indoc v1.0.9
8092026-08-25T07:30:10.984Z Downloaded kem v0.3.0
8102026-08-25T07:30:10.984Z Downloaded nonempty v0.12.0
8112026-08-25T07:30:10.984Z Downloaded publicsuffix v2.3.0
8122026-08-25T07:30:10.984Z Downloaded vergen-lib v0.1.6
8132026-08-25T07:30:10.984Z Downloaded async-compression v0.4.41
8142026-08-25T07:30:10.984Z Downloaded bumpalo v3.20.2
8152026-08-25T07:30:10.984Z Downloaded oso-derive v0.27.3
8162026-08-25T07:30:10.984Z Downloaded rayon-core v1.13.0
8172026-08-25T07:30:10.984Z Downloaded rsa v0.9.10
8182026-08-25T07:30:10.984Z Downloaded samael v0.0.19
8192026-08-25T07:30:10.984Z Downloaded salsa20 v0.11.0
8202026-08-25T07:30:10.984Z Downloaded serde_cbor v0.11.2
8212026-08-25T07:30:10.985Z Downloaded yoke v0.8.1
8222026-08-25T07:30:10.985Z Downloaded packed_struct_codegen v0.10.1
8232026-08-25T07:30:10.985Z Downloaded parse-size v1.1.0
8242026-08-25T07:30:10.985Z Downloaded peg-runtime v0.8.5
8252026-08-25T07:30:10.985Z Downloaded phf_shared v0.13.1
8262026-08-25T07:30:10.985Z Downloaded proc-macro-error-attr2 v2.0.0
8272026-08-25T07:30:10.985Z Downloaded potential_utf v0.1.4
8282026-08-25T07:30:10.985Z Downloaded sqlformat v0.3.5
8292026-08-25T07:30:10.985Z Downloaded crypto-common v0.2.2
8302026-08-25T07:30:10.985Z Downloaded data-encoding v2.10.0
8312026-08-25T07:30:10.985Z Downloaded darling_core v0.23.0
8322026-08-25T07:30:10.985Z Downloaded hashbrown v0.13.2
8332026-08-25T07:30:10.985Z Downloaded num-traits v0.2.19
8342026-08-25T07:30:10.985Z Downloaded crossbeam-deque v0.8.6
8352026-08-25T07:30:10.985Z Downloaded defmt-macros v1.0.1
8362026-08-25T07:30:10.985Z Downloaded pkcs5 v0.8.1
8372026-08-25T07:30:10.985Z Downloaded diesel-dtrace v0.5.0
8382026-08-25T07:30:10.985Z Downloaded ed25519 v3.0.0
8392026-08-25T07:30:10.985Z Downloaded progenitor-macro v0.13.0
8402026-08-25T07:30:10.986Z Downloaded serde_spanned v1.1.1
8412026-08-25T07:30:11.208Z Downloaded darling_core v0.21.3
8422026-08-25T07:30:11.208Z Downloaded signal-hook-tokio v0.3.1
8432026-08-25T07:30:11.208Z Downloaded secrecy v0.10.3
8442026-08-25T07:30:11.208Z Downloaded hashbrown v0.12.3
8452026-08-25T07:30:11.208Z Downloaded unicode_categories v0.1.1
8462026-08-25T07:30:11.208Z Downloaded http v1.4.2
8472026-08-25T07:30:11.208Z Downloaded hickory-server v0.25.2
8482026-08-25T07:30:11.208Z Downloaded icu_normalizer_data v2.1.1
8492026-08-25T07:30:11.208Z Downloaded progenitor-impl v0.13.0
8502026-08-25T07:30:11.208Z Downloaded rcgen v0.12.1
8512026-08-25T07:30:11.208Z Downloaded linked-hash-map v0.5.6
8522026-08-25T07:30:11.209Z Downloaded walkdir v2.5.0
8532026-08-25T07:30:11.209Z Downloaded linear-map v1.2.0
8542026-08-25T07:30:11.209Z Downloaded module-lattice v0.2.3
8552026-08-25T07:30:11.209Z Downloaded sponge-cursor v0.1.0
8562026-08-25T07:30:11.209Z Downloaded yasna v0.5.2
8572026-08-25T07:30:11.209Z Downloaded num v0.4.3
8582026-08-25T07:30:11.209Z Downloaded oxide-update-engine-display v0.1.2
8592026-08-25T07:30:11.209Z Downloaded xshell v0.2.7
8602026-08-25T07:30:11.209Z Downloaded sha2 v0.11.0
8612026-08-25T07:30:11.209Z Downloaded pem v3.0.6
8622026-08-25T07:30:11.209Z Downloaded const_format_proc_macros v0.2.34
8632026-08-25T07:30:11.209Z Downloaded crossbeam-epoch v0.9.18
8642026-08-25T07:30:11.209Z Downloaded trait-variant v0.1.2
8652026-08-25T07:30:11.209Z Downloaded primefield v0.14.0
8662026-08-25T07:30:11.209Z Downloaded crypto-bigint v0.5.5
8672026-08-25T07:30:11.209Z Downloaded hickory-resolver v0.24.4
8682026-08-25T07:30:11.209Z Downloaded socket2 v0.6.3
8692026-08-25T07:30:11.209Z Downloaded daft-derive v0.1.8
8702026-08-25T07:30:11.209Z Downloaded der_derive v0.7.3
8712026-08-25T07:30:11.210Z Downloaded des v0.9.0
8722026-08-25T07:30:11.210Z Downloaded slab v0.4.12
8732026-08-25T07:30:11.210Z Downloaded rustc-hash v2.1.1
8742026-08-25T07:30:11.210Z Downloaded ecdsa v0.17.0
8752026-08-25T07:30:11.210Z Downloaded rustversion v1.0.22
8762026-08-25T07:30:11.210Z Downloaded sec1 v0.8.1
8772026-08-25T07:30:11.210Z Downloaded void v1.0.2
8782026-08-25T07:30:11.210Z Downloaded wnaf v0.14.0
8792026-08-25T07:30:11.210Z Downloaded cpufeatures v0.3.0
8802026-08-25T07:30:11.210Z Downloaded toml_edit v0.19.15
8812026-08-25T07:30:11.210Z Downloaded rand v0.10.1
8822026-08-25T07:30:11.210Z Downloaded p256 v0.14.0
8832026-08-25T07:30:11.210Z Downloaded litemap v0.8.1
8842026-08-25T07:30:11.210Z Downloaded smf v0.2.3
8852026-08-25T07:30:11.210Z Downloaded spki v0.7.3
8862026-08-25T07:30:11.210Z Downloaded ssh-encoding v0.3.0
8872026-08-25T07:30:11.210Z Downloaded prefix-trie v0.7.0
8882026-08-25T07:30:11.210Z Downloaded twox-hash v2.1.2
8892026-08-25T07:30:11.210Z Downloaded crunchy v0.2.4
8902026-08-25T07:30:11.211Z Downloaded curve25519-dalek-derive v0.1.1
8912026-08-25T07:30:11.211Z Downloaded memmap2 v0.9.10
8922026-08-25T07:30:11.399Z Downloaded slog-stdlog v4.1.1
8932026-08-25T07:30:11.399Z Downloaded aes v0.9.1
8942026-08-25T07:30:11.399Z Downloaded synstructure v0.13.2
8952026-08-25T07:30:11.399Z Downloaded rsa v0.10.0-rc.18
8962026-08-25T07:30:11.399Z Downloaded rustyline v14.0.0
8972026-08-25T07:30:11.399Z Downloaded zopfli v0.8.3
8982026-08-25T07:30:11.399Z Downloaded libscf-sys v1.2.0
8992026-08-25T07:30:11.399Z Downloaded time-macros v0.2.27
9002026-08-25T07:30:11.399Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9012026-08-25T07:30:11.399Z Downloaded tokio-dtrace v0.1.1
9022026-08-25T07:30:11.399Z Downloaded unicode-truncate v1.1.0
9032026-08-25T07:30:11.399Z Downloaded newline-converter v0.3.0
9042026-08-25T07:30:11.399Z Downloaded maplit v1.0.2
9052026-08-25T07:30:11.399Z Downloaded match_cfg v0.1.0
9062026-08-25T07:30:11.399Z Downloaded num-iter v0.1.45
9072026-08-25T07:30:11.399Z Downloaded olpc-cjson v0.1.4
9082026-08-25T07:30:11.399Z Downloaded path-slash v0.1.5
9092026-08-25T07:30:11.399Z Downloaded drift v0.2.0
9102026-08-25T07:30:11.399Z Downloaded password-hash v0.6.1
9112026-08-25T07:30:11.399Z Downloaded darling_core v0.13.4
9122026-08-25T07:30:11.399Z Downloaded hashbrown v0.16.1
9132026-08-25T07:30:11.399Z Downloaded iana-time-zone v0.1.65
9142026-08-25T07:30:11.399Z Downloaded serde_with_macros v3.21.0
9152026-08-25T07:30:11.399Z Downloaded usdt-impl v0.6.0
9162026-08-25T07:30:11.399Z Downloaded uzers v0.12.2
9172026-08-25T07:30:11.399Z Downloaded phf_shared v0.12.1
9182026-08-25T07:30:11.399Z Downloaded zstd v0.13.3
9192026-08-25T07:30:11.399Z Downloaded psl-types v2.0.11
9202026-08-25T07:30:11.399Z Downloaded rand_xorshift v0.4.0
9212026-08-25T07:30:11.400Z Downloaded rfc6979 v0.4.0
9222026-08-25T07:30:11.400Z Downloaded radium v0.7.0
9232026-08-25T07:30:11.400Z Downloaded unicode-segmentation v1.12.0
9242026-08-25T07:30:11.400Z Downloaded derive_more-impl v2.1.1
9252026-08-25T07:30:11.400Z Downloaded ctutils v0.4.2
9262026-08-25T07:30:11.400Z Downloaded derive-ex v0.1.8
9272026-08-25T07:30:11.400Z Downloaded defmt v1.0.1
9282026-08-25T07:30:11.400Z Downloaded diesel_table_macro_syntax v0.3.0
9292026-08-25T07:30:11.400Z Downloaded rustc_version v0.4.1
9302026-08-25T07:30:11.400Z Downloaded serde_repr v0.1.20
9312026-08-25T07:30:11.400Z Downloaded nu-ansi-term v0.50.3
9322026-08-25T07:30:11.400Z Downloaded ecdsa v0.16.9
9332026-08-25T07:30:11.400Z Downloaded ipnetwork v0.21.1
9342026-08-25T07:30:11.400Z Downloaded hashbrown v0.15.5
9352026-08-25T07:30:11.400Z Downloaded strum_macros v0.27.2
9362026-08-25T07:30:11.400Z Downloaded impl-trait-for-tuples v0.2.3
9372026-08-25T07:30:11.400Z Downloaded supports-color v3.0.2
9382026-08-25T07:30:11.400Z Downloaded structmeta-derive v0.3.0
9392026-08-25T07:30:11.400Z Downloaded take_mut v0.2.2
9402026-08-25T07:30:11.400Z Downloaded x509-cert v0.2.5
9412026-08-25T07:30:11.400Z Downloaded jobserver v0.1.34
9422026-08-25T07:30:11.400Z Downloaded aes-gcm v0.11.0
9432026-08-25T07:30:11.400Z Downloaded tokio-stream v0.1.18
9442026-08-25T07:30:11.400Z Downloaded ingot-types v0.2.0
9452026-08-25T07:30:11.400Z Downloaded siphasher v1.0.2
9462026-08-25T07:30:11.400Z Downloaded const_format v0.2.35
9472026-08-25T07:30:11.401Z Downloaded pin-project v1.1.11
9482026-08-25T07:30:11.401Z Downloaded unicode-properties v0.1.4
9492026-08-25T07:30:11.401Z Downloaded hashbrown v0.14.5
9502026-08-25T07:30:11.401Z Downloaded usdt v0.6.0
9512026-08-25T07:30:11.401Z Downloaded usdt-attr-macro v0.6.0
9522026-08-25T07:30:11.401Z Downloaded lock_api v0.4.14
9532026-08-25T07:30:11.401Z Downloaded waitgroup v0.1.2
9542026-08-25T07:30:11.401Z Downloaded want v0.3.1
9552026-08-25T07:30:11.401Z Downloaded tokio-postgres v0.7.16
9562026-08-25T07:30:11.401Z Downloaded tower-layer v0.3.3
9572026-08-25T07:30:11.401Z Downloaded oxide-tokio-rt v0.1.4
9582026-08-25T07:30:11.401Z Downloaded rustls-platform-verifier v0.6.2
9592026-08-25T07:30:11.401Z Downloaded poly1305 v0.8.0
9602026-08-25T07:30:11.401Z Downloaded zstd-safe v7.2.4
9612026-08-25T07:30:11.401Z Downloaded predicates v3.1.4
9622026-08-25T07:30:11.401Z Downloaded darling_macro v0.23.0
9632026-08-25T07:30:11.401Z Downloaded aho-corasick v1.1.4
9642026-08-25T07:30:11.401Z Downloaded num-bigint-dig v0.8.6
9652026-08-25T07:30:11.401Z Downloaded tough v0.22.0
9662026-08-25T07:30:11.401Z Downloaded progenitor v0.14.0
9672026-08-25T07:30:11.401Z Downloaded diesel_derives v2.3.7
9682026-08-25T07:30:11.401Z Downloaded dirs-sys-next v0.1.2
9692026-08-25T07:30:11.401Z Downloaded resolv-conf v0.7.6
9702026-08-25T07:30:11.401Z Downloaded hyper-tls v0.6.0
9712026-08-25T07:30:11.401Z Downloaded embedded-io v0.6.1
9722026-08-25T07:30:11.401Z Downloaded newtype_derive v0.1.6
9732026-08-25T07:30:11.401Z Downloaded reedline v0.40.0
9742026-08-25T07:30:11.401Z Downloaded knus v3.4.0
9752026-08-25T07:30:11.401Z Downloaded url v2.5.8
9762026-08-25T07:30:11.401Z Downloaded crossbeam-utils v0.8.21
9772026-08-25T07:30:11.401Z Downloaded miniz_oxide v0.8.9
9782026-08-25T07:30:11.402Z Downloaded diff v0.1.13
9792026-08-25T07:30:11.402Z Downloaded rustls-pemfile v2.2.0
9802026-08-25T07:30:11.402Z Downloaded schemars_derive v0.8.22
9812026-08-25T07:30:11.402Z Downloaded dyn-clone v1.0.20
9822026-08-25T07:30:11.402Z Downloaded is_ci v1.2.0
9832026-08-25T07:30:11.402Z Downloaded ml-kem v0.3.2
9842026-08-25T07:30:11.402Z Downloaded subprocess v0.2.15
9852026-08-25T07:30:11.402Z Downloaded testing_table v0.3.0
9862026-08-25T07:30:11.402Z Downloaded smallvec v0.6.14
9872026-08-25T07:30:11.402Z Downloaded constant_time_eq v0.4.2
9882026-08-25T07:30:11.460Z Downloaded miette v7.6.0
9892026-08-25T07:30:11.460Z Downloaded zip v4.6.1
9902026-08-25T07:30:11.460Z Downloaded toml_writer v1.1.1+spec-1.1.0
9912026-08-25T07:30:11.460Z Downloaded postgres-types v0.2.12
9922026-08-25T07:30:11.460Z Downloaded hyper v1.10.1
9932026-08-25T07:30:11.460Z Downloaded strum v0.26.3
9942026-08-25T07:30:11.461Z Downloaded sync_wrapper v1.0.2
9952026-08-25T07:30:11.461Z Downloaded tokio-macros v2.7.0
9962026-08-25T07:30:11.461Z Downloaded ron v0.8.1
9972026-08-25T07:30:11.461Z Downloaded corncobs v0.1.4
9982026-08-25T07:30:11.461Z Downloaded ed25519-dalek v3.0.0
9992026-08-25T07:30:11.461Z Downloaded rfc6979 v0.6.0
10002026-08-25T07:30:11.461Z Downloaded tabwriter v1.4.1
10012026-08-25T07:30:11.461Z Downloaded libefi-sys v0.1.0
10022026-08-25T07:30:11.461Z Downloaded serde_plain v1.0.2
10032026-08-25T07:30:11.461Z Downloaded slog-bunyan v2.5.0
10042026-08-25T07:30:11.461Z Downloaded signal-hook-mio v0.2.5
10052026-08-25T07:30:11.461Z Downloaded unarray v0.1.4
10062026-08-25T07:30:11.461Z Downloaded delegate v0.13.5
10072026-08-25T07:30:11.461Z Downloaded futures-util v0.3.32
10082026-08-25T07:30:11.461Z Downloaded hkdf v0.13.0
10092026-08-25T07:30:11.461Z Downloaded internal-russh-num-bigint v0.5.0
10102026-08-25T07:30:11.461Z Downloaded reqwest v0.12.28
10112026-08-25T07:30:11.461Z Downloaded test-strategy v0.4.5
10122026-08-25T07:30:11.461Z Downloaded derive_more v0.99.20
10132026-08-25T07:30:11.461Z Downloaded multer v3.1.0
10142026-08-25T07:30:11.461Z Downloaded mime_guess v2.0.5
10152026-08-25T07:30:11.461Z Downloaded elliptic-curve v0.13.8
10162026-08-25T07:30:11.461Z Downloaded dtrace-parser v0.3.0
10172026-08-25T07:30:11.461Z Downloaded difflib v0.4.0
10182026-08-25T07:30:11.461Z Downloaded illumos-nvpair-sys v0.2.0
10192026-08-25T07:30:11.461Z Downloaded darling_macro v0.21.3
10202026-08-25T07:30:11.462Z Downloaded newtype-uuid-macros v0.1.0
10212026-08-25T07:30:11.462Z Downloaded shlex v1.3.0
10222026-08-25T07:30:11.462Z Downloaded omicron-zone-package v0.12.3
10232026-08-25T07:30:11.462Z Downloaded libbz2-rs-sys v0.2.2
10242026-08-25T07:30:11.462Z Downloaded owo-colors v4.3.0
10252026-08-25T07:30:11.462Z Downloaded password-hash v0.5.0
10262026-08-25T07:30:11.462Z Downloaded smallvec v1.15.1
10272026-08-25T07:30:11.462Z Downloaded polyval v0.7.1
10282026-08-25T07:30:11.462Z Downloaded ref-cast v1.0.25
10292026-08-25T07:30:11.462Z Downloaded lzss v0.8.2
10302026-08-25T07:30:11.462Z Downloaded openssl-probe v0.1.6
10312026-08-25T07:30:11.462Z Downloaded progenitor v0.13.0
10322026-08-25T07:30:11.462Z Downloaded predicates-core v1.0.10
10332026-08-25T07:30:11.462Z Downloaded tokio-rustls v0.26.4
10342026-08-25T07:30:11.462Z Downloaded toml_parser v1.1.2+spec-1.1.0
10352026-08-25T07:30:11.462Z Downloaded rand_core v0.6.4
10362026-08-25T07:30:11.462Z Downloaded tower v0.5.3
10372026-08-25T07:30:11.462Z Downloaded seq-macro v0.3.6
10382026-08-25T07:30:11.462Z Downloaded semver v0.1.20
10392026-08-25T07:30:11.462Z Downloaded sapling-renderdag v0.1.0
10402026-08-25T07:30:11.462Z Downloaded sec1 v0.7.3
10412026-08-25T07:30:11.462Z Downloaded strsim v0.10.0
10422026-08-25T07:30:11.462Z Downloaded zerotrie v0.2.3
10432026-08-25T07:30:11.462Z Downloaded qorb v0.4.1
10442026-08-25T07:30:11.462Z Downloaded hyper-util v0.1.20
10452026-08-25T07:30:11.463Z Downloaded psm v0.1.30
10462026-08-25T07:30:11.463Z Downloaded rand v0.8.6
10472026-08-25T07:30:11.463Z Downloaded darling v0.20.11
10482026-08-25T07:30:11.463Z Downloaded stacker v0.1.23
10492026-08-25T07:30:11.463Z Downloaded vergen-gitcl v1.0.8
10502026-08-25T07:30:11.463Z Downloaded rustc-demangle v0.1.27
10512026-08-25T07:30:11.463Z Downloaded serde_path_to_error v0.1.20
10522026-08-25T07:30:11.463Z Downloaded try-lock v0.2.5
10532026-08-25T07:30:11.463Z Downloaded wyz v0.5.1
10542026-08-25T07:30:11.463Z Downloaded unicode-xid v0.2.6
10552026-08-25T07:30:11.463Z Downloaded h2 v0.4.15
10562026-08-25T07:30:11.463Z Downloaded hkdf v0.12.4
10572026-08-25T07:30:11.463Z Downloaded icu_locale_core v2.1.1
10582026-08-25T07:30:11.463Z Downloaded maybe-uninit v2.0.0
10592026-08-25T07:30:11.463Z Downloaded libsw v3.5.0
10602026-08-25T07:30:11.463Z Downloaded litrs v1.0.0
10612026-08-25T07:30:11.463Z Downloaded ctr v0.10.1
10622026-08-25T07:30:11.463Z Downloaded crucible-workspace-hack v0.1.0
10632026-08-25T07:30:11.463Z Downloaded instant v0.1.13
10642026-08-25T07:30:11.463Z Downloaded dof v0.4.0
10652026-08-25T07:30:11.463Z Downloaded derive_builder_macro v0.20.2
10662026-08-25T07:30:11.463Z Downloaded libxml v0.3.3
10672026-08-25T07:30:11.463Z Downloaded itertools v0.12.1
10682026-08-25T07:30:11.463Z Downloaded parking_lot v0.12.5
10692026-08-25T07:30:11.463Z Downloaded tinyvec v1.10.0
10702026-08-25T07:30:11.463Z Downloaded blake3 v1.8.5
10712026-08-25T07:30:11.463Z Downloaded num_enum_derive v0.5.11
10722026-08-25T07:30:11.463Z Downloaded parking_lot v0.11.2
10732026-08-25T07:30:11.464Z Downloaded phc v0.6.1
10742026-08-25T07:30:11.464Z Downloaded embedded-io v0.4.0
10752026-08-25T07:30:11.464Z Downloaded downcast-rs v2.0.2
10762026-08-25T07:30:11.464Z Downloaded memoffset v0.9.1
10772026-08-25T07:30:11.464Z Downloaded lalrpop-util v0.19.12
10782026-08-25T07:30:11.464Z Downloaded new_debug_unreachable v1.0.6
10792026-08-25T07:30:11.464Z Downloaded shell-words v1.1.1
10802026-08-25T07:30:11.464Z Downloaded serde_yaml v0.9.34+deprecated
10812026-08-25T07:30:11.464Z Downloaded recursive-proc-macro-impl v0.1.1
10822026-08-25T07:30:11.464Z Downloaded rustc_version v0.1.7
10832026-08-25T07:30:11.464Z Downloaded scheduled-thread-pool v0.2.7
10842026-08-25T07:30:11.464Z Downloaded serde_urlencoded v0.7.1
10852026-08-25T07:30:11.464Z Downloaded primeorder v0.14.0
10862026-08-25T07:30:11.464Z Downloaded r2d2 v0.8.10
10872026-08-25T07:30:11.464Z Downloaded tinyvec_macros v0.1.1
10882026-08-25T07:30:11.476Z Downloaded universal-hash v0.5.1
10892026-08-25T07:30:11.476Z Downloaded rand v0.9.2
10902026-08-25T07:30:11.476Z Downloaded rustls-webpki v0.103.13
10912026-08-25T07:30:11.476Z Downloaded convert_case v0.4.0
10922026-08-25T07:30:11.476Z Downloaded slog-scope v4.4.1
10932026-08-25T07:30:11.476Z Downloaded thread_local v1.1.9
10942026-08-25T07:30:11.476Z Downloaded tokio-tungstenite v0.23.1
10952026-08-25T07:30:11.476Z Downloaded defmt v0.3.100
10962026-08-25T07:30:11.477Z Downloaded digest-io v0.1.0
10972026-08-25T07:30:11.477Z Downloaded itertools v0.10.5
10982026-08-25T07:30:11.477Z Downloaded opaque-debug v0.3.1
10992026-08-25T07:30:11.477Z Downloaded writeable v0.6.2
11002026-08-25T07:30:11.477Z Downloaded cookie_store v0.22.1
11012026-08-25T07:30:11.477Z Downloaded cookie v0.18.1
11022026-08-25T07:30:11.477Z Downloaded zeroize v1.9.0
11032026-08-25T07:30:11.477Z Downloaded idna_adapter v1.2.1
11042026-08-25T07:30:11.477Z Downloaded md5 v0.8.0
11052026-08-25T07:30:11.477Z Downloaded icu_properties v2.1.2
11062026-08-25T07:30:11.477Z Downloaded icu_normalizer v2.1.1
11072026-08-25T07:30:11.477Z Downloaded rand_pcg v0.10.2
11082026-08-25T07:30:11.477Z Downloaded keccak v0.2.0
11092026-08-25T07:30:11.477Z Downloaded zerovec v0.11.5
11102026-08-25T07:30:11.477Z Downloaded pkcs8 v0.11.0
11112026-08-25T07:30:11.477Z Downloaded russh-cryptovec v0.62.0
11122026-08-25T07:30:11.477Z Downloaded der v0.8.0
11132026-08-25T07:30:11.477Z Downloaded illumos-nvpair v0.3.0
11142026-08-25T07:30:11.477Z Downloaded utf8_iter v1.0.4
11152026-08-25T07:30:11.477Z Downloaded yoke-derive v0.8.1
11162026-08-25T07:30:11.478Z Downloaded is-terminal v0.4.17
11172026-08-25T07:30:11.478Z Downloaded pem-rfc7468 v0.7.0
11182026-08-25T07:30:11.478Z Downloaded newtype-uuid v1.3.2
11192026-08-25T07:30:11.478Z Downloaded pkg-config v0.3.32
11202026-08-25T07:30:11.516Z Downloaded toml v0.7.8
11212026-08-25T07:30:11.516Z Downloaded snafu-derive v0.8.9
11222026-08-25T07:30:11.516Z Downloaded toml_edit v0.23.10+spec-1.0.0
11232026-08-25T07:30:11.516Z Downloaded vsss-rs v3.3.4
11242026-08-25T07:30:11.516Z Downloaded progenitor-client v0.13.0
11252026-08-25T07:30:11.612Z Downloaded openssl-macros v0.1.1
11262026-08-25T07:30:11.612Z Downloaded strum v0.27.2
11272026-08-25T07:30:11.613Z Downloaded supports-hyperlinks v3.2.0
11282026-08-25T07:30:11.613Z Downloaded defmt-parser v1.0.0
11292026-08-25T07:30:11.613Z Downloaded document-features v0.2.12
11302026-08-25T07:30:11.613Z Downloaded p384 v0.14.0
11312026-08-25T07:30:11.613Z Downloaded tokio-util v0.7.18
11322026-08-25T07:30:11.613Z Downloaded ref-cast-impl v1.0.25
11332026-08-25T07:30:11.613Z Downloaded dirs-next v2.0.0
11342026-08-25T07:30:11.613Z Downloaded tokio-native-tls v0.3.1
11352026-08-25T07:30:11.613Z Downloaded unsafe-libyaml v0.2.11
11362026-08-25T07:30:11.613Z Downloaded xshell-macros v0.2.7
11372026-08-25T07:30:11.613Z Downloaded tower-service v0.3.3
11382026-08-25T07:30:11.613Z Downloaded indexmap v1.9.3
11392026-08-25T07:30:11.613Z Downloaded term v0.7.0
11402026-08-25T07:30:11.613Z Downloaded whoami v2.1.0
11412026-08-25T07:30:11.613Z Downloaded reqwest v0.13.2
11422026-08-25T07:30:11.613Z Downloaded derive_more v2.1.1
11432026-08-25T07:30:11.613Z Downloaded port-file v0.1.0
11442026-08-25T07:30:11.614Z Downloaded debug-ignore v1.0.5
11452026-08-25T07:30:11.614Z Downloaded instability v0.3.11
11462026-08-25T07:30:11.614Z Downloaded jiff-static v0.2.34
11472026-08-25T07:30:11.614Z Downloaded lazy_static v1.5.0
11482026-08-25T07:30:11.614Z Downloaded support-bundle-viewer v0.1.2
11492026-08-25T07:30:11.614Z Downloaded tiny-keccak v2.0.2
11502026-08-25T07:30:11.644Z Downloaded pbkdf2 v0.13.0
11512026-08-25T07:30:11.644Z Downloaded winnow v0.6.26
11522026-08-25T07:30:11.644Z Downloaded rusty-fork v0.3.1
11532026-08-25T07:30:11.644Z Downloaded lru-cache v0.1.2
11542026-08-25T07:30:11.644Z Downloaded typify-macro v0.6.2
11552026-08-25T07:30:11.644Z Downloaded either v1.15.0
11562026-08-25T07:30:11.644Z Downloaded serde-big-array v0.5.1
11572026-08-25T07:30:11.644Z Downloaded universal-hash v0.6.1
11582026-08-25T07:30:11.644Z Downloaded stable_deref_trait v1.2.1
11592026-08-25T07:30:11.645Z Downloaded termtree v0.5.1
11602026-08-25T07:30:11.645Z Downloaded thread-id v5.1.0
11612026-08-25T07:30:11.645Z Downloaded critical-section v1.2.0
11622026-08-25T07:30:11.645Z Downloaded ipnet v2.12.0
11632026-08-25T07:30:11.645Z Downloaded num_enum v0.7.6
11642026-08-25T07:30:11.645Z Downloaded signature v3.0.0
11652026-08-25T07:30:11.645Z Downloaded unicode-normalization v0.1.25
11662026-08-25T07:30:11.645Z Downloaded zeroize_derive v1.5.0
11672026-08-25T07:30:11.645Z Downloaded aws-lc-rs v1.16.3
11682026-08-25T07:30:11.645Z Downloaded iddqd v0.4.2
11692026-08-25T07:30:11.645Z Downloaded pretty_assertions v1.4.1
11702026-08-25T07:30:11.645Z Downloaded num_enum_derive v0.7.6
11712026-08-25T07:30:11.645Z Downloaded term v1.2.1
11722026-08-25T07:30:11.645Z Downloaded sigpipe v0.1.3
11732026-08-25T07:30:11.645Z Downloaded primeorder v0.13.6
11742026-08-25T07:30:11.645Z Downloaded bindgen v0.71.1
11752026-08-25T07:30:11.645Z Downloaded bitvec v1.0.1
11762026-08-25T07:30:11.645Z Downloaded daft v0.1.8
11772026-08-25T07:30:11.645Z Downloaded zerovec-derive v0.11.2
11782026-08-25T07:30:11.645Z Downloaded lru-slab v0.1.2
11792026-08-25T07:30:11.646Z Downloaded uuid v1.23.4
11802026-08-25T07:30:11.646Z Downloaded icu_collections v2.1.1
11812026-08-25T07:30:11.646Z Downloaded ingot-macros v0.2.0
11822026-08-25T07:30:11.646Z Downloaded zone_cfg_derive v0.3.1
11832026-08-25T07:30:11.646Z Downloaded zip v0.6.6
11842026-08-25T07:30:11.646Z Downloaded darling_core v0.20.11
11852026-08-25T07:30:11.646Z Downloaded rand_chacha v0.9.0
11862026-08-25T07:30:11.646Z Downloaded phf v0.13.1
11872026-08-25T07:30:11.646Z Downloaded postgres-protocol v0.6.10
11882026-08-25T07:30:11.646Z Downloaded static_assertions v1.1.0
11892026-08-25T07:30:11.646Z Downloaded darling v0.13.4
11902026-08-25T07:30:11.671Z Downloaded oxide-update-engine v0.1.2
11912026-08-25T07:30:11.671Z Downloaded derive_builder v0.20.2
11922026-08-25T07:30:11.671Z Downloaded itertools v0.15.0
11932026-08-25T07:30:11.672Z Downloaded libloading v0.8.9
11942026-08-25T07:30:11.672Z Downloaded pem-rfc7468 v1.0.0
11952026-08-25T07:30:11.672Z Downloaded schemars v0.9.0
11962026-08-25T07:30:11.672Z Downloaded petname v2.0.2
11972026-08-25T07:30:11.672Z Downloaded quinn-udp v0.5.14
11982026-08-25T07:30:11.672Z Downloaded num-integer v0.1.46
11992026-08-25T07:30:11.672Z Downloaded phf v0.12.1
12002026-08-25T07:30:11.672Z Downloaded schemars v1.2.1
12012026-08-25T07:30:11.672Z Downloaded dropshot_endpoint v0.17.1
12022026-08-25T07:30:11.672Z Downloaded salty v0.3.0
12032026-08-25T07:30:11.729Z Downloaded idna v1.1.0
12042026-08-25T07:30:11.729Z Downloaded native-tls v0.2.18
12052026-08-25T07:30:11.729Z Downloaded spin v0.9.8
12062026-08-25T07:30:11.729Z Downloaded der v0.7.10
12072026-08-25T07:30:11.729Z Downloaded zerocopy-derive v0.8.55
12082026-08-25T07:30:11.729Z Downloaded chrono v0.4.45
12092026-08-25T07:30:11.729Z Downloaded schemars v0.8.22
12102026-08-25T07:30:11.729Z Downloaded git2 v0.20.4
12112026-08-25T07:30:11.729Z Downloaded regex v1.12.3
12122026-08-25T07:30:11.729Z Downloaded rayon v1.11.0
12132026-08-25T07:30:11.788Z Downloaded openssl-sys v0.9.117
12142026-08-25T07:30:11.788Z Downloaded typify v0.6.2
12152026-08-25T07:30:11.788Z Downloaded yansi v1.0.1
12162026-08-25T07:30:11.788Z Downloaded tracing-attributes v0.1.31
12172026-08-25T07:30:11.788Z Downloaded vergen-git2 v9.1.0
12182026-08-25T07:30:11.788Z Downloaded derive-where v1.6.0
12192026-08-25T07:30:11.788Z Downloaded nom v7.1.3
12202026-08-25T07:30:11.788Z Downloaded indicatif v0.18.4
12212026-08-25T07:30:11.788Z Downloaded unicode-bidi v0.3.18
12222026-08-25T07:30:11.788Z Downloaded ryu v1.0.23
12232026-08-25T07:30:11.788Z Downloaded tower-http v0.6.8
12242026-08-25T07:30:11.788Z Downloaded toml v1.1.2+spec-1.1.0
12252026-08-25T07:30:11.788Z Downloaded zlib-rs v0.6.2
12262026-08-25T07:30:11.788Z Downloaded goblin v0.10.5
12272026-08-25T07:30:11.788Z Downloaded darling v0.23.0
12282026-08-25T07:30:11.789Z Downloaded quick-xml v0.37.5
12292026-08-25T07:30:11.789Z Downloaded icu_provider v2.1.1
12302026-08-25T07:30:11.789Z Downloaded object v0.30.4
12312026-08-25T07:30:11.834Z Downloaded tabled v0.21.0
12322026-08-25T07:30:11.834Z Downloaded crossterm v0.28.1
12332026-08-25T07:30:11.834Z Downloaded libm v0.2.16
12342026-08-25T07:30:11.834Z Downloaded steno v0.4.1
12352026-08-25T07:30:11.834Z Downloaded crc-any v2.5.0
12362026-08-25T07:30:11.834Z Downloaded gimli v0.32.3
12372026-08-25T07:30:11.834Z Downloaded progenitor-impl v0.14.0
12382026-08-25T07:30:11.834Z Downloaded winnow v1.0.3
12392026-08-25T07:30:11.834Z Downloaded ed25519-dalek v2.2.0
12402026-08-25T07:30:11.834Z Downloaded crossbeam-channel v0.5.15
12412026-08-25T07:30:11.834Z Downloaded lalrpop v0.19.12
12422026-08-25T07:30:11.834Z Downloaded snafu v0.8.9
12432026-08-25T07:30:11.834Z Downloaded quinn-proto v0.11.16
12442026-08-25T07:30:11.834Z Downloaded time v0.3.47
12452026-08-25T07:30:11.834Z Downloaded typed-path v0.9.3
12462026-08-25T07:30:11.851Z Downloaded vte v0.14.1
12472026-08-25T07:30:11.851Z Downloaded jiff-core v0.1.0
12482026-08-25T07:30:11.851Z Downloaded nom v8.0.0
12492026-08-25T07:30:11.851Z Downloaded iri-string v0.7.10
12502026-08-25T07:30:11.851Z Downloaded winnow v0.5.40
12512026-08-25T07:30:11.851Z Downloaded num-bigint v0.4.6
12522026-08-25T07:30:11.851Z Downloaded prettyplease v0.2.37
12532026-08-25T07:30:11.851Z Downloaded itertools v0.13.0
12542026-08-25T07:30:11.851Z Downloaded vcpkg v0.2.15
12552026-08-25T07:30:11.883Z Downloaded portable-atomic v1.13.1
12562026-08-25T07:30:11.883Z Downloaded minimal-lexical v0.2.1
12572026-08-25T07:30:11.883Z Downloaded mio v1.2.0
12582026-08-25T07:30:11.883Z Downloaded itertools v0.14.0
12592026-08-25T07:30:11.883Z Downloaded serde_with v1.14.0
12602026-08-25T07:30:11.907Z Downloaded crossterm v0.29.0
12612026-08-25T07:30:11.907Z Downloaded p521 v0.14.0
12622026-08-25T07:30:11.907Z Downloaded bstr v1.12.1
12632026-08-25T07:30:11.907Z Downloaded ssh-key v0.7.0-rc.11
12642026-08-25T07:30:11.907Z Downloaded p384 v0.13.1
12652026-08-25T07:30:11.907Z Downloaded moka v0.12.13
12662026-08-25T07:30:11.908Z Downloaded object v0.37.3
12672026-08-25T07:30:11.937Z Downloaded smoltcp v0.9.1
12682026-08-25T07:30:11.937Z Downloaded radix_trie v0.2.1
12692026-08-25T07:30:11.937Z Downloaded dropshot-api-manager v0.8.0
12702026-08-25T07:30:12.054Z Downloaded curve25519-dalek v4.1.3
12712026-08-25T07:30:12.055Z Downloaded nix v0.27.1
12722026-08-25T07:30:12.055Z Downloaded regress v0.11.1
12732026-08-25T07:30:12.055Z Downloaded nix v0.28.0
12742026-08-25T07:30:12.099Z Downloaded crypto-primes v0.7.2
12752026-08-25T07:30:12.099Z Downloaded zerocopy v0.8.55
12762026-08-25T07:30:12.099Z Downloaded rawzip v0.4.4
12772026-08-25T07:30:12.099Z Downloaded proptest v1.11.0
12782026-08-25T07:30:12.099Z Downloaded icu_properties_data v2.1.2
12792026-08-25T07:30:12.099Z Downloaded crypto-bigint v0.7.5
12802026-08-25T07:30:12.099Z Downloaded dropshot v0.17.1
12812026-08-25T07:30:12.099Z Downloaded sha3 v0.12.0
12822026-08-25T07:30:12.099Z Downloaded rustls v0.23.41
12832026-08-25T07:30:12.099Z Downloaded hickory-proto v0.24.4
12842026-08-25T07:30:12.239Z Downloaded openssl v0.10.80
12852026-08-25T07:30:12.239Z Downloaded nix v0.31.2
12862026-08-25T07:30:12.239Z Downloaded russh v0.62.4
12872026-08-25T07:30:12.239Z Downloaded regex-syntax v0.8.10
12882026-08-25T07:30:12.240Z Downloaded typify-impl v0.6.2
12892026-08-25T07:30:12.429Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-08-25T07:30:12.429Z Downloaded regex-automata v0.4.14
12912026-08-25T07:30:12.429Z Downloaded hickory-proto v0.25.2
12922026-08-25T07:30:12.476Z Downloaded ratatui v0.29.0
12932026-08-25T07:30:12.476Z Downloaded jiff v0.2.34
12942026-08-25T07:30:12.476Z Downloaded regress v0.10.5
12952026-08-25T07:30:12.476Z Downloaded rustix v0.38.44
12962026-08-25T07:30:12.476Z Downloaded polar-core v0.27.3
12972026-08-25T07:30:12.476Z Downloaded smoltcp v0.11.0
12982026-08-25T07:30:12.476Z Downloaded curve25519-dalek v5.0.0
12992026-08-25T07:30:12.476Z Downloaded serde_with v3.21.0
13002026-08-25T07:30:12.476Z Downloaded chrono-tz v0.10.4
13012026-08-25T07:30:12.477Z Downloaded sqlparser v0.61.0
13022026-08-25T07:30:12.477Z Downloaded regex-syntax v0.6.29
13032026-08-25T07:30:12.477Z Downloaded libz-sys v1.1.24
13042026-08-25T07:30:12.477Z Downloaded diesel v2.3.7
13052026-08-25T07:30:12.477Z Downloaded openapiv3 v2.2.0
13062026-08-25T07:30:12.477Z Downloaded tracing v0.1.44
13072026-08-25T07:30:12.477Z Downloaded sled v0.34.7
13082026-08-25T07:30:12.477Z Downloaded zerocopy-derive v0.6.6
13092026-08-25T07:30:12.477Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-08-25T07:30:12.477Z Downloaded petgraph v0.6.5
13112026-08-25T07:30:12.477Z Downloaded sha3 v0.11.0
13122026-08-25T07:30:12.477Z Downloaded petgraph v0.8.3
13132026-08-25T07:30:12.516Z Downloaded csv v1.4.0
13142026-08-25T07:30:12.516Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-08-25T07:30:12.548Z Downloaded tokio v1.52.1
13162026-08-25T07:30:12.548Z Downloaded sha3 v0.10.8
13172026-08-25T07:30:12.646Z Downloaded encoding_rs v0.8.35
13182026-08-25T07:30:12.646Z Downloaded ring v0.17.14
13192026-08-25T07:30:12.864Z Downloaded aws-lc-sys v0.40.0
13202026-08-25T07:30:13.146Z Compiling serde_core v1.0.229
13212026-08-25T07:30:13.146Z Compiling libc v0.2.185
13222026-08-25T07:30:13.228Z Compiling serde v1.0.229
13232026-08-25T07:30:13.228Z Compiling log v0.4.33
13242026-08-25T07:30:13.229Z Compiling smallvec v1.15.1
13252026-08-25T07:30:13.229Z Compiling shlex v1.3.0
13262026-08-25T07:30:13.229Z Compiling find-msvc-tools v0.1.9
13272026-08-25T07:30:13.404Z Compiling subtle v2.6.1
13282026-08-25T07:30:13.421Z Compiling scopeguard v1.2.0
13292026-08-25T07:30:13.421Z Compiling stable_deref_trait v1.2.1
13302026-08-25T07:30:13.421Z Compiling zerocopy v0.8.55
13312026-08-25T07:30:13.421Z Compiling typenum v1.20.1
13322026-08-25T07:30:13.421Z Compiling portable-atomic v1.13.1
13332026-08-25T07:30:13.421Z Compiling serde_json v1.0.151
13342026-08-25T07:30:13.421Z Compiling syn v2.0.117
13352026-08-25T07:30:13.421Z Compiling syn v3.0.3
13362026-08-25T07:30:13.470Z Compiling critical-section v1.2.0
13372026-08-25T07:30:13.543Z Compiling libm v0.2.16
13382026-08-25T07:30:13.600Z Compiling num-traits v0.2.19
13392026-08-25T07:30:13.637Z Compiling getrandom v0.4.3
13402026-08-25T07:30:13.637Z Compiling lock_api v0.4.14
13412026-08-25T07:30:13.637Z Compiling pkg-config v0.3.32
13422026-08-25T07:30:13.665Z Compiling generic-array v0.14.7
13432026-08-25T07:30:13.665Z Compiling rand_core v0.10.0
13442026-08-25T07:30:13.705Z Compiling pin-project-lite v0.2.17
13452026-08-25T07:30:13.722Z Compiling parking_lot_core v0.9.12
13462026-08-25T07:30:13.770Z Compiling const-oid v0.9.6
13472026-08-25T07:30:13.827Z Compiling writeable v0.6.2
13482026-08-25T07:30:13.850Z Compiling percent-encoding v2.3.2
13492026-08-25T07:30:13.938Z Compiling litemap v0.8.1
13502026-08-25T07:30:13.961Z Compiling icu_normalizer_data v2.1.1
13512026-08-25T07:30:13.961Z Compiling futures-core v0.3.32
13522026-08-25T07:30:14.015Z Compiling icu_properties_data v2.1.2
13532026-08-25T07:30:14.060Z Compiling rustix v1.1.4
13542026-08-25T07:30:14.107Z Compiling getrandom v0.3.4
13552026-08-25T07:30:14.107Z Compiling futures-sink v0.3.32
13562026-08-25T07:30:14.131Z Compiling utf8_iter v1.0.4
13572026-08-25T07:30:14.204Z Compiling form_urlencoded v1.2.2
13582026-08-25T07:30:14.222Z Compiling futures-channel v0.3.32
13592026-08-25T07:30:14.222Z Compiling slab v0.4.12
13602026-08-25T07:30:14.222Z Compiling errno v0.3.14
13612026-08-25T07:30:14.222Z Compiling jobserver v0.1.34
13622026-08-25T07:30:14.264Z Compiling getrandom v0.2.17
13632026-08-25T07:30:14.420Z Compiling signal-hook-registry v1.4.8
13642026-08-25T07:30:14.527Z Compiling mio v1.2.0
13652026-08-25T07:30:14.527Z Compiling once_cell v1.21.3
13662026-08-25T07:30:14.527Z Compiling rand_core v0.6.4
13672026-08-25T07:30:14.611Z Compiling cc v1.2.56
13682026-08-25T07:30:14.665Z Compiling parking_lot v0.12.5
13692026-08-25T07:30:14.665Z Compiling socket2 v0.6.3
13702026-08-25T07:30:14.665Z Compiling futures-io v0.3.32
13712026-08-25T07:30:14.697Z Compiling futures-task v0.3.32
13722026-08-25T07:30:14.697Z Compiling rustversion v1.0.22
13732026-08-25T07:30:14.732Z Compiling iana-time-zone v0.1.65
13742026-08-25T07:30:14.761Z Compiling regex-syntax v0.8.10
13752026-08-25T07:30:14.824Z Compiling base64ct v1.8.3
13762026-08-25T07:30:14.982Z Compiling dunce v1.0.5
13772026-08-25T07:30:15.089Z Compiling ident_case v1.0.1
13782026-08-25T07:30:15.089Z Compiling flagset v0.4.7
13792026-08-25T07:30:15.089Z Compiling fs_extra v1.3.0
13802026-08-25T07:30:15.089Z Compiling base64 v0.22.1
13812026-08-25T07:30:15.089Z Compiling rand_core v0.9.5
13822026-08-25T07:30:15.089Z Compiling dyn-clone v1.0.20
13832026-08-25T07:30:15.192Z Compiling pem-rfc7468 v0.7.0
13842026-08-25T07:30:15.192Z Compiling vcpkg v0.2.15
13852026-08-25T07:30:15.192Z Compiling schemars v0.8.22
13862026-08-25T07:30:15.246Z Compiling syn v1.0.109
13872026-08-25T07:30:15.246Z Compiling tracing-core v0.1.36
13882026-08-25T07:30:15.246Z Compiling cpufeatures v0.2.17
13892026-08-25T07:30:15.368Z Compiling simd-adler32 v0.3.8
13902026-08-25T07:30:15.500Z Compiling aws-lc-rs v1.16.3
13912026-08-25T07:30:15.501Z Compiling spin v0.9.8
13922026-08-25T07:30:15.501Z Compiling cmov v0.5.4
13932026-08-25T07:30:15.501Z Compiling cmake v0.1.57
13942026-08-25T07:30:15.550Z Compiling openssl-probe v0.2.1
13952026-08-25T07:30:15.550Z Compiling crc32fast v1.5.0
13962026-08-25T07:30:15.594Z Compiling bitflags v2.11.0
13972026-08-25T07:30:15.594Z Compiling semver v1.0.28
13982026-08-25T07:30:15.603Z Compiling indexmap v2.14.0
13992026-08-25T07:30:15.603Z Compiling uuid v1.23.4
14002026-08-25T07:30:15.729Z Compiling httparse v1.10.1
14012026-08-25T07:30:15.757Z Compiling tinyvec_macros v0.1.1
14022026-08-25T07:30:15.770Z Compiling adler2 v2.0.1
14032026-08-25T07:30:15.790Z Compiling rustc_version v0.4.1
14042026-08-25T07:30:15.989Z Compiling tinyvec v1.10.0
14052026-08-25T07:30:16.409Z Compiling ctutils v0.4.2
14062026-08-25T07:30:16.409Z Compiling aho-corasick v1.1.4
14072026-08-25T07:30:16.409Z Compiling miniz_oxide v0.8.9
14082026-08-25T07:30:16.410Z Compiling radium v0.7.0
14092026-08-25T07:30:16.582Z Compiling tower-service v0.3.3
14102026-08-25T07:30:16.582Z Compiling try-lock v0.2.5
14112026-08-25T07:30:16.582Z Compiling tower-layer v0.3.3
14122026-08-25T07:30:16.582Z Compiling untrusted v0.7.1
14132026-08-25T07:30:16.582Z Compiling aws-lc-sys v0.40.0
14142026-08-25T07:30:16.582Z Compiling openssl-sys v0.9.117
14152026-08-25T07:30:16.582Z Compiling atomic-waker v1.1.2
14162026-08-25T07:30:16.582Z Compiling want v0.3.1
14172026-08-25T07:30:16.582Z Compiling wait-timeout v0.2.1
14182026-08-25T07:30:16.582Z Compiling tap v1.0.1
14192026-08-25T07:30:16.582Z Compiling synstructure v0.13.2
14202026-08-25T07:30:16.582Z Compiling serde_derive_internals v0.29.1
14212026-08-25T07:30:16.595Z Compiling pest_generator v2.8.6
14222026-08-25T07:30:16.595Z Compiling darling_core v0.20.11
14232026-08-25T07:30:16.595Z Compiling quick-error v1.2.3
14242026-08-25T07:30:16.659Z Compiling maybe-uninit v2.0.0
14252026-08-25T07:30:16.699Z Compiling bit-vec v0.8.0
14262026-08-25T07:30:16.699Z Compiling tempfile v3.27.0
14272026-08-25T07:30:16.756Z Compiling terminal_size v0.4.3
14282026-08-25T07:30:16.893Z Compiling regex-automata v0.4.14
14292026-08-25T07:30:16.935Z Compiling httpdate v1.0.3
14302026-08-25T07:30:16.974Z Compiling openssl v0.10.80
14312026-08-25T07:30:16.974Z Compiling rustls v0.23.41
14322026-08-25T07:30:17.049Z Compiling untrusted v0.9.0
14332026-08-25T07:30:17.079Z Compiling foreign-types-shared v0.1.1
14342026-08-25T07:30:17.182Z Compiling foreign-types v0.3.2
14352026-08-25T07:30:17.196Z Compiling rusty-fork v0.3.1
14362026-08-25T07:30:17.196Z Compiling bit-set v0.8.0
14372026-08-25T07:30:17.196Z Compiling wyz v0.5.1
14382026-08-25T07:30:17.226Z Compiling serde_derive v1.0.229
14392026-08-25T07:30:17.284Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14402026-08-25T07:30:17.319Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-08-25T07:30:17.319Z Compiling unicode-normalization v0.1.25
14422026-08-25T07:30:17.389Z Compiling num-integer v0.1.46
14432026-08-25T07:30:17.501Z Compiling rand_xorshift v0.4.0
14442026-08-25T07:30:17.549Z Compiling ahash v0.8.12
14452026-08-25T07:30:17.550Z Compiling unarray v0.1.4
14462026-08-25T07:30:17.550Z Compiling num-bigint-dig v0.8.6
14472026-08-25T07:30:17.550Z Compiling num-conv v0.2.0
14482026-08-25T07:30:18.020Z Compiling funty v2.0.0
14492026-08-25T07:30:18.312Z Compiling native-tls v0.2.18
14502026-08-25T07:30:18.312Z Compiling time-core v0.1.8
14512026-08-25T07:30:18.312Z Compiling packed_struct v0.10.1
14522026-08-25T07:30:18.312Z Compiling paste v1.0.15
14532026-08-25T07:30:18.312Z Compiling powerfmt v0.2.0
14542026-08-25T07:30:18.312Z Compiling num-iter v0.1.45
14552026-08-25T07:30:18.312Z Compiling clap_builder v4.6.0
14562026-08-25T07:30:18.312Z Compiling time-macros v0.2.27
14572026-08-25T07:30:18.312Z Compiling deranged v0.5.8
14582026-08-25T07:30:18.312Z Compiling bitvec v1.0.1
14592026-08-25T07:30:18.312Z Compiling slog v2.8.2
14602026-08-25T07:30:18.312Z Compiling lazy_static v1.5.0
14612026-08-25T07:30:18.312Z Compiling sync_wrapper v1.0.2
14622026-08-25T07:30:18.312Z Compiling indexmap v1.9.3
14632026-08-25T07:30:18.427Z Compiling crossbeam-utils v0.8.21
14642026-08-25T07:30:18.427Z Compiling siphasher v1.0.2
14652026-08-25T07:30:18.427Z Compiling zeroize_derive v1.5.0
14662026-08-25T07:30:18.427Z Compiling zerocopy-derive v0.8.55
14672026-08-25T07:30:18.427Z Compiling zerofrom-derive v0.1.6
14682026-08-25T07:30:18.602Z Compiling yoke-derive v0.8.1
14692026-08-25T07:30:18.876Z Compiling zerovec-derive v0.11.2
14702026-08-25T07:30:19.035Z Compiling displaydoc v0.2.5
14712026-08-25T07:30:19.035Z Compiling tokio-macros v2.7.0
14722026-08-25T07:30:19.094Z Compiling futures-macro v0.3.32
14732026-08-25T07:30:19.094Z Compiling thiserror-impl v2.0.18
14742026-08-25T07:30:19.094Z Compiling der_derive v0.7.3
14752026-08-25T07:30:19.491Z Compiling tracing-attributes v0.1.31
14762026-08-25T07:30:20.121Z Compiling schemars_derive v0.8.22
14772026-08-25T07:30:20.451Z Compiling scroll_derive v0.13.1
14782026-08-25T07:30:20.451Z Compiling pest_derive v2.8.6
14792026-08-25T07:30:20.451Z Compiling darling_macro v0.20.11
14802026-08-25T07:30:20.451Z Compiling openssl-macros v0.1.1
14812026-08-25T07:30:20.451Z Compiling zerofrom v0.1.6
14822026-08-25T07:30:20.451Z Compiling futures-util v0.3.32
14832026-08-25T07:30:20.451Z Compiling yoke v0.8.1
14842026-08-25T07:30:20.451Z Compiling thiserror-impl v1.0.69
14852026-08-25T07:30:20.451Z Compiling zerovec v0.11.5
14862026-08-25T07:30:20.451Z Compiling zerotrie v0.2.3
14872026-08-25T07:30:20.556Z Compiling darling v0.20.11
14882026-08-25T07:30:20.556Z Compiling packed_struct_codegen v0.10.1
14892026-08-25T07:30:20.556Z Compiling thiserror v2.0.18
14902026-08-25T07:30:20.556Z Compiling zerocopy-derive v0.6.6
14912026-08-25T07:30:20.556Z Compiling bitfield-macros v0.19.4
14922026-08-25T07:30:20.711Z Compiling scroll v0.13.0
14932026-08-25T07:30:20.752Z Compiling tinystr v0.8.2
14942026-08-25T07:30:20.790Z Compiling zeroize v1.9.0
14952026-08-25T07:30:20.835Z Compiling bytes v1.11.1
14962026-08-25T07:30:21.022Z Compiling icu_locale_core v2.1.1
14972026-08-25T07:30:21.285Z Compiling potential_utf v0.1.4
14982026-08-25T07:30:21.285Z Compiling chrono v0.4.45
14992026-08-25T07:30:21.285Z Compiling tracing v0.1.44
15002026-08-25T07:30:21.285Z Compiling icu_collections v2.1.1
15012026-08-25T07:30:21.510Z Compiling der v0.7.10
15022026-08-25T07:30:21.510Z Compiling rustls-pki-types v1.14.0
15032026-08-25T07:30:21.510Z Compiling hybrid-array v0.4.13
15042026-08-25T07:30:21.620Z Compiling tokio v1.52.1
15052026-08-25T07:30:21.620Z Compiling http v1.4.2
15062026-08-25T07:30:21.621Z Compiling ipnet v2.12.0
15072026-08-25T07:30:21.621Z Compiling hex v0.4.3
15082026-08-25T07:30:21.779Z Compiling icu_provider v2.1.1
15092026-08-25T07:30:21.779Z Compiling crypto-common v0.1.7
15102026-08-25T07:30:21.872Z Compiling block-buffer v0.10.4
15112026-08-25T07:30:21.872Z Compiling thiserror v1.0.69
15122026-08-25T07:30:21.873Z Compiling goblin v0.10.5
15132026-08-25T07:30:21.873Z Compiling serde_spanned v0.6.9
15142026-08-25T07:30:22.092Z Compiling icu_properties v2.1.2
15152026-08-25T07:30:22.092Z Compiling icu_normalizer v2.1.1
15162026-08-25T07:30:22.425Z Compiling digest v0.10.7
15172026-08-25T07:30:22.425Z Compiling toml_datetime v0.6.11
15182026-08-25T07:30:22.425Z Compiling clap_derive v4.6.1
15192026-08-25T07:30:22.425Z Compiling spki v0.7.3
15202026-08-25T07:30:22.515Z Compiling http-body v1.0.1
15212026-08-25T07:30:22.515Z Compiling sha2 v0.10.9
15222026-08-25T07:30:22.515Z Compiling pkcs8 v0.10.2
15232026-08-25T07:30:22.515Z Compiling signature v2.2.0
15242026-08-25T07:30:22.515Z Compiling hmac v0.12.1
15252026-08-25T07:30:22.515Z Compiling usdt-impl v0.6.0
15262026-08-25T07:30:22.515Z Compiling unicode-segmentation v1.12.0
15272026-08-25T07:30:22.515Z Compiling zlib-rs v0.6.2
15282026-08-25T07:30:22.515Z Compiling nodrop v0.1.14
15292026-08-25T07:30:22.580Z Compiling object v0.37.3
15302026-08-25T07:30:22.580Z Compiling num_threads v0.1.7
15312026-08-25T07:30:22.580Z Compiling crc-catalog v2.4.0
15322026-08-25T07:30:22.649Z Compiling array-init v0.0.4
15332026-08-25T07:30:22.649Z Compiling time v0.3.47
15342026-08-25T07:30:22.813Z Compiling crc v3.4.0
15352026-08-25T07:30:23.135Z Compiling idna_adapter v1.2.1
15362026-08-25T07:30:23.135Z Compiling ppv-lite86 v0.2.21
15372026-08-25T07:30:23.135Z Compiling idna v1.1.0
15382026-08-25T07:30:23.135Z Compiling pkcs1 v0.7.5
15392026-08-25T07:30:23.135Z Compiling http-body-util v0.1.3
15402026-08-25T07:30:23.351Z Compiling zerocopy v0.6.6
15412026-08-25T07:30:23.351Z Compiling rand_chacha v0.9.0
15422026-08-25T07:30:23.351Z Compiling rand_chacha v0.3.1
15432026-08-25T07:30:23.500Z Compiling url v2.5.8
15442026-08-25T07:30:23.500Z Compiling bitfield v0.19.4
15452026-08-25T07:30:23.500Z Compiling erased-serde v0.3.31
15462026-08-25T07:30:23.500Z Compiling dtrace-parser v0.3.0
15472026-08-25T07:30:23.688Z Compiling rand v0.9.2
15482026-08-25T07:30:23.688Z Compiling rand v0.8.6
15492026-08-25T07:30:23.830Z Compiling derive_builder_core v0.20.2
15502026-08-25T07:30:23.921Z Compiling clap v4.6.1
15512026-08-25T07:30:24.019Z Compiling structmeta-derive v0.3.0
15522026-08-25T07:30:24.019Z Compiling scroll_derive v0.12.1
15532026-08-25T07:30:24.059Z Compiling smallvec v0.6.14
15542026-08-25T07:30:24.059Z Compiling daft-derive v0.1.8
15552026-08-25T07:30:24.212Z Compiling proptest v1.11.0
15562026-08-25T07:30:24.281Z Compiling darling_core v0.23.0
15572026-08-25T07:30:24.396Z Compiling heapless v0.7.17
15582026-08-25T07:30:24.484Z Compiling thread-id v5.1.0
15592026-08-25T07:30:24.484Z Compiling dof v0.4.0
15602026-08-25T07:30:24.484Z Compiling env_filter v2.0.0
15612026-08-25T07:30:24.541Z Compiling cookie v0.18.1
15622026-08-25T07:30:24.698Z Compiling ipnetwork v0.21.1
15632026-08-25T07:30:24.824Z Compiling unicode-bidi v0.3.18
15642026-08-25T07:30:24.824Z Compiling iri-string v0.7.10
15652026-08-25T07:30:24.969Z Compiling allocator-api2 v0.2.21
15662026-08-25T07:30:24.969Z Compiling zstd-safe v7.2.4
15672026-08-25T07:30:24.992Z Compiling oxnet v0.1.6
15682026-08-25T07:30:24.992Z Compiling anyhow v1.0.104
15692026-08-25T07:30:25.010Z Compiling ryu v1.0.23
15702026-08-25T07:30:25.078Z Compiling signal-hook v0.3.18
15712026-08-25T07:30:25.136Z Compiling hashbrown v0.12.3
15722026-08-25T07:30:25.136Z Compiling tokio-util v0.7.18
15732026-08-25T07:30:25.213Z Compiling flate2 v1.1.9
15742026-08-25T07:30:25.247Z Compiling tower v0.5.3
15752026-08-25T07:30:25.332Z Compiling base64 v0.21.7
15762026-08-25T07:30:25.345Z Compiling winnow v0.5.40
15772026-08-25T07:30:25.515Z Compiling unicode-properties v0.1.4
15782026-08-25T07:30:25.662Z Compiling gimli v0.32.3
15792026-08-25T07:30:25.923Z Compiling stringprep v0.1.5
15802026-08-25T07:30:25.923Z Compiling ron v0.8.1
15812026-08-25T07:30:26.055Z Compiling rsa v0.9.10
15822026-08-25T07:30:26.055Z Compiling serde_urlencoded v0.7.1
15832026-08-25T07:30:26.055Z Compiling h2 v0.4.15
15842026-08-25T07:30:26.803Z Compiling tower-http v0.6.8
15852026-08-25T07:30:26.804Z Compiling tokio-native-tls v0.3.1
15862026-08-25T07:30:26.804Z Compiling structmeta v0.3.0
15872026-08-25T07:30:26.921Z Compiling scroll v0.12.0
15882026-08-25T07:30:26.921Z Compiling env_logger v0.11.11
15892026-08-25T07:30:26.921Z Compiling derive_builder_macro v0.20.2
15902026-08-25T07:30:26.921Z Compiling serde-hex v0.1.0
15912026-08-25T07:30:26.921Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15922026-08-25T07:30:26.921Z Compiling newtype-uuid v1.3.2
15932026-08-25T07:30:26.921Z Compiling toml_edit v0.19.15
15942026-08-25T07:30:26.921Z Compiling camino v1.2.5
15952026-08-25T07:30:26.921Z Compiling darling_macro v0.23.0
15962026-08-25T07:30:26.994Z Compiling daft v0.1.8
15972026-08-25T07:30:26.994Z Compiling bzip2 v0.4.4
15982026-08-25T07:30:27.045Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15992026-08-25T07:30:27.100Z Compiling hashbrown v0.13.2
16002026-08-25T07:30:27.193Z Compiling x509-cert v0.2.5
16012026-08-25T07:30:27.193Z Compiling md-5 v0.10.6
16022026-08-25T07:30:27.193Z Compiling block-buffer v0.12.1
16032026-08-25T07:30:27.381Z Compiling addr2line v0.25.1
16042026-08-25T07:30:27.450Z Compiling crypto-common v0.2.2
16052026-08-25T07:30:27.450Z Compiling block-padding v0.4.2
16062026-08-25T07:30:27.450Z Compiling rustls-native-certs v0.8.3
16072026-08-25T07:30:27.576Z Compiling serde_tokenstream v0.2.3
16082026-08-25T07:30:27.597Z Compiling bstr v1.12.1
16092026-08-25T07:30:27.597Z Compiling pin-project-internal v1.1.11
16102026-08-25T07:30:27.784Z Compiling async-trait v0.1.89
16112026-08-25T07:30:27.839Z Compiling zerocopy-derive v0.7.35
16122026-08-25T07:30:28.206Z Compiling curve25519-dalek v4.1.3
16132026-08-25T07:30:28.319Z Compiling vergen-lib v9.1.0
16142026-08-25T07:30:28.320Z Compiling hash32 v0.2.1
16152026-08-25T07:30:28.320Z Compiling memoffset v0.9.1
16162026-08-25T07:30:28.425Z Compiling encoding_rs v0.8.35
16172026-08-25T07:30:28.511Z Compiling rustix v0.38.44
16182026-08-25T07:30:28.512Z Compiling cfg_aliases v0.2.1
16192026-08-25T07:30:28.698Z Compiling owo-colors v4.3.0
16202026-08-25T07:30:28.745Z Compiling litrs v1.0.0
16212026-08-25T07:30:28.745Z Compiling psl-types v2.0.11
16222026-08-25T07:30:28.745Z Compiling crc-any v2.5.0
16232026-08-25T07:30:28.758Z Compiling ref-cast v1.0.25
16242026-08-25T07:30:28.824Z Compiling fallible-iterator v0.2.0
16252026-08-25T07:30:28.882Z Compiling mime v0.3.17
16262026-08-25T07:30:28.882Z Compiling smoltcp v0.9.1
16272026-08-25T07:30:28.915Z Compiling rustc-demangle v0.1.27
16282026-08-25T07:30:29.058Z Compiling hyper v1.10.1
16292026-08-25T07:30:29.270Z Compiling postgres-protocol v0.6.10
16302026-08-25T07:30:29.548Z Compiling publicsuffix v2.3.0
16312026-08-25T07:30:29.548Z Compiling document-features v0.2.12
16322026-08-25T07:30:29.549Z Compiling pin-project v1.1.11
16332026-08-25T07:30:29.549Z Compiling zerocopy v0.7.35
16342026-08-25T07:30:29.549Z Compiling nix v0.31.2
16352026-08-25T07:30:29.549Z Compiling toml v0.7.8
16362026-08-25T07:30:29.710Z Compiling object v0.30.4
16372026-08-25T07:30:29.710Z Compiling inout v0.2.2
16382026-08-25T07:30:29.710Z Compiling darling v0.23.0
16392026-08-25T07:30:29.710Z Compiling backtrace v0.3.76
16402026-08-25T07:30:29.942Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-08-25T07:30:29.942Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-25T07:30:30.089Z Compiling zip v0.6.6
16432026-08-25T07:30:30.089Z Compiling derive_builder v0.20.2
16442026-08-25T07:30:30.090Z Compiling goblin v0.8.2
16452026-08-25T07:30:30.090Z Compiling derive-ex v0.1.8
16462026-08-25T07:30:30.183Z Compiling convert_case v0.10.0
16472026-08-25T07:30:30.183Z Compiling futures-executor v0.3.32
16482026-08-25T07:30:30.183Z Compiling hubpack_derive v0.1.1
16492026-08-25T07:30:30.576Z Compiling hyper-util v0.1.20
16502026-08-25T07:30:31.038Z Compiling regex v1.12.3
16512026-08-25T07:30:31.038Z Compiling phf_shared v0.13.1
16522026-08-25T07:30:31.038Z Compiling ref-cast-impl v1.0.25
16532026-08-25T07:30:31.038Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-25T07:30:31.038Z Compiling strum_macros v0.27.2
16552026-08-25T07:30:31.038Z Compiling snafu-derive v0.8.9
16562026-08-25T07:30:31.038Z Compiling vergen v9.1.0
16572026-08-25T07:30:31.038Z Compiling cargo-platform v0.3.2
16582026-08-25T07:30:31.311Z Compiling ff v0.13.1
16592026-08-25T07:30:31.312Z Compiling fs-err v3.3.0
16602026-08-25T07:30:31.312Z Compiling either v1.15.0
16612026-08-25T07:30:31.312Z Compiling foldhash v0.2.0
16622026-08-25T07:30:31.312Z Compiling managed v0.8.0
16632026-08-25T07:30:31.312Z Compiling path-slash v0.1.5
16642026-08-25T07:30:31.313Z Compiling is_ci v1.2.0
16652026-08-25T07:30:31.373Z Compiling jiff-core v0.1.0
16662026-08-25T07:30:31.373Z Compiling bitflags v1.3.2
16672026-08-25T07:30:31.373Z Compiling bumpalo v3.20.2
16682026-08-25T07:30:31.373Z Compiling same-file v1.0.6
16692026-08-25T07:30:31.373Z Compiling libbz2-rs-sys v0.2.2
16702026-08-25T07:30:31.373Z Compiling foldhash v0.1.5
16712026-08-25T07:30:31.373Z Compiling base16ct v0.2.0
16722026-08-25T07:30:31.373Z Compiling textwrap v0.16.2
16732026-08-25T07:30:31.373Z Compiling walkdir v2.5.0
16742026-08-25T07:30:31.411Z Compiling hashbrown v0.15.5
16752026-08-25T07:30:31.411Z Compiling sec1 v0.7.3
16762026-08-25T07:30:31.449Z Compiling zopfli v0.8.3
16772026-08-25T07:30:31.609Z Compiling test-strategy v0.4.5
16782026-08-25T07:30:31.771Z Compiling bzip2 v0.6.1
16792026-08-25T07:30:31.845Z Compiling hyper-tls v0.6.0
16802026-08-25T07:30:31.979Z Compiling jiff v0.2.34
16812026-08-25T07:30:32.056Z Compiling reqwest v0.12.28
16822026-08-25T07:30:32.056Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16832026-08-25T07:30:32.056Z Compiling supports-color v3.0.2
16842026-08-25T07:30:32.120Z Compiling dof v0.3.0
16852026-08-25T07:30:32.272Z Compiling hashbrown v0.16.1
16862026-08-25T07:30:32.361Z Compiling group v0.13.0
16872026-08-25T07:30:32.640Z Compiling cargo_metadata v0.23.1
16882026-08-25T07:30:33.503Z Compiling strum v0.27.2
16892026-08-25T07:30:33.503Z Compiling hubpack v0.1.2
16902026-08-25T07:30:33.503Z Compiling phf v0.13.1
16912026-08-25T07:30:33.503Z Compiling snafu v0.8.9
16922026-08-25T07:30:33.503Z Compiling derive_more-impl v2.1.1
16932026-08-25T07:30:33.861Z Compiling futures v0.3.32
16942026-08-25T07:30:33.861Z Compiling cookie_store v0.22.1
16952026-08-25T07:30:33.862Z Compiling signal-hook-mio v0.2.5
16962026-08-25T07:30:33.862Z Compiling backtrace-ext v0.2.1
16972026-08-25T07:30:33.864Z Compiling zstd v0.13.3
16982026-08-25T07:30:33.864Z Compiling serde_with_macros v3.21.0
16992026-08-25T07:30:33.864Z Compiling cipher v0.5.2
17002026-08-25T07:30:33.865Z Compiling postgres-types v0.2.12
17012026-08-25T07:30:33.865Z Compiling globset v0.4.18
17022026-08-25T07:30:33.865Z Compiling usdt-macro v0.6.0
17032026-08-25T07:30:33.865Z Compiling usdt-attr-macro v0.6.0
17042026-08-25T07:30:33.865Z Compiling byte-wrapper v0.1.0
17052026-08-25T07:30:33.970Z Compiling hkdf v0.12.4
17062026-08-25T07:30:33.970Z Compiling ed25519 v2.2.3
17072026-08-25T07:30:33.970Z Compiling dtrace-parser v0.2.0
17082026-08-25T07:30:33.970Z Compiling crypto-bigint v0.5.5
17092026-08-25T07:30:33.970Z Compiling olpc-cjson v0.1.4
17102026-08-25T07:30:34.051Z Compiling serde-big-array v0.5.1
17112026-08-25T07:30:34.319Z Compiling serde_plain v1.0.2
17122026-08-25T07:30:34.319Z Compiling phf_shared v0.11.3
17132026-08-25T07:30:34.509Z Compiling async-recursion v1.1.1
17142026-08-25T07:30:34.509Z Compiling serde_repr v0.1.20
17152026-08-25T07:30:34.509Z Compiling strum_macros v0.26.4
17162026-08-25T07:30:34.509Z Compiling miette-derive v7.6.0
17172026-08-25T07:30:34.509Z Compiling enum-as-inner v0.6.1
17182026-08-25T07:30:34.509Z Compiling float-cmp v0.10.0
17192026-08-25T07:30:34.509Z Compiling pem v3.0.6
17202026-08-25T07:30:34.543Z Compiling memmap2 v0.9.10
17212026-08-25T07:30:34.657Z Compiling thread-id v4.2.2
17222026-08-25T07:30:34.965Z Compiling whoami v2.1.0
17232026-08-25T07:30:35.462Z Compiling winnow v1.0.3
17242026-08-25T07:30:35.462Z Compiling precomputed-hash v0.1.1
17252026-08-25T07:30:35.462Z Compiling fixedbitset v0.4.2
17262026-08-25T07:30:35.463Z Compiling fixedbitset v0.5.7
17272026-08-25T07:30:35.463Z Compiling difflib v0.4.0
17282026-08-25T07:30:35.463Z Compiling keccak v0.1.6
17292026-08-25T07:30:35.463Z Compiling supports-hyperlinks v3.2.0
17302026-08-25T07:30:35.463Z Compiling supports-unicode v3.0.0
17312026-08-25T07:30:35.626Z Compiling static_assertions v1.1.0
17322026-08-25T07:30:35.626Z Compiling cpufeatures v0.3.0
17332026-08-25T07:30:35.626Z Compiling typed-path v0.9.3
17342026-08-25T07:30:35.626Z Compiling new_debug_unreachable v1.0.6
17352026-08-25T07:30:35.626Z Compiling normalize-line-endings v0.3.0
17362026-08-25T07:30:35.626Z Compiling predicates-core v1.0.10
17372026-08-25T07:30:35.626Z Compiling data-encoding v2.10.0
17382026-08-25T07:30:35.626Z Compiling const-oid v0.10.2
17392026-08-25T07:30:35.626Z Compiling string_cache v0.8.9
17402026-08-25T07:30:35.626Z Compiling chacha20 v0.10.0
17412026-08-25T07:30:35.626Z Compiling predicates v3.1.4
17422026-08-25T07:30:35.627Z Compiling digest v0.11.3
17432026-08-25T07:30:35.627Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-25T07:30:35.627Z Compiling hickory-proto v0.25.2
17452026-08-25T07:30:35.985Z Compiling miette v7.6.0
17462026-08-25T07:30:35.986Z Compiling toml_edit v0.22.27
17472026-08-25T07:30:35.986Z Compiling sha3 v0.10.8
17482026-08-25T07:30:35.986Z Compiling toml_parser v1.1.2+spec-1.1.0
17492026-08-25T07:30:35.986Z Compiling petgraph v0.8.3
17502026-08-25T07:30:35.986Z Compiling tokio-postgres v0.7.16
17512026-08-25T07:30:36.079Z Compiling petgraph v0.6.5
17522026-08-25T07:30:36.080Z Compiling elliptic-curve v0.13.8
17532026-08-25T07:30:36.080Z Compiling usdt-impl v0.5.0
17542026-08-25T07:30:36.161Z Compiling strum v0.26.3
17552026-08-25T07:30:36.161Z Compiling usdt v0.6.0
17562026-08-25T07:30:36.161Z Compiling serde_with v3.21.0
17572026-08-25T07:30:36.356Z Compiling crossterm v0.28.1
17582026-08-25T07:30:36.418Z Compiling zip v4.6.1
17592026-08-25T07:30:36.418Z Compiling ed25519-dalek v2.2.0
17602026-08-25T07:30:36.418Z Compiling derive_more v2.1.1
17612026-08-25T07:30:36.418Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17622026-08-25T07:30:36.864Z Compiling iddqd v0.4.2
17632026-08-25T07:30:37.005Z Compiling itertools v0.13.0
17642026-08-25T07:30:37.356Z Compiling itertools v0.15.0
17652026-08-25T07:30:37.363Z Compiling similar v2.7.0
17662026-08-25T07:30:37.363Z Compiling crossbeam-epoch v0.9.18
17672026-08-25T07:30:37.469Z Compiling oxide-generation v0.1.3
17682026-08-25T07:30:37.649Z Compiling tokio-stream v0.1.18
17692026-08-25T07:30:37.727Z Compiling buf-list v1.1.2
17702026-08-25T07:30:37.832Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-08-25T07:30:37.984Z Compiling heck v0.4.1
17722026-08-25T07:30:38.388Z Compiling openapiv3 v2.2.0
17732026-08-25T07:30:38.388Z Compiling peg-runtime v0.8.5
17742026-08-25T07:30:38.388Z Compiling lalrpop-util v0.19.12
17752026-08-25T07:30:38.388Z Compiling thread_local v1.1.9
17762026-08-25T07:30:38.460Z Compiling slog-async v2.8.0
17772026-08-25T07:30:38.460Z Compiling crossbeam-channel v0.5.15
17782026-08-25T07:30:38.460Z Compiling filetime v0.2.27
17792026-08-25T07:30:38.460Z Compiling is-terminal v0.4.17
17802026-08-25T07:30:38.460Z Compiling term v1.2.1
17812026-08-25T07:30:38.460Z Compiling take_mut v0.2.2
17822026-08-25T07:30:38.460Z Compiling xattr v1.6.1
17832026-08-25T07:30:38.460Z Compiling camino-tempfile v1.4.1
17842026-08-25T07:30:38.460Z Compiling tar v0.4.46
17852026-08-25T07:30:38.640Z Compiling slog-term v2.9.2
17862026-08-25T07:30:55.679Z Compiling rustls-webpki v0.103.13
17872026-08-25T07:30:58.367Z Compiling tokio-rustls v0.26.4
17882026-08-25T07:30:58.367Z Compiling rustls-platform-verifier v0.6.2
17892026-08-25T07:30:58.405Z Compiling tough v0.22.0
17902026-08-25T07:30:58.720Z Compiling hyper-rustls v0.27.7
17912026-08-25T07:30:58.887Z Compiling reqwest v0.13.2
17922026-08-25T07:31:00.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932026-08-25T07:31:01.147Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17942026-08-25T07:31:03.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.15s
17952026-08-25T07:31:04.400Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17962026-08-25T07:31:04.588ZAug 25 07:31:02.703 INFO Starting download, target: Clickhouse
17972026-08-25T07:31:04.588ZAug 25 07:31:02.703 INFO Starting download, target: DendriteStub
17982026-08-25T07:31:04.588ZAug 25 07:31:02.703 INFO Starting download, target: MaghemiteMgd
17992026-08-25T07:31:04.588ZAug 25 07:31:02.703 INFO Starting download, target: Console
18002026-08-25T07:31:04.588ZAug 25 07:31:02.703 INFO Starting download, target: Cockroach
18012026-08-25T07:31:04.588ZAug 25 07:31:02.703 INFO Starting download, target: MaghemiteDdmd
18022026-08-25T07:31:04.589ZAug 25 07:31:02.703 INFO Starting download, target: TransceiverControl
18032026-08-25T07:31:04.589ZAug 25 07:31:02.703 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18042026-08-25T07:31:04.589ZAug 25 07:31:02.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18052026-08-25T07:31:04.589ZAug 25 07:31:02.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18062026-08-25T07:31:04.589ZAug 25 07:31:02.704 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18072026-08-25T07:31:04.589ZAug 25 07:31:02.704 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18082026-08-25T07:31:04.589ZAug 25 07:31:02.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18092026-08-25T07:31:04.589ZAug 25 07:31:02.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18102026-08-25T07:31:06.095ZAug 25 07:31:04.505 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18112026-08-25T07:31:06.261ZAug 25 07:31:04.510 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18122026-08-25T07:31:06.429ZAug 25 07:31:04.759 INFO Download complete, target: Console
18132026-08-25T07:31:12.566ZAug 25 07:31:11.065 INFO Checking that binary works, target: Clickhouse
18142026-08-25T07:31:12.603ZAug 25 07:31:11.158 INFO Download complete, target: Clickhouse
18152026-08-25T07:31:21.070ZAug 25 07:31:19.424 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18162026-08-25T07:31:21.348ZAug 25 07:31:19.631 INFO Download complete, target: TransceiverControl
18172026-08-25T07:32:58.671ZAug 25 07:32:57.059 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18182026-08-25T07:33:00.389ZAug 25 07:32:58.947 INFO Download complete, target: MaghemiteDdmd
18192026-08-25T07:33:21.156ZAug 25 07:33:19.720 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18202026-08-25T07:33:23.930ZAug 25 07:33:22.466 INFO Download complete, target: DendriteStub
18212026-08-25T07:33:32.530ZAug 25 07:33:31.106 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18222026-08-25T07:33:35.196ZAug 25 07:33:33.772 INFO Download complete, target: MaghemiteMgd
18232026-08-25T07:33:50.990ZAug 25 07:33:49.567 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-08-25T07:33:50.991ZAug 25 07:33:49.567 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-08-25T07:33:55.468ZAug 25 07:33:54.040 INFO Checking that binary works, target: Cockroach
18262026-08-25T07:33:55.591ZAug 25 07:33:54.161 INFO Download complete, target: Cockroach
18272026-08-25T07:33:55.606ZAll prerequisites installed successfully
18282026-08-25T07:33:55.606Z
18292026-08-25T07:33:55.606Zreal 4:35.623974197
18302026-08-25T07:33:55.607Zuser 7:24.200173053
18312026-08-25T07:33:55.607Zsys 1:44.814422086
18322026-08-25T07:33:55.607Ztrap 0.321494433
18332026-08-25T07:33:55.607Ztflt 0.895389247
18342026-08-25T07:33:55.607Zdflt 1.515246802
18352026-08-25T07:33:55.607Zkflt 0.023526841
18362026-08-25T07:33:55.607Zlock 1:44:18.602495351
18372026-08-25T07:33:55.607Zslp 25:34.745188253
18382026-08-25T07:33:55.608Zlat 31.440820912
18392026-08-25T07:33:55.608Zstop 3:31.506203903
18402026-08-25T07:33:55.608Z+ ptime -m cargo xtask download softnpu
18412026-08-25T07:33:56.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-08-25T07:33:56.144Z Running `target/debug/xtask download softnpu`
18432026-08-25T07:33:56.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18442026-08-25T07:33:56.920Z Running `target/debug/xtask-downloader softnpu`
18452026-08-25T07:33:56.958ZAug 25 07:33:55.533 INFO Starting download, target: Softnpu
18462026-08-25T07:33:56.968ZAug 25 07:33:55.534 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18472026-08-25T07:33:57.734ZAug 25 07:33:56.311 INFO Download complete, target: Softnpu
18482026-08-25T07:33:57.737Z
18492026-08-25T07:33:57.740Zreal 2.141492913
18502026-08-25T07:33:57.740Zuser 1.371134248
18512026-08-25T07:33:57.741Zsys 0.650030693
18522026-08-25T07:33:57.741Ztrap 0.000406280
18532026-08-25T07:33:57.741Ztflt 0.000066640
18542026-08-25T07:33:57.741Zdflt 0.000361670
18552026-08-25T07:33:57.741Zkflt 0.000000000
18562026-08-25T07:33:57.741Zlock 14.420791955
18572026-08-25T07:33:57.741Zslp 0.663200931
18582026-08-25T07:33:57.741Zlat 0.119511600
18592026-08-25T07:33:57.741Zstop 0.000182520
18602026-08-25T07:33:57.741Z+ export CARGO_INCREMENTAL=0
18612026-08-25T07:33:57.741Z+ CARGO_INCREMENTAL=0
18622026-08-25T07:33:57.741Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18632026-08-25T07:33:58.638Z Compiling proc-macro2 v1.0.106
18642026-08-25T07:33:58.638Z Compiling quote v1.0.45
18652026-08-25T07:33:58.641Z Compiling unicode-ident v1.0.24
18662026-08-25T07:33:58.642Z Compiling serde_core v1.0.229
18672026-08-25T07:33:58.642Z Compiling libc v0.2.185
18682026-08-25T07:33:58.642Z Compiling serde v1.0.229
18692026-08-25T07:33:58.642Z Compiling cfg-if v1.0.4
18702026-08-25T07:33:58.642Z Compiling version_check v0.9.5
18712026-08-25T07:33:58.788Z Compiling autocfg v1.5.0
18722026-08-25T07:33:58.798Z Compiling shlex v1.3.0
18732026-08-25T07:33:58.799Z Compiling find-msvc-tools v0.1.9
18742026-08-25T07:33:58.799Z Compiling memchr v2.8.0
18752026-08-25T07:33:58.799Z Compiling zmij v1.0.21
18762026-08-25T07:33:58.799Z Compiling serde_json v1.0.151
18772026-08-25T07:33:58.930Z Compiling portable-atomic v1.13.1
18782026-08-25T07:33:59.135Z Compiling zerocopy v0.8.55
18792026-08-25T07:33:59.147Z Compiling libm v0.2.16
18802026-08-25T07:33:59.266Z Compiling getrandom v0.4.3
18812026-08-25T07:33:59.271Z Compiling num-traits v0.2.19
18822026-08-25T07:33:59.271Z Compiling icu_properties_data v2.1.2
18832026-08-25T07:33:59.295Z Compiling icu_normalizer_data v2.1.1
18842026-08-25T07:33:59.298Z Compiling smallvec v1.15.1
18852026-08-25T07:33:59.314Z Compiling generic-array v0.14.7
18862026-08-25T07:33:59.343Z Compiling parking_lot_core v0.9.12
18872026-08-25T07:33:59.517Z Compiling itoa v1.0.17
18882026-08-25T07:33:59.553Z Compiling log v0.4.33
18892026-08-25T07:33:59.587Z Compiling pkg-config v0.3.32
18902026-08-25T07:33:59.619Z Compiling subtle v2.6.1
18912026-08-25T07:33:59.622Z Compiling stable_deref_trait v1.2.1
18922026-08-25T07:33:59.653Z Compiling typenum v1.20.1
18932026-08-25T07:33:59.668Z Compiling rustix v1.1.4
18942026-08-25T07:33:59.746Z Compiling getrandom v0.3.4
18952026-08-25T07:33:59.779Z Compiling scopeguard v1.2.0
18962026-08-25T07:33:59.834Z Compiling thiserror v2.0.18
18972026-08-25T07:33:59.898Z Compiling lock_api v0.4.14
18982026-08-25T07:34:00.048Z Compiling rand_core v0.10.0
18992026-08-25T07:34:00.063Z Compiling jobserver v0.1.34
19002026-08-25T07:34:00.068Z Compiling errno v0.3.14
19012026-08-25T07:34:00.118Z Compiling syn v2.0.117
19022026-08-25T07:34:00.126Z Compiling syn v3.0.3
19032026-08-25T07:34:00.165Z Compiling getrandom v0.2.17
19042026-08-25T07:34:00.264Z Compiling heck v0.5.0
19052026-08-25T07:34:00.310Z Compiling cc v1.2.56
19062026-08-25T07:34:00.328Z Compiling equivalent v1.0.2
19072026-08-25T07:34:00.343Z Compiling critical-section v1.2.0
19082026-08-25T07:34:00.396Z Compiling schemars v0.8.22
19092026-08-25T07:34:00.415Z Compiling rand_core v0.6.4
19102026-08-25T07:34:00.467Z Compiling pin-project-lite v0.2.17
19112026-08-25T07:34:00.524Z Compiling syn v1.0.109
19122026-08-25T07:34:00.550Z Compiling writeable v0.6.2
19132026-08-25T07:34:00.596Z Compiling percent-encoding v2.3.2
19142026-08-25T07:34:00.610Z Compiling litemap v0.8.1
19152026-08-25T07:34:00.627Z Compiling rustversion v1.0.22
19162026-08-25T07:34:00.699Z Compiling once_cell v1.21.3
19172026-08-25T07:34:00.723Z Compiling hashbrown v0.17.0
19182026-08-25T07:34:00.953Z Compiling fs_extra v1.3.0
19192026-08-25T07:34:00.970Z Compiling dunce v1.0.5
19202026-08-25T07:34:00.974Z Compiling byteorder v1.5.0
19212026-08-25T07:34:01.051Z Compiling semver v1.0.28
19222026-08-25T07:34:01.134Z Compiling bitflags v2.11.0
19232026-08-25T07:34:01.234Z Compiling indexmap v2.14.0
19242026-08-25T07:34:01.300Z Compiling cmake v0.1.57
19252026-08-25T07:34:01.316Z Compiling strsim v0.11.1
19262026-08-25T07:34:01.384Z Compiling utf8_iter v1.0.4
19272026-08-25T07:34:01.473Z Compiling form_urlencoded v1.2.2
19282026-08-25T07:34:01.536Z Compiling signal-hook-registry v1.4.8
19292026-08-25T07:34:01.616Z Compiling thiserror v1.0.69
19302026-08-25T07:34:01.652Z Compiling parking_lot v0.12.5
19312026-08-25T07:34:01.668Z Compiling aws-lc-sys v0.40.0
19322026-08-25T07:34:01.782Z Compiling mio v1.2.0
19332026-08-25T07:34:01.804Z Compiling socket2 v0.6.3
19342026-08-25T07:34:01.912Z Compiling const-oid v0.9.6
19352026-08-25T07:34:01.970Z Compiling aws-lc-rs v1.16.3
19362026-08-25T07:34:02.002Z Compiling futures-core v0.3.32
19372026-08-25T07:34:02.146Z Compiling fnv v1.0.7
19382026-08-25T07:34:02.160Z Compiling regex-syntax v0.8.10
19392026-08-25T07:34:02.177Z Compiling httparse v1.10.1
19402026-08-25T07:34:02.465Z Compiling iana-time-zone v0.1.65
19412026-08-25T07:34:02.553Z Compiling crc32fast v1.5.0
19422026-08-25T07:34:02.619Z Compiling ucd-trie v0.1.7
19432026-08-25T07:34:02.733Z Compiling ident_case v1.0.1
19442026-08-25T07:34:02.736Z Compiling vcpkg v0.2.15
19452026-08-25T07:34:02.799Z Compiling pest v2.8.6
19462026-08-25T07:34:02.831Z Compiling uuid v1.23.4
19472026-08-25T07:34:02.865Z Compiling synstructure v0.13.2
19482026-08-25T07:34:02.882Z Compiling serde_derive_internals v0.29.1
19492026-08-25T07:34:02.974Z Compiling rustc_version v0.4.1
19502026-08-25T07:34:03.122Z Compiling futures-sink v0.3.32
19512026-08-25T07:34:03.163Z Compiling serde_derive v1.0.229
19522026-08-25T07:34:03.200Z Compiling rustls v0.23.41
19532026-08-25T07:34:03.310Z Compiling openssl-sys v0.9.117
19542026-08-25T07:34:03.357Z Compiling futures-channel v0.3.32
19552026-08-25T07:34:03.580Z Compiling aho-corasick v1.1.4
19562026-08-25T07:34:03.600Z Compiling futures-task v0.3.32
19572026-08-25T07:34:03.634Z Compiling futures-io v0.3.32
19582026-08-25T07:34:03.652Z Compiling slab v0.4.12
19592026-08-25T07:34:03.700Z Compiling dyn-clone v1.0.20
19602026-08-25T07:34:03.833Z Compiling time-core v0.1.8
19612026-08-25T07:34:03.847Z Compiling plain v0.2.3
19622026-08-25T07:34:03.864Z Compiling pest_meta v2.8.6
19632026-08-25T07:34:03.869Z Compiling radium v0.7.0
19642026-08-25T07:34:03.869Z Compiling num-conv v0.2.0
19652026-08-25T07:34:03.989Z Compiling crossbeam-utils v0.8.21
19662026-08-25T07:34:04.053Z Compiling time-macros v0.2.27
19672026-08-25T07:34:04.085Z Compiling pretty-hex v0.4.1
19682026-08-25T07:34:04.096Z Compiling zeroize_derive v1.5.0
19692026-08-25T07:34:04.125Z Compiling zerofrom-derive v0.1.6
19702026-08-25T07:34:04.148Z Compiling yoke-derive v0.8.1
19712026-08-25T07:34:04.197Z Compiling zerocopy-derive v0.8.55
19722026-08-25T07:34:04.219Z Compiling zerovec-derive v0.11.2
19732026-08-25T07:34:04.235Z Compiling displaydoc v0.2.5
19742026-08-25T07:34:04.253Z Compiling tokio-macros v2.7.0
19752026-08-25T07:34:04.268Z Compiling futures-macro v0.3.32
19762026-08-25T07:34:04.316Z Compiling thiserror-impl v2.0.18
19772026-08-25T07:34:04.404Z Compiling schemars_derive v0.8.22
19782026-08-25T07:34:04.734Z Compiling der_derive v0.7.3
19792026-08-25T07:34:04.774Z Compiling tracing-attributes v0.1.31
19802026-08-25T07:34:04.954Z Compiling thiserror-impl v1.0.69
19812026-08-25T07:34:04.972Z Compiling pest_generator v2.8.6
19822026-08-25T07:34:04.988Z Compiling regex-automata v0.4.14
19832026-08-25T07:34:05.093Z Compiling futures-util v0.3.32
19842026-08-25T07:34:05.150Z Compiling base64 v0.22.1
19852026-08-25T07:34:05.228Z Compiling openssl v0.10.80
19862026-08-25T07:34:05.260Z Compiling zerofrom v0.1.6
19872026-08-25T07:34:05.411Z Compiling yoke v0.8.1
19882026-08-25T07:34:05.482Z Compiling maybe-uninit v2.0.0
19892026-08-25T07:34:05.594Z Compiling zerovec v0.11.5
19902026-08-25T07:34:05.614Z Compiling zerotrie v0.2.3
19912026-08-25T07:34:05.668Z Compiling pest_derive v2.8.6
19922026-08-25T07:34:05.770Z Compiling base64ct v1.8.3
19932026-08-25T07:34:05.842Z Compiling scroll_derive v0.13.1
19942026-08-25T07:34:05.938Z Compiling scroll_derive v0.12.1
19952026-08-25T07:34:06.008Z Compiling pem-rfc7468 v0.7.0
19962026-08-25T07:34:06.064Z Compiling rand_core v0.9.5
19972026-08-25T07:34:06.084Z Compiling slog v2.8.2
19982026-08-25T07:34:06.153Z Compiling tinystr v0.8.2
19992026-08-25T07:34:06.166Z Compiling potential_utf v0.1.4
20002026-08-25T07:34:06.210Z Compiling zeroize v1.9.0
20012026-08-25T07:34:06.288Z Compiling bytes v1.11.1
20022026-08-25T07:34:06.327Z Compiling icu_locale_core v2.1.1
20032026-08-25T07:34:06.365Z Compiling icu_collections v2.1.1
20042026-08-25T07:34:06.531Z Compiling chrono v0.4.45
20052026-08-25T07:34:06.670Z Compiling serde_tokenstream v0.2.3
20062026-08-25T07:34:06.883Z Compiling tokio v1.52.1
20072026-08-25T07:34:06.917Z Compiling block-buffer v0.10.4
20082026-08-25T07:34:06.951Z Compiling crypto-common v0.1.7
20092026-08-25T07:34:07.047Z Compiling icu_provider v2.1.1
20102026-08-25T07:34:07.106Z Compiling digest v0.10.7
20112026-08-25T07:34:07.192Z Compiling flagset v0.4.7
20122026-08-25T07:34:07.340Z Compiling icu_properties v2.1.2
20132026-08-25T07:34:07.340Z Compiling icu_normalizer v2.1.1
20142026-08-25T07:34:07.374Z Compiling der v0.7.10
20152026-08-25T07:34:07.423Z Compiling openssl-macros v0.1.1
20162026-08-25T07:34:07.581Z Compiling darling_core v0.23.0
20172026-08-25T07:34:07.768Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-25T07:34:07.840Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20192026-08-25T07:34:07.915Z Compiling ahash v0.8.12
20202026-08-25T07:34:08.014Z Compiling paste v1.0.15
20212026-08-25T07:34:08.073Z Compiling num-bigint-dig v0.8.6
20222026-08-25T07:34:08.154Z Compiling anyhow v1.0.104
20232026-08-25T07:34:08.230Z Compiling idna_adapter v1.2.1
20242026-08-25T07:34:08.297Z Compiling native-tls v0.2.18
20252026-08-25T07:34:08.393Z Compiling idna v1.1.0
20262026-08-25T07:34:08.502Z Compiling ppv-lite86 v0.2.21
20272026-08-25T07:34:08.523Z Compiling packed_struct v0.10.1
20282026-08-25T07:34:08.580Z Compiling spki v0.7.3
20292026-08-25T07:34:08.601Z Compiling regex v1.12.3
20302026-08-25T07:34:08.646Z Compiling http v1.4.2
20312026-08-25T07:34:08.695Z Compiling zerocopy-derive v0.7.35
20322026-08-25T07:34:08.783Z Compiling url v2.5.8
20332026-08-25T07:34:08.827Z Compiling rand_chacha v0.9.0
20342026-08-25T07:34:09.156Z Compiling tracing-core v0.1.36
20352026-08-25T07:34:09.207Z Compiling cookie v0.18.1
20362026-08-25T07:34:09.227Z Compiling camino v1.2.5
20372026-08-25T07:34:09.300Z Compiling cpufeatures v0.2.17
20382026-08-25T07:34:09.585Z Compiling tracing v0.1.44
20392026-08-25T07:34:09.617Z Compiling rand v0.9.2
20402026-08-25T07:34:09.656Z Compiling serde_spanned v0.6.9
20412026-08-25T07:34:09.674Z Compiling toml_datetime v0.6.11
20422026-08-25T07:34:09.724Z Compiling darling_macro v0.23.0
20432026-08-25T07:34:09.816Z Compiling packed_struct_codegen v0.10.1
20442026-08-25T07:34:09.917Z Compiling zerocopy-derive v0.6.6
20452026-08-25T07:34:09.932Z Compiling clap_derive v4.6.1
20462026-08-25T07:34:09.986Z Compiling bitfield-macros v0.19.4
20472026-08-25T07:34:10.212Z Compiling indexmap v1.9.3
20482026-08-25T07:34:10.225Z Compiling darling v0.23.0
20492026-08-25T07:34:10.320Z Compiling object v0.37.3
20502026-08-25T07:34:10.424Z Compiling simd-adler32 v0.3.8
20512026-08-25T07:34:10.528Z Compiling fastrand v2.3.0
20522026-08-25T07:34:10.620Z Compiling http-body v1.0.1
20532026-08-25T07:34:10.680Z Compiling pkcs8 v0.10.2
20542026-08-25T07:34:10.714Z Compiling rustls-pki-types v1.14.0
20552026-08-25T07:34:10.867Z Compiling daft-derive v0.1.8
20562026-08-25T07:34:10.883Z Compiling tokio-util v0.7.18
20572026-08-25T07:34:10.959Z Compiling spin v0.9.8
20582026-08-25T07:34:11.078Z Compiling usdt-impl v0.5.0
20592026-08-25T07:34:11.218Z Compiling winnow v0.5.40
20602026-08-25T07:34:11.234Z Compiling openssl-probe v0.2.1
20612026-08-25T07:34:11.309Z Compiling ref-cast v1.0.25
20622026-08-25T07:34:11.418Z Compiling adler2 v2.0.1
20632026-08-25T07:34:11.538Z Compiling tinyvec_macros v0.1.1
20642026-08-25T07:34:11.554Z Compiling usdt-impl v0.6.0
20652026-08-25T07:34:11.607Z Compiling anstyle v1.0.14
20662026-08-25T07:34:11.613Z Compiling either v1.15.0
20672026-08-25T07:34:11.622Z Compiling utf8parse v0.2.2
20682026-08-25T07:34:11.743Z Compiling cmov v0.5.4
20692026-08-25T07:34:11.782Z Compiling tempfile v3.27.0
20702026-08-25T07:34:11.819Z Compiling anstyle-parse v1.0.0
20712026-08-25T07:34:11.835Z Compiling tinyvec v1.10.0
20722026-08-25T07:34:11.839Z Compiling miniz_oxide v0.8.9
20732026-08-25T07:34:11.982Z Compiling ctutils v0.4.2
20742026-08-25T07:34:12.013Z Compiling sha2 v0.10.9
20752026-08-25T07:34:12.191Z Compiling scroll v0.13.0
20762026-08-25T07:34:12.217Z Compiling scroll v0.12.0
20772026-08-25T07:34:12.237Z Compiling terminal_size v0.4.3
20782026-08-25T07:34:12.261Z Compiling async-trait v0.1.89
20792026-08-25T07:34:12.264Z Compiling heapless v0.7.17
20802026-08-25T07:34:12.382Z Compiling tower-layer v0.3.3
20812026-08-25T07:34:12.385Z Compiling winnow v0.7.14
20822026-08-25T07:34:12.427Z Compiling colorchoice v1.0.4
20832026-08-25T07:34:12.442Z Compiling signal-hook v0.3.18
20842026-08-25T07:34:12.466Z Compiling litrs v1.0.0
20852026-08-25T07:34:12.503Z Compiling toml_edit v0.19.15
20862026-08-25T07:34:12.529Z Compiling rustix v0.38.44
20872026-08-25T07:34:12.551Z Compiling is_terminal_polyfill v1.70.2
20882026-08-25T07:34:12.576Z Compiling tower-service v0.3.3
20892026-08-25T07:34:12.626Z Compiling anstyle-query v1.1.5
20902026-08-25T07:34:12.640Z Compiling winnow v1.0.3
20912026-08-25T07:34:12.666Z Compiling unicode-segmentation v1.12.0
20922026-08-25T07:34:12.745Z Compiling zstd-safe v7.2.4
20932026-08-25T07:34:12.855Z Compiling try-lock v0.2.5
20942026-08-25T07:34:12.872Z Compiling atomic-waker v1.1.2
20952026-08-25T07:34:12.991Z Compiling untrusted v0.7.1
20962026-08-25T07:34:12.998Z Compiling h2 v0.4.15
20972026-08-25T07:34:13.007Z Compiling want v0.3.1
20982026-08-25T07:34:13.038Z Compiling document-features v0.2.12
20992026-08-25T07:34:13.139Z Compiling anstream v1.0.0
21002026-08-25T07:34:13.205Z Compiling goblin v0.8.2
21012026-08-25T07:34:13.438Z Compiling goblin v0.10.5
21022026-08-25T07:34:13.557Z Compiling toml_parser v1.1.2+spec-1.1.0
21032026-08-25T07:34:13.664Z Compiling hybrid-array v0.4.13
21042026-08-25T07:34:13.696Z Compiling itertools v0.15.0
21052026-08-25T07:34:14.114Z Compiling zerocopy v0.7.35
21062026-08-25T07:34:14.280Z Compiling ipnet v2.12.0
21072026-08-25T07:34:14.483Z Compiling ref-cast-impl v1.0.25
21082026-08-25T07:34:14.508Z Compiling structmeta-derive v0.3.0
21092026-08-25T07:34:14.524Z Compiling curve25519-dalek v4.1.3
21102026-08-25T07:34:14.616Z Compiling darling_core v0.20.11
21112026-08-25T07:34:14.683Z Compiling wait-timeout v0.2.1
21122026-08-25T07:34:14.737Z Compiling memoffset v0.9.1
21132026-08-25T07:34:14.753Z Compiling httpdate v1.0.3
21142026-08-25T07:34:14.946Z Compiling bit-vec v0.8.0
21152026-08-25T07:34:15.045Z Compiling tap v1.0.1
21162026-08-25T07:34:15.051Z Compiling powerfmt v0.2.0
21172026-08-25T07:34:15.070Z Compiling untrusted v0.9.0
21182026-08-25T07:34:15.087Z Compiling quick-error v1.2.3
21192026-08-25T07:34:15.156Z Compiling foreign-types-shared v0.1.1
21202026-08-25T07:34:15.169Z Compiling wyz v0.5.1
21212026-08-25T07:34:15.215Z Compiling deranged v0.5.8
21222026-08-25T07:34:15.215Z Compiling rusty-fork v0.3.1
21232026-08-25T07:34:15.245Z Compiling foreign-types v0.3.2
21242026-08-25T07:34:15.253Z Compiling bit-set v0.8.0
21252026-08-25T07:34:15.445Z Compiling dof v0.3.0
21262026-08-25T07:34:15.498Z Compiling structmeta v0.3.0
21272026-08-25T07:34:15.529Z Compiling unicode-normalization v0.1.25
21282026-08-25T07:34:15.710Z Compiling ipnetwork v0.21.1
21292026-08-25T07:34:15.726Z Compiling dtrace-parser v0.2.0
21302026-08-25T07:34:16.015Z Compiling rand_chacha v0.3.1
21312026-08-25T07:34:16.055Z Compiling signature v2.2.0
21322026-08-25T07:34:16.120Z Compiling hyper v1.10.1
21332026-08-25T07:34:16.237Z Compiling dof v0.4.0
21342026-08-25T07:34:16.271Z Compiling rand_xorshift v0.4.0
21352026-08-25T07:34:16.309Z Compiling hex v0.4.3
21362026-08-25T07:34:16.360Z Compiling dtrace-parser v0.3.0
21372026-08-25T07:34:16.435Z Compiling pin-project-internal v1.1.11
21382026-08-25T07:34:16.455Z Compiling num-integer v0.1.46
21392026-08-25T07:34:16.560Z Compiling darling_macro v0.20.11
21402026-08-25T07:34:16.763Z Compiling thread-id v5.1.0
21412026-08-25T07:34:16.802Z Compiling thread-id v4.2.2
21422026-08-25T07:34:16.833Z Compiling clap_lex v1.0.0
21432026-08-25T07:34:16.901Z Compiling cfg_aliases v0.2.1
21442026-08-25T07:34:16.988Z Compiling funty v2.0.0
21452026-08-25T07:34:17.059Z Compiling owo-colors v4.3.0
21462026-08-25T07:34:17.107Z Compiling smoltcp v0.9.1
21472026-08-25T07:34:17.126Z Compiling unarray v0.1.4
21482026-08-25T07:34:17.147Z Compiling num_threads v0.1.7
21492026-08-25T07:34:17.184Z Compiling hyper-util v0.1.20
21502026-08-25T07:34:17.263Z Compiling time v0.3.47
21512026-08-25T07:34:17.275Z Compiling proptest v1.11.0
21522026-08-25T07:34:17.281Z Compiling darling v0.20.11
21532026-08-25T07:34:17.298Z Compiling nix v0.31.2
21542026-08-25T07:34:17.310Z Compiling clap_builder v4.6.0
21552026-08-25T07:34:17.366Z Compiling bitvec v1.0.1
21562026-08-25T07:34:17.452Z Compiling num-iter v0.1.45
21572026-08-25T07:34:17.551Z Compiling rand v0.8.6
21582026-08-25T07:34:17.897Z Compiling lazy_static v1.5.0
21592026-08-25T07:34:18.060Z Compiling hmac v0.12.1
21602026-08-25T07:34:18.206Z Compiling curve25519-dalek-derive v0.1.1
21612026-08-25T07:34:18.224Z Compiling sync_wrapper v1.0.2
21622026-08-25T07:34:18.345Z Compiling crc-catalog v2.4.0
21632026-08-25T07:34:18.359Z Compiling nodrop v0.1.14
21642026-08-25T07:34:18.594Z Compiling zlib-rs v0.6.2
21652026-08-25T07:34:18.656Z Compiling siphasher v1.0.2
21662026-08-25T07:34:18.815Z Compiling clap v4.6.1
21672026-08-25T07:34:18.940Z Compiling array-init v0.0.4
21682026-08-25T07:34:19.016Z Compiling crc v3.4.0
21692026-08-25T07:34:19.297Z Compiling newtype-uuid v1.3.2
21702026-08-25T07:34:19.438Z Compiling tower v0.5.3
21712026-08-25T07:34:19.941Z Compiling oxnet v0.1.6
21722026-08-25T07:34:19.947Z Compiling smallvec v0.6.14
21732026-08-25T07:34:20.083Z Compiling derive_builder_core v0.20.2
21742026-08-25T07:34:20.131Z Compiling pkcs1 v0.7.5
21752026-08-25T07:34:20.149Z Compiling http-body-util v0.1.3
21762026-08-25T07:34:20.179Z Compiling bitfield v0.19.4
21772026-08-25T07:34:20.210Z Compiling zerocopy v0.6.6
21782026-08-25T07:34:20.448Z Compiling erased-serde v0.3.31
21792026-08-25T07:34:20.466Z Compiling hubpack_derive v0.1.1
21802026-08-25T07:34:20.481Z Compiling strum_macros v0.27.2
21812026-08-25T07:34:20.511Z Compiling snafu-derive v0.8.9
21822026-08-25T07:34:20.551Z Compiling strum_macros v0.26.4
21832026-08-25T07:34:20.662Z Compiling flate2 v1.1.9
21842026-08-25T07:34:20.848Z Compiling env_filter v2.0.0
21852026-08-25T07:34:20.880Z Compiling fs-err v3.3.0
21862026-08-25T07:34:21.036Z Compiling ryu v1.0.23
21872026-08-25T07:34:21.074Z Compiling base64 v0.21.7
21882026-08-25T07:34:21.094Z Compiling iri-string v0.7.10
21892026-08-25T07:34:21.117Z Compiling unicode-bidi v0.3.18
21902026-08-25T07:34:21.215Z Compiling allocator-api2 v0.2.21
21912026-08-25T07:34:21.275Z Compiling hashbrown v0.12.3
21922026-08-25T07:34:21.383Z Compiling gimli v0.32.3
21932026-08-25T07:34:21.563Z Compiling unicode-properties v0.1.4
21942026-08-25T07:34:21.750Z Compiling stringprep v0.1.5
21952026-08-25T07:34:21.789Z Compiling ron v0.8.1
21962026-08-25T07:34:22.089Z Compiling serde_urlencoded v0.7.1
21972026-08-25T07:34:22.121Z Compiling env_logger v0.11.11
21982026-08-25T07:34:22.345Z Compiling tower-http v0.6.8
21992026-08-25T07:34:22.432Z Compiling derive_builder_macro v0.20.2
22002026-08-25T07:34:22.450Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-25T07:34:22.558Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22022026-08-25T07:34:22.648Z Compiling rsa v0.9.10
22032026-08-25T07:34:22.765Z Compiling daft v0.1.8
22042026-08-25T07:34:22.846Z Compiling serde-hex v0.1.0
22052026-08-25T07:34:22.923Z Compiling tokio-native-tls v0.3.1
22062026-08-25T07:34:23.058Z Compiling hashbrown v0.13.2
22072026-08-25T07:34:23.068Z Compiling addr2line v0.25.1
22082026-08-25T07:34:23.292Z Compiling bzip2 v0.4.4
22092026-08-25T07:34:23.305Z Compiling usdt-attr-macro v0.6.0
22102026-08-25T07:34:23.328Z Compiling usdt-macro v0.6.0
22112026-08-25T07:34:23.345Z Compiling derive-ex v0.1.8
22122026-08-25T07:34:23.407Z Compiling block-buffer v0.12.1
22132026-08-25T07:34:23.499Z Compiling crypto-common v0.2.2
22142026-08-25T07:34:23.619Z Compiling block-padding v0.4.2
22152026-08-25T07:34:23.654Z Compiling convert_case v0.10.0
22162026-08-25T07:34:23.783Z Compiling rustls-native-certs v0.8.3
22172026-08-25T07:34:23.940Z Compiling x509-cert v0.2.5
22182026-08-25T07:34:24.056Z Compiling md-5 v0.10.6
22192026-08-25T07:34:24.073Z Compiling bstr v1.12.1
22202026-08-25T07:34:24.348Z Compiling vergen-lib v9.1.0
22212026-08-25T07:34:24.396Z Compiling hash32 v0.2.1
22222026-08-25T07:34:24.477Z Compiling encoding_rs v0.8.35
22232026-08-25T07:34:24.600Z Compiling cpufeatures v0.3.0
22242026-08-25T07:34:24.682Z Compiling fallible-iterator v0.2.0
22252026-08-25T07:34:24.706Z Compiling unicode-width v0.2.0
22262026-08-25T07:34:24.770Z Compiling psl-types v2.0.11
22272026-08-25T07:34:24.851Z Compiling crc-any v2.5.0
22282026-08-25T07:34:24.909Z Compiling rustc-demangle v0.1.27
22292026-08-25T07:34:24.923Z Compiling mime v0.3.17
22302026-08-25T07:34:25.046Z Compiling postgres-protocol v0.6.10
22312026-08-25T07:34:25.275Z Compiling backtrace v0.3.76
22322026-08-25T07:34:25.292Z Compiling publicsuffix v2.3.0
22332026-08-25T07:34:25.309Z Compiling test-strategy v0.4.5
22342026-08-25T07:34:25.701Z Compiling derive_more-impl v2.1.1
22352026-08-25T07:34:25.806Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22362026-08-25T07:34:25.883Z Compiling inout v0.2.2
22372026-08-25T07:34:26.061Z Compiling zip v0.6.6
22382026-08-25T07:34:26.087Z Compiling object v0.30.4
22392026-08-25T07:34:26.115Z Compiling hyper-tls v0.6.0
22402026-08-25T07:34:26.213Z Compiling derive_builder v0.20.2
22412026-08-25T07:34:26.228Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-25T07:34:26.346Z Compiling phf_shared v0.13.1
22432026-08-25T07:34:26.349Z Compiling pin-project v1.1.11
22442026-08-25T07:34:26.581Z Compiling toml v0.7.8
22452026-08-25T07:34:26.598Z Compiling heck v0.4.1
22462026-08-25T07:34:26.689Z Compiling serde_with_macros v3.21.0
22472026-08-25T07:34:26.749Z Compiling futures-executor v0.3.32
22482026-08-25T07:34:26.990Z Compiling enum-as-inner v0.6.1
22492026-08-25T07:34:27.005Z Compiling miette-derive v7.6.0
22502026-08-25T07:34:27.005Z Compiling async-recursion v1.1.1
22512026-08-25T07:34:27.099Z Compiling serde_repr v0.1.20
22522026-08-25T07:34:27.117Z Compiling ff v0.13.1
22532026-08-25T07:34:27.180Z Compiling vergen v9.1.0
22542026-08-25T07:34:27.274Z Compiling cargo-platform v0.3.2
22552026-08-25T07:34:27.312Z Compiling unicode-linebreak v0.1.5
22562026-08-25T07:34:27.388Z Compiling same-file v1.0.6
22572026-08-25T07:34:27.490Z Compiling bitflags v1.3.2
22582026-08-25T07:34:27.570Z Compiling bumpalo v3.20.2
22592026-08-25T07:34:27.641Z Compiling libbz2-rs-sys v0.2.2
22602026-08-25T07:34:27.725Z Compiling base16ct v0.2.0
22612026-08-25T07:34:27.757Z Compiling foldhash v0.2.0
22622026-08-25T07:34:27.789Z Compiling is_ci v1.2.0
22632026-08-25T07:34:27.832Z Compiling foldhash v0.1.5
22642026-08-25T07:34:27.905Z Compiling smawk v0.3.2
22652026-08-25T07:34:27.962Z Compiling managed v0.8.0
22662026-08-25T07:34:28.013Z Compiling path-slash v0.1.5
22672026-08-25T07:34:28.030Z Compiling jiff-core v0.1.0
22682026-08-25T07:34:28.030Z Compiling textwrap v0.16.2
22692026-08-25T07:34:28.115Z Compiling bzip2 v0.6.1
22702026-08-25T07:34:28.121Z Compiling hashbrown v0.15.5
22712026-08-25T07:34:28.152Z Compiling hashbrown v0.16.1
22722026-08-25T07:34:28.222Z Compiling supports-color v3.0.2
22732026-08-25T07:34:28.239Z Compiling sec1 v0.7.3
22742026-08-25T07:34:28.294Z Compiling zopfli v0.8.3
22752026-08-25T07:34:28.398Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22762026-08-25T07:34:28.627Z Compiling walkdir v2.5.0
22772026-08-25T07:34:28.655Z Compiling cargo_metadata v0.23.1
22782026-08-25T07:34:28.775Z Compiling jiff v0.2.34
22792026-08-25T07:34:28.818Z Compiling group v0.13.0
22802026-08-25T07:34:29.009Z Compiling futures v0.3.32
22812026-08-25T07:34:29.327Z Compiling phf v0.13.1
22822026-08-25T07:34:29.500Z Compiling snafu v0.8.9
22832026-08-25T07:34:29.664Z Compiling reqwest v0.12.28
22842026-08-25T07:34:29.726Z Compiling signal-hook-mio v0.2.5
22852026-08-25T07:34:29.859Z Compiling cipher v0.5.2
22862026-08-25T07:34:29.874Z Compiling cookie_store v0.22.1
22872026-08-25T07:34:29.892Z Compiling backtrace-ext v0.2.1
22882026-08-25T07:34:29.941Z Compiling zstd v0.13.3
22892026-08-25T07:34:30.069Z Compiling postgres-types v0.2.12
22902026-08-25T07:34:30.101Z Compiling globset v0.4.18
22912026-08-25T07:34:30.153Z Compiling strum v0.27.2
22922026-08-25T07:34:30.218Z Compiling hubpack v0.1.2
22932026-08-25T07:34:30.285Z Compiling phf_shared v0.11.3
22942026-08-25T07:34:30.301Z Compiling hkdf v0.12.4
22952026-08-25T07:34:30.306Z Compiling crossbeam-epoch v0.9.18
22962026-08-25T07:34:30.468Z Compiling byte-wrapper v0.1.0
22972026-08-25T07:34:30.485Z Compiling ed25519 v2.2.3
22982026-08-25T07:34:30.485Z Compiling olpc-cjson v0.1.4
22992026-08-25T07:34:30.716Z Compiling pem v3.0.6
23002026-08-25T07:34:30.749Z Compiling crypto-bigint v0.5.5
23012026-08-25T07:34:30.799Z Compiling serde-big-array v0.5.1
23022026-08-25T07:34:30.802Z Compiling serde_plain v1.0.2
23032026-08-25T07:34:30.889Z Compiling float-cmp v0.10.0
23042026-08-25T07:34:30.924Z Compiling memmap2 v0.9.10
23052026-08-25T07:34:30.959Z Compiling precomputed-hash v0.1.1
23062026-08-25T07:34:31.009Z Compiling normalize-line-endings v0.3.0
23072026-08-25T07:34:31.025Z Compiling fixedbitset v0.4.2
23082026-08-25T07:34:31.051Z Compiling whoami v2.1.0
23092026-08-25T07:34:31.066Z Compiling fixedbitset v0.5.7
23102026-08-25T07:34:31.157Z Compiling const-oid v0.10.2
23112026-08-25T07:34:31.209Z Compiling keccak v0.1.6
23122026-08-25T07:34:31.236Z Compiling difflib v0.4.0
23132026-08-25T07:34:31.282Z Compiling supports-hyperlinks v3.2.0
23142026-08-25T07:34:31.351Z Compiling supports-unicode v3.0.0
23152026-08-25T07:34:31.378Z Compiling static_assertions v1.1.0
23162026-08-25T07:34:31.427Z Compiling typed-path v0.9.3
23172026-08-25T07:34:31.444Z Compiling data-encoding v2.10.0
23182026-08-25T07:34:31.476Z Compiling predicates-core v1.0.10
23192026-08-25T07:34:31.503Z Compiling toml_write v0.1.2
23202026-08-25T07:34:31.663Z Compiling unicode-width v0.1.14
23212026-08-25T07:34:31.680Z Compiling new_debug_unreachable v1.0.6
23222026-08-25T07:34:31.763Z Compiling hickory-proto v0.25.2
23232026-08-25T07:34:31.870Z Compiling string_cache v0.8.9
23242026-08-25T07:34:31.898Z Compiling elliptic-curve v0.13.8
23252026-08-25T07:34:31.932Z Compiling miette v7.6.0
23262026-08-25T07:34:31.948Z Compiling toml_edit v0.22.27
23272026-08-25T07:34:32.062Z Compiling predicates v3.1.4
23282026-08-25T07:34:32.100Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23292026-08-25T07:34:32.250Z Compiling sha3 v0.10.8
23302026-08-25T07:34:32.328Z Compiling digest v0.11.3
23312026-08-25T07:34:32.534Z Compiling tokio-postgres v0.7.16
23322026-08-25T07:34:32.559Z Compiling petgraph v0.8.3
23332026-08-25T07:34:32.570Z Compiling chacha20 v0.10.0
23342026-08-25T07:34:32.614Z Compiling petgraph v0.6.5
23352026-08-25T07:34:32.772Z Compiling usdt v0.6.0
23362026-08-25T07:34:33.039Z Compiling zip v4.6.1
23372026-08-25T07:34:34.096Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23382026-08-25T07:34:34.129Z Compiling ed25519-dalek v2.2.0
23392026-08-25T07:34:34.481Z Compiling crossterm v0.28.1
23402026-08-25T07:34:34.886Z Compiling iddqd v0.4.2
23412026-08-25T07:34:35.054Z Compiling oxide-generation v0.1.3
23422026-08-25T07:34:35.110Z Compiling serde_with v3.21.0
23432026-08-25T07:34:35.203Z Compiling derive_more v2.1.1
23442026-08-25T07:34:35.311Z Compiling similar v2.7.0
23452026-08-25T07:34:35.327Z Compiling strum v0.26.3
23462026-08-25T07:34:35.469Z Compiling itertools v0.13.0
23472026-08-25T07:34:35.598Z Compiling tokio-stream v0.1.18
23482026-08-25T07:34:35.660Z Compiling buf-list v1.1.2
23492026-08-25T07:34:36.023Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23502026-08-25T07:34:36.139Z Compiling openapiv3 v2.2.0
23512026-08-25T07:34:36.714Z Compiling lalrpop-util v0.19.12
23522026-08-25T07:34:36.787Z Compiling peg-runtime v0.8.5
23532026-08-25T07:34:53.840Z Compiling rustls-webpki v0.103.13
23542026-08-25T07:34:57.349Z Compiling tokio-rustls v0.26.4
23552026-08-25T07:34:57.365Z Compiling rustls-platform-verifier v0.6.2
23562026-08-25T07:34:57.402Z Compiling tough v0.22.0
23572026-08-25T07:34:57.601Z Compiling hyper-rustls v0.27.7
23582026-08-25T07:34:57.898Z Compiling reqwest v0.13.2
23592026-08-25T07:34:57.916Z Compiling macaddr v1.0.1
23602026-08-25T07:34:57.958Z Compiling crucible-workspace-hack v0.1.0
23612026-08-25T07:34:57.992Z Compiling rayon-core v1.13.0
23622026-08-25T07:34:58.176Z Compiling secrecy v0.10.3
23632026-08-25T07:34:58.214Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23642026-08-25T07:34:58.231Z Compiling heapless v0.8.0
23652026-08-25T07:34:58.247Z Compiling toml_datetime v0.7.5+spec-1.1.0
23662026-08-25T07:34:58.418Z Compiling crossbeam-deque v0.8.6
23672026-08-25T07:34:58.439Z Compiling ingot-macros v0.2.0
23682026-08-25T07:34:58.439Z Compiling inout v0.1.4
23692026-08-25T07:34:58.506Z Compiling toml_edit v0.23.10+spec-1.0.0
23702026-08-25T07:34:58.600Z Compiling hash32 v0.3.1
23712026-08-25T07:34:58.620Z Compiling multer v3.1.0
23722026-08-25T07:34:58.638Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23732026-08-25T07:34:58.716Z Compiling thread_local v1.1.9
23742026-08-25T07:34:58.754Z Compiling slog-async v2.8.0
23752026-08-25T07:34:58.784Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-08-25T07:34:58.823Z Compiling match_cfg v0.1.0
23772026-08-25T07:34:58.848Z Compiling compression-core v0.4.31
23782026-08-25T07:34:58.986Z Compiling smoltcp v0.11.0
23792026-08-25T07:34:59.040Z Compiling compression-codecs v0.4.37
23802026-08-25T07:34:59.052Z Compiling proc-macro-crate v3.4.0
23812026-08-25T07:34:59.084Z Compiling hostname v0.3.1
23822026-08-25T07:34:59.274Z Compiling cipher v0.4.4
23832026-08-25T07:34:59.347Z Compiling atomicwrites v0.4.4
23842026-08-25T07:34:59.436Z Compiling slog-json v2.6.1
23852026-08-25T07:34:59.455Z Compiling crossbeam-channel v0.5.15
23862026-08-25T07:34:59.504Z Compiling half v2.7.1
23872026-08-25T07:34:59.563Z Compiling universal-hash v0.5.1
23882026-08-25T07:34:59.668Z Compiling newtype-uuid-macros v0.1.0
23892026-08-25T07:34:59.688Z Compiling cobs v0.3.0
23902026-08-25T07:34:59.688Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-25T07:34:59.737Z Compiling async-stream-impl v0.3.6
23922026-08-25T07:34:59.842Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-25T07:34:59.876Z Compiling serde_spanned v1.1.1
23942026-08-25T07:34:59.987Z Compiling is-terminal v0.4.17
23952026-08-25T07:35:00.053Z Compiling dropshot v0.17.1
23962026-08-25T07:35:00.111Z Compiling proc-macro-error-attr v1.0.4
23972026-08-25T07:35:00.150Z Compiling opaque-debug v0.3.1
23982026-08-25T07:35:00.241Z Compiling convert_case v0.4.0
23992026-08-25T07:35:00.276Z Compiling take_mut v0.2.2
24002026-08-25T07:35:00.295Z Compiling ciborium-io v0.2.2
24012026-08-25T07:35:00.295Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24022026-08-25T07:35:00.327Z Compiling toml_writer v1.1.1+spec-1.1.0
24032026-08-25T07:35:00.343Z Compiling term v1.2.1
24042026-08-25T07:35:00.407Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052026-08-25T07:35:00.424Z Compiling ciborium-ll v0.2.2
24062026-08-25T07:35:00.530Z Compiling toml v1.1.2+spec-1.1.0
24072026-08-25T07:35:00.572Z Compiling derive_more v0.99.20
24082026-08-25T07:35:00.683Z Compiling slog-term v2.9.2
24092026-08-25T07:35:00.741Z Compiling async-stream v0.3.6
24102026-08-25T07:35:00.755Z Compiling thiserror-no-std v2.0.2
24112026-08-25T07:35:00.869Z Compiling poly1305 v0.8.0
24122026-08-25T07:35:00.917Z Compiling postcard v1.1.3
24132026-08-25T07:35:00.980Z Compiling slog-bunyan v2.5.0
24142026-08-25T07:35:00.996Z Compiling ingot-types v0.2.0
24152026-08-25T07:35:01.131Z Compiling num_enum_derive v0.7.6
24162026-08-25T07:35:01.181Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24172026-08-25T07:35:01.197Z Compiling chacha20 v0.9.1
24182026-08-25T07:35:01.313Z Compiling async-compression v0.4.41
24192026-08-25T07:35:01.472Z Compiling ingot v0.2.1
24202026-08-25T07:35:01.507Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24212026-08-25T07:35:01.523Z Compiling sha1 v0.11.0
24222026-08-25T07:35:01.624Z Compiling parse-display-derive v0.10.0
24232026-08-25T07:35:01.794Z Compiling proc-macro-crate v1.3.1
24242026-08-25T07:35:01.940Z Compiling waitgroup v0.1.2
24252026-08-25T07:35:01.979Z Compiling rustls-pemfile v2.2.0
24262026-08-25T07:35:02.069Z Compiling backon v1.6.0
24272026-08-25T07:35:02.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24282026-08-25T07:35:02.139Z Compiling password-hash v0.5.0
24292026-08-25T07:35:02.154Z Compiling blake2 v0.10.6
24302026-08-25T07:35:02.275Z Compiling aead v0.5.2
24312026-08-25T07:35:02.331Z Compiling dropshot_endpoint v0.17.1
24322026-08-25T07:35:02.488Z Compiling foreign-types-macros v0.2.3
24332026-08-25T07:35:02.650Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-25T07:35:02.672Z Compiling serde_path_to_error v0.1.20
24352026-08-25T07:35:02.691Z Compiling hostname v0.4.2
24362026-08-25T07:35:02.764Z Compiling proc-macro-error v1.0.4
24372026-08-25T07:35:02.874Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24382026-08-25T07:35:02.985Z Compiling instant v0.1.13
24392026-08-25T07:35:03.071Z Compiling illumos-nvpair-sys v0.2.0
24402026-08-25T07:35:03.086Z Compiling debug-ignore v1.0.5
24412026-08-25T07:35:03.092Z Compiling foreign-types-shared v0.3.1
24422026-08-25T07:35:03.118Z Compiling backoff v0.4.0
24432026-08-25T07:35:03.151Z Compiling parse-display v0.10.0
24442026-08-25T07:35:03.185Z Compiling argon2 v0.5.3
24452026-08-25T07:35:03.188Z Compiling foreign-types v0.5.0
24462026-08-25T07:35:03.218Z Compiling chacha20poly1305 v0.10.1
24472026-08-25T07:35:03.235Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24482026-08-25T07:35:03.287Z Compiling num_enum_derive v0.5.11
24492026-08-25T07:35:03.290Z Compiling num_enum v0.7.6
24502026-08-25T07:35:03.369Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24512026-08-25T07:35:03.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-25T07:35:03.392Z Compiling vsss-rs v3.3.4
24532026-08-25T07:35:03.540Z Compiling ciborium v0.2.2
24542026-08-25T07:35:03.809Z Compiling regress v0.10.5
24552026-08-25T07:35:03.855Z Compiling itertools v0.14.0
24562026-08-25T07:35:03.925Z Compiling tabwriter v1.4.1
24572026-08-25T07:35:03.940Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24582026-08-25T07:35:03.963Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-25T07:35:04.159Z Compiling cstr-argument v0.1.2
24602026-08-25T07:35:04.216Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24612026-08-25T07:35:04.245Z Compiling humantime v2.3.0
24622026-08-25T07:35:04.324Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24632026-08-25T07:35:04.349Z Compiling num_enum v0.5.11
24642026-08-25T07:35:04.392Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24652026-08-25T07:35:04.492Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-25T07:35:04.565Z Compiling rayon v1.11.0
24672026-08-25T07:35:04.594Z Compiling rand v0.10.1
24682026-08-25T07:35:04.680Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24692026-08-25T07:35:04.731Z Compiling libefi-sys v0.1.0
24702026-08-25T07:35:04.749Z Compiling indent_write v2.2.0
24712026-08-25T07:35:04.762Z Compiling colored v3.1.1
24722026-08-25T07:35:04.782Z Compiling zone_cfg_derive v0.3.1
24732026-08-25T07:35:04.931Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24742026-08-25T07:35:04.938Z Compiling illumos-nvpair v0.3.0
24752026-08-25T07:35:05.000Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-25T07:35:05.009Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24772026-08-25T07:35:05.053Z Compiling camino-tempfile v1.4.1
24782026-08-25T07:35:05.071Z Compiling itertools v0.12.1
24792026-08-25T07:35:05.329Z Compiling usdt-attr-macro v0.5.0
24802026-08-25T07:35:05.379Z Compiling usdt-macro v0.5.0
24812026-08-25T07:35:05.398Z Compiling bitfield-struct v0.6.2
24822026-08-25T07:35:05.415Z Compiling num-derive v0.4.2
24832026-08-25T07:35:05.419Z Compiling blake3 v1.8.5
24842026-08-25T07:35:05.452Z Compiling sigpipe v0.1.3
24852026-08-25T07:35:05.472Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24862026-08-25T07:35:05.551Z Compiling memmap v0.7.0
24872026-08-25T07:35:05.568Z Compiling swrite v0.1.0
24882026-08-25T07:35:05.595Z Compiling glob v0.3.3
24892026-08-25T07:35:05.713Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24902026-08-25T07:35:05.949Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24912026-08-25T07:35:06.047Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24922026-08-25T07:35:06.110Z Compiling usdt v0.5.0
24932026-08-25T07:35:06.267Z Compiling smf v0.2.3
24942026-08-25T07:35:06.296Z Compiling filetime v0.2.27
24952026-08-25T07:35:06.315Z Compiling constant_time_eq v0.4.2
24962026-08-25T07:35:06.318Z Compiling whoami v1.6.1
24972026-08-25T07:35:06.346Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24982026-08-25T07:35:06.349Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24992026-08-25T07:35:06.377Z Compiling arrayvec v0.7.6
25002026-08-25T07:35:06.519Z Compiling zone v0.3.1
25012026-08-25T07:35:06.537Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25022026-08-25T07:35:06.540Z Compiling arrayref v0.3.9
25032026-08-25T07:35:06.570Z Compiling xattr v1.6.1
25042026-08-25T07:35:06.643Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-25T07:35:06.666Z Compiling tokio-dtrace v0.1.1
25062026-08-25T07:35:06.729Z Compiling tar v0.4.46
25072026-08-25T07:35:06.745Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-25T07:35:06.801Z Compiling gethostname v0.5.0
25092026-08-25T07:35:06.815Z Compiling console v0.16.2
25102026-08-25T07:35:06.992Z Compiling topological-sort v0.2.2
25112026-08-25T07:35:07.008Z Compiling unit-prefix v0.5.2
25122026-08-25T07:35:07.026Z Compiling oxide-tokio-rt v0.1.4
25132026-08-25T07:35:07.081Z Compiling toml v0.8.23
25142026-08-25T07:35:07.191Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25152026-08-25T07:35:07.318Z Compiling indicatif v0.18.4
25162026-08-25T07:35:07.391Z Compiling shell-words v1.1.1
25172026-08-25T07:35:16.546Z Compiling progenitor-client v0.14.0
25182026-08-25T07:35:16.546Z Compiling omicron-zone-package v0.12.3
25192026-08-25T07:35:16.786Z Compiling progenitor-extras v0.2.0
25202026-08-25T07:35:17.124Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25212026-08-25T07:35:17.253Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-25T07:35:17.272Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25232026-08-25T07:35:17.279Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25242026-08-25T07:35:17.300Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25252026-08-25T07:35:17.328Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-25T07:35:17.409Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25272026-08-25T07:35:17.570Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25282026-08-25T07:35:18.457Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-08-25T07:35:21.900Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25302026-08-25T07:35:31.039Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-08-25T07:35:34.494Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25322026-08-25T07:35:35.584Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25332026-08-25T07:35:45.960Z Finished `release` profile [optimized] target(s) in 1m 48s
25342026-08-25T07:35:46.106Z Running `target/release/omicron-package -t test target create -p dev`
25352026-08-25T07:35:46.170ZLogging to: /work/oxidecomputer/omicron/out/LOG
25362026-08-25T07:35:46.173ZCreated new build target 'test' and set it as active
25372026-08-25T07:35:46.173Z
25382026-08-25T07:35:46.173Zreal 1:48.430541449
25392026-08-25T07:35:46.173Zuser 17:50.132115024
25402026-08-25T07:35:46.173Zsys 2:45.969331351
25412026-08-25T07:35:46.173Ztrap 0.490384610
25422026-08-25T07:35:46.173Ztflt 2.297431969
25432026-08-25T07:35:46.174Zdflt 4.915529079
25442026-08-25T07:35:46.174Zkflt 0.000694070
25452026-08-25T07:35:46.174Zlock 58:15.046951542
25462026-08-25T07:35:46.174Zslp 45:01.756376433
25472026-08-25T07:35:46.174Zlat 54.021024450
25482026-08-25T07:35:46.174Zstop 6:28.854813614
25492026-08-25T07:35:46.174Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25502026-08-25T07:35:47.063Z Finished `release` profile [optimized] target(s) in 0.88s
25512026-08-25T07:35:47.146Z Running `target/release/omicron-package -t test package`
25522026-08-25T07:35:47.198ZLogging to: /work/oxidecomputer/omicron/out/LOG
25532026-08-25T07:35:48.665Z Compiling heck v0.5.0
25542026-08-25T07:35:48.665Z Compiling regress v0.11.1
25552026-08-25T07:35:48.906Z Compiling unsafe-libyaml v0.2.11
25562026-08-25T07:35:48.925Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25572026-08-25T07:35:48.953Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25582026-08-25T07:35:48.953Z Compiling derive-where v1.6.0
25592026-08-25T07:35:48.956Z Compiling bytecount v0.6.9
25602026-08-25T07:35:48.997Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25612026-08-25T07:35:49.019Z Compiling atomicwrites v0.4.4
25622026-08-25T07:35:49.022Z Compiling is-terminal v0.4.17
25632026-08-25T07:35:49.059Z Compiling prettyplease v0.2.37
25642026-08-25T07:35:49.077Z Compiling newline-converter v0.3.0
25652026-08-25T07:35:49.080Z Compiling console v0.15.11
25662026-08-25T07:35:49.098Z Compiling slog-dtrace v0.3.0
25672026-08-25T07:35:49.118Z Compiling cancel-safe-futures v0.1.5
25682026-08-25T07:35:49.183Z Compiling resolv-conf v0.7.6
25692026-08-25T07:35:49.205Z Compiling num-rational v0.4.2
25702026-08-25T07:35:49.208Z Compiling num-complex v0.4.6
25712026-08-25T07:35:49.253Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-25T07:35:49.253Z Compiling thread_local v1.1.9
25732026-08-25T07:35:49.330Z Compiling compression-core v0.4.31
25742026-08-25T07:35:49.425Z Compiling serde_yaml v0.9.34+deprecated
25752026-08-25T07:35:49.510Z Compiling expectorate v1.2.0
25762026-08-25T07:35:49.529Z Compiling match_cfg v0.1.0
25772026-08-25T07:35:49.576Z Compiling compression-codecs v0.4.37
25782026-08-25T07:35:49.630Z Compiling hostname v0.3.1
25792026-08-25T07:35:49.724Z Compiling num v0.4.3
25802026-08-25T07:35:49.770Z Compiling multer v3.1.0
25812026-08-25T07:35:49.788Z Compiling slog-async v2.8.0
25822026-08-25T07:35:49.809Z Compiling crossbeam-channel v0.5.15
25832026-08-25T07:35:49.830Z Compiling slog-json v2.6.1
25842026-08-25T07:35:49.833Z Compiling toml_datetime v1.1.1+spec-1.1.0
25852026-08-25T07:35:49.873Z Compiling serde_spanned v1.1.1
25862026-08-25T07:35:49.876Z Compiling linear-map v1.2.0
25872026-08-25T07:35:50.061Z Compiling linked-hash-map v0.5.6
25882026-08-25T07:35:50.081Z Compiling float-ord v0.3.2
25892026-08-25T07:35:50.131Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-25T07:35:50.159Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-25T07:35:50.180Z Compiling term v1.2.1
25922026-08-25T07:35:50.205Z Compiling take_mut v0.2.2
25932026-08-25T07:35:50.227Z Compiling toml_writer v1.1.1+spec-1.1.0
25942026-08-25T07:35:50.232Z Compiling oxide-update-engine-types v0.1.2
25952026-08-25T07:35:50.268Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25962026-08-25T07:35:50.275Z Compiling lru-cache v0.1.2
25972026-08-25T07:35:50.342Z Compiling slog-bunyan v2.5.0
25982026-08-25T07:35:50.380Z Compiling async-compression v0.4.41
25992026-08-25T07:35:50.463Z Compiling typify-impl v0.6.2
26002026-08-25T07:35:50.486Z Compiling slog-term v2.9.2
26012026-08-25T07:35:50.506Z Compiling toml v1.1.2+spec-1.1.0
26022026-08-25T07:35:50.711Z Compiling async-stream v0.3.6
26032026-08-25T07:35:50.732Z Compiling dropshot v0.17.1
26042026-08-25T07:35:50.735Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052026-08-25T07:35:50.780Z Compiling sha1 v0.11.0
26062026-08-25T07:35:50.806Z Compiling progenitor-client v0.14.0
26072026-08-25T07:35:50.904Z Compiling waitgroup v0.1.2
26082026-08-25T07:35:50.926Z Compiling rustls-pemfile v2.2.0
26092026-08-25T07:35:50.949Z Compiling backon v1.6.0
26102026-08-25T07:35:50.995Z Compiling hostname v0.4.2
26112026-08-25T07:35:51.066Z Compiling serde_path_to_error v0.1.20
26122026-08-25T07:35:51.069Z Compiling instant v0.1.13
26132026-08-25T07:35:51.130Z Compiling minimal-lexical v0.2.1
26142026-08-25T07:35:51.154Z Compiling debug-ignore v1.0.5
26152026-08-25T07:35:51.175Z Compiling progenitor-extras v0.2.0
26162026-08-25T07:35:51.178Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26172026-08-25T07:35:51.219Z Compiling backoff v0.4.0
26182026-08-25T07:35:51.312Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26192026-08-25T07:35:51.436Z Compiling nom v7.1.3
26202026-08-25T07:35:51.456Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26212026-08-25T07:35:51.477Z Compiling oxide-update-engine v0.1.2
26222026-08-25T07:35:51.480Z Compiling parse-display v0.10.0
26232026-08-25T07:35:51.523Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26242026-08-25T07:35:51.648Z Compiling hickory-proto v0.24.4
26252026-08-25T07:35:52.082Z Compiling regress v0.10.5
26262026-08-25T07:35:52.234Z Compiling itertools v0.14.0
26272026-08-25T07:35:52.752Z Compiling macaddr v1.0.1
26282026-08-25T07:35:52.792Z Compiling unicode-xid v0.2.6
26292026-08-25T07:35:52.841Z Compiling humantime v2.3.0
26302026-08-25T07:35:52.995Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26312026-08-25T07:35:53.133Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26322026-08-25T07:35:53.200Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26332026-08-25T07:35:53.338Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26342026-08-25T07:35:53.445Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26352026-08-25T07:35:53.477Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26362026-08-25T07:35:53.532Z Compiling toml v0.8.23
26372026-08-25T07:35:53.615Z Compiling papergrid v0.11.0
26382026-08-25T07:35:53.750Z Compiling tabled_derive v0.7.0
26392026-08-25T07:35:53.915Z Compiling typify-macro v0.6.2
26402026-08-25T07:35:54.096Z Compiling termtree v0.5.1
26412026-08-25T07:35:54.121Z Compiling hickory-resolver v0.24.4
26422026-08-25T07:35:54.128Z Compiling crossterm v0.29.0
26432026-08-25T07:35:54.295Z Compiling phf_shared v0.12.1
26442026-08-25T07:35:54.561Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26452026-08-25T07:35:54.655Z Compiling tabled v0.15.0
26462026-08-25T07:35:54.785Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26472026-08-25T07:35:55.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26482026-08-25T07:35:55.480Z Compiling typify v0.6.2
26492026-08-25T07:35:55.850Z Compiling progenitor-impl v0.14.0
26502026-08-25T07:35:56.153Z Compiling qorb v0.4.1
26512026-08-25T07:35:56.507Z Compiling csv-core v0.1.13
26522026-08-25T07:35:56.936Z Compiling vte v0.14.1
26532026-08-25T07:35:57.003Z Compiling chrono-tz v0.10.4
26542026-08-25T07:35:57.197Z Compiling highway v1.3.0
26552026-08-25T07:35:57.251Z Compiling strip-ansi-escapes v0.2.1
26562026-08-25T07:35:57.886Z Compiling progenitor-macro v0.14.0
26572026-08-25T07:35:57.908Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-08-25T07:35:58.775Z Compiling csv v1.4.0
26592026-08-25T07:35:58.854Z Compiling phf v0.12.1
26602026-08-25T07:35:59.059Z Compiling const_format_proc_macros v0.2.34
26612026-08-25T07:35:59.368Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26622026-08-25T07:35:59.460Z Compiling fd-lock v4.0.4
26632026-08-25T07:35:59.646Z Compiling peg-macros v0.8.5
26642026-08-25T07:35:59.867Z Compiling nu-ansi-term v0.50.3
26652026-08-25T07:35:59.927Z Compiling const_format v0.2.35
26662026-08-25T07:36:00.142Z Compiling reedline v0.40.0
26672026-08-25T07:36:00.405Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26682026-08-25T07:36:00.496Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26692026-08-25T07:36:00.881Z Compiling peg v0.8.5
26702026-08-25T07:36:00.987Z Compiling bcs v0.1.6
26712026-08-25T07:36:01.411Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26722026-08-25T07:36:01.436Z Compiling nom v8.0.0
26732026-08-25T07:36:01.950Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-08-25T07:36:01.997Z Compiling progenitor v0.14.0
26752026-08-25T07:36:02.191Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26762026-08-25T07:36:02.322Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26772026-08-25T07:36:02.397Z Compiling semver v0.1.20
26782026-08-25T07:36:02.708Z Compiling rustc_version v0.1.7
26792026-08-25T07:36:02.739Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26802026-08-25T07:36:02.940Z Compiling newtype_derive v0.1.6
26812026-08-25T07:36:02.984Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26822026-08-25T07:36:03.161Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26832026-08-25T07:36:03.682Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26842026-08-25T07:36:03.933Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26852026-08-25T07:36:04.193Z Compiling serde_tokenstream v0.3.0
26862026-08-25T07:36:04.562Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26872026-08-25T07:36:04.733Z Compiling oxide-generation-macros v0.2.0
26882026-08-25T07:36:04.866Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26892026-08-25T07:36:04.981Z Compiling steno v0.4.1
26902026-08-25T07:36:05.041Z Compiling dropshot-api-manager-types v0.8.0
26912026-08-25T07:36:05.227Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26922026-08-25T07:36:05.463Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26932026-08-25T07:36:05.516Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26942026-08-25T07:36:05.628Z Compiling sha1 v0.10.6
26952026-08-25T07:36:05.963Z Compiling tagptr v0.2.0
26962026-08-25T07:36:06.091Z Compiling utf-8 v0.7.6
26972026-08-25T07:36:06.124Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26982026-08-25T07:36:06.171Z Compiling moka v0.12.13
26992026-08-25T07:36:06.296Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-25T07:36:06.336Z Compiling tungstenite v0.21.0
27012026-08-25T07:36:06.736Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-25T07:36:07.428Z Compiling hickory-resolver v0.25.2
27032026-08-25T07:36:08.141Z Compiling tokio-tungstenite v0.21.0
27042026-08-25T07:36:08.404Z Compiling darling_core v0.21.3
27052026-08-25T07:36:08.536Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27062026-08-25T07:36:09.297Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
27072026-08-25T07:36:10.501Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27082026-08-25T07:36:10.547Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27092026-08-25T07:36:10.645Z Compiling darling_macro v0.21.3
27102026-08-25T07:36:10.961Z Compiling display-error-chain v0.2.2
27112026-08-25T07:36:11.139Z Compiling libscf-sys v1.2.0
27122026-08-25T07:36:11.168Z Compiling darling v0.21.3
27132026-08-25T07:36:11.280Z Compiling vergen-lib v0.1.6
27142026-08-25T07:36:11.313Z Compiling diesel_derives v2.3.7
27152026-08-25T07:36:11.561Z Compiling dsl_auto_type v0.2.0
27162026-08-25T07:36:11.596Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27172026-08-25T07:36:12.100Z Compiling scheduled-thread-pool v0.2.7
27182026-08-25T07:36:12.265Z Compiling vergen-gitcl v1.0.8
27192026-08-25T07:36:12.440Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-25T07:36:12.686Z Compiling dirs-sys-next v0.1.2
27212026-08-25T07:36:12.739Z Compiling maplit v1.0.2
27222026-08-25T07:36:12.860Z Compiling crunchy v0.2.4
27232026-08-25T07:36:12.959Z Compiling glob v0.3.3
27242026-08-25T07:36:13.180Z Compiling dirs-next v2.0.0
27252026-08-25T07:36:13.313Z Compiling clang-sys v1.8.1
27262026-08-25T07:36:13.470Z Compiling r2d2 v0.8.10
27272026-08-25T07:36:13.744Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27282026-08-25T07:36:13.768Z Compiling papergrid v0.18.0
27292026-08-25T07:36:14.015Z Compiling xshell-macros v0.2.7
27302026-08-25T07:36:14.042Z Compiling tiny-keccak v2.0.2
27312026-08-25T07:36:14.109Z Compiling downcast-rs v2.0.2
27322026-08-25T07:36:14.307Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-25T07:36:14.359Z Compiling term v0.7.0
27342026-08-25T07:36:14.416Z Compiling xshell v0.2.7
27352026-08-25T07:36:14.548Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-25T07:36:14.604Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-25T07:36:14.778Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27382026-08-25T07:36:14.871Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-25T07:36:15.079Z Compiling tabled v0.21.0
27402026-08-25T07:36:15.102Z Compiling bit-vec v0.6.3
27412026-08-25T07:36:15.355Z Compiling bit-set v0.5.3
27422026-08-25T07:36:15.552Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27432026-08-25T07:36:15.722Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27442026-08-25T07:36:16.018Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27452026-08-25T07:36:16.066Z Compiling ascii-canvas v3.0.0
27462026-08-25T07:36:16.412Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-25T07:36:16.563Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-25T07:36:16.592Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-25T07:36:16.824Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-25T07:36:16.978Z Compiling itertools v0.10.5
27512026-08-25T07:36:17.001Z Compiling ena v0.14.4
27522026-08-25T07:36:17.030Z Compiling libloading v0.8.9
27532026-08-25T07:36:17.252Z Compiling regex-syntax v0.6.29
27542026-08-25T07:36:17.255Z Compiling diff v0.1.13
27552026-08-25T07:36:17.532Z Compiling bindgen v0.71.1
27562026-08-25T07:36:17.843Z Compiling unicase v2.9.0
27572026-08-25T07:36:18.028Z Compiling diesel v2.3.7
27582026-08-25T07:36:18.234Z Compiling cexpr v0.6.0
27592026-08-25T07:36:18.310Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27602026-08-25T07:36:18.523Z Compiling crc8 v0.1.1
27612026-08-25T07:36:18.551Z Compiling rustc-hash v2.1.1
27622026-08-25T07:36:18.660Z Compiling lalrpop v0.19.12
27632026-08-25T07:36:18.850Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27642026-08-25T07:36:18.979Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-25T07:36:19.160Z Compiling headers-core v0.3.0
27662026-08-25T07:36:19.264Z Compiling libxml v0.3.3
27672026-08-25T07:36:19.503Z Compiling headers v0.4.1
27682026-08-25T07:36:19.609Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-25T07:36:19.741Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27702026-08-25T07:36:19.837Z Compiling strum_macros v0.24.3
27712026-08-25T07:36:20.032Z Compiling indoc v1.0.9
27722026-08-25T07:36:20.496Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27732026-08-25T07:36:20.694Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-25T07:36:20.717Z Compiling derive_builder v0.20.2
27752026-08-25T07:36:20.792Z Compiling quick-xml v0.37.5
27762026-08-25T07:36:20.887Z Compiling oso-derive v0.27.3
27772026-08-25T07:36:21.053Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-25T07:36:21.086Z Compiling openssl-probe v0.1.6
27792026-08-25T07:36:21.408Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-25T07:36:21.436Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27812026-08-25T07:36:22.095Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27822026-08-25T07:36:22.292Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27832026-08-25T07:36:22.314Z Compiling bb8 v0.8.6
27842026-08-25T07:36:22.433Z Compiling trait-variant v0.1.2
27852026-08-25T07:36:22.511Z Compiling proc-macro-error-attr2 v2.0.0
27862026-08-25T07:36:22.636Z Compiling half v1.8.3
27872026-08-25T07:36:22.706Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27882026-08-25T07:36:22.914Z Compiling serde_cbor v0.11.2
27892026-08-25T07:36:22.932Z Compiling proc-macro-error2 v2.0.1
27902026-08-25T07:36:22.985Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27912026-08-25T07:36:23.046Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27922026-08-25T07:36:23.079Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27932026-08-25T07:36:23.263Z Compiling hashbrown v0.14.5
27942026-08-25T07:36:23.291Z Compiling rfc6979 v0.4.0
27952026-08-25T07:36:23.465Z Compiling salty v0.3.0
27962026-08-25T07:36:23.521Z Compiling ecdsa v0.16.9
27972026-08-25T07:36:23.801Z Compiling chumsky v0.9.3
27982026-08-25T07:36:23.868Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27992026-08-25T07:36:23.921Z Compiling knus-derive v3.4.0
28002026-08-25T07:36:23.979Z Compiling samael v0.0.19
28012026-08-25T07:36:24.262Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-25T07:36:24.286Z Compiling progenitor-impl v0.13.0
28032026-08-25T07:36:25.070Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28042026-08-25T07:36:25.294Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28052026-08-25T07:36:25.342Z Compiling primeorder v0.13.6
28062026-08-25T07:36:25.639Z Compiling nonempty v0.12.0
28072026-08-25T07:36:25.873Z Compiling p384 v0.13.1
28082026-08-25T07:36:26.094Z Compiling knus v3.4.0
28092026-08-25T07:36:26.106Z Compiling polar-core v0.27.3
28102026-08-25T07:36:26.441Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28112026-08-25T07:36:26.466Z Compiling progenitor-macro v0.13.0
28122026-08-25T07:36:26.524Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28132026-08-25T07:36:26.807Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28142026-08-25T07:36:26.928Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28152026-08-25T07:36:27.891Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28162026-08-25T07:36:28.241Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28172026-08-25T07:36:29.082Z Compiling progenitor-client v0.13.0
28182026-08-25T07:36:29.820Z Compiling fxhash v0.2.1
28192026-08-25T07:36:30.001Z Compiling libz-sys v1.1.24
28202026-08-25T07:36:30.176Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28212026-08-25T07:36:30.229Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28222026-08-25T07:36:30.498Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28232026-08-25T07:36:30.557Z Compiling progenitor v0.13.0
28242026-08-25T07:36:30.744Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28252026-08-25T07:36:31.109Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28262026-08-25T07:36:31.192Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28272026-08-25T07:36:31.809Z Compiling kstat-rs v0.2.5
28282026-08-25T07:36:32.260Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28292026-08-25T07:36:32.339Z Compiling mime_guess v2.0.5
28302026-08-25T07:36:33.172Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28312026-08-25T07:36:33.352Z Compiling nanorand v0.7.0
28322026-08-25T07:36:33.573Z Compiling libgit2-sys v0.18.3+1.9.2
28332026-08-25T07:36:33.731Z Compiling parking_lot_core v0.8.6
28342026-08-25T07:36:34.011Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28352026-08-25T07:36:34.098Z Compiling flume v0.11.1
28362026-08-25T07:36:34.266Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28372026-08-25T07:36:34.721Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28382026-08-25T07:36:35.029Z Compiling oso v0.27.3
28392026-08-25T07:36:35.173Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28402026-08-25T07:36:36.371Z Compiling diesel-dtrace v0.5.0
28412026-08-25T07:36:36.706Z Compiling async-bb8-diesel v0.2.1
28422026-08-25T07:36:37.154Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28432026-08-25T07:36:37.294Z Compiling git-stub v1.0.0
28442026-08-25T07:36:37.559Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28452026-08-25T07:36:37.693Z Compiling strsim v0.10.0
28462026-08-25T07:36:37.805Z Compiling corncobs v0.1.4
28472026-08-25T07:36:37.927Z Compiling http-range v0.1.5
28482026-08-25T07:36:38.072Z Compiling instability v0.3.11
28492026-08-25T07:36:38.268Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28502026-08-25T07:36:38.371Z Compiling darling_core v0.13.4
28512026-08-25T07:36:38.722Z Compiling git-stub-vcs v0.1.0
28522026-08-25T07:36:38.991Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28532026-08-25T07:36:40.869Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28542026-08-25T07:36:41.483Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28552026-08-25T07:36:41.531Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28562026-08-25T07:36:42.250Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28572026-08-25T07:36:42.688Z Compiling ignore v0.4.25
28582026-08-25T07:36:43.544Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28592026-08-25T07:36:43.844Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28602026-08-25T07:36:44.917Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28612026-08-25T07:36:44.958Z Compiling anstyle-parse v0.2.7
28622026-08-25T07:36:45.222Z Compiling secrecy v0.8.0
28632026-08-25T07:36:45.327Z Compiling vergen-git2 v9.1.0
28642026-08-25T07:36:45.429Z Compiling castaway v0.2.4
28652026-08-25T07:36:45.561Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28662026-08-25T07:36:45.597Z Compiling indoc v2.0.7
28672026-08-25T07:36:45.674Z Compiling compact_str v0.8.1
28682026-08-25T07:36:45.862Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28692026-08-25T07:36:46.681Z Compiling anstream v0.6.21
28702026-08-25T07:36:46.789Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28712026-08-25T07:36:46.792Z Compiling globwalk v0.9.1
28722026-08-25T07:36:47.216Z Compiling parking_lot v0.11.2
28732026-08-25T07:36:47.423Z Compiling hyper-staticfile v0.10.1
28742026-08-25T07:36:47.484Z Compiling darling_macro v0.13.4
28752026-08-25T07:36:47.523Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28762026-08-25T07:36:47.916Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28772026-08-25T07:36:47.993Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28782026-08-25T07:36:48.101Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28792026-08-25T07:36:48.395Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28802026-08-25T07:36:48.558Z Compiling predicates-tree v1.0.13
28812026-08-25T07:36:48.667Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28822026-08-25T07:36:48.898Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28832026-08-25T07:36:48.980Z Compiling unicode-truncate v1.1.0
28842026-08-25T07:36:49.075Z Compiling lru v0.12.5
28852026-08-25T07:36:49.170Z Compiling sha2 v0.11.0
28862026-08-25T07:36:49.195Z Compiling digest-io v0.1.0
28872026-08-25T07:36:49.310Z Compiling prefix-trie v0.7.0
28882026-08-25T07:36:49.384Z Compiling rand_seeder v0.4.0
28892026-08-25T07:36:49.504Z Compiling rawzip v0.4.4
28902026-08-25T07:36:49.641Z Compiling cassowary v0.3.0
28912026-08-25T07:36:49.808Z Compiling hickory-server v0.25.2
28922026-08-25T07:36:50.036Z Compiling ratatui v0.29.0
28932026-08-25T07:36:50.242Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28942026-08-25T07:36:50.579Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28952026-08-25T07:36:50.802Z Compiling camino-tempfile-ext v0.3.3
28962026-08-25T07:36:50.872Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28972026-08-25T07:36:51.090Z Compiling darling v0.13.4
28982026-08-25T07:36:51.188Z Compiling sled v0.34.7
28992026-08-25T07:36:51.380Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29002026-08-25T07:36:51.576Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29012026-08-25T07:36:53.588Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29022026-08-25T07:36:54.100Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29032026-08-25T07:36:54.344Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29042026-08-25T07:36:54.782Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29052026-08-25T07:36:57.284Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29062026-08-25T07:36:57.339Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29072026-08-25T07:36:58.298Z Compiling serde_with_macros v1.5.2
29082026-08-25T07:36:58.322Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29092026-08-25T07:36:59.104Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29102026-08-25T07:36:59.257Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29112026-08-25T07:36:59.477Z Compiling git2 v0.20.4
29122026-08-25T07:36:59.511Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-25T07:36:59.532Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29142026-08-25T07:36:59.739Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29152026-08-25T07:36:59.788Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-25T07:36:59.967Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29172026-08-25T07:37:00.022Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29182026-08-25T07:37:00.190Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29192026-08-25T07:37:00.263Z Compiling arc-swap v1.8.2
29202026-08-25T07:37:00.361Z Compiling void v1.0.2
29212026-08-25T07:37:00.489Z Compiling lzss v0.8.2
29222026-08-25T07:37:00.538Z Compiling slog-scope v4.4.1
29232026-08-25T07:37:00.680Z Compiling serde_with v1.14.0
29242026-08-25T07:37:00.728Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29252026-08-25T07:37:00.777Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29262026-08-25T07:37:00.940Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29272026-08-25T07:37:01.966Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29282026-08-25T07:37:01.989Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29292026-08-25T07:37:02.356Z Compiling scuffle v0.1.0
29302026-08-25T07:37:02.494Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29312026-08-25T07:37:02.668Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-25T07:37:03.038Z Compiling tungstenite v0.23.0
29332026-08-25T07:37:04.444Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-25T07:37:04.852Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29352026-08-25T07:37:05.302Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29362026-08-25T07:37:05.331Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29372026-08-25T07:37:05.531Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29382026-08-25T07:37:05.559Z Compiling nix v0.27.1
29392026-08-25T07:37:05.622Z Compiling twox-hash v2.1.2
29402026-08-25T07:37:05.773Z Compiling libsw-core v0.3.2
29412026-08-25T07:37:05.998Z Compiling serde_bytes v0.11.19
29422026-08-25T07:37:06.130Z Compiling atty v0.2.14
29432026-08-25T07:37:06.288Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29442026-08-25T07:37:06.291Z Compiling libsw v3.5.0
29452026-08-25T07:37:06.493Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-25T07:37:06.544Z Compiling tokio-tungstenite v0.23.1
29472026-08-25T07:37:06.716Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29482026-08-25T07:37:06.917Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29492026-08-25T07:37:06.939Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29502026-08-25T07:37:07.074Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29512026-08-25T07:37:07.747Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29522026-08-25T07:37:08.106Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29532026-08-25T07:37:09.345Z Compiling slog-stdlog v4.1.1
29542026-08-25T07:37:09.752Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-25T07:37:10.701Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29562026-08-25T07:37:11.477Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29572026-08-25T07:37:11.936Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29582026-08-25T07:37:12.325Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29592026-08-25T07:37:12.940Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29602026-08-25T07:37:13.086Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29612026-08-25T07:37:14.784Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29622026-08-25T07:37:15.761Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29632026-08-25T07:37:16.107Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29642026-08-25T07:37:16.441Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
29652026-08-25T07:37:16.682Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29662026-08-25T07:37:17.414Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-25T07:37:19.986Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29682026-08-25T07:37:20.056Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29692026-08-25T07:37:20.561Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29702026-08-25T07:37:20.639Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29712026-08-25T07:37:21.511Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29722026-08-25T07:37:21.738Z Compiling fatfs v0.3.6
29732026-08-25T07:37:23.060Z Compiling signal-hook-tokio v0.3.1
29742026-08-25T07:37:23.258Z Compiling yasna v0.5.2
29752026-08-25T07:37:23.986Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29762026-08-25T07:37:24.437Z Compiling seq-macro v0.3.6
29772026-08-25T07:37:24.821Z Compiling assert_matches v1.5.0
29782026-08-25T07:37:24.934Z Compiling rcgen v0.12.1
29792026-08-25T07:37:24.992Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29802026-08-25T07:37:25.076Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29812026-08-25T07:37:25.430Z Compiling slog-envlogger v2.2.0
29822026-08-25T07:37:26.682Z Compiling oxide-update-engine-display v0.1.2
29832026-08-25T07:37:26.918Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29842026-08-25T07:37:27.657Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29852026-08-25T07:37:27.726Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29862026-08-25T07:37:27.956Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29872026-08-25T07:37:28.184Z Compiling port-file v0.1.0
29882026-08-25T07:37:28.518Z Compiling rtoolbox v0.0.3
29892026-08-25T07:37:28.542Z Compiling subprocess v0.2.15
29902026-08-25T07:37:28.807Z Compiling rpassword v7.5.4
29912026-08-25T07:37:29.280Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29922026-08-25T07:37:29.465Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29932026-08-25T07:37:30.447Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29942026-08-25T07:37:30.585Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29952026-08-25T07:37:30.670Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29962026-08-25T07:37:31.418Z Compiling tui-tree-widget v0.23.1
29972026-08-25T07:37:31.709Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29982026-08-25T07:37:32.820Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29992026-08-25T07:37:34.642Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30002026-08-25T07:37:35.229Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30012026-08-25T07:37:36.200Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30022026-08-25T07:37:36.229Z Compiling uzers v0.12.2
30032026-08-25T07:37:36.430Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30042026-08-25T07:37:37.167Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30052026-08-25T07:37:37.279Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30062026-08-25T07:37:38.689Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30072026-08-25T07:37:38.911Z Compiling support-bundle-viewer v0.1.2
30082026-08-25T07:37:39.212Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30092026-08-25T07:37:40.771Z Compiling multimap v0.10.1
30102026-08-25T07:37:49.015Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30112026-08-25T07:37:51.269Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-08-25T07:37:54.626Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30132026-08-25T07:37:59.006Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-08-25T07:38:01.676Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-08-25T07:44:44.821Z Finished `release` profile [optimized] target(s) in 8m 57s
30162026-08-25T07:44:44.824Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30172026-08-25T07:44:44.825Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30182026-08-25T07:45:36.308Z
30192026-08-25T07:45:36.308Zreal 9:50.089024711
30202026-08-25T07:45:36.334Zuser 1:21:51.188225597
30212026-08-25T07:45:36.334Zsys 3:39.350908951
30222026-08-25T07:45:36.334Ztrap 1.809622079
30232026-08-25T07:45:36.334Ztflt 2.029641413
30242026-08-25T07:45:36.334Zdflt 20.452263596
30252026-08-25T07:45:36.334Zkflt 0.005121292
30262026-08-25T07:45:36.334Zlock 7:27:32.984577447
30272026-08-25T07:45:36.334Zslp 2:16:43.977496122
30282026-08-25T07:45:36.335Zlat 2:32.378447256
30292026-08-25T07:45:36.335Zstop 5:38.909992475
30302026-08-25T07:45:36.335Z+ mapfile -t packages
30312026-08-25T07:45:36.335Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30322026-08-25T07:45:37.246Z Finished `release` profile [optimized] target(s) in 0.94s
30332026-08-25T07:45:37.308Z Running `target/release/omicron-package -t test list-outputs`
30342026-08-25T07:45:37.372ZLogging to: /work/oxidecomputer/omicron/out/LOG
30352026-08-25T07:45:37.393Z+ ptime -m cargo build --locked --release -p xtask
30362026-08-25T07:45:37.867Z Compiling libc v0.2.185
30372026-08-25T07:45:37.868Z Compiling serde_core v1.0.229
30382026-08-25T07:45:37.868Z Compiling serde v1.0.229
30392026-08-25T07:45:37.877Z Compiling rustix v1.1.4
30402026-08-25T07:45:37.877Z Compiling serde_json v1.0.151
30412026-08-25T07:45:38.000Z Compiling bitflags v2.11.0
30422026-08-25T07:45:38.035Z Compiling usdt-impl v0.5.0
30432026-08-25T07:45:38.043Z Compiling syn v2.0.117
30442026-08-25T07:45:38.044Z Compiling syn v3.0.3
30452026-08-25T07:45:38.044Z Compiling syn v1.0.109
30462026-08-25T07:45:38.074Z Compiling log v0.4.33
30472026-08-25T07:45:38.074Z Compiling getrandom v0.4.3
30482026-08-25T07:45:38.104Z Compiling indexmap v2.14.0
30492026-08-25T07:45:38.197Z Compiling fs-err v3.3.0
30502026-08-25T07:45:38.365Z Compiling once_cell v1.21.3
30512026-08-25T07:45:38.379Z Compiling anyhow v1.0.104
30522026-08-25T07:45:38.435Z Compiling heck v0.4.1
30532026-08-25T07:45:38.726Z Compiling thread-id v4.2.2
30542026-08-25T07:45:38.732Z Compiling errno v0.3.14
30552026-08-25T07:45:38.732Z Compiling memmap v0.7.0
30562026-08-25T07:45:39.439Z Compiling serde_derive v1.0.229
30572026-08-25T07:45:39.514Z Compiling proc-macro-error v1.0.4
30582026-08-25T07:45:39.742Z Compiling terminal_size v0.4.3
30592026-08-25T07:45:39.742Z Compiling tempfile v3.27.0
30602026-08-25T07:45:39.775Z Compiling tabled_derive v0.7.0
30612026-08-25T07:45:39.836Z Compiling clap_builder v4.6.0
30622026-08-25T07:45:39.836Z Compiling textwrap v0.16.2
30632026-08-25T07:45:40.181Z Compiling pest_generator v2.8.6
30642026-08-25T07:45:40.184Z Compiling camino v1.2.5
30652026-08-25T07:45:40.226Z Compiling cargo-platform v0.3.2
30662026-08-25T07:45:40.240Z Compiling semver v1.0.28
30672026-08-25T07:45:40.451Z Compiling tabled v0.15.0
30682026-08-25T07:45:40.504Z Compiling camino-tempfile v1.4.1
30692026-08-25T07:45:40.776Z Compiling thiserror-impl v1.0.69
30702026-08-25T07:45:40.780Z Compiling zerocopy-derive v0.7.35
30712026-08-25T07:45:40.780Z Compiling pest_derive v2.8.6
30722026-08-25T07:45:40.780Z Compiling scroll_derive v0.12.1
30732026-08-25T07:45:40.780Z Compiling thiserror-impl v2.0.18
30742026-08-25T07:45:40.780Z Compiling clap_derive v4.6.1
30752026-08-25T07:45:41.554Z Compiling scroll v0.12.0
30762026-08-25T07:45:41.593Z Compiling zerocopy v0.7.35
30772026-08-25T07:45:41.804Z Compiling goblin v0.8.2
30782026-08-25T07:45:41.937Z Compiling thiserror v1.0.69
30792026-08-25T07:45:42.027Z Compiling dtrace-parser v0.2.0
30802026-08-25T07:45:42.057Z Compiling serde_spanned v0.6.9
30812026-08-25T07:45:42.117Z Compiling dof v0.3.0
30822026-08-25T07:45:42.136Z Compiling toml_datetime v0.6.11
30832026-08-25T07:45:42.166Z Compiling serde_tokenstream v0.2.3
30842026-08-25T07:45:42.315Z Compiling thiserror v2.0.18
30852026-08-25T07:45:42.445Z Compiling toml_edit v0.22.27
30862026-08-25T07:45:42.471Z Compiling cargo_metadata v0.23.1
30872026-08-25T07:45:42.521Z Compiling clap v4.6.1
30882026-08-25T07:45:42.550Z Compiling macaddr v1.0.1
30892026-08-25T07:45:42.620Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30902026-08-25T07:45:42.972Z Compiling usdt-attr-macro v0.5.0
30912026-08-25T07:45:43.196Z Compiling usdt-macro v0.5.0
30922026-08-25T07:45:44.152Z Compiling toml v0.8.23
30932026-08-25T07:45:44.620Z Compiling cargo_toml v0.21.0
30942026-08-25T07:45:45.604Z Compiling usdt v0.5.0
30952026-08-25T07:45:49.170Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30962026-08-25T07:45:52.365Z Finished `release` profile [optimized] target(s) in 14.98s
30972026-08-25T07:45:52.503Z
30982026-08-25T07:45:52.503Zreal 15.098427697
30992026-08-25T07:45:52.503Zuser 2:06.858333397
31002026-08-25T07:45:52.503Zsys 13.692055324
31012026-08-25T07:45:52.503Ztrap 0.080141441
31022026-08-25T07:45:52.503Ztflt 0.293764928
31032026-08-25T07:45:52.503Zdflt 1.051591783
31042026-08-25T07:45:52.506Zkflt 0.000086380
31052026-08-25T07:45:52.507Zlock 5:09.827788823
31062026-08-25T07:45:52.507Zslp 3:07.148501587
31072026-08-25T07:45:52.507Zlat 4.993873030
31082026-08-25T07:45:52.507Zstop 17.193168336
31092026-08-25T07:45:52.507Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31102026-08-25T07:45:52.507Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31112026-08-25T07:45:52.507Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31122026-08-25T07:45:52.507Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31132026-08-25T07:45:52.507Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31142026-08-25T07:45:53.455Z Compiling progenitor-client v0.14.0
31152026-08-25T07:45:53.455Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31162026-08-25T07:45:53.459Z Compiling newtype-uuid-macros v0.1.0
31172026-08-25T07:45:53.459Z Compiling match_cfg v0.1.0
31182026-08-25T07:45:53.459Z Compiling slog-json v2.6.1
31192026-08-25T07:45:53.459Z Compiling sha1 v0.11.0
31202026-08-25T07:45:53.459Z Compiling multer v3.1.0
31212026-08-25T07:45:53.459Z Compiling compression-core v0.4.31
31222026-08-25T07:45:53.459Z Compiling debug-ignore v1.0.5
31232026-08-25T07:45:53.607Z Compiling async-stream-impl v0.3.6
31242026-08-25T07:45:53.611Z Compiling toml_datetime v1.1.1+spec-1.1.0
31252026-08-25T07:45:53.611Z Compiling serde_spanned v1.1.1
31262026-08-25T07:45:53.611Z Compiling dropshot v0.17.1
31272026-08-25T07:45:53.611Z Compiling toml_writer v1.1.1+spec-1.1.0
31282026-08-25T07:45:53.626Z Compiling rustls-pemfile v2.2.0
31292026-08-25T07:45:53.629Z Compiling waitgroup v0.1.2
31302026-08-25T07:45:53.863Z Compiling dropshot_endpoint v0.17.1
31312026-08-25T07:45:53.916Z Compiling serde_path_to_error v0.1.20
31322026-08-25T07:45:53.919Z Compiling hostname v0.4.2
31332026-08-25T07:45:53.919Z Compiling atomicwrites v0.4.4
31342026-08-25T07:45:53.919Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-25T07:45:53.936Z Compiling macaddr v1.0.1
31362026-08-25T07:45:53.987Z Compiling hostname v0.3.1
31372026-08-25T07:45:54.005Z Compiling compression-codecs v0.4.37
31382026-08-25T07:45:54.063Z Compiling toml v1.1.2+spec-1.1.0
31392026-08-25T07:45:54.081Z Compiling instant v0.1.13
31402026-08-25T07:45:54.119Z Compiling slog-bunyan v2.5.0
31412026-08-25T07:45:54.121Z Compiling regress v0.10.5
31422026-08-25T07:45:54.137Z Compiling parse-display-derive v0.10.0
31432026-08-25T07:45:54.191Z Compiling backon v1.6.0
31442026-08-25T07:45:54.227Z Compiling async-compression v0.4.41
31452026-08-25T07:45:54.230Z Compiling backoff v0.4.0
31462026-08-25T07:45:54.230Z Compiling async-stream v0.3.6
31472026-08-25T07:45:54.230Z Compiling itertools v0.14.0
31482026-08-25T07:45:54.298Z Compiling humantime v2.3.0
31492026-08-25T07:45:54.302Z Compiling half v2.7.1
31502026-08-25T07:45:54.362Z Compiling crucible-workspace-hack v0.1.0
31512026-08-25T07:45:54.414Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31522026-08-25T07:45:54.434Z Compiling progenitor-extras v0.2.0
31532026-08-25T07:45:54.456Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31542026-08-25T07:45:54.459Z Compiling ciborium-io v0.2.2
31552026-08-25T07:45:54.489Z Compiling convert_case v0.4.0
31562026-08-25T07:45:54.567Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31572026-08-25T07:45:54.601Z Compiling ciborium-ll v0.2.2
31582026-08-25T07:45:54.601Z Compiling regress v0.11.1
31592026-08-25T07:45:54.604Z Compiling secrecy v0.10.3
31602026-08-25T07:45:54.650Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-25T07:45:54.654Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31622026-08-25T07:45:54.702Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31632026-08-25T07:45:54.706Z Compiling inout v0.1.4
31642026-08-25T07:45:54.740Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31652026-08-25T07:45:54.806Z Compiling ciborium v0.2.2
31662026-08-25T07:45:54.834Z Compiling thiserror-impl-no-std v2.0.2
31672026-08-25T07:45:54.852Z Compiling universal-hash v0.5.1
31682026-08-25T07:45:54.886Z Compiling derive_more v0.99.20
31692026-08-25T07:45:54.903Z Compiling cipher v0.4.4
31702026-08-25T07:45:54.919Z Compiling unsafe-libyaml v0.2.11
31712026-08-25T07:45:55.013Z Compiling opaque-debug v0.3.1
31722026-08-25T07:45:55.031Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-25T07:45:55.050Z Compiling blake2 v0.10.6
31742026-08-25T07:45:55.102Z Compiling poly1305 v0.8.0
31752026-08-25T07:45:55.178Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31762026-08-25T07:45:55.356Z Compiling chacha20 v0.9.1
31772026-08-25T07:45:55.399Z Compiling aead v0.5.2
31782026-08-25T07:45:55.416Z Compiling password-hash v0.5.0
31792026-08-25T07:45:55.435Z Compiling indent_write v2.2.0
31802026-08-25T07:45:55.524Z Compiling serde_yaml v0.9.34+deprecated
31812026-08-25T07:45:55.598Z Compiling chacha20poly1305 v0.10.1
31822026-08-25T07:45:55.635Z Compiling toml_datetime v0.7.5+spec-1.1.0
31832026-08-25T07:45:55.655Z Compiling num-derive v0.4.2
31842026-08-25T07:45:55.671Z Compiling heapless v0.8.0
31852026-08-25T07:45:55.693Z Compiling argon2 v0.5.3
31862026-08-25T07:45:55.784Z Compiling ingot-macros v0.2.0
31872026-08-25T07:45:55.852Z Compiling toml_edit v0.23.10+spec-1.0.0
31882026-08-25T07:45:55.868Z Compiling tabwriter v1.4.1
31892026-08-25T07:45:55.917Z Compiling parse-display v0.10.0
31902026-08-25T07:45:55.935Z Compiling hash32 v0.3.1
31912026-08-25T07:45:56.045Z Compiling thiserror-no-std v2.0.2
31922026-08-25T07:45:56.113Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31932026-08-25T07:45:56.132Z Compiling smoltcp v0.11.0
31942026-08-25T07:45:56.168Z Compiling vsss-rs v3.3.4
31952026-08-25T07:45:56.195Z Compiling typify-impl v0.6.2
31962026-08-25T07:45:56.240Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-25T07:45:56.479Z Compiling proc-macro-crate v3.4.0
31982026-08-25T07:45:56.553Z Compiling cobs v0.3.0
31992026-08-25T07:45:56.617Z Compiling illumos-nvpair-sys v0.2.0
32002026-08-25T07:45:56.773Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32012026-08-25T07:45:56.820Z Compiling colored v3.1.1
32022026-08-25T07:45:56.928Z Compiling postcard v1.1.3
32032026-08-25T07:45:56.931Z Compiling proc-macro-error v1.0.4
32042026-08-25T07:45:56.980Z Compiling rand v0.10.1
32052026-08-25T07:45:57.024Z Compiling proc-macro-crate v1.3.1
32062026-08-25T07:45:57.064Z Compiling num_enum_derive v0.7.6
32072026-08-25T07:45:57.142Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32082026-08-25T07:45:57.244Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-25T07:45:57.264Z Compiling foreign-types-macros v0.2.3
32102026-08-25T07:45:57.309Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-25T07:45:57.326Z Compiling foreign-types-shared v0.3.1
32122026-08-25T07:45:57.345Z Compiling rayon-core v1.13.0
32132026-08-25T07:45:57.492Z Compiling num_enum_derive v0.5.11
32142026-08-25T07:45:57.589Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-25T07:45:57.608Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-25T07:45:57.646Z Compiling crossbeam-deque v0.8.6
32172026-08-25T07:45:57.724Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32182026-08-25T07:45:57.772Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32192026-08-25T07:45:57.790Z Compiling cstr-argument v0.1.2
32202026-08-25T07:45:57.875Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32212026-08-25T07:45:57.895Z Compiling illumos-nvpair v0.3.0
32222026-08-25T07:45:57.930Z Compiling foreign-types v0.5.0
32232026-08-25T07:45:57.962Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32242026-08-25T07:45:58.037Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32252026-08-25T07:45:58.115Z Compiling zone_cfg_derive v0.3.1
32262026-08-25T07:45:58.154Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32272026-08-25T07:45:58.173Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32282026-08-25T07:45:58.208Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-25T07:45:58.226Z Compiling num_enum v0.7.6
32302026-08-25T07:45:58.277Z Compiling itertools v0.12.1
32312026-08-25T07:45:58.308Z Compiling sigpipe v0.1.3
32322026-08-25T07:45:58.326Z Compiling rayon v1.11.0
32332026-08-25T07:45:58.342Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32342026-08-25T07:45:58.360Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32352026-08-25T07:45:58.379Z Compiling glob v0.3.3
32362026-08-25T07:45:58.399Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32372026-08-25T07:45:58.417Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32382026-08-25T07:45:58.613Z Compiling num_enum v0.5.11
32392026-08-25T07:45:58.616Z Compiling smf v0.2.3
32402026-08-25T07:45:58.648Z Compiling cpubits v0.1.1
32412026-08-25T07:45:58.667Z Compiling whoami v1.6.1
32422026-08-25T07:45:58.738Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32432026-08-25T07:45:58.757Z Compiling ingot-types v0.2.0
32442026-08-25T07:45:58.779Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32452026-08-25T07:45:58.782Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32462026-08-25T07:45:58.782Z Compiling gethostname v0.5.0
32472026-08-25T07:45:58.834Z Compiling derive-where v1.6.0
32482026-08-25T07:45:58.837Z Compiling usdt-attr-macro v0.5.0
32492026-08-25T07:45:58.867Z Compiling usdt-macro v0.5.0
32502026-08-25T07:45:58.963Z Compiling num-rational v0.4.2
32512026-08-25T07:45:58.997Z Compiling num-complex v0.4.6
32522026-08-25T07:45:59.109Z Compiling memmap v0.7.0
32532026-08-25T07:45:59.172Z Compiling ingot v0.2.1
32542026-08-25T07:45:59.196Z Compiling toml v0.8.23
32552026-08-25T07:45:59.255Z Compiling pem-rfc7468 v1.0.0
32562026-08-25T07:45:59.314Z Compiling float-ord v0.3.2
32572026-08-25T07:45:59.413Z Compiling num v0.4.3
32582026-08-25T07:45:59.456Z Compiling zone v0.3.1
32592026-08-25T07:45:59.511Z Compiling resolv-conf v0.7.6
32602026-08-25T07:45:59.549Z Compiling cancel-safe-futures v0.1.5
32612026-08-25T07:45:59.583Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32622026-08-25T07:45:59.588Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32632026-08-25T07:45:59.661Z Compiling hmac v0.13.0
32642026-08-25T07:45:59.700Z Compiling usdt v0.5.0
32652026-08-25T07:45:59.812Z Compiling universal-hash v0.6.1
32662026-08-25T07:45:59.867Z Compiling sha1 v0.10.6
32672026-08-25T07:45:59.883Z Compiling libefi-sys v0.1.0
32682026-08-25T07:45:59.886Z Compiling prettyplease v0.2.37
32692026-08-25T07:45:59.974Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32702026-08-25T07:46:00.002Z Compiling linear-map v1.2.0
32712026-08-25T07:46:00.133Z Compiling polyval v0.7.1
32722026-08-25T07:46:00.148Z Compiling der v0.8.0
32732026-08-25T07:46:00.151Z Compiling hickory-proto v0.24.4
32742026-08-25T07:46:00.185Z Compiling newline-converter v0.3.0
32752026-08-25T07:46:00.189Z Compiling console v0.15.11
32762026-08-25T07:46:00.189Z Compiling bitfield-struct v0.6.2
32772026-08-25T07:46:00.242Z Compiling linked-hash-map v0.5.6
32782026-08-25T07:46:00.245Z Compiling oxide-update-engine-types v0.1.2
32792026-08-25T07:46:00.352Z Compiling ghash v0.6.0
32802026-08-25T07:46:00.472Z Compiling lru-cache v0.1.2
32812026-08-25T07:46:00.517Z Compiling pbkdf2 v0.13.0
32822026-08-25T07:46:00.595Z Compiling expectorate v1.2.0
32832026-08-25T07:46:00.613Z Compiling aes v0.9.1
32842026-08-25T07:46:00.632Z Compiling crypto-bigint v0.7.5
32852026-08-25T07:46:00.672Z Compiling ctr v0.10.1
32862026-08-25T07:46:00.791Z Compiling aead v0.6.1
32872026-08-25T07:46:00.807Z Compiling sha2 v0.11.0
32882026-08-25T07:46:00.867Z Compiling typify-macro v0.6.2
32892026-08-25T07:46:00.909Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32902026-08-25T07:46:00.926Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-25T07:46:00.988Z Compiling nom v8.0.0
32922026-08-25T07:46:01.099Z Compiling semver v0.1.20
32932026-08-25T07:46:01.252Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-25T07:46:01.353Z Compiling oxide-update-engine v0.1.2
32952026-08-25T07:46:01.402Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32962026-08-25T07:46:01.405Z Compiling rustc_version v0.1.7
32972026-08-25T07:46:01.438Z Compiling aes-gcm v0.11.0
32982026-08-25T07:46:01.493Z Compiling spki v0.8.0
32992026-08-25T07:46:01.511Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33002026-08-25T07:46:01.674Z Compiling tokio-dtrace v0.1.1
33012026-08-25T07:46:01.694Z Compiling dropshot-api-manager-types v0.8.0
33022026-08-25T07:46:01.729Z Compiling salsa20 v0.11.0
33032026-08-25T07:46:01.745Z Compiling slog-dtrace v0.3.0
33042026-08-25T07:46:01.761Z Compiling minimal-lexical v0.2.1
33052026-08-25T07:46:01.879Z Compiling xshell-macros v0.2.7
33062026-08-25T07:46:01.907Z Compiling oxide-tokio-rt v0.1.4
33072026-08-25T07:46:01.925Z Compiling scrypt v0.12.0
33082026-08-25T07:46:01.966Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33092026-08-25T07:46:01.983Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33102026-08-25T07:46:02.024Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33112026-08-25T07:46:02.045Z Compiling nom v7.1.3
33122026-08-25T07:46:02.126Z Compiling newtype_derive v0.1.6
33132026-08-25T07:46:02.223Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33142026-08-25T07:46:02.304Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33152026-08-25T07:46:02.327Z Compiling xshell v0.2.7
33162026-08-25T07:46:02.368Z Compiling hickory-resolver v0.24.4
33172026-08-25T07:46:02.386Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33182026-08-25T07:46:02.565Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33192026-08-25T07:46:02.629Z Compiling phf_shared v0.12.1
33202026-08-25T07:46:02.748Z Compiling typify v0.6.2
33212026-08-25T07:46:02.835Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-08-25T07:46:02.866Z Compiling progenitor-impl v0.14.0
33232026-08-25T07:46:02.892Z Compiling rfc6979 v0.4.0
33242026-08-25T07:46:03.023Z Compiling cbc v0.2.1
33252026-08-25T07:46:03.059Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-25T07:46:03.079Z Compiling csv-core v0.1.13
33272026-08-25T07:46:03.150Z Compiling chrono-tz v0.10.4
33282026-08-25T07:46:03.216Z Compiling unicode-xid v0.2.6
33292026-08-25T07:46:03.366Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33302026-08-25T07:46:03.384Z Compiling highway v1.3.0
33312026-08-25T07:46:03.387Z Compiling const_format_proc_macros v0.2.34
33322026-08-25T07:46:03.422Z Compiling qorb v0.4.1
33332026-08-25T07:46:03.479Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33342026-08-25T07:46:03.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-08-25T07:46:03.518Z Compiling csv v1.4.0
33362026-08-25T07:46:03.518Z Compiling proc-macro-error2 v2.0.1
33372026-08-25T07:46:03.676Z Compiling pkcs5 v0.8.1
33382026-08-25T07:46:03.792Z Compiling ecdsa v0.16.9
33392026-08-25T07:46:03.876Z Compiling phf v0.12.1
33402026-08-25T07:46:03.934Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33412026-08-25T07:46:04.093Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33422026-08-25T07:46:04.111Z Compiling primeorder v0.13.6
33432026-08-25T07:46:04.229Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33442026-08-25T07:46:04.248Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33452026-08-25T07:46:04.296Z Compiling hashbrown v0.14.5
33462026-08-25T07:46:04.314Z Compiling serde_tokenstream v0.3.0
33472026-08-25T07:46:04.408Z Compiling salty v0.3.0
33482026-08-25T07:46:04.432Z Compiling p384 v0.13.1
33492026-08-25T07:46:04.498Z Compiling const_format v0.2.35
33502026-08-25T07:46:04.681Z Compiling oxide-generation-macros v0.2.0
33512026-08-25T07:46:04.751Z Compiling pkcs8 v0.11.0
33522026-08-25T07:46:04.863Z Compiling chumsky v0.9.3
33532026-08-25T07:46:04.916Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33542026-08-25T07:46:05.025Z Compiling knus-derive v3.4.0
33552026-08-25T07:46:05.052Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33562026-08-25T07:46:05.164Z Compiling tabled_derive v0.7.0
33572026-08-25T07:46:05.489Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33582026-08-25T07:46:05.511Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33592026-08-25T07:46:05.591Z Compiling progenitor-macro v0.14.0
33602026-08-25T07:46:05.670Z Compiling bcs v0.1.6
33612026-08-25T07:46:05.754Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33622026-08-25T07:46:05.773Z Compiling ff v0.14.0
33632026-08-25T07:46:05.946Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33642026-08-25T07:46:06.011Z Compiling termtree v0.5.1
33652026-08-25T07:46:06.031Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33662026-08-25T07:46:06.140Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33672026-08-25T07:46:06.203Z Compiling steno v0.4.1
33682026-08-25T07:46:06.229Z Compiling tabled v0.15.0
33692026-08-25T07:46:06.286Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33702026-08-25T07:46:06.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33712026-08-25T07:46:06.383Z Compiling tagptr v0.2.0
33722026-08-25T07:46:06.434Z Compiling group v0.14.0
33732026-08-25T07:46:06.571Z Compiling moka v0.12.13
33742026-08-25T07:46:06.589Z Compiling knus v3.4.0
33752026-08-25T07:46:06.606Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33762026-08-25T07:46:06.670Z Compiling signature v3.0.0
33772026-08-25T07:46:06.687Z Compiling base16ct v1.0.0
33782026-08-25T07:46:06.893Z Compiling sec1 v0.8.1
33792026-08-25T07:46:06.910Z Compiling hkdf v0.13.0
33802026-08-25T07:46:06.957Z Compiling libscf-sys v1.2.0
33812026-08-25T07:46:06.974Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33822026-08-25T07:46:07.111Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33832026-08-25T07:46:07.128Z Compiling elliptic-curve v0.14.1
33842026-08-25T07:46:07.244Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33852026-08-25T07:46:07.321Z Compiling hickory-resolver v0.25.2
33862026-08-25T07:46:07.361Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33872026-08-25T07:46:07.414Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33882026-08-25T07:46:07.578Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33892026-08-25T07:46:07.653Z Compiling parking_lot_core v0.8.6
33902026-08-25T07:46:07.773Z Compiling utf-8 v0.7.6
33912026-08-25T07:46:07.808Z Compiling corncobs v0.1.4
33922026-08-25T07:46:07.964Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33932026-08-25T07:46:07.981Z Compiling tungstenite v0.21.0
33942026-08-25T07:46:08.020Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33952026-08-25T07:46:08.126Z Compiling wnaf v0.14.0
33962026-08-25T07:46:08.234Z Compiling primefield v0.14.0
33972026-08-25T07:46:08.354Z Compiling rfc6979 v0.6.0
33982026-08-25T07:46:08.409Z Compiling papergrid v0.18.0
33992026-08-25T07:46:08.430Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34002026-08-25T07:46:08.506Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34012026-08-25T07:46:08.547Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34022026-08-25T07:46:08.647Z Compiling git-stub v1.0.0
34032026-08-25T07:46:08.665Z Compiling secrecy v0.8.0
34042026-08-25T07:46:08.749Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34052026-08-25T07:46:08.851Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-08-25T07:46:08.876Z Compiling git-stub-vcs v0.1.0
34072026-08-25T07:46:08.942Z Compiling tokio-tungstenite v0.21.0
34082026-08-25T07:46:09.034Z Compiling ecdsa v0.17.0
34092026-08-25T07:46:09.116Z Compiling primeorder v0.14.0
34102026-08-25T07:46:09.257Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34112026-08-25T07:46:09.325Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34122026-08-25T07:46:09.493Z Compiling tabled v0.21.0
34132026-08-25T07:46:09.541Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34142026-08-25T07:46:09.559Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34152026-08-25T07:46:09.575Z Compiling curve25519-dalek v5.0.0
34162026-08-25T07:46:09.599Z Compiling unicase v2.9.0
34172026-08-25T07:46:09.617Z Compiling parking_lot v0.11.2
34182026-08-25T07:46:09.643Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-25T07:46:09.755Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34202026-08-25T07:46:09.833Z Compiling mime_guess v2.0.5
34212026-08-25T07:46:09.851Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34222026-08-25T07:46:09.981Z Compiling ssh-encoding v0.3.0
34232026-08-25T07:46:10.016Z Compiling progenitor-impl v0.13.0
34242026-08-25T07:46:10.097Z Compiling prefix-trie v0.7.0
34252026-08-25T07:46:10.147Z Compiling fxhash v0.2.1
34262026-08-25T07:46:10.253Z Compiling keccak v0.2.0
34272026-08-25T07:46:10.312Z Compiling crc8 v0.1.1
34282026-08-25T07:46:10.346Z Compiling sled v0.34.7
34292026-08-25T07:46:10.445Z Compiling hickory-server v0.25.2
34302026-08-25T07:46:10.515Z Compiling ed25519 v3.0.0
34312026-08-25T07:46:10.532Z Compiling crypto-primes v0.7.2
34322026-08-25T07:46:10.751Z Compiling progenitor v0.14.0
34332026-08-25T07:46:10.771Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34342026-08-25T07:46:10.816Z Compiling pkcs1 v0.8.0-rc.4
34352026-08-25T07:46:10.928Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34362026-08-25T07:46:11.233Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34372026-08-25T07:46:11.295Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34382026-08-25T07:46:11.578Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34392026-08-25T07:46:11.661Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34402026-08-25T07:46:11.681Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34412026-08-25T07:46:11.818Z Compiling poly1305 v0.9.0
34422026-08-25T07:46:12.039Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34432026-08-25T07:46:12.170Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34442026-08-25T07:46:12.369Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34452026-08-25T07:46:12.387Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34462026-08-25T07:46:12.453Z Compiling progenitor-client v0.13.0
34472026-08-25T07:46:12.676Z Compiling blowfish v0.10.0
34482026-08-25T07:46:12.711Z Compiling progenitor-macro v0.13.0
34492026-08-25T07:46:12.812Z Compiling blake2 v0.11.0-rc.6
34502026-08-25T07:46:12.830Z Compiling half v1.8.3
34512026-08-25T07:46:12.962Z Compiling http-range v0.1.5
34522026-08-25T07:46:13.011Z Compiling bcrypt-pbkdf v0.11.0
34532026-08-25T07:46:13.188Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-25T07:46:13.360Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-25T07:46:13.438Z Compiling argon2 v0.6.0-rc.8
34562026-08-25T07:46:13.780Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-25T07:46:13.866Z Compiling serde_cbor v0.11.2
34582026-08-25T07:46:14.024Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34592026-08-25T07:46:14.143Z Compiling ssh-cipher v0.3.0
34602026-08-25T07:46:14.315Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34612026-08-25T07:46:14.560Z Compiling rsa v0.10.0-rc.18
34622026-08-25T07:46:14.580Z Compiling ed25519-dalek v3.0.0
34632026-08-25T07:46:14.752Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34642026-08-25T07:46:14.859Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34652026-08-25T07:46:15.125Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34662026-08-25T07:46:15.170Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34672026-08-25T07:46:15.318Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34682026-08-25T07:46:15.403Z Compiling sha3 v0.11.0
34692026-08-25T07:46:15.624Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34702026-08-25T07:46:15.643Z Compiling p521 v0.14.0
34712026-08-25T07:46:15.748Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-08-25T07:46:15.844Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34732026-08-25T07:46:15.860Z Compiling p384 v0.14.0
34742026-08-25T07:46:15.888Z Compiling p256 v0.14.0
34752026-08-25T07:46:16.141Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34762026-08-25T07:46:16.239Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34772026-08-25T07:46:16.707Z Compiling scuffle v0.1.0
34782026-08-25T07:46:16.788Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34792026-08-25T07:46:16.896Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34802026-08-25T07:46:17.019Z Compiling yasna v0.5.2
34812026-08-25T07:46:17.667Z Compiling kstat-rs v0.2.5
34822026-08-25T07:46:17.687Z Compiling headers-core v0.3.0
34832026-08-25T07:46:17.718Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34842026-08-25T07:46:17.741Z Compiling kem v0.3.0
34852026-08-25T07:46:17.760Z Compiling module-lattice v0.2.3
34862026-08-25T07:46:17.786Z Compiling nanorand v0.7.0
34872026-08-25T07:46:17.839Z Compiling sponge-cursor v0.1.0
34882026-08-25T07:46:17.862Z Compiling progenitor v0.13.0
34892026-08-25T07:46:17.899Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34902026-08-25T07:46:17.926Z Compiling headers v0.4.1
34912026-08-25T07:46:17.996Z Compiling flume v0.11.1
34922026-08-25T07:46:18.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34932026-08-25T07:46:18.038Z Compiling ml-kem v0.3.2
34942026-08-25T07:46:18.055Z Compiling sha3 v0.12.0
34952026-08-25T07:46:18.100Z Compiling rcgen v0.12.1
34962026-08-25T07:46:18.192Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34972026-08-25T07:46:18.225Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34982026-08-25T07:46:18.337Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34992026-08-25T07:46:18.589Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35002026-08-25T07:46:18.644Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35012026-08-25T07:46:18.698Z Compiling hyper-staticfile v0.10.1
35022026-08-25T07:46:18.723Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35032026-08-25T07:46:18.804Z Compiling ssh-key v0.7.0-rc.11
35042026-08-25T07:46:19.003Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35052026-08-25T07:46:19.020Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35062026-08-25T07:46:19.074Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
35072026-08-25T07:46:19.091Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35082026-08-25T07:46:19.110Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35092026-08-25T07:46:19.238Z Compiling russh-cryptovec v0.62.0
35102026-08-25T07:46:19.255Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35112026-08-25T07:46:19.331Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35122026-08-25T07:46:19.360Z Compiling internal-russh-num-bigint v0.5.0
35132026-08-25T07:46:19.403Z Compiling port-file v0.1.0
35142026-08-25T07:46:19.463Z Compiling num-bigint v0.4.6
35152026-08-25T07:46:19.483Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35162026-08-25T07:46:19.501Z Compiling generic-array v1.4.3
35172026-08-25T07:46:19.501Z Compiling russh-util v0.52.0
35182026-08-25T07:46:19.670Z Compiling enum_dispatch v0.3.13
35192026-08-25T07:46:19.693Z Compiling delegate v0.13.5
35202026-08-25T07:46:19.873Z Compiling subprocess v0.2.15
35212026-08-25T07:46:19.998Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35222026-08-25T07:46:20.063Z Compiling md5 v0.8.0
35232026-08-25T07:46:20.119Z Compiling hex-literal v1.1.0
35242026-08-25T07:46:20.263Z Compiling display-error-chain v0.2.2
35252026-08-25T07:46:20.384Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35262026-08-25T07:46:20.440Z Compiling colored v2.2.0
35272026-08-25T07:46:20.457Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35282026-08-25T07:46:20.638Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35292026-08-25T07:46:20.670Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35302026-08-25T07:46:20.688Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35312026-08-25T07:46:20.691Z Compiling russh v0.62.4
35322026-08-25T07:46:20.826Z Compiling socket2 v0.5.10
35332026-08-25T07:46:20.954Z Compiling internet-checksum v0.2.1
35342026-08-25T07:46:22.341Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35352026-08-25T07:46:23.456Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35362026-08-25T07:46:24.177Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35372026-08-25T07:46:24.702Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35382026-08-25T07:46:25.994Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35392026-08-25T07:46:26.114Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35402026-08-25T07:46:34.962Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35412026-08-25T07:46:34.962Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35422026-08-25T07:46:34.962Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35432026-08-25T07:46:34.965Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35442026-08-25T07:46:34.965Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35452026-08-25T07:46:36.801Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35462026-08-25T07:46:36.839Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35472026-08-25T07:46:41.067Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35482026-08-25T07:47:23.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
35492026-08-25T07:47:23.614Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35502026-08-25T07:47:23.614Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35512026-08-25T07:47:23.835Z
35522026-08-25T07:47:23.835Zreal 1:31.266019205
35532026-08-25T07:47:23.835Zuser 8:51.876808000
35542026-08-25T07:47:23.838Zsys 1:46.507288752
35552026-08-25T07:47:23.838Ztrap 0.253419333
35562026-08-25T07:47:23.838Ztflt 0.324671496
35572026-08-25T07:47:23.838Zdflt 2.175536388
35582026-08-25T07:47:23.838Zkflt 0.000283200
35592026-08-25T07:47:23.838Zlock 32:50.880739137
35602026-08-25T07:47:23.838Zslp 20:31.209510475
35612026-08-25T07:47:23.838Zlat 39.796907708
35622026-08-25T07:47:23.838Zstop 3:08.125218291
35632026-08-25T07:47:23.838Z+ mkdir tests
35642026-08-25T07:47:23.841Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35652026-08-25T07:47:23.841Z+ xargs -I '{}' -t cp '{}' tests/
35662026-08-25T07:47:23.863Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-399f2f779b2d4d3e tests/
35672026-08-25T07:47:23.895Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f9e665717fe5a85f tests/
35682026-08-25T07:47:23.927Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fe44bf07bf08ff19 tests/
35692026-08-25T07:47:24.317Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2d0a2d6b360e65dd tests/
35702026-08-25T07:47:24.657Z+ 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)
35712026-08-25T07:47:24.660Z+ 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-f9e665717fe5a85f tests/commtest-fe44bf07bf08ff19 tests/dhcp_server-399f2f779b2d4d3e tests/end_to_end_tests-2d0a2d6b360e65dd 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
35722026-08-25T07:49:03.246ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35732026-08-25T07:49:03.246Za .github/buildomat/ci-env.sh 1K
35742026-08-25T07:49:03.246Za out/target/test 1K
35752026-08-25T07:49:03.246Za out/npuzone/npuzone 31102K
35762026-08-25T07:49:03.246Za package-manifest.toml 35K
35772026-08-25T07:49:03.246Za smf/sled-agent/non-gimlet/config.toml 6K
35782026-08-25T07:49:03.246Za target/release/omicron-package 49751K
35792026-08-25T07:49:03.246Za target/release/xtask 11732K
35802026-08-25T07:49:03.246Za target/debug/bootstrap 443078K
35812026-08-25T07:49:03.246Za tests/bootstrap-f9e665717fe5a85f 34430K
35822026-08-25T07:49:03.246Za tests/commtest-fe44bf07bf08ff19 444230K
35832026-08-25T07:49:03.247Za tests/dhcp_server-399f2f779b2d4d3e 34430K
35842026-08-25T07:49:03.247Za tests/end_to_end_tests-2d0a2d6b360e65dd 505772K
35852026-08-25T07:49:03.247Za tools/opte_version 1K
35862026-08-25T07:49:03.247Za tools/opte_version_override 2K
35872026-08-25T07:49:03.247Za out/clickhouse.tar.gz 326475K
35882026-08-25T07:49:03.247Za out/clickhouse_keeper.tar.gz 310456K
35892026-08-25T07:49:03.247Za out/clickhouse_server.tar.gz 326471K
35902026-08-25T07:49:03.247Za out/cockroachdb.tar.gz 167128K
35912026-08-25T07:49:03.247Za out/crucible-pantry-zone.tar.gz 40114K
35922026-08-25T07:49:03.247Za out/crucible-utils.tar 18900K
35932026-08-25T07:49:03.247Za out/crucible-zone.tar.gz 54926K
35942026-08-25T07:49:03.247Za out/external-dns.tar.gz 44546K
35952026-08-25T07:49:03.247Za out/internal-dns.tar.gz 44546K
35962026-08-25T07:49:03.247Za out/mg-ddm-gz.tar 114773K
35972026-08-25T07:49:03.247Za out/nexus.tar.gz 358778K
35982026-08-25T07:49:03.247Za out/ntp.tar.gz 31710K
35992026-08-25T07:49:03.247Za out/omicron-gateway-softnpu.tar.gz 29136K
36002026-08-25T07:49:03.247Za out/omicron-sled-agent.tar 243345K
36012026-08-25T07:49:03.247Za out/overlay.tar.gz 4K
36022026-08-25T07:49:03.247Za out/oximeter.tar.gz 68679K
36032026-08-25T07:49:03.247Za out/oxlog.tar 4089K
36042026-08-25T07:49:03.247Za out/probe.tar.gz 1396K
36052026-08-25T07:49:03.247Za out/propolis-server.tar.gz 37940K
36062026-08-25T07:49:03.247Za out/pumpkind-gz.tar 26647K
36072026-08-25T07:49:03.247Za out/switch-softnpu.tar.gz 522315K
36082026-08-25T07:49:03.251Z
36092026-08-25T07:49:03.251Zreal 1:38.587185898
36102026-08-25T07:49:03.251Zuser 1:35.474377986
36112026-08-25T07:49:03.251Zsys 5.269225194
36122026-08-25T07:49:03.251Ztrap 0.007355648
36132026-08-25T07:49:03.251Ztflt 0.000000000
36142026-08-25T07:49:03.251Zdflt 0.000000000
36152026-08-25T07:49:03.251Zkflt 0.000000000
36162026-08-25T07:49:03.251Zlock 0.000000000
36172026-08-25T07:49:03.251Zslp 1:35.264765237
36182026-08-25T07:49:03.251Zlat 1.153648756
36192026-08-25T07:49:03.251Zstop 0.000278540
36202026-08-25T07:49:03.251Zprocess exited: duration 1183331 ms, exit code 0
 
36212026-08-25T07:49:03.264Zfound 1 output files
36222026-08-25T07:49:03.264Zuploading: /work/package.tar.gz (2862851058 bytes)
36232026-08-25T07:49:51.916Zuploaded: /work/package.tar.gz