01M0ED1MSE91Q97P6AAGKNFDNR: 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: 01M0ED2219BK7R5CNWMN3ARDNQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T01:38:28.709Zjob assigned to worker 01M0ED2BPGSCSRRAY55D45MZBB [factory aws, i-02e72ea8951bc7dae] (queued for 52 s)
 
22026-08-20T01:38:35.313Zstarting task 0: "setup"
32026-08-20T01:38:35.316Z++ uname -s
42026-08-20T01:38:35.319Z+ kern=SunOS
52026-08-20T01:38:35.319Z+ build_user=build
62026-08-20T01:38:35.319Z+ build_uid=12345
72026-08-20T01:38:35.319Z+ work_dir=/work
82026-08-20T01:38:35.319Z+ input_dir=/input
92026-08-20T01:38:35.319Z+ [[ 0 == 12345 ]]
102026-08-20T01:38:35.319Z+ case "$kern" in
112026-08-20T01:38:35.319Z+ groupadd -g 12345 build
122026-08-20T01:38:35.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T01:38:37.327Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T01:38:37.392Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T01:38:37.394Z+ home_fs=zfs
162026-08-20T01:38:37.395Z+ [[ zfs == autofs ]]
172026-08-20T01:38:37.395Z+ mkdir -p /home/build
182026-08-20T01:38:37.397Z+ chown build:build /home/build /work
192026-08-20T01:38:39.397Z+ chmod 0700 /home/build /work
202026-08-20T01:38:39.401Zprocess exited: duration 4090 ms, exit code 0
 
212026-08-20T01:38:39.408Zstarting task 1: "rust-toolchain"
222026-08-20T01:38:39.413Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T01:38:39.413Z * rust toolchain channel = "1.97.1"
242026-08-20T01:38:39.413Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T01:38:39.413Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T01:38:39.413Z * rust toolchain profile = "default"
272026-08-20T01:38:39.414Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T01:38:39.417Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T01:38:39.417Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T01:38:39.524Zinfo: downloading installer
312026-08-20T01:38:41.075Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T01:38:41.075Zwarn: /home/build/.rustup/settings.toml
332026-08-20T01:38:41.075Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T01:38:41.075Zwarn: instead of the one inferred from the default host triple.
352026-08-20T01:38:41.087Zinfo: profile set to default
362026-08-20T01:38:41.087Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T01:38:41.090Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T01:38:41.221Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T01:38:41.224Zinfo: downloading 6 components
402026-08-20T01:38:55.594Z
412026-08-20T01:38:55.595Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-20T01:38:55.623Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T01:38:55.623Z
442026-08-20T01:38:55.623Z
452026-08-20T01:38:55.623ZRust is installed now. Great!
462026-08-20T01:38:55.623Z
472026-08-20T01:38:55.623ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T01:38:55.623Zenvironment variable. This has not been done automatically.
492026-08-20T01:38:55.623Z
502026-08-20T01:38:55.623ZTo configure your current shell, you need to source
512026-08-20T01:38:55.623Zthe corresponding env file under $HOME/.cargo.
522026-08-20T01:38:55.623Z
532026-08-20T01:38:55.623ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T01:38:55.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T01:38:55.626Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T01:38:55.626Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T01:38:55.626Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T01:38:55.626Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T01:38:55.626Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T01:38:55.626Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T01:38:55.626Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T01:38:55.721Z+ rustup --version
632026-08-20T01:38:55.727Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T01:38:55.727Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T01:38:55.747Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T01:38:55.751Z+ cargo --version
672026-08-20T01:38:55.759Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T01:38:55.762Z+ rustc --version
692026-08-20T01:38:55.782Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T01:38:55.793Zprocess exited: duration 16375 ms, exit code 0
 
712026-08-20T01:38:55.800Zstarting task 2: "authentication"
722026-08-20T01:38:55.819Zprocess exited: duration 18 ms, exit code 0
 
732026-08-20T01:38:55.825Zstarting task 3: "clone repository"
742026-08-20T01:38:55.829Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T01:38:55.832Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T01:38:55.865ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T01:39:06.801Z+ cd /work/oxidecomputer/omicron
782026-08-20T01:39:06.801Z+ git fetch origin 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
792026-08-20T01:39:07.119ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T01:39:07.119Z * branch 1b799bd90a15cc4ddb9525641af5a651c5b97d7e -> FETCH_HEAD
812026-08-20T01:39:07.134Z+ [[ -n '' ]]
822026-08-20T01:39:07.134Z+ git reset --hard 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
832026-08-20T01:39:07.388ZHEAD is now at 1b799bd90 f u openapi
842026-08-20T01:39:07.394Zprocess exited: duration 11568 ms, exit code 0
 
852026-08-20T01:39:07.400Zstarting task 4: "build"
862026-08-20T01:39:07.405Z+ source .github/buildomat/ci-env.sh
872026-08-20T01:39:07.408Z++ export CARGO_TERM_COLOR=always
882026-08-20T01:39:07.408Z++ CARGO_TERM_COLOR=always
892026-08-20T01:39:07.408Z+++ uname -s
902026-08-20T01:39:07.408Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-20T01:39:07.408Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-20T01:39:07.410Z+ cargo --version
932026-08-20T01:39:07.420Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-20T01:39:07.423Z+ rustc --version
952026-08-20T01:39:07.443Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-20T01:39:07.445Z+ WORK=/work
972026-08-20T01:39:07.445Z+ pfexec mkdir -p /work
982026-08-20T01:39:07.448Z+ pfexec chown build /work
992026-08-20T01:39:07.451Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-20T01:39:09.444Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-20T01:39:09.777Z Startup: Caching catalogs ... Done
1022026-08-20T01:39:11.657ZPlanning: Solver setup ... Done (1.775s)
1032026-08-20T01:39:11.712ZPlanning: Running solver ... Done (0.055s)
1042026-08-20T01:39:11.757ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-20T01:39:11.769ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-20T01:39:11.790ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-20T01:39:11.804ZPlanning: Package planning ... Done (0.014s)
1082026-08-20T01:39:11.807ZPlanning: Merging actions ... Done (0.002s)
1092026-08-20T01:39:11.964ZPlanning: Checking for conflicting actions ... Done (0.158s)
1102026-08-20T01:39:11.967ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-20T01:39:12.837ZPlanning: Evaluating mediators ... Done (0.872s)
1122026-08-20T01:39:12.840ZPlanning: Planning completed in 3.03 seconds
1132026-08-20T01:39:12.847Z Packages to install: 2
1142026-08-20T01:39:12.847Z Estimated space available: 156.01 GB
1152026-08-20T01:39:12.847ZEstimated space to be consumed: 72.15 MB
1162026-08-20T01:39:12.847Z Create boot environment: No
1172026-08-20T01:39:12.847ZCreate backup boot environment: No
1182026-08-20T01:39:12.850Z Rebuild boot archive: No
1192026-08-20T01:39:12.850Z
1202026-08-20T01:39:12.850ZChanged packages:
1212026-08-20T01:39:12.850Zhelios
1222026-08-20T01:39:12.850Z developer/build-essential
1232026-08-20T01:39:12.850Z None -> 11-3.0
1242026-08-20T01:39:12.850Z library/libxmlsec1
1252026-08-20T01:39:12.851Z None -> 1.2.35-3.0
1262026-08-20T01:39:12.872Z
1272026-08-20T01:39:12.872ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-20T01:39:12.942ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1292026-08-20T01:39:13.029Z Actions: 1/268 actions (Installing new actions)
1302026-08-20T01:39:13.068Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-20T01:39:13.099ZFinalize: Updating package state database ... Done (0.031s)
1322026-08-20T01:39:13.099ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-20T01:39:13.177ZFinalize: Updating image state ... Done (0.078s)
1342026-08-20T01:39:15.784ZFinalize: Creating fast lookup database ... Done (2.560s)
1352026-08-20T01:39:15.855ZFinalize: Reading search index ... Done (0.012s)
1362026-08-20T01:39:15.858ZFinalize: Updating search index ... Done (0.000s)
1372026-08-20T01:39:15.963ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-20T01:39:16.321ZPlanning: Evaluating mediator changes ... Done
1392026-08-20T01:39:16.424ZPlanning: Checking for conflicting actions ... Done
1402026-08-20T01:39:16.427ZPlanning: Consolidating action changes ... Done
1412026-08-20T01:39:16.579ZPlanning: Evaluating mediators ... Done
1422026-08-20T01:39:16.582ZPlanning: Planning completed in 0.26 seconds
1432026-08-20T01:39:16.603Z Mediators to change: 2
1442026-08-20T01:39:16.603Z Create boot environment: No
1452026-08-20T01:39:16.603ZCreate backup boot environment: No
1462026-08-20T01:39:16.651ZFinalize: Updating package state database ... Done
1472026-08-20T01:39:16.651ZFinalize: Updating package cache ... Done
1482026-08-20T01:39:16.698ZFinalize: Updating image state ... Done
1492026-08-20T01:39:18.615ZFinalize: Creating fast lookup database ... Done
1502026-08-20T01:39:18.676ZFinalize: Reading search index ... Done
1512026-08-20T01:39:18.679ZFinalize: Updating search index ... Done
1522026-08-20T01:39:18.737ZFinalize: Updating package cache ... Done
1532026-08-20T01:39:19.021ZPlanning: Evaluating mediator changes ... Done
1542026-08-20T01:39:19.124ZPlanning: Checking for conflicting actions ... Done
1552026-08-20T01:39:19.127ZPlanning: Consolidating action changes ... Done
1562026-08-20T01:39:19.281ZPlanning: Evaluating mediators ... Done
1572026-08-20T01:39:19.284ZPlanning: Planning completed in 0.26 seconds
1582026-08-20T01:39:19.304Z Mediators to change: 1
1592026-08-20T01:39:19.304Z Create boot environment: No
1602026-08-20T01:39:19.304ZCreate backup boot environment: No
1612026-08-20T01:39:19.354ZFinalize: Updating package state database ... Done
1622026-08-20T01:39:19.354ZFinalize: Updating package cache ... Done
1632026-08-20T01:39:19.404ZFinalize: Updating image state ... Done
1642026-08-20T01:39:21.334ZFinalize: Creating fast lookup database ... Done
1652026-08-20T01:39:21.401ZFinalize: Reading search index ... Done
1662026-08-20T01:39:21.403ZFinalize: Updating search index ... Done
1672026-08-20T01:39:21.492ZFinalize: Updating package cache ... Done
1682026-08-20T01:39:21.804ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-20T01:39:21.804Zapache system 2.4 system
1702026-08-20T01:39:21.804Zclang system 15 system
1712026-08-20T01:39:21.804Zcsh system system illumos
1722026-08-20T01:39:21.804Zctags system system illumos
1732026-08-20T01:39:21.804Zfile vendor vendor darwinsys
1742026-08-20T01:39:21.804Zfile system system illumos
1752026-08-20T01:39:21.804Zgcc vendor 14 vendor
1762026-08-20T01:39:21.804Zgcc system 13 system
1772026-08-20T01:39:21.804Zgcc system 10 system
1782026-08-20T01:39:21.804Zgo system 1.25 system
1792026-08-20T01:39:21.804Zllvm system 15 system
1802026-08-20T01:39:21.804Zmariadb system 11.4 system
1812026-08-20T01:39:21.804Zmta vendor vendor dma
1822026-08-20T01:39:21.804Zopenjdk system 17 system
1832026-08-20T01:39:21.804Zopenjdk system 11 system
1842026-08-20T01:39:21.804Zopenssl vendor 3 vendor
1852026-08-20T01:39:21.804Zperl system 5.40 system
1862026-08-20T01:39:21.804Zpostgresql system 18 system
1872026-08-20T01:39:21.804Zpostgresql system 17 system
1882026-08-20T01:39:21.805Zpython vendor 3 vendor
1892026-08-20T01:39:21.805Zpython system 2 system
1902026-08-20T01:39:21.805Zpython3 vendor 3.13 vendor
1912026-08-20T01:39:21.805Zruby system 3.4 system
1922026-08-20T01:39:21.805Zruby system 3.0 system
1932026-08-20T01:39:21.805Zwords vendor vendor american-english
1942026-08-20T01:39:21.805Zwords system system australian-english
1952026-08-20T01:39:21.805Zwords system system british-english
1962026-08-20T01:39:21.805Zwords system system canadian-english
1972026-08-20T01:39:21.805Zwords system system french
1982026-08-20T01:39:21.805Zwords system system italian
1992026-08-20T01:39:21.805Zwords system system ngerman
2002026-08-20T01:39:21.805Zwords system system ogerman
2012026-08-20T01:39:21.805Zwords system system spanish
2022026-08-20T01:39:22.058ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-20T01:39:22.058Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-20T01:39:22.506ZFMRI IFO
2052026-08-20T01:39:22.506Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-20T01:39:22.506Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-20T01:39:22.506Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-20T01:39:22.506Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-20T01:39:22.506Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-20T01:39:22.506Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-20T01:39:22.506Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-20T01:39:22.506Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-20T01:39:22.506Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-20T01:39:22.827Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-20T01:39:23.181Z Updating crates.io index
2162026-08-20T01:39:23.185Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-20T01:39:23.490Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-20T01:39:23.843Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-20T01:39:24.863Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-20T01:39:25.452Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-20T01:39:27.060Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-20T01:39:27.925Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-20T01:39:28.274Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-20T01:39:28.671Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-20T01:39:29.876Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-20T01:39:30.225Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-20T01:39:30.665Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-20T01:39:30.988Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-20T01:39:31.284Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-20T01:39:31.552Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-20T01:39:31.870Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-20T01:39:32.142Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-20T01:39:32.462Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-20T01:39:32.914Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-20T01:39:33.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-20T01:39:33.828Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-20T01:39:34.153Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-20T01:39:34.718Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-20T01:39:35.087Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-20T01:39:35.401Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-20T01:39:35.870Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-20T01:39:36.190Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-20T01:39:36.584Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-20T01:39:36.931Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-20T01:39:37.277Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-20T01:39:37.585Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-20T01:39:37.973Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-20T01:39:38.526Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-20T01:39:38.838Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-20T01:39:39.116Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-20T01:39:39.407Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-20T01:39:39.743Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-20T01:39:40.031Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-20T01:39:40.331Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-20T01:39:40.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-20T01:39:40.975Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-08-20T01:39:41.252Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-20T01:39:44.016Z Downloading crates ...
2592026-08-20T01:39:44.061Z Downloaded anstream v1.0.0
2602026-08-20T01:39:44.066Z Downloaded clap_derive v4.6.1
2612026-08-20T01:39:44.069Z Downloaded crypto-common v0.1.7
2622026-08-20T01:39:44.069Z Downloaded cargo_toml v0.21.0
2632026-08-20T01:39:44.073Z Downloaded bitflags v2.11.0
2642026-08-20T01:39:44.075Z Downloaded clap_lex v1.0.0
2652026-08-20T01:39:44.075Z Downloaded is_terminal_polyfill v1.70.2
2662026-08-20T01:39:44.078Z Downloaded memmap v0.7.0
2672026-08-20T01:39:44.078Z Downloaded equivalent v1.0.2
2682026-08-20T01:39:44.078Z Downloaded itoa v1.0.17
2692026-08-20T01:39:44.081Z Downloaded fastrand v2.3.0
2702026-08-20T01:39:44.081Z Downloaded colorchoice v1.0.4
2712026-08-20T01:39:44.084Z Downloaded digest v0.10.7
2722026-08-20T01:39:44.084Z Downloaded dof v0.3.0
2732026-08-20T01:39:44.087Z Downloaded camino v1.2.5
2742026-08-20T01:39:44.087Z Downloaded cargo_metadata v0.23.1
2752026-08-20T01:39:44.090Z Downloaded fnv v1.0.7
2762026-08-20T01:39:44.094Z Downloaded zmij v1.0.21
2772026-08-20T01:39:44.100Z Downloaded getrandom v0.3.4
2782026-08-20T01:39:44.104Z Downloaded cfg-if v1.0.4
2792026-08-20T01:39:44.104Z Downloaded heck v0.5.0
2802026-08-20T01:39:44.104Z Downloaded block-buffer v0.10.4
2812026-08-20T01:39:44.107Z Downloaded errno v0.3.14
2822026-08-20T01:39:44.107Z Downloaded zerocopy v0.7.35
2832026-08-20T01:39:44.113Z Downloaded macaddr v1.0.1
2842026-08-20T01:39:44.116Z Downloaded generic-array v0.14.7
2852026-08-20T01:39:44.116Z Downloaded cpufeatures v0.2.17
2862026-08-20T01:39:44.121Z Downloaded anstyle-query v1.1.5
2872026-08-20T01:39:44.124Z Downloaded cargo-platform v0.3.2
2882026-08-20T01:39:44.127Z Downloaded dtrace-parser v0.2.0
2892026-08-20T01:39:44.130Z Downloaded scroll_derive v0.12.1
2902026-08-20T01:39:44.130Z Downloaded toml_write v0.1.2
2912026-08-20T01:39:44.133Z Downloaded pretty-hex v0.4.1
2922026-08-20T01:39:44.136Z Downloaded swrite v0.1.0
2932026-08-20T01:39:44.136Z Downloaded thread-id v4.2.2
2942026-08-20T01:39:44.140Z Downloaded usdt-attr-macro v0.5.0
2952026-08-20T01:39:44.143Z Downloaded unicode-linebreak v0.1.5
2962026-08-20T01:39:44.143Z Downloaded toml_datetime v0.6.11
2972026-08-20T01:39:44.143Z Downloaded smawk v0.3.2
2982026-08-20T01:39:44.147Z Downloaded utf8parse v0.2.2
2992026-08-20T01:39:44.151Z Downloaded heck v0.4.1
3002026-08-20T01:39:44.154Z Downloaded version_check v0.9.5
3012026-08-20T01:39:44.157Z Downloaded anstyle-parse v1.0.0
3022026-08-20T01:39:44.161Z Downloaded usdt v0.5.0
3032026-08-20T01:39:44.166Z Downloaded strsim v0.11.1
3042026-08-20T01:39:44.171Z Downloaded serde_spanned v0.6.9
3052026-08-20T01:39:44.171Z Downloaded proc-macro-error-attr v1.0.4
3062026-08-20T01:39:44.171Z Downloaded terminal_size v0.4.3
3072026-08-20T01:39:44.171Z Downloaded usdt-macro v0.5.0
3082026-08-20T01:39:44.174Z Downloaded fs-err v3.3.0
3092026-08-20T01:39:44.177Z Downloaded pest_derive v2.8.6
3102026-08-20T01:39:44.184Z Downloaded tabled_derive v0.7.0
3112026-08-20T01:39:44.187Z Downloaded bytecount v0.6.9
3122026-08-20T01:39:44.190Z Downloaded byteorder v1.5.0
3132026-08-20T01:39:44.190Z Downloaded scroll v0.12.0
3142026-08-20T01:39:44.190Z Downloaded plain v0.2.3
3152026-08-20T01:39:44.193Z Downloaded serde_tokenstream v0.2.3
3162026-08-20T01:39:44.198Z Downloaded proc-macro-error v1.0.4
3172026-08-20T01:39:44.202Z Downloaded thiserror v1.0.69
3182026-08-20T01:39:44.206Z Downloaded usdt-impl v0.5.0
3192026-08-20T01:39:44.206Z Downloaded anstyle v1.0.14
3202026-08-20T01:39:44.206Z Downloaded thiserror v2.0.18
3212026-08-20T01:39:44.210Z Downloaded pest_generator v2.8.6
3222026-08-20T01:39:44.217Z Downloaded thiserror-impl v1.0.69
3232026-08-20T01:39:44.220Z Downloaded quote v1.0.45
3242026-08-20T01:39:44.223Z Downloaded autocfg v1.5.0
3252026-08-20T01:39:44.223Z Downloaded sha2 v0.10.9
3262026-08-20T01:39:44.227Z Downloaded tempfile v3.27.0
3272026-08-20T01:39:44.230Z Downloaded camino-tempfile v1.4.1
3282026-08-20T01:39:44.230Z Downloaded once_cell v1.21.3
3292026-08-20T01:39:44.233Z Downloaded zerocopy-derive v0.7.35
3302026-08-20T01:39:44.233Z Downloaded hashbrown v0.17.0
3312026-08-20T01:39:44.236Z Downloaded log v0.4.33
3322026-08-20T01:39:44.238Z Downloaded semver v1.0.28
3332026-08-20T01:39:44.238Z Downloaded thiserror-impl v2.0.18
3342026-08-20T01:39:44.241Z Downloaded toml v0.8.23
3352026-08-20T01:39:44.241Z Downloaded papergrid v0.11.0
3362026-08-20T01:39:44.245Z Downloaded anyhow v1.0.104
3372026-08-20T01:39:44.247Z Downloaded clap v4.6.1
3382026-08-20T01:39:44.250Z Downloaded ucd-trie v0.1.7
3392026-08-20T01:39:44.250Z Downloaded serde_core v1.0.228
3402026-08-20T01:39:44.256Z Downloaded pest_meta v2.8.6
3412026-08-20T01:39:44.262Z Downloaded goblin v0.8.2
3422026-08-20T01:39:44.265Z Downloaded textwrap v0.16.2
3432026-08-20T01:39:44.268Z Downloaded toml_edit v0.22.27
3442026-08-20T01:39:44.271Z Downloaded proc-macro2 v1.0.106
3452026-08-20T01:39:44.271Z Downloaded serde_derive v1.0.228
3462026-08-20T01:39:44.274Z Downloaded unicode-ident v1.0.24
3472026-08-20T01:39:44.288Z Downloaded memchr v2.8.0
3482026-08-20T01:39:44.291Z Downloaded indexmap v2.14.0
3492026-08-20T01:39:44.296Z Downloaded serde v1.0.228
3502026-08-20T01:39:44.303Z Downloaded typenum v1.20.1
3512026-08-20T01:39:44.311Z Downloaded pest v2.8.6
3522026-08-20T01:39:44.335Z Downloaded serde_json v1.0.151
3532026-08-20T01:39:44.339Z Downloaded clap_builder v4.6.0
3542026-08-20T01:39:44.347Z Downloaded winnow v0.7.14
3552026-08-20T01:39:44.357Z Downloaded syn v1.0.109
3562026-08-20T01:39:44.365Z Downloaded tabled v0.15.0
3572026-08-20T01:39:44.376Z Downloaded unicode-width v0.1.14
3582026-08-20T01:39:44.379Z Downloaded unicode-width v0.2.0
3592026-08-20T01:39:44.383Z Downloaded syn v2.0.117
3602026-08-20T01:39:44.389Z Downloaded rustix v1.1.4
3612026-08-20T01:39:44.419Z Downloaded libc v0.2.185
3622026-08-20T01:39:44.482Z Compiling proc-macro2 v1.0.106
3632026-08-20T01:39:44.483Z Compiling unicode-ident v1.0.24
3642026-08-20T01:39:44.483Z Compiling quote v1.0.45
3652026-08-20T01:39:44.486Z Compiling serde_core v1.0.228
3662026-08-20T01:39:44.486Z Compiling libc v0.2.185
3672026-08-20T01:39:44.486Z Compiling version_check v0.9.5
3682026-08-20T01:39:44.486Z Compiling memchr v2.8.0
3692026-08-20T01:39:44.486Z Compiling serde v1.0.228
3702026-08-20T01:39:44.486Z Compiling zmij v1.0.21
3712026-08-20T01:39:44.665Z Compiling itoa v1.0.17
3722026-08-20T01:39:44.668Z Compiling ucd-trie v0.1.7
3732026-08-20T01:39:44.724Z Compiling thiserror v1.0.69
3742026-08-20T01:39:44.742Z Compiling rustix v1.1.4
3752026-08-20T01:39:44.745Z Compiling byteorder v1.5.0
3762026-08-20T01:39:44.894Z Compiling serde_json v1.0.151
3772026-08-20T01:39:45.045Z Compiling bitflags v2.11.0
3782026-08-20T01:39:45.175Z Compiling pest v2.8.6
3792026-08-20T01:39:45.193Z Compiling camino v1.2.5
3802026-08-20T01:39:45.196Z Compiling usdt-impl v0.5.0
3812026-08-20T01:39:45.295Z Compiling proc-macro-error-attr v1.0.4
3822026-08-20T01:39:45.328Z Compiling syn v1.0.109
3832026-08-20T01:39:45.345Z Compiling proc-macro-error v1.0.4
3842026-08-20T01:39:45.378Z Compiling hashbrown v0.17.0
3852026-08-20T01:39:45.430Z Compiling log v0.4.33
3862026-08-20T01:39:45.467Z Compiling getrandom v0.3.4
3872026-08-20T01:39:45.487Z Compiling equivalent v1.0.2
3882026-08-20T01:39:45.569Z Compiling plain v0.2.3
3892026-08-20T01:39:45.605Z Compiling utf8parse v0.2.2
3902026-08-20T01:39:45.659Z Compiling colorchoice v1.0.4
3912026-08-20T01:39:45.662Z Compiling winnow v0.7.14
3922026-08-20T01:39:45.662Z Compiling anstyle-query v1.1.5
3932026-08-20T01:39:45.730Z Compiling toml_write v0.1.2
3942026-08-20T01:39:45.734Z Compiling is_terminal_polyfill v1.70.2
3952026-08-20T01:39:45.782Z Compiling anstyle-parse v1.0.0
3962026-08-20T01:39:45.790Z Compiling pretty-hex v0.4.1
3972026-08-20T01:39:45.819Z Compiling cfg-if v1.0.4
3982026-08-20T01:39:45.839Z Compiling errno v0.3.14
3992026-08-20T01:39:45.860Z Compiling thread-id v4.2.2
4002026-08-20T01:39:45.864Z Compiling anstyle v1.0.14
4012026-08-20T01:39:45.897Z Compiling thiserror v2.0.18
4022026-08-20T01:39:45.932Z Compiling autocfg v1.5.0
4032026-08-20T01:39:45.974Z Compiling indexmap v2.14.0
4042026-08-20T01:39:46.010Z Compiling fastrand v2.3.0
4052026-08-20T01:39:46.010Z Compiling heck v0.5.0
4062026-08-20T01:39:46.043Z Compiling unicode-width v0.1.14
4072026-08-20T01:39:46.174Z Compiling anstream v1.0.0
4082026-08-20T01:39:46.214Z Compiling syn v2.0.117
4092026-08-20T01:39:46.306Z Compiling pest_meta v2.8.6
4102026-08-20T01:39:46.380Z Compiling bytecount v0.6.9
4112026-08-20T01:39:46.399Z Compiling clap_lex v1.0.0
4122026-08-20T01:39:46.450Z Compiling fs-err v3.3.0
4132026-08-20T01:39:46.482Z Compiling anyhow v1.0.104
4142026-08-20T01:39:46.527Z Compiling fnv v1.0.7
4152026-08-20T01:39:46.561Z Compiling strsim v0.11.1
4162026-08-20T01:39:46.579Z Compiling heck v0.4.1
4172026-08-20T01:39:46.614Z Compiling once_cell v1.21.3
4182026-08-20T01:39:46.647Z Compiling papergrid v0.11.0
4192026-08-20T01:39:46.675Z Compiling memmap v0.7.0
4202026-08-20T01:39:46.730Z Compiling unicode-linebreak v0.1.5
4212026-08-20T01:39:46.773Z Compiling smawk v0.3.2
4222026-08-20T01:39:46.816Z Compiling unicode-width v0.2.0
4232026-08-20T01:39:46.853Z Compiling swrite v0.1.0
4242026-08-20T01:39:46.908Z Compiling terminal_size v0.4.3
4252026-08-20T01:39:46.934Z Compiling tempfile v3.27.0
4262026-08-20T01:39:47.020Z Compiling clap_builder v4.6.0
4272026-08-20T01:39:47.124Z Compiling cargo-platform v0.3.2
4282026-08-20T01:39:47.143Z Compiling semver v1.0.28
4292026-08-20T01:39:47.147Z Compiling textwrap v0.16.2
4302026-08-20T01:39:47.386Z Compiling camino-tempfile v1.4.1
4312026-08-20T01:39:47.787Z Compiling tabled_derive v0.7.0
4322026-08-20T01:39:48.485Z Compiling pest_generator v2.8.6
4332026-08-20T01:39:48.502Z Compiling tabled v0.15.0
4342026-08-20T01:39:48.966Z Compiling serde_derive v1.0.228
4352026-08-20T01:39:48.970Z Compiling thiserror-impl v1.0.69
4362026-08-20T01:39:48.970Z Compiling zerocopy-derive v0.7.35
4372026-08-20T01:39:48.970Z Compiling scroll_derive v0.12.1
4382026-08-20T01:39:48.970Z Compiling thiserror-impl v2.0.18
4392026-08-20T01:39:48.970Z Compiling clap_derive v4.6.1
4402026-08-20T01:39:49.048Z Compiling pest_derive v2.8.6
4412026-08-20T01:39:49.618Z Compiling scroll v0.12.0
4422026-08-20T01:39:49.669Z Compiling zerocopy v0.7.35
4432026-08-20T01:39:49.830Z Compiling goblin v0.8.2
4442026-08-20T01:39:49.973Z Compiling dtrace-parser v0.2.0
4452026-08-20T01:39:50.332Z Compiling clap v4.6.1
4462026-08-20T01:39:51.342Z Compiling dof v0.3.0
4472026-08-20T01:39:51.342Z Compiling serde_tokenstream v0.2.3
4482026-08-20T01:39:51.361Z Compiling serde_spanned v0.6.9
4492026-08-20T01:39:51.374Z Compiling toml_datetime v0.6.11
4502026-08-20T01:39:51.377Z Compiling macaddr v1.0.1
4512026-08-20T01:39:51.378Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-08-20T01:39:51.378Z Compiling cargo_metadata v0.23.1
4532026-08-20T01:39:51.591Z Compiling toml_edit v0.22.27
4542026-08-20T01:39:52.015Z Compiling usdt-macro v0.5.0
4552026-08-20T01:39:52.018Z Compiling usdt-attr-macro v0.5.0
4562026-08-20T01:39:52.651Z Compiling usdt v0.5.0
4572026-08-20T01:39:52.871Z Compiling toml v0.8.23
4582026-08-20T01:39:53.189Z Compiling cargo_toml v0.21.0
4592026-08-20T01:39:54.449Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-20T01:39:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s
4612026-08-20T01:39:56.711Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-20T01:39:57.218Z Downloading crates ...
4632026-08-20T01:39:57.283Z Downloaded addr2line v0.25.1
4642026-08-20T01:39:57.286Z Downloaded ascii-canvas v3.0.0
4652026-08-20T01:39:57.290Z Downloaded backoff v0.4.0
4662026-08-20T01:39:57.293Z Downloaded array-init v0.0.4
4672026-08-20T01:39:57.296Z Downloaded fixedbitset v0.4.2
4682026-08-20T01:39:57.296Z Downloaded base16ct v1.0.0
4692026-08-20T01:39:57.299Z Downloaded arrayref v0.3.9
4702026-08-20T01:39:57.299Z Downloaded async-recursion v1.1.1
4712026-08-20T01:39:57.302Z Downloaded endian-type v0.1.2
4722026-08-20T01:39:57.303Z Downloaded arrayvec v0.7.6
4732026-08-20T01:39:57.306Z Downloaded embedded-io v0.4.0
4742026-08-20T01:39:57.306Z Downloaded async-stream-impl v0.3.6
4752026-08-20T01:39:57.309Z Downloaded ena v0.14.4
4762026-08-20T01:39:57.309Z Downloaded async-trait v0.1.89
4772026-08-20T01:39:57.309Z Downloaded headers-core v0.3.0
4782026-08-20T01:39:57.312Z Downloaded httpdate v1.0.3
4792026-08-20T01:39:57.312Z Downloaded ff v0.13.1
4802026-08-20T01:39:57.312Z Downloaded ff v0.14.0
4812026-08-20T01:39:57.315Z Downloaded atomic-waker v1.1.2
4822026-08-20T01:39:57.318Z Downloaded atty v0.2.14
4832026-08-20T01:39:57.318Z Downloaded base64 v0.21.7
4842026-08-20T01:39:57.321Z Downloaded getrandom v0.2.17
4852026-08-20T01:39:57.321Z Downloaded bit-vec v0.8.0
4862026-08-20T01:39:57.324Z Downloaded bit-vec v0.6.3
4872026-08-20T01:39:57.324Z Downloaded flagset v0.4.7
4882026-08-20T01:39:57.324Z Downloaded backtrace-ext v0.2.1
4892026-08-20T01:39:57.324Z Downloaded bit-set v0.8.0
4902026-08-20T01:39:57.327Z Downloaded aead v0.5.2
4912026-08-20T01:39:57.327Z Downloaded async-stream v0.3.6
4922026-08-20T01:39:57.330Z Downloaded atomicwrites v0.4.4
4932026-08-20T01:39:57.331Z Downloaded base16ct v0.2.0
4942026-08-20T01:39:57.331Z Downloaded bb8 v0.8.6
4952026-08-20T01:39:57.334Z Downloaded bitfield-macros v0.19.4
4962026-08-20T01:39:57.334Z Downloaded bcrypt-pbkdf v0.11.0
4972026-08-20T01:39:57.337Z Downloaded find-msvc-tools v0.1.9
4982026-08-20T01:39:57.337Z Downloaded foreign-types-shared v0.3.1
4992026-08-20T01:39:57.337Z Downloaded git-stub-vcs v0.1.0
5002026-08-20T01:39:57.340Z Downloaded adler2 v2.0.1
5012026-08-20T01:39:57.340Z Downloaded env_filter v2.0.0
5022026-08-20T01:39:57.340Z Downloaded futures-io v0.3.32
5032026-08-20T01:39:57.340Z Downloaded foreign-types v0.3.2
5042026-08-20T01:39:57.343Z Downloaded ar_archive_writer v0.5.1
5052026-08-20T01:39:57.343Z Downloaded allocator-api2 v0.2.21
5062026-08-20T01:39:57.346Z Downloaded anstream v0.6.21
5072026-08-20T01:39:57.346Z Downloaded bcs v0.1.6
5082026-08-20T01:39:57.349Z Downloaded embedded-io v0.6.1
5092026-08-20T01:39:57.349Z Downloaded globset v0.4.18
5102026-08-20T01:39:57.349Z Downloaded assert_matches v1.5.0
5112026-08-20T01:39:57.349Z Downloaded castaway v0.2.4
5122026-08-20T01:39:57.352Z Downloaded fixedbitset v0.5.7
5132026-08-20T01:39:57.352Z Downloaded erased-serde v0.3.31
5142026-08-20T01:39:57.352Z Downloaded filetime v0.2.27
5152026-08-20T01:39:57.355Z Downloaded foldhash v0.2.0
5162026-08-20T01:39:57.355Z Downloaded block-padding v0.4.2
5172026-08-20T01:39:57.355Z Downloaded cfg_aliases v0.1.1
5182026-08-20T01:39:57.355Z Downloaded futures-task v0.3.32
5192026-08-20T01:39:57.358Z Downloaded fxhash v0.2.1
5202026-08-20T01:39:57.358Z Downloaded fd-lock v4.0.4
5212026-08-20T01:39:57.358Z Downloaded compression-core v0.4.31
5222026-08-20T01:39:57.364Z Downloaded cobs v0.3.0
5232026-08-20T01:39:57.368Z Downloaded foreign-types v0.5.0
5242026-08-20T01:39:57.371Z Downloaded hostname v0.3.1
5252026-08-20T01:39:57.371Z Downloaded ciborium-io v0.2.2
5262026-08-20T01:39:57.371Z Downloaded enum-as-inner v0.6.1
5272026-08-20T01:39:57.374Z Downloaded futures-macro v0.3.32
5282026-08-20T01:39:57.375Z Downloaded ciborium-ll v0.2.2
5292026-08-20T01:39:57.375Z Downloaded num-derive v0.4.2
5302026-08-20T01:39:57.378Z Downloaded newline-converter v0.3.0
5312026-08-20T01:39:57.378Z Downloaded hubpack_derive v0.1.1
5322026-08-20T01:39:57.381Z Downloaded futures-core v0.3.32
5332026-08-20T01:39:57.384Z Downloaded bit-set v0.5.3
5342026-08-20T01:39:57.387Z Downloaded foreign-types-shared v0.1.1
5352026-08-20T01:39:57.390Z Downloaded cfg_aliases v0.2.1
5362026-08-20T01:39:57.390Z Downloaded hash32 v0.2.1
5372026-08-20T01:39:57.390Z Downloaded hostname v0.4.2
5382026-08-20T01:39:57.390Z Downloaded bitfield v0.19.4
5392026-08-20T01:39:57.394Z Downloaded normalize-line-endings v0.3.0
5402026-08-20T01:39:57.397Z Downloaded float-ord v0.3.2
5412026-08-20T01:39:57.397Z Downloaded git-stub v1.0.0
5422026-08-20T01:39:57.397Z Downloaded http-body v1.0.1
5432026-08-20T01:39:57.398Z Downloaded nibble_vec v0.1.0
5442026-08-20T01:39:57.401Z Downloaded nodrop v0.1.14
5452026-08-20T01:39:57.401Z Downloaded backtrace v0.3.76
5462026-08-20T01:39:57.404Z Downloaded fallible-iterator v0.2.0
5472026-08-20T01:39:57.404Z Downloaded num_threads v0.1.7
5482026-08-20T01:39:57.404Z Downloaded anstyle-parse v0.2.7
5492026-08-20T01:39:57.407Z Downloaded openssl-macros v0.1.1
5502026-08-20T01:39:57.407Z Downloaded potential_utf v0.1.4
5512026-08-20T01:39:57.407Z Downloaded gethostname v0.5.0
5522026-08-20T01:39:57.410Z Downloaded hex-literal v1.1.0
5532026-08-20T01:39:57.410Z Downloaded http-range v0.1.5
5542026-08-20T01:39:57.416Z Downloaded funty v2.0.0
5552026-08-20T01:39:57.419Z Downloaded float-cmp v0.10.0
5562026-08-20T01:39:57.419Z Downloaded psl-types v2.0.11
5572026-08-20T01:39:57.419Z Downloaded form_urlencoded v1.2.2
5582026-08-20T01:39:57.419Z Downloaded futures-sink v0.3.32
5592026-08-20T01:39:57.429Z Downloaded ahash v0.8.12
5602026-08-20T01:39:57.432Z Downloaded argon2 v0.5.3
5612026-08-20T01:39:57.438Z Downloaded bs58 v0.5.1
5622026-08-20T01:39:57.440Z Downloaded cipher v0.4.4
5632026-08-20T01:39:57.440Z Downloaded home v0.5.12
5642026-08-20T01:39:57.441Z Downloaded hex v0.4.3
5652026-08-20T01:39:57.443Z Downloaded chacha20 v0.9.1
5662026-08-20T01:39:57.443Z Downloaded ghash v0.6.0
5672026-08-20T01:39:57.444Z Downloaded hash32 v0.3.1
5682026-08-20T01:39:57.447Z Downloaded hubpack v0.1.2
5692026-08-20T01:39:57.447Z Downloaded bitfield-struct v0.6.2
5702026-08-20T01:39:57.450Z Downloaded camino-tempfile-ext v0.3.3
5712026-08-20T01:39:57.450Z Downloaded cmov v0.5.4
5722026-08-20T01:39:57.453Z Downloaded futures v0.3.32
5732026-08-20T01:39:57.456Z Downloaded bitflags v1.3.2
5742026-08-20T01:39:57.456Z Downloaded elliptic-curve v0.14.1
5752026-08-20T01:39:57.459Z Downloaded foldhash v0.1.5
5762026-08-20T01:39:57.459Z Downloaded blowfish v0.10.0
5772026-08-20T01:39:57.459Z Downloaded globwalk v0.9.1
5782026-08-20T01:39:57.469Z Downloaded fs_extra v1.3.0
5792026-08-20T01:39:57.470Z Downloaded byte-wrapper v0.1.0
5802026-08-20T01:39:57.470Z Downloaded cassowary v0.3.0
5812026-08-20T01:39:57.470Z Downloaded block-buffer v0.12.1
5822026-08-20T01:39:57.470Z Downloaded glob v0.3.3
5832026-08-20T01:39:57.470Z Downloaded group v0.13.0
5842026-08-20T01:39:57.470Z Downloaded cexpr v0.6.0
5852026-08-20T01:39:57.470Z Downloaded enum_dispatch v0.3.13
5862026-08-20T01:39:57.470Z Downloaded const-oid v0.10.2
5872026-08-20T01:39:57.476Z Downloaded base64ct v1.8.3
5882026-08-20T01:39:57.479Z Downloaded russh-util v0.52.0
5892026-08-20T01:39:57.479Z Downloaded buf-list v1.1.2
5902026-08-20T01:39:57.479Z Downloaded compression-codecs v0.4.37
5912026-08-20T01:39:57.482Z Downloaded aead v0.6.1
5922026-08-20T01:39:57.485Z Downloaded ref-cast v1.0.25
5932026-08-20T01:39:57.485Z Downloaded rustc_version v0.4.1
5942026-08-20T01:39:57.485Z Downloaded same-file v1.0.6
5952026-08-20T01:39:57.489Z Downloaded scheduled-thread-pool v0.2.7
5962026-08-20T01:39:57.489Z Downloaded radium v0.7.0
5972026-08-20T01:39:57.489Z Downloaded async-bb8-diesel v0.2.1
5982026-08-20T01:39:57.495Z Downloaded sapling-renderdag v0.1.0
5992026-08-20T01:39:57.498Z Downloaded serde_urlencoded v0.7.1
6002026-08-20T01:39:57.498Z Downloaded signal-hook-tokio v0.3.1
6012026-08-20T01:39:57.498Z Downloaded num_enum v0.5.11
6022026-08-20T01:39:57.498Z Downloaded backon v1.6.0
6032026-08-20T01:39:57.498Z Downloaded strum v0.27.2
6042026-08-20T01:39:57.501Z Downloaded fs-err v2.11.0
6052026-08-20T01:39:57.501Z Downloaded futures-executor v0.3.32
6062026-08-20T01:39:57.501Z Downloaded foreign-types-macros v0.2.3
6072026-08-20T01:39:57.501Z Downloaded group v0.14.0
6082026-08-20T01:39:57.507Z Downloaded highway v1.3.0
6092026-08-20T01:39:57.511Z Downloaded oxide-update-engine v0.1.2
6102026-08-20T01:39:57.515Z Downloaded pem-rfc7468 v1.0.0
6112026-08-20T01:39:57.519Z Downloaded pin-project-lite v0.2.17
6122026-08-20T01:39:57.522Z Downloaded peg-macros v0.8.5
6132026-08-20T01:39:57.522Z Downloaded password-hash v0.5.0
6142026-08-20T01:39:57.522Z Downloaded packed_struct v0.10.1
6152026-08-20T01:39:57.525Z Downloaded progenitor-client v0.13.0
6162026-08-20T01:39:57.528Z Downloaded http-body-util v0.1.3
6172026-08-20T01:39:57.528Z Downloaded rand_core v0.6.4
6182026-08-20T01:39:57.531Z Downloaded tap v1.0.1
6192026-08-20T01:39:57.531Z Downloaded tokio-macros v2.7.0
6202026-08-20T01:39:57.534Z Downloaded strip-ansi-escapes v0.2.1
6212026-08-20T01:39:57.534Z Downloaded take_mut v0.2.2
6222026-08-20T01:39:57.534Z Downloaded supports-hyperlinks v3.2.0
6232026-08-20T01:39:57.537Z Downloaded parking_lot_core v0.8.6
6242026-08-20T01:39:57.540Z Downloaded phf v0.12.1
6252026-08-20T01:39:57.540Z Downloaded env_logger v0.11.11
6262026-08-20T01:39:57.543Z Downloaded futures-channel v0.3.32
6272026-08-20T01:39:57.543Z Downloaded httparse v1.10.1
6282026-08-20T01:39:57.543Z Downloaded blake2 v0.11.0-rc.6
6292026-08-20T01:39:57.546Z Downloaded argon2 v0.6.0-rc.8
6302026-08-20T01:39:57.546Z Downloaded console v0.15.11
6312026-08-20T01:39:57.549Z Downloaded recursive v0.1.1
6322026-08-20T01:39:57.550Z Downloaded half v1.8.3
6332026-08-20T01:39:57.550Z Downloaded cipher v0.5.2
6342026-08-20T01:39:57.550Z Downloaded bzip2 v0.6.1
6352026-08-20T01:39:57.553Z Downloaded unicode-xid v0.2.6
6362026-08-20T01:39:57.553Z Downloaded clang-sys v1.8.1
6372026-08-20T01:39:57.553Z Downloaded colored v3.1.1
6382026-08-20T01:39:57.556Z Downloaded cancel-safe-futures v0.1.5
6392026-08-20T01:39:57.556Z Downloaded chacha20 v0.10.0
6402026-08-20T01:39:57.559Z Downloaded cbc v0.2.1
6412026-08-20T01:39:57.562Z Downloaded cmake v0.1.57
6422026-08-20T01:39:57.562Z Downloaded const-oid v0.9.6
6432026-08-20T01:39:57.562Z Downloaded bzip2 v0.4.4
6442026-08-20T01:39:57.565Z Downloaded colored v2.2.0
6452026-08-20T01:39:57.568Z Downloaded r2d2 v0.8.10
6462026-08-20T01:39:57.568Z Downloaded yoke-derive v0.8.1
6472026-08-20T01:39:57.574Z Downloaded shlex v1.3.0
6482026-08-20T01:39:57.577Z Downloaded slog-dtrace v0.3.0
6492026-08-20T01:39:57.577Z Downloaded spki v0.7.3
6502026-08-20T01:39:57.577Z Downloaded rustls-pemfile v2.2.0
6512026-08-20T01:39:57.577Z Downloaded zone_cfg_derive v0.3.1
6522026-08-20T01:39:57.578Z Downloaded convert_case v0.4.0
6532026-08-20T01:39:57.581Z Downloaded ciborium v0.2.2
6542026-08-20T01:39:57.581Z Downloaded scrypt v0.12.0
6552026-08-20T01:39:57.584Z Downloaded curve25519-dalek-derive v0.1.1
6562026-08-20T01:39:57.584Z Downloaded darling_macro v0.20.11
6572026-08-20T01:39:57.584Z Downloaded debug-ignore v1.0.5
6582026-08-20T01:39:57.588Z Downloaded usdt v0.6.0
6592026-08-20T01:39:57.592Z Downloaded aho-corasick v1.1.4
6602026-08-20T01:39:57.595Z Downloaded strum_macros v0.24.3
6612026-08-20T01:39:57.595Z Downloaded serdect v0.4.3
6622026-08-20T01:39:57.595Z Downloaded simd-adler32 v0.3.8
6632026-08-20T01:39:57.595Z Downloaded slog-term v2.9.2
6642026-08-20T01:39:57.598Z Downloaded usdt-attr-macro v0.6.0
6652026-08-20T01:39:57.598Z Downloaded hmac v0.12.1
6662026-08-20T01:39:57.598Z Downloaded hmac v0.13.0
6672026-08-20T01:39:57.601Z Downloaded parking_lot v0.12.5
6682026-08-20T01:39:57.605Z Downloaded zeroize_derive v1.5.0
6692026-08-20T01:39:57.608Z Downloaded tui-tree-widget v0.23.1
6702026-08-20T01:39:57.612Z Downloaded dunce v1.0.5
6712026-08-20T01:39:57.615Z Downloaded fatfs v0.3.6
6722026-08-20T01:39:57.618Z Downloaded phc v0.6.1
6732026-08-20T01:39:57.618Z Downloaded slog-stdlog v4.1.1
6742026-08-20T01:39:57.621Z Downloaded snafu-derive v0.8.9
6752026-08-20T01:39:57.621Z Downloaded typify-macro v0.6.2
6762026-08-20T01:39:57.626Z Downloaded postgres-types v0.2.12
6772026-08-20T01:39:57.626Z Downloaded difflib v0.4.0
6782026-08-20T01:39:57.629Z Downloaded dof v0.4.0
6792026-08-20T01:39:57.632Z Downloaded hyper-tls v0.6.0
6802026-08-20T01:39:57.632Z Downloaded idna_adapter v1.2.1
6812026-08-20T01:39:57.632Z Downloaded inout v0.2.2
6822026-08-20T01:39:57.635Z Downloaded synstructure v0.13.2
6832026-08-20T01:39:57.635Z Downloaded thread_local v1.1.9
6842026-08-20T01:39:57.636Z Downloaded generic-array v1.4.3
6852026-08-20T01:39:57.636Z Downloaded getrandom v0.4.3
6862026-08-20T01:39:57.639Z Downloaded dtrace-parser v0.3.0
6872026-08-20T01:39:57.645Z Downloaded console v0.16.2
6882026-08-20T01:39:57.648Z Downloaded blake2 v0.10.6
6892026-08-20T01:39:57.648Z Downloaded walkdir v2.5.0
6902026-08-20T01:39:57.651Z Downloaded wyz v0.5.1
6912026-08-20T01:39:57.651Z Downloaded quinn-udp v0.5.14
6922026-08-20T01:39:57.651Z Downloaded serde_cbor v0.11.2
6932026-08-20T01:39:57.658Z Downloaded convert_case v0.10.0
6942026-08-20T01:39:57.661Z Downloaded kem v0.3.0
6952026-08-20T01:39:57.661Z Downloaded serde_derive_internals v0.29.1
6962026-08-20T01:39:57.664Z Downloaded lzss v0.8.2
6972026-08-20T01:39:57.664Z Downloaded mime v0.3.17
6982026-08-20T01:39:57.667Z Downloaded lru-slab v0.1.2
6992026-08-20T01:39:57.667Z Downloaded multimap v0.10.1
7002026-08-20T01:39:57.671Z Downloaded is_ci v1.2.0
7012026-08-20T01:39:57.675Z Downloaded libscf-sys v1.2.0
7022026-08-20T01:39:57.679Z Downloaded daft v0.1.7
7032026-08-20T01:39:57.682Z Downloaded omicron-zone-package v0.12.3
7042026-08-20T01:39:57.693Z Downloaded ctr v0.10.1
7052026-08-20T01:39:57.696Z Downloaded defmt-parser v1.0.0
7062026-08-20T01:39:57.696Z Downloaded oso v0.27.3
7072026-08-20T01:39:57.699Z Downloaded half v2.7.1
7082026-08-20T01:39:57.699Z Downloaded port-file v0.1.0
7092026-08-20T01:39:57.702Z Downloaded deranged v0.5.8
7102026-08-20T01:39:57.702Z Downloaded num_enum_derive v0.5.11
7112026-08-20T01:39:57.705Z Downloaded phf_shared v0.12.1
7122026-08-20T01:39:57.708Z Downloaded powerfmt v0.2.0
7132026-08-20T01:39:57.711Z Downloaded either v1.15.0
7142026-08-20T01:39:57.714Z Downloaded heapless v0.8.0
7152026-08-20T01:39:57.720Z Downloaded proc-macro-crate v1.3.1
7162026-08-20T01:39:57.726Z Downloaded prefix-trie v0.7.0
7172026-08-20T01:39:57.735Z Downloaded der_derive v0.7.3
7182026-08-20T01:39:57.738Z Downloaded diesel-dtrace v0.5.0
7192026-08-20T01:39:57.738Z Downloaded http v1.4.2
7202026-08-20T01:39:57.741Z Downloaded tracing-attributes v0.1.31
7212026-08-20T01:39:57.741Z Downloaded expectorate v1.2.0
7222026-08-20T01:39:57.744Z Downloaded ipnet v2.12.0
7232026-08-20T01:39:57.744Z Downloaded scroll_derive v0.13.1
7242026-08-20T01:39:57.744Z Downloaded secrecy v0.10.3
7252026-08-20T01:39:57.748Z Downloaded bytes v1.11.1
7262026-08-20T01:39:57.751Z Downloaded chacha20poly1305 v0.10.1
7272026-08-20T01:39:57.754Z Downloaded serde_bytes v0.11.19
7282026-08-20T01:39:57.754Z Downloaded shell-words v1.1.1
7292026-08-20T01:39:57.754Z Downloaded tokio-stream v0.1.18
7302026-08-20T01:39:57.757Z Downloaded critical-section v1.2.0
7312026-08-20T01:39:57.762Z Downloaded sha1 v0.11.0
7322026-08-20T01:39:57.762Z Downloaded async-compression v0.4.41
7332026-08-20T01:39:57.765Z Downloaded multer v3.1.0
7342026-08-20T01:39:57.765Z Downloaded parse-display v0.10.0
7352026-08-20T01:39:57.768Z Downloaded signature v2.2.0
7362026-08-20T01:39:57.768Z Downloaded unicode-properties v0.1.4
7372026-08-20T01:39:57.768Z Downloaded chumsky v0.9.3
7382026-08-20T01:39:57.771Z Downloaded base64 v0.22.1
7392026-08-20T01:39:57.774Z Downloaded siphasher v1.0.2
7402026-08-20T01:39:57.774Z Downloaded libefi-sys v0.1.0
7412026-08-20T01:39:57.774Z Downloaded num-iter v0.1.45
7422026-08-20T01:39:57.774Z Downloaded sync_wrapper v1.0.2
7432026-08-20T01:39:57.774Z Downloaded strsim v0.10.0
7442026-08-20T01:39:57.778Z Downloaded structmeta v0.3.0
7452026-08-20T01:39:57.784Z Downloaded thread-id v5.1.0
7462026-08-20T01:39:57.787Z Downloaded time-core v0.1.8
7472026-08-20T01:39:57.787Z Downloaded slog-bunyan v2.5.0
7482026-08-20T01:39:57.787Z Downloaded p256 v0.14.0
7492026-08-20T01:39:57.790Z Downloaded rustls-pki-types v1.14.0
7502026-08-20T01:39:57.790Z Downloaded sqlparser_derive v0.5.0
7512026-08-20T01:39:57.795Z Downloaded termtree v0.5.1
7522026-08-20T01:39:57.795Z Downloaded vergen v9.1.0
7532026-08-20T01:39:57.795Z Downloaded num_enum_derive v0.7.6
7542026-08-20T01:39:57.795Z Downloaded headers v0.4.1
7552026-08-20T01:39:57.798Z Downloaded heapless v0.7.17
7562026-08-20T01:39:57.801Z Downloaded crossbeam-utils v0.8.21
7572026-08-20T01:39:57.801Z Downloaded path-slash v0.1.5
7582026-08-20T01:39:57.801Z Downloaded progenitor-macro v0.13.0
7592026-08-20T01:39:57.801Z Downloaded paste v1.0.15
7602026-08-20T01:39:57.804Z Downloaded ppv-lite86 v0.2.21
7612026-08-20T01:39:57.804Z Downloaded oxnet v0.1.6
7622026-08-20T01:39:57.807Z Downloaded trait-variant v0.1.2
7632026-08-20T01:39:57.807Z Downloaded bumpalo v3.20.2
7642026-08-20T01:39:57.807Z Downloaded flume v0.11.1
7652026-08-20T01:39:57.810Z Downloaded arc-swap v1.8.2
7662026-08-20T01:39:57.813Z Downloaded flate2 v1.1.9
7672026-08-20T01:39:57.813Z Downloaded hickory-resolver v0.25.2
7682026-08-20T01:39:57.816Z Downloaded pretty_assertions v1.4.1
7692026-08-20T01:39:57.819Z Downloaded progenitor-impl v0.13.0
7702026-08-20T01:39:57.819Z Downloaded primeorder v0.14.0
7712026-08-20T01:39:57.819Z Downloaded progenitor-extras v0.2.0
7722026-08-20T01:39:57.822Z Downloaded unarray v0.1.4
7732026-08-20T01:39:57.822Z Downloaded wnaf v0.14.0
7742026-08-20T01:39:57.822Z Downloaded zerofrom-derive v0.1.6
7752026-08-20T01:39:57.822Z Downloaded cstr-argument v0.1.2
7762026-08-20T01:39:57.825Z Downloaded rustc-demangle v0.1.27
7772026-08-20T01:39:57.828Z Downloaded unsafe-libyaml v0.2.11
7782026-08-20T01:39:57.828Z Downloaded xshell-macros v0.2.7
7792026-08-20T01:39:57.828Z Downloaded hickory-resolver v0.24.4
7802026-08-20T01:39:57.832Z Downloaded ingot-macros v0.2.0
7812026-08-20T01:39:57.832Z Downloaded vte v0.14.1
7822026-08-20T01:39:57.836Z Downloaded rustversion v1.0.22
7832026-08-20T01:39:57.842Z Downloaded crc-catalog v2.4.0
7842026-08-20T01:39:57.845Z Downloaded toml v0.7.8
7852026-08-20T01:39:57.849Z Downloaded litrs v1.0.0
7862026-08-20T01:39:57.852Z Downloaded memmap2 v0.9.10
7872026-08-20T01:39:57.852Z Downloaded darling_macro v0.23.0
7882026-08-20T01:39:57.852Z Downloaded digest-io v0.1.0
7892026-08-20T01:39:57.855Z Downloaded dyn-clone v1.0.20
7902026-08-20T01:39:57.855Z Downloaded serde_with_macros v1.5.2
7912026-08-20T01:39:57.858Z Downloaded stacker v0.1.23
7922026-08-20T01:39:57.858Z Downloaded structmeta-derive v0.3.0
7932026-08-20T01:39:57.858Z Downloaded ident_case v1.0.1
7942026-08-20T01:39:57.861Z Downloaded scuffle v0.1.0
7952026-08-20T01:39:57.864Z Downloaded dirs-sys-next v0.1.2
7962026-08-20T01:39:57.870Z Downloaded crc-any v2.5.0
7972026-08-20T01:39:57.873Z Downloaded pkcs1 v0.8.0-rc.4
7982026-08-20T01:39:57.876Z Downloaded pkcs1 v0.7.5
7992026-08-20T01:39:57.876Z Downloaded tokio-tungstenite v0.23.1
8002026-08-20T01:39:57.879Z Downloaded lazy_static v1.5.0
8012026-08-20T01:39:57.879Z Downloaded lru v0.12.5
8022026-08-20T01:39:57.882Z Downloaded cc v1.2.56
8032026-08-20T01:39:57.885Z Downloaded prettyplease v0.2.37
8042026-08-20T01:39:57.888Z Downloaded qorb v0.4.1
8052026-08-20T01:39:57.892Z Downloaded derive_builder_macro v0.20.2
8062026-08-20T01:39:57.892Z Downloaded tinyvec v1.10.0
8072026-08-20T01:39:57.892Z Downloaded match_cfg v0.1.0
8082026-08-20T01:39:57.895Z Downloaded whoami v1.6.1
8092026-08-20T01:39:57.895Z Downloaded jiff-static v0.2.34
8102026-08-20T01:39:57.898Z Downloaded phf_shared v0.11.3
8112026-08-20T01:39:57.898Z Downloaded maybe-uninit v2.0.0
8122026-08-20T01:39:57.901Z Downloaded tar v0.4.46
8132026-08-20T01:39:57.901Z Downloaded zeroize v1.9.0
8142026-08-20T01:39:57.904Z Downloaded unicase v2.9.0
8152026-08-20T01:39:57.904Z Downloaded vergen-lib v0.1.6
8162026-08-20T01:39:57.907Z Downloaded compact_str v0.8.1
8172026-08-20T01:39:57.911Z Downloaded ignore v0.4.25
8182026-08-20T01:39:57.914Z Downloaded crossbeam-deque v0.8.6
8192026-08-20T01:39:57.914Z Downloaded slog-scope v4.4.1
8202026-08-20T01:39:57.917Z Downloaded usdt-impl v0.6.0
8212026-08-20T01:39:57.917Z Downloaded vergen-gitcl v1.0.8
8222026-08-20T01:39:57.920Z Downloaded predicates-tree v1.0.13
8232026-08-20T01:39:57.920Z Downloaded proc-macro-error-attr2 v2.0.0
8242026-08-20T01:39:57.921Z Downloaded toml_edit v0.23.10+spec-1.0.0
8252026-08-20T01:39:57.925Z Downloaded olpc-cjson v0.1.4
8262026-08-20T01:39:57.928Z Downloaded serde_plain v1.0.2
8272026-08-20T01:39:57.932Z Downloaded term v0.7.0
8282026-08-20T01:39:57.935Z Downloaded ed25519 v3.0.0
8292026-08-20T01:39:57.935Z Downloaded defmt-macros v1.0.1
8302026-08-20T01:39:57.938Z Downloaded serde-hex v0.1.0
8312026-08-20T01:39:57.938Z Downloaded const_format_proc_macros v0.2.34
8322026-08-20T01:39:57.941Z Downloaded aes-gcm v0.11.0
8332026-08-20T01:39:57.941Z Downloaded zerotrie v0.2.3
8342026-08-20T01:39:57.945Z Downloaded password-hash v0.6.1
8352026-08-20T01:39:57.945Z Downloaded progenitor-client v0.14.0
8362026-08-20T01:39:57.945Z Downloaded rand_xorshift v0.4.0
8372026-08-20T01:39:57.945Z Downloaded pkcs5 v0.8.1
8382026-08-20T01:39:57.949Z Downloaded quick-error v1.2.3
8392026-08-20T01:39:57.949Z Downloaded indoc v2.0.7
8402026-08-20T01:39:57.949Z Downloaded semver v0.1.20
8412026-08-20T01:39:57.952Z Downloaded tokio-rustls v0.26.4
8422026-08-20T01:39:57.952Z Downloaded constant_time_eq v0.4.2
8432026-08-20T01:39:57.955Z Downloaded spin v0.9.8
8442026-08-20T01:39:57.958Z Downloaded dirs-next v2.0.0
8452026-08-20T01:39:57.961Z Downloaded supports-color v3.0.2
8462026-08-20T01:39:57.961Z Downloaded tabwriter v1.4.1
8472026-08-20T01:39:57.961Z Downloaded tokio-test v0.4.5
8482026-08-20T01:39:57.965Z Downloaded russh-cryptovec v0.62.0
8492026-08-20T01:39:57.965Z Downloaded universal-hash v0.5.1
8502026-08-20T01:39:57.969Z Downloaded usdt-macro v0.6.0
8512026-08-20T01:39:57.969Z Downloaded slog-envlogger v2.2.0
8522026-08-20T01:39:57.973Z Downloaded icu_normalizer v2.1.1
8532026-08-20T01:39:57.976Z Downloaded icu_locale_core v2.1.1
8542026-08-20T01:39:57.979Z Downloaded num-rational v0.4.2
8552026-08-20T01:39:57.982Z Downloaded hickory-server v0.25.2
8562026-08-20T01:39:57.985Z Downloaded pkcs8 v0.10.2
8572026-08-20T01:39:57.988Z Downloaded postgres-protocol v0.6.10
8582026-08-20T01:39:57.988Z Downloaded steno v0.4.1
8592026-08-20T01:39:57.992Z Downloaded toml_parser v1.1.2+spec-1.1.0
8602026-08-20T01:39:57.992Z Downloaded delegate v0.13.5
8612026-08-20T01:39:57.992Z Downloaded rand_core v0.9.5
8622026-08-20T01:39:57.995Z Downloaded xattr v1.6.1
8632026-08-20T01:39:57.995Z Downloaded indent_write v2.2.0
8642026-08-20T01:39:57.999Z Downloaded rusty-fork v0.3.1
8652026-08-20T01:39:58.003Z Downloaded digest v0.11.3
8662026-08-20T01:39:58.006Z Downloaded ipnetwork v0.21.1
8672026-08-20T01:39:58.006Z Downloaded linear-map v1.2.0
8682026-08-20T01:39:58.010Z Downloaded darling_core v0.20.11
8692026-08-20T01:39:58.010Z Downloaded crunchy v0.2.4
8702026-08-20T01:39:58.015Z Downloaded progenitor-impl v0.14.0
8712026-08-20T01:39:58.018Z Downloaded ingot v0.2.1
8722026-08-20T01:39:58.018Z Downloaded strum_macros v0.26.4
8732026-08-20T01:39:58.018Z Downloaded string_cache v0.8.9
8742026-08-20T01:39:58.023Z Downloaded zerocopy v0.6.6
8752026-08-20T01:39:58.026Z Downloaded module-lattice v0.2.3
8762026-08-20T01:39:58.026Z Downloaded num_enum v0.7.6
8772026-08-20T01:39:58.026Z Downloaded ssh-cipher v0.3.0
8782026-08-20T01:39:58.029Z Downloaded illumos-nvpair-sys v0.2.0
8792026-08-20T01:39:58.029Z Downloaded instant v0.1.13
8802026-08-20T01:39:58.032Z Downloaded lru-cache v0.1.2
8812026-08-20T01:39:58.032Z Downloaded md5 v0.8.0
8822026-08-20T01:39:58.032Z Downloaded rsa v0.10.0-rc.18
8832026-08-20T01:39:58.048Z Downloaded crc8 v0.1.1
8842026-08-20T01:39:58.048Z Downloaded pem-rfc7468 v0.7.0
8852026-08-20T01:39:58.048Z Downloaded num v0.4.3
8862026-08-20T01:39:58.051Z Downloaded darling v0.20.11
8872026-08-20T01:39:58.051Z Downloaded uzers v0.12.2
8882026-08-20T01:39:58.054Z Downloaded whoami v2.1.0
8892026-08-20T01:39:58.054Z Downloaded vsss-rs v3.3.4
8902026-08-20T01:39:58.057Z Downloaded yoke v0.8.1
8912026-08-20T01:39:58.057Z Downloaded oso-derive v0.27.3
8922026-08-20T01:39:58.060Z Downloaded defmt v0.3.100
8932026-08-20T01:39:58.066Z Downloaded indoc v1.0.9
8942026-08-20T01:39:58.069Z Downloaded zerocopy-derive v0.8.55
8952026-08-20T01:39:58.072Z Downloaded opaque-debug v0.3.1
8962026-08-20T01:39:58.076Z Downloaded hashbrown v0.12.3
8972026-08-20T01:39:58.076Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-08-20T01:39:58.076Z Downloaded rand v0.8.6
8992026-08-20T01:39:58.080Z Downloaded displaydoc v0.2.5
9002026-08-20T01:39:58.083Z Downloaded tracing-core v0.1.36
9012026-08-20T01:39:58.087Z Downloaded smf v0.2.3
9022026-08-20T01:39:58.087Z Downloaded iana-time-zone v0.1.65
9032026-08-20T01:39:58.090Z Downloaded hyper-staticfile v0.10.1
9042026-08-20T01:39:58.090Z Downloaded scopeguard v1.2.0
9052026-08-20T01:39:58.090Z Downloaded parse-size v1.1.0
9062026-08-20T01:39:58.090Z Downloaded phf_shared v0.13.1
9072026-08-20T01:39:58.093Z Downloaded twox-hash v2.1.2
9082026-08-20T01:39:58.093Z Downloaded keccak v0.2.0
9092026-08-20T01:39:58.096Z Downloaded rayon-core v1.13.0
9102026-08-20T01:39:58.096Z Downloaded aes v0.9.1
9112026-08-20T01:39:58.099Z Downloaded num-traits v0.2.19
9122026-08-20T01:39:58.099Z Downloaded samael v0.0.19
9132026-08-20T01:39:58.102Z Downloaded tiny-keccak v2.0.2
9142026-08-20T01:39:58.105Z Downloaded tinystr v0.8.2
9152026-08-20T01:39:58.108Z Downloaded tagptr v0.2.0
9162026-08-20T01:39:58.108Z Downloaded thiserror-impl-no-std v2.0.2
9172026-08-20T01:39:58.111Z Downloaded ml-kem v0.3.2
9182026-08-20T01:39:58.114Z Downloaded futures-util v0.3.32
9192026-08-20T01:39:58.118Z Downloaded zopfli v0.8.3
9202026-08-20T01:39:58.123Z Downloaded unit-prefix v0.5.2
9212026-08-20T01:39:58.126Z Downloaded csv-core v0.1.13
9222026-08-20T01:39:58.126Z Downloaded rand_pcg v0.10.2
9232026-08-20T01:39:58.126Z Downloaded pkg-config v0.3.32
9242026-08-20T01:39:58.126Z Downloaded poly1305 v0.8.0
9252026-08-20T01:39:58.130Z Downloaded primefield v0.14.0
9262026-08-20T01:39:58.130Z Downloaded psm v0.1.30
9272026-08-20T01:39:58.133Z Downloaded ryu v1.0.23
9282026-08-20T01:39:58.133Z Downloaded poly1305 v0.9.0
9292026-08-20T01:39:58.133Z Downloaded rustyline v14.0.0
9302026-08-20T01:39:58.142Z Downloaded salsa20 v0.11.0
9312026-08-20T01:39:58.146Z Downloaded waitgroup v0.1.2
9322026-08-20T01:39:58.149Z Downloaded serde_with_macros v3.21.0
9332026-08-20T01:39:58.152Z Downloaded humantime v2.3.0
9342026-08-20T01:39:58.152Z Downloaded ecdsa v0.16.9
9352026-08-20T01:39:58.152Z Downloaded libloading v0.8.9
9362026-08-20T01:39:58.155Z Downloaded derive_builder_core v0.20.2
9372026-08-20T01:39:58.155Z Downloaded resolv-conf v0.7.6
9382026-08-20T01:39:58.155Z Downloaded stable_deref_trait v1.2.1
9392026-08-20T01:39:58.158Z Downloaded mime_guess v2.0.5
9402026-08-20T01:39:58.158Z Downloaded knus v3.4.0
9412026-08-20T01:39:58.158Z Downloaded test-strategy v0.4.5
9422026-08-20T01:39:58.162Z Downloaded rpassword v7.5.4
9432026-08-20T01:39:58.165Z Downloaded hashbrown v0.13.2
9442026-08-20T01:39:58.168Z Downloaded darling_macro v0.13.4
9452026-08-20T01:39:58.168Z Downloaded derive_more v2.1.1
9462026-08-20T01:39:58.174Z Downloaded derive_more v0.99.20
9472026-08-20T01:39:58.177Z Downloaded pem v3.0.6
9482026-08-20T01:39:58.182Z Downloaded crypto-bigint v0.5.5
9492026-08-20T01:39:58.185Z Downloaded is-terminal v0.4.17
9502026-08-20T01:39:58.185Z Downloaded mio v1.2.0
9512026-08-20T01:39:58.192Z Downloaded unicode-bidi v0.3.18
9522026-08-20T01:39:58.195Z Downloaded tokio-tungstenite v0.21.0
9532026-08-20T01:39:58.195Z Downloaded time-macros v0.2.27
9542026-08-20T01:39:58.198Z Downloaded inout v0.1.4
9552026-08-20T01:39:58.198Z Downloaded lalrpop-util v0.19.12
9562026-08-20T01:39:58.198Z Downloaded peg-runtime v0.8.5
9572026-08-20T01:39:58.202Z Downloaded percent-encoding v2.3.2
9582026-08-20T01:39:58.205Z Downloaded rsa v0.9.10
9592026-08-20T01:39:58.205Z Downloaded typed-path v0.9.3
9602026-08-20T01:39:58.210Z Downloaded x509-cert v0.2.5
9612026-08-20T01:39:58.212Z Downloaded cookie v0.18.1
9622026-08-20T01:39:58.213Z Downloaded progenitor v0.13.0
9632026-08-20T01:39:58.213Z Downloaded sec1 v0.8.1
9642026-08-20T01:39:58.216Z Downloaded serde_repr v0.1.20
9652026-08-20T01:39:58.216Z Downloaded aws-lc-rs v1.16.3
9662026-08-20T01:39:58.219Z Downloaded crossterm v0.28.1
9672026-08-20T01:39:58.223Z Downloaded data-encoding v2.10.0
9682026-08-20T01:39:58.225Z Downloaded writeable v0.6.2
9692026-08-20T01:39:58.226Z Downloaded smallvec v0.6.14
9702026-08-20T01:39:58.226Z Downloaded ssh-encoding v0.3.0
9712026-08-20T01:39:58.229Z Downloaded managed v0.8.0
9722026-08-20T01:39:58.229Z Downloaded maplit v1.0.2
9732026-08-20T01:39:58.229Z Downloaded sponge-cursor v0.1.0
9742026-08-20T01:39:58.229Z Downloaded num-conv v0.2.0
9752026-08-20T01:39:58.229Z Downloaded zstd-safe v7.2.4
9762026-08-20T01:39:58.232Z Downloaded progenitor-macro v0.14.0
9772026-08-20T01:39:58.232Z Downloaded reqwest v0.13.2
9782026-08-20T01:39:58.235Z Downloaded darling_core v0.21.3
9792026-08-20T01:39:58.238Z Downloaded sha2 v0.11.0
9802026-08-20T01:39:58.238Z Downloaded slab v0.4.12
9812026-08-20T01:39:58.238Z Downloaded similar v2.7.0
9822026-08-20T01:39:58.241Z Downloaded static_assertions v1.1.0
9832026-08-20T01:39:58.241Z Downloaded tls_codec_derive v0.4.2
9842026-08-20T01:39:58.244Z Downloaded universal-hash v0.6.1
9852026-08-20T01:39:58.244Z Downloaded nanorand v0.7.0
9862026-08-20T01:39:58.244Z Downloaded rustc_version v0.1.7
9872026-08-20T01:39:58.244Z Downloaded tokio-util v0.7.18
9882026-08-20T01:39:58.247Z Downloaded predicates-core v1.0.10
9892026-08-20T01:39:58.250Z Downloaded hashbrown v0.14.5
9902026-08-20T01:39:58.253Z Downloaded hashbrown v0.16.1
9912026-08-20T01:39:58.256Z Downloaded sigpipe v0.1.3
9922026-08-20T01:39:58.256Z Downloaded papergrid v0.18.0
9932026-08-20T01:39:58.259Z Downloaded signature v3.0.0
9942026-08-20T01:39:58.259Z Downloaded num-bigint-dig v0.8.6
9952026-08-20T01:39:58.261Z Downloaded toml_edit v0.19.15
9962026-08-20T01:39:58.268Z Downloaded cpufeatures v0.3.0
9972026-08-20T01:39:58.271Z Downloaded oxide-update-engine-types v0.1.2
9982026-08-20T01:39:58.271Z Downloaded ref-cast-impl v1.0.25
9992026-08-20T01:39:58.271Z Downloaded topological-sort v0.2.2
10002026-08-20T01:39:58.271Z Downloaded crucible-workspace-hack v0.1.0
10012026-08-20T01:39:58.274Z Downloaded miniz_oxide v0.8.9
10022026-08-20T01:39:58.274Z Downloaded url v2.5.8
10032026-08-20T01:39:58.274Z Downloaded rand v0.9.2
10042026-08-20T01:39:58.277Z Downloaded darling v0.13.4
10052026-08-20T01:39:58.280Z Downloaded ed25519-dalek v2.2.0
10062026-08-20T01:39:58.280Z Downloaded const_format v0.2.35
10072026-08-20T01:39:58.283Z Downloaded p521 v0.14.0
10082026-08-20T01:39:58.283Z Downloaded ed25519-dalek v3.0.0
10092026-08-20T01:39:58.286Z Downloaded impl-trait-for-tuples v0.2.3
10102026-08-20T01:39:58.286Z Downloaded downcast-rs v2.0.2
10112026-08-20T01:39:58.286Z Downloaded unicode-truncate v1.1.0
10122026-08-20T01:39:58.290Z Downloaded utf8_iter v1.0.4
10132026-08-20T01:39:58.290Z Downloaded rand_core v0.10.0
10142026-08-20T01:39:58.290Z Downloaded darling_core v0.13.4
10152026-08-20T01:39:58.292Z Downloaded ssh-key v0.7.0-rc.11
10162026-08-20T01:39:58.295Z Downloaded utf-8 v0.7.6
10172026-08-20T01:39:58.295Z Downloaded num-bigint v0.4.6
10182026-08-20T01:39:58.298Z Downloaded reqwest v0.12.28
10192026-08-20T01:39:58.301Z Downloaded schemars v0.8.22
10202026-08-20T01:39:58.307Z Downloaded diff v0.1.13
10212026-08-20T01:39:58.309Z Downloaded instability v0.3.11
10222026-08-20T01:39:58.309Z Downloaded zerofrom v0.1.6
10232026-08-20T01:39:58.309Z Downloaded nonempty v0.12.0
10242026-08-20T01:39:58.309Z Downloaded openssl-probe v0.2.1
10252026-08-20T01:39:58.312Z Downloaded cpubits v0.1.1
10262026-08-20T01:39:58.312Z Downloaded socket2 v0.5.10
10272026-08-20T01:39:58.312Z Downloaded openssl-probe v0.1.6
10282026-08-20T01:39:58.318Z Downloaded sec1 v0.7.3
10292026-08-20T01:39:58.321Z Downloaded jobserver v0.1.34
10302026-08-20T01:39:58.321Z Downloaded publicsuffix v2.3.0
10312026-08-20T01:39:58.321Z Downloaded progenitor v0.14.0
10322026-08-20T01:39:58.324Z Downloaded rfc6979 v0.6.0
10332026-08-20T01:39:58.324Z Downloaded kstat-rs v0.2.5
10342026-08-20T01:39:58.327Z Downloaded memoffset v0.9.1
10352026-08-20T01:39:58.327Z Downloaded new_debug_unreachable v1.0.6
10362026-08-20T01:39:58.327Z Downloaded testing_table v0.3.0
10372026-08-20T01:39:58.330Z Downloaded hashbrown v0.15.5
10382026-08-20T01:39:58.334Z Downloaded serde_path_to_error v0.1.20
10392026-08-20T01:39:58.334Z Downloaded spki v0.8.0
10402026-08-20T01:39:58.337Z Downloaded socket2 v0.6.3
10412026-08-20T01:39:58.340Z Downloaded parking_lot_core v0.9.12
10422026-08-20T01:39:58.343Z Downloaded crossbeam-epoch v0.9.18
10432026-08-20T01:39:58.347Z Downloaded illumos-nvpair v0.3.0
10442026-08-20T01:39:58.350Z Downloaded rfc6979 v0.4.0
10452026-08-20T01:39:58.353Z Downloaded reedline v0.40.0
10462026-08-20T01:39:58.357Z Downloaded linked-hash-map v0.5.6
10472026-08-20T01:39:58.365Z Downloaded tower-http v0.6.8
10482026-08-20T01:39:58.369Z Downloaded minimal-lexical v0.2.1
10492026-08-20T01:39:58.372Z Downloaded ecdsa v0.17.0
10502026-08-20T01:39:58.376Z Downloaded rand v0.10.1
10512026-08-20T01:39:58.376Z Downloaded termios v0.3.3
10522026-08-20T01:39:58.378Z Downloaded tower-layer v0.3.3
10532026-08-20T01:39:58.378Z Downloaded precomputed-hash v0.1.1
10542026-08-20T01:39:58.379Z Downloaded rtoolbox v0.0.3
10552026-08-20T01:39:58.379Z Downloaded support-bundle-viewer v0.1.2
10562026-08-20T01:39:58.379Z Downloaded strum v0.26.3
10572026-08-20T01:39:58.379Z Downloaded tinyvec_macros v0.1.1
10582026-08-20T01:39:58.382Z Downloaded drift v0.2.0
10592026-08-20T01:39:58.385Z Downloaded itertools v0.15.0
10602026-08-20T01:39:58.388Z Downloaded itertools v0.14.0
10612026-08-20T01:39:58.392Z Downloaded untrusted v0.9.0
10622026-08-20T01:39:58.395Z Downloaded newtype-uuid v1.3.2
10632026-08-20T01:39:58.395Z Downloaded void v1.0.2
10642026-08-20T01:39:58.395Z Downloaded derive-ex v0.1.8
10652026-08-20T01:39:58.395Z Downloaded diesel_table_macro_syntax v0.3.0
10662026-08-20T01:39:58.395Z Downloaded supports-unicode v3.0.0
10672026-08-20T01:39:58.400Z Downloaded toml_writer v1.1.1+spec-1.1.0
10682026-08-20T01:39:58.400Z Downloaded crypto-common v0.2.2
10692026-08-20T01:39:58.400Z Downloaded keccak v0.1.6
10702026-08-20T01:39:58.400Z Downloaded crc v3.4.0
10712026-08-20T01:39:58.403Z Downloaded internet-checksum v0.2.1
10722026-08-20T01:39:58.403Z Downloaded newtype-uuid-macros v0.1.0
10732026-08-20T01:39:58.403Z Downloaded yasna v0.5.2
10742026-08-20T01:39:58.403Z Downloaded packed_struct_codegen v0.10.1
10752026-08-20T01:39:58.403Z Downloaded xshell v0.2.7
10762026-08-20T01:39:58.403Z Downloaded ed25519 v2.2.3
10772026-08-20T01:39:58.406Z Downloaded winnow v0.6.26
10782026-08-20T01:39:58.410Z Downloaded rand_chacha v0.3.1
10792026-08-20T01:39:58.414Z Downloaded miette-derive v7.6.0
10802026-08-20T01:39:58.417Z Downloaded typify v0.6.2
10812026-08-20T01:39:58.417Z Downloaded icu_collections v2.1.1
10822026-08-20T01:39:58.420Z Downloaded sha1 v0.10.6
10832026-08-20T01:39:58.423Z Downloaded rustc-hash v2.1.1
10842026-08-20T01:39:58.423Z Downloaded secrecy v0.8.0
10852026-08-20T01:39:58.424Z Downloaded tower-service v0.3.3
10862026-08-20T01:39:58.424Z Downloaded hkdf v0.13.0
10872026-08-20T01:39:58.427Z Downloaded parse-display-derive v0.10.0
10882026-08-20T01:39:58.427Z Downloaded crossterm v0.29.0
10892026-08-20T01:39:58.430Z Downloaded native-tls v0.2.18
10902026-08-20T01:39:58.433Z Downloaded proc-macro-error2 v2.0.1
10912026-08-20T01:39:58.437Z Downloaded unicode-segmentation v1.12.0
10922026-08-20T01:39:58.440Z Downloaded pbkdf2 v0.13.0
10932026-08-20T01:39:58.440Z Downloaded term v1.2.1
10942026-08-20T01:39:58.443Z Downloaded document-features v0.2.12
10952026-08-20T01:39:58.446Z Downloaded zone v0.3.1
10962026-08-20T01:39:58.446Z Downloaded tokio-postgres v0.7.16
10972026-08-20T01:39:58.449Z Downloaded unicode_categories v0.1.1
10982026-08-20T01:39:58.452Z Downloaded signal-hook-registry v1.4.8
10992026-08-20T01:39:58.452Z Downloaded slog-async v2.8.0
11002026-08-20T01:39:58.452Z Downloaded slog-json v2.6.1
11012026-08-20T01:39:58.455Z Downloaded vergen-git2 v9.1.0
11022026-08-20T01:39:58.455Z Downloaded tls_codec v0.4.2
11032026-08-20T01:39:58.462Z Downloaded dropshot-api-manager v0.8.0
11042026-08-20T01:39:58.466Z Downloaded gimli v0.32.3
11052026-08-20T01:39:58.469Z Downloaded subtle v2.6.1
11062026-08-20T01:39:58.472Z Downloaded try-lock v0.2.5
11072026-08-20T01:39:58.472Z Downloaded idna v1.1.0
11082026-08-20T01:39:58.475Z Downloaded want v0.3.1
11092026-08-20T01:39:58.478Z Downloaded dsl_auto_type v0.2.0
11102026-08-20T01:39:58.482Z Downloaded hyper-rustls v0.27.7
11112026-08-20T01:39:58.486Z Downloaded libsw v3.5.0
11122026-08-20T01:39:58.486Z Downloaded corncobs v0.1.4
11132026-08-20T01:39:58.489Z Downloaded proc-macro-crate v3.4.0
11142026-08-20T01:39:58.489Z Downloaded darling_macro v0.21.3
11152026-08-20T01:39:58.492Z Downloaded itertools v0.10.5
11162026-08-20T01:39:58.495Z Downloaded schemars_derive v0.8.22
11172026-08-20T01:39:58.496Z Downloaded zstd v0.13.3
11182026-08-20T01:39:58.499Z Downloaded rawzip v0.4.4
11192026-08-20T01:39:58.501Z Downloaded owo-colors v4.3.0
11202026-08-20T01:39:58.501Z Downloaded bitvec v1.0.1
11212026-08-20T01:39:58.508Z Downloaded blake3 v1.8.5
11222026-08-20T01:39:58.514Z Downloaded salty v0.3.0
11232026-08-20T01:39:58.517Z Downloaded sync-ptr v0.1.4
11242026-08-20T01:39:58.520Z Downloaded scroll v0.13.0
11252026-08-20T01:39:58.520Z Downloaded seq-macro v0.3.6
11262026-08-20T01:39:58.520Z Downloaded darling v0.23.0
11272026-08-20T01:39:58.524Z Downloaded litemap v0.8.1
11282026-08-20T01:39:58.524Z Downloaded signal-hook-mio v0.2.5
11292026-08-20T01:39:58.526Z Downloaded h2 v0.4.15
11302026-08-20T01:39:58.529Z Downloaded rand_chacha v0.9.0
11312026-08-20T01:39:58.529Z Downloaded darling_core v0.23.0
11322026-08-20T01:39:58.532Z Downloaded hyper-util v0.1.20
11332026-08-20T01:39:58.536Z Downloaded parking_lot v0.11.2
11342026-08-20T01:39:58.539Z Downloaded postcard v1.1.3
11352026-08-20T01:39:58.539Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11362026-08-20T01:39:58.542Z Downloaded dropshot-api-manager-types v0.8.0
11372026-08-20T01:39:58.542Z Downloaded nu-ansi-term v0.50.3
11382026-08-20T01:39:58.542Z Downloaded primeorder v0.13.6
11392026-08-20T01:39:58.542Z Downloaded serde-big-array v0.5.1
11402026-08-20T01:39:58.545Z Downloaded serde_spanned v1.1.1
11412026-08-20T01:39:58.545Z Downloaded libm v0.2.16
11422026-08-20T01:39:58.548Z Downloaded peg v0.8.5
11432026-08-20T01:39:58.552Z Downloaded tough v0.22.0
11442026-08-20T01:39:58.555Z Downloaded libsw-core v0.3.2
11452026-08-20T01:39:58.558Z Downloaded predicates v3.1.4
11462026-08-20T01:39:58.558Z Downloaded phf v0.13.1
11472026-08-20T01:39:58.558Z Downloaded vergen-lib v9.1.0
11482026-08-20T01:39:58.562Z Downloaded toml v1.1.2+spec-1.1.0
11492026-08-20T01:39:58.562Z Downloaded hkdf v0.12.4
11502026-08-20T01:39:58.565Z Downloaded indexmap v1.9.3
11512026-08-20T01:39:58.565Z Downloaded jiff-core v0.1.0
11522026-08-20T01:39:58.569Z Downloaded wait-timeout v0.2.1
11532026-08-20T01:39:58.571Z Downloaded serde_yaml v0.9.34+deprecated
11542026-08-20T01:39:58.575Z Downloaded daft-derive v0.1.7
11552026-08-20T01:39:58.577Z Downloaded crc32fast v1.5.0
11562026-08-20T01:39:58.577Z Downloaded hybrid-array v0.4.13
11572026-08-20T01:39:58.577Z Downloaded icu_properties v2.1.2
11582026-08-20T01:39:58.581Z Downloaded derive-where v1.6.0
11592026-08-20T01:39:58.581Z Downloaded defmt v1.0.1
11602026-08-20T01:39:58.995Z Downloaded ingot-types v0.2.0
11612026-08-20T01:39:58.995Z Downloaded pin-project-internal v1.1.11
11622026-08-20T01:39:59.004Z Downloaded untrusted v0.7.1
11632026-08-20T01:39:59.004Z Downloaded yansi v1.0.1
11642026-08-20T01:39:59.004Z Downloaded sqlformat v0.3.5
11652026-08-20T01:39:59.004Z Downloaded md-5 v0.10.6
11662026-08-20T01:39:59.004Z Downloaded zerovec-derive v0.11.2
11672026-08-20T01:39:59.004Z Downloaded diesel_derives v2.3.7
11682026-08-20T01:39:59.004Z Downloaded display-error-chain v0.2.2
11692026-08-20T01:39:59.004Z Downloaded oxide-tokio-rt v0.1.4
11702026-08-20T01:39:59.004Z Downloaded oxide-update-engine-display v0.1.2
11712026-08-20T01:39:59.004Z Downloaded polyval v0.7.1
11722026-08-20T01:39:59.004Z Downloaded petname v2.0.2
11732026-08-20T01:39:59.004Z Downloaded serde_with v1.14.0
11742026-08-20T01:39:59.004Z Downloaded strum_macros v0.27.2
11752026-08-20T01:39:59.004Z Downloaded chrono v0.4.45
11762026-08-20T01:39:59.004Z Downloaded derive_more-impl v2.1.1
11772026-08-20T01:39:59.004Z Downloaded time v0.3.47
11782026-08-20T01:39:59.004Z Downloaded cookie_store v0.22.1
11792026-08-20T01:39:59.004Z Downloaded thiserror-no-std v2.0.2
11802026-08-20T01:39:59.005Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11812026-08-20T01:39:59.005Z Downloaded tower v0.5.3
11822026-08-20T01:39:59.005Z Downloaded pkcs8 v0.11.0
11832026-08-20T01:39:59.005Z Downloaded stringprep v0.1.5
11842026-08-20T01:39:59.005Z Downloaded slog v2.8.2
11852026-08-20T01:39:59.005Z Downloaded newtype_derive v0.1.6
11862026-08-20T01:39:59.005Z Downloaded p384 v0.14.0
11872026-08-20T01:39:59.005Z Downloaded vcpkg v0.2.15
11882026-08-20T01:39:59.005Z Downloaded ron v0.8.1
11892026-08-20T01:39:59.005Z Downloaded tungstenite v0.23.0
11902026-08-20T01:39:59.005Z Downloaded des v0.9.0
11912026-08-20T01:39:59.005Z Downloaded libbz2-rs-sys v0.2.2
11922026-08-20T01:39:59.005Z Downloaded snafu v0.8.9
11932026-08-20T01:39:59.005Z Downloaded uuid v1.23.4
11942026-08-20T01:39:59.005Z Downloaded rustls-native-certs v0.8.3
11952026-08-20T01:39:59.005Z Downloaded elliptic-curve v0.13.8
11962026-08-20T01:39:59.005Z Downloaded quinn v0.11.11
11972026-08-20T01:39:59.005Z Downloaded der v0.8.0
11982026-08-20T01:39:59.005Z Downloaded dropshot_endpoint v0.17.1
11992026-08-20T01:39:59.005Z Downloaded derive_builder v0.20.2
12002026-08-20T01:39:59.005Z Downloaded lock_api v0.4.14
12012026-08-20T01:39:59.005Z Downloaded num-integer v0.1.46
12022026-08-20T01:39:59.005Z Downloaded rand_seeder v0.4.0
12032026-08-20T01:39:59.005Z Downloaded bindgen v0.71.1
12042026-08-20T01:39:59.005Z Downloaded icu_normalizer_data v2.1.1
12052026-08-20T01:39:59.005Z Downloaded openssl-sys v0.9.117
12062026-08-20T01:39:59.006Z Downloaded ctutils v0.4.2
12072026-08-20T01:39:59.006Z Downloaded pin-project v1.1.11
12082026-08-20T01:39:59.006Z Downloaded zip v0.6.6
12092026-08-20T01:39:59.006Z Downloaded smallvec v1.15.1
12102026-08-20T01:39:59.006Z Downloaded knus-derive v3.4.0
12112026-08-20T01:39:59.006Z Downloaded tokio-native-tls v0.3.1
12122026-08-20T01:39:59.006Z Downloaded schemars v0.9.0
12132026-08-20T01:39:59.006Z Downloaded nom v8.0.0
12142026-08-20T01:39:59.006Z Downloaded iri-string v0.7.10
12152026-08-20T01:39:59.006Z Downloaded subprocess v0.2.15
12162026-08-20T01:39:59.006Z Downloaded num-complex v0.4.6
12172026-08-20T01:39:59.006Z Downloaded der v0.7.10
12182026-08-20T01:39:59.006Z Downloaded icu_properties_data v2.1.2
12192026-08-20T01:39:59.006Z Downloaded tungstenite v0.21.0
12202026-08-20T01:39:59.006Z Downloaded darling v0.21.3
12212026-08-20T01:39:59.006Z Downloaded tokio-dtrace v0.1.1
12222026-08-20T01:39:59.006Z Downloaded git2 v0.20.4
12232026-08-20T01:39:59.006Z Downloaded nom v7.1.3
12242026-08-20T01:39:59.006Z Downloaded signal-hook v0.3.18
12252026-08-20T01:39:59.006Z Downloaded icu_provider v2.1.1
12262026-08-20T01:39:59.006Z Downloaded zlib-rs v0.6.2
12272026-08-20T01:39:59.006Z Downloaded polar-core v0.27.3
12282026-08-20T01:39:59.006Z Downloaded zerovec v0.11.5
12292026-08-20T01:39:59.006Z Downloaded crossbeam-channel v0.5.15
12302026-08-20T01:39:59.006Z Downloaded itertools v0.13.0
12312026-08-20T01:39:59.006Z Downloaded regex v1.12.3
12322026-08-20T01:39:59.007Z Downloaded rustls-webpki v0.103.13
12332026-08-20T01:39:59.007Z Downloaded zip v4.6.1
12342026-08-20T01:39:59.007Z Downloaded p384 v0.13.1
12352026-08-20T01:39:59.007Z Downloaded quick-xml v0.37.5
12362026-08-20T01:39:59.007Z Downloaded rustls-platform-verifier v0.6.2
12372026-08-20T01:39:59.007Z Downloaded crypto-primes v0.7.2
12382026-08-20T01:39:59.007Z Downloaded rcgen v0.12.1
12392026-08-20T01:39:59.007Z Downloaded winnow v1.0.3
12402026-08-20T01:39:59.007Z Downloaded portable-atomic v1.13.1
12412026-08-20T01:39:59.007Z Downloaded object v0.30.4
12422026-08-20T01:39:59.007Z Downloaded bstr v1.12.1
12432026-08-20T01:39:59.007Z Downloaded smoltcp v0.11.0
12442026-08-20T01:39:59.007Z Downloaded regex-syntax v0.8.10
12452026-08-20T01:39:59.007Z Downloaded goblin v0.10.5
12462026-08-20T01:39:59.007Z Downloaded regex-syntax v0.6.29
12472026-08-20T01:39:59.007Z Downloaded indicatif v0.18.4
12482026-08-20T01:39:59.007Z Downloaded libxml v0.3.3
12492026-08-20T01:39:59.007Z Downloaded zerocopy v0.8.55
12502026-08-20T01:39:59.007Z Downloaded schemars v1.2.1
12512026-08-20T01:39:59.007Z Downloaded quinn-proto v0.11.16
12522026-08-20T01:39:59.008Z Downloaded serde_with v3.21.0
12532026-08-20T01:39:59.008Z Downloaded object v0.37.3
12542026-08-20T01:39:59.008Z Downloaded hyper v1.10.1
12552026-08-20T01:39:59.008Z Downloaded miette v7.6.0
12562026-08-20T01:39:59.008Z Downloaded radix_trie v0.2.1
12572026-08-20T01:39:59.008Z Downloaded internal-russh-num-bigint v0.5.0
12582026-08-20T01:39:59.008Z Downloaded rustls v0.23.41
12592026-08-20T01:39:59.008Z Downloaded unicode-normalization v0.1.25
12602026-08-20T01:39:59.008Z Downloaded itertools v0.12.1
12612026-08-20T01:39:59.008Z Downloaded lalrpop v0.19.12
12622026-08-20T01:39:59.012Z Downloaded curve25519-dalek v5.0.0
12632026-08-20T01:39:59.012Z Downloaded dropshot v0.17.1
12642026-08-20T01:39:59.012Z Downloaded winnow v0.5.40
12652026-08-20T01:39:59.015Z Downloaded crypto-bigint v0.7.5
12662026-08-20T01:39:59.023Z Downloaded nix v0.27.1
12672026-08-20T01:39:59.028Z Downloaded russh v0.62.4
12682026-08-20T01:39:59.035Z Downloaded moka v0.12.13
12692026-08-20T01:39:59.061Z Downloaded diesel v2.3.7
12702026-08-20T01:39:59.077Z Downloaded nix v0.28.0
12712026-08-20T01:39:59.082Z Downloaded iddqd v0.4.2
12722026-08-20T01:39:59.086Z Downloaded rayon v1.11.0
12732026-08-20T01:39:59.091Z Downloaded sha3 v0.12.0
12742026-08-20T01:39:59.095Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-08-20T01:39:59.100Z Downloaded openssl v0.10.80
12762026-08-20T01:39:59.107Z Downloaded sha3 v0.11.0
12772026-08-20T01:39:59.112Z Downloaded proptest v1.11.0
12782026-08-20T01:39:59.123Z Downloaded zerocopy-derive v0.6.6
12792026-08-20T01:39:59.127Z Downloaded hickory-proto v0.25.2
12802026-08-20T01:39:59.135Z Downloaded curve25519-dalek v4.1.3
12812026-08-20T01:39:59.138Z Downloaded hickory-proto v0.24.4
12822026-08-20T01:39:59.148Z Downloaded nix v0.31.2
12832026-08-20T01:39:59.153Z Downloaded petgraph v0.6.5
12842026-08-20T01:39:59.163Z Downloaded openapiv3 v2.2.0
12852026-08-20T01:39:59.170Z Downloaded regress v0.10.5
12862026-08-20T01:39:59.180Z Downloaded regex-automata v0.4.14
12872026-08-20T01:39:59.183Z Downloaded chrono-tz v0.10.4
12882026-08-20T01:39:59.191Z Downloaded regress v0.11.1
12892026-08-20T01:39:59.196Z Downloaded tabled v0.21.0
12902026-08-20T01:39:59.206Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-08-20T01:39:59.219Z Downloaded smoltcp v0.9.1
12922026-08-20T01:39:59.223Z Downloaded sha3 v0.10.8
12932026-08-20T01:39:59.227Z Downloaded jiff v0.2.34
12942026-08-20T01:39:59.234Z Downloaded petgraph v0.8.3
12952026-08-20T01:39:59.248Z Downloaded tokio v1.52.1
12962026-08-20T01:39:59.269Z Downloaded sqlparser v0.61.0
12972026-08-20T01:39:59.275Z Downloaded rustix v0.38.44
12982026-08-20T01:39:59.289Z Downloaded sled v0.34.7
12992026-08-20T01:39:59.294Z Downloaded tracing v0.1.44
13002026-08-20T01:39:59.307Z Downloaded ring v0.17.14
13012026-08-20T01:39:59.329Z Downloaded typify-impl v0.6.2
13022026-08-20T01:39:59.338Z Downloaded ratatui v0.29.0
13032026-08-20T01:39:59.381Z Downloaded libz-sys v1.1.24
13042026-08-20T01:39:59.409Z Downloaded csv v1.4.0
13052026-08-20T01:39:59.457Z Downloaded encoding_rs v0.8.35
13062026-08-20T01:39:59.514Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-08-20T01:39:59.722Z Downloaded aws-lc-sys v0.40.0
13082026-08-20T01:39:59.981Z Compiling libc v0.2.185
13092026-08-20T01:39:59.981Z Compiling serde_core v1.0.228
13102026-08-20T01:39:59.984Z Compiling serde v1.0.228
13112026-08-20T01:39:59.984Z Compiling log v0.4.33
13122026-08-20T01:39:59.984Z Compiling smallvec v1.15.1
13132026-08-20T01:39:59.984Z Compiling shlex v1.3.0
13142026-08-20T01:39:59.985Z Compiling find-msvc-tools v0.1.9
13152026-08-20T01:39:59.985Z Compiling subtle v2.6.1
13162026-08-20T01:40:00.148Z Compiling scopeguard v1.2.0
13172026-08-20T01:40:00.152Z Compiling typenum v1.20.1
13182026-08-20T01:40:00.152Z Compiling stable_deref_trait v1.2.1
13192026-08-20T01:40:00.152Z Compiling zerocopy v0.8.55
13202026-08-20T01:40:00.152Z Compiling portable-atomic v1.13.1
13212026-08-20T01:40:00.194Z Compiling serde_json v1.0.151
13222026-08-20T01:40:00.217Z Compiling syn v2.0.117
13232026-08-20T01:40:00.231Z Compiling critical-section v1.2.0
13242026-08-20T01:40:00.297Z Compiling libm v0.2.16
13252026-08-20T01:40:00.328Z Compiling lock_api v0.4.14
13262026-08-20T01:40:00.341Z Compiling num-traits v0.2.19
13272026-08-20T01:40:00.357Z Compiling pkg-config v0.3.32
13282026-08-20T01:40:00.373Z Compiling generic-array v0.14.7
13292026-08-20T01:40:00.377Z Compiling parking_lot_core v0.9.12
13302026-08-20T01:40:00.401Z Compiling pin-project-lite v0.2.17
13312026-08-20T01:40:00.429Z Compiling const-oid v0.9.6
13322026-08-20T01:40:00.466Z Compiling getrandom v0.3.4
13332026-08-20T01:40:00.539Z Compiling percent-encoding v2.3.2
13342026-08-20T01:40:00.565Z Compiling futures-core v0.3.32
13352026-08-20T01:40:00.581Z Compiling writeable v0.6.2
13362026-08-20T01:40:00.667Z Compiling litemap v0.8.1
13372026-08-20T01:40:00.682Z Compiling icu_normalizer_data v2.1.1
13382026-08-20T01:40:00.712Z Compiling icu_properties_data v2.1.2
13392026-08-20T01:40:00.740Z Compiling getrandom v0.4.3
13402026-08-20T01:40:00.740Z Compiling rustix v1.1.4
13412026-08-20T01:40:00.743Z Compiling rand_core v0.10.0
13422026-08-20T01:40:00.811Z Compiling futures-sink v0.3.32
13432026-08-20T01:40:00.871Z Compiling futures-task v0.3.32
13442026-08-20T01:40:00.915Z Compiling futures-channel v0.3.32
13452026-08-20T01:40:00.943Z Compiling futures-io v0.3.32
13462026-08-20T01:40:00.947Z Compiling utf8_iter v1.0.4
13472026-08-20T01:40:01.004Z Compiling slab v0.4.12
13482026-08-20T01:40:01.029Z Compiling errno v0.3.14
13492026-08-20T01:40:01.061Z Compiling jobserver v0.1.34
13502026-08-20T01:40:01.095Z Compiling getrandom v0.2.17
13512026-08-20T01:40:01.126Z Compiling mio v1.2.0
13522026-08-20T01:40:01.130Z Compiling socket2 v0.6.3
13532026-08-20T01:40:01.156Z Compiling signal-hook-registry v1.4.8
13542026-08-20T01:40:01.199Z Compiling once_cell v1.21.3
13552026-08-20T01:40:01.202Z Compiling form_urlencoded v1.2.2
13562026-08-20T01:40:01.227Z Compiling rand_core v0.6.4
13572026-08-20T01:40:01.266Z Compiling cc v1.2.56
13582026-08-20T01:40:01.332Z Compiling parking_lot v0.12.5
13592026-08-20T01:40:01.402Z Compiling rustversion v1.0.22
13602026-08-20T01:40:01.451Z Compiling iana-time-zone v0.1.65
13612026-08-20T01:40:01.454Z Compiling base64ct v1.8.3
13622026-08-20T01:40:01.487Z Compiling fs_extra v1.3.0
13632026-08-20T01:40:01.490Z Compiling dunce v1.0.5
13642026-08-20T01:40:01.562Z Compiling flagset v0.4.7
13652026-08-20T01:40:01.577Z Compiling ident_case v1.0.1
13662026-08-20T01:40:01.619Z Compiling regex-syntax v0.8.10
13672026-08-20T01:40:01.623Z Compiling rand_core v0.9.5
13682026-08-20T01:40:01.649Z Compiling base64 v0.22.1
13692026-08-20T01:40:01.660Z Compiling syn v1.0.109
13702026-08-20T01:40:01.720Z Compiling vcpkg v0.2.15
13712026-08-20T01:40:01.766Z Compiling tracing-core v0.1.36
13722026-08-20T01:40:01.783Z Compiling cpufeatures v0.2.17
13732026-08-20T01:40:01.808Z Compiling pem-rfc7468 v0.7.0
13742026-08-20T01:40:01.823Z Compiling schemars v0.8.22
13752026-08-20T01:40:01.860Z Compiling simd-adler32 v0.3.8
13762026-08-20T01:40:01.875Z Compiling dyn-clone v1.0.20
13772026-08-20T01:40:01.891Z Compiling aws-lc-rs v1.16.3
13782026-08-20T01:40:01.933Z Compiling spin v0.9.8
13792026-08-20T01:40:02.017Z Compiling openssl-probe v0.2.1
13802026-08-20T01:40:02.051Z Compiling tinyvec_macros v0.1.1
13812026-08-20T01:40:02.083Z Compiling cmake v0.1.57
13822026-08-20T01:40:02.118Z Compiling httparse v1.10.1
13832026-08-20T01:40:02.122Z Compiling crc32fast v1.5.0
13842026-08-20T01:40:02.146Z Compiling cmov v0.5.4
13852026-08-20T01:40:02.149Z Compiling adler2 v2.0.1
13862026-08-20T01:40:02.174Z Compiling tinyvec v1.10.0
13872026-08-20T01:40:02.212Z Compiling aho-corasick v1.1.4
13882026-08-20T01:40:02.215Z Compiling radium v0.7.0
13892026-08-20T01:40:02.308Z Compiling bitflags v2.11.0
13902026-08-20T01:40:02.382Z Compiling semver v1.0.28
13912026-08-20T01:40:02.427Z Compiling indexmap v2.14.0
13922026-08-20T01:40:02.474Z Compiling uuid v1.23.4
13932026-08-20T01:40:02.518Z Compiling ctutils v0.4.2
13942026-08-20T01:40:02.548Z Compiling miniz_oxide v0.8.9
13952026-08-20T01:40:02.552Z Compiling atomic-waker v1.1.2
13962026-08-20T01:40:02.578Z Compiling tower-service v0.3.3
13972026-08-20T01:40:02.581Z Compiling try-lock v0.2.5
13982026-08-20T01:40:02.608Z Compiling rustc_version v0.4.1
13992026-08-20T01:40:02.692Z Compiling tower-layer v0.3.3
14002026-08-20T01:40:02.707Z Compiling untrusted v0.7.1
14012026-08-20T01:40:02.720Z Compiling want v0.3.1
14022026-08-20T01:40:02.902Z Compiling tap v1.0.1
14032026-08-20T01:40:02.919Z Compiling untrusted v0.9.0
14042026-08-20T01:40:02.944Z Compiling maybe-uninit v2.0.0
14052026-08-20T01:40:02.983Z Compiling aws-lc-sys v0.40.0
14062026-08-20T01:40:02.987Z Compiling openssl-sys v0.9.117
14072026-08-20T01:40:03.014Z Compiling foreign-types-shared v0.1.1
14082026-08-20T01:40:03.035Z Compiling rustls v0.23.41
14092026-08-20T01:40:03.060Z Compiling openssl v0.10.80
14102026-08-20T01:40:03.114Z Compiling httpdate v1.0.3
14112026-08-20T01:40:03.149Z Compiling foreign-types v0.3.2
14122026-08-20T01:40:03.164Z Compiling wyz v0.5.1
14132026-08-20T01:40:03.232Z Compiling synstructure v0.13.2
14142026-08-20T01:40:03.232Z Compiling serde_derive_internals v0.29.1
14152026-08-20T01:40:03.261Z Compiling pest_generator v2.8.6
14162026-08-20T01:40:03.265Z Compiling darling_core v0.20.11
14172026-08-20T01:40:03.265Z Compiling regex-automata v0.4.14
14182026-08-20T01:40:03.367Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-08-20T01:40:03.383Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14202026-08-20T01:40:03.586Z Compiling tempfile v3.27.0
14212026-08-20T01:40:03.618Z Compiling terminal_size v0.4.3
14222026-08-20T01:40:03.673Z Compiling unicode-normalization v0.1.25
14232026-08-20T01:40:03.783Z Compiling num-integer v0.1.46
14242026-08-20T01:40:03.798Z Compiling wait-timeout v0.2.1
14252026-08-20T01:40:03.813Z Compiling ahash v0.8.12
14262026-08-20T01:40:03.884Z Compiling bit-vec v0.8.0
14272026-08-20T01:40:03.993Z Compiling powerfmt v0.2.0
14282026-08-20T01:40:04.010Z Compiling time-core v0.1.8
14292026-08-20T01:40:04.045Z Compiling native-tls v0.2.18
14302026-08-20T01:40:04.063Z Compiling quick-error v1.2.3
14312026-08-20T01:40:04.107Z Compiling num-conv v0.2.0
14322026-08-20T01:40:04.131Z Compiling funty v2.0.0
14332026-08-20T01:40:04.146Z Compiling num-bigint-dig v0.8.6
14342026-08-20T01:40:04.149Z Compiling packed_struct v0.10.1
14352026-08-20T01:40:04.177Z Compiling rusty-fork v0.3.1
14362026-08-20T01:40:04.181Z Compiling deranged v0.5.8
14372026-08-20T01:40:04.206Z Compiling bit-set v0.8.0
14382026-08-20T01:40:04.221Z Compiling clap_builder v4.6.0
14392026-08-20T01:40:04.253Z Compiling time-macros v0.2.27
14402026-08-20T01:40:04.292Z Compiling num-iter v0.1.45
14412026-08-20T01:40:04.396Z Compiling lazy_static v1.5.0
14422026-08-20T01:40:04.431Z Compiling rand_xorshift v0.4.0
14432026-08-20T01:40:04.465Z Compiling sync_wrapper v1.0.2
14442026-08-20T01:40:04.480Z Compiling bitvec v1.0.1
14452026-08-20T01:40:04.500Z Compiling indexmap v1.9.3
14462026-08-20T01:40:04.528Z Compiling unarray v0.1.4
14472026-08-20T01:40:04.588Z Compiling crc-catalog v2.4.0
14482026-08-20T01:40:04.613Z Compiling object v0.37.3
14492026-08-20T01:40:04.652Z Compiling paste v1.0.15
14502026-08-20T01:40:04.694Z Compiling usdt-impl v0.6.0
14512026-08-20T01:40:04.712Z Compiling zlib-rs v0.6.2
14522026-08-20T01:40:04.748Z Compiling nodrop v0.1.14
14532026-08-20T01:40:04.858Z Compiling num_threads v0.1.7
14542026-08-20T01:40:04.910Z Compiling siphasher v1.0.2
14552026-08-20T01:40:04.932Z Compiling crossbeam-utils v0.8.21
14562026-08-20T01:40:05.008Z Compiling array-init v0.0.4
14572026-08-20T01:40:05.023Z Compiling serde_derive v1.0.228
14582026-08-20T01:40:05.047Z Compiling zeroize_derive v1.5.0
14592026-08-20T01:40:05.111Z Compiling zerofrom-derive v0.1.6
14602026-08-20T01:40:05.228Z Compiling zerocopy-derive v0.8.55
14612026-08-20T01:40:05.242Z Compiling yoke-derive v0.8.1
14622026-08-20T01:40:05.314Z Compiling zerovec-derive v0.11.2
14632026-08-20T01:40:05.374Z Compiling displaydoc v0.2.5
14642026-08-20T01:40:05.386Z Compiling tokio-macros v2.7.0
14652026-08-20T01:40:05.714Z Compiling futures-macro v0.3.32
14662026-08-20T01:40:05.729Z Compiling zeroize v1.9.0
14672026-08-20T01:40:06.022Z Compiling thiserror-impl v2.0.18
14682026-08-20T01:40:06.172Z Compiling der_derive v0.7.3
14692026-08-20T01:40:06.187Z Compiling tracing-attributes v0.1.31
14702026-08-20T01:40:06.190Z Compiling rustls-pki-types v1.14.0
14712026-08-20T01:40:06.459Z Compiling schemars_derive v0.8.22
14722026-08-20T01:40:06.483Z Compiling hybrid-array v0.4.13
14732026-08-20T01:40:06.568Z Compiling block-buffer v0.10.4
14742026-08-20T01:40:06.618Z Compiling zerofrom v0.1.6
14752026-08-20T01:40:06.633Z Compiling crypto-common v0.1.7
14762026-08-20T01:40:06.727Z Compiling yoke v0.8.1
14772026-08-20T01:40:06.755Z Compiling digest v0.10.7
14782026-08-20T01:40:06.760Z Compiling futures-util v0.3.32
14792026-08-20T01:40:06.799Z Compiling scroll_derive v0.13.1
14802026-08-20T01:40:06.931Z Compiling zerovec v0.11.5
14812026-08-20T01:40:07.036Z Compiling zerotrie v0.2.3
14822026-08-20T01:40:07.218Z Compiling der v0.7.10
14832026-08-20T01:40:07.277Z Compiling sha2 v0.10.9
14842026-08-20T01:40:07.355Z Compiling pest_derive v2.8.6
14852026-08-20T01:40:07.371Z Compiling signature v2.2.0
14862026-08-20T01:40:07.438Z Compiling tinystr v0.8.2
14872026-08-20T01:40:07.467Z Compiling potential_utf v0.1.4
14882026-08-20T01:40:07.549Z Compiling thiserror v2.0.18
14892026-08-20T01:40:07.579Z Compiling darling_macro v0.20.11
14902026-08-20T01:40:07.608Z Compiling icu_locale_core v2.1.1
14912026-08-20T01:40:07.652Z Compiling icu_collections v2.1.1
14922026-08-20T01:40:07.667Z Compiling tracing v0.1.44
14932026-08-20T01:40:07.670Z Compiling scroll v0.13.0
14942026-08-20T01:40:07.698Z Compiling openssl-macros v0.1.1
14952026-08-20T01:40:07.771Z Compiling thiserror-impl v1.0.69
14962026-08-20T01:40:07.855Z Compiling hmac v0.12.1
14972026-08-20T01:40:07.959Z Compiling goblin v0.10.5
14982026-08-20T01:40:07.975Z Compiling packed_struct_codegen v0.10.1
14992026-08-20T01:40:08.037Z Compiling bitfield-macros v0.19.4
15002026-08-20T01:40:08.053Z Compiling clap_derive v4.6.1
15012026-08-20T01:40:08.123Z Compiling spki v0.7.3
15022026-08-20T01:40:08.157Z Compiling darling v0.20.11
15032026-08-20T01:40:08.250Z Compiling icu_provider v2.1.1
15042026-08-20T01:40:08.351Z Compiling pkcs8 v0.10.2
15052026-08-20T01:40:08.463Z Compiling zerocopy-derive v0.6.6
15062026-08-20T01:40:08.519Z Compiling icu_properties v2.1.2
15072026-08-20T01:40:08.568Z Compiling bytes v1.11.1
15082026-08-20T01:40:08.620Z Compiling icu_normalizer v2.1.1
15092026-08-20T01:40:08.637Z Compiling chrono v0.4.45
15102026-08-20T01:40:08.651Z Compiling ipnet v2.12.0
15112026-08-20T01:40:08.777Z Compiling hex v0.4.3
15122026-08-20T01:40:09.087Z Compiling tokio v1.52.1
15132026-08-20T01:40:09.101Z Compiling http v1.4.2
15142026-08-20T01:40:09.123Z Compiling thiserror v1.0.69
15152026-08-20T01:40:09.151Z Compiling toml_datetime v0.6.11
15162026-08-20T01:40:09.180Z Compiling serde_spanned v0.6.9
15172026-08-20T01:40:09.220Z Compiling bitfield v0.19.4
15182026-08-20T01:40:09.236Z Compiling pkcs1 v0.7.5
15192026-08-20T01:40:09.343Z Compiling derive_builder_core v0.20.2
15202026-08-20T01:40:09.371Z Compiling zerocopy v0.6.6
15212026-08-20T01:40:09.426Z Compiling idna_adapter v1.2.1
15222026-08-20T01:40:09.523Z Compiling dtrace-parser v0.3.0
15232026-08-20T01:40:09.578Z Compiling idna v1.1.0
15242026-08-20T01:40:09.638Z Compiling flate2 v1.1.9
15252026-08-20T01:40:09.651Z Compiling time v0.3.47
15262026-08-20T01:40:09.711Z Compiling ppv-lite86 v0.2.21
15272026-08-20T01:40:09.890Z Compiling url v2.5.8
15282026-08-20T01:40:09.943Z Compiling http-body v1.0.1
15292026-08-20T01:40:10.012Z Compiling rand_chacha v0.9.0
15302026-08-20T01:40:10.055Z Compiling rand_chacha v0.3.1
15312026-08-20T01:40:10.069Z Compiling http-body-util v0.1.3
15322026-08-20T01:40:10.082Z Compiling clap v4.6.1
15332026-08-20T01:40:10.220Z Compiling rand v0.9.2
15342026-08-20T01:40:10.233Z Compiling scroll_derive v0.12.1
15352026-08-20T01:40:10.282Z Compiling rand v0.8.6
15362026-08-20T01:40:10.297Z Compiling structmeta-derive v0.3.0
15372026-08-20T01:40:10.351Z Compiling crc v3.4.0
15382026-08-20T01:40:10.363Z Compiling smallvec v0.6.14
15392026-08-20T01:40:10.579Z Compiling darling_core v0.23.0
15402026-08-20T01:40:10.701Z Compiling dof v0.4.0
15412026-08-20T01:40:10.726Z Compiling heapless v0.7.17
15422026-08-20T01:40:10.843Z Compiling proptest v1.11.0
15432026-08-20T01:40:10.932Z Compiling slog v2.8.2
15442026-08-20T01:40:10.985Z Compiling thread-id v5.1.0
15452026-08-20T01:40:11.002Z Compiling env_filter v2.0.0
15462026-08-20T01:40:11.083Z Compiling cookie v0.18.1
15472026-08-20T01:40:11.105Z Compiling unicode-bidi v0.3.18
15482026-08-20T01:40:11.134Z Compiling allocator-api2 v0.2.21
15492026-08-20T01:40:11.148Z Compiling winnow v0.5.40
15502026-08-20T01:40:11.197Z Compiling anyhow v1.0.104
15512026-08-20T01:40:11.226Z Compiling unicode-properties v0.1.4
15522026-08-20T01:40:11.280Z Compiling ipnetwork v0.21.1
15532026-08-20T01:40:11.308Z Compiling zstd-safe v7.2.4
15542026-08-20T01:40:11.390Z Compiling base64 v0.21.7
15552026-08-20T01:40:11.441Z Compiling signal-hook v0.3.18
15562026-08-20T01:40:11.534Z Compiling iri-string v0.7.10
15572026-08-20T01:40:11.549Z Compiling hashbrown v0.12.3
15582026-08-20T01:40:11.563Z Compiling gimli v0.32.3
15592026-08-20T01:40:11.683Z Compiling ryu v1.0.23
15602026-08-20T01:40:11.720Z Compiling ron v0.8.1
15612026-08-20T01:40:11.741Z Compiling oxnet v0.1.6
15622026-08-20T01:40:11.820Z Compiling serde_urlencoded v0.7.1
15632026-08-20T01:40:11.879Z Compiling stringprep v0.1.5
15642026-08-20T01:40:11.947Z Compiling rsa v0.9.10
15652026-08-20T01:40:12.077Z Compiling structmeta v0.3.0
15662026-08-20T01:40:12.254Z Compiling env_logger v0.11.11
15672026-08-20T01:40:12.344Z Compiling scroll v0.12.0
15682026-08-20T01:40:12.383Z Compiling serde-hex v0.1.0
15692026-08-20T01:40:12.391Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15702026-08-20T01:40:12.405Z Compiling camino v1.2.5
15712026-08-20T01:40:12.592Z Compiling toml_edit v0.19.15
15722026-08-20T01:40:12.624Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15732026-08-20T01:40:12.640Z Compiling hashbrown v0.13.2
15742026-08-20T01:40:12.656Z Compiling bzip2 v0.4.4
15752026-08-20T01:40:12.685Z Compiling derive_builder_macro v0.20.2
15762026-08-20T01:40:12.811Z Compiling erased-serde v0.3.31
15772026-08-20T01:40:12.877Z Compiling serde_tokenstream v0.2.3
15782026-08-20T01:40:13.074Z Compiling tokio-util v0.7.18
15792026-08-20T01:40:13.143Z Compiling tower v0.5.3
15802026-08-20T01:40:13.146Z Compiling darling_macro v0.23.0
15812026-08-20T01:40:13.180Z Compiling tokio-native-tls v0.3.1
15822026-08-20T01:40:13.197Z Compiling x509-cert v0.2.5
15832026-08-20T01:40:13.210Z Compiling crypto-common v0.2.2
15842026-08-20T01:40:13.319Z Compiling newtype-uuid v1.3.2
15852026-08-20T01:40:13.373Z Compiling addr2line v0.25.1
15862026-08-20T01:40:13.542Z Compiling block-padding v0.4.2
15872026-08-20T01:40:13.644Z Compiling tower-http v0.6.8
15882026-08-20T01:40:13.677Z Compiling block-buffer v0.12.1
15892026-08-20T01:40:13.693Z Compiling md-5 v0.10.6
15902026-08-20T01:40:13.726Z Compiling rustls-native-certs v0.8.3
15912026-08-20T01:40:13.740Z Compiling bstr v1.12.1
15922026-08-20T01:40:13.872Z Compiling h2 v0.4.15
15932026-08-20T01:40:14.031Z Compiling daft-derive v0.1.7
15942026-08-20T01:40:14.065Z Compiling async-trait v0.1.89
15952026-08-20T01:40:14.148Z Compiling zerocopy-derive v0.7.35
15962026-08-20T01:40:14.164Z Compiling pin-project-internal v1.1.11
15972026-08-20T01:40:14.784Z Compiling curve25519-dalek v4.1.3
15982026-08-20T01:40:14.853Z Compiling vergen-lib v9.1.0
15992026-08-20T01:40:14.947Z Compiling hash32 v0.2.1
16002026-08-20T01:40:14.963Z Compiling encoding_rs v0.8.35
16012026-08-20T01:40:14.978Z Compiling memoffset v0.9.1
16022026-08-20T01:40:15.049Z Compiling owo-colors v4.3.0
16032026-08-20T01:40:15.064Z Compiling ref-cast v1.0.25
16042026-08-20T01:40:15.064Z Compiling mime v0.3.17
16052026-08-20T01:40:15.144Z Compiling smoltcp v0.9.1
16062026-08-20T01:40:15.159Z Compiling crc-any v2.5.0
16072026-08-20T01:40:15.172Z Compiling litrs v1.0.0
16082026-08-20T01:40:15.192Z Compiling psl-types v2.0.11
16092026-08-20T01:40:15.264Z Compiling cfg_aliases v0.2.1
16102026-08-20T01:40:15.318Z Compiling rustc-demangle v0.1.27
16112026-08-20T01:40:15.333Z Compiling fallible-iterator v0.2.0
16122026-08-20T01:40:15.349Z Compiling rustix v0.38.44
16132026-08-20T01:40:15.349Z Compiling nix v0.31.2
16142026-08-20T01:40:15.404Z Compiling pin-project v1.1.11
16152026-08-20T01:40:15.443Z Compiling publicsuffix v2.3.0
16162026-08-20T01:40:15.605Z Compiling zerocopy v0.7.35
16172026-08-20T01:40:15.608Z Compiling daft v0.1.7
16182026-08-20T01:40:15.635Z Compiling postgres-protocol v0.6.10
16192026-08-20T01:40:15.667Z Compiling toml v0.7.8
16202026-08-20T01:40:15.707Z Compiling document-features v0.2.12
16212026-08-20T01:40:15.726Z Compiling darling v0.23.0
16222026-08-20T01:40:15.743Z Compiling inout v0.2.2
16232026-08-20T01:40:15.849Z Compiling derive_builder v0.20.2
16242026-08-20T01:40:15.925Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-20T01:40:15.942Z Compiling object v0.30.4
16262026-08-20T01:40:15.992Z Compiling zip v0.6.6
16272026-08-20T01:40:16.023Z Compiling goblin v0.8.2
16282026-08-20T01:40:16.169Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-20T01:40:16.227Z Compiling derive-ex v0.1.8
16302026-08-20T01:40:16.434Z Compiling backtrace v0.3.76
16312026-08-20T01:40:16.489Z Compiling futures-executor v0.3.32
16322026-08-20T01:40:16.516Z Compiling hubpack_derive v0.1.1
16332026-08-20T01:40:16.629Z Compiling regex v1.12.3
16342026-08-20T01:40:16.735Z Compiling phf_shared v0.13.1
16352026-08-20T01:40:16.738Z Compiling ref-cast-impl v1.0.25
16362026-08-20T01:40:16.767Z Compiling strum_macros v0.27.2
16372026-08-20T01:40:16.798Z Compiling snafu-derive v0.8.9
16382026-08-20T01:40:16.858Z Compiling curve25519-dalek-derive v0.1.1
16392026-08-20T01:40:16.999Z Compiling vergen v9.1.0
16402026-08-20T01:40:17.025Z Compiling cargo-platform v0.3.2
16412026-08-20T01:40:17.086Z Compiling hyper v1.10.1
16422026-08-20T01:40:17.197Z Compiling ff v0.13.1
16432026-08-20T01:40:17.328Z Compiling fs-err v3.3.0
16442026-08-20T01:40:17.343Z Compiling managed v0.8.0
16452026-08-20T01:40:17.343Z Compiling path-slash v0.1.5
16462026-08-20T01:40:17.358Z Compiling bitflags v1.3.2
16472026-08-20T01:40:17.459Z Compiling either v1.15.0
16482026-08-20T01:40:17.507Z Compiling foldhash v0.1.5
16492026-08-20T01:40:17.540Z Compiling bumpalo v3.20.2
16502026-08-20T01:40:17.543Z Compiling foldhash v0.2.0
16512026-08-20T01:40:17.580Z Compiling libbz2-rs-sys v0.2.2
16522026-08-20T01:40:17.664Z Compiling is_ci v1.2.0
16532026-08-20T01:40:17.688Z Compiling jiff-core v0.1.0
16542026-08-20T01:40:17.702Z Compiling base16ct v0.2.0
16552026-08-20T01:40:17.786Z Compiling same-file v1.0.6
16562026-08-20T01:40:17.801Z Compiling unicode-segmentation v1.12.0
16572026-08-20T01:40:17.821Z Compiling supports-color v3.0.2
16582026-08-20T01:40:17.905Z Compiling walkdir v2.5.0
16592026-08-20T01:40:17.971Z Compiling sec1 v0.7.3
16602026-08-20T01:40:18.014Z Compiling bzip2 v0.6.1
16612026-08-20T01:40:18.014Z Compiling test-strategy v0.4.5
16622026-08-20T01:40:18.105Z Compiling zopfli v0.8.3
16632026-08-20T01:40:18.211Z Compiling hyper-util v0.1.20
16642026-08-20T01:40:18.239Z Compiling hashbrown v0.16.1
16652026-08-20T01:40:18.254Z Compiling hashbrown v0.15.5
16662026-08-20T01:40:18.273Z Compiling textwrap v0.16.2
16672026-08-20T01:40:18.402Z Compiling dof v0.3.0
16682026-08-20T01:40:18.728Z Compiling jiff v0.2.34
16692026-08-20T01:40:18.749Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16702026-08-20T01:40:18.801Z Compiling snafu v0.8.9
16712026-08-20T01:40:18.843Z Compiling strum v0.27.2
16722026-08-20T01:40:18.871Z Compiling group v0.13.0
16732026-08-20T01:40:18.917Z Compiling cargo_metadata v0.23.1
16742026-08-20T01:40:18.992Z Compiling hubpack v0.1.2
16752026-08-20T01:40:18.995Z Compiling phf v0.13.1
16762026-08-20T01:40:19.067Z Compiling backtrace-ext v0.2.1
16772026-08-20T01:40:19.145Z Compiling signal-hook-mio v0.2.5
16782026-08-20T01:40:19.173Z Compiling futures v0.3.32
16792026-08-20T01:40:19.228Z Compiling cookie_store v0.22.1
16802026-08-20T01:40:19.253Z Compiling zstd v0.13.3
16812026-08-20T01:40:19.270Z Compiling postgres-types v0.2.12
16822026-08-20T01:40:19.284Z Compiling cipher v0.5.2
16832026-08-20T01:40:19.569Z Compiling serde_with_macros v3.21.0
16842026-08-20T01:40:19.618Z Compiling hyper-tls v0.6.0
16852026-08-20T01:40:19.648Z Compiling globset v0.4.18
16862026-08-20T01:40:19.706Z Compiling usdt-macro v0.6.0
16872026-08-20T01:40:19.838Z Compiling reqwest v0.12.28
16882026-08-20T01:40:19.869Z Compiling usdt-attr-macro v0.6.0
16892026-08-20T01:40:19.903Z Compiling byte-wrapper v0.1.0
16902026-08-20T01:40:20.007Z Compiling dtrace-parser v0.2.0
16912026-08-20T01:40:20.179Z Compiling olpc-cjson v0.1.4
16922026-08-20T01:40:20.249Z Compiling serde-big-array v0.5.1
16932026-08-20T01:40:20.287Z Compiling serde_plain v1.0.2
16942026-08-20T01:40:20.340Z Compiling ed25519 v2.2.3
16952026-08-20T01:40:20.361Z Compiling hkdf v0.12.4
16962026-08-20T01:40:20.375Z Compiling crypto-bigint v0.5.5
16972026-08-20T01:40:20.409Z Compiling phf_shared v0.11.3
16982026-08-20T01:40:20.506Z Compiling serde_repr v0.1.20
16992026-08-20T01:40:20.506Z Compiling strum_macros v0.26.4
17002026-08-20T01:40:20.548Z Compiling miette-derive v7.6.0
17012026-08-20T01:40:20.617Z Compiling enum-as-inner v0.6.1
17022026-08-20T01:40:20.664Z Compiling async-recursion v1.1.1
17032026-08-20T01:40:20.736Z Compiling float-cmp v0.10.0
17042026-08-20T01:40:20.751Z Compiling pem v3.0.6
17052026-08-20T01:40:20.770Z Compiling thread-id v4.2.2
17062026-08-20T01:40:20.865Z Compiling memmap2 v0.9.10
17072026-08-20T01:40:20.896Z Compiling whoami v2.1.0
17082026-08-20T01:40:21.079Z Compiling static_assertions v1.1.0
17092026-08-20T01:40:21.100Z Compiling winnow v1.0.3
17102026-08-20T01:40:21.103Z Compiling typed-path v0.9.3
17112026-08-20T01:40:21.156Z Compiling fixedbitset v0.5.7
17122026-08-20T01:40:21.171Z Compiling precomputed-hash v0.1.1
17132026-08-20T01:40:21.272Z Compiling predicates-core v1.0.10
17142026-08-20T01:40:21.276Z Compiling fixedbitset v0.4.2
17152026-08-20T01:40:21.302Z Compiling normalize-line-endings v0.3.0
17162026-08-20T01:40:21.356Z Compiling data-encoding v2.10.0
17172026-08-20T01:40:21.413Z Compiling supports-unicode v3.0.0
17182026-08-20T01:40:21.524Z Compiling const-oid v0.10.2
17192026-08-20T01:40:21.538Z Compiling keccak v0.1.6
17202026-08-20T01:40:21.572Z Compiling cpufeatures v0.3.0
17212026-08-20T01:40:21.635Z Compiling supports-hyperlinks v3.2.0
17222026-08-20T01:40:21.659Z Compiling new_debug_unreachable v1.0.6
17232026-08-20T01:40:21.742Z Compiling difflib v0.4.0
17242026-08-20T01:40:21.757Z Compiling miette v7.6.0
17252026-08-20T01:40:21.760Z Compiling string_cache v0.8.9
17262026-08-20T01:40:21.802Z Compiling sha3 v0.10.8
17272026-08-20T01:40:21.816Z Compiling digest v0.11.3
17282026-08-20T01:40:22.022Z Compiling predicates v3.1.4
17292026-08-20T01:40:22.079Z Compiling hickory-proto v0.25.2
17302026-08-20T01:40:22.101Z Compiling toml_parser v1.1.2+spec-1.1.0
17312026-08-20T01:40:22.141Z Compiling chacha20 v0.10.0
17322026-08-20T01:40:22.254Z Compiling petgraph v0.6.5
17332026-08-20T01:40:22.291Z Compiling petgraph v0.8.3
17342026-08-20T01:40:22.308Z Compiling elliptic-curve v0.13.8
17352026-08-20T01:40:22.330Z Compiling toml_edit v0.22.27
17362026-08-20T01:40:22.345Z Compiling strum v0.26.3
17372026-08-20T01:40:22.359Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-20T01:40:22.419Z Compiling tokio-postgres v0.7.16
17392026-08-20T01:40:22.489Z Compiling usdt v0.6.0
17402026-08-20T01:40:22.541Z Compiling zip v4.6.1
17412026-08-20T01:40:22.566Z Compiling usdt-impl v0.5.0
17422026-08-20T01:40:22.692Z Compiling serde_with v3.21.0
17432026-08-20T01:40:22.740Z Compiling ed25519-dalek v2.2.0
17442026-08-20T01:40:22.760Z Compiling crossterm v0.28.1
17452026-08-20T01:40:22.781Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17462026-08-20T01:40:23.292Z Compiling iddqd v0.4.2
17472026-08-20T01:40:23.511Z Compiling heck v0.4.1
17482026-08-20T01:40:23.640Z Compiling similar v2.7.0
17492026-08-20T01:40:23.756Z Compiling itertools v0.15.0
17502026-08-20T01:40:23.787Z Compiling itertools v0.13.0
17512026-08-20T01:40:23.802Z Compiling tokio-stream v0.1.18
17522026-08-20T01:40:24.053Z Compiling crossbeam-epoch v0.9.18
17532026-08-20T01:40:24.278Z Compiling buf-list v1.1.2
17542026-08-20T01:40:24.293Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-08-20T01:40:24.332Z Compiling openapiv3 v2.2.0
17562026-08-20T01:40:24.398Z Compiling peg-runtime v0.8.5
17572026-08-20T01:40:24.501Z Compiling lalrpop-util v0.19.12
17582026-08-20T01:40:24.546Z Compiling thread_local v1.1.9
17592026-08-20T01:40:24.573Z Compiling slog-async v2.8.0
17602026-08-20T01:40:24.588Z Compiling crossbeam-channel v0.5.15
17612026-08-20T01:40:24.623Z Compiling filetime v0.2.27
17622026-08-20T01:40:24.682Z Compiling is-terminal v0.4.17
17632026-08-20T01:40:24.696Z Compiling take_mut v0.2.2
17642026-08-20T01:40:24.711Z Compiling term v1.2.1
17652026-08-20T01:40:24.793Z Compiling xattr v1.6.1
17662026-08-20T01:40:24.810Z Compiling camino-tempfile v1.4.1
17672026-08-20T01:40:24.915Z Compiling tar v0.4.46
17682026-08-20T01:40:24.978Z Compiling slog-term v2.9.2
17692026-08-20T01:40:42.538Z Compiling rustls-webpki v0.103.13
17702026-08-20T01:40:45.182Z Compiling tokio-rustls v0.26.4
17712026-08-20T01:40:45.182Z Compiling rustls-platform-verifier v0.6.2
17722026-08-20T01:40:45.182Z Compiling tough v0.22.0
17732026-08-20T01:40:45.380Z Compiling hyper-rustls v0.27.7
17742026-08-20T01:40:45.559Z Compiling reqwest v0.13.2
17752026-08-20T01:40:47.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762026-08-20T01:40:47.961Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17772026-08-20T01:40:50.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.08s
17782026-08-20T01:40:50.995Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17792026-08-20T01:40:51.049ZAug 20 01:40:50.793 INFO Starting download, target: Cockroach
17802026-08-20T01:40:51.049ZAug 20 01:40:50.794 INFO Starting download, target: Console
17812026-08-20T01:40:51.049ZAug 20 01:40:50.794 INFO Starting download, target: Clickhouse
17822026-08-20T01:40:51.049ZAug 20 01:40:50.794 INFO Starting download, target: DendriteStub
17832026-08-20T01:40:51.052ZAug 20 01:40:50.794 INFO Starting download, target: MaghemiteMgd
17842026-08-20T01:40:51.052ZAug 20 01:40:50.794 INFO Starting download, target: MaghemiteDdmd
17852026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Starting download, target: TransceiverControl
17862026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17872026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17882026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17902026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17912026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17922026-08-20T01:40:51.053ZAug 20 01:40:50.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17932026-08-20T01:40:54.184ZAug 20 01:40:51.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17942026-08-20T01:40:55.769ZAug 20 01:40:51.563 INFO Download complete, target: TransceiverControl
17952026-08-20T01:40:55.769ZAug 20 01:40:52.648 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17962026-08-20T01:40:55.769ZAug 20 01:40:52.883 INFO Download complete, target: Console
17972026-08-20T01:40:55.801ZAug 20 01:40:54.135 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17982026-08-20T01:40:58.818ZAug 20 01:40:58.554 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17992026-08-20T01:40:59.116ZAug 20 01:40:58.832 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18002026-08-20T01:40:59.388ZAug 20 01:40:59.122 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18012026-08-20T01:41:00.401ZAug 20 01:41:00.145 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18022026-08-20T01:41:00.401ZAug 20 01:41:00.145 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18032026-08-20T01:41:00.697ZAug 20 01:41:00.441 INFO Download complete, target: MaghemiteDdmd
18042026-08-20T01:41:00.921ZAug 20 01:41:00.665 INFO Checking that binary works, target: Clickhouse
18052026-08-20T01:41:01.025ZAug 20 01:41:00.770 INFO Download complete, target: Clickhouse
18062026-08-20T01:41:01.662ZAug 20 01:41:01.406 INFO Download complete, target: DendriteStub
18072026-08-20T01:41:01.998ZAug 20 01:41:01.741 INFO Download complete, target: MaghemiteMgd
18082026-08-20T01:41:04.894ZAug 20 01:41:04.638 INFO Checking that binary works, target: Cockroach
18092026-08-20T01:41:05.017ZAug 20 01:41:04.761 INFO Download complete, target: Cockroach
18102026-08-20T01:41:05.023ZAll prerequisites installed successfully
18112026-08-20T01:41:05.028Z
18122026-08-20T01:41:05.028Zreal 1:57.569505727
18132026-08-20T01:41:05.028Zuser 7:17.510790488
18142026-08-20T01:41:05.028Zsys 1:45.557842044
18152026-08-20T01:41:05.028Ztrap 0.323822958
18162026-08-20T01:41:05.028Ztflt 0.903146850
18172026-08-20T01:41:05.028Zdflt 1.587883269
18182026-08-20T01:41:05.028Zkflt 0.028528576
18192026-08-20T01:41:05.028Zlock 31:15.333609475
18202026-08-20T01:41:05.028Zslp 20:12.152817639
18212026-08-20T01:41:05.028Zlat 29.914005381
18222026-08-20T01:41:05.029Zstop 3:26.859050474
18232026-08-20T01:41:05.029Z+ ptime -m cargo xtask download softnpu
18242026-08-20T01:41:05.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18252026-08-20T01:41:05.520Z Running `target/debug/xtask download softnpu`
18262026-08-20T01:41:06.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18272026-08-20T01:41:06.367Z Running `target/debug/xtask-downloader softnpu`
18282026-08-20T01:41:06.410ZAug 20 01:41:06.149 INFO Starting download, target: Softnpu
18292026-08-20T01:41:06.415ZAug 20 01:41:06.149 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18302026-08-20T01:41:07.491ZAug 20 01:41:07.232 INFO Download complete, target: Softnpu
18312026-08-20T01:41:07.505Z
18322026-08-20T01:41:07.505Zreal 2.462135009
18332026-08-20T01:41:07.505Zuser 1.357806673
18342026-08-20T01:41:07.505Zsys 0.630940712
18352026-08-20T01:41:07.505Ztrap 0.000530250
18362026-08-20T01:41:07.505Ztflt 0.000275910
18372026-08-20T01:41:07.505Zdflt 0.000437280
18382026-08-20T01:41:07.505Zkflt 0.000001400
18392026-08-20T01:41:07.506Zlock 20.352955221
18402026-08-20T01:41:07.506Zslp 0.891633303
18412026-08-20T01:41:07.506Zlat 0.100935800
18422026-08-20T01:41:07.506Zstop 0.000197560
18432026-08-20T01:41:07.506Z+ export CARGO_INCREMENTAL=0
18442026-08-20T01:41:07.506Z+ CARGO_INCREMENTAL=0
18452026-08-20T01:41:07.506Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18462026-08-20T01:41:08.408Z Compiling proc-macro2 v1.0.106
18472026-08-20T01:41:08.408Z Compiling quote v1.0.45
18482026-08-20T01:41:08.414Z Compiling unicode-ident v1.0.24
18492026-08-20T01:41:08.414Z Compiling libc v0.2.185
18502026-08-20T01:41:08.414Z Compiling serde_core v1.0.228
18512026-08-20T01:41:08.414Z Compiling serde v1.0.228
18522026-08-20T01:41:08.414Z Compiling cfg-if v1.0.4
18532026-08-20T01:41:08.414Z Compiling version_check v0.9.5
18542026-08-20T01:41:08.414Z Compiling autocfg v1.5.0
18552026-08-20T01:41:08.414Z Compiling shlex v1.3.0
18562026-08-20T01:41:08.557Z Compiling find-msvc-tools v0.1.9
18572026-08-20T01:41:08.562Z Compiling memchr v2.8.0
18582026-08-20T01:41:08.571Z Compiling zmij v1.0.21
18592026-08-20T01:41:08.583Z Compiling serde_json v1.0.151
18602026-08-20T01:41:08.664Z Compiling portable-atomic v1.13.1
18612026-08-20T01:41:08.851Z Compiling zerocopy v0.8.55
18622026-08-20T01:41:08.866Z Compiling libm v0.2.16
18632026-08-20T01:41:08.918Z Compiling generic-array v0.14.7
18642026-08-20T01:41:08.947Z Compiling parking_lot_core v0.9.12
18652026-08-20T01:41:08.950Z Compiling smallvec v1.15.1
18662026-08-20T01:41:09.005Z Compiling icu_properties_data v2.1.2
18672026-08-20T01:41:09.008Z Compiling icu_normalizer_data v2.1.1
18682026-08-20T01:41:09.110Z Compiling num-traits v0.2.19
18692026-08-20T01:41:09.161Z Compiling itoa v1.0.17
18702026-08-20T01:41:09.175Z Compiling getrandom v0.4.3
18712026-08-20T01:41:09.178Z Compiling log v0.4.33
18722026-08-20T01:41:09.229Z Compiling getrandom v0.3.4
18732026-08-20T01:41:09.245Z Compiling subtle v2.6.1
18742026-08-20T01:41:09.248Z Compiling pkg-config v0.3.32
18752026-08-20T01:41:09.276Z Compiling typenum v1.20.1
18762026-08-20T01:41:09.402Z Compiling stable_deref_trait v1.2.1
18772026-08-20T01:41:09.419Z Compiling rustix v1.1.4
18782026-08-20T01:41:09.476Z Compiling jobserver v0.1.34
18792026-08-20T01:41:09.476Z Compiling errno v0.3.14
18802026-08-20T01:41:09.507Z Compiling scopeguard v1.2.0
18812026-08-20T01:41:09.572Z Compiling thiserror v2.0.18
18822026-08-20T01:41:09.656Z Compiling lock_api v0.4.14
18832026-08-20T01:41:09.720Z Compiling getrandom v0.2.17
18842026-08-20T01:41:09.785Z Compiling cc v1.2.56
18852026-08-20T01:41:09.817Z Compiling heck v0.5.0
18862026-08-20T01:41:09.858Z Compiling equivalent v1.0.2
18872026-08-20T01:41:09.891Z Compiling rand_core v0.6.4
18882026-08-20T01:41:09.960Z Compiling syn v2.0.117
18892026-08-20T01:41:09.992Z Compiling pin-project-lite v0.2.17
18902026-08-20T01:41:10.025Z Compiling syn v1.0.109
18912026-08-20T01:41:10.025Z Compiling critical-section v1.2.0
18922026-08-20T01:41:10.112Z Compiling percent-encoding v2.3.2
18932026-08-20T01:41:10.128Z Compiling writeable v0.6.2
18942026-08-20T01:41:10.161Z Compiling litemap v0.8.1
18952026-08-20T01:41:10.210Z Compiling schemars v0.8.22
18962026-08-20T01:41:10.233Z Compiling hashbrown v0.17.0
18972026-08-20T01:41:10.323Z Compiling fs_extra v1.3.0
18982026-08-20T01:41:10.354Z Compiling rustversion v1.0.22
18992026-08-20T01:41:10.402Z Compiling once_cell v1.21.3
19002026-08-20T01:41:10.406Z Compiling dunce v1.0.5
19012026-08-20T01:41:10.547Z Compiling cmake v0.1.57
19022026-08-20T01:41:10.583Z Compiling byteorder v1.5.0
19032026-08-20T01:41:10.638Z Compiling strsim v0.11.1
19042026-08-20T01:41:10.653Z Compiling rand_core v0.10.0
19052026-08-20T01:41:10.693Z Compiling signal-hook-registry v1.4.8
19062026-08-20T01:41:10.847Z Compiling utf8_iter v1.0.4
19072026-08-20T01:41:10.946Z Compiling semver v1.0.28
19082026-08-20T01:41:11.036Z Compiling bitflags v2.11.0
19092026-08-20T01:41:11.071Z Compiling indexmap v2.14.0
19102026-08-20T01:41:11.087Z Compiling thiserror v1.0.69
19112026-08-20T01:41:11.114Z Compiling aws-lc-sys v0.40.0
19122026-08-20T01:41:11.151Z Compiling parking_lot v0.12.5
19132026-08-20T01:41:11.209Z Compiling form_urlencoded v1.2.2
19142026-08-20T01:41:11.259Z Compiling socket2 v0.6.3
19152026-08-20T01:41:11.292Z Compiling mio v1.2.0
19162026-08-20T01:41:11.370Z Compiling aws-lc-rs v1.16.3
19172026-08-20T01:41:11.395Z Compiling futures-core v0.3.32
19182026-08-20T01:41:11.469Z Compiling const-oid v0.9.6
19192026-08-20T01:41:11.633Z Compiling httparse v1.10.1
19202026-08-20T01:41:11.771Z Compiling fnv v1.0.7
19212026-08-20T01:41:11.946Z Compiling crc32fast v1.5.0
19222026-08-20T01:41:11.977Z Compiling regex-syntax v0.8.10
19232026-08-20T01:41:11.980Z Compiling ucd-trie v0.1.7
19242026-08-20T01:41:12.068Z Compiling vcpkg v0.2.15
19252026-08-20T01:41:12.098Z Compiling ident_case v1.0.1
19262026-08-20T01:41:12.114Z Compiling iana-time-zone v0.1.65
19272026-08-20T01:41:12.183Z Compiling pest v2.8.6
19282026-08-20T01:41:12.358Z Compiling uuid v1.23.4
19292026-08-20T01:41:12.397Z Compiling rustc_version v0.4.1
19302026-08-20T01:41:12.446Z Compiling futures-sink v0.3.32
19312026-08-20T01:41:12.462Z Compiling rustls v0.23.41
19322026-08-20T01:41:12.559Z Compiling futures-channel v0.3.32
19332026-08-20T01:41:12.646Z Compiling openssl-sys v0.9.117
19342026-08-20T01:41:12.777Z Compiling synstructure v0.13.2
19352026-08-20T01:41:12.806Z Compiling serde_derive_internals v0.29.1
19362026-08-20T01:41:12.856Z Compiling aho-corasick v1.1.4
19372026-08-20T01:41:12.897Z Compiling slab v0.4.12
19382026-08-20T01:41:12.921Z Compiling futures-io v0.3.32
19392026-08-20T01:41:12.953Z Compiling futures-task v0.3.32
19402026-08-20T01:41:13.211Z Compiling radium v0.7.0
19412026-08-20T01:41:13.245Z Compiling pest_meta v2.8.6
19422026-08-20T01:41:13.264Z Compiling plain v0.2.3
19432026-08-20T01:41:13.292Z Compiling time-core v0.1.8
19442026-08-20T01:41:13.335Z Compiling dyn-clone v1.0.20
19452026-08-20T01:41:13.357Z Compiling num-conv v0.2.0
19462026-08-20T01:41:13.452Z Compiling crossbeam-utils v0.8.21
19472026-08-20T01:41:13.502Z Compiling openssl v0.10.80
19482026-08-20T01:41:13.505Z Compiling maybe-uninit v2.0.0
19492026-08-20T01:41:13.533Z Compiling time-macros v0.2.27
19502026-08-20T01:41:13.555Z Compiling base64 v0.22.1
19512026-08-20T01:41:13.601Z Compiling pretty-hex v0.4.1
19522026-08-20T01:41:13.624Z Compiling base64ct v1.8.3
19532026-08-20T01:41:13.750Z Compiling regex-automata v0.4.14
19542026-08-20T01:41:13.763Z Compiling flagset v0.4.7
19552026-08-20T01:41:13.813Z Compiling darling_core v0.23.0
19562026-08-20T01:41:13.816Z Compiling rand_core v0.9.5
19572026-08-20T01:41:13.925Z Compiling pest_generator v2.8.6
19582026-08-20T01:41:13.925Z Compiling pem-rfc7468 v0.7.0
19592026-08-20T01:41:13.978Z Compiling serde_derive v1.0.228
19602026-08-20T01:41:13.994Z Compiling zeroize_derive v1.5.0
19612026-08-20T01:41:14.003Z Compiling zerofrom-derive v0.1.6
19622026-08-20T01:41:14.058Z Compiling yoke-derive v0.8.1
19632026-08-20T01:41:14.079Z Compiling zerocopy-derive v0.8.55
19642026-08-20T01:41:14.088Z Compiling zerovec-derive v0.11.2
19652026-08-20T01:41:14.175Z Compiling displaydoc v0.2.5
19662026-08-20T01:41:14.214Z Compiling tokio-macros v2.7.0
19672026-08-20T01:41:14.264Z Compiling futures-macro v0.3.32
19682026-08-20T01:41:14.279Z Compiling thiserror-impl v2.0.18
19692026-08-20T01:41:14.476Z Compiling schemars_derive v0.8.22
19702026-08-20T01:41:14.501Z Compiling der_derive v0.7.3
19712026-08-20T01:41:14.557Z Compiling tracing-attributes v0.1.31
19722026-08-20T01:41:14.640Z Compiling zeroize v1.9.0
19732026-08-20T01:41:14.951Z Compiling thiserror-impl v1.0.69
19742026-08-20T01:41:15.042Z Compiling pest_derive v2.8.6
19752026-08-20T01:41:15.117Z Compiling futures-util v0.3.32
19762026-08-20T01:41:15.137Z Compiling zerofrom v0.1.6
19772026-08-20T01:41:15.284Z Compiling yoke v0.8.1
19782026-08-20T01:41:15.457Z Compiling crypto-common v0.1.7
19792026-08-20T01:41:15.512Z Compiling zerovec v0.11.5
19802026-08-20T01:41:15.515Z Compiling zerotrie v0.2.3
19812026-08-20T01:41:15.610Z Compiling block-buffer v0.10.4
19822026-08-20T01:41:15.745Z Compiling digest v0.10.7
19832026-08-20T01:41:15.875Z Compiling scroll_derive v0.13.1
19842026-08-20T01:41:15.906Z Compiling scroll_derive v0.12.1
19852026-08-20T01:41:15.928Z Compiling der v0.7.10
19862026-08-20T01:41:15.985Z Compiling tinystr v0.8.2
19872026-08-20T01:41:16.001Z Compiling potential_utf v0.1.4
19882026-08-20T01:41:16.005Z Compiling openssl-macros v0.1.1
19892026-08-20T01:41:16.050Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-08-20T01:41:16.078Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19912026-08-20T01:41:16.188Z Compiling icu_locale_core v2.1.1
19922026-08-20T01:41:16.211Z Compiling icu_collections v2.1.1
19932026-08-20T01:41:16.390Z Compiling ahash v0.8.12
19942026-08-20T01:41:16.476Z Compiling anyhow v1.0.104
19952026-08-20T01:41:16.586Z Compiling num-bigint-dig v0.8.6
19962026-08-20T01:41:16.661Z Compiling native-tls v0.2.18
19972026-08-20T01:41:16.682Z Compiling packed_struct v0.10.1
19982026-08-20T01:41:16.786Z Compiling spki v0.7.3
19992026-08-20T01:41:16.804Z Compiling icu_provider v2.1.1
20002026-08-20T01:41:16.895Z Compiling regex v1.12.3
20012026-08-20T01:41:16.942Z Compiling darling_macro v0.23.0
20022026-08-20T01:41:16.997Z Compiling zerocopy-derive v0.7.35
20032026-08-20T01:41:17.105Z Compiling icu_normalizer v2.1.1
20042026-08-20T01:41:17.270Z Compiling bytes v1.11.1
20052026-08-20T01:41:17.304Z Compiling chrono v0.4.45
20062026-08-20T01:41:17.348Z Compiling icu_properties v2.1.2
20072026-08-20T01:41:17.371Z Compiling serde_tokenstream v0.2.3
20082026-08-20T01:41:17.722Z Compiling slog v2.8.2
20092026-08-20T01:41:17.811Z Compiling tracing-core v0.1.36
20102026-08-20T01:41:17.888Z Compiling tokio v1.52.1
20112026-08-20T01:41:17.944Z Compiling http v1.4.2
20122026-08-20T01:41:18.132Z Compiling cookie v0.18.1
20132026-08-20T01:41:18.354Z Compiling idna_adapter v1.2.1
20142026-08-20T01:41:18.408Z Compiling camino v1.2.5
20152026-08-20T01:41:18.634Z Compiling idna v1.1.0
20162026-08-20T01:41:18.678Z Compiling ppv-lite86 v0.2.21
20172026-08-20T01:41:18.730Z Compiling cpufeatures v0.2.17
20182026-08-20T01:41:18.772Z Compiling tracing v0.1.44
20192026-08-20T01:41:18.843Z Compiling darling v0.23.0
20202026-08-20T01:41:18.890Z Compiling toml_datetime v0.6.11
20212026-08-20T01:41:18.923Z Compiling serde_spanned v0.6.9
20222026-08-20T01:41:18.923Z Compiling zerocopy-derive v0.6.6
20232026-08-20T01:41:18.998Z Compiling url v2.5.8
20242026-08-20T01:41:19.047Z Compiling rand_chacha v0.9.0
20252026-08-20T01:41:19.086Z Compiling clap_derive v4.6.1
20262026-08-20T01:41:19.111Z Compiling bitfield-macros v0.19.4
20272026-08-20T01:41:19.138Z Compiling packed_struct_codegen v0.10.1
20282026-08-20T01:41:19.179Z Compiling indexmap v1.9.3
20292026-08-20T01:41:19.407Z Compiling object v0.37.3
20302026-08-20T01:41:19.476Z Compiling simd-adler32 v0.3.8
20312026-08-20T01:41:19.668Z Compiling paste v1.0.15
20322026-08-20T01:41:19.774Z Compiling rand v0.9.2
20332026-08-20T01:41:19.790Z Compiling http-body v1.0.1
20342026-08-20T01:41:19.794Z Compiling pkcs8 v0.10.2
20352026-08-20T01:41:19.964Z Compiling rustls-pki-types v1.14.0
20362026-08-20T01:41:20.077Z Compiling spin v0.9.8
20372026-08-20T01:41:20.097Z Compiling usdt-impl v0.5.0
20382026-08-20T01:41:20.157Z Compiling winnow v0.5.40
20392026-08-20T01:41:20.303Z Compiling tinyvec_macros v0.1.1
20402026-08-20T01:41:20.334Z Compiling fastrand v2.3.0
20412026-08-20T01:41:20.362Z Compiling either v1.15.0
20422026-08-20T01:41:20.385Z Compiling adler2 v2.0.1
20432026-08-20T01:41:20.401Z Compiling cmov v0.5.4
20442026-08-20T01:41:20.550Z Compiling ref-cast v1.0.25
20452026-08-20T01:41:20.670Z Compiling anstyle v1.0.14
20462026-08-20T01:41:20.712Z Compiling openssl-probe v0.2.1
20472026-08-20T01:41:20.731Z Compiling utf8parse v0.2.2
20482026-08-20T01:41:20.770Z Compiling usdt-impl v0.6.0
20492026-08-20T01:41:20.848Z Compiling anstyle-parse v1.0.0
20502026-08-20T01:41:20.881Z Compiling ctutils v0.4.2
20512026-08-20T01:41:20.897Z Compiling miniz_oxide v0.8.9
20522026-08-20T01:41:20.914Z Compiling tinyvec v1.10.0
20532026-08-20T01:41:21.120Z Compiling sha2 v0.10.9
20542026-08-20T01:41:21.279Z Compiling scroll v0.13.0
20552026-08-20T01:41:21.283Z Compiling scroll v0.12.0
20562026-08-20T01:41:21.331Z Compiling terminal_size v0.4.3
20572026-08-20T01:41:21.444Z Compiling async-trait v0.1.89
20582026-08-20T01:41:21.504Z Compiling toml_edit v0.19.15
20592026-08-20T01:41:21.560Z Compiling heapless v0.7.17
20602026-08-20T01:41:21.589Z Compiling colorchoice v1.0.4
20612026-08-20T01:41:21.635Z Compiling tokio-util v0.7.18
20622026-08-20T01:41:21.648Z Compiling zstd-safe v7.2.4
20632026-08-20T01:41:21.672Z Compiling atomic-waker v1.1.2
20642026-08-20T01:41:21.747Z Compiling tower-service v0.3.3
20652026-08-20T01:41:21.853Z Compiling tower-layer v0.3.3
20662026-08-20T01:41:21.902Z Compiling winnow v0.7.14
20672026-08-20T01:41:21.902Z Compiling rustix v0.38.44
20682026-08-20T01:41:21.902Z Compiling untrusted v0.7.1
20692026-08-20T01:41:21.912Z Compiling signal-hook v0.3.18
20702026-08-20T01:41:21.975Z Compiling is_terminal_polyfill v1.70.2
20712026-08-20T01:41:22.197Z Compiling try-lock v0.2.5
20722026-08-20T01:41:22.237Z Compiling litrs v1.0.0
20732026-08-20T01:41:22.238Z Compiling winnow v1.0.3
20742026-08-20T01:41:22.313Z Compiling anstyle-query v1.1.5
20752026-08-20T01:41:22.342Z Compiling h2 v0.4.15
20762026-08-20T01:41:22.342Z Compiling want v0.3.1
20772026-08-20T01:41:22.441Z Compiling anstream v1.0.0
20782026-08-20T01:41:22.520Z Compiling tempfile v3.27.0
20792026-08-20T01:41:22.658Z Compiling document-features v0.2.12
20802026-08-20T01:41:23.183Z Compiling toml_parser v1.1.2+spec-1.1.0
20812026-08-20T01:41:23.239Z Compiling goblin v0.8.2
20822026-08-20T01:41:23.267Z Compiling goblin v0.10.5
20832026-08-20T01:41:23.282Z Compiling hybrid-array v0.4.13
20842026-08-20T01:41:23.353Z Compiling itertools v0.15.0
20852026-08-20T01:41:23.692Z Compiling zerocopy v0.7.35
20862026-08-20T01:41:23.710Z Compiling ipnet v2.12.0
20872026-08-20T01:41:23.746Z Compiling daft-derive v0.1.7
20882026-08-20T01:41:23.805Z Compiling ref-cast-impl v1.0.25
20892026-08-20T01:41:23.950Z Compiling structmeta-derive v0.3.0
20902026-08-20T01:41:24.092Z Compiling darling_core v0.20.11
20912026-08-20T01:41:24.113Z Compiling curve25519-dalek v4.1.3
20922026-08-20T01:41:24.179Z Compiling memoffset v0.9.1
20932026-08-20T01:41:24.251Z Compiling powerfmt v0.2.0
20942026-08-20T01:41:24.404Z Compiling tap v1.0.1
20952026-08-20T01:41:24.433Z Compiling httpdate v1.0.3
20962026-08-20T01:41:24.530Z Compiling untrusted v0.9.0
20972026-08-20T01:41:24.546Z Compiling foreign-types-shared v0.1.1
20982026-08-20T01:41:24.660Z Compiling wyz v0.5.1
20992026-08-20T01:41:24.682Z Compiling foreign-types v0.3.2
21002026-08-20T01:41:24.698Z Compiling deranged v0.5.8
21012026-08-20T01:41:24.871Z Compiling unicode-normalization v0.1.25
21022026-08-20T01:41:24.957Z Compiling structmeta v0.3.0
21032026-08-20T01:41:25.105Z Compiling dtrace-parser v0.2.0
21042026-08-20T01:41:25.178Z Compiling rand_chacha v0.3.1
21052026-08-20T01:41:25.351Z Compiling hex v0.4.3
21062026-08-20T01:41:25.449Z Compiling signature v2.2.0
21072026-08-20T01:41:25.564Z Compiling hyper v1.10.1
21082026-08-20T01:41:25.612Z Compiling dof v0.3.0
21092026-08-20T01:41:25.641Z Compiling dtrace-parser v0.3.0
21102026-08-20T01:41:25.701Z Compiling pin-project-internal v1.1.11
21112026-08-20T01:41:25.805Z Compiling num-integer v0.1.46
21122026-08-20T01:41:26.098Z Compiling darling_macro v0.20.11
21132026-08-20T01:41:26.114Z Compiling dof v0.4.0
21142026-08-20T01:41:26.117Z Compiling thread-id v5.1.0
21152026-08-20T01:41:26.234Z Compiling thread-id v4.2.2
21162026-08-20T01:41:26.239Z Compiling wait-timeout v0.2.1
21172026-08-20T01:41:26.267Z Compiling owo-colors v4.3.0
21182026-08-20T01:41:26.339Z Compiling cfg_aliases v0.2.1
21192026-08-20T01:41:26.431Z Compiling clap_lex v1.0.0
21202026-08-20T01:41:26.449Z Compiling funty v2.0.0
21212026-08-20T01:41:26.588Z Compiling num_threads v0.1.7
21222026-08-20T01:41:26.604Z Compiling bit-vec v0.8.0
21232026-08-20T01:41:26.614Z Compiling quick-error v1.2.3
21242026-08-20T01:41:26.647Z Compiling smoltcp v0.9.1
21252026-08-20T01:41:26.660Z Compiling time v0.3.47
21262026-08-20T01:41:26.692Z Compiling hyper-util v0.1.20
21272026-08-20T01:41:26.722Z Compiling darling v0.20.11
21282026-08-20T01:41:26.759Z Compiling rusty-fork v0.3.1
21292026-08-20T01:41:26.818Z Compiling bit-set v0.8.0
21302026-08-20T01:41:26.961Z Compiling bitvec v1.0.1
21312026-08-20T01:41:26.982Z Compiling clap_builder v4.6.0
21322026-08-20T01:41:27.002Z Compiling nix v0.31.2
21332026-08-20T01:41:27.034Z Compiling num-iter v0.1.45
21342026-08-20T01:41:27.148Z Compiling rand v0.8.6
21352026-08-20T01:41:27.384Z Compiling ipnetwork v0.21.1
21362026-08-20T01:41:27.397Z Compiling lazy_static v1.5.0
21372026-08-20T01:41:27.743Z Compiling hmac v0.12.1
21382026-08-20T01:41:27.775Z Compiling rand_xorshift v0.4.0
21392026-08-20T01:41:27.891Z Compiling curve25519-dalek-derive v0.1.1
21402026-08-20T01:41:27.907Z Compiling sync_wrapper v1.0.2
21412026-08-20T01:41:28.031Z Compiling zlib-rs v0.6.2
21422026-08-20T01:41:28.315Z Compiling nodrop v0.1.14
21432026-08-20T01:41:28.335Z Compiling crc-catalog v2.4.0
21442026-08-20T01:41:28.433Z Compiling siphasher v1.0.2
21452026-08-20T01:41:28.444Z Compiling unarray v0.1.4
21462026-08-20T01:41:28.475Z Compiling clap v4.6.1
21472026-08-20T01:41:28.500Z Compiling crc v3.4.0
21482026-08-20T01:41:28.567Z Compiling proptest v1.11.0
21492026-08-20T01:41:28.701Z Compiling array-init v0.0.4
21502026-08-20T01:41:29.057Z Compiling tower v0.5.3
21512026-08-20T01:41:29.788Z Compiling smallvec v0.6.14
21522026-08-20T01:41:29.928Z Compiling derive_builder_core v0.20.2
21532026-08-20T01:41:30.054Z Compiling flate2 v1.1.9
21542026-08-20T01:41:30.292Z Compiling pkcs1 v0.7.5
21552026-08-20T01:41:30.334Z Compiling http-body-util v0.1.3
21562026-08-20T01:41:30.349Z Compiling bitfield v0.19.4
21572026-08-20T01:41:30.400Z Compiling zerocopy v0.6.6
21582026-08-20T01:41:30.454Z Compiling strum_macros v0.26.4
21592026-08-20T01:41:30.469Z Compiling strum_macros v0.27.2
21602026-08-20T01:41:30.547Z Compiling snafu-derive v0.8.9
21612026-08-20T01:41:30.596Z Compiling hubpack_derive v0.1.1
21622026-08-20T01:41:30.682Z Compiling env_filter v2.0.0
21632026-08-20T01:41:30.702Z Compiling fs-err v3.3.0
21642026-08-20T01:41:30.751Z Compiling gimli v0.32.3
21652026-08-20T01:41:30.778Z Compiling unicode-bidi v0.3.18
21662026-08-20T01:41:30.926Z Compiling unicode-segmentation v1.12.0
21672026-08-20T01:41:31.051Z Compiling base64 v0.21.7
21682026-08-20T01:41:31.260Z Compiling unicode-properties v0.1.4
21692026-08-20T01:41:31.280Z Compiling iri-string v0.7.10
21702026-08-20T01:41:31.470Z Compiling hashbrown v0.12.3
21712026-08-20T01:41:31.487Z Compiling allocator-api2 v0.2.21
21722026-08-20T01:41:31.605Z Compiling ryu v1.0.23
21732026-08-20T01:41:31.741Z Compiling serde_urlencoded v0.7.1
21742026-08-20T01:41:31.781Z Compiling stringprep v0.1.5
21752026-08-20T01:41:31.826Z Compiling ron v0.8.1
21762026-08-20T01:41:32.200Z Compiling env_logger v0.11.11
21772026-08-20T01:41:32.335Z Compiling derive_builder_macro v0.20.2
21782026-08-20T01:41:32.392Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21792026-08-20T01:41:32.477Z Compiling tower-http v0.6.8
21802026-08-20T01:41:32.554Z Compiling addr2line v0.25.1
21812026-08-20T01:41:32.588Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21822026-08-20T01:41:32.601Z Compiling newtype-uuid v1.3.2
21832026-08-20T01:41:32.634Z Compiling rsa v0.9.10
21842026-08-20T01:41:32.671Z Compiling oxnet v0.1.6
21852026-08-20T01:41:32.674Z Compiling serde-hex v0.1.0
21862026-08-20T01:41:32.846Z Compiling hashbrown v0.13.2
21872026-08-20T01:41:32.863Z Compiling tokio-native-tls v0.3.1
21882026-08-20T01:41:32.880Z Compiling bzip2 v0.4.4
21892026-08-20T01:41:32.911Z Compiling usdt-attr-macro v0.6.0
21902026-08-20T01:41:32.915Z Compiling usdt-macro v0.6.0
21912026-08-20T01:41:33.054Z Compiling derive-ex v0.1.8
21922026-08-20T01:41:33.095Z Compiling block-buffer v0.12.1
21932026-08-20T01:41:33.112Z Compiling block-padding v0.4.2
21942026-08-20T01:41:33.130Z Compiling crypto-common v0.2.2
21952026-08-20T01:41:33.378Z Compiling rustls-native-certs v0.8.3
21962026-08-20T01:41:33.685Z Compiling erased-serde v0.3.31
21972026-08-20T01:41:33.713Z Compiling x509-cert v0.2.5
21982026-08-20T01:41:33.942Z Compiling bstr v1.12.1
21992026-08-20T01:41:33.960Z Compiling md-5 v0.10.6
22002026-08-20T01:41:34.142Z Compiling vergen-lib v9.1.0
22012026-08-20T01:41:34.155Z Compiling hash32 v0.2.1
22022026-08-20T01:41:34.191Z Compiling encoding_rs v0.8.35
22032026-08-20T01:41:34.285Z Compiling unicode-width v0.2.0
22042026-08-20T01:41:34.344Z Compiling rustc-demangle v0.1.27
22052026-08-20T01:41:34.499Z Compiling cpufeatures v0.3.0
22062026-08-20T01:41:34.546Z Compiling mime v0.3.17
22072026-08-20T01:41:34.551Z Compiling fallible-iterator v0.2.0
22082026-08-20T01:41:34.640Z Compiling crc-any v2.5.0
22092026-08-20T01:41:34.746Z Compiling psl-types v2.0.11
22102026-08-20T01:41:34.749Z Compiling test-strategy v0.4.5
22112026-08-20T01:41:34.878Z Compiling postgres-protocol v0.6.10
22122026-08-20T01:41:34.893Z Compiling publicsuffix v2.3.0
22132026-08-20T01:41:35.222Z Compiling backtrace v0.3.76
22142026-08-20T01:41:35.549Z Compiling object v0.30.4
22152026-08-20T01:41:35.641Z Compiling inout v0.2.2
22162026-08-20T01:41:35.699Z Compiling zip v0.6.6
22172026-08-20T01:41:35.802Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-20T01:41:35.826Z Compiling hyper-tls v0.6.0
22192026-08-20T01:41:35.859Z Compiling daft v0.1.7
22202026-08-20T01:41:35.884Z Compiling derive_builder v0.20.2
22212026-08-20T01:41:35.976Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-20T01:41:36.061Z Compiling heck v0.4.1
22232026-08-20T01:41:36.104Z Compiling phf_shared v0.13.1
22242026-08-20T01:41:36.187Z Compiling pin-project v1.1.11
22252026-08-20T01:41:36.258Z Compiling toml v0.7.8
22262026-08-20T01:41:36.309Z Compiling serde_with_macros v3.21.0
22272026-08-20T01:41:36.323Z Compiling futures-executor v0.3.32
22282026-08-20T01:41:36.380Z Compiling miette-derive v7.6.0
22292026-08-20T01:41:36.514Z Compiling serde_repr v0.1.20
22302026-08-20T01:41:36.572Z Compiling enum-as-inner v0.6.1
22312026-08-20T01:41:36.595Z Compiling async-recursion v1.1.1
22322026-08-20T01:41:36.761Z Compiling vergen v9.1.0
22332026-08-20T01:41:36.796Z Compiling ff v0.13.1
22342026-08-20T01:41:36.816Z Compiling cargo-platform v0.3.2
22352026-08-20T01:41:36.983Z Compiling base16ct v0.2.0
22362026-08-20T01:41:37.040Z Compiling foldhash v0.2.0
22372026-08-20T01:41:37.107Z Compiling same-file v1.0.6
22382026-08-20T01:41:37.130Z Compiling bitflags v1.3.2
22392026-08-20T01:41:37.168Z Compiling libbz2-rs-sys v0.2.2
22402026-08-20T01:41:37.218Z Compiling smawk v0.3.2
22412026-08-20T01:41:37.266Z Compiling jiff-core v0.1.0
22422026-08-20T01:41:37.348Z Compiling path-slash v0.1.5
22432026-08-20T01:41:37.377Z Compiling is_ci v1.2.0
22442026-08-20T01:41:37.392Z Compiling foldhash v0.1.5
22452026-08-20T01:41:37.450Z Compiling unicode-linebreak v0.1.5
22462026-08-20T01:41:37.519Z Compiling managed v0.8.0
22472026-08-20T01:41:37.614Z Compiling bumpalo v3.20.2
22482026-08-20T01:41:37.709Z Compiling textwrap v0.16.2
22492026-08-20T01:41:37.797Z Compiling bzip2 v0.6.1
22502026-08-20T01:41:37.821Z Compiling zopfli v0.8.3
22512026-08-20T01:41:37.866Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22522026-08-20T01:41:37.964Z Compiling hashbrown v0.15.5
22532026-08-20T01:41:38.015Z Compiling jiff v0.2.34
22542026-08-20T01:41:38.267Z Compiling supports-color v3.0.2
22552026-08-20T01:41:38.286Z Compiling walkdir v2.5.0
22562026-08-20T01:41:38.320Z Compiling hashbrown v0.16.1
22572026-08-20T01:41:38.370Z Compiling sec1 v0.7.3
22582026-08-20T01:41:38.386Z Compiling cargo_metadata v0.23.1
22592026-08-20T01:41:38.446Z Compiling group v0.13.0
22602026-08-20T01:41:38.632Z Compiling futures v0.3.32
22612026-08-20T01:41:38.784Z Compiling phf v0.13.1
22622026-08-20T01:41:38.972Z Compiling snafu v0.8.9
22632026-08-20T01:41:39.011Z Compiling reqwest v0.12.28
22642026-08-20T01:41:39.227Z Compiling cipher v0.5.2
22652026-08-20T01:41:39.317Z Compiling signal-hook-mio v0.2.5
22662026-08-20T01:41:39.345Z Compiling cookie_store v0.22.1
22672026-08-20T01:41:39.457Z Compiling backtrace-ext v0.2.1
22682026-08-20T01:41:39.457Z Compiling zstd v0.13.3
22692026-08-20T01:41:39.512Z Compiling postgres-types v0.2.12
22702026-08-20T01:41:39.548Z Compiling globset v0.4.18
22712026-08-20T01:41:39.672Z Compiling strum v0.27.2
22722026-08-20T01:41:39.718Z Compiling hubpack v0.1.2
22732026-08-20T01:41:39.822Z Compiling phf_shared v0.11.3
22742026-08-20T01:41:39.881Z Compiling hkdf v0.12.4
22752026-08-20T01:41:39.955Z Compiling crossbeam-epoch v0.9.18
22762026-08-20T01:41:40.004Z Compiling byte-wrapper v0.1.0
22772026-08-20T01:41:40.023Z Compiling ed25519 v2.2.3
22782026-08-20T01:41:40.035Z Compiling olpc-cjson v0.1.4
22792026-08-20T01:41:40.276Z Compiling serde_plain v1.0.2
22802026-08-20T01:41:40.282Z Compiling serde-big-array v0.5.1
22812026-08-20T01:41:40.327Z Compiling pem v3.0.6
22822026-08-20T01:41:40.431Z Compiling crypto-bigint v0.5.5
22832026-08-20T01:41:40.500Z Compiling float-cmp v0.10.0
22842026-08-20T01:41:40.531Z Compiling memmap2 v0.9.10
22852026-08-20T01:41:40.568Z Compiling fixedbitset v0.4.2
22862026-08-20T01:41:40.659Z Compiling typed-path v0.9.3
22872026-08-20T01:41:40.675Z Compiling difflib v0.4.0
22882026-08-20T01:41:40.756Z Compiling toml_write v0.1.2
22892026-08-20T01:41:40.777Z Compiling supports-unicode v3.0.0
22902026-08-20T01:41:40.781Z Compiling static_assertions v1.1.0
22912026-08-20T01:41:40.810Z Compiling precomputed-hash v0.1.1
22922026-08-20T01:41:40.815Z Compiling unicode-width v0.1.14
22932026-08-20T01:41:40.882Z Compiling fixedbitset v0.5.7
22942026-08-20T01:41:40.915Z Compiling keccak v0.1.6
22952026-08-20T01:41:40.967Z Compiling predicates-core v1.0.10
22962026-08-20T01:41:41.031Z Compiling const-oid v0.10.2
22972026-08-20T01:41:41.132Z Compiling normalize-line-endings v0.3.0
22982026-08-20T01:41:41.186Z Compiling new_debug_unreachable v1.0.6
22992026-08-20T01:41:41.221Z Compiling data-encoding v2.10.0
23002026-08-20T01:41:41.238Z Compiling supports-hyperlinks v3.2.0
23012026-08-20T01:41:41.253Z Compiling whoami v2.1.0
23022026-08-20T01:41:41.271Z Compiling string_cache v0.8.9
23032026-08-20T01:41:41.274Z Compiling predicates v3.1.4
23042026-08-20T01:41:41.401Z Compiling miette v7.6.0
23052026-08-20T01:41:41.440Z Compiling elliptic-curve v0.13.8
23062026-08-20T01:41:41.504Z Compiling tokio-postgres v0.7.16
23072026-08-20T01:41:41.518Z Compiling hickory-proto v0.25.2
23082026-08-20T01:41:41.753Z Compiling chacha20 v0.10.0
23092026-08-20T01:41:41.801Z Compiling digest v0.11.3
23102026-08-20T01:41:41.817Z Compiling petgraph v0.8.3
23112026-08-20T01:41:41.855Z Compiling sha3 v0.10.8
23122026-08-20T01:41:42.019Z Compiling toml_edit v0.22.27
23132026-08-20T01:41:42.042Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23142026-08-20T01:41:42.136Z Compiling petgraph v0.6.5
23152026-08-20T01:41:42.310Z Compiling usdt v0.6.0
23162026-08-20T01:41:43.335Z Compiling zip v4.6.1
23172026-08-20T01:41:43.433Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-20T01:41:43.690Z Compiling ed25519-dalek v2.2.0
23192026-08-20T01:41:44.053Z Compiling crossterm v0.28.1
23202026-08-20T01:41:44.414Z Compiling iddqd v0.4.2
23212026-08-20T01:41:44.624Z Compiling serde_with v3.21.0
23222026-08-20T01:41:44.731Z Compiling similar v2.7.0
23232026-08-20T01:41:44.747Z Compiling strum v0.26.3
23242026-08-20T01:41:44.915Z Compiling tokio-stream v0.1.18
23252026-08-20T01:41:45.009Z Compiling buf-list v1.1.2
23262026-08-20T01:41:45.292Z Compiling itertools v0.13.0
23272026-08-20T01:41:45.305Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23282026-08-20T01:41:45.470Z Compiling openapiv3 v2.2.0
23292026-08-20T01:41:45.885Z Compiling lalrpop-util v0.19.12
23302026-08-20T01:41:46.121Z Compiling peg-runtime v0.8.5
23312026-08-20T01:42:02.270Z Compiling rustls-webpki v0.103.13
23322026-08-20T01:42:05.626Z Compiling tokio-rustls v0.26.4
23332026-08-20T01:42:05.908Z Compiling hyper-rustls v0.27.7
23342026-08-20T01:42:06.221Z Compiling rustls-platform-verifier v0.6.2
23352026-08-20T01:42:06.437Z Compiling reqwest v0.13.2
23362026-08-20T01:42:06.828Z Compiling tough v0.22.0
23372026-08-20T01:42:07.934Z Compiling macaddr v1.0.1
23382026-08-20T01:42:08.048Z Compiling crucible-workspace-hack v0.1.0
23392026-08-20T01:42:08.077Z Compiling rayon-core v1.13.0
23402026-08-20T01:42:08.227Z Compiling secrecy v0.10.3
23412026-08-20T01:42:08.243Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-08-20T01:42:08.296Z Compiling heapless v0.8.0
23432026-08-20T01:42:08.315Z Compiling toml_datetime v0.7.5+spec-1.1.0
23442026-08-20T01:42:08.407Z Compiling crossbeam-deque v0.8.6
23452026-08-20T01:42:08.430Z Compiling ingot-macros v0.2.0
23462026-08-20T01:42:08.471Z Compiling inout v0.1.4
23472026-08-20T01:42:08.555Z Compiling toml_edit v0.23.10+spec-1.0.0
23482026-08-20T01:42:08.656Z Compiling hash32 v0.3.1
23492026-08-20T01:42:08.686Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502026-08-20T01:42:08.686Z Compiling multer v3.1.0
23512026-08-20T01:42:08.720Z Compiling thread_local v1.1.9
23522026-08-20T01:42:08.787Z Compiling compression-core v0.4.31
23532026-08-20T01:42:08.853Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23542026-08-20T01:42:08.909Z Compiling match_cfg v0.1.0
23552026-08-20T01:42:08.929Z Compiling slog-async v2.8.0
23562026-08-20T01:42:08.985Z Compiling smoltcp v0.11.0
23572026-08-20T01:42:09.002Z Compiling hostname v0.3.1
23582026-08-20T01:42:09.061Z Compiling compression-codecs v0.4.37
23592026-08-20T01:42:09.229Z Compiling proc-macro-crate v3.4.0
23602026-08-20T01:42:09.326Z Compiling cipher v0.4.4
23612026-08-20T01:42:09.431Z Compiling atomicwrites v0.4.4
23622026-08-20T01:42:09.455Z Compiling slog-json v2.6.1
23632026-08-20T01:42:09.618Z Compiling crossbeam-channel v0.5.15
23642026-08-20T01:42:09.690Z Compiling half v2.7.1
23652026-08-20T01:42:09.758Z Compiling newtype-uuid-macros v0.1.0
23662026-08-20T01:42:09.773Z Compiling cobs v0.3.0
23672026-08-20T01:42:09.791Z Compiling universal-hash v0.5.1
23682026-08-20T01:42:09.815Z Compiling async-stream-impl v0.3.6
23692026-08-20T01:42:09.824Z Compiling thiserror-impl-no-std v2.0.2
23702026-08-20T01:42:09.955Z Compiling serde_spanned v1.1.1
23712026-08-20T01:42:10.075Z Compiling toml_datetime v1.1.1+spec-1.1.0
23722026-08-20T01:42:10.092Z Compiling is-terminal v0.4.17
23732026-08-20T01:42:10.128Z Compiling dropshot v0.17.1
23742026-08-20T01:42:10.216Z Compiling proc-macro-error-attr v1.0.4
23752026-08-20T01:42:10.330Z Compiling take_mut v0.2.2
23762026-08-20T01:42:10.347Z Compiling term v1.2.1
23772026-08-20T01:42:10.362Z Compiling ciborium-io v0.2.2
23782026-08-20T01:42:10.415Z Compiling toml_writer v1.1.1+spec-1.1.0
23792026-08-20T01:42:10.432Z Compiling convert_case v0.4.0
23802026-08-20T01:42:10.449Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812026-08-20T01:42:10.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23822026-08-20T01:42:10.483Z Compiling opaque-debug v0.3.1
23832026-08-20T01:42:10.518Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23842026-08-20T01:42:10.534Z Compiling ciborium-ll v0.2.2
23852026-08-20T01:42:10.570Z Compiling poly1305 v0.8.0
23862026-08-20T01:42:10.649Z Compiling toml v1.1.2+spec-1.1.0
23872026-08-20T01:42:10.706Z Compiling slog-term v2.9.2
23882026-08-20T01:42:10.758Z Compiling derive_more v0.99.20
23892026-08-20T01:42:10.837Z Compiling async-stream v0.3.6
23902026-08-20T01:42:10.868Z Compiling thiserror-no-std v2.0.2
23912026-08-20T01:42:10.900Z Compiling postcard v1.1.3
23922026-08-20T01:42:10.981Z Compiling num_enum_derive v0.7.6
23932026-08-20T01:42:11.047Z Compiling slog-bunyan v2.5.0
23942026-08-20T01:42:11.099Z Compiling ingot-types v0.2.0
23952026-08-20T01:42:11.125Z Compiling chacha20 v0.9.1
23962026-08-20T01:42:11.250Z Compiling async-compression v0.4.41
23972026-08-20T01:42:11.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23982026-08-20T01:42:11.394Z Compiling sha1 v0.11.0
23992026-08-20T01:42:11.567Z Compiling ingot v0.2.1
24002026-08-20T01:42:11.747Z Compiling parse-display-derive v0.10.0
24012026-08-20T01:42:11.851Z Compiling proc-macro-crate v1.3.1
24022026-08-20T01:42:11.917Z Compiling waitgroup v0.1.2
24032026-08-20T01:42:11.934Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24042026-08-20T01:42:11.958Z Compiling backon v1.6.0
24052026-08-20T01:42:12.089Z Compiling rustls-pemfile v2.2.0
24062026-08-20T01:42:12.161Z Compiling dropshot_endpoint v0.17.1
24072026-08-20T01:42:12.195Z Compiling password-hash v0.5.0
24082026-08-20T01:42:12.229Z Compiling blake2 v0.10.6
24092026-08-20T01:42:12.377Z Compiling aead v0.5.2
24102026-08-20T01:42:12.396Z Compiling foreign-types-macros v0.2.3
24112026-08-20T01:42:12.588Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24122026-08-20T01:42:12.719Z Compiling serde_path_to_error v0.1.20
24132026-08-20T01:42:12.744Z Compiling hostname v0.4.2
24142026-08-20T01:42:12.932Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24152026-08-20T01:42:12.958Z Compiling proc-macro-error v1.0.4
24162026-08-20T01:42:12.974Z Compiling instant v0.1.13
24172026-08-20T01:42:12.999Z Compiling foreign-types-shared v0.3.1
24182026-08-20T01:42:13.016Z Compiling debug-ignore v1.0.5
24192026-08-20T01:42:13.108Z Compiling foreign-types v0.5.0
24202026-08-20T01:42:13.124Z Compiling backoff v0.4.0
24212026-08-20T01:42:13.167Z Compiling chacha20poly1305 v0.10.1
24222026-08-20T01:42:13.183Z Compiling argon2 v0.5.3
24232026-08-20T01:42:13.201Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-20T01:42:13.232Z Compiling parse-display v0.10.0
24252026-08-20T01:42:13.235Z Compiling num_enum_derive v0.5.11
24262026-08-20T01:42:13.235Z Compiling num_enum v0.7.6
24272026-08-20T01:42:13.321Z Compiling vsss-rs v3.3.4
24282026-08-20T01:42:13.362Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24292026-08-20T01:42:13.408Z Compiling ciborium v0.2.2
24302026-08-20T01:42:13.513Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-20T01:42:13.776Z Compiling regress v0.10.5
24322026-08-20T01:42:13.788Z Compiling itertools v0.14.0
24332026-08-20T01:42:13.805Z Compiling tabwriter v1.4.1
24342026-08-20T01:42:13.864Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24352026-08-20T01:42:14.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-20T01:42:14.177Z Compiling cstr-argument v0.1.2
24372026-08-20T01:42:14.206Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24382026-08-20T01:42:14.210Z Compiling humantime v2.3.0
24392026-08-20T01:42:14.222Z Compiling num_enum v0.5.11
24402026-08-20T01:42:14.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412026-08-20T01:42:14.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24422026-08-20T01:42:14.377Z Compiling rayon v1.11.0
24432026-08-20T01:42:14.423Z Compiling rand v0.10.1
24442026-08-20T01:42:14.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24452026-08-20T01:42:14.653Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-20T01:42:14.678Z Compiling colored v3.1.1
24472026-08-20T01:42:14.693Z Compiling libefi-sys v0.1.0
24482026-08-20T01:42:14.770Z Compiling indent_write v2.2.0
24492026-08-20T01:42:14.799Z Compiling zone_cfg_derive v0.3.1
24502026-08-20T01:42:14.870Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-20T01:42:14.922Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24522026-08-20T01:42:14.952Z Compiling camino-tempfile v1.4.1
24532026-08-20T01:42:15.026Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-20T01:42:15.206Z Compiling itertools v0.12.1
24552026-08-20T01:42:15.263Z Compiling usdt-attr-macro v0.5.0
24562026-08-20T01:42:15.294Z Compiling usdt-macro v0.5.0
24572026-08-20T01:42:15.329Z Compiling num-derive v0.4.2
24582026-08-20T01:42:15.341Z Compiling bitfield-struct v0.6.2
24592026-08-20T01:42:15.364Z Compiling blake3 v1.8.5
24602026-08-20T01:42:15.379Z Compiling sigpipe v0.1.3
24612026-08-20T01:42:15.432Z Compiling memmap v0.7.0
24622026-08-20T01:42:15.447Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24632026-08-20T01:42:15.491Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24642026-08-20T01:42:15.509Z Compiling swrite v0.1.0
24652026-08-20T01:42:15.615Z Compiling glob v0.3.3
24662026-08-20T01:42:15.636Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24672026-08-20T01:42:15.924Z Compiling smf v0.2.3
24682026-08-20T01:42:15.954Z Compiling filetime v0.2.27
24692026-08-20T01:42:15.985Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24702026-08-20T01:42:16.026Z Compiling arrayref v0.3.9
24712026-08-20T01:42:16.044Z Compiling usdt v0.5.0
24722026-08-20T01:42:16.120Z Compiling whoami v1.6.1
24732026-08-20T01:42:16.181Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24742026-08-20T01:42:16.212Z Compiling arrayvec v0.7.6
24752026-08-20T01:42:16.230Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24762026-08-20T01:42:16.247Z Compiling constant_time_eq v0.4.2
24772026-08-20T01:42:16.282Z Compiling xattr v1.6.1
24782026-08-20T01:42:16.319Z Compiling tokio-dtrace v0.1.1
24792026-08-20T01:42:16.468Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24802026-08-20T01:42:16.503Z Compiling tar v0.4.46
24812026-08-20T01:42:16.553Z Compiling zone v0.3.1
24822026-08-20T01:42:16.581Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24832026-08-20T01:42:16.601Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24842026-08-20T01:42:16.679Z Compiling gethostname v0.5.0
24852026-08-20T01:42:16.682Z Compiling console v0.16.2
24862026-08-20T01:42:16.825Z Compiling unit-prefix v0.5.2
24872026-08-20T01:42:16.855Z Compiling topological-sort v0.2.2
24882026-08-20T01:42:17.003Z Compiling oxide-tokio-rt v0.1.4
24892026-08-20T01:42:17.046Z Compiling toml v0.8.23
24902026-08-20T01:42:17.062Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24912026-08-20T01:42:17.218Z Compiling indicatif v0.18.4
24922026-08-20T01:42:17.252Z Compiling shell-words v1.1.1
24932026-08-20T01:42:26.405Z Compiling progenitor-client v0.14.0
24942026-08-20T01:42:26.406Z Compiling omicron-zone-package v0.12.3
24952026-08-20T01:42:26.660Z Compiling progenitor-extras v0.2.0
24962026-08-20T01:42:27.018Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24972026-08-20T01:42:27.079Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24982026-08-20T01:42:27.109Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24992026-08-20T01:42:27.161Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25002026-08-20T01:42:27.187Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25012026-08-20T01:42:27.201Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25022026-08-20T01:42:27.481Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25032026-08-20T01:42:27.499Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25042026-08-20T01:42:27.989Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-08-20T01:42:31.724Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25062026-08-20T01:42:40.074Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25072026-08-20T01:42:43.287Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25082026-08-20T01:42:44.341Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25092026-08-20T01:42:53.858Z Finished `release` profile [optimized] target(s) in 1m 46s
25102026-08-20T01:42:54.009Z Running `target/release/omicron-package -t test target create -p dev`
25112026-08-20T01:42:54.071ZLogging to: /work/oxidecomputer/omicron/out/LOG
25122026-08-20T01:42:54.075ZCreated new build target 'test' and set it as active
25132026-08-20T01:42:54.075Z
25142026-08-20T01:42:54.075Zreal 1:46.577152375
25152026-08-20T01:42:54.075Zuser 17:44.734647309
25162026-08-20T01:42:54.075Zsys 2:47.299139056
25172026-08-20T01:42:54.075Ztrap 0.504317556
25182026-08-20T01:42:54.075Ztflt 2.249592580
25192026-08-20T01:42:54.075Zdflt 4.883096518
25202026-08-20T01:42:54.075Zkflt 0.000724160
25212026-08-20T01:42:54.075Zlock 58:13.296342531
25222026-08-20T01:42:54.075Zslp 45:30.352875152
25232026-08-20T01:42:54.075Zlat 50.189205622
25242026-08-20T01:42:54.075Zstop 6:10.465255777
25252026-08-20T01:42:54.075Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25262026-08-20T01:42:54.975Z Finished `release` profile [optimized] target(s) in 0.88s
25272026-08-20T01:42:55.052Z Running `target/release/omicron-package -t test package`
25282026-08-20T01:42:55.110ZLogging to: /work/oxidecomputer/omicron/out/LOG
25292026-08-20T01:42:56.552Z Compiling heck v0.5.0
25302026-08-20T01:42:56.555Z Compiling regress v0.11.1
25312026-08-20T01:42:56.781Z Compiling unsafe-libyaml v0.2.11
25322026-08-20T01:42:56.817Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25332026-08-20T01:42:56.845Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-08-20T01:42:56.846Z Compiling derive-where v1.6.0
25352026-08-20T01:42:56.849Z Compiling bytecount v0.6.9
25362026-08-20T01:42:56.906Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25372026-08-20T01:42:56.906Z Compiling atomicwrites v0.4.4
25382026-08-20T01:42:56.910Z Compiling is-terminal v0.4.17
25392026-08-20T01:42:56.910Z Compiling prettyplease v0.2.37
25402026-08-20T01:42:56.910Z Compiling newline-converter v0.3.0
25412026-08-20T01:42:56.925Z Compiling console v0.15.11
25422026-08-20T01:42:56.985Z Compiling slog-dtrace v0.3.0
25432026-08-20T01:42:56.990Z Compiling resolv-conf v0.7.6
25442026-08-20T01:42:57.068Z Compiling cancel-safe-futures v0.1.5
25452026-08-20T01:42:57.092Z Compiling num-rational v0.4.2
25462026-08-20T01:42:57.097Z Compiling num-complex v0.4.6
25472026-08-20T01:42:57.097Z Compiling thread_local v1.1.9
25482026-08-20T01:42:57.189Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25492026-08-20T01:42:57.260Z Compiling match_cfg v0.1.0
25502026-08-20T01:42:57.303Z Compiling serde_yaml v0.9.34+deprecated
25512026-08-20T01:42:57.376Z Compiling expectorate v1.2.0
25522026-08-20T01:42:57.402Z Compiling compression-core v0.4.31
25532026-08-20T01:42:57.576Z Compiling compression-codecs v0.4.37
25542026-08-20T01:42:57.579Z Compiling num v0.4.3
25552026-08-20T01:42:57.620Z Compiling hostname v0.3.1
25562026-08-20T01:42:57.625Z Compiling multer v3.1.0
25572026-08-20T01:42:57.664Z Compiling slog-async v2.8.0
25582026-08-20T01:42:57.701Z Compiling crossbeam-channel v0.5.15
25592026-08-20T01:42:57.724Z Compiling slog-json v2.6.1
25602026-08-20T01:42:57.746Z Compiling toml_datetime v1.1.1+spec-1.1.0
25612026-08-20T01:42:57.779Z Compiling serde_spanned v1.1.1
25622026-08-20T01:42:57.842Z Compiling linear-map v1.2.0
25632026-08-20T01:42:57.863Z Compiling take_mut v0.2.2
25642026-08-20T01:42:57.951Z Compiling toml_writer v1.1.1+spec-1.1.0
25652026-08-20T01:42:57.972Z Compiling term v1.2.1
25662026-08-20T01:42:57.998Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25672026-08-20T01:42:58.021Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25682026-08-20T01:42:58.046Z Compiling float-ord v0.3.2
25692026-08-20T01:42:58.068Z Compiling oxide-update-engine-types v0.1.2
25702026-08-20T01:42:58.091Z Compiling linked-hash-map v0.5.6
25712026-08-20T01:42:58.138Z Compiling slog-bunyan v2.5.0
25722026-08-20T01:42:58.163Z Compiling toml v1.1.2+spec-1.1.0
25732026-08-20T01:42:58.188Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25742026-08-20T01:42:58.210Z Compiling async-compression v0.4.41
25752026-08-20T01:42:58.297Z Compiling typify-impl v0.6.2
25762026-08-20T01:42:58.315Z Compiling lru-cache v0.1.2
25772026-08-20T01:42:58.338Z Compiling slog-term v2.9.2
25782026-08-20T01:42:58.535Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25792026-08-20T01:42:58.556Z Compiling dropshot v0.17.1
25802026-08-20T01:42:58.581Z Compiling async-stream v0.3.6
25812026-08-20T01:42:58.618Z Compiling progenitor-client v0.14.0
25822026-08-20T01:42:58.652Z Compiling sha1 v0.11.0
25832026-08-20T01:42:58.690Z Compiling waitgroup v0.1.2
25842026-08-20T01:42:58.782Z Compiling rustls-pemfile v2.2.0
25852026-08-20T01:42:58.811Z Compiling backon v1.6.0
25862026-08-20T01:42:58.851Z Compiling hostname v0.4.2
25872026-08-20T01:42:58.869Z Compiling serde_path_to_error v0.1.20
25882026-08-20T01:42:58.926Z Compiling instant v0.1.13
25892026-08-20T01:42:58.968Z Compiling minimal-lexical v0.2.1
25902026-08-20T01:42:59.001Z Compiling debug-ignore v1.0.5
25912026-08-20T01:42:59.020Z Compiling progenitor-extras v0.2.0
25922026-08-20T01:42:59.047Z Compiling backoff v0.4.0
25932026-08-20T01:42:59.088Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25942026-08-20T01:42:59.134Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25952026-08-20T01:42:59.235Z Compiling nom v7.1.3
25962026-08-20T01:42:59.279Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25972026-08-20T01:42:59.301Z Compiling oxide-update-engine v0.1.2
25982026-08-20T01:42:59.326Z Compiling parse-display v0.10.0
25992026-08-20T01:42:59.372Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26002026-08-20T01:42:59.498Z Compiling hickory-proto v0.24.4
26012026-08-20T01:42:59.938Z Compiling regress v0.10.5
26022026-08-20T01:43:00.036Z Compiling itertools v0.14.0
26032026-08-20T01:43:00.567Z Compiling macaddr v1.0.1
26042026-08-20T01:43:00.594Z Compiling unicode-xid v0.2.6
26052026-08-20T01:43:00.683Z Compiling humantime v2.3.0
26062026-08-20T01:43:00.826Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26072026-08-20T01:43:00.958Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26082026-08-20T01:43:01.008Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26092026-08-20T01:43:01.217Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26102026-08-20T01:43:01.247Z Compiling convert_case v0.10.0
26112026-08-20T01:43:01.304Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26122026-08-20T01:43:01.381Z Compiling toml v0.8.23
26132026-08-20T01:43:01.524Z Compiling papergrid v0.11.0
26142026-08-20T01:43:01.546Z Compiling derive_more-impl v2.1.1
26152026-08-20T01:43:01.785Z Compiling typify-macro v0.6.2
26162026-08-20T01:43:01.960Z Compiling tabled_derive v0.7.0
26172026-08-20T01:43:01.981Z Compiling termtree v0.5.1
26182026-08-20T01:43:02.022Z Compiling phf_shared v0.12.1
26192026-08-20T01:43:02.186Z Compiling hickory-resolver v0.24.4
26202026-08-20T01:43:02.287Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26212026-08-20T01:43:02.356Z Compiling derive_more v2.1.1
26222026-08-20T01:43:02.466Z Compiling crossterm v0.29.0
26232026-08-20T01:43:02.725Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26242026-08-20T01:43:02.863Z Compiling tabled v0.15.0
26252026-08-20T01:43:03.195Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26262026-08-20T01:43:03.368Z Compiling typify v0.6.2
26272026-08-20T01:43:03.647Z Compiling progenitor-impl v0.14.0
26282026-08-20T01:43:04.037Z Compiling qorb v0.4.1
26292026-08-20T01:43:04.336Z Compiling vte v0.14.1
26302026-08-20T01:43:04.614Z Compiling csv-core v0.1.13
26312026-08-20T01:43:05.043Z Compiling highway v1.3.0
26322026-08-20T01:43:05.287Z Compiling chrono-tz v0.10.4
26332026-08-20T01:43:05.564Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26342026-08-20T01:43:05.823Z Compiling progenitor-macro v0.14.0
26352026-08-20T01:43:06.771Z Compiling csv v1.4.0
26362026-08-20T01:43:06.841Z Compiling strip-ansi-escapes v0.2.1
26372026-08-20T01:43:07.294Z Compiling phf v0.12.1
26382026-08-20T01:43:07.388Z Compiling const_format_proc_macros v0.2.34
26392026-08-20T01:43:07.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402026-08-20T01:43:07.499Z Compiling fd-lock v4.0.4
26412026-08-20T01:43:07.695Z Compiling peg-macros v0.8.5
26422026-08-20T01:43:07.731Z Compiling nu-ansi-term v0.50.3
26432026-08-20T01:43:08.159Z Compiling const_format v0.2.35
26442026-08-20T01:43:08.250Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26452026-08-20T01:43:08.272Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26462026-08-20T01:43:08.402Z Compiling reedline v0.40.0
26472026-08-20T01:43:08.972Z Compiling peg v0.8.5
26482026-08-20T01:43:09.073Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26492026-08-20T01:43:09.298Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26502026-08-20T01:43:09.951Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26512026-08-20T01:43:09.991Z Compiling progenitor v0.14.0
26522026-08-20T01:43:10.175Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26532026-08-20T01:43:10.318Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26542026-08-20T01:43:10.393Z Compiling bcs v0.1.6
26552026-08-20T01:43:10.832Z Compiling nom v8.0.0
26562026-08-20T01:43:10.852Z Compiling semver v0.1.20
26572026-08-20T01:43:11.155Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26582026-08-20T01:43:11.440Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26592026-08-20T01:43:11.654Z Compiling rustc_version v0.1.7
26602026-08-20T01:43:11.893Z Compiling newtype_derive v0.1.6
26612026-08-20T01:43:12.125Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26622026-08-20T01:43:12.317Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26632026-08-20T01:43:12.394Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26642026-08-20T01:43:12.566Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26652026-08-20T01:43:12.711Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26662026-08-20T01:43:13.253Z Compiling steno v0.4.1
26672026-08-20T01:43:13.375Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26682026-08-20T01:43:13.561Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26692026-08-20T01:43:13.616Z Compiling dropshot-api-manager-types v0.8.0
26702026-08-20T01:43:14.183Z Compiling sha1 v0.10.6
26712026-08-20T01:43:14.654Z Compiling tagptr v0.2.0
26722026-08-20T01:43:14.678Z Compiling utf-8 v0.7.6
26732026-08-20T01:43:14.855Z Compiling moka v0.12.13
26742026-08-20T01:43:14.931Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26752026-08-20T01:43:15.108Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26762026-08-20T01:43:15.224Z Compiling tungstenite v0.21.0
26772026-08-20T01:43:15.544Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26782026-08-20T01:43:16.052Z Compiling hickory-resolver v0.25.2
26792026-08-20T01:43:16.175Z Compiling tokio-tungstenite v0.21.0
26802026-08-20T01:43:16.583Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26812026-08-20T01:43:17.325Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26822026-08-20T01:43:18.199Z Compiling darling_core v0.21.3
26832026-08-20T01:43:18.714Z Compiling display-error-chain v0.2.2
26842026-08-20T01:43:18.837Z Compiling libscf-sys v1.2.0
26852026-08-20T01:43:18.897Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26862026-08-20T01:43:18.921Z Compiling vergen-lib v0.1.6
26872026-08-20T01:43:19.001Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-20T01:43:19.137Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26892026-08-20T01:43:19.250Z Compiling diesel_derives v2.3.7
26902026-08-20T01:43:19.487Z Compiling scheduled-thread-pool v0.2.7
26912026-08-20T01:43:19.518Z Compiling vergen-gitcl v1.0.8
26922026-08-20T01:43:19.760Z Compiling diesel_table_macro_syntax v0.3.0
26932026-08-20T01:43:19.992Z Compiling dirs-sys-next v0.1.2
26942026-08-20T01:43:20.082Z Compiling crunchy v0.2.4
26952026-08-20T01:43:20.265Z Compiling glob v0.3.3
26962026-08-20T01:43:20.359Z Compiling darling_macro v0.21.3
26972026-08-20T01:43:20.389Z Compiling maplit v1.0.2
26982026-08-20T01:43:20.541Z Compiling dirs-next v2.0.0
26992026-08-20T01:43:20.626Z Compiling clang-sys v1.8.1
27002026-08-20T01:43:20.723Z Compiling r2d2 v0.8.10
27012026-08-20T01:43:20.880Z Compiling darling v0.21.3
27022026-08-20T01:43:20.945Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27032026-08-20T01:43:21.004Z Compiling dsl_auto_type v0.2.0
27042026-08-20T01:43:21.020Z Compiling papergrid v0.18.0
27052026-08-20T01:43:21.020Z Compiling xshell-macros v0.2.7
27062026-08-20T01:43:21.113Z Compiling downcast-rs v2.0.2
27072026-08-20T01:43:21.251Z Compiling tiny-keccak v2.0.2
27082026-08-20T01:43:21.465Z Compiling xshell v0.2.7
27092026-08-20T01:43:21.583Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27102026-08-20T01:43:21.618Z Compiling term v0.7.0
27112026-08-20T01:43:21.861Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27122026-08-20T01:43:21.888Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27132026-08-20T01:43:22.056Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27142026-08-20T01:43:22.105Z Compiling bit-vec v0.6.3
27152026-08-20T01:43:22.288Z Compiling tabled v0.21.0
27162026-08-20T01:43:22.348Z Compiling bit-set v0.5.3
27172026-08-20T01:43:22.444Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27182026-08-20T01:43:22.535Z Compiling ascii-canvas v3.0.0
27192026-08-20T01:43:22.728Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27202026-08-20T01:43:22.795Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-08-20T01:43:22.956Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27222026-08-20T01:43:22.993Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27232026-08-20T01:43:23.318Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27242026-08-20T01:43:23.354Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27252026-08-20T01:43:23.566Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27262026-08-20T01:43:23.743Z Compiling itertools v0.10.5
27272026-08-20T01:43:24.255Z Compiling ena v0.14.4
27282026-08-20T01:43:24.534Z Compiling libloading v0.8.9
27292026-08-20T01:43:24.571Z Compiling bindgen v0.71.1
27302026-08-20T01:43:24.658Z Compiling diff v0.1.13
27312026-08-20T01:43:24.770Z Compiling unicase v2.9.0
27322026-08-20T01:43:24.824Z Compiling regex-syntax v0.6.29
27332026-08-20T01:43:25.083Z Compiling cexpr v0.6.0
27342026-08-20T01:43:25.105Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27352026-08-20T01:43:25.322Z Compiling crc8 v0.1.1
27362026-08-20T01:43:25.463Z Compiling rustc-hash v2.1.1
27372026-08-20T01:43:25.715Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27382026-08-20T01:43:25.746Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27392026-08-20T01:43:25.905Z Compiling headers-core v0.3.0
27402026-08-20T01:43:26.063Z Compiling libxml v0.3.3
27412026-08-20T01:43:26.169Z Compiling diesel v2.3.7
27422026-08-20T01:43:26.238Z Compiling lalrpop v0.19.12
27432026-08-20T01:43:26.596Z Compiling headers v0.4.1
27442026-08-20T01:43:26.679Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452026-08-20T01:43:26.896Z Compiling strum_macros v0.24.3
27462026-08-20T01:43:26.921Z Compiling indoc v1.0.9
27472026-08-20T01:43:27.300Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-20T01:43:27.342Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27492026-08-20T01:43:27.519Z Compiling derive_builder v0.20.2
27502026-08-20T01:43:27.732Z Compiling oso-derive v0.27.3
27512026-08-20T01:43:27.808Z Compiling quick-xml v0.37.5
27522026-08-20T01:43:28.156Z Compiling impl-trait-for-tuples v0.2.3
27532026-08-20T01:43:28.212Z Compiling openssl-probe v0.1.6
27542026-08-20T01:43:28.279Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27552026-08-20T01:43:28.514Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27562026-08-20T01:43:28.567Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27572026-08-20T01:43:28.994Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27582026-08-20T01:43:29.082Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27592026-08-20T01:43:29.175Z Compiling bb8 v0.8.6
27602026-08-20T01:43:29.303Z Compiling trait-variant v0.1.2
27612026-08-20T01:43:29.453Z Compiling proc-macro-error-attr2 v2.0.0
27622026-08-20T01:43:29.557Z Compiling half v1.8.3
27632026-08-20T01:43:29.770Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27642026-08-20T01:43:29.879Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27652026-08-20T01:43:29.901Z Compiling proc-macro-error2 v2.0.1
27662026-08-20T01:43:30.036Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27672026-08-20T01:43:30.067Z Compiling serde_cbor v0.11.2
27682026-08-20T01:43:30.222Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27692026-08-20T01:43:30.275Z Compiling hashbrown v0.14.5
27702026-08-20T01:43:30.505Z Compiling rfc6979 v0.4.0
27712026-08-20T01:43:30.509Z Compiling salty v0.3.0
27722026-08-20T01:43:30.666Z Compiling ecdsa v0.16.9
27732026-08-20T01:43:30.840Z Compiling chumsky v0.9.3
27742026-08-20T01:43:30.912Z Compiling knus-derive v3.4.0
27752026-08-20T01:43:31.010Z Compiling samael v0.0.19
27762026-08-20T01:43:31.096Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27772026-08-20T01:43:31.261Z Compiling progenitor-impl v0.13.0
27782026-08-20T01:43:31.359Z Compiling primeorder v0.13.6
27792026-08-20T01:43:31.650Z Compiling nonempty v0.12.0
27802026-08-20T01:43:31.924Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27812026-08-20T01:43:32.077Z Compiling p384 v0.13.1
27822026-08-20T01:43:32.281Z Compiling knus v3.4.0
27832026-08-20T01:43:33.159Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27842026-08-20T01:43:33.424Z Compiling progenitor-macro v0.13.0
27852026-08-20T01:43:33.576Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27862026-08-20T01:43:33.674Z Compiling polar-core v0.27.3
27872026-08-20T01:43:34.486Z Compiling progenitor-client v0.13.0
27882026-08-20T01:43:34.793Z Compiling fxhash v0.2.1
27892026-08-20T01:43:35.020Z Compiling libz-sys v1.1.24
27902026-08-20T01:43:35.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-08-20T01:43:35.507Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27922026-08-20T01:43:35.561Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27932026-08-20T01:43:35.583Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27942026-08-20T01:43:35.950Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952026-08-20T01:43:36.167Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27962026-08-20T01:43:36.517Z Compiling kstat-rs v0.2.5
27972026-08-20T01:43:37.123Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27982026-08-20T01:43:37.208Z Compiling mime_guess v2.0.5
27992026-08-20T01:43:37.571Z Compiling progenitor v0.13.0
28002026-08-20T01:43:38.065Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28012026-08-20T01:43:39.227Z Compiling nanorand v0.7.0
28022026-08-20T01:43:39.231Z Compiling libgit2-sys v0.18.3+1.9.2
28032026-08-20T01:43:39.279Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28042026-08-20T01:43:39.600Z Compiling parking_lot_core v0.8.6
28052026-08-20T01:43:39.849Z Compiling flume v0.11.1
28062026-08-20T01:43:39.910Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-20T01:43:40.297Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28082026-08-20T01:43:40.524Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-20T01:43:40.941Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28102026-08-20T01:43:41.183Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28112026-08-20T01:43:41.240Z Compiling git-stub v1.0.0
28122026-08-20T01:43:41.503Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28132026-08-20T01:43:41.649Z Compiling instability v0.3.11
28142026-08-20T01:43:41.756Z Compiling http-range v0.1.5
28152026-08-20T01:43:41.887Z Compiling strsim v0.10.0
28162026-08-20T01:43:42.095Z Compiling corncobs v0.1.4
28172026-08-20T01:43:42.122Z Compiling darling_core v0.13.4
28182026-08-20T01:43:42.258Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28192026-08-20T01:43:42.348Z Compiling git-stub-vcs v0.1.0
28202026-08-20T01:43:42.740Z Compiling oso v0.27.3
28212026-08-20T01:43:43.002Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28222026-08-20T01:43:43.775Z Compiling async-bb8-diesel v0.2.1
28232026-08-20T01:43:44.254Z Compiling diesel-dtrace v0.5.0
28242026-08-20T01:43:44.580Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28252026-08-20T01:43:46.997Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28262026-08-20T01:43:47.105Z Compiling ignore v0.4.25
28272026-08-20T01:43:48.407Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28282026-08-20T01:43:48.539Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28292026-08-20T01:43:48.747Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28302026-08-20T01:43:49.147Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28312026-08-20T01:43:49.292Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28322026-08-20T01:43:49.382Z Compiling anstyle-parse v0.2.7
28332026-08-20T01:43:49.674Z Compiling secrecy v0.8.0
28342026-08-20T01:43:49.873Z Compiling vergen-git2 v9.1.0
28352026-08-20T01:43:50.098Z Compiling castaway v0.2.4
28362026-08-20T01:43:50.267Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28372026-08-20T01:43:50.379Z Compiling indoc v2.0.7
28382026-08-20T01:43:50.426Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28392026-08-20T01:43:50.567Z Compiling compact_str v0.8.1
28402026-08-20T01:43:50.735Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28412026-08-20T01:43:51.656Z Compiling anstream v0.6.21
28422026-08-20T01:43:52.018Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28432026-08-20T01:43:52.190Z Compiling globwalk v0.9.1
28442026-08-20T01:43:52.457Z Compiling parking_lot v0.11.2
28452026-08-20T01:43:52.855Z Compiling hyper-staticfile v0.10.1
28462026-08-20T01:43:52.920Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28472026-08-20T01:43:53.374Z Compiling darling_macro v0.13.4
28482026-08-20T01:43:53.730Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28492026-08-20T01:43:53.876Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502026-08-20T01:43:53.981Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28512026-08-20T01:43:54.367Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28522026-08-20T01:43:54.408Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28532026-08-20T01:43:54.556Z Compiling predicates-tree v1.0.13
28542026-08-20T01:43:54.560Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28552026-08-20T01:43:54.620Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28562026-08-20T01:43:54.809Z Compiling unicode-truncate v1.1.0
28572026-08-20T01:43:54.982Z Compiling lru v0.12.5
28582026-08-20T01:43:55.025Z Compiling digest-io v0.1.0
28592026-08-20T01:43:55.209Z Compiling sha2 v0.11.0
28602026-08-20T01:43:55.229Z Compiling prefix-trie v0.7.0
28612026-08-20T01:43:55.277Z Compiling rand_seeder v0.4.0
28622026-08-20T01:43:55.541Z Compiling illumos-nvpair-sys v0.2.0
28632026-08-20T01:43:55.748Z Compiling rawzip v0.4.4
28642026-08-20T01:43:55.769Z Compiling cassowary v0.3.0
28652026-08-20T01:43:56.252Z Compiling ratatui v0.29.0
28662026-08-20T01:43:56.600Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28672026-08-20T01:43:56.710Z Compiling hickory-server v0.25.2
28682026-08-20T01:43:56.778Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28692026-08-20T01:43:56.801Z Compiling camino-tempfile-ext v0.3.3
28702026-08-20T01:43:56.889Z Compiling darling v0.13.4
28712026-08-20T01:43:56.982Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28722026-08-20T01:43:57.004Z Compiling sled v0.34.7
28732026-08-20T01:43:57.397Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28742026-08-20T01:43:57.443Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28752026-08-20T01:43:59.693Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28762026-08-20T01:43:59.982Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28772026-08-20T01:44:00.207Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28782026-08-20T01:44:01.677Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28792026-08-20T01:44:02.764Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28802026-08-20T01:44:03.424Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28812026-08-20T01:44:03.942Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28822026-08-20T01:44:04.537Z Compiling serde_with_macros v1.5.2
28832026-08-20T01:44:04.945Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28842026-08-20T01:44:05.450Z Compiling git2 v0.20.4
28852026-08-20T01:44:05.488Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28862026-08-20T01:44:05.674Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28872026-08-20T01:44:05.716Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28882026-08-20T01:44:05.916Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28892026-08-20T01:44:05.943Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28902026-08-20T01:44:05.947Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28912026-08-20T01:44:06.048Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28922026-08-20T01:44:06.172Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28932026-08-20T01:44:06.207Z Compiling arc-swap v1.8.2
28942026-08-20T01:44:06.228Z Compiling void v1.0.2
28952026-08-20T01:44:06.374Z Compiling lzss v0.8.2
28962026-08-20T01:44:06.479Z Compiling slog-scope v4.4.1
28972026-08-20T01:44:06.622Z Compiling serde_with v1.14.0
28982026-08-20T01:44:06.645Z Compiling illumos-nvpair v0.3.0
28992026-08-20T01:44:06.885Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29002026-08-20T01:44:07.233Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29012026-08-20T01:44:08.324Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29022026-08-20T01:44:08.375Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29032026-08-20T01:44:08.422Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29042026-08-20T01:44:08.543Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29052026-08-20T01:44:08.682Z Compiling scuffle v0.1.0
29062026-08-20T01:44:09.073Z Compiling tungstenite v0.23.0
29072026-08-20T01:44:09.119Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29082026-08-20T01:44:10.799Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29092026-08-20T01:44:10.835Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29102026-08-20T01:44:11.115Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29112026-08-20T01:44:11.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29122026-08-20T01:44:11.368Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29132026-08-20T01:44:11.419Z Compiling nix v0.27.1
29142026-08-20T01:44:11.575Z Compiling twox-hash v2.1.2
29152026-08-20T01:44:11.623Z Compiling libsw-core v0.3.2
29162026-08-20T01:44:11.854Z Compiling atty v0.2.14
29172026-08-20T01:44:12.013Z Compiling serde_bytes v0.11.19
29182026-08-20T01:44:12.086Z Compiling libsw v3.5.0
29192026-08-20T01:44:12.320Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29202026-08-20T01:44:12.408Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29212026-08-20T01:44:12.590Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29222026-08-20T01:44:12.863Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29232026-08-20T01:44:13.726Z Compiling tokio-tungstenite v0.23.1
29242026-08-20T01:44:13.779Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29252026-08-20T01:44:14.122Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-20T01:44:14.192Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29272026-08-20T01:44:14.427Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-08-20T01:44:15.776Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29292026-08-20T01:44:16.410Z Compiling slog-stdlog v4.1.1
29302026-08-20T01:44:16.660Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29312026-08-20T01:44:16.797Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29322026-08-20T01:44:17.303Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29332026-08-20T01:44:17.765Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29342026-08-20T01:44:19.082Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29352026-08-20T01:44:19.353Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29362026-08-20T01:44:20.015Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29372026-08-20T01:44:21.666Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29382026-08-20T01:44:22.020Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29392026-08-20T01:44:22.623Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29402026-08-20T01:44:22.647Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29412026-08-20T01:44:23.272Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29422026-08-20T01:44:25.863Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29432026-08-20T01:44:26.580Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29442026-08-20T01:44:26.843Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29452026-08-20T01:44:28.584Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29462026-08-20T01:44:29.411Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29472026-08-20T01:44:29.673Z Compiling signal-hook-tokio v0.3.1
29482026-08-20T01:44:29.874Z Compiling fatfs v0.3.6
29492026-08-20T01:44:30.128Z Compiling yasna v0.5.2
29502026-08-20T01:44:30.152Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-20T01:44:30.469Z Compiling assert_matches v1.5.0
29522026-08-20T01:44:30.577Z Compiling seq-macro v0.3.6
29532026-08-20T01:44:31.078Z Compiling rcgen v0.12.1
29542026-08-20T01:44:31.101Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29552026-08-20T01:44:31.676Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29562026-08-20T01:44:31.975Z Compiling slog-envlogger v2.2.0
29572026-08-20T01:44:32.299Z Compiling oxide-update-engine-display v0.1.2
29582026-08-20T01:44:33.094Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29592026-08-20T01:44:33.308Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29602026-08-20T01:44:33.886Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-08-20T01:44:34.112Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29622026-08-20T01:44:34.336Z Compiling port-file v0.1.0
29632026-08-20T01:44:34.646Z Compiling subprocess v0.2.15
29642026-08-20T01:44:34.669Z Compiling rtoolbox v0.0.3
29652026-08-20T01:44:34.941Z Compiling rpassword v7.5.4
29662026-08-20T01:44:35.531Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29672026-08-20T01:44:35.623Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29682026-08-20T01:44:36.914Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29692026-08-20T01:44:36.939Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29702026-08-20T01:44:37.055Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-08-20T01:44:38.444Z Compiling tui-tree-widget v0.23.1
29722026-08-20T01:44:38.718Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29732026-08-20T01:44:39.194Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29742026-08-20T01:44:40.845Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29752026-08-20T01:44:41.977Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29762026-08-20T01:44:43.060Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29772026-08-20T01:44:43.231Z Compiling uzers v0.12.2
29782026-08-20T01:44:43.287Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29792026-08-20T01:44:43.538Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29802026-08-20T01:44:44.344Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29812026-08-20T01:44:45.412Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29822026-08-20T01:44:45.768Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-08-20T01:44:45.938Z Compiling support-bundle-viewer v0.1.2
29842026-08-20T01:44:47.771Z Compiling multimap v0.10.1
29852026-08-20T01:44:55.640Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29862026-08-20T01:44:58.029Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29872026-08-20T01:45:02.365Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29882026-08-20T01:45:05.890Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29892026-08-20T01:45:08.879Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29902026-08-20T01:52:09.479Z Finished `release` profile [optimized] target(s) in 9m 14s
29912026-08-20T01:52:09.484Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29922026-08-20T01:52:09.484Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29932026-08-20T01:53:02.270Z
29942026-08-20T01:53:02.271Zreal 10:08.166328928
29952026-08-20T01:53:02.271Zuser 1:21:47.170817467
29962026-08-20T01:53:02.271Zsys 3:41.073767164
29972026-08-20T01:53:02.271Ztrap 1.774835208
29982026-08-20T01:53:02.281Ztflt 2.048395292
29992026-08-20T01:53:02.281Zdflt 20.979892404
30002026-08-20T01:53:02.282Zkflt 0.005908683
30012026-08-20T01:53:02.282Zlock 7:37:44.204226389
30022026-08-20T01:53:02.282Zslp 2:18:02.514046816
30032026-08-20T01:53:02.282Zlat 2:25.843742768
30042026-08-20T01:53:02.282Zstop 5:33.953927903
30052026-08-20T01:53:02.282Z+ mapfile -t packages
30062026-08-20T01:53:02.282Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30072026-08-20T01:53:03.220Z Finished `release` profile [optimized] target(s) in 0.93s
30082026-08-20T01:53:03.296Z Running `target/release/omicron-package -t test list-outputs`
30092026-08-20T01:53:03.358ZLogging to: /work/oxidecomputer/omicron/out/LOG
30102026-08-20T01:53:03.363Z+ ptime -m cargo build --locked --release -p xtask
30112026-08-20T01:53:03.843Z Compiling libc v0.2.185
30122026-08-20T01:53:03.843Z Compiling serde_core v1.0.228
30132026-08-20T01:53:03.843Z Compiling serde v1.0.228
30142026-08-20T01:53:03.847Z Compiling rustix v1.1.4
30152026-08-20T01:53:03.847Z Compiling serde_json v1.0.151
30162026-08-20T01:53:03.847Z Compiling bitflags v2.11.0
30172026-08-20T01:53:04.000Z Compiling usdt-impl v0.5.0
30182026-08-20T01:53:04.004Z Compiling syn v2.0.117
30192026-08-20T01:53:04.023Z Compiling syn v1.0.109
30202026-08-20T01:53:04.034Z Compiling log v0.4.33
30212026-08-20T01:53:04.048Z Compiling getrandom v0.3.4
30222026-08-20T01:53:04.055Z Compiling indexmap v2.14.0
30232026-08-20T01:53:04.068Z Compiling fs-err v3.3.0
30242026-08-20T01:53:04.253Z Compiling heck v0.4.1
30252026-08-20T01:53:04.279Z Compiling anyhow v1.0.104
30262026-08-20T01:53:04.302Z Compiling once_cell v1.21.3
30272026-08-20T01:53:04.676Z Compiling thread-id v4.2.2
30282026-08-20T01:53:04.702Z Compiling errno v0.3.14
30292026-08-20T01:53:04.706Z Compiling memmap v0.7.0
30302026-08-20T01:53:05.453Z Compiling proc-macro-error v1.0.4
30312026-08-20T01:53:05.687Z Compiling terminal_size v0.4.3
30322026-08-20T01:53:05.687Z Compiling tempfile v3.27.0
30332026-08-20T01:53:05.718Z Compiling tabled_derive v0.7.0
30342026-08-20T01:53:05.788Z Compiling clap_builder v4.6.0
30352026-08-20T01:53:05.788Z Compiling textwrap v0.16.2
30362026-08-20T01:53:06.141Z Compiling camino v1.2.5
30372026-08-20T01:53:06.141Z Compiling semver v1.0.28
30382026-08-20T01:53:06.155Z Compiling cargo-platform v0.3.2
30392026-08-20T01:53:06.174Z Compiling pest_generator v2.8.6
30402026-08-20T01:53:06.422Z Compiling tabled v0.15.0
30412026-08-20T01:53:06.483Z Compiling camino-tempfile v1.4.1
30422026-08-20T01:53:06.690Z Compiling serde_derive v1.0.228
30432026-08-20T01:53:06.695Z Compiling thiserror-impl v1.0.69
30442026-08-20T01:53:06.695Z Compiling zerocopy-derive v0.7.35
30452026-08-20T01:53:06.695Z Compiling scroll_derive v0.12.1
30462026-08-20T01:53:06.695Z Compiling thiserror-impl v2.0.18
30472026-08-20T01:53:06.695Z Compiling clap_derive v4.6.1
30482026-08-20T01:53:06.764Z Compiling pest_derive v2.8.6
30492026-08-20T01:53:07.392Z Compiling scroll v0.12.0
30502026-08-20T01:53:07.536Z Compiling zerocopy v0.7.35
30512026-08-20T01:53:07.691Z Compiling goblin v0.8.2
30522026-08-20T01:53:07.786Z Compiling thiserror v1.0.69
30532026-08-20T01:53:07.842Z Compiling thiserror v2.0.18
30542026-08-20T01:53:07.905Z Compiling dtrace-parser v0.2.0
30552026-08-20T01:53:08.386Z Compiling clap v4.6.1
30562026-08-20T01:53:09.900Z Compiling dof v0.3.0
30572026-08-20T01:53:09.917Z Compiling serde_tokenstream v0.2.3
30582026-08-20T01:53:09.964Z Compiling toml_datetime v0.6.11
30592026-08-20T01:53:09.989Z Compiling serde_spanned v0.6.9
30602026-08-20T01:53:10.102Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30612026-08-20T01:53:10.182Z Compiling toml_edit v0.22.27
30622026-08-20T01:53:10.186Z Compiling cargo_metadata v0.23.1
30632026-08-20T01:53:10.197Z Compiling macaddr v1.0.1
30642026-08-20T01:53:10.604Z Compiling usdt-macro v0.5.0
30652026-08-20T01:53:10.607Z Compiling usdt-attr-macro v0.5.0
30662026-08-20T01:53:11.242Z Compiling usdt v0.5.0
30672026-08-20T01:53:11.689Z Compiling toml v0.8.23
30682026-08-20T01:53:12.113Z Compiling cargo_toml v0.21.0
30692026-08-20T01:53:16.552Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30702026-08-20T01:53:19.768Z Finished `release` profile [optimized] target(s) in 16.39s
30712026-08-20T01:53:19.873Z
30722026-08-20T01:53:19.873Zreal 16.476165479
30732026-08-20T01:53:19.873Zuser 2:05.707634034
30742026-08-20T01:53:19.873Zsys 13.633769645
30752026-08-20T01:53:19.873Ztrap 0.061687500
30762026-08-20T01:53:19.882Ztflt 0.588162335
30772026-08-20T01:53:19.882Zdflt 1.317458705
30782026-08-20T01:53:19.882Zkflt 0.000074400
30792026-08-20T01:53:19.882Zlock 4:49.696938964
30802026-08-20T01:53:19.882Zslp 2:40.985354407
30812026-08-20T01:53:19.882Zlat 3.695100908
30822026-08-20T01:53:19.882Zstop 15.887879662
30832026-08-20T01:53:19.882Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30842026-08-20T01:53:19.882Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30852026-08-20T01:53:19.882Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30862026-08-20T01:53:19.882Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30872026-08-20T01:53:19.882Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30882026-08-20T01:53:20.837Z Compiling match_cfg v0.1.0
30892026-08-20T01:53:20.837Z Compiling progenitor-client v0.14.0
30902026-08-20T01:53:20.837Z Compiling slog-json v2.6.1
30912026-08-20T01:53:20.840Z Compiling newtype-uuid-macros v0.1.0
30922026-08-20T01:53:20.840Z Compiling sha1 v0.11.0
30932026-08-20T01:53:20.840Z Compiling multer v3.1.0
30942026-08-20T01:53:20.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30952026-08-20T01:53:21.009Z Compiling compression-core v0.4.31
30962026-08-20T01:53:21.012Z Compiling debug-ignore v1.0.5
30972026-08-20T01:53:21.012Z Compiling async-stream-impl v0.3.6
30982026-08-20T01:53:21.022Z Compiling serde_spanned v1.1.1
30992026-08-20T01:53:21.025Z Compiling toml_datetime v1.1.1+spec-1.1.0
31002026-08-20T01:53:21.025Z Compiling dropshot v0.17.1
31012026-08-20T01:53:21.025Z Compiling toml_writer v1.1.1+spec-1.1.0
31022026-08-20T01:53:21.087Z Compiling waitgroup v0.1.2
31032026-08-20T01:53:21.121Z Compiling hostname v0.3.1
31042026-08-20T01:53:21.124Z Compiling rustls-pemfile v2.2.0
31052026-08-20T01:53:21.239Z Compiling slog-bunyan v2.5.0
31062026-08-20T01:53:21.244Z Compiling dropshot_endpoint v0.17.1
31072026-08-20T01:53:21.274Z Compiling toml v1.1.2+spec-1.1.0
31082026-08-20T01:53:21.292Z Compiling compression-codecs v0.4.37
31092026-08-20T01:53:21.310Z Compiling hostname v0.4.2
31102026-08-20T01:53:21.345Z Compiling serde_path_to_error v0.1.20
31112026-08-20T01:53:21.380Z Compiling atomicwrites v0.4.4
31122026-08-20T01:53:21.397Z Compiling macaddr v1.0.1
31132026-08-20T01:53:21.403Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31142026-08-20T01:53:21.403Z Compiling instant v0.1.13
31152026-08-20T01:53:21.403Z Compiling regress v0.10.5
31162026-08-20T01:53:21.414Z Compiling parse-display-derive v0.10.0
31172026-08-20T01:53:21.504Z Compiling async-compression v0.4.41
31182026-08-20T01:53:21.561Z Compiling backon v1.6.0
31192026-08-20T01:53:21.575Z Compiling itertools v0.14.0
31202026-08-20T01:53:21.601Z Compiling humantime v2.3.0
31212026-08-20T01:53:21.622Z Compiling backoff v0.4.0
31222026-08-20T01:53:21.642Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31232026-08-20T01:53:21.661Z Compiling half v2.7.1
31242026-08-20T01:53:21.689Z Compiling async-stream v0.3.6
31252026-08-20T01:53:21.739Z Compiling progenitor-extras v0.2.0
31262026-08-20T01:53:21.790Z Compiling crucible-workspace-hack v0.1.0
31272026-08-20T01:53:21.856Z Compiling ciborium-io v0.2.2
31282026-08-20T01:53:21.867Z Compiling regress v0.11.1
31292026-08-20T01:53:21.870Z Compiling convert_case v0.4.0
31302026-08-20T01:53:21.906Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31312026-08-20T01:53:21.915Z Compiling secrecy v0.10.3
31322026-08-20T01:53:21.915Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31332026-08-20T01:53:21.968Z Compiling ciborium-ll v0.2.2
31342026-08-20T01:53:21.996Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31352026-08-20T01:53:22.040Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31362026-08-20T01:53:22.051Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31372026-08-20T01:53:22.075Z Compiling inout v0.1.4
31382026-08-20T01:53:22.091Z Compiling unsafe-libyaml v0.2.11
31392026-08-20T01:53:22.109Z Compiling thiserror-impl-no-std v2.0.2
31402026-08-20T01:53:22.151Z Compiling ciborium v0.2.2
31412026-08-20T01:53:22.206Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31422026-08-20T01:53:22.259Z Compiling derive_more v0.99.20
31432026-08-20T01:53:22.277Z Compiling cipher v0.4.4
31442026-08-20T01:53:22.309Z Compiling universal-hash v0.5.1
31452026-08-20T01:53:22.327Z Compiling opaque-debug v0.3.1
31462026-08-20T01:53:22.361Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-08-20T01:53:22.423Z Compiling blake2 v0.10.6
31482026-08-20T01:53:22.463Z Compiling poly1305 v0.8.0
31492026-08-20T01:53:22.564Z Compiling chacha20 v0.9.1
31502026-08-20T01:53:22.578Z Compiling aead v0.5.2
31512026-08-20T01:53:22.713Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31522026-08-20T01:53:22.752Z Compiling serde_yaml v0.9.34+deprecated
31532026-08-20T01:53:22.812Z Compiling password-hash v0.5.0
31542026-08-20T01:53:22.854Z Compiling indent_write v2.2.0
31552026-08-20T01:53:22.876Z Compiling chacha20poly1305 v0.10.1
31562026-08-20T01:53:22.892Z Compiling toml_datetime v0.7.5+spec-1.1.0
31572026-08-20T01:53:22.908Z Compiling num-derive v0.4.2
31582026-08-20T01:53:23.006Z Compiling heapless v0.8.0
31592026-08-20T01:53:23.025Z Compiling ingot-macros v0.2.0
31602026-08-20T01:53:23.053Z Compiling tabwriter v1.4.1
31612026-08-20T01:53:23.166Z Compiling argon2 v0.5.3
31622026-08-20T01:53:23.210Z Compiling parse-display v0.10.0
31632026-08-20T01:53:23.228Z Compiling toml_edit v0.23.10+spec-1.0.0
31642026-08-20T01:53:23.272Z Compiling hash32 v0.3.1
31652026-08-20T01:53:23.333Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31662026-08-20T01:53:23.351Z Compiling thiserror-no-std v2.0.2
31672026-08-20T01:53:23.464Z Compiling vsss-rs v3.3.4
31682026-08-20T01:53:23.475Z Compiling typify-impl v0.6.2
31692026-08-20T01:53:23.546Z Compiling smoltcp v0.11.0
31702026-08-20T01:53:23.572Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-08-20T01:53:23.874Z Compiling proc-macro-crate v3.4.0
31722026-08-20T01:53:23.916Z Compiling cobs v0.3.0
31732026-08-20T01:53:23.957Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31742026-08-20T01:53:24.092Z Compiling colored v3.1.1
31752026-08-20T01:53:24.145Z Compiling postcard v1.1.3
31762026-08-20T01:53:24.328Z Compiling proc-macro-error v1.0.4
31772026-08-20T01:53:24.344Z Compiling rand v0.10.1
31782026-08-20T01:53:24.412Z Compiling proc-macro-crate v1.3.1
31792026-08-20T01:53:24.485Z Compiling num_enum_derive v0.7.6
31802026-08-20T01:53:24.537Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31812026-08-20T01:53:24.574Z Compiling foreign-types-macros v0.2.3
31822026-08-20T01:53:24.588Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31832026-08-20T01:53:24.627Z Compiling foreign-types-shared v0.3.1
31842026-08-20T01:53:24.723Z Compiling rayon-core v1.13.0
31852026-08-20T01:53:24.763Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31862026-08-20T01:53:24.872Z Compiling num_enum_derive v0.5.11
31872026-08-20T01:53:24.902Z Compiling crossbeam-deque v0.8.6
31882026-08-20T01:53:24.965Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31892026-08-20T01:53:24.977Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31902026-08-20T01:53:24.985Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-08-20T01:53:25.046Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31922026-08-20T01:53:25.072Z Compiling cstr-argument v0.1.2
31932026-08-20T01:53:25.131Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31942026-08-20T01:53:25.199Z Compiling foreign-types v0.5.0
31952026-08-20T01:53:25.224Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31962026-08-20T01:53:25.255Z Compiling zone_cfg_derive v0.3.1
31972026-08-20T01:53:25.295Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31982026-08-20T01:53:25.375Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31992026-08-20T01:53:25.442Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32002026-08-20T01:53:25.559Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32012026-08-20T01:53:25.574Z Compiling itertools v0.12.1
32022026-08-20T01:53:25.581Z Compiling sigpipe v0.1.3
32032026-08-20T01:53:25.597Z Compiling num_enum v0.7.6
32042026-08-20T01:53:25.598Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32052026-08-20T01:53:25.630Z Compiling rayon v1.11.0
32062026-08-20T01:53:25.688Z Compiling glob v0.3.3
32072026-08-20T01:53:25.762Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32082026-08-20T01:53:25.777Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-20T01:53:25.789Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32102026-08-20T01:53:25.850Z Compiling smf v0.2.3
32112026-08-20T01:53:25.890Z Compiling whoami v1.6.1
32122026-08-20T01:53:26.021Z Compiling cpubits v0.1.1
32132026-08-20T01:53:26.039Z Compiling num_enum v0.5.11
32142026-08-20T01:53:26.055Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32152026-08-20T01:53:26.055Z Compiling ingot-types v0.2.0
32162026-08-20T01:53:26.055Z Compiling gethostname v0.5.0
32172026-08-20T01:53:26.101Z Compiling derive-where v1.6.0
32182026-08-20T01:53:26.115Z Compiling usdt-attr-macro v0.5.0
32192026-08-20T01:53:26.134Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32202026-08-20T01:53:26.169Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32212026-08-20T01:53:26.198Z Compiling usdt-macro v0.5.0
32222026-08-20T01:53:26.239Z Compiling num-rational v0.4.2
32232026-08-20T01:53:26.239Z Compiling num-complex v0.4.6
32242026-08-20T01:53:26.277Z Compiling memmap v0.7.0
32252026-08-20T01:53:26.469Z Compiling ingot v0.2.1
32262026-08-20T01:53:26.543Z Compiling toml v0.8.23
32272026-08-20T01:53:26.590Z Compiling pem-rfc7468 v1.0.0
32282026-08-20T01:53:26.655Z Compiling num v0.4.3
32292026-08-20T01:53:26.702Z Compiling float-ord v0.3.2
32302026-08-20T01:53:26.755Z Compiling zone v0.3.1
32312026-08-20T01:53:26.813Z Compiling cancel-safe-futures v0.1.5
32322026-08-20T01:53:26.838Z Compiling resolv-conf v0.7.6
32332026-08-20T01:53:26.849Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-08-20T01:53:26.878Z Compiling hmac v0.13.0
32352026-08-20T01:53:26.994Z Compiling universal-hash v0.6.1
32362026-08-20T01:53:27.014Z Compiling usdt v0.5.0
32372026-08-20T01:53:27.079Z Compiling sha1 v0.10.6
32382026-08-20T01:53:27.137Z Compiling libefi-sys v0.1.0
32392026-08-20T01:53:27.155Z Compiling linear-map v1.2.0
32402026-08-20T01:53:27.214Z Compiling prettyplease v0.2.37
32412026-08-20T01:53:27.309Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32422026-08-20T01:53:27.345Z Compiling polyval v0.7.1
32432026-08-20T01:53:27.382Z Compiling der v0.8.0
32442026-08-20T01:53:27.401Z Compiling hickory-proto v0.24.4
32452026-08-20T01:53:27.439Z Compiling newline-converter v0.3.0
32462026-08-20T01:53:27.458Z Compiling console v0.15.11
32472026-08-20T01:53:27.462Z Compiling bitfield-struct v0.6.2
32482026-08-20T01:53:27.512Z Compiling oxide-update-engine-types v0.1.2
32492026-08-20T01:53:27.527Z Compiling linked-hash-map v0.5.6
32502026-08-20T01:53:27.588Z Compiling ghash v0.6.0
32512026-08-20T01:53:27.746Z Compiling lru-cache v0.1.2
32522026-08-20T01:53:27.749Z Compiling pbkdf2 v0.13.0
32532026-08-20T01:53:27.829Z Compiling expectorate v1.2.0
32542026-08-20T01:53:27.897Z Compiling crypto-bigint v0.7.5
32552026-08-20T01:53:27.918Z Compiling aes v0.9.1
32562026-08-20T01:53:27.937Z Compiling ctr v0.10.1
32572026-08-20T01:53:28.020Z Compiling aead v0.6.1
32582026-08-20T01:53:28.076Z Compiling sha2 v0.11.0
32592026-08-20T01:53:28.092Z Compiling typify-macro v0.6.2
32602026-08-20T01:53:28.168Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32612026-08-20T01:53:28.191Z Compiling nom v8.0.0
32622026-08-20T01:53:28.275Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32632026-08-20T01:53:28.444Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32642026-08-20T01:53:28.494Z Compiling semver v0.1.20
32652026-08-20T01:53:28.550Z Compiling oxide-update-engine v0.1.2
32662026-08-20T01:53:28.704Z Compiling rustc_version v0.1.7
32672026-08-20T01:53:28.768Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-20T01:53:28.796Z Compiling aes-gcm v0.11.0
32692026-08-20T01:53:28.816Z Compiling spki v0.8.0
32702026-08-20T01:53:28.832Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32712026-08-20T01:53:28.965Z Compiling tokio-dtrace v0.1.1
32722026-08-20T01:53:29.029Z Compiling dropshot-api-manager-types v0.8.0
32732026-08-20T01:53:29.068Z Compiling salsa20 v0.11.0
32742026-08-20T01:53:29.083Z Compiling slog-dtrace v0.3.0
32752026-08-20T01:53:29.098Z Compiling minimal-lexical v0.2.1
32762026-08-20T01:53:29.114Z Compiling xshell-macros v0.2.7
32772026-08-20T01:53:29.249Z Compiling scrypt v0.12.0
32782026-08-20T01:53:29.271Z Compiling oxide-tokio-rt v0.1.4
32792026-08-20T01:53:29.289Z Compiling newtype_derive v0.1.6
32802026-08-20T01:53:29.379Z Compiling nom v7.1.3
32812026-08-20T01:53:29.388Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32822026-08-20T01:53:29.392Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32832026-08-20T01:53:29.445Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32842026-08-20T01:53:29.522Z Compiling phf_shared v0.12.1
32852026-08-20T01:53:29.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32862026-08-20T01:53:29.573Z Compiling hickory-resolver v0.24.4
32872026-08-20T01:53:29.605Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-08-20T01:53:29.643Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32892026-08-20T01:53:29.706Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-20T01:53:29.735Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32912026-08-20T01:53:29.980Z Compiling xshell v0.2.7
32922026-08-20T01:53:30.078Z Compiling typify v0.6.2
32932026-08-20T01:53:30.117Z Compiling rfc6979 v0.4.0
32942026-08-20T01:53:30.153Z Compiling cbc v0.2.1
32952026-08-20T01:53:30.240Z Compiling progenitor-impl v0.14.0
32962026-08-20T01:53:30.258Z Compiling proc-macro-error-attr2 v2.0.0
32972026-08-20T01:53:30.295Z Compiling csv-core v0.1.13
32982026-08-20T01:53:30.326Z Compiling chrono-tz v0.10.4
32992026-08-20T01:53:30.547Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33002026-08-20T01:53:30.592Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-08-20T01:53:30.638Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-08-20T01:53:30.698Z Compiling qorb v0.4.1
33032026-08-20T01:53:30.734Z Compiling highway v1.3.0
33042026-08-20T01:53:30.734Z Compiling unicode-xid v0.2.6
33052026-08-20T01:53:30.734Z Compiling proc-macro-error2 v2.0.1
33062026-08-20T01:53:30.797Z Compiling csv v1.4.0
33072026-08-20T01:53:30.870Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33082026-08-20T01:53:30.924Z Compiling const_format_proc_macros v0.2.34
33092026-08-20T01:53:31.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-08-20T01:53:31.138Z Compiling pkcs5 v0.8.1
33112026-08-20T01:53:31.138Z Compiling ecdsa v0.16.9
33122026-08-20T01:53:31.232Z Compiling phf v0.12.1
33132026-08-20T01:53:31.346Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-08-20T01:53:31.547Z Compiling primeorder v0.13.6
33152026-08-20T01:53:31.578Z Compiling hashbrown v0.14.5
33162026-08-20T01:53:31.630Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-08-20T01:53:31.649Z Compiling salty v0.3.0
33182026-08-20T01:53:31.732Z Compiling const_format v0.2.35
33192026-08-20T01:53:31.807Z Compiling p384 v0.13.1
33202026-08-20T01:53:31.863Z Compiling pkcs8 v0.11.0
33212026-08-20T01:53:31.916Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33222026-08-20T01:53:31.941Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33232026-08-20T01:53:32.023Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33242026-08-20T01:53:32.076Z Compiling chumsky v0.9.3
33252026-08-20T01:53:32.139Z Compiling knus-derive v3.4.0
33262026-08-20T01:53:32.271Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33272026-08-20T01:53:32.397Z Compiling tabled_derive v0.7.0
33282026-08-20T01:53:32.671Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33292026-08-20T01:53:32.734Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33302026-08-20T01:53:32.871Z Compiling bcs v0.1.6
33312026-08-20T01:53:32.888Z Compiling ff v0.14.0
33322026-08-20T01:53:32.910Z Compiling progenitor-macro v0.14.0
33332026-08-20T01:53:33.069Z Compiling termtree v0.5.1
33342026-08-20T01:53:33.248Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33352026-08-20T01:53:33.296Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33362026-08-20T01:53:33.448Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33372026-08-20T01:53:33.469Z Compiling tabled v0.15.0
33382026-08-20T01:53:33.522Z Compiling steno v0.4.1
33392026-08-20T01:53:33.548Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33402026-08-20T01:53:33.570Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-08-20T01:53:33.705Z Compiling tagptr v0.2.0
33422026-08-20T01:53:33.725Z Compiling knus v3.4.0
33432026-08-20T01:53:33.748Z Compiling group v0.14.0
33442026-08-20T01:53:33.843Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-08-20T01:53:33.858Z Compiling signature v3.0.0
33462026-08-20T01:53:33.886Z Compiling moka v0.12.13
33472026-08-20T01:53:33.961Z Compiling base16ct v1.0.0
33482026-08-20T01:53:34.061Z Compiling hkdf v0.13.0
33492026-08-20T01:53:34.191Z Compiling sec1 v0.8.1
33502026-08-20T01:53:34.207Z Compiling libscf-sys v1.2.0
33512026-08-20T01:53:34.224Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33522026-08-20T01:53:34.312Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33532026-08-20T01:53:34.386Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33542026-08-20T01:53:34.477Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33552026-08-20T01:53:34.540Z Compiling elliptic-curve v0.14.1
33562026-08-20T01:53:34.543Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33572026-08-20T01:53:34.677Z Compiling hickory-resolver v0.25.2
33582026-08-20T01:53:34.723Z Compiling parking_lot_core v0.8.6
33592026-08-20T01:53:34.888Z Compiling utf-8 v0.7.6
33602026-08-20T01:53:34.944Z Compiling corncobs v0.1.4
33612026-08-20T01:53:35.065Z Compiling tungstenite v0.21.0
33622026-08-20T01:53:35.104Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-20T01:53:35.167Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-08-20T01:53:35.384Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33652026-08-20T01:53:35.405Z Compiling wnaf v0.14.0
33662026-08-20T01:53:35.519Z Compiling primefield v0.14.0
33672026-08-20T01:53:35.536Z Compiling rfc6979 v0.6.0
33682026-08-20T01:53:35.553Z Compiling papergrid v0.18.0
33692026-08-20T01:53:35.626Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33702026-08-20T01:53:35.728Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33712026-08-20T01:53:35.794Z Compiling git-stub v1.0.0
33722026-08-20T01:53:35.879Z Compiling secrecy v0.8.0
33732026-08-20T01:53:35.953Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33742026-08-20T01:53:36.062Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33752026-08-20T01:53:36.110Z Compiling git-stub-vcs v0.1.0
33762026-08-20T01:53:36.128Z Compiling primeorder v0.14.0
33772026-08-20T01:53:36.254Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-20T01:53:36.312Z Compiling ecdsa v0.17.0
33792026-08-20T01:53:36.503Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-20T01:53:36.520Z Compiling tokio-tungstenite v0.21.0
33812026-08-20T01:53:36.572Z Compiling tabled v0.21.0
33822026-08-20T01:53:36.628Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33832026-08-20T01:53:36.693Z Compiling curve25519-dalek v5.0.0
33842026-08-20T01:53:36.712Z Compiling illumos-nvpair-sys v0.2.0
33852026-08-20T01:53:36.808Z Compiling unicase v2.9.0
33862026-08-20T01:53:36.827Z Compiling parking_lot v0.11.2
33872026-08-20T01:53:36.872Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33882026-08-20T01:53:36.928Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33892026-08-20T01:53:36.950Z Compiling ssh-encoding v0.3.0
33902026-08-20T01:53:37.045Z Compiling mime_guess v2.0.5
33912026-08-20T01:53:37.185Z Compiling progenitor-impl v0.13.0
33922026-08-20T01:53:37.237Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33932026-08-20T01:53:37.255Z Compiling prefix-trie v0.7.0
33942026-08-20T01:53:37.302Z Compiling fxhash v0.2.1
33952026-08-20T01:53:37.333Z Compiling keccak v0.2.0
33962026-08-20T01:53:37.376Z Compiling crc8 v0.1.1
33972026-08-20T01:53:37.434Z Compiling sled v0.34.7
33982026-08-20T01:53:37.588Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33992026-08-20T01:53:37.669Z Compiling hickory-server v0.25.2
34002026-08-20T01:53:37.689Z Compiling ed25519 v3.0.0
34012026-08-20T01:53:37.705Z Compiling crypto-primes v0.7.2
34022026-08-20T01:53:38.014Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-08-20T01:53:38.034Z Compiling pkcs1 v0.8.0-rc.4
34042026-08-20T01:53:38.118Z Compiling progenitor v0.14.0
34052026-08-20T01:53:38.208Z Compiling poly1305 v0.9.0
34062026-08-20T01:53:38.326Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-20T01:53:38.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34082026-08-20T01:53:38.761Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34092026-08-20T01:53:38.784Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34102026-08-20T01:53:38.909Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34112026-08-20T01:53:39.048Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34122026-08-20T01:53:39.191Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34132026-08-20T01:53:39.295Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34142026-08-20T01:53:39.315Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34152026-08-20T01:53:39.539Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-08-20T01:53:39.672Z Compiling progenitor-client v0.13.0
34172026-08-20T01:53:39.724Z Compiling blowfish v0.10.0
34182026-08-20T01:53:39.919Z Compiling progenitor-macro v0.13.0
34192026-08-20T01:53:40.011Z Compiling blake2 v0.11.0-rc.6
34202026-08-20T01:53:40.028Z Compiling half v1.8.3
34212026-08-20T01:53:40.047Z Compiling http-range v0.1.5
34222026-08-20T01:53:40.161Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34232026-08-20T01:53:40.273Z Compiling serde_cbor v0.11.2
34242026-08-20T01:53:40.328Z Compiling argon2 v0.6.0-rc.8
34252026-08-20T01:53:40.637Z Compiling bcrypt-pbkdf v0.11.0
34262026-08-20T01:53:40.903Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-20T01:53:40.977Z Compiling rsa v0.10.0-rc.18
34282026-08-20T01:53:41.304Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-08-20T01:53:41.369Z Compiling ssh-cipher v0.3.0
34302026-08-20T01:53:41.429Z Compiling ed25519-dalek v3.0.0
34312026-08-20T01:53:41.455Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34322026-08-20T01:53:41.832Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34332026-08-20T01:53:41.970Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34342026-08-20T01:53:42.144Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34352026-08-20T01:53:42.311Z Compiling illumos-nvpair v0.3.0
34362026-08-20T01:53:42.395Z Compiling sha3 v0.11.0
34372026-08-20T01:53:42.462Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34382026-08-20T01:53:42.565Z Compiling p521 v0.14.0
34392026-08-20T01:53:42.598Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34402026-08-20T01:53:42.662Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34412026-08-20T01:53:42.679Z Compiling p256 v0.14.0
34422026-08-20T01:53:42.703Z Compiling p384 v0.14.0
34432026-08-20T01:53:42.938Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-20T01:53:43.057Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34452026-08-20T01:53:43.296Z Compiling scuffle v0.1.0
34462026-08-20T01:53:43.681Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34472026-08-20T01:53:43.728Z Compiling yasna v0.5.2
34482026-08-20T01:53:43.852Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34492026-08-20T01:53:44.292Z Compiling kstat-rs v0.2.5
34502026-08-20T01:53:44.371Z Compiling headers-core v0.3.0
34512026-08-20T01:53:44.464Z Compiling kem v0.3.0
34522026-08-20T01:53:44.547Z Compiling module-lattice v0.2.3
34532026-08-20T01:53:44.655Z Compiling nanorand v0.7.0
34542026-08-20T01:53:44.655Z Compiling sponge-cursor v0.1.0
34552026-08-20T01:53:44.656Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34562026-08-20T01:53:44.656Z Compiling headers v0.4.1
34572026-08-20T01:53:44.729Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34582026-08-20T01:53:44.737Z Compiling ml-kem v0.3.2
34592026-08-20T01:53:44.788Z Compiling flume v0.11.1
34602026-08-20T01:53:44.880Z Compiling sha3 v0.12.0
34612026-08-20T01:53:44.968Z Compiling rcgen v0.12.1
34622026-08-20T01:53:45.074Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34632026-08-20T01:53:45.101Z Compiling progenitor v0.13.0
34642026-08-20T01:53:45.125Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34652026-08-20T01:53:45.134Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34662026-08-20T01:53:45.178Z Compiling hyper-staticfile v0.10.1
34672026-08-20T01:53:45.301Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34682026-08-20T01:53:45.391Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34692026-08-20T01:53:45.418Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34702026-08-20T01:53:45.454Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34712026-08-20T01:53:45.731Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-20T01:53:45.810Z Compiling ssh-key v0.7.0-rc.11
34732026-08-20T01:53:45.810Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34742026-08-20T01:53:45.850Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34752026-08-20T01:53:45.850Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34762026-08-20T01:53:45.893Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34772026-08-20T01:53:46.000Z Compiling russh-cryptovec v0.62.0
34782026-08-20T01:53:46.111Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34792026-08-20T01:53:46.188Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34802026-08-20T01:53:46.188Z Compiling internal-russh-num-bigint v0.5.0
34812026-08-20T01:53:46.188Z Compiling port-file v0.1.0
34822026-08-20T01:53:46.229Z Compiling num-bigint v0.4.6
34832026-08-20T01:53:46.229Z Compiling generic-array v1.4.3
34842026-08-20T01:53:46.279Z Compiling russh-util v0.52.0
34852026-08-20T01:53:46.333Z Compiling enum_dispatch v0.3.13
34862026-08-20T01:53:46.410Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34872026-08-20T01:53:46.473Z Compiling delegate v0.13.5
34882026-08-20T01:53:46.608Z Compiling subprocess v0.2.15
34892026-08-20T01:53:46.823Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34902026-08-20T01:53:46.915Z Compiling md5 v0.8.0
34912026-08-20T01:53:47.033Z Compiling display-error-chain v0.2.2
34922026-08-20T01:53:47.207Z Compiling hex-literal v1.1.0
34932026-08-20T01:53:47.267Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34942026-08-20T01:53:47.267Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952026-08-20T01:53:47.267Z Compiling colored v2.2.0
34962026-08-20T01:53:47.374Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34972026-08-20T01:53:47.423Z Compiling socket2 v0.5.10
34982026-08-20T01:53:47.470Z Compiling russh v0.62.4
34992026-08-20T01:53:47.471Z Compiling internet-checksum v0.2.1
35002026-08-20T01:53:47.634Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35012026-08-20T01:53:47.713Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35022026-08-20T01:53:48.027Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35032026-08-20T01:53:50.346Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35042026-08-20T01:53:51.068Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35052026-08-20T01:53:51.623Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35062026-08-20T01:53:52.997Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35072026-08-20T01:53:53.234Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35082026-08-20T01:54:02.254Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35092026-08-20T01:54:02.254Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35102026-08-20T01:54:02.254Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35112026-08-20T01:54:02.257Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-08-20T01:54:02.257Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35132026-08-20T01:54:04.082Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35142026-08-20T01:54:04.184Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35152026-08-20T01:54:08.314Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35162026-08-20T01:54:48.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35172026-08-20T01:54:48.945Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35182026-08-20T01:54:48.945Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35192026-08-20T01:54:49.161Z
35202026-08-20T01:54:49.162Zreal 1:29.207141125
35212026-08-20T01:54:49.162Zuser 8:37.763973234
35222026-08-20T01:54:49.162Zsys 1:42.848710680
35232026-08-20T01:54:49.192Ztrap 0.252308538
35242026-08-20T01:54:49.192Ztflt 0.349480328
35252026-08-20T01:54:49.192Zdflt 1.735837290
35262026-08-20T01:54:49.192Zkflt 0.000275790
35272026-08-20T01:54:49.192Zlock 30:43.530644941
35282026-08-20T01:54:49.192Zslp 19:44.675258484
35292026-08-20T01:54:49.192Zlat 37.827724711
35302026-08-20T01:54:49.192Zstop 2:50.646809609
35312026-08-20T01:54:49.193Z+ mkdir tests
35322026-08-20T01:54:49.193Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35332026-08-20T01:54:49.193Z+ xargs -I '{}' -t cp '{}' tests/
35342026-08-20T01:54:49.193Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c69eb1988061e7c6 tests/
35352026-08-20T01:54:49.214Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-805647539bf6b26d tests/
35362026-08-20T01:54:49.252Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-734d6eb4e098dec6 tests/
35372026-08-20T01:54:49.305Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3870713e00c37bbf tests/
35382026-08-20T01:54:49.557Z+ 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)
35392026-08-20T01:54:49.570Z+ 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-805647539bf6b26d tests/commtest-734d6eb4e098dec6 tests/dhcp_server-c69eb1988061e7c6 tests/end_to_end_tests-3870713e00c37bbf 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
35402026-08-20T01:56:18.689ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35412026-08-20T01:56:18.689Za .github/buildomat/ci-env.sh 1K
35422026-08-20T01:56:18.689Za out/target/test 1K
35432026-08-20T01:56:18.689Za out/npuzone/npuzone 27402K
35442026-08-20T01:56:18.689Za package-manifest.toml 35K
35452026-08-20T01:56:18.689Za smf/sled-agent/non-gimlet/config.toml 6K
35462026-08-20T01:56:18.689Za target/release/omicron-package 49122K
35472026-08-20T01:56:18.689Za target/release/xtask 11727K
35482026-08-20T01:56:18.690Za target/debug/bootstrap 436343K
35492026-08-20T01:56:18.690Za tests/bootstrap-805647539bf6b26d 34430K
35502026-08-20T01:56:18.690Za tests/commtest-734d6eb4e098dec6 34431K
35512026-08-20T01:56:18.690Za tests/dhcp_server-c69eb1988061e7c6 34431K
35522026-08-20T01:56:18.690Za tests/end_to_end_tests-3870713e00c37bbf 499569K
35532026-08-20T01:56:18.690Za tools/opte_version 1K
35542026-08-20T01:56:18.690Za tools/opte_version_override 2K
35552026-08-20T01:56:18.690Za out/clickhouse.tar.gz 329025K
35562026-08-20T01:56:18.690Za out/clickhouse_keeper.tar.gz 313027K
35572026-08-20T01:56:18.690Za out/clickhouse_server.tar.gz 329024K
35582026-08-20T01:56:18.690Za out/cockroachdb.tar.gz 168477K
35592026-08-20T01:56:18.690Za out/crucible-pantry-zone.tar.gz 40249K
35602026-08-20T01:56:18.690Za out/crucible-utils.tar 18900K
35612026-08-20T01:56:18.690Za out/crucible-zone.tar.gz 55061K
35622026-08-20T01:56:18.690Za out/external-dns.tar.gz 53184K
35632026-08-20T01:56:18.690Za out/internal-dns.tar.gz 53183K
35642026-08-20T01:56:18.690Za out/mg-ddm-gz.tar 100917K
35652026-08-20T01:56:18.690Za out/nexus.tar.gz 356709K
35662026-08-20T01:56:18.690Za out/ntp.tar.gz 33606K
35672026-08-20T01:56:18.690Za out/omicron-gateway-softnpu.tar.gz 29250K
35682026-08-20T01:56:18.690Za out/omicron-sled-agent.tar 241739K
35692026-08-20T01:56:18.690Za out/overlay.tar.gz 4K
35702026-08-20T01:56:18.691Za out/oximeter.tar.gz 70280K
35712026-08-20T01:56:18.691Za out/oxlog.tar 4071K
35722026-08-20T01:56:18.691Za out/probe.tar.gz 3037K
35732026-08-20T01:56:18.691Za out/propolis-server.tar.gz 34642K
35742026-08-20T01:56:18.691Za out/pumpkind-gz.tar 26647K
35752026-08-20T01:56:18.691Za out/switch-softnpu.tar.gz 497962K
35762026-08-20T01:56:18.694Z
35772026-08-20T01:56:18.694Zreal 1:29.139904178
35782026-08-20T01:56:18.695Zuser 1:26.142387494
35792026-08-20T01:56:18.695Zsys 5.007499165
35802026-08-20T01:56:18.695Ztrap 0.006716027
35812026-08-20T01:56:18.695Ztflt 0.000000000
35822026-08-20T01:56:18.695Zdflt 0.000000000
35832026-08-20T01:56:18.695Zkflt 0.000000000
35842026-08-20T01:56:18.695Zlock 0.000000000
35852026-08-20T01:56:18.695Zslp 1:26.018898454
35862026-08-20T01:56:18.695Zlat 1.099837885
35872026-08-20T01:56:18.695Zstop 0.000165470
35882026-08-20T01:56:18.695Zprocess exited: duration 1031285 ms, exit code 0
 
35892026-08-20T01:56:18.714Zfound 1 output files
35902026-08-20T01:56:18.714Zuploading: /work/package.tar.gz (2758537744 bytes)
35912026-08-20T01:56:51.737Zuploaded: /work/package.tar.gz