01M1BZ1TWGQHTBQBRM03XWYDJK: 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: 01M1BZ29F2DQ6HQ325XVHQXR3E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T13:11:18.048Zjob assigned to worker 01M1BZ2HWTDCBJ23GKPT8ME647 [factory aws, i-0be2b479a2ba9d253] (queued for 1 m 1 s)
 
22026-08-31T13:11:24.934Zstarting task 0: "setup"
32026-08-31T13:11:24.940Z++ uname -s
42026-08-31T13:11:24.943Z+ kern=SunOS
52026-08-31T13:11:24.943Z+ build_user=build
62026-08-31T13:11:24.943Z+ build_uid=12345
72026-08-31T13:11:24.943Z+ work_dir=/work
82026-08-31T13:11:24.943Z+ input_dir=/input
92026-08-31T13:11:24.943Z+ [[ 0 == 12345 ]]
102026-08-31T13:11:24.943Z+ case "$kern" in
112026-08-31T13:11:24.943Z+ groupadd -g 12345 build
122026-08-31T13:11:24.946Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T13:11:26.951Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T13:11:27.034Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T13:11:27.037Z+ home_fs=zfs
162026-08-31T13:11:27.037Z+ [[ zfs == autofs ]]
172026-08-31T13:11:27.037Z+ mkdir -p /home/build
182026-08-31T13:11:27.040Z+ chown build:build /home/build /work
192026-08-31T13:11:29.039Z+ chmod 0700 /home/build /work
202026-08-31T13:11:29.043Zprocess exited: duration 4109 ms, exit code 0
 
212026-08-31T13:11:29.048Zstarting task 1: "rust-toolchain"
222026-08-31T13:11:29.054Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T13:11:29.054Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T13:11:29.054Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-31T13:11:29.054Z * rust toolchain channel = "1.97.1"
262026-08-31T13:11:29.054Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T13:11:29.054Z * rust toolchain profile = "default"
282026-08-31T13:11:29.057Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T13:11:29.057Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T13:11:29.171Zinfo: downloading installer
312026-08-31T13:11:30.776Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T13:11:30.776Zwarn: /home/build/.rustup/settings.toml
332026-08-31T13:11:30.776Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T13:11:30.776Zwarn: instead of the one inferred from the default host triple.
352026-08-31T13:11:30.809Zinfo: profile set to default
362026-08-31T13:11:30.809Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T13:11:30.809Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T13:11:30.923Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T13:11:30.925Zinfo: downloading 6 components
402026-08-31T13:11:44.402Z
412026-08-31T13:11:44.402Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-31T13:11:44.462Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T13:11:44.462Z
442026-08-31T13:11:44.462Z
452026-08-31T13:11:44.462ZRust is installed now. Great!
462026-08-31T13:11:44.462Z
472026-08-31T13:11:44.462ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T13:11:44.462Zenvironment variable. This has not been done automatically.
492026-08-31T13:11:44.462Z
502026-08-31T13:11:44.462ZTo configure your current shell, you need to source
512026-08-31T13:11:44.462Zthe corresponding env file under $HOME/.cargo.
522026-08-31T13:11:44.462Z
532026-08-31T13:11:44.462ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T13:11:44.462Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T13:11:44.462Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T13:11:44.462Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T13:11:44.462Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T13:11:44.462Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T13:11:44.462Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T13:11:44.466Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T13:11:44.466Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T13:11:44.571Z+ rustup --version
632026-08-31T13:11:44.577Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T13:11:44.579Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T13:11:44.598Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T13:11:44.601Z+ cargo --version
672026-08-31T13:11:44.610Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T13:11:44.614Z+ rustc --version
692026-08-31T13:11:44.635Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T13:11:44.638Zprocess exited: duration 15589 ms, exit code 0
 
712026-08-31T13:11:44.644Zstarting task 2: "authentication"
722026-08-31T13:11:44.662Zprocess exited: duration 18 ms, exit code 0
 
732026-08-31T13:11:44.668Zstarting task 3: "clone repository"
742026-08-31T13:11:44.672Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T13:11:44.675Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T13:11:44.709ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T13:12:04.353Z+ cd /work/oxidecomputer/omicron
782026-08-31T13:12:04.353Z+ git fetch origin 3ee2b62177c5755aef512a9883f4c8fa5edd1794
792026-08-31T13:12:04.814ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T13:12:04.814Z * branch 3ee2b62177c5755aef512a9883f4c8fa5edd1794 -> FETCH_HEAD
812026-08-31T13:12:04.830Z+ [[ -n john/bump-min-schema-version ]]
822026-08-31T13:12:04.833Z++ git branch --show-current
832026-08-31T13:12:04.836Z+ current=main
842026-08-31T13:12:04.836Z+ [[ main != john/bump-min-schema-version ]]
852026-08-31T13:12:04.836Z+ git branch -f john/bump-min-schema-version 3ee2b62177c5755aef512a9883f4c8fa5edd1794
862026-08-31T13:12:04.839Z+ git checkout -f john/bump-min-schema-version
872026-08-31T13:12:05.112ZSwitched to branch 'john/bump-min-schema-version'
882026-08-31T13:12:05.114Z+ git reset --hard 3ee2b62177c5755aef512a9883f4c8fa5edd1794
892026-08-31T13:12:05.129ZHEAD is now at 3ee2b6217 Merge branch 'main' into john/bump-min-schema-version
902026-08-31T13:12:05.132Zprocess exited: duration 20462 ms, exit code 0
 
912026-08-31T13:12:05.138Zstarting task 4: "build"
922026-08-31T13:12:05.143Z+ source .github/buildomat/ci-env.sh
932026-08-31T13:12:05.146Z++ export CARGO_TERM_COLOR=always
942026-08-31T13:12:05.147Z++ CARGO_TERM_COLOR=always
952026-08-31T13:12:05.147Z+++ uname -s
962026-08-31T13:12:05.147Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-31T13:12:05.147Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-31T13:12:05.150Z+ cargo --version
992026-08-31T13:12:05.157Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-31T13:12:05.161Z+ rustc --version
1012026-08-31T13:12:05.182Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T13:12:05.185Z+ WORK=/work
1032026-08-31T13:12:05.185Z+ pfexec mkdir -p /work
1042026-08-31T13:12:05.188Z+ pfexec chown build /work
1052026-08-31T13:12:05.190Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-31T13:12:07.328Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-31T13:12:07.738Z Startup: Caching catalogs ... Done
1082026-08-31T13:12:10.108ZPlanning: Solver setup ... Done (2.244s)
1092026-08-31T13:12:10.172ZPlanning: Running solver ... Done (0.064s)
1102026-08-31T13:12:10.227ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-31T13:12:10.238ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-31T13:12:10.257ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-31T13:12:10.271ZPlanning: Package planning ... Done (0.014s)
1142026-08-31T13:12:10.274ZPlanning: Merging actions ... Done (0.002s)
1152026-08-31T13:12:10.497ZPlanning: Checking for conflicting actions ... Done (0.224s)
1162026-08-31T13:12:10.501ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-31T13:12:11.335ZPlanning: Evaluating mediators ... Done (0.837s)
1182026-08-31T13:12:11.339ZPlanning: Planning completed in 3.56 seconds
1192026-08-31T13:12:11.345Z Packages to install: 2
1202026-08-31T13:12:11.345Z Estimated space available: 156.01 GB
1212026-08-31T13:12:11.345ZEstimated space to be consumed: 83.65 MB
1222026-08-31T13:12:11.345Z Create boot environment: No
1232026-08-31T13:12:11.345ZCreate backup boot environment: No
1242026-08-31T13:12:11.348Z Rebuild boot archive: No
1252026-08-31T13:12:11.348Z
1262026-08-31T13:12:11.348ZChanged packages:
1272026-08-31T13:12:11.348Zhelios
1282026-08-31T13:12:11.348Z developer/build-essential
1292026-08-31T13:12:11.348Z None -> 11-3.0
1302026-08-31T13:12:11.349Z library/libxmlsec1
1312026-08-31T13:12:11.349Z None -> 1.2.35-3.0
1322026-08-31T13:12:11.371Z
1332026-08-31T13:12:11.371ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-31T13:12:11.439ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-08-31T13:12:11.552Z Actions: 1/268 actions (Installing new actions)
1362026-08-31T13:12:11.592Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-31T13:12:11.631ZFinalize: Updating package state database ... Done (0.038s)
1382026-08-31T13:12:11.631ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-31T13:12:11.724ZFinalize: Updating image state ... Done (0.093s)
1402026-08-31T13:12:14.387ZFinalize: Creating fast lookup database ... Done (2.609s)
1412026-08-31T13:12:14.455ZFinalize: Reading search index ... Done (0.012s)
1422026-08-31T13:12:14.457ZFinalize: Updating search index ... Done (0.000s)
1432026-08-31T13:12:14.574ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-31T13:12:14.945ZPlanning: Evaluating mediator changes ... Done
1452026-08-31T13:12:15.051ZPlanning: Checking for conflicting actions ... Done
1462026-08-31T13:12:15.054ZPlanning: Consolidating action changes ... Done
1472026-08-31T13:12:15.210ZPlanning: Evaluating mediators ... Done
1482026-08-31T13:12:15.213ZPlanning: Planning completed in 0.26 seconds
1492026-08-31T13:12:15.232Z Mediators to change: 2
1502026-08-31T13:12:15.232Z Create boot environment: No
1512026-08-31T13:12:15.235ZCreate backup boot environment: No
1522026-08-31T13:12:15.284ZFinalize: Updating package state database ... Done
1532026-08-31T13:12:15.285ZFinalize: Updating package cache ... Done
1542026-08-31T13:12:15.345ZFinalize: Updating image state ... Done
1552026-08-31T13:12:17.317ZFinalize: Creating fast lookup database ... Done
1562026-08-31T13:12:17.379ZFinalize: Reading search index ... Done
1572026-08-31T13:12:17.382ZFinalize: Updating search index ... Done
1582026-08-31T13:12:17.463ZFinalize: Updating package cache ... Done
1592026-08-31T13:12:17.752ZPlanning: Evaluating mediator changes ... Done
1602026-08-31T13:12:17.859ZPlanning: Checking for conflicting actions ... Done
1612026-08-31T13:12:17.862ZPlanning: Consolidating action changes ... Done
1622026-08-31T13:12:18.019ZPlanning: Evaluating mediators ... Done
1632026-08-31T13:12:18.022ZPlanning: Planning completed in 0.27 seconds
1642026-08-31T13:12:18.042Z Mediators to change: 1
1652026-08-31T13:12:18.042Z Create boot environment: No
1662026-08-31T13:12:18.042ZCreate backup boot environment: No
1672026-08-31T13:12:18.093ZFinalize: Updating package state database ... Done
1682026-08-31T13:12:18.093ZFinalize: Updating package cache ... Done
1692026-08-31T13:12:18.154ZFinalize: Updating image state ... Done
1702026-08-31T13:12:20.113ZFinalize: Creating fast lookup database ... Done
1712026-08-31T13:12:20.176ZFinalize: Reading search index ... Done
1722026-08-31T13:12:20.179ZFinalize: Updating search index ... Done
1732026-08-31T13:12:20.242ZFinalize: Updating package cache ... Done
1742026-08-31T13:12:20.552ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-31T13:12:20.552Zapache system 2.4 system
1762026-08-31T13:12:20.552Zclang system 15 system
1772026-08-31T13:12:20.552Zcsh system system illumos
1782026-08-31T13:12:20.552Zctags system system illumos
1792026-08-31T13:12:20.552Zfile vendor vendor darwinsys
1802026-08-31T13:12:20.552Zfile system system illumos
1812026-08-31T13:12:20.552Zgcc vendor 14 vendor
1822026-08-31T13:12:20.552Zgcc system 13 system
1832026-08-31T13:12:20.552Zgcc system 10 system
1842026-08-31T13:12:20.552Zgo system 1.25 system
1852026-08-31T13:12:20.552Zllvm system 15 system
1862026-08-31T13:12:20.552Zmariadb system 11.4 system
1872026-08-31T13:12:20.552Zmta vendor vendor dma
1882026-08-31T13:12:20.552Zopenjdk system 17 system
1892026-08-31T13:12:20.552Zopenjdk system 11 system
1902026-08-31T13:12:20.552Zopenssl vendor 3 vendor
1912026-08-31T13:12:20.553Zperl system 5.40 system
1922026-08-31T13:12:20.553Zpostgresql system 18 system
1932026-08-31T13:12:20.553Zpostgresql system 17 system
1942026-08-31T13:12:20.553Zpython vendor 3 vendor
1952026-08-31T13:12:20.553Zpython system 2 system
1962026-08-31T13:12:20.553Zpython3 vendor 3.13 vendor
1972026-08-31T13:12:20.553Zruby system 3.4 system
1982026-08-31T13:12:20.553Zruby system 3.0 system
1992026-08-31T13:12:20.553Zwords vendor vendor american-english
2002026-08-31T13:12:20.553Zwords system system australian-english
2012026-08-31T13:12:20.553Zwords system system british-english
2022026-08-31T13:12:20.553Zwords system system canadian-english
2032026-08-31T13:12:20.553Zwords system system french
2042026-08-31T13:12:20.553Zwords system system italian
2052026-08-31T13:12:20.553Zwords system system ngerman
2062026-08-31T13:12:20.553Zwords system system ogerman
2072026-08-31T13:12:20.553Zwords system system spanish
2082026-08-31T13:12:20.804ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-31T13:12:20.804Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-31T13:12:21.318ZFMRI IFO
2112026-08-31T13:12:21.319Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-31T13:12:21.319Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-31T13:12:21.319Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-31T13:12:21.319Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-31T13:12:21.319Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-31T13:12:21.319Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-31T13:12:21.319Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-31T13:12:21.319Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-31T13:12:21.319Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-31T13:12:21.673Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-31T13:12:22.108Z Updating crates.io index
2222026-08-31T13:12:22.111Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-31T13:12:22.394Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-31T13:12:22.845Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-31T13:12:23.195Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-31T13:12:24.366Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-31T13:12:24.908Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-31T13:12:27.196Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-31T13:12:28.090Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-31T13:12:28.365Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-31T13:12:28.724Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-31T13:12:29.976Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-31T13:12:30.671Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-31T13:12:31.098Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-31T13:12:31.401Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-31T13:12:31.688Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-31T13:12:31.965Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-31T13:12:32.284Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-31T13:12:32.563Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-31T13:12:32.915Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-31T13:12:33.304Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-31T13:12:33.904Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-31T13:12:34.272Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-31T13:12:34.932Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-31T13:12:35.466Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-31T13:12:35.756Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-31T13:12:36.224Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-31T13:12:36.530Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-31T13:12:36.977Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-31T13:12:37.356Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-31T13:12:37.646Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-31T13:12:38.003Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-31T13:12:38.441Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-31T13:12:39.036Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-31T13:12:39.332Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-31T13:12:39.644Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-31T13:12:39.990Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-31T13:12:40.628Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-31T13:12:40.937Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-31T13:12:41.240Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-31T13:12:41.755Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-31T13:12:42.052Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2632026-08-31T13:12:42.499Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-31T13:12:44.927Z Downloading crates ...
2652026-08-31T13:12:44.971Z Downloaded anstyle v1.0.14
2662026-08-31T13:12:44.978Z Downloaded anstream v1.0.0
2672026-08-31T13:12:44.981Z Downloaded equivalent v1.0.2
2682026-08-31T13:12:44.984Z Downloaded pest_generator v2.8.6
2692026-08-31T13:12:44.987Z Downloaded once_cell v1.21.3
2702026-08-31T13:12:44.989Z Downloaded papergrid v0.11.0
2712026-08-31T13:12:44.992Z Downloaded cfg-if v1.0.4
2722026-08-31T13:12:44.996Z Downloaded memmap v0.7.0
2732026-08-31T13:12:44.999Z Downloaded anstyle-query v1.1.5
2742026-08-31T13:12:44.999Z Downloaded block-buffer v0.10.4
2752026-08-31T13:12:44.999Z Downloaded crypto-common v0.1.7
2762026-08-31T13:12:45.004Z Downloaded fastrand v2.3.0
2772026-08-31T13:12:45.009Z Downloaded zerocopy v0.7.35
2782026-08-31T13:12:45.018Z Downloaded cpufeatures v0.2.17
2792026-08-31T13:12:45.021Z Downloaded is_terminal_polyfill v1.70.2
2802026-08-31T13:12:45.021Z Downloaded autocfg v1.5.0
2812026-08-31T13:12:45.021Z Downloaded cargo_metadata v0.23.1
2822026-08-31T13:12:45.021Z Downloaded clap_lex v1.0.0
2832026-08-31T13:12:45.024Z Downloaded anstyle-parse v1.0.0
2842026-08-31T13:12:45.024Z Downloaded cargo_toml v0.21.0
2852026-08-31T13:12:45.024Z Downloaded heck v0.5.0
2862026-08-31T13:12:45.024Z Downloaded cargo-platform v0.3.2
2872026-08-31T13:12:45.027Z Downloaded fnv v1.0.7
2882026-08-31T13:12:45.028Z Downloaded generic-array v0.14.7
2892026-08-31T13:12:45.028Z Downloaded swrite v0.1.0
2902026-08-31T13:12:45.028Z Downloaded colorchoice v1.0.4
2912026-08-31T13:12:45.031Z Downloaded macaddr v1.0.1
2922026-08-31T13:12:45.031Z Downloaded errno v0.3.14
2932026-08-31T13:12:45.038Z Downloaded dtrace-parser v0.2.0
2942026-08-31T13:12:45.041Z Downloaded dof v0.3.0
2952026-08-31T13:12:45.041Z Downloaded heck v0.4.1
2962026-08-31T13:12:45.044Z Downloaded itoa v1.0.17
2972026-08-31T13:12:45.047Z Downloaded pretty-hex v0.4.1
2982026-08-31T13:12:45.054Z Downloaded clap v4.6.1
2992026-08-31T13:12:45.058Z Downloaded getrandom v0.4.3
3002026-08-31T13:12:45.061Z Downloaded version_check v0.9.5
3012026-08-31T13:12:45.061Z Downloaded usdt v0.5.0
3022026-08-31T13:12:45.064Z Downloaded thread-id v4.2.2
3032026-08-31T13:12:45.064Z Downloaded toml_write v0.1.2
3042026-08-31T13:12:45.064Z Downloaded tabled_derive v0.7.0
3052026-08-31T13:12:45.070Z Downloaded usdt-macro v0.5.0
3062026-08-31T13:12:45.074Z Downloaded plain v0.2.3
3072026-08-31T13:12:45.078Z Downloaded terminal_size v0.4.3
3082026-08-31T13:12:45.085Z Downloaded proc-macro-error-attr v1.0.4
3092026-08-31T13:12:45.088Z Downloaded serde_spanned v0.6.9
3102026-08-31T13:12:45.088Z Downloaded strsim v0.11.1
3112026-08-31T13:12:45.091Z Downloaded scroll_derive v0.12.1
3122026-08-31T13:12:45.094Z Downloaded toml_datetime v0.6.11
3132026-08-31T13:12:45.098Z Downloaded smawk v0.3.2
3142026-08-31T13:12:45.101Z Downloaded anyhow v1.0.104
3152026-08-31T13:12:45.103Z Downloaded unicode-linebreak v0.1.5
3162026-08-31T13:12:45.106Z Downloaded fs-err v3.3.0
3172026-08-31T13:12:45.109Z Downloaded byteorder v1.5.0
3182026-08-31T13:12:45.109Z Downloaded scroll v0.12.0
3192026-08-31T13:12:45.109Z Downloaded digest v0.10.7
3202026-08-31T13:12:45.112Z Downloaded utf8parse v0.2.2
3212026-08-31T13:12:45.115Z Downloaded serde_tokenstream v0.2.3
3222026-08-31T13:12:45.121Z Downloaded thiserror-impl v1.0.69
3232026-08-31T13:12:45.124Z Downloaded camino-tempfile v1.4.1
3242026-08-31T13:12:45.127Z Downloaded sha2 v0.10.9
3252026-08-31T13:12:45.127Z Downloaded proc-macro-error v1.0.4
3262026-08-31T13:12:45.130Z Downloaded thiserror-impl v2.0.18
3272026-08-31T13:12:45.134Z Downloaded usdt-attr-macro v0.5.0
3282026-08-31T13:12:45.136Z Downloaded thiserror v1.0.69
3292026-08-31T13:12:45.140Z Downloaded usdt-impl v0.5.0
3302026-08-31T13:12:45.143Z Downloaded quote v1.0.45
3312026-08-31T13:12:45.146Z Downloaded zmij v1.0.21
3322026-08-31T13:12:45.148Z Downloaded pest_derive v2.8.6
3332026-08-31T13:12:45.151Z Downloaded bytecount v0.6.9
3342026-08-31T13:12:45.151Z Downloaded thiserror v2.0.18
3352026-08-31T13:12:45.156Z Downloaded semver v1.0.28
3362026-08-31T13:12:45.159Z Downloaded camino v1.2.5
3372026-08-31T13:12:45.165Z Downloaded clap_derive v4.6.1
3382026-08-31T13:12:45.172Z Downloaded toml v0.8.23
3392026-08-31T13:12:45.179Z Downloaded tempfile v3.27.0
3402026-08-31T13:12:45.189Z Downloaded bitflags v2.11.0
3412026-08-31T13:12:45.192Z Downloaded log v0.4.33
3422026-08-31T13:12:45.194Z Downloaded proc-macro2 v1.0.106
3432026-08-31T13:12:45.203Z Downloaded textwrap v0.16.2
3442026-08-31T13:12:45.206Z Downloaded serde_derive v1.0.228
3452026-08-31T13:12:45.209Z Downloaded unicode-ident v1.0.24
3462026-08-31T13:12:45.211Z Downloaded zerocopy-derive v0.7.35
3472026-08-31T13:12:45.214Z Downloaded ucd-trie v0.1.7
3482026-08-31T13:12:45.217Z Downloaded serde_core v1.0.228
3492026-08-31T13:12:45.220Z Downloaded pest_meta v2.8.6
3502026-08-31T13:12:45.228Z Downloaded toml_edit v0.22.27
3512026-08-31T13:12:45.252Z Downloaded serde v1.0.228
3522026-08-31T13:12:45.274Z Downloaded memchr v2.8.0
3532026-08-31T13:12:45.277Z Downloaded indexmap v2.14.0
3542026-08-31T13:12:45.281Z Downloaded pest v2.8.6
3552026-08-31T13:12:45.284Z Downloaded typenum v1.20.1
3562026-08-31T13:12:45.295Z Downloaded hashbrown v0.17.0
3572026-08-31T13:12:45.307Z Downloaded serde_json v1.0.151
3582026-08-31T13:12:45.337Z Downloaded clap_builder v4.6.0
3592026-08-31T13:12:45.341Z Downloaded goblin v0.8.2
3602026-08-31T13:12:45.344Z Downloaded winnow v0.7.14
3612026-08-31T13:12:45.358Z Downloaded tabled v0.15.0
3622026-08-31T13:12:45.367Z Downloaded syn v1.0.109
3632026-08-31T13:12:45.379Z Downloaded unicode-width v0.1.14
3642026-08-31T13:12:45.382Z Downloaded unicode-width v0.2.0
3652026-08-31T13:12:45.386Z Downloaded syn v2.0.117
3662026-08-31T13:12:45.401Z Downloaded rustix v1.1.4
3672026-08-31T13:12:45.437Z Downloaded libc v0.2.185
3682026-08-31T13:12:45.502Z Compiling proc-macro2 v1.0.106
3692026-08-31T13:12:45.505Z Compiling unicode-ident v1.0.24
3702026-08-31T13:12:45.505Z Compiling quote v1.0.45
3712026-08-31T13:12:45.505Z Compiling serde_core v1.0.228
3722026-08-31T13:12:45.505Z Compiling libc v0.2.185
3732026-08-31T13:12:45.505Z Compiling version_check v0.9.5
3742026-08-31T13:12:45.505Z Compiling memchr v2.8.0
3752026-08-31T13:12:45.505Z Compiling serde v1.0.228
3762026-08-31T13:12:45.505Z Compiling zmij v1.0.21
3772026-08-31T13:12:45.505Z Compiling thiserror v1.0.69
3782026-08-31T13:12:45.505Z Compiling ucd-trie v0.1.7
3792026-08-31T13:12:45.677Z Compiling itoa v1.0.17
3802026-08-31T13:12:45.710Z Compiling byteorder v1.5.0
3812026-08-31T13:12:45.713Z Compiling rustix v1.1.4
3822026-08-31T13:12:45.883Z Compiling bitflags v2.11.0
3832026-08-31T13:12:46.134Z Compiling serde_json v1.0.151
3842026-08-31T13:12:46.173Z Compiling pest v2.8.6
3852026-08-31T13:12:46.213Z Compiling syn v1.0.109
3862026-08-31T13:12:46.285Z Compiling camino v1.2.5
3872026-08-31T13:12:46.323Z Compiling equivalent v1.0.2
3882026-08-31T13:12:46.355Z Compiling hashbrown v0.17.0
3892026-08-31T13:12:46.374Z Compiling usdt-impl v0.5.0
3902026-08-31T13:12:46.410Z Compiling proc-macro-error-attr v1.0.4
3912026-08-31T13:12:46.534Z Compiling proc-macro-error v1.0.4
3922026-08-31T13:12:46.552Z Compiling log v0.4.33
3932026-08-31T13:12:46.556Z Compiling getrandom v0.4.3
3942026-08-31T13:12:46.672Z Compiling utf8parse v0.2.2
3952026-08-31T13:12:46.704Z Compiling plain v0.2.3
3962026-08-31T13:12:46.784Z Compiling anstyle-parse v1.0.0
3972026-08-31T13:12:46.824Z Compiling errno v0.3.14
3982026-08-31T13:12:46.827Z Compiling thread-id v4.2.2
3992026-08-31T13:12:46.827Z Compiling pretty-hex v0.4.1
4002026-08-31T13:12:46.879Z Compiling toml_write v0.1.2
4012026-08-31T13:12:46.882Z Compiling thiserror v2.0.18
4022026-08-31T13:12:46.927Z Compiling cfg-if v1.0.4
4032026-08-31T13:12:46.970Z Compiling indexmap v2.14.0
4042026-08-31T13:12:46.989Z Compiling colorchoice v1.0.4
4052026-08-31T13:12:47.008Z Compiling is_terminal_polyfill v1.70.2
4062026-08-31T13:12:47.012Z Compiling autocfg v1.5.0
4072026-08-31T13:12:47.050Z Compiling anstyle-query v1.1.5
4082026-08-31T13:12:47.085Z Compiling winnow v0.7.14
4092026-08-31T13:12:47.101Z Compiling anstyle v1.0.14
4102026-08-31T13:12:47.138Z Compiling once_cell v1.21.3
4112026-08-31T13:12:47.188Z Compiling clap_lex v1.0.0
4122026-08-31T13:12:47.215Z Compiling syn v2.0.117
4132026-08-31T13:12:47.261Z Compiling pest_meta v2.8.6
4142026-08-31T13:12:47.305Z Compiling anstream v1.0.0
4152026-08-31T13:12:47.369Z Compiling fastrand v2.3.0
4162026-08-31T13:12:47.410Z Compiling heck v0.4.1
4172026-08-31T13:12:47.439Z Compiling fnv v1.0.7
4182026-08-31T13:12:47.489Z Compiling heck v0.5.0
4192026-08-31T13:12:47.512Z Compiling fs-err v3.3.0
4202026-08-31T13:12:47.558Z Compiling unicode-width v0.1.14
4212026-08-31T13:12:47.576Z Compiling strsim v0.11.1
4222026-08-31T13:12:47.607Z Compiling bytecount v0.6.9
4232026-08-31T13:12:47.636Z Compiling anyhow v1.0.104
4242026-08-31T13:12:47.655Z Compiling memmap v0.7.0
4252026-08-31T13:12:47.674Z Compiling unicode-linebreak v0.1.5
4262026-08-31T13:12:47.748Z Compiling smawk v0.3.2
4272026-08-31T13:12:47.765Z Compiling unicode-width v0.2.0
4282026-08-31T13:12:47.793Z Compiling swrite v0.1.0
4292026-08-31T13:12:47.854Z Compiling terminal_size v0.4.3
4302026-08-31T13:12:47.872Z Compiling tempfile v3.27.0
4312026-08-31T13:12:47.876Z Compiling papergrid v0.11.0
4322026-08-31T13:12:47.959Z Compiling clap_builder v4.6.0
4332026-08-31T13:12:48.008Z Compiling textwrap v0.16.2
4342026-08-31T13:12:48.265Z Compiling semver v1.0.28
4352026-08-31T13:12:48.265Z Compiling cargo-platform v0.3.2
4362026-08-31T13:12:48.559Z Compiling camino-tempfile v1.4.1
4372026-08-31T13:12:48.735Z Compiling tabled_derive v0.7.0
4382026-08-31T13:12:49.393Z Compiling pest_generator v2.8.6
4392026-08-31T13:12:49.410Z Compiling tabled v0.15.0
4402026-08-31T13:12:49.890Z Compiling serde_derive v1.0.228
4412026-08-31T13:12:49.890Z Compiling thiserror-impl v1.0.69
4422026-08-31T13:12:49.893Z Compiling zerocopy-derive v0.7.35
4432026-08-31T13:12:49.893Z Compiling scroll_derive v0.12.1
4442026-08-31T13:12:49.893Z Compiling thiserror-impl v2.0.18
4452026-08-31T13:12:49.894Z Compiling clap_derive v4.6.1
4462026-08-31T13:12:49.989Z Compiling pest_derive v2.8.6
4472026-08-31T13:12:50.576Z Compiling scroll v0.12.0
4482026-08-31T13:12:50.643Z Compiling zerocopy v0.7.35
4492026-08-31T13:12:50.798Z Compiling goblin v0.8.2
4502026-08-31T13:12:51.017Z Compiling dtrace-parser v0.2.0
4512026-08-31T13:12:51.232Z Compiling clap v4.6.1
4522026-08-31T13:12:52.287Z Compiling serde_spanned v0.6.9
4532026-08-31T13:12:52.287Z Compiling toml_datetime v0.6.11
4542026-08-31T13:12:52.290Z Compiling cargo_metadata v0.23.1
4552026-08-31T13:12:52.290Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-31T13:12:52.290Z Compiling macaddr v1.0.1
4572026-08-31T13:12:52.322Z Compiling dof v0.3.0
4582026-08-31T13:12:52.326Z Compiling serde_tokenstream v0.2.3
4592026-08-31T13:12:52.455Z Compiling toml_edit v0.22.27
4602026-08-31T13:12:53.101Z Compiling usdt-macro v0.5.0
4612026-08-31T13:12:53.101Z Compiling usdt-attr-macro v0.5.0
4622026-08-31T13:12:53.734Z Compiling usdt v0.5.0
4632026-08-31T13:12:53.751Z Compiling toml v0.8.23
4642026-08-31T13:12:54.076Z Compiling cargo_toml v0.21.0
4652026-08-31T13:12:55.364Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-31T13:12:57.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.96s
4672026-08-31T13:12:57.665Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-31T13:12:58.186Z Downloading crates ...
4692026-08-31T13:12:58.234Z Downloaded allocator-api2 v0.2.21
4702026-08-31T13:12:58.237Z Downloaded addr2line v0.25.1
4712026-08-31T13:12:58.237Z Downloaded adler2 v2.0.1
4722026-08-31T13:12:58.240Z Downloaded async-recursion v1.1.1
4732026-08-31T13:12:58.243Z Downloaded async-bb8-diesel v0.2.1
4742026-08-31T13:12:58.243Z Downloaded atty v0.2.14
4752026-08-31T13:12:58.252Z Downloaded flagset v0.4.7
4762026-08-31T13:12:58.255Z Downloaded foreign-types-shared v0.3.1
4772026-08-31T13:12:58.258Z Downloaded bindgen v0.71.1
4782026-08-31T13:12:58.260Z Downloaded bit-set v0.5.3
4792026-08-31T13:12:58.260Z Downloaded foreign-types-macros v0.2.3
4802026-08-31T13:12:58.260Z Downloaded fallible-iterator v0.2.0
4812026-08-31T13:12:58.260Z Downloaded float-ord v0.3.2
4822026-08-31T13:12:58.263Z Downloaded http-range v0.1.5
4832026-08-31T13:12:58.263Z Downloaded backoff v0.4.0
4842026-08-31T13:12:58.263Z Downloaded base64ct v1.8.3
4852026-08-31T13:12:58.266Z Downloaded argon2 v0.5.3
4862026-08-31T13:12:58.266Z Downloaded env_logger v0.11.11
4872026-08-31T13:12:58.269Z Downloaded elliptic-curve v0.14.1
4882026-08-31T13:12:58.269Z Downloaded async-trait v0.1.89
4892026-08-31T13:12:58.272Z Downloaded env_filter v2.0.0
4902026-08-31T13:12:58.272Z Downloaded arrayvec v0.7.6
4912026-08-31T13:12:58.272Z Downloaded bcrypt-pbkdf v0.11.0
4922026-08-31T13:12:58.275Z Downloaded backon v1.6.0
4932026-08-31T13:12:58.275Z Downloaded futures-core v0.3.32
4942026-08-31T13:12:58.275Z Downloaded globset v0.4.18
4952026-08-31T13:12:58.278Z Downloaded group v0.13.0
4962026-08-31T13:12:58.278Z Downloaded half v1.8.3
4972026-08-31T13:12:58.278Z Downloaded aes v0.9.1
4982026-08-31T13:12:58.281Z Downloaded form_urlencoded v1.2.2
4992026-08-31T13:12:58.281Z Downloaded base16ct v0.2.0
5002026-08-31T13:12:58.281Z Downloaded embedded-io v0.6.1
5012026-08-31T13:12:58.281Z Downloaded endian-type v0.1.2
5022026-08-31T13:12:58.284Z Downloaded foreign-types v0.3.2
5032026-08-31T13:12:58.284Z Downloaded bitfield-struct v0.6.2
5042026-08-31T13:12:58.284Z Downloaded aead v0.5.2
5052026-08-31T13:12:58.284Z Downloaded arrayref v0.3.9
5062026-08-31T13:12:58.284Z Downloaded atomicwrites v0.4.4
5072026-08-31T13:12:58.287Z Downloaded enum-as-inner v0.6.1
5082026-08-31T13:12:58.287Z Downloaded futures-sink v0.3.32
5092026-08-31T13:12:58.287Z Downloaded embedded-io v0.4.0
5102026-08-31T13:12:58.287Z Downloaded futures-macro v0.3.32
5112026-08-31T13:12:58.290Z Downloaded futures-io v0.3.32
5122026-08-31T13:12:58.290Z Downloaded ascii-canvas v3.0.0
5132026-08-31T13:12:58.293Z Downloaded fd-lock v4.0.4
5142026-08-31T13:12:58.296Z Downloaded fixedbitset v0.4.2
5152026-08-31T13:12:58.296Z Downloaded futures-task v0.3.32
5162026-08-31T13:12:58.296Z Downloaded arc-swap v1.8.2
5172026-08-31T13:12:58.299Z Downloaded assert_matches v1.5.0
5182026-08-31T13:12:58.299Z Downloaded backtrace-ext v0.2.1
5192026-08-31T13:12:58.301Z Downloaded bit-set v0.8.0
5202026-08-31T13:12:58.301Z Downloaded oxide-generation-macros v0.2.0
5212026-08-31T13:12:58.301Z Downloaded base16ct v1.0.0
5222026-08-31T13:12:58.301Z Downloaded fixedbitset v0.5.7
5232026-08-31T13:12:58.304Z Downloaded fs-err v2.11.0
5242026-08-31T13:12:58.304Z Downloaded async-stream v0.3.6
5252026-08-31T13:12:58.307Z Downloaded foldhash v0.2.0
5262026-08-31T13:12:58.310Z Downloaded compression-core v0.4.31
5272026-08-31T13:12:58.310Z Downloaded futures-executor v0.3.32
5282026-08-31T13:12:58.310Z Downloaded array-init v0.0.4
5292026-08-31T13:12:58.310Z Downloaded async-stream-impl v0.3.6
5302026-08-31T13:12:58.313Z Downloaded ciborium-io v0.2.2
5312026-08-31T13:12:58.313Z Downloaded bitfield-macros v0.19.4
5322026-08-31T13:12:58.313Z Downloaded foreign-types v0.5.0
5332026-08-31T13:12:58.313Z Downloaded foreign-types-shared v0.1.1
5342026-08-31T13:12:58.316Z Downloaded fxhash v0.2.1
5352026-08-31T13:12:58.316Z Downloaded ghash v0.6.0
5362026-08-31T13:12:58.319Z Downloaded git-stub v1.0.0
5372026-08-31T13:12:58.319Z Downloaded hubpack v0.1.2
5382026-08-31T13:12:58.319Z Downloaded cfg_aliases v0.2.1
5392026-08-31T13:12:58.323Z Downloaded headers-core v0.3.0
5402026-08-31T13:12:58.326Z Downloaded httpdate v1.0.3
5412026-08-31T13:12:58.326Z Downloaded bitflags v1.3.2
5422026-08-31T13:12:58.326Z Downloaded bitfield v0.19.4
5432026-08-31T13:12:58.329Z Downloaded gethostname v0.5.0
5442026-08-31T13:12:58.329Z Downloaded globwalk v0.9.1
5452026-08-31T13:12:58.329Z Downloaded hostname v0.4.2
5462026-08-31T13:12:58.332Z Downloaded hash32 v0.2.1
5472026-08-31T13:12:58.332Z Downloaded castaway v0.2.4
5482026-08-31T13:12:58.335Z Downloaded cfg_aliases v0.1.1
5492026-08-31T13:12:58.335Z Downloaded block-buffer v0.12.1
5502026-08-31T13:12:58.335Z Downloaded hash32 v0.3.1
5512026-08-31T13:12:58.335Z Downloaded home v0.5.12
5522026-08-31T13:12:58.335Z Downloaded hubpack_derive v0.1.1
5532026-08-31T13:12:58.338Z Downloaded num_threads v0.1.7
5542026-08-31T13:12:58.338Z Downloaded hex v0.4.3
5552026-08-31T13:12:58.338Z Downloaded hex-literal v1.1.0
5562026-08-31T13:12:58.338Z Downloaded hostname v0.3.1
5572026-08-31T13:12:58.338Z Downloaded cobs v0.3.0
5582026-08-31T13:12:58.341Z Downloaded http-body v1.0.1
5592026-08-31T13:12:58.344Z Downloaded find-msvc-tools v0.1.9
5602026-08-31T13:12:58.344Z Downloaded float-cmp v0.10.0
5612026-08-31T13:12:58.344Z Downloaded foldhash v0.1.5
5622026-08-31T13:12:58.346Z Downloaded fs_extra v1.3.0
5632026-08-31T13:12:58.346Z Downloaded group v0.14.0
5642026-08-31T13:12:58.346Z Downloaded block-padding v0.4.2
5652026-08-31T13:12:58.346Z Downloaded ciborium-ll v0.2.2
5662026-08-31T13:12:58.346Z Downloaded nibble_vec v0.1.0
5672026-08-31T13:12:58.349Z Downloaded newline-converter v0.3.0
5682026-08-31T13:12:58.352Z Downloaded num-derive v0.4.2
5692026-08-31T13:12:58.352Z Downloaded openssl-probe v0.2.1
5702026-08-31T13:12:58.352Z Downloaded newtype_derive v0.1.6
5712026-08-31T13:12:58.352Z Downloaded normalize-line-endings v0.3.0
5722026-08-31T13:12:58.355Z Downloaded opaque-debug v0.3.1
5732026-08-31T13:12:58.355Z Downloaded peg-runtime v0.8.5
5742026-08-31T13:12:58.358Z Downloaded phf_shared v0.13.1
5752026-08-31T13:12:58.358Z Downloaded erased-serde v0.3.31
5762026-08-31T13:12:58.361Z Downloaded ff v0.13.1
5772026-08-31T13:12:58.361Z Downloaded futures-channel v0.3.32
5782026-08-31T13:12:58.361Z Downloaded aead v0.6.1
5792026-08-31T13:12:58.361Z Downloaded anstyle-parse v0.2.7
5802026-08-31T13:12:58.364Z Downloaded bit-vec v0.8.0
5812026-08-31T13:12:58.364Z Downloaded const-oid v0.10.2
5822026-08-31T13:12:58.368Z Downloaded bb8 v0.8.6
5832026-08-31T13:12:58.368Z Downloaded cmake v0.1.57
5842026-08-31T13:12:58.368Z Downloaded bit-vec v0.6.3
5852026-08-31T13:12:58.371Z Downloaded buf-list v1.1.2
5862026-08-31T13:12:58.371Z Downloaded camino-tempfile-ext v0.3.3
5872026-08-31T13:12:58.371Z Downloaded proc-macro-crate v1.3.1
5882026-08-31T13:12:58.371Z Downloaded predicates-core v1.0.10
5892026-08-31T13:12:58.371Z Downloaded psl-types v2.0.11
5902026-08-31T13:12:58.375Z Downloaded bcs v0.1.6
5912026-08-31T13:12:58.375Z Downloaded cexpr v0.6.0
5922026-08-31T13:12:58.375Z Downloaded chacha20 v0.9.1
5932026-08-31T13:12:58.378Z Downloaded rand_xorshift v0.4.0
5942026-08-31T13:12:58.378Z Downloaded cmov v0.5.4
5952026-08-31T13:12:58.378Z Downloaded ena v0.14.4
5962026-08-31T13:12:58.378Z Downloaded ff v0.14.0
5972026-08-31T13:12:58.378Z Downloaded filetime v0.2.27
5982026-08-31T13:12:58.381Z Downloaded rustc-hash v2.1.1
5992026-08-31T13:12:58.381Z Downloaded atomic-waker v1.1.2
6002026-08-31T13:12:58.381Z Downloaded cipher v0.5.2
6012026-08-31T13:12:58.384Z Downloaded funty v2.0.0
6022026-08-31T13:12:58.384Z Downloaded radium v0.7.0
6032026-08-31T13:12:58.387Z Downloaded highway v1.3.0
6042026-08-31T13:12:58.387Z Downloaded git-stub-vcs v0.1.0
6052026-08-31T13:12:58.390Z Downloaded glob v0.3.3
6062026-08-31T13:12:58.390Z Downloaded shell-words v1.1.1
6072026-08-31T13:12:58.393Z Downloaded sha1 v0.11.0
6082026-08-31T13:12:58.395Z Downloaded cbc v0.2.1
6092026-08-31T13:12:58.395Z Downloaded cipher v0.4.4
6102026-08-31T13:12:58.398Z Downloaded compression-codecs v0.4.37
6112026-08-31T13:12:58.398Z Downloaded num_enum v0.5.11
6122026-08-31T13:12:58.402Z Downloaded blowfish v0.10.0
6132026-08-31T13:12:58.406Z Downloaded serde_urlencoded v0.7.1
6142026-08-31T13:12:58.408Z Downloaded sha1 v0.10.6
6152026-08-31T13:12:58.411Z Downloaded signature v2.2.0
6162026-08-31T13:12:58.411Z Downloaded enum_dispatch v0.3.13
6172026-08-31T13:12:58.414Z Downloaded generic-array v1.4.3
6182026-08-31T13:12:58.414Z Downloaded pbkdf2 v0.13.0
6192026-08-31T13:12:58.417Z Downloaded phc v0.6.1
6202026-08-31T13:12:58.417Z Downloaded fatfs v0.3.6
6212026-08-31T13:12:58.447Z Downloaded strsim v0.10.0
6222026-08-31T13:12:58.447Z Downloaded take_mut v0.2.2
6232026-08-31T13:12:58.447Z Downloaded console v0.16.2
6242026-08-31T13:12:58.447Z Downloaded slog-envlogger v2.2.0
6252026-08-31T13:12:58.447Z Downloaded sync_wrapper v1.0.2
6262026-08-31T13:12:58.447Z Downloaded cassowary v0.3.0
6272026-08-31T13:12:58.447Z Downloaded sqlparser_derive v0.5.0
6282026-08-31T13:12:58.447Z Downloaded anstream v0.6.21
6292026-08-31T13:12:58.447Z Downloaded supports-unicode v3.0.0
6302026-08-31T13:12:58.447Z Downloaded bs58 v0.5.1
6312026-08-31T13:12:58.447Z Downloaded hickory-resolver v0.24.4
6322026-08-31T13:12:58.447Z Downloaded parse-display-derive v0.10.0
6332026-08-31T13:12:58.447Z Downloaded testing_table v0.3.0
6342026-08-31T13:12:58.447Z Downloaded oxide-tokio-rt v0.1.4
6352026-08-31T13:12:58.447Z Downloaded pkg-config v0.3.32
6362026-08-31T13:12:58.448Z Downloaded postgres-protocol v0.6.10
6372026-08-31T13:12:58.448Z Downloaded progenitor-extras v0.2.0
6382026-08-31T13:12:58.448Z Downloaded ref-cast v1.0.25
6392026-08-31T13:12:58.448Z Downloaded argon2 v0.6.0-rc.8
6402026-08-31T13:12:58.448Z Downloaded ciborium v0.2.2
6412026-08-31T13:12:58.448Z Downloaded clang-sys v1.8.1
6422026-08-31T13:12:58.448Z Downloaded progenitor v0.13.0
6432026-08-31T13:12:58.448Z Downloaded thread-id v5.1.0
6442026-08-31T13:12:58.448Z Downloaded thiserror-impl-no-std v2.0.2
6452026-08-31T13:12:58.448Z Downloaded rfc6979 v0.4.0
6462026-08-31T13:12:58.448Z Downloaded try-lock v0.2.5
6472026-08-31T13:12:58.451Z Downloaded r2d2 v0.8.10
6482026-08-31T13:12:58.451Z Downloaded rand_chacha v0.9.0
6492026-08-31T13:12:58.451Z Downloaded base64 v0.22.1
6502026-08-31T13:12:58.451Z Downloaded trait-variant v0.1.2
6512026-08-31T13:12:58.451Z Downloaded schemars_derive v0.8.22
6522026-08-31T13:12:58.451Z Downloaded httparse v1.10.1
6532026-08-31T13:12:58.452Z Downloaded usdt v0.6.0
6542026-08-31T13:12:58.452Z Downloaded utf8_iter v1.0.4
6552026-08-31T13:12:58.452Z Downloaded getrandom v0.2.17
6562026-08-31T13:12:58.452Z Downloaded utf-8 v0.7.6
6572026-08-31T13:12:58.454Z Downloaded xshell-macros v0.2.7
6582026-08-31T13:12:58.454Z Downloaded crc8 v0.1.1
6592026-08-31T13:12:58.454Z Downloaded http-body-util v0.1.3
6602026-08-31T13:12:58.454Z Downloaded rpassword v7.5.4
6612026-08-31T13:12:58.457Z Downloaded scrypt v0.12.0
6622026-08-31T13:12:58.457Z Downloaded defmt-parser v1.0.0
6632026-08-31T13:12:58.457Z Downloaded yoke-derive v0.8.1
6642026-08-31T13:12:58.457Z Downloaded debug-ignore v1.0.5
6652026-08-31T13:12:58.460Z Downloaded serde-hex v0.1.0
6662026-08-31T13:12:58.460Z Downloaded cancel-safe-futures v0.1.5
6672026-08-31T13:12:58.463Z Downloaded colored v2.2.0
6682026-08-31T13:12:58.463Z Downloaded const-oid v0.9.6
6692026-08-31T13:12:58.466Z Downloaded simd-adler32 v0.3.8
6702026-08-31T13:12:58.466Z Downloaded byte-wrapper v0.1.0
6712026-08-31T13:12:58.466Z Downloaded blake2 v0.11.0-rc.6
6722026-08-31T13:12:58.469Z Downloaded bzip2 v0.6.1
6732026-08-31T13:12:58.469Z Downloaded chacha20 v0.10.0
6742026-08-31T13:12:58.471Z Downloaded hmac v0.13.0
6752026-08-31T13:12:58.471Z Downloaded blake2 v0.10.6
6762026-08-31T13:12:58.474Z Downloaded serde_path_to_error v0.1.20
6772026-08-31T13:12:58.474Z Downloaded serde_tokenstream v0.3.0
6782026-08-31T13:12:58.474Z Downloaded spki v0.7.3
6792026-08-31T13:12:58.477Z Downloaded dirs-sys-next v0.1.2
6802026-08-31T13:12:58.477Z Downloaded dof v0.4.0
6812026-08-31T13:12:58.477Z Downloaded getrandom v0.3.4
6822026-08-31T13:12:58.480Z Downloaded pkcs8 v0.11.0
6832026-08-31T13:12:58.483Z Downloaded slog-json v2.6.1
6842026-08-31T13:12:58.483Z Downloaded slog-scope v4.4.1
6852026-08-31T13:12:58.483Z Downloaded ssh-cipher v0.3.0
6862026-08-31T13:12:58.486Z Downloaded strum_macros v0.24.3
6872026-08-31T13:12:58.487Z Downloaded strum_macros v0.26.4
6882026-08-31T13:12:58.487Z Downloaded thiserror-no-std v2.0.2
6892026-08-31T13:12:58.490Z Downloaded dtrace-parser v0.3.0
6902026-08-31T13:12:58.490Z Downloaded postcard v1.1.3
6912026-08-31T13:12:58.493Z Downloaded console v0.15.11
6922026-08-31T13:12:58.493Z Downloaded toml_writer v1.1.1+spec-1.1.0
6932026-08-31T13:12:58.493Z Downloaded hyper-tls v0.6.0
6942026-08-31T13:12:58.496Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6952026-08-31T13:12:58.496Z Downloaded illumos-nvpair-sys v0.2.0
6962026-08-31T13:12:58.496Z Downloaded is_ci v1.2.0
6972026-08-31T13:12:58.496Z Downloaded instability v0.3.11
6982026-08-31T13:12:58.499Z Downloaded instant v0.1.13
6992026-08-31T13:12:58.499Z Downloaded half v2.7.1
7002026-08-31T13:12:58.499Z Downloaded hmac v0.12.1
7012026-08-31T13:12:58.503Z Downloaded corncobs v0.1.4
7022026-08-31T13:12:58.503Z Downloaded critical-section v1.2.0
7032026-08-31T13:12:58.503Z Downloaded tui-tree-widget v0.23.1
7042026-08-31T13:12:58.503Z Downloaded writeable v0.6.2
7052026-08-31T13:12:58.507Z Downloaded keccak v0.1.6
7062026-08-31T13:12:58.507Z Downloaded match_cfg v0.1.0
7072026-08-31T13:12:58.507Z Downloaded md5 v0.8.0
7082026-08-31T13:12:58.510Z Downloaded jiff-static v0.2.34
7092026-08-31T13:12:58.510Z Downloaded salsa20 v0.11.0
7102026-08-31T13:12:58.513Z Downloaded multimap v0.10.1
7112026-08-31T13:12:58.513Z Downloaded num-iter v0.1.45
7122026-08-31T13:12:58.513Z Downloaded colored v3.1.1
7132026-08-31T13:12:58.513Z Downloaded bzip2 v0.4.4
7142026-08-31T13:12:58.516Z Downloaded ctr v0.10.1
7152026-08-31T13:12:58.516Z Downloaded parking_lot v0.11.2
7162026-08-31T13:12:58.519Z Downloaded futures v0.3.32
7172026-08-31T13:12:58.522Z Downloaded string_cache v0.8.9
7182026-08-31T13:12:58.522Z Downloaded der_derive v0.7.3
7192026-08-31T13:12:58.522Z Downloaded omicron-zone-package v0.12.3
7202026-08-31T13:12:58.524Z Downloaded pin-project v1.1.11
7212026-08-31T13:12:58.530Z Downloaded newtype-uuid-macros v0.1.0
7222026-08-31T13:12:58.533Z Downloaded papergrid v0.18.0
7232026-08-31T13:12:58.536Z Downloaded ctutils v0.4.2
7242026-08-31T13:12:58.536Z Downloaded derive-ex v0.1.8
7252026-08-31T13:12:58.536Z Downloaded precomputed-hash v0.1.1
7262026-08-31T13:12:58.539Z Downloaded proc-macro-crate v3.4.0
7272026-08-31T13:12:58.539Z Downloaded proc-macro-error-attr2 v2.0.0
7282026-08-31T13:12:58.539Z Downloaded chumsky v0.9.3
7292026-08-31T13:12:58.539Z Downloaded term v0.7.0
7302026-08-31T13:12:58.542Z Downloaded progenitor-impl v0.13.0
7312026-08-31T13:12:58.545Z Downloaded base64 v0.21.7
7322026-08-31T13:12:58.545Z Downloaded thread_local v1.1.9
7332026-08-31T13:12:58.548Z Downloaded russh-cryptovec v0.62.0
7342026-08-31T13:12:58.548Z Downloaded progenitor-macro v0.14.0
7352026-08-31T13:12:58.548Z Downloaded rand_chacha v0.3.1
7362026-08-31T13:12:58.548Z Downloaded recursive-proc-macro-impl v0.1.1
7372026-08-31T13:12:58.548Z Downloaded rustc_version v0.4.1
7382026-08-31T13:12:58.551Z Downloaded scheduled-thread-pool v0.2.7
7392026-08-31T13:12:58.551Z Downloaded heapless v0.7.17
7402026-08-31T13:12:58.553Z Downloaded secrecy v0.8.0
7412026-08-31T13:12:58.553Z Downloaded tokio-stream v0.1.18
7422026-08-31T13:12:58.556Z Downloaded vsss-rs v3.3.4
7432026-08-31T13:12:58.559Z Downloaded schemars v0.8.22
7442026-08-31T13:12:58.566Z Downloaded tracing-attributes v0.1.31
7452026-08-31T13:12:58.569Z Downloaded darling v0.21.3
7462026-08-31T13:12:58.572Z Downloaded darling v0.20.11
7472026-08-31T13:12:58.574Z Downloaded libefi-sys v0.1.0
7482026-08-31T13:12:58.574Z Downloaded vergen-lib v0.1.6
7492026-08-31T13:12:58.577Z Downloaded multer v3.1.0
7502026-08-31T13:12:58.577Z Downloaded num_enum_derive v0.5.11
7512026-08-31T13:12:58.580Z Downloaded jobserver v0.1.34
7522026-08-31T13:12:58.580Z Downloaded num_enum_derive v0.7.6
7532026-08-31T13:12:58.580Z Downloaded signal-hook-mio v0.2.5
7542026-08-31T13:12:58.583Z Downloaded signature v3.0.0
7552026-08-31T13:12:58.583Z Downloaded sigpipe v0.1.3
7562026-08-31T13:12:58.583Z Downloaded olpc-cjson v0.1.4
7572026-08-31T13:12:58.583Z Downloaded rustls-platform-verifier v0.6.2
7582026-08-31T13:12:58.586Z Downloaded strip-ansi-escapes v0.2.1
7592026-08-31T13:12:58.586Z Downloaded chacha20poly1305 v0.10.1
7602026-08-31T13:12:58.588Z Downloaded sponge-cursor v0.1.0
7612026-08-31T13:12:58.589Z Downloaded structmeta v0.3.0
7622026-08-31T13:12:58.589Z Downloaded parking_lot_core v0.8.6
7632026-08-31T13:12:58.592Z Downloaded flate2 v1.1.9
7642026-08-31T13:12:58.592Z Downloaded tokio-macros v2.7.0
7652026-08-31T13:12:58.592Z Downloaded tokio-test v0.4.5
7662026-08-31T13:12:58.595Z Downloaded tower-layer v0.3.3
7672026-08-31T13:12:58.595Z Downloaded ar_archive_writer v0.5.1
7682026-08-31T13:12:58.598Z Downloaded flume v0.11.1
7692026-08-31T13:12:58.598Z Downloaded ahash v0.8.12
7702026-08-31T13:12:58.601Z Downloaded cc v1.2.56
7712026-08-31T13:12:58.603Z Downloaded pin-project-lite v0.2.17
7722026-08-31T13:12:58.606Z Downloaded pin-project-internal v1.1.11
7732026-08-31T13:12:58.606Z Downloaded derive_builder v0.20.2
7742026-08-31T13:12:58.609Z Downloaded deranged v0.5.8
7752026-08-31T13:12:58.613Z Downloaded headers v0.4.1
7762026-08-31T13:12:58.613Z Downloaded heapless v0.8.0
7772026-08-31T13:12:58.615Z Downloaded peg v0.8.5
7782026-08-31T13:12:58.618Z Downloaded phf v0.12.1
7792026-08-31T13:12:58.618Z Downloaded socket2 v0.5.10
7802026-08-31T13:12:58.621Z Downloaded bumpalo v3.20.2
7812026-08-31T13:12:58.621Z Downloaded ecdsa v0.17.0
7822026-08-31T13:12:58.624Z Downloaded expectorate v1.2.0
7832026-08-31T13:12:58.624Z Downloaded universal-hash v0.6.1
7842026-08-31T13:12:58.626Z Downloaded prettyplease v0.2.37
7852026-08-31T13:12:58.626Z Downloaded backtrace v0.3.76
7862026-08-31T13:12:58.630Z Downloaded hybrid-array v0.4.13
7872026-08-31T13:12:58.634Z Downloaded sapling-renderdag v0.1.0
7882026-08-31T13:12:58.634Z Downloaded p384 v0.14.0
7892026-08-31T13:12:58.634Z Downloaded sec1 v0.8.1
7902026-08-31T13:12:58.634Z Downloaded rand_seeder v0.4.0
7912026-08-31T13:12:58.637Z Downloaded serde_derive_internals v0.29.1
7922026-08-31T13:12:58.637Z Downloaded convert_case v0.4.0
7932026-08-31T13:12:58.637Z Downloaded zone v0.3.1
7942026-08-31T13:12:58.637Z Downloaded crucible-workspace-hack v0.1.0
7952026-08-31T13:12:58.640Z Downloaded cpubits v0.1.1
7962026-08-31T13:12:58.640Z Downloaded darling_macro v0.13.4
7972026-08-31T13:12:58.640Z Downloaded downcast-rs v2.0.2
7982026-08-31T13:12:58.640Z Downloaded ingot-macros v0.2.0
7992026-08-31T13:12:58.640Z Downloaded crc-any v2.5.0
8002026-08-31T13:12:58.643Z Downloaded scuffle v0.1.0
8012026-08-31T13:12:58.646Z Downloaded tracing-core v0.1.36
8022026-08-31T13:12:58.646Z Downloaded zerocopy v0.6.6
8032026-08-31T13:12:58.646Z Downloaded litemap v0.8.1
8042026-08-31T13:12:58.649Z Downloaded litrs v1.0.0
8052026-08-31T13:12:58.649Z Downloaded snafu-derive v0.8.9
8062026-08-31T13:12:58.649Z Downloaded memmap2 v0.9.10
8072026-08-31T13:12:58.652Z Downloaded diesel_table_macro_syntax v0.3.0
8082026-08-31T13:12:58.652Z Downloaded slog-stdlog v4.1.1
8092026-08-31T13:12:58.652Z Downloaded smf v0.2.3
8102026-08-31T13:12:58.652Z Downloaded stringprep v0.1.5
8112026-08-31T13:12:58.655Z Downloaded sqlformat v0.3.5
8122026-08-31T13:12:58.655Z Downloaded bytes v1.11.1
8132026-08-31T13:12:58.658Z Downloaded compact_str v0.8.1
8142026-08-31T13:12:58.658Z Downloaded dyn-clone v1.0.20
8152026-08-31T13:12:58.658Z Downloaded ssh-encoding v0.3.0
8162026-08-31T13:12:58.661Z Downloaded tiny-keccak v2.0.2
8172026-08-31T13:12:58.661Z Downloaded tls_codec v0.4.2
8182026-08-31T13:12:58.664Z Downloaded indent_write v2.2.0
8192026-08-31T13:12:58.664Z Downloaded parking_lot_core v0.9.12
8202026-08-31T13:12:58.664Z Downloaded digest-io v0.1.0
8212026-08-31T13:12:58.664Z Downloaded idna_adapter v1.2.1
8222026-08-31T13:12:58.667Z Downloaded pem-rfc7468 v1.0.0
8232026-08-31T13:12:58.667Z Downloaded hickory-resolver v0.25.2
8242026-08-31T13:12:58.670Z Downloaded async-compression v0.4.41
8252026-08-31T13:12:58.673Z Downloaded pkcs1 v0.7.5
8262026-08-31T13:12:58.673Z Downloaded derive-where v1.6.0
8272026-08-31T13:12:58.676Z Downloaded quinn-udp v0.5.14
8282026-08-31T13:12:58.676Z Downloaded kstat-rs v0.2.5
8292026-08-31T13:12:58.679Z Downloaded vergen-gitcl v1.0.8
8302026-08-31T13:12:58.679Z Downloaded wyz v0.5.1
8312026-08-31T13:12:58.679Z Downloaded zeroize_derive v1.5.0
8322026-08-31T13:12:58.679Z Downloaded maybe-uninit v2.0.0
8332026-08-31T13:12:58.679Z Downloaded md-5 v0.10.6
8342026-08-31T13:12:58.682Z Downloaded uzers v0.12.2
8352026-08-31T13:12:58.682Z Downloaded whoami v2.1.0
8362026-08-31T13:12:58.682Z Downloaded new_debug_unreachable v1.0.6
8372026-08-31T13:12:58.687Z Downloaded lru-slab v0.1.2
8382026-08-31T13:12:58.687Z Downloaded openssl-probe v0.1.6
8392026-08-31T13:12:58.687Z Downloaded vergen-git2 v9.1.0
8402026-08-31T13:12:58.687Z Downloaded curve25519-dalek-derive v0.1.1
8412026-08-31T13:12:58.687Z Downloaded zstd-safe v7.2.4
8422026-08-31T13:12:58.687Z Downloaded data-encoding v2.10.0
8432026-08-31T13:12:58.687Z Downloaded potential_utf v0.1.4
8442026-08-31T13:12:58.690Z Downloaded rustls-webpki v0.103.13
8452026-08-31T13:12:58.690Z Downloaded unsafe-libyaml v0.2.11
8462026-08-31T13:12:58.693Z Downloaded serde_with_macros v3.21.0
8472026-08-31T13:12:58.693Z Downloaded vte v0.14.1
8482026-08-31T13:12:58.696Z Downloaded zip v0.6.6
8492026-08-31T13:12:58.696Z Downloaded rfc6979 v0.6.0
8502026-08-31T13:12:58.699Z Downloaded darling v0.23.0
8512026-08-31T13:12:58.702Z Downloaded hashbrown v0.13.2
8522026-08-31T13:12:58.702Z Downloaded hashbrown v0.12.3
8532026-08-31T13:12:58.705Z Downloaded http v1.4.2
8542026-08-31T13:12:58.707Z Downloaded tokio-tungstenite v0.21.0
8552026-08-31T13:12:58.707Z Downloaded delegate v0.13.5
8562026-08-31T13:12:58.710Z Downloaded document-features v0.2.12
8572026-08-31T13:12:58.710Z Downloaded serde_spanned v1.1.1
8582026-08-31T13:12:58.710Z Downloaded semver v0.1.20
8592026-08-31T13:12:58.710Z Downloaded hyper-staticfile v0.10.1
8602026-08-31T13:12:58.714Z Downloaded seq-macro v0.3.6
8612026-08-31T13:12:58.714Z Downloaded toml_parser v1.1.2+spec-1.1.0
8622026-08-31T13:12:58.714Z Downloaded libsw v3.5.0
8632026-08-31T13:12:58.717Z Downloaded libsw-core v0.3.2
8642026-08-31T13:12:58.717Z Downloaded ingot v0.2.1
8652026-08-31T13:12:58.717Z Downloaded nanorand v0.7.0
8662026-08-31T13:12:58.717Z Downloaded tinyvec_macros v0.1.1
8672026-08-31T13:12:58.717Z Downloaded icu_locale_core v2.1.1
8682026-08-31T13:12:58.720Z Downloaded icu_normalizer v2.1.1
8692026-08-31T13:12:58.722Z Downloaded indicatif v0.18.4
8702026-08-31T13:12:58.725Z Downloaded supports-hyperlinks v3.2.0
8712026-08-31T13:12:58.725Z Downloaded postgres-types v0.2.12
8722026-08-31T13:12:58.728Z Downloaded keccak v0.2.0
8732026-08-31T13:12:58.728Z Downloaded icu_normalizer_data v2.1.1
8742026-08-31T13:12:58.730Z Downloaded crc32fast v1.5.0
8752026-08-31T13:12:58.730Z Downloaded supports-color v3.0.2
8762026-08-31T13:12:58.735Z Downloaded time-core v0.1.8
8772026-08-31T13:12:58.741Z Downloaded tower-service v0.3.3
8782026-08-31T13:12:58.744Z Downloaded unicode-truncate v1.1.0
8792026-08-31T13:12:58.747Z Downloaded native-tls v0.2.18
8802026-08-31T13:12:58.747Z Downloaded num-complex v0.4.6
8812026-08-31T13:12:58.747Z Downloaded paste v1.0.15
8822026-08-31T13:12:58.749Z Downloaded crc-catalog v2.4.0
8832026-08-31T13:12:58.749Z Downloaded cstr-argument v0.1.2
8842026-08-31T13:12:58.749Z Downloaded darling_macro v0.21.3
8852026-08-31T13:12:58.750Z Downloaded quinn v0.11.11
8862026-08-31T13:12:58.754Z Downloaded unicode_categories v0.1.1
8872026-08-31T13:12:58.754Z Downloaded owo-colors v4.3.0
8882026-08-31T13:12:58.754Z Downloaded crossbeam-channel v0.5.15
8892026-08-31T13:12:58.757Z Downloaded ron v0.8.1
8902026-08-31T13:12:58.760Z Downloaded primeorder v0.14.0
8912026-08-31T13:12:58.760Z Downloaded proc-macro-error2 v2.0.1
8922026-08-31T13:12:58.763Z Downloaded yasna v0.5.2
8932026-08-31T13:12:58.763Z Downloaded packed_struct v0.10.1
8942026-08-31T13:12:58.766Z Downloaded phf v0.13.1
8952026-08-31T13:12:58.766Z Downloaded pem-rfc7468 v0.7.0
8962026-08-31T13:12:58.766Z Downloaded predicates v3.1.4
8972026-08-31T13:12:58.769Z Downloaded wnaf v0.14.0
8982026-08-31T13:12:58.769Z Downloaded zone_cfg_derive v0.3.1
8992026-08-31T13:12:58.769Z Downloaded crunchy v0.2.4
9002026-08-31T13:12:58.769Z Downloaded progenitor v0.14.0
9012026-08-31T13:12:58.769Z Downloaded dsl_auto_type v0.2.0
9022026-08-31T13:12:58.772Z Downloaded rustls-pemfile v2.2.0
9032026-08-31T13:12:58.772Z Downloaded test-strategy v0.4.5
9042026-08-31T13:12:58.775Z Downloaded const_format v0.2.35
9052026-08-31T13:12:58.778Z Downloaded slog-async v2.8.0
9062026-08-31T13:12:58.778Z Downloaded hyper-rustls v0.27.7
9072026-08-31T13:12:58.778Z Downloaded rustversion v1.0.22
9082026-08-31T13:12:58.781Z Downloaded static_assertions v1.1.0
9092026-08-31T13:12:58.781Z Downloaded inout v0.1.4
9102026-08-31T13:12:58.781Z Downloaded inout v0.2.2
9112026-08-31T13:12:58.784Z Downloaded maplit v1.0.2
9122026-08-31T13:12:58.784Z Downloaded mime v0.3.17
9132026-08-31T13:12:58.784Z Downloaded unicode-bidi v0.3.18
9142026-08-31T13:12:58.784Z Downloaded tungstenite v0.23.0
9152026-08-31T13:12:58.787Z Downloaded nodrop v0.1.14
9162026-08-31T13:12:58.787Z Downloaded path-slash v0.1.5
9172026-08-31T13:12:58.787Z Downloaded pretty_assertions v1.4.1
9182026-08-31T13:12:58.789Z Downloaded ryu v1.0.23
9192026-08-31T13:12:58.789Z Downloaded darling_core v0.13.4
9202026-08-31T13:12:58.792Z Downloaded poly1305 v0.9.0
9212026-08-31T13:12:58.795Z Downloaded untrusted v0.9.0
9222026-08-31T13:12:58.795Z Downloaded tls_codec_derive v0.4.2
9232026-08-31T13:12:58.795Z Downloaded parse-display v0.10.0
9242026-08-31T13:12:58.795Z Downloaded yoke v0.8.1
9252026-08-31T13:12:58.797Z Downloaded diesel-dtrace v0.5.0
9262026-08-31T13:12:58.797Z Downloaded quick-error v1.2.3
9272026-08-31T13:12:58.797Z Downloaded zerovec-derive v0.11.2
9282026-08-31T13:12:58.800Z Downloaded defmt-macros v1.0.1
9292026-08-31T13:12:58.800Z Downloaded secrecy v0.10.3
9302026-08-31T13:12:58.800Z Downloaded scroll_derive v0.13.1
9312026-08-31T13:12:58.803Z Downloaded knus-derive v3.4.0
9322026-08-31T13:12:58.803Z Downloaded ed25519 v3.0.0
9332026-08-31T13:12:58.804Z Downloaded either v1.15.0
9342026-08-31T13:12:58.807Z Downloaded hashbrown v0.15.5
9352026-08-31T13:12:58.807Z Downloaded hickory-server v0.25.2
9362026-08-31T13:12:58.810Z Downloaded rustls-native-certs v0.8.3
9372026-08-31T13:12:58.813Z Downloaded sha2 v0.11.0
9382026-08-31T13:12:58.813Z Downloaded rustls-pki-types v1.14.0
9392026-08-31T13:12:58.815Z Downloaded subtle v2.6.1
9402026-08-31T13:12:58.816Z Downloaded tap v1.0.1
9412026-08-31T13:12:58.816Z Downloaded structmeta-derive v0.3.0
9422026-08-31T13:12:58.818Z Downloaded unarray v0.1.4
9432026-08-31T13:12:58.818Z Downloaded waitgroup v0.1.2
9442026-08-31T13:12:58.818Z Downloaded zerofrom-derive v0.1.6
9452026-08-31T13:12:58.818Z Downloaded hashbrown v0.14.5
9462026-08-31T13:12:58.821Z Downloaded unit-prefix v0.5.2
9472026-08-31T13:12:58.824Z Downloaded universal-hash v0.5.1
9482026-08-31T13:12:58.824Z Downloaded untrusted v0.7.1
9492026-08-31T13:12:58.826Z Downloaded smallvec v1.15.1
9502026-08-31T13:12:58.826Z Downloaded qorb v0.4.1
9512026-08-31T13:12:58.829Z Downloaded percent-encoding v2.3.2
9522026-08-31T13:12:58.829Z Downloaded lru v0.12.5
9532026-08-31T13:12:58.832Z Downloaded derive_builder_macro v0.20.2
9542026-08-31T13:12:58.835Z Downloaded num-rational v0.4.2
9552026-08-31T13:12:58.835Z Downloaded xattr v1.6.1
9562026-08-31T13:12:58.835Z Downloaded term v1.2.1
9572026-08-31T13:12:58.839Z Downloaded unicase v2.9.0
9582026-08-31T13:12:58.839Z Downloaded module-lattice v0.2.3
9592026-08-31T13:12:58.841Z Downloaded num-integer v0.1.46
9602026-08-31T13:12:58.841Z Downloaded num-traits v0.2.19
9612026-08-31T13:12:58.841Z Downloaded vergen v9.1.0
9622026-08-31T13:12:58.844Z Downloaded oxide-generation v0.1.3
9632026-08-31T13:12:58.844Z Downloaded oxide-update-engine-types v0.1.2
9642026-08-31T13:12:58.844Z Downloaded cookie v0.18.1
9652026-08-31T13:12:58.847Z Downloaded rand_core v0.6.4
9662026-08-31T13:12:58.847Z Downloaded dropshot-api-manager-types v0.8.0
9672026-08-31T13:12:58.847Z Downloaded internet-checksum v0.2.1
9682026-08-31T13:12:58.847Z Downloaded dunce v1.0.5
9692026-08-31T13:12:58.849Z Downloaded kem v0.3.0
9702026-08-31T13:12:58.849Z Downloaded primeorder v0.13.6
9712026-08-31T13:12:58.849Z Downloaded zip v4.6.1
9722026-08-31T13:12:58.852Z Downloaded yansi v1.0.1
9732026-08-31T13:12:58.855Z Downloaded resolv-conf v0.7.6
9742026-08-31T13:12:58.855Z Downloaded scroll v0.13.0
9752026-08-31T13:12:58.855Z Downloaded sec1 v0.7.3
9762026-08-31T13:12:58.859Z Downloaded spki v0.8.0
9772026-08-31T13:12:58.859Z Downloaded nonempty v0.12.0
9782026-08-31T13:12:58.859Z Downloaded shlex v1.3.0
9792026-08-31T13:12:58.861Z Downloaded linked-hash-map v0.5.6
9802026-08-31T13:12:58.864Z Downloaded parse-size v1.1.0
9812026-08-31T13:12:58.866Z Downloaded num-bigint-dig v0.8.6
9822026-08-31T13:12:58.870Z Downloaded signal-hook v0.3.18
9832026-08-31T13:12:58.872Z Downloaded tar v0.4.46
9842026-08-31T13:12:58.875Z Downloaded predicates-tree v1.0.13
9852026-08-31T13:12:58.878Z Downloaded similar v2.7.0
9862026-08-31T13:12:58.881Z Downloaded darling_macro v0.23.0
9872026-08-31T13:12:58.881Z Downloaded progenitor-macro v0.13.0
9882026-08-31T13:12:58.881Z Downloaded socket2 v0.6.3
9892026-08-31T13:12:58.884Z Downloaded tokio-tungstenite v0.23.1
9902026-08-31T13:12:58.884Z Downloaded libbz2-rs-sys v0.2.2
9912026-08-31T13:12:58.887Z Downloaded darling v0.13.4
9922026-08-31T13:12:58.891Z Downloaded rustc_version v0.1.7
9932026-08-31T13:12:58.894Z Downloaded serde_bytes v0.11.19
9942026-08-31T13:12:58.897Z Downloaded futures-util v0.3.32
9952026-08-31T13:12:58.901Z Downloaded miniz_oxide v0.8.9
9962026-08-31T13:12:58.904Z Downloaded toml v0.7.8
9972026-08-31T13:12:58.907Z Downloaded url v2.5.8
9982026-08-31T13:12:58.907Z Downloaded toml v1.1.2+spec-1.1.0
9992026-08-31T13:12:58.910Z Downloaded port-file v0.1.0
10002026-08-31T13:12:58.910Z Downloaded polyval v0.7.1
10012026-08-31T13:12:58.913Z Downloaded tagptr v0.2.0
10022026-08-31T13:12:58.913Z Downloaded zerofrom v0.1.6
10032026-08-31T13:12:58.913Z Downloaded topological-sort v0.2.2
10042026-08-31T13:12:58.913Z Downloaded usdt-macro v0.6.0
10052026-08-31T13:12:58.913Z Downloaded uuid v1.23.4
10062026-08-31T13:12:58.916Z Downloaded drift v0.2.0
10072026-08-31T13:12:58.920Z Downloaded reedline v0.40.0
10082026-08-31T13:12:58.924Z Downloaded ed25519-dalek v3.0.0
10092026-08-31T13:12:58.927Z Downloaded libloading v0.8.9
10102026-08-31T13:12:58.929Z Downloaded lock_api v0.4.14
10112026-08-31T13:12:58.929Z Downloaded mime_guess v2.0.5
10122026-08-31T13:12:58.930Z Downloaded der v0.7.10
10132026-08-31T13:12:58.932Z Downloaded memoffset v0.9.1
10142026-08-31T13:12:58.935Z Downloaded num_enum v0.7.6
10152026-08-31T13:12:58.935Z Downloaded difflib v0.4.0
10162026-08-31T13:12:58.938Z Downloaded lalrpop-util v0.19.12
10172026-08-31T13:12:58.938Z Downloaded rayon-core v1.13.0
10182026-08-31T13:12:58.938Z Downloaded itertools v0.10.5
10192026-08-31T13:12:58.941Z Downloaded num-bigint v0.4.6
10202026-08-31T13:12:58.944Z Downloaded ed25519-dalek v2.2.0
10212026-08-31T13:12:58.947Z Downloaded elliptic-curve v0.13.8
10222026-08-31T13:12:58.950Z Downloaded ignore v0.4.25
10232026-08-31T13:12:58.950Z Downloaded tinystr v0.8.2
10242026-08-31T13:12:58.955Z Downloaded openssl-macros v0.1.1
10252026-08-31T13:12:58.955Z Downloaded phf_shared v0.11.3
10262026-08-31T13:12:58.955Z Downloaded phf_shared v0.12.1
10272026-08-31T13:12:58.955Z Downloaded time-macros v0.2.27
10282026-08-31T13:12:58.955Z Downloaded tokio-rustls v0.26.4
10292026-08-31T13:12:58.958Z Downloaded twox-hash v2.1.2
10302026-08-31T13:12:58.958Z Downloaded hashbrown v0.16.1
10312026-08-31T13:12:58.958Z Downloaded rand_core v0.10.0
10322026-08-31T13:12:58.961Z Downloaded packed_struct_codegen v0.10.1
10332026-08-31T13:12:58.961Z Downloaded ref-cast-impl v1.0.25
10342026-08-31T13:12:58.961Z Downloaded rand v0.10.1
10352026-08-31T13:12:58.964Z Downloaded signal-hook-tokio v0.3.1
10362026-08-31T13:12:58.964Z Downloaded stable_deref_trait v1.2.1
10372026-08-31T13:12:58.964Z Downloaded aho-corasick v1.1.4
10382026-08-31T13:12:58.967Z Downloaded zstd v0.13.3
10392026-08-31T13:12:58.970Z Downloaded serde-big-array v0.5.1
10402026-08-31T13:12:58.970Z Downloaded slab v0.4.12
10412026-08-31T13:12:58.970Z Downloaded usdt-impl v0.6.0
10422026-08-31T13:12:58.973Z Downloaded void v1.0.2
10432026-08-31T13:12:58.973Z Downloaded darling_core v0.20.11
10442026-08-31T13:12:58.977Z Downloaded tokio-util v0.7.18
10452026-08-31T13:12:58.982Z Downloaded progenitor-impl v0.14.0
10462026-08-31T13:12:58.984Z Downloaded rcgen v0.12.1
10472026-08-31T13:12:58.987Z Downloaded zeroize v1.9.0
10482026-08-31T13:12:58.987Z Downloaded derive_builder_core v0.20.2
10492026-08-31T13:12:58.987Z Downloaded pem v3.0.6
10502026-08-31T13:12:58.990Z Downloaded smallvec v0.6.14
10512026-08-31T13:12:58.993Z Downloaded num-conv v0.2.0
10522026-08-31T13:12:58.993Z Downloaded defmt v0.3.100
10532026-08-31T13:12:58.993Z Downloaded ed25519 v2.2.3
10542026-08-31T13:12:58.993Z Downloaded ingot-types v0.2.0
10552026-08-31T13:12:58.996Z Downloaded ipnet v2.12.0
10562026-08-31T13:12:58.996Z Downloaded miette-derive v7.6.0
10572026-08-31T13:12:58.996Z Downloaded tower-http v0.6.8
10582026-08-31T13:12:59.000Z Downloaded linear-map v1.2.0
10592026-08-31T13:12:59.003Z Downloaded mio v1.2.0
10602026-08-31T13:12:59.006Z Downloaded subprocess v0.2.15
10612026-08-31T13:12:59.006Z Downloaded steno v0.4.1
10622026-08-31T13:12:59.009Z Downloaded password-hash v0.6.1
10632026-08-31T13:12:59.009Z Downloaded h2 v0.4.15
10642026-08-31T13:12:59.012Z Downloaded hkdf v0.12.4
10652026-08-31T13:12:59.014Z Downloaded knus v3.4.0
10662026-08-31T13:12:59.017Z Downloaded p256 v0.14.0
10672026-08-31T13:12:59.017Z Downloaded aes-gcm v0.11.0
10682026-08-31T13:12:59.020Z Downloaded rusty-fork v0.3.1
10692026-08-31T13:12:59.020Z Downloaded slog-dtrace v0.3.0
10702026-08-31T13:12:59.020Z Downloaded diff v0.1.13
10712026-08-31T13:12:59.022Z Downloaded dropshot-api-manager v0.8.0
10722026-08-31T13:12:59.026Z Downloaded zopfli v0.8.3
10732026-08-31T13:12:59.029Z Downloaded rand_pcg v0.10.2
10742026-08-31T13:12:59.029Z Downloaded indexmap v1.9.3
10752026-08-31T13:12:59.029Z Downloaded spin v0.9.8
10762026-08-31T13:12:59.031Z Downloaded tokio-dtrace v0.1.1
10772026-08-31T13:12:59.031Z Downloaded strum v0.26.3
10782026-08-31T13:12:59.032Z Downloaded cpufeatures v0.3.0
10792026-08-31T13:12:59.034Z Downloaded darling_macro v0.20.11
10802026-08-31T13:12:59.034Z Downloaded managed v0.8.0
10812026-08-31T13:12:59.034Z Downloaded want v0.3.1
10822026-08-31T13:12:59.035Z Downloaded indoc v1.0.9
10832026-08-31T13:12:59.037Z Downloaded illumos-nvpair v0.3.0
10842026-08-31T13:12:59.040Z Downloaded oso-derive v0.27.3
10852026-08-31T13:12:59.040Z Downloaded strum_macros v0.27.2
10862026-08-31T13:12:59.040Z Downloaded support-bundle-viewer v0.1.2
10872026-08-31T13:12:59.043Z Downloaded serde_with v1.14.0
10882026-08-31T13:12:59.046Z Downloaded crossbeam-utils v0.8.21
10892026-08-31T13:12:59.048Z Downloaded oso v0.27.3
10902026-08-31T13:12:59.048Z Downloaded displaydoc v0.2.5
10912026-08-31T13:12:59.051Z Downloaded daft v0.1.8
10922026-08-31T13:12:59.051Z Downloaded oxnet v0.1.6
10932026-08-31T13:12:59.051Z Downloaded progenitor-client v0.14.0
10942026-08-31T13:12:59.054Z Downloaded recursive v0.1.1
10952026-08-31T13:12:59.054Z Downloaded hkdf v0.13.0
10962026-08-31T13:12:59.054Z Downloaded ecdsa v0.16.9
10972026-08-31T13:12:59.059Z Downloaded ipnetwork v0.21.1
10982026-08-31T13:12:59.059Z Downloaded libscf-sys v1.2.0
10992026-08-31T13:12:59.059Z Downloaded siphasher v1.0.2
11002026-08-31T13:12:59.059Z Downloaded serde_plain v1.0.2
11012026-08-31T13:12:59.059Z Downloaded oxide-update-engine-display v0.1.2
11022026-08-31T13:12:59.062Z Downloaded pkcs5 v0.8.1
11032026-08-31T13:12:59.065Z Downloaded primefield v0.14.0
11042026-08-31T13:12:59.067Z Downloaded internal-russh-num-bigint v0.5.0
11052026-08-31T13:12:59.070Z Downloaded rustc-demangle v0.1.27
11062026-08-31T13:12:59.073Z Downloaded wait-timeout v0.2.1
11072026-08-31T13:12:59.073Z Downloaded typify-macro v0.6.2
11082026-08-31T13:12:59.076Z Downloaded unicode-normalization v0.1.25
11092026-08-31T13:12:59.076Z Downloaded termios v0.3.3
11102026-08-31T13:12:59.079Z Downloaded serde_with_macros v1.5.2
11112026-08-31T13:12:59.082Z Downloaded dirs-next v2.0.0
11122026-08-31T13:12:59.085Z Downloaded tinyvec v1.10.0
11132026-08-31T13:12:59.088Z Downloaded slog v2.8.2
11142026-08-31T13:12:59.091Z Downloaded defmt v1.0.1
11152026-08-31T13:12:59.094Z Downloaded russh-util v0.52.0
11162026-08-31T13:12:59.094Z Downloaded same-file v1.0.6
11172026-08-31T13:12:59.097Z Downloaded sync-ptr v0.1.4
11182026-08-31T13:12:59.097Z Downloaded crossterm v0.28.1
11192026-08-31T13:12:59.099Z Downloaded usdt-attr-macro v0.6.0
11202026-08-31T13:12:59.099Z Downloaded impl-trait-for-tuples v0.2.3
11212026-08-31T13:12:59.102Z Downloaded lazy_static v1.5.0
11222026-08-31T13:12:59.102Z Downloaded unicode-properties v0.1.4
11232026-08-31T13:12:59.102Z Downloaded num v0.4.3
11242026-08-31T13:12:59.102Z Downloaded winnow v0.6.26
11252026-08-31T13:12:59.107Z Downloaded derive_more v2.1.1
11262026-08-31T13:12:59.114Z Downloaded password-hash v0.5.0
11272026-08-31T13:12:59.117Z Downloaded p521 v0.14.0
11282026-08-31T13:12:59.120Z Downloaded rsa v0.9.10
11292026-08-31T13:12:59.122Z Downloaded schemars v0.9.0
11302026-08-31T13:12:59.126Z Downloaded lzss v0.8.2
11312026-08-31T13:12:59.129Z Downloaded cookie_store v0.22.1
11322026-08-31T13:12:59.129Z Downloaded strum v0.27.2
11332026-08-31T13:12:59.129Z Downloaded des v0.9.0
11342026-08-31T13:12:59.132Z Downloaded scopeguard v1.2.0
11352026-08-31T13:12:59.132Z Downloaded rtoolbox v0.0.3
11362026-08-31T13:12:59.132Z Downloaded synstructure v0.13.2
11372026-08-31T13:12:59.133Z Downloaded crc v3.4.0
11382026-08-31T13:12:59.135Z Downloaded icu_properties v2.1.2
11392026-08-31T13:12:59.135Z Downloaded is-terminal v0.4.17
11402026-08-31T13:12:59.135Z Downloaded der v0.8.0
11412026-08-31T13:12:59.138Z Downloaded ml-kem v0.3.2
11422026-08-31T13:12:59.141Z Downloaded prefix-trie v0.7.0
11432026-08-31T13:12:59.141Z Downloaded powerfmt v0.2.0
11442026-08-31T13:12:59.144Z Downloaded termtree v0.5.1
11452026-08-31T13:12:59.144Z Downloaded crypto-bigint v0.5.5
11462026-08-31T13:12:59.147Z Downloaded const_format_proc_macros v0.2.34
11472026-08-31T13:12:59.147Z Downloaded serde_repr v0.1.20
11482026-08-31T13:12:59.150Z Downloaded crypto-common v0.2.2
11492026-08-31T13:12:59.150Z Downloaded xshell v0.2.7
11502026-08-31T13:12:59.150Z Downloaded tabwriter v1.4.1
11512026-08-31T13:12:59.150Z Downloaded lru-cache v0.1.2
11522026-08-31T13:12:59.153Z Downloaded icu_collections v2.1.1
11532026-08-31T13:12:59.156Z Downloaded crossterm v0.29.0
11542026-08-31T13:12:59.158Z Downloaded crossbeam-epoch v0.9.18
11552026-08-31T13:12:59.159Z Downloaded serde_cbor v0.11.2
11562026-08-31T13:12:59.161Z Downloaded constant_time_eq v0.4.2
11572026-08-31T13:12:59.161Z Downloaded slog-bunyan v2.5.0
11582026-08-31T13:12:59.164Z Downloaded tungstenite v0.21.0
11592026-08-31T13:12:59.164Z Downloaded reqwest v0.13.2
11602026-08-31T13:12:59.168Z Downloaded oxide-update-engine v0.1.2
11612026-08-31T13:12:59.170Z Downloaded rand v0.9.2
11622026-08-31T13:12:59.173Z Downloaded newtype-uuid v1.3.2
11632026-08-31T13:12:59.174Z Downloaded darling_core v0.23.0
11642026-08-31T13:12:59.176Z Downloaded minimal-lexical v0.2.1
11652026-08-31T13:12:59.176Z Downloaded diesel_derives v2.3.7
11662026-08-31T13:12:59.180Z Downloaded stacker v0.1.23
11672026-08-31T13:12:59.184Z Downloaded dropshot_endpoint v0.17.1
11682026-08-31T13:12:59.186Z Downloaded poly1305 v0.8.0
11692026-08-31T13:12:59.187Z Downloaded zerotrie v0.2.3
11702026-08-31T13:12:59.187Z Downloaded ident_case v1.0.1
11712026-08-31T13:12:59.190Z Downloaded unicode-xid v0.2.6
11722026-08-31T13:12:59.190Z Downloaded tokio-native-tls v0.3.1
11732026-08-31T13:12:59.190Z Downloaded digest v0.11.3
11742026-08-31T13:12:59.190Z Downloaded blake3 v1.8.5
11752026-08-31T13:12:59.194Z Downloaded crypto-primes v0.7.2
11762026-08-31T13:12:59.197Z Downloaded iana-time-zone v0.1.65
11772026-08-31T13:12:59.200Z Downloaded convert_case v0.10.0
11782026-08-31T13:12:59.200Z Downloaded display-error-chain v0.2.2
11792026-08-31T13:12:59.200Z Downloaded indoc v2.0.7
11802026-08-31T13:12:59.203Z Downloaded progenitor-client v0.13.0
11812026-08-31T13:12:59.203Z Downloaded ppv-lite86 v0.2.21
11822026-08-31T13:12:59.203Z Downloaded typify v0.6.2
11832026-08-31T13:12:59.206Z Downloaded serde_yaml v0.9.34+deprecated
11842026-08-31T13:12:59.209Z Downloaded aws-lc-rs v1.16.3
11852026-08-31T13:12:59.213Z Downloaded daft-derive v0.1.8
11862026-08-31T13:12:59.216Z Downloaded rand_core v0.9.5
11872026-08-31T13:12:59.216Z Downloaded nu-ansi-term v0.50.3
11882026-08-31T13:12:59.219Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11892026-08-31T13:12:59.219Z Downloaded walkdir v2.5.0
11902026-08-31T13:12:59.222Z Downloaded derive_more v0.99.20
11912026-08-31T13:12:59.222Z Downloaded csv-core v0.1.13
11922026-08-31T13:12:59.224Z Downloaded rustyline v14.0.0
11932026-08-31T13:12:59.227Z Downloaded rand v0.8.6
11942026-08-31T13:12:59.227Z Downloaded whoami v1.6.1
11952026-08-31T13:12:59.230Z Downloaded vergen-lib v9.1.0
11962026-08-31T13:12:59.234Z Downloaded signal-hook-registry v1.4.8
11972026-08-31T13:12:59.234Z Downloaded psm v0.1.30
11982026-08-31T13:12:59.234Z Downloaded slog-term v2.9.2
11992026-08-31T13:12:59.237Z Downloaded peg-macros v0.8.5
12002026-08-31T13:12:59.237Z Downloaded bitvec v1.0.1
12012026-08-31T13:12:59.244Z Downloaded git2 v0.20.4
12022026-08-31T13:12:59.248Z Downloaded iri-string v0.7.10
12032026-08-31T13:12:59.253Z Downloaded chrono v0.4.45
12042026-08-31T13:12:59.257Z Downloaded parking_lot v0.12.5
12052026-08-31T13:12:59.259Z Downloaded rsa v0.10.0-rc.18
12062026-08-31T13:12:59.262Z Downloaded ssh-key v0.7.0-rc.11
12072026-08-31T13:12:59.266Z Downloaded itertools v0.14.0
12082026-08-31T13:12:59.270Z Downloaded humantime v2.3.0
12092026-08-31T13:12:59.273Z Downloaded icu_provider v2.1.1
12102026-08-31T13:12:59.273Z Downloaded pkcs8 v0.10.2
12112026-08-31T13:12:59.276Z Downloaded toml_edit v0.19.15
12122026-08-31T13:12:59.283Z Downloaded hyper v1.10.1
12132026-08-31T13:12:59.287Z Downloaded serdect v0.4.3
12142026-08-31T13:12:59.290Z Downloaded russh v0.62.4
12152026-08-31T13:12:59.292Z Downloaded crossbeam-deque v0.8.6
12162026-08-31T13:12:59.295Z Downloaded publicsuffix v2.3.0
12172026-08-31T13:12:59.296Z Downloaded tokio-postgres v0.7.16
12182026-08-31T13:12:59.301Z Downloaded idna v1.1.0
12192026-08-31T13:12:59.304Z Downloaded unicode-segmentation v1.12.0
12202026-08-31T13:12:59.304Z Downloaded pkcs1 v0.8.0-rc.4
12212026-08-31T13:12:59.304Z Downloaded typed-path v0.9.3
12222026-08-31T13:12:59.307Z Downloaded openssl-sys v0.9.117
12232026-08-31T13:12:59.309Z Downloaded rawzip v0.4.4
12242026-08-31T13:12:59.312Z Downloaded rayon v1.11.0
12252026-08-31T13:12:59.317Z Downloaded samael v0.0.19
12262026-08-31T13:12:59.320Z Downloaded schemars v1.2.1
12272026-08-31T13:12:59.329Z Downloaded tower v0.5.3
12282026-08-31T13:12:59.334Z Downloaded itertools v0.12.1
12292026-08-31T13:12:59.337Z Downloaded itertools v0.15.0
12302026-08-31T13:12:59.341Z Downloaded snafu v0.8.9
12312026-08-31T13:12:59.345Z Downloaded darling_core v0.21.3
12322026-08-31T13:12:59.348Z Downloaded goblin v0.10.5
12332026-08-31T13:12:59.382Z Downloaded libxml v0.3.3
12342026-08-31T13:12:59.386Z Downloaded zlib-rs v0.6.2
12352026-08-31T13:12:59.386Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-08-31T13:12:59.386Z Downloaded miette v7.6.0
12372026-08-31T13:12:59.386Z Downloaded gimli v0.32.3
12382026-08-31T13:12:59.386Z Downloaded jiff-core v0.1.0
12392026-08-31T13:12:59.386Z Downloaded zerocopy-derive v0.8.55
12402026-08-31T13:12:59.386Z Downloaded derive_more-impl v2.1.1
12412026-08-31T13:12:59.386Z Downloaded zerovec v0.11.5
12422026-08-31T13:12:59.386Z Downloaded sha3 v0.12.0
12432026-08-31T13:12:59.386Z Downloaded tabled v0.21.0
12442026-08-31T13:12:59.393Z Downloaded hyper-util v0.1.20
12452026-08-31T13:12:59.397Z Downloaded regex v1.12.3
12462026-08-31T13:12:59.400Z Downloaded x509-cert v0.2.5
12472026-08-31T13:12:59.403Z Downloaded petname v2.0.2
12482026-08-31T13:12:59.407Z Downloaded object v0.30.4
12492026-08-31T13:12:59.413Z Downloaded nom v7.1.3
12502026-08-31T13:12:59.422Z Downloaded vcpkg v0.2.15
12512026-08-31T13:12:59.446Z Downloaded winnow v1.0.3
12522026-08-31T13:12:59.451Z Downloaded zerocopy v0.8.55
12532026-08-31T13:12:59.463Z Downloaded winnow v0.5.40
12542026-08-31T13:12:59.467Z Downloaded portable-atomic v1.13.1
12552026-08-31T13:12:59.472Z Downloaded quick-xml v0.37.5
12562026-08-31T13:12:59.475Z Downloaded nix v0.27.1
12572026-08-31T13:12:59.481Z Downloaded nom v8.0.0
12582026-08-31T13:12:59.484Z Downloaded icu_properties_data v2.1.2
12592026-08-31T13:12:59.490Z Downloaded quinn-proto v0.11.16
12602026-08-31T13:12:59.494Z Downloaded libm v0.2.16
12612026-08-31T13:12:59.499Z Downloaded iddqd v0.4.2
12622026-08-31T13:12:59.504Z Downloaded tough v0.22.0
12632026-08-31T13:12:59.509Z Downloaded itertools v0.13.0
12642026-08-31T13:12:59.513Z Downloaded regex-syntax v0.6.29
12652026-08-31T13:12:59.517Z Downloaded salty v0.3.0
12662026-08-31T13:12:59.521Z Downloaded reqwest v0.12.28
12672026-08-31T13:12:59.524Z Downloaded proptest v1.11.0
12682026-08-31T13:12:59.529Z Downloaded p384 v0.13.1
12692026-08-31T13:12:59.532Z Downloaded serde_with v3.21.0
12702026-08-31T13:12:59.539Z Downloaded bstr v1.12.1
12712026-08-31T13:12:59.544Z Downloaded regex-syntax v0.8.10
12722026-08-31T13:12:59.549Z Downloaded crypto-bigint v0.7.5
12732026-08-31T13:12:59.558Z Downloaded rustls v0.23.41
12742026-08-31T13:12:59.564Z Downloaded object v0.37.3
12752026-08-31T13:12:59.571Z Downloaded hickory-proto v0.24.4
12762026-08-31T13:12:59.579Z Downloaded moka v0.12.13
12772026-08-31T13:12:59.583Z Downloaded openapiv3 v2.2.0
12782026-08-31T13:12:59.590Z Downloaded lalrpop v0.19.12
12792026-08-31T13:12:59.596Z Downloaded polar-core v0.27.3
12802026-08-31T13:12:59.601Z Downloaded hickory-proto v0.25.2
12812026-08-31T13:12:59.610Z Downloaded curve25519-dalek v4.1.3
12822026-08-31T13:12:59.615Z Downloaded rustix v0.38.44
12832026-08-31T13:12:59.628Z Downloaded time v0.3.47
12842026-08-31T13:12:59.636Z Downloaded radix_trie v0.2.1
12852026-08-31T13:12:59.639Z Downloaded curve25519-dalek v5.0.0
12862026-08-31T13:12:59.643Z Downloaded openssl v0.10.80
12872026-08-31T13:12:59.649Z Downloaded syn v3.0.3
12882026-08-31T13:12:59.655Z Downloaded nix v0.31.2
12892026-08-31T13:12:59.662Z Downloaded smoltcp v0.9.1
12902026-08-31T13:12:59.668Z Downloaded nix v0.28.0
12912026-08-31T13:12:59.674Z Downloaded regress v0.10.5
12922026-08-31T13:12:59.679Z Downloaded regress v0.11.1
12932026-08-31T13:12:59.684Z Downloaded smoltcp v0.11.0
12942026-08-31T13:12:59.691Z Downloaded dropshot v0.17.1
12952026-08-31T13:12:59.703Z Downloaded typify-impl v0.6.2
12962026-08-31T13:12:59.712Z Downloaded ratatui v0.29.0
12972026-08-31T13:12:59.723Z Downloaded sled v0.34.7
12982026-08-31T13:12:59.728Z Downloaded tracing v0.1.44
12992026-08-31T13:12:59.741Z Downloaded diesel v2.3.7
13002026-08-31T13:12:59.753Z Downloaded sqlparser v0.61.0
13012026-08-31T13:12:59.758Z Downloaded sha3 v0.11.0
13022026-08-31T13:12:59.761Z Downloaded zerocopy-derive v0.6.6
13032026-08-31T13:12:59.766Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-08-31T13:12:59.773Z Downloaded petgraph v0.6.5
13052026-08-31T13:12:59.783Z Downloaded regex-automata v0.4.14
13062026-08-31T13:12:59.792Z Downloaded chrono-tz v0.10.4
13072026-08-31T13:12:59.802Z Downloaded jiff v0.2.34
13082026-08-31T13:12:59.812Z Downloaded libz-sys v1.1.24
13092026-08-31T13:12:59.824Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-31T13:12:59.835Z Downloaded petgraph v0.8.3
13112026-08-31T13:12:59.848Z Downloaded sha3 v0.10.8
13122026-08-31T13:12:59.851Z Downloaded csv v1.4.0
13132026-08-31T13:12:59.862Z Downloaded tokio v1.52.1
13142026-08-31T13:12:59.885Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-08-31T13:12:59.918Z Downloaded encoding_rs v0.8.35
13162026-08-31T13:12:59.931Z Downloaded ring v0.17.14
13172026-08-31T13:13:00.287Z Downloaded aws-lc-sys v0.40.0
13182026-08-31T13:13:00.561Z Compiling serde_core v1.0.228
13192026-08-31T13:13:00.561Z Compiling libc v0.2.185
13202026-08-31T13:13:00.564Z Compiling serde v1.0.228
13212026-08-31T13:13:00.564Z Compiling log v0.4.33
13222026-08-31T13:13:00.564Z Compiling smallvec v1.15.1
13232026-08-31T13:13:00.564Z Compiling find-msvc-tools v0.1.9
13242026-08-31T13:13:00.564Z Compiling shlex v1.3.0
13252026-08-31T13:13:00.564Z Compiling subtle v2.6.1
13262026-08-31T13:13:00.746Z Compiling scopeguard v1.2.0
13272026-08-31T13:13:00.756Z Compiling typenum v1.20.1
13282026-08-31T13:13:00.759Z Compiling stable_deref_trait v1.2.1
13292026-08-31T13:13:00.759Z Compiling zerocopy v0.8.55
13302026-08-31T13:13:00.759Z Compiling portable-atomic v1.13.1
13312026-08-31T13:13:00.771Z Compiling serde_json v1.0.151
13322026-08-31T13:13:00.801Z Compiling syn v2.0.117
13332026-08-31T13:13:00.829Z Compiling critical-section v1.2.0
13342026-08-31T13:13:00.900Z Compiling libm v0.2.16
13352026-08-31T13:13:00.929Z Compiling lock_api v0.4.14
13362026-08-31T13:13:00.944Z Compiling num-traits v0.2.19
13372026-08-31T13:13:00.965Z Compiling pkg-config v0.3.32
13382026-08-31T13:13:00.981Z Compiling generic-array v0.14.7
13392026-08-31T13:13:00.997Z Compiling parking_lot_core v0.9.12
13402026-08-31T13:13:01.013Z Compiling getrandom v0.4.3
13412026-08-31T13:13:01.027Z Compiling pin-project-lite v0.2.17
13422026-08-31T13:13:01.088Z Compiling const-oid v0.9.6
13432026-08-31T13:13:01.105Z Compiling rand_core v0.10.0
13442026-08-31T13:13:01.156Z Compiling writeable v0.6.2
13452026-08-31T13:13:01.185Z Compiling futures-core v0.3.32
13462026-08-31T13:13:01.290Z Compiling litemap v0.8.1
13472026-08-31T13:13:01.317Z Compiling percent-encoding v2.3.2
13482026-08-31T13:13:01.320Z Compiling icu_properties_data v2.1.2
13492026-08-31T13:13:01.350Z Compiling icu_normalizer_data v2.1.1
13502026-08-31T13:13:01.364Z Compiling rustix v1.1.4
13512026-08-31T13:13:01.367Z Compiling getrandom v0.3.4
13522026-08-31T13:13:01.395Z Compiling futures-sink v0.3.32
13532026-08-31T13:13:01.440Z Compiling futures-task v0.3.32
13542026-08-31T13:13:01.515Z Compiling futures-io v0.3.32
13552026-08-31T13:13:01.518Z Compiling utf8_iter v1.0.4
13562026-08-31T13:13:01.561Z Compiling futures-channel v0.3.32
13572026-08-31T13:13:01.564Z Compiling slab v0.4.12
13582026-08-31T13:13:01.626Z Compiling errno v0.3.14
13592026-08-31T13:13:01.640Z Compiling jobserver v0.1.34
13602026-08-31T13:13:01.688Z Compiling getrandom v0.2.17
13612026-08-31T13:13:01.734Z Compiling mio v1.2.0
13622026-08-31T13:13:01.752Z Compiling signal-hook-registry v1.4.8
13632026-08-31T13:13:01.786Z Compiling socket2 v0.6.3
13642026-08-31T13:13:01.821Z Compiling form_urlencoded v1.2.2
13652026-08-31T13:13:01.891Z Compiling cc v1.2.56
13662026-08-31T13:13:01.913Z Compiling rand_core v0.6.4
13672026-08-31T13:13:01.955Z Compiling once_cell v1.21.3
13682026-08-31T13:13:01.979Z Compiling parking_lot v0.12.5
13692026-08-31T13:13:02.032Z Compiling rustversion v1.0.22
13702026-08-31T13:13:02.050Z Compiling base64ct v1.8.3
13712026-08-31T13:13:02.079Z Compiling iana-time-zone v0.1.65
13722026-08-31T13:13:02.083Z Compiling regex-syntax v0.8.10
13732026-08-31T13:13:02.118Z Compiling dunce v1.0.5
13742026-08-31T13:13:02.196Z Compiling flagset v0.4.7
13752026-08-31T13:13:02.212Z Compiling fs_extra v1.3.0
13762026-08-31T13:13:02.238Z Compiling ident_case v1.0.1
13772026-08-31T13:13:02.252Z Compiling base64 v0.22.1
13782026-08-31T13:13:02.267Z Compiling vcpkg v0.2.15
13792026-08-31T13:13:02.325Z Compiling pem-rfc7468 v0.7.0
13802026-08-31T13:13:02.346Z Compiling rand_core v0.9.5
13812026-08-31T13:13:02.380Z Compiling syn v1.0.109
13822026-08-31T13:13:02.383Z Compiling tracing-core v0.1.36
13832026-08-31T13:13:02.396Z Compiling simd-adler32 v0.3.8
13842026-08-31T13:13:02.399Z Compiling dyn-clone v1.0.20
13852026-08-31T13:13:02.441Z Compiling schemars v0.8.22
13862026-08-31T13:13:02.509Z Compiling cpufeatures v0.2.17
13872026-08-31T13:13:02.562Z Compiling aws-lc-rs v1.16.3
13882026-08-31T13:13:02.596Z Compiling spin v0.9.8
13892026-08-31T13:13:02.611Z Compiling crc32fast v1.5.0
13902026-08-31T13:13:02.651Z Compiling cmov v0.5.4
13912026-08-31T13:13:02.651Z Compiling tinyvec_macros v0.1.1
13922026-08-31T13:13:02.688Z Compiling cmake v0.1.57
13932026-08-31T13:13:02.734Z Compiling httparse v1.10.1
13942026-08-31T13:13:02.748Z Compiling openssl-probe v0.2.1
13952026-08-31T13:13:02.751Z Compiling adler2 v2.0.1
13962026-08-31T13:13:02.827Z Compiling tinyvec v1.10.0
13972026-08-31T13:13:02.878Z Compiling miniz_oxide v0.8.9
13982026-08-31T13:13:02.906Z Compiling ctutils v0.4.2
13992026-08-31T13:13:02.950Z Compiling aho-corasick v1.1.4
14002026-08-31T13:13:02.956Z Compiling bitflags v2.11.0
14012026-08-31T13:13:02.988Z Compiling semver v1.0.28
14022026-08-31T13:13:03.072Z Compiling indexmap v2.14.0
14032026-08-31T13:13:03.153Z Compiling uuid v1.23.4
14042026-08-31T13:13:03.183Z Compiling unicode-segmentation v1.12.0
14052026-08-31T13:13:03.215Z Compiling try-lock v0.2.5
14062026-08-31T13:13:03.230Z Compiling tower-service v0.3.3
14072026-08-31T13:13:03.245Z Compiling atomic-waker v1.1.2
14082026-08-31T13:13:03.248Z Compiling tower-layer v0.3.3
14092026-08-31T13:13:03.337Z Compiling rustc_version v0.4.1
14102026-08-31T13:13:03.352Z Compiling untrusted v0.7.1
14112026-08-31T13:13:03.368Z Compiling radium v0.7.0
14122026-08-31T13:13:03.386Z Compiling want v0.3.1
14132026-08-31T13:13:03.566Z Compiling aws-lc-sys v0.40.0
14142026-08-31T13:13:03.581Z Compiling openssl-sys v0.9.117
14152026-08-31T13:13:03.596Z Compiling rustls v0.23.41
14162026-08-31T13:13:03.618Z Compiling foreign-types-shared v0.1.1
14172026-08-31T13:13:03.677Z Compiling maybe-uninit v2.0.0
14182026-08-31T13:13:03.692Z Compiling openssl v0.10.80
14192026-08-31T13:13:03.709Z Compiling httpdate v1.0.3
14202026-08-31T13:13:03.724Z Compiling untrusted v0.9.0
14212026-08-31T13:13:03.768Z Compiling tap v1.0.1
14222026-08-31T13:13:03.791Z Compiling synstructure v0.13.2
14232026-08-31T13:13:03.795Z Compiling serde_derive_internals v0.29.1
14242026-08-31T13:13:03.864Z Compiling pest_generator v2.8.6
14252026-08-31T13:13:03.899Z Compiling regex-automata v0.4.14
14262026-08-31T13:13:03.914Z Compiling darling_core v0.20.11
14272026-08-31T13:13:03.959Z Compiling wyz v0.5.1
14282026-08-31T13:13:03.974Z Compiling foreign-types v0.3.2
14292026-08-31T13:13:04.066Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-08-31T13:13:04.180Z Compiling tempfile v3.27.0
14312026-08-31T13:13:04.207Z Compiling terminal_size v0.4.3
14322026-08-31T13:13:04.271Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-08-31T13:13:04.359Z Compiling unicode-normalization v0.1.25
14342026-08-31T13:13:04.449Z Compiling num-integer v0.1.46
14352026-08-31T13:13:04.463Z Compiling wait-timeout v0.2.1
14362026-08-31T13:13:04.491Z Compiling socket2 v0.5.10
14372026-08-31T13:13:04.582Z Compiling ahash v0.8.12
14382026-08-31T13:13:04.596Z Compiling num-conv v0.2.0
14392026-08-31T13:13:04.613Z Compiling quick-error v1.2.3
14402026-08-31T13:13:04.630Z Compiling packed_struct v0.10.1
14412026-08-31T13:13:04.738Z Compiling native-tls v0.2.18
14422026-08-31T13:13:04.753Z Compiling funty v2.0.0
14432026-08-31T13:13:04.756Z Compiling powerfmt v0.2.0
14442026-08-31T13:13:04.786Z Compiling bit-vec v0.8.0
14452026-08-31T13:13:04.786Z Compiling time-core v0.1.8
14462026-08-31T13:13:04.817Z Compiling num-bigint-dig v0.8.6
14472026-08-31T13:13:04.858Z Compiling clap_builder v4.6.0
14482026-08-31T13:13:04.881Z Compiling rusty-fork v0.3.1
14492026-08-31T13:13:04.898Z Compiling num-iter v0.1.45
14502026-08-31T13:13:04.926Z Compiling deranged v0.5.8
14512026-08-31T13:13:04.959Z Compiling time-macros v0.2.27
14522026-08-31T13:13:05.009Z Compiling bit-set v0.8.0
14532026-08-31T13:13:05.060Z Compiling lazy_static v1.5.0
14542026-08-31T13:13:05.074Z Compiling rand_xorshift v0.4.0
14552026-08-31T13:13:05.124Z Compiling bitvec v1.0.1
14562026-08-31T13:13:05.165Z Compiling sync_wrapper v1.0.2
14572026-08-31T13:13:05.193Z Compiling indexmap v1.9.3
14582026-08-31T13:13:05.225Z Compiling nodrop v0.1.14
14592026-08-31T13:13:05.299Z Compiling paste v1.0.15
14602026-08-31T13:13:05.318Z Compiling object v0.37.3
14612026-08-31T13:13:05.367Z Compiling siphasher v1.0.2
14622026-08-31T13:13:05.398Z Compiling crossbeam-utils v0.8.21
14632026-08-31T13:13:05.417Z Compiling unarray v0.1.4
14642026-08-31T13:13:05.546Z Compiling crc-catalog v2.4.0
14652026-08-31T13:13:05.570Z Compiling serde_derive v1.0.228
14662026-08-31T13:13:05.585Z Compiling zeroize_derive v1.5.0
14672026-08-31T13:13:05.601Z Compiling zerocopy-derive v0.8.55
14682026-08-31T13:13:05.616Z Compiling zerofrom-derive v0.1.6
14692026-08-31T13:13:05.653Z Compiling yoke-derive v0.8.1
14702026-08-31T13:13:05.711Z Compiling zerovec-derive v0.11.2
14712026-08-31T13:13:05.918Z Compiling displaydoc v0.2.5
14722026-08-31T13:13:05.988Z Compiling tokio-macros v2.7.0
14732026-08-31T13:13:06.134Z Compiling futures-macro v0.3.32
14742026-08-31T13:13:06.279Z Compiling der_derive v0.7.3
14752026-08-31T13:13:06.353Z Compiling thiserror-impl v2.0.18
14762026-08-31T13:13:06.714Z Compiling tracing-attributes v0.1.31
14772026-08-31T13:13:06.742Z Compiling schemars_derive v0.8.22
14782026-08-31T13:13:06.800Z Compiling scroll_derive v0.13.1
14792026-08-31T13:13:06.902Z Compiling pest_derive v2.8.6
14802026-08-31T13:13:06.930Z Compiling darling_macro v0.20.11
14812026-08-31T13:13:06.946Z Compiling openssl-macros v0.1.1
14822026-08-31T13:13:07.045Z Compiling futures-util v0.3.32
14832026-08-31T13:13:07.112Z Compiling zerofrom v0.1.6
14842026-08-31T13:13:07.272Z Compiling yoke v0.8.1
14852026-08-31T13:13:07.350Z Compiling thiserror-impl v1.0.69
14862026-08-31T13:13:07.406Z Compiling packed_struct_codegen v0.10.1
14872026-08-31T13:13:07.468Z Compiling zerovec v0.11.5
14882026-08-31T13:13:07.482Z Compiling zerotrie v0.2.3
14892026-08-31T13:13:07.667Z Compiling scroll v0.13.0
14902026-08-31T13:13:07.807Z Compiling thiserror v2.0.18
14912026-08-31T13:13:07.823Z Compiling darling v0.20.11
14922026-08-31T13:13:07.918Z Compiling goblin v0.10.5
14932026-08-31T13:13:07.934Z Compiling clap_derive v4.6.1
14942026-08-31T13:13:07.970Z Compiling tinystr v0.8.2
14952026-08-31T13:13:08.028Z Compiling potential_utf v0.1.4
14962026-08-31T13:13:08.094Z Compiling zerocopy-derive v0.6.6
14972026-08-31T13:13:08.109Z Compiling bitfield-macros v0.19.4
14982026-08-31T13:13:08.124Z Compiling tracing v0.1.44
14992026-08-31T13:13:08.195Z Compiling icu_locale_core v2.1.1
15002026-08-31T13:13:08.215Z Compiling icu_collections v2.1.1
15012026-08-31T13:13:08.268Z Compiling usdt-impl v0.6.0
15022026-08-31T13:13:08.417Z Compiling num_threads v0.1.7
15032026-08-31T13:13:08.505Z Compiling zlib-rs v0.6.2
15042026-08-31T13:13:08.550Z Compiling time v0.3.47
15052026-08-31T13:13:08.569Z Compiling dtrace-parser v0.3.0
15062026-08-31T13:13:08.702Z Compiling thiserror v1.0.69
15072026-08-31T13:13:08.719Z Compiling derive_builder_core v0.20.2
15082026-08-31T13:13:08.878Z Compiling icu_provider v2.1.1
15092026-08-31T13:13:08.942Z Compiling bitfield v0.19.4
15102026-08-31T13:13:08.993Z Compiling zerocopy v0.6.6
15112026-08-31T13:13:09.127Z Compiling icu_properties v2.1.2
15122026-08-31T13:13:09.202Z Compiling zeroize v1.9.0
15132026-08-31T13:13:09.237Z Compiling bytes v1.11.1
15142026-08-31T13:13:09.254Z Compiling icu_normalizer v2.1.1
15152026-08-31T13:13:09.345Z Compiling chrono v0.4.45
15162026-08-31T13:13:09.360Z Compiling ipnet v2.12.0
15172026-08-31T13:13:09.470Z Compiling der v0.7.10
15182026-08-31T13:13:09.611Z Compiling rustls-pki-types v1.14.0
15192026-08-31T13:13:09.766Z Compiling tokio v1.52.1
15202026-08-31T13:13:09.810Z Compiling http v1.4.2
15212026-08-31T13:13:09.873Z Compiling hybrid-array v0.4.13
15222026-08-31T13:13:09.876Z Compiling hex v0.4.3
15232026-08-31T13:13:10.035Z Compiling crypto-common v0.1.7
15242026-08-31T13:13:10.083Z Compiling block-buffer v0.10.4
15252026-08-31T13:13:10.162Z Compiling ppv-lite86 v0.2.21
15262026-08-31T13:13:10.177Z Compiling idna_adapter v1.2.1
15272026-08-31T13:13:10.200Z Compiling serde_spanned v0.6.9
15282026-08-31T13:13:10.338Z Compiling digest v0.10.7
15292026-08-31T13:13:10.353Z Compiling idna v1.1.0
15302026-08-31T13:13:10.367Z Compiling spki v0.7.3
15312026-08-31T13:13:10.397Z Compiling toml_datetime v0.6.11
15322026-08-31T13:13:10.454Z Compiling clap v4.6.1
15332026-08-31T13:13:10.548Z Compiling rand_chacha v0.9.0
15342026-08-31T13:13:10.581Z Compiling pkcs8 v0.10.2
15352026-08-31T13:13:10.599Z Compiling http-body v1.0.1
15362026-08-31T13:13:10.615Z Compiling sha2 v0.10.9
15372026-08-31T13:13:10.682Z Compiling url v2.5.8
15382026-08-31T13:13:10.697Z Compiling signature v2.2.0
15392026-08-31T13:13:10.730Z Compiling rand_chacha v0.3.1
15402026-08-31T13:13:10.746Z Compiling hmac v0.12.1
15412026-08-31T13:13:10.774Z Compiling rand v0.9.2
15422026-08-31T13:13:10.777Z Compiling pkcs1 v0.7.5
15432026-08-31T13:13:10.809Z Compiling http-body-util v0.1.3
15442026-08-31T13:13:10.871Z Compiling dof v0.4.0
15452026-08-31T13:13:11.042Z Compiling rand v0.8.6
15462026-08-31T13:13:11.079Z Compiling crc v3.4.0
15472026-08-31T13:13:11.297Z Compiling scroll_derive v0.12.1
15482026-08-31T13:13:11.300Z Compiling structmeta-derive v0.3.0
15492026-08-31T13:13:11.357Z Compiling array-init v0.0.4
15502026-08-31T13:13:11.521Z Compiling flate2 v1.1.9
15512026-08-31T13:13:11.559Z Compiling proptest v1.11.0
15522026-08-31T13:13:11.586Z Compiling smallvec v0.6.14
15532026-08-31T13:13:11.809Z Compiling darling_core v0.23.0
15542026-08-31T13:13:11.871Z Compiling heapless v0.7.17
15552026-08-31T13:13:11.886Z Compiling slog v2.8.2
15562026-08-31T13:13:11.957Z Compiling thread-id v5.1.0
15572026-08-31T13:13:11.981Z Compiling env_filter v2.0.0
15582026-08-31T13:13:12.010Z Compiling ipnetwork v0.21.1
15592026-08-31T13:13:12.057Z Compiling syn v3.0.3
15602026-08-31T13:13:12.098Z Compiling cookie v0.18.1
15612026-08-31T13:13:12.102Z Compiling winnow v0.5.40
15622026-08-31T13:13:12.138Z Compiling anyhow v1.0.104
15632026-08-31T13:13:12.281Z Compiling unicode-bidi v0.3.18
15642026-08-31T13:13:12.295Z Compiling allocator-api2 v0.2.21
15652026-08-31T13:13:12.298Z Compiling gimli v0.32.3
15662026-08-31T13:13:12.324Z Compiling signal-hook v0.3.18
15672026-08-31T13:13:12.437Z Compiling zstd-safe v7.2.4
15682026-08-31T13:13:12.452Z Compiling iri-string v0.7.10
15692026-08-31T13:13:12.470Z Compiling base64 v0.21.7
15702026-08-31T13:13:12.512Z Compiling ryu v1.0.23
15712026-08-31T13:13:12.544Z Compiling hashbrown v0.12.3
15722026-08-31T13:13:12.569Z Compiling unicode-properties v0.1.4
15732026-08-31T13:13:12.650Z Compiling serde_urlencoded v0.7.1
15742026-08-31T13:13:12.731Z Compiling ron v0.8.1
15752026-08-31T13:13:12.801Z Compiling rsa v0.9.10
15762026-08-31T13:13:12.818Z Compiling stringprep v0.1.5
15772026-08-31T13:13:12.847Z Compiling structmeta v0.3.0
15782026-08-31T13:13:12.969Z Compiling oxnet v0.1.6
15792026-08-31T13:13:13.065Z Compiling env_logger v0.11.11
15802026-08-31T13:13:13.165Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15812026-08-31T13:13:13.423Z Compiling scroll v0.12.0
15822026-08-31T13:13:13.438Z Compiling toml_edit v0.19.15
15832026-08-31T13:13:13.454Z Compiling serde-hex v0.1.0
15842026-08-31T13:13:13.596Z Compiling camino v1.2.5
15852026-08-31T13:13:13.705Z Compiling tokio-util v0.7.18
15862026-08-31T13:13:13.715Z Compiling tower v0.5.3
15872026-08-31T13:13:13.905Z Compiling tokio-native-tls v0.3.1
15882026-08-31T13:13:14.020Z Compiling addr2line v0.25.1
15892026-08-31T13:13:14.096Z Compiling newtype-uuid v1.3.2
15902026-08-31T13:13:14.249Z Compiling tower-http v0.6.8
15912026-08-31T13:13:14.379Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15922026-08-31T13:13:14.395Z Compiling darling_macro v0.23.0
15932026-08-31T13:13:14.453Z Compiling h2 v0.4.15
15942026-08-31T13:13:14.562Z Compiling block-buffer v0.12.1
15952026-08-31T13:13:14.585Z Compiling crypto-common v0.2.2
15962026-08-31T13:13:14.688Z Compiling block-padding v0.4.2
15972026-08-31T13:13:14.787Z Compiling hashbrown v0.13.2
15982026-08-31T13:13:14.803Z Compiling md-5 v0.10.6
15992026-08-31T13:13:14.884Z Compiling x509-cert v0.2.5
16002026-08-31T13:13:14.927Z Compiling rustls-native-certs v0.8.3
16012026-08-31T13:13:14.994Z Compiling derive_builder_macro v0.20.2
16022026-08-31T13:13:15.272Z Compiling erased-serde v0.3.31
16032026-08-31T13:13:15.272Z Compiling serde_tokenstream v0.2.3
16042026-08-31T13:13:15.536Z Compiling bzip2 v0.4.4
16052026-08-31T13:13:15.631Z Compiling daft-derive v0.1.8
16062026-08-31T13:13:15.645Z Compiling bstr v1.12.1
16072026-08-31T13:13:15.779Z Compiling pin-project-internal v1.1.11
16082026-08-31T13:13:15.813Z Compiling zerocopy-derive v0.7.35
16092026-08-31T13:13:15.818Z Compiling async-trait v0.1.89
16102026-08-31T13:13:15.863Z Compiling curve25519-dalek v4.1.3
16112026-08-31T13:13:15.919Z Compiling heck v0.4.1
16122026-08-31T13:13:16.165Z Compiling vergen-lib v9.1.0
16132026-08-31T13:13:16.229Z Compiling hash32 v0.2.1
16142026-08-31T13:13:16.244Z Compiling encoding_rs v0.8.35
16152026-08-31T13:13:16.329Z Compiling memoffset v0.9.1
16162026-08-31T13:13:16.380Z Compiling ref-cast v1.0.25
16172026-08-31T13:13:16.402Z Compiling rustix v0.38.44
16182026-08-31T13:13:16.417Z Compiling rustc-demangle v0.1.27
16192026-08-31T13:13:16.449Z Compiling cfg_aliases v0.2.1
16202026-08-31T13:13:16.538Z Compiling smoltcp v0.9.1
16212026-08-31T13:13:16.552Z Compiling litrs v1.0.0
16222026-08-31T13:13:16.565Z Compiling mime v0.3.17
16232026-08-31T13:13:16.711Z Compiling psl-types v2.0.11
16242026-08-31T13:13:16.742Z Compiling owo-colors v4.3.0
16252026-08-31T13:13:16.778Z Compiling fallible-iterator v0.2.0
16262026-08-31T13:13:16.843Z Compiling crc-any v2.5.0
16272026-08-31T13:13:16.859Z Compiling publicsuffix v2.3.0
16282026-08-31T13:13:16.903Z Compiling backtrace v0.3.76
16292026-08-31T13:13:16.938Z Compiling zerocopy v0.7.35
16302026-08-31T13:13:16.977Z Compiling pin-project v1.1.11
16312026-08-31T13:13:17.076Z Compiling postgres-protocol v0.6.10
16322026-08-31T13:13:17.096Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-31T13:13:17.099Z Compiling document-features v0.2.12
16342026-08-31T13:13:17.124Z Compiling nix v0.31.2
16352026-08-31T13:13:17.127Z Compiling daft v0.1.8
16362026-08-31T13:13:17.232Z Compiling snafu-derive v0.8.9
16372026-08-31T13:13:17.324Z Compiling zip v0.6.6
16382026-08-31T13:13:17.449Z Compiling derive_builder v0.20.2
16392026-08-31T13:13:17.528Z Compiling object v0.30.4
16402026-08-31T13:13:17.544Z Compiling darling v0.23.0
16412026-08-31T13:13:17.596Z Compiling toml v0.7.8
16422026-08-31T13:13:17.645Z Compiling inout v0.2.2
16432026-08-31T13:13:17.671Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16442026-08-31T13:13:17.687Z Compiling goblin v0.8.2
16452026-08-31T13:13:17.719Z Compiling hyper v1.10.1
16462026-08-31T13:13:17.805Z Compiling derive-ex v0.1.8
16472026-08-31T13:13:17.987Z Compiling futures-executor v0.3.32
16482026-08-31T13:13:18.105Z Compiling hubpack_derive v0.1.1
16492026-08-31T13:13:18.160Z Compiling regex v1.12.3
16502026-08-31T13:13:18.201Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-31T13:13:18.218Z Compiling strum_macros v0.27.2
16522026-08-31T13:13:18.269Z Compiling ref-cast-impl v1.0.25
16532026-08-31T13:13:18.293Z Compiling phf_shared v0.13.1
16542026-08-31T13:13:18.400Z Compiling convert_case v0.10.0
16552026-08-31T13:13:18.561Z Compiling vergen v9.1.0
16562026-08-31T13:13:18.600Z Compiling cargo-platform v0.3.2
16572026-08-31T13:13:18.619Z Compiling ff v0.13.1
16582026-08-31T13:13:18.731Z Compiling fs-err v3.3.0
16592026-08-31T13:13:18.763Z Compiling same-file v1.0.6
16602026-08-31T13:13:18.766Z Compiling foldhash v0.2.0
16612026-08-31T13:13:18.800Z Compiling base16ct v0.2.0
16622026-08-31T13:13:18.861Z Compiling hyper-util v0.1.20
16632026-08-31T13:13:18.888Z Compiling path-slash v0.1.5
16642026-08-31T13:13:18.893Z Compiling is_ci v1.2.0
16652026-08-31T13:13:18.949Z Compiling managed v0.8.0
16662026-08-31T13:13:18.964Z Compiling bitflags v1.3.2
16672026-08-31T13:13:18.996Z Compiling libbz2-rs-sys v0.2.2
16682026-08-31T13:13:19.026Z Compiling bumpalo v3.20.2
16692026-08-31T13:13:19.041Z Compiling foldhash v0.1.5
16702026-08-31T13:13:19.058Z Compiling jiff-core v0.1.0
16712026-08-31T13:13:19.061Z Compiling textwrap v0.16.2
16722026-08-31T13:13:19.184Z Compiling hashbrown v0.15.5
16732026-08-31T13:13:19.236Z Compiling zopfli v0.8.3
16742026-08-31T13:13:19.252Z Compiling snafu v0.8.9
16752026-08-31T13:13:19.383Z Compiling supports-color v3.0.2
16762026-08-31T13:13:19.554Z Compiling test-strategy v0.4.5
16772026-08-31T13:13:19.570Z Compiling bzip2 v0.6.1
16782026-08-31T13:13:19.636Z Compiling hashbrown v0.16.1
16792026-08-31T13:13:19.699Z Compiling sec1 v0.7.3
16802026-08-31T13:13:19.762Z Compiling walkdir v2.5.0
16812026-08-31T13:13:19.913Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-31T13:13:19.929Z Compiling jiff v0.2.34
16832026-08-31T13:13:20.019Z Compiling dof v0.3.0
16842026-08-31T13:13:20.094Z Compiling cargo_metadata v0.23.1
16852026-08-31T13:13:20.160Z Compiling group v0.13.0
16862026-08-31T13:13:20.180Z Compiling derive_more-impl v2.1.1
16872026-08-31T13:13:20.238Z Compiling strum v0.27.2
16882026-08-31T13:13:20.315Z Compiling hubpack v0.1.2
16892026-08-31T13:13:20.410Z Compiling hyper-tls v0.6.0
16902026-08-31T13:13:20.453Z Compiling phf v0.13.1
16912026-08-31T13:13:20.547Z Compiling signal-hook-mio v0.2.5
16922026-08-31T13:13:20.570Z Compiling cookie_store v0.22.1
16932026-08-31T13:13:20.609Z Compiling reqwest v0.12.28
16942026-08-31T13:13:20.671Z Compiling futures v0.3.32
16952026-08-31T13:13:20.687Z Compiling zstd v0.13.3
16962026-08-31T13:13:20.767Z Compiling cipher v0.5.2
16972026-08-31T13:13:20.821Z Compiling serde_with_macros v3.21.0
16982026-08-31T13:13:20.991Z Compiling postgres-types v0.2.12
16992026-08-31T13:13:21.106Z Compiling backtrace-ext v0.2.1
17002026-08-31T13:13:21.272Z Compiling globset v0.4.18
17012026-08-31T13:13:21.301Z Compiling usdt-attr-macro v0.6.0
17022026-08-31T13:13:21.316Z Compiling usdt-macro v0.6.0
17032026-08-31T13:13:21.427Z Compiling byte-wrapper v0.1.0
17042026-08-31T13:13:21.443Z Compiling hkdf v0.12.4
17052026-08-31T13:13:21.567Z Compiling ed25519 v2.2.3
17062026-08-31T13:13:21.582Z Compiling crypto-bigint v0.5.5
17072026-08-31T13:13:21.635Z Compiling serde_plain v1.0.2
17082026-08-31T13:13:21.788Z Compiling serde-big-array v0.5.1
17092026-08-31T13:13:21.864Z Compiling olpc-cjson v0.1.4
17102026-08-31T13:13:21.896Z Compiling dtrace-parser v0.2.0
17112026-08-31T13:13:21.951Z Compiling enum-as-inner v0.6.1
17122026-08-31T13:13:21.970Z Compiling serde_repr v0.1.20
17132026-08-31T13:13:22.045Z Compiling async-recursion v1.1.1
17142026-08-31T13:13:22.048Z Compiling miette-derive v7.6.0
17152026-08-31T13:13:22.152Z Compiling strum_macros v0.26.4
17162026-08-31T13:13:22.185Z Compiling phf_shared v0.11.3
17172026-08-31T13:13:22.397Z Compiling float-cmp v0.10.0
17182026-08-31T13:13:22.414Z Compiling pem v3.0.6
17192026-08-31T13:13:22.495Z Compiling thread-id v4.2.2
17202026-08-31T13:13:22.564Z Compiling memmap2 v0.9.10
17212026-08-31T13:13:22.564Z Compiling fixedbitset v0.5.7
17222026-08-31T13:13:22.570Z Compiling winnow v1.0.3
17232026-08-31T13:13:22.596Z Compiling data-encoding v2.10.0
17242026-08-31T13:13:22.681Z Compiling normalize-line-endings v0.3.0
17252026-08-31T13:13:22.745Z Compiling keccak v0.1.6
17262026-08-31T13:13:22.761Z Compiling const-oid v0.10.2
17272026-08-31T13:13:22.777Z Compiling supports-hyperlinks v3.2.0
17282026-08-31T13:13:22.795Z Compiling whoami v2.1.0
17292026-08-31T13:13:22.852Z Compiling predicates-core v1.0.10
17302026-08-31T13:13:22.879Z Compiling precomputed-hash v0.1.1
17312026-08-31T13:13:22.934Z Compiling new_debug_unreachable v1.0.6
17322026-08-31T13:13:22.955Z Compiling either v1.15.0
17332026-08-31T13:13:22.982Z Compiling cpufeatures v0.3.0
17342026-08-31T13:13:22.998Z Compiling supports-unicode v3.0.0
17352026-08-31T13:13:23.018Z Compiling typed-path v0.9.3
17362026-08-31T13:13:23.051Z Compiling difflib v0.4.0
17372026-08-31T13:13:23.079Z Compiling static_assertions v1.1.0
17382026-08-31T13:13:23.163Z Compiling fixedbitset v0.4.2
17392026-08-31T13:13:23.179Z Compiling itertools v0.13.0
17402026-08-31T13:13:23.196Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17412026-08-31T13:13:23.209Z Compiling toml_edit v0.22.27
17422026-08-31T13:13:23.272Z Compiling miette v7.6.0
17432026-08-31T13:13:23.329Z Compiling petgraph v0.6.5
17442026-08-31T13:13:23.412Z Compiling predicates v3.1.4
17452026-08-31T13:13:23.502Z Compiling chacha20 v0.10.0
17462026-08-31T13:13:23.647Z Compiling toml_parser v1.1.2+spec-1.1.0
17472026-08-31T13:13:23.662Z Compiling tokio-postgres v0.7.16
17482026-08-31T13:13:23.698Z Compiling string_cache v0.8.9
17492026-08-31T13:13:23.770Z Compiling digest v0.11.3
17502026-08-31T13:13:23.912Z Compiling sha3 v0.10.8
17512026-08-31T13:13:23.955Z Compiling hickory-proto v0.25.2
17522026-08-31T13:13:23.984Z Compiling strum v0.26.3
17532026-08-31T13:13:24.022Z Compiling petgraph v0.8.3
17542026-08-31T13:13:24.071Z Compiling usdt v0.6.0
17552026-08-31T13:13:24.133Z Compiling elliptic-curve v0.13.8
17562026-08-31T13:13:24.274Z Compiling usdt-impl v0.5.0
17572026-08-31T13:13:24.309Z Compiling zip v4.6.1
17582026-08-31T13:13:24.363Z Compiling crossterm v0.28.1
17592026-08-31T13:13:24.394Z Compiling serde_with v3.21.0
17602026-08-31T13:13:24.472Z Compiling ed25519-dalek v2.2.0
17612026-08-31T13:13:24.489Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17622026-08-31T13:13:24.504Z Compiling derive_more v2.1.1
17632026-08-31T13:13:24.853Z Compiling iddqd v0.4.2
17642026-08-31T13:13:25.021Z Compiling similar v2.7.0
17652026-08-31T13:13:25.053Z Compiling crossbeam-epoch v0.9.18
17662026-08-31T13:13:25.306Z Compiling tokio-stream v0.1.18
17672026-08-31T13:13:25.377Z Compiling buf-list v1.1.2
17682026-08-31T13:13:25.428Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-31T13:13:25.682Z Compiling openapiv3 v2.2.0
17702026-08-31T13:13:25.698Z Compiling peg-runtime v0.8.5
17712026-08-31T13:13:25.757Z Compiling lalrpop-util v0.19.12
17722026-08-31T13:13:25.809Z Compiling thread_local v1.1.9
17732026-08-31T13:13:25.947Z Compiling slog-async v2.8.0
17742026-08-31T13:13:25.981Z Compiling crossbeam-channel v0.5.15
17752026-08-31T13:13:25.999Z Compiling is-terminal v0.4.17
17762026-08-31T13:13:26.016Z Compiling filetime v0.2.27
17772026-08-31T13:13:26.034Z Compiling take_mut v0.2.2
17782026-08-31T13:13:26.055Z Compiling term v1.2.1
17792026-08-31T13:13:26.091Z Compiling xattr v1.6.1
17802026-08-31T13:13:26.107Z Compiling camino-tempfile v1.4.1
17812026-08-31T13:13:26.223Z Compiling tar v0.4.46
17822026-08-31T13:13:26.335Z Compiling slog-term v2.9.2
17832026-08-31T13:13:43.664Z Compiling rustls-webpki v0.103.13
17842026-08-31T13:13:46.425Z Compiling tokio-rustls v0.26.4
17852026-08-31T13:13:46.425Z Compiling rustls-platform-verifier v0.6.2
17862026-08-31T13:13:46.460Z Compiling tough v0.22.0
17872026-08-31T13:13:46.631Z Compiling hyper-rustls v0.27.7
17882026-08-31T13:13:46.833Z Compiling reqwest v0.13.2
17892026-08-31T13:13:48.997Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-08-31T13:13:49.248Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-08-31T13:13:52.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.46s
17922026-08-31T13:13:52.331Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17932026-08-31T13:13:52.398ZAug 31 13:13:50.798 INFO Starting download, target: Clickhouse
17942026-08-31T13:13:52.398ZAug 31 13:13:50.799 INFO Starting download, target: Console
17952026-08-31T13:13:52.398ZAug 31 13:13:50.799 INFO Starting download, target: Cockroach
17962026-08-31T13:13:52.404ZAug 31 13:13:50.799 INFO Starting download, target: DendriteStub
17972026-08-31T13:13:52.404ZAug 31 13:13:50.799 INFO Starting download, target: MaghemiteMgd
17982026-08-31T13:13:52.404ZAug 31 13:13:50.799 INFO Starting download, target: MaghemiteDdmd
17992026-08-31T13:13:52.404ZAug 31 13:13:50.799 INFO Starting download, target: TransceiverControl
18002026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18012026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18032026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18042026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18052026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18062026-08-31T13:13:52.404ZAug 31 13:13:50.800 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18072026-08-31T13:13:53.057ZAug 31 13:13:51.457 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18082026-08-31T13:13:53.309ZAug 31 13:13:51.713 INFO Download complete, target: TransceiverControl
18092026-08-31T13:13:54.172ZAug 31 13:13:52.580 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18102026-08-31T13:13:54.268ZAug 31 13:13:52.663 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-08-31T13:13:54.499ZAug 31 13:13:52.909 INFO Download complete, target: Console
18122026-08-31T13:13:56.920ZAug 31 13:13:55.268 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18132026-08-31T13:13:57.086ZAug 31 13:13:55.473 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18142026-08-31T13:13:57.334ZAug 31 13:13:55.719 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-08-31T13:13:57.904ZAug 31 13:13:56.310 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-08-31T13:13:57.904ZAug 31 13:13:56.310 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-08-31T13:13:59.099ZAug 31 13:13:57.491 INFO Download complete, target: MaghemiteDdmd
18182026-08-31T13:13:59.408ZAug 31 13:13:57.798 INFO Download complete, target: DendriteStub
18192026-08-31T13:13:59.807ZAug 31 13:13:58.203 INFO Download complete, target: MaghemiteMgd
18202026-08-31T13:14:00.840ZAug 31 13:13:59.227 INFO Checking that binary works, target: Clickhouse
18212026-08-31T13:14:00.967ZAug 31 13:13:59.327 INFO Download complete, target: Clickhouse
18222026-08-31T13:14:02.509ZAug 31 13:14:00.913 INFO Checking that binary works, target: Cockroach
18232026-08-31T13:14:02.627ZAug 31 13:14:01.037 INFO Download complete, target: Cockroach
18242026-08-31T13:14:02.636ZAll prerequisites installed successfully
18252026-08-31T13:14:02.639Z
18262026-08-31T13:14:02.639Zreal 1:57.441036150
18272026-08-31T13:14:02.639Zuser 7:28.418307925
18282026-08-31T13:14:02.639Zsys 1:47.867848012
18292026-08-31T13:14:02.639Ztrap 0.284571654
18302026-08-31T13:14:02.639Ztflt 0.880978692
18312026-08-31T13:14:02.640Zdflt 1.631322554
18322026-08-31T13:14:02.640Zkflt 0.029738919
18332026-08-31T13:14:02.640Zlock 29:56.033457067
18342026-08-31T13:14:02.640Zslp 20:30.229099552
18352026-08-31T13:14:02.640Zlat 28.179634471
18362026-08-31T13:14:02.640Zstop 3:40.374322144
18372026-08-31T13:14:02.640Z+ ptime -m cargo xtask download softnpu
18382026-08-31T13:14:03.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-08-31T13:14:03.121Z Running `target/debug/xtask download softnpu`
18402026-08-31T13:14:03.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18412026-08-31T13:14:03.990Z Running `target/debug/xtask-downloader softnpu`
18422026-08-31T13:14:04.030ZAug 31 13:14:02.438 INFO Starting download, target: Softnpu
18432026-08-31T13:14:04.033ZAug 31 13:14:02.438 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18442026-08-31T13:14:04.791ZAug 31 13:14:03.202 INFO Download complete, target: Softnpu
18452026-08-31T13:14:04.795Z
18462026-08-31T13:14:04.796Zreal 2.154547938
18472026-08-31T13:14:04.796Zuser 1.347645781
18482026-08-31T13:14:04.796Zsys 0.630934863
18492026-08-31T13:14:04.796Ztrap 0.000585480
18502026-08-31T13:14:04.796Ztflt 0.000174930
18512026-08-31T13:14:04.796Zdflt 0.000153060
18522026-08-31T13:14:04.796Zkflt 0.000000000
18532026-08-31T13:14:04.796Zlock 14.226315305
18542026-08-31T13:14:04.796Zslp 0.618443689
18552026-08-31T13:14:04.796Zlat 0.081874827
18562026-08-31T13:14:04.796Zstop 0.000183030
18572026-08-31T13:14:04.800Z+ export CARGO_INCREMENTAL=0
18582026-08-31T13:14:04.800Z+ CARGO_INCREMENTAL=0
18592026-08-31T13:14:04.800Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18602026-08-31T13:14:05.721Z Compiling proc-macro2 v1.0.106
18612026-08-31T13:14:05.721Z Compiling quote v1.0.45
18622026-08-31T13:14:05.721Z Compiling unicode-ident v1.0.24
18632026-08-31T13:14:05.727Z Compiling serde_core v1.0.228
18642026-08-31T13:14:05.727Z Compiling libc v0.2.185
18652026-08-31T13:14:05.727Z Compiling serde v1.0.228
18662026-08-31T13:14:05.727Z Compiling cfg-if v1.0.4
18672026-08-31T13:14:05.727Z Compiling version_check v0.9.5
18682026-08-31T13:14:05.727Z Compiling autocfg v1.5.0
18692026-08-31T13:14:05.894Z Compiling shlex v1.3.0
18702026-08-31T13:14:05.897Z Compiling find-msvc-tools v0.1.9
18712026-08-31T13:14:05.897Z Compiling memchr v2.8.0
18722026-08-31T13:14:05.897Z Compiling zmij v1.0.21
18732026-08-31T13:14:05.897Z Compiling serde_json v1.0.151
18742026-08-31T13:14:06.032Z Compiling portable-atomic v1.13.1
18752026-08-31T13:14:06.192Z Compiling zerocopy v0.8.55
18762026-08-31T13:14:06.205Z Compiling libm v0.2.16
18772026-08-31T13:14:06.247Z Compiling getrandom v0.4.3
18782026-08-31T13:14:06.252Z Compiling smallvec v1.15.1
18792026-08-31T13:14:06.377Z Compiling icu_properties_data v2.1.2
18802026-08-31T13:14:06.413Z Compiling icu_normalizer_data v2.1.1
18812026-08-31T13:14:06.441Z Compiling generic-array v0.14.7
18822026-08-31T13:14:06.578Z Compiling parking_lot_core v0.9.12
18832026-08-31T13:14:06.578Z Compiling itoa v1.0.17
18842026-08-31T13:14:06.578Z Compiling num-traits v0.2.19
18852026-08-31T13:14:06.578Z Compiling log v0.4.33
18862026-08-31T13:14:06.584Z Compiling pkg-config v0.3.32
18872026-08-31T13:14:06.615Z Compiling subtle v2.6.1
18882026-08-31T13:14:06.646Z Compiling stable_deref_trait v1.2.1
18892026-08-31T13:14:06.740Z Compiling typenum v1.20.1
18902026-08-31T13:14:06.757Z Compiling rustix v1.1.4
18912026-08-31T13:14:06.779Z Compiling jobserver v0.1.34
18922026-08-31T13:14:06.811Z Compiling getrandom v0.3.4
18932026-08-31T13:14:06.827Z Compiling errno v0.3.14
18942026-08-31T13:14:06.907Z Compiling scopeguard v1.2.0
18952026-08-31T13:14:06.934Z Compiling thiserror v2.0.18
18962026-08-31T13:14:07.019Z Compiling cc v1.2.56
18972026-08-31T13:14:07.034Z Compiling lock_api v0.4.14
18982026-08-31T13:14:07.050Z Compiling rand_core v0.10.0
18992026-08-31T13:14:07.195Z Compiling syn v2.0.117
19002026-08-31T13:14:07.246Z Compiling critical-section v1.2.0
19012026-08-31T13:14:07.256Z Compiling getrandom v0.2.17
19022026-08-31T13:14:07.256Z Compiling writeable v0.6.2
19032026-08-31T13:14:07.307Z Compiling litemap v0.8.1
19042026-08-31T13:14:07.310Z Compiling schemars v0.8.22
19052026-08-31T13:14:07.320Z Compiling percent-encoding v2.3.2
19062026-08-31T13:14:07.352Z Compiling equivalent v1.0.2
19072026-08-31T13:14:07.438Z Compiling rand_core v0.6.4
19082026-08-31T13:14:07.515Z Compiling pin-project-lite v0.2.17
19092026-08-31T13:14:07.518Z Compiling syn v1.0.109
19102026-08-31T13:14:07.611Z Compiling rustversion v1.0.22
19112026-08-31T13:14:07.658Z Compiling once_cell v1.21.3
19122026-08-31T13:14:07.741Z Compiling heck v0.5.0
19132026-08-31T13:14:07.759Z Compiling hashbrown v0.17.0
19142026-08-31T13:14:07.809Z Compiling cmake v0.1.57
19152026-08-31T13:14:07.838Z Compiling fs_extra v1.3.0
19162026-08-31T13:14:07.850Z Compiling dunce v1.0.5
19172026-08-31T13:14:07.916Z Compiling utf8_iter v1.0.4
19182026-08-31T13:14:07.946Z Compiling byteorder v1.5.0
19192026-08-31T13:14:07.968Z Compiling form_urlencoded v1.2.2
19202026-08-31T13:14:08.120Z Compiling strsim v0.11.1
19212026-08-31T13:14:08.178Z Compiling signal-hook-registry v1.4.8
19222026-08-31T13:14:08.242Z Compiling thiserror v1.0.69
19232026-08-31T13:14:08.340Z Compiling semver v1.0.28
19242026-08-31T13:14:08.359Z Compiling bitflags v2.11.0
19252026-08-31T13:14:08.450Z Compiling indexmap v2.14.0
19262026-08-31T13:14:08.542Z Compiling aws-lc-sys v0.40.0
19272026-08-31T13:14:08.562Z Compiling parking_lot v0.12.5
19282026-08-31T13:14:08.594Z Compiling socket2 v0.6.3
19292026-08-31T13:14:08.612Z Compiling mio v1.2.0
19302026-08-31T13:14:08.661Z Compiling futures-core v0.3.32
19312026-08-31T13:14:08.681Z Compiling const-oid v0.9.6
19322026-08-31T13:14:08.845Z Compiling aws-lc-rs v1.16.3
19332026-08-31T13:14:08.986Z Compiling httparse v1.10.1
19342026-08-31T13:14:09.007Z Compiling iana-time-zone v0.1.65
19352026-08-31T13:14:09.291Z Compiling ucd-trie v0.1.7
19362026-08-31T13:14:09.325Z Compiling regex-syntax v0.8.10
19372026-08-31T13:14:09.344Z Compiling crc32fast v1.5.0
19382026-08-31T13:14:09.412Z Compiling fnv v1.0.7
19392026-08-31T13:14:09.480Z Compiling pest v2.8.6
19402026-08-31T13:14:09.548Z Compiling uuid v1.23.4
19412026-08-31T13:14:09.585Z Compiling vcpkg v0.2.15
19422026-08-31T13:14:09.601Z Compiling ident_case v1.0.1
19432026-08-31T13:14:09.813Z Compiling rustc_version v0.4.1
19442026-08-31T13:14:09.872Z Compiling rustls v0.23.41
19452026-08-31T13:14:09.906Z Compiling dyn-clone v1.0.20
19462026-08-31T13:14:10.064Z Compiling synstructure v0.13.2
19472026-08-31T13:14:10.109Z Compiling serde_derive_internals v0.29.1
19482026-08-31T13:14:10.126Z Compiling futures-sink v0.3.32
19492026-08-31T13:14:10.227Z Compiling openssl-sys v0.9.117
19502026-08-31T13:14:10.314Z Compiling futures-channel v0.3.32
19512026-08-31T13:14:10.372Z Compiling aho-corasick v1.1.4
19522026-08-31T13:14:10.424Z Compiling futures-task v0.3.32
19532026-08-31T13:14:10.529Z Compiling slab v0.4.12
19542026-08-31T13:14:10.605Z Compiling pest_meta v2.8.6
19552026-08-31T13:14:10.627Z Compiling futures-io v0.3.32
19562026-08-31T13:14:10.804Z Compiling num-conv v0.2.0
19572026-08-31T13:14:10.834Z Compiling radium v0.7.0
19582026-08-31T13:14:10.852Z Compiling plain v0.2.3
19592026-08-31T13:14:10.886Z Compiling time-core v0.1.8
19602026-08-31T13:14:10.975Z Compiling crossbeam-utils v0.8.21
19612026-08-31T13:14:11.006Z Compiling base64ct v1.8.3
19622026-08-31T13:14:11.009Z Compiling pretty-hex v0.4.1
19632026-08-31T13:14:11.060Z Compiling time-macros v0.2.27
19642026-08-31T13:14:11.107Z Compiling base64 v0.22.1
19652026-08-31T13:14:11.161Z Compiling maybe-uninit v2.0.0
19662026-08-31T13:14:11.177Z Compiling openssl v0.10.80
19672026-08-31T13:14:11.196Z Compiling pest_generator v2.8.6
19682026-08-31T13:14:11.215Z Compiling slog v2.8.2
19692026-08-31T13:14:11.298Z Compiling regex-automata v0.4.14
19702026-08-31T13:14:11.320Z Compiling serde_derive v1.0.228
19712026-08-31T13:14:11.336Z Compiling zeroize_derive v1.5.0
19722026-08-31T13:14:11.443Z Compiling zerofrom-derive v0.1.6
19732026-08-31T13:14:11.463Z Compiling yoke-derive v0.8.1
19742026-08-31T13:14:11.466Z Compiling zerocopy-derive v0.8.55
19752026-08-31T13:14:11.466Z Compiling zerovec-derive v0.11.2
19762026-08-31T13:14:11.466Z Compiling displaydoc v0.2.5
19772026-08-31T13:14:11.528Z Compiling tokio-macros v2.7.0
19782026-08-31T13:14:11.631Z Compiling futures-macro v0.3.32
19792026-08-31T13:14:11.805Z Compiling thiserror-impl v2.0.18
19802026-08-31T13:14:11.831Z Compiling schemars_derive v0.8.22
19812026-08-31T13:14:11.876Z Compiling der_derive v0.7.3
19822026-08-31T13:14:11.903Z Compiling tracing-attributes v0.1.31
19832026-08-31T13:14:11.963Z Compiling thiserror-impl v1.0.69
19842026-08-31T13:14:12.027Z Compiling pest_derive v2.8.6
19852026-08-31T13:14:12.048Z Compiling scroll_derive v0.13.1
19862026-08-31T13:14:12.230Z Compiling scroll_derive v0.12.1
19872026-08-31T13:14:12.259Z Compiling pem-rfc7468 v0.7.0
19882026-08-31T13:14:12.430Z Compiling futures-util v0.3.32
19892026-08-31T13:14:12.509Z Compiling unicode-segmentation v1.12.0
19902026-08-31T13:14:12.552Z Compiling flagset v0.4.7
19912026-08-31T13:14:12.592Z Compiling zerofrom v0.1.6
19922026-08-31T13:14:12.711Z Compiling yoke v0.8.1
19932026-08-31T13:14:12.750Z Compiling openssl-macros v0.1.1
19942026-08-31T13:14:12.814Z Compiling rand_core v0.9.5
19952026-08-31T13:14:12.887Z Compiling darling_core v0.23.0
19962026-08-31T13:14:12.912Z Compiling zerovec v0.11.5
19972026-08-31T13:14:12.930Z Compiling zerotrie v0.2.3
19982026-08-31T13:14:13.097Z Compiling bzip2-sys v0.1.13+1.0.8
19992026-08-31T13:14:13.131Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20002026-08-31T13:14:13.151Z Compiling syn v3.0.3
20012026-08-31T13:14:13.192Z Compiling ahash v0.8.12
20022026-08-31T13:14:13.388Z Compiling paste v1.0.15
20032026-08-31T13:14:13.407Z Compiling anyhow v1.0.104
20042026-08-31T13:14:13.421Z Compiling packed_struct v0.10.1
20052026-08-31T13:14:13.440Z Compiling native-tls v0.2.18
20062026-08-31T13:14:13.504Z Compiling tinystr v0.8.2
20072026-08-31T13:14:13.532Z Compiling potential_utf v0.1.4
20082026-08-31T13:14:13.664Z Compiling num-bigint-dig v0.8.6
20092026-08-31T13:14:13.696Z Compiling icu_locale_core v2.1.1
20102026-08-31T13:14:13.731Z Compiling icu_collections v2.1.1
20112026-08-31T13:14:13.850Z Compiling regex v1.12.3
20122026-08-31T13:14:13.891Z Compiling zerocopy-derive v0.7.35
20132026-08-31T13:14:14.469Z Compiling icu_provider v2.1.1
20142026-08-31T13:14:14.575Z Compiling zeroize v1.9.0
20152026-08-31T13:14:14.636Z Compiling bytes v1.11.1
20162026-08-31T13:14:14.781Z Compiling icu_properties v2.1.2
20172026-08-31T13:14:14.838Z Compiling icu_normalizer v2.1.1
20182026-08-31T13:14:14.945Z Compiling chrono v0.4.45
20192026-08-31T13:14:15.118Z Compiling serde_tokenstream v0.2.3
20202026-08-31T13:14:15.333Z Compiling tokio v1.52.1
20212026-08-31T13:14:15.423Z Compiling crypto-common v0.1.7
20222026-08-31T13:14:15.441Z Compiling block-buffer v0.10.4
20232026-08-31T13:14:15.600Z Compiling digest v0.10.7
20242026-08-31T13:14:15.616Z Compiling der v0.7.10
20252026-08-31T13:14:15.762Z Compiling idna_adapter v1.2.1
20262026-08-31T13:14:15.918Z Compiling idna v1.1.0
20272026-08-31T13:14:16.084Z Compiling ppv-lite86 v0.2.21
20282026-08-31T13:14:16.137Z Compiling http v1.4.2
20292026-08-31T13:14:16.283Z Compiling url v2.5.8
20302026-08-31T13:14:16.337Z Compiling darling_macro v0.23.0
20312026-08-31T13:14:16.433Z Compiling tracing-core v0.1.36
20322026-08-31T13:14:16.482Z Compiling spki v0.7.3
20332026-08-31T13:14:16.716Z Compiling cookie v0.18.1
20342026-08-31T13:14:16.774Z Compiling cpufeatures v0.2.17
20352026-08-31T13:14:16.789Z Compiling camino v1.2.5
20362026-08-31T13:14:16.864Z Compiling fastrand v2.3.0
20372026-08-31T13:14:16.936Z Compiling darling v0.23.0
20382026-08-31T13:14:17.026Z Compiling tracing v0.1.44
20392026-08-31T13:14:17.093Z Compiling rand_chacha v0.9.0
20402026-08-31T13:14:17.163Z Compiling serde_spanned v0.6.9
20412026-08-31T13:14:17.207Z Compiling toml_datetime v0.6.11
20422026-08-31T13:14:17.426Z Compiling packed_struct_codegen v0.10.1
20432026-08-31T13:14:17.444Z Compiling zerocopy-derive v0.6.6
20442026-08-31T13:14:17.466Z Compiling bitfield-macros v0.19.4
20452026-08-31T13:14:17.483Z Compiling clap_derive v4.6.1
20462026-08-31T13:14:17.799Z Compiling indexmap v1.9.3
20472026-08-31T13:14:18.038Z Compiling object v0.37.3
20482026-08-31T13:14:18.110Z Compiling simd-adler32 v0.3.8
20492026-08-31T13:14:18.194Z Compiling rand v0.9.2
20502026-08-31T13:14:18.208Z Compiling http-body v1.0.1
20512026-08-31T13:14:18.287Z Compiling pkcs8 v0.10.2
20522026-08-31T13:14:18.329Z Compiling daft-derive v0.1.8
20532026-08-31T13:14:18.363Z Compiling rustls-pki-types v1.14.0
20542026-08-31T13:14:18.446Z Compiling spin v0.9.8
20552026-08-31T13:14:18.512Z Compiling usdt-impl v0.5.0
20562026-08-31T13:14:18.554Z Compiling cmov v0.5.4
20572026-08-31T13:14:18.754Z Compiling openssl-probe v0.2.1
20582026-08-31T13:14:18.763Z Compiling usdt-impl v0.6.0
20592026-08-31T13:14:18.784Z Compiling adler2 v2.0.1
20602026-08-31T13:14:18.817Z Compiling tinyvec_macros v0.1.1
20612026-08-31T13:14:18.900Z Compiling winnow v0.5.40
20622026-08-31T13:14:18.900Z Compiling anstyle v1.0.14
20632026-08-31T13:14:18.930Z Compiling utf8parse v0.2.2
20642026-08-31T13:14:18.966Z Compiling either v1.15.0
20652026-08-31T13:14:18.997Z Compiling ref-cast v1.0.25
20662026-08-31T13:14:19.056Z Compiling anstyle-parse v1.0.0
20672026-08-31T13:14:19.109Z Compiling miniz_oxide v0.8.9
20682026-08-31T13:14:19.125Z Compiling tinyvec v1.10.0
20692026-08-31T13:14:19.150Z Compiling ctutils v0.4.2
20702026-08-31T13:14:19.248Z Compiling tokio-util v0.7.18
20712026-08-31T13:14:19.291Z Compiling sha2 v0.10.9
20722026-08-31T13:14:19.474Z Compiling tempfile v3.27.0
20732026-08-31T13:14:19.537Z Compiling scroll v0.12.0
20742026-08-31T13:14:19.684Z Compiling scroll v0.13.0
20752026-08-31T13:14:19.713Z Compiling terminal_size v0.4.3
20762026-08-31T13:14:19.850Z Compiling async-trait v0.1.89
20772026-08-31T13:14:19.875Z Compiling heapless v0.7.17
20782026-08-31T13:14:20.064Z Compiling is_terminal_polyfill v1.70.2
20792026-08-31T13:14:20.095Z Compiling zstd-safe v7.2.4
20802026-08-31T13:14:20.134Z Compiling untrusted v0.7.1
20812026-08-31T13:14:20.189Z Compiling winnow v1.0.3
20822026-08-31T13:14:20.267Z Compiling toml_edit v0.19.15
20832026-08-31T13:14:20.280Z Compiling signal-hook v0.3.18
20842026-08-31T13:14:20.333Z Compiling colorchoice v1.0.4
20852026-08-31T13:14:20.358Z Compiling anstyle-query v1.1.5
20862026-08-31T13:14:20.463Z Compiling tower-layer v0.3.3
20872026-08-31T13:14:20.488Z Compiling rustix v0.38.44
20882026-08-31T13:14:20.488Z Compiling litrs v1.0.0
20892026-08-31T13:14:20.514Z Compiling try-lock v0.2.5
20902026-08-31T13:14:20.582Z Compiling atomic-waker v1.1.2
20912026-08-31T13:14:20.666Z Compiling tower-service v0.3.3
20922026-08-31T13:14:20.727Z Compiling winnow v0.7.14
20932026-08-31T13:14:20.792Z Compiling h2 v0.4.15
20942026-08-31T13:14:20.887Z Compiling want v0.3.1
20952026-08-31T13:14:20.898Z Compiling anstream v1.0.0
20962026-08-31T13:14:20.961Z Compiling document-features v0.2.12
20972026-08-31T13:14:21.159Z Compiling toml_parser v1.1.2+spec-1.1.0
20982026-08-31T13:14:21.310Z Compiling goblin v0.10.5
20992026-08-31T13:14:21.407Z Compiling goblin v0.8.2
21002026-08-31T13:14:21.606Z Compiling hybrid-array v0.4.13
21012026-08-31T13:14:21.740Z Compiling ipnetwork v0.21.1
21022026-08-31T13:14:21.800Z Compiling zerocopy v0.7.35
21032026-08-31T13:14:21.941Z Compiling ipnet v2.12.0
21042026-08-31T13:14:22.221Z Compiling heck v0.4.1
21052026-08-31T13:14:22.251Z Compiling structmeta-derive v0.3.0
21062026-08-31T13:14:22.282Z Compiling ref-cast-impl v1.0.25
21072026-08-31T13:14:22.400Z Compiling curve25519-dalek v4.1.3
21082026-08-31T13:14:22.416Z Compiling darling_core v0.20.11
21092026-08-31T13:14:22.459Z Compiling memoffset v0.9.1
21102026-08-31T13:14:22.571Z Compiling untrusted v0.9.0
21112026-08-31T13:14:22.607Z Compiling foreign-types-shared v0.1.1
21122026-08-31T13:14:22.670Z Compiling tap v1.0.1
21132026-08-31T13:14:22.780Z Compiling powerfmt v0.2.0
21142026-08-31T13:14:22.808Z Compiling httpdate v1.0.3
21152026-08-31T13:14:22.824Z Compiling wyz v0.5.1
21162026-08-31T13:14:22.888Z Compiling foreign-types v0.3.2
21172026-08-31T13:14:22.966Z Compiling deranged v0.5.8
21182026-08-31T13:14:23.086Z Compiling unicode-normalization v0.1.25
21192026-08-31T13:14:23.238Z Compiling structmeta v0.3.0
21202026-08-31T13:14:23.271Z Compiling dtrace-parser v0.2.0
21212026-08-31T13:14:23.313Z Compiling rand_chacha v0.3.1
21222026-08-31T13:14:23.323Z Compiling signature v2.2.0
21232026-08-31T13:14:23.470Z Compiling hex v0.4.3
21242026-08-31T13:14:23.575Z Compiling dtrace-parser v0.3.0
21252026-08-31T13:14:23.717Z Compiling dof v0.3.0
21262026-08-31T13:14:23.751Z Compiling pin-project-internal v1.1.11
21272026-08-31T13:14:23.793Z Compiling num-integer v0.1.46
21282026-08-31T13:14:23.928Z Compiling thread-id v5.1.0
21292026-08-31T13:14:24.024Z Compiling dof v0.4.0
21302026-08-31T13:14:24.076Z Compiling hyper v1.10.1
21312026-08-31T13:14:24.128Z Compiling socket2 v0.5.10
21322026-08-31T13:14:24.171Z Compiling wait-timeout v0.2.1
21332026-08-31T13:14:24.205Z Compiling thread-id v4.2.2
21342026-08-31T13:14:24.413Z Compiling darling_macro v0.20.11
21352026-08-31T13:14:24.428Z Compiling cfg_aliases v0.2.1
21362026-08-31T13:14:24.453Z Compiling num_threads v0.1.7
21372026-08-31T13:14:24.514Z Compiling smoltcp v0.9.1
21382026-08-31T13:14:24.530Z Compiling clap_lex v1.0.0
21392026-08-31T13:14:24.533Z Compiling funty v2.0.0
21402026-08-31T13:14:24.561Z Compiling owo-colors v4.3.0
21412026-08-31T13:14:24.756Z Compiling quick-error v1.2.3
21422026-08-31T13:14:24.781Z Compiling bit-vec v0.8.0
21432026-08-31T13:14:24.862Z Compiling rusty-fork v0.3.1
21442026-08-31T13:14:24.891Z Compiling clap_builder v4.6.0
21452026-08-31T13:14:24.917Z Compiling bitvec v1.0.1
21462026-08-31T13:14:24.951Z Compiling darling v0.20.11
21472026-08-31T13:14:24.953Z Compiling time v0.3.47
21482026-08-31T13:14:24.981Z Compiling bit-set v0.8.0
21492026-08-31T13:14:25.038Z Compiling nix v0.31.2
21502026-08-31T13:14:25.103Z Compiling num-iter v0.1.45
21512026-08-31T13:14:25.178Z Compiling rand v0.8.6
21522026-08-31T13:14:25.222Z Compiling hyper-util v0.1.20
21532026-08-31T13:14:25.390Z Compiling lazy_static v1.5.0
21542026-08-31T13:14:25.441Z Compiling hmac v0.12.1
21552026-08-31T13:14:25.500Z Compiling erased-serde v0.3.31
21562026-08-31T13:14:25.708Z Compiling rand_xorshift v0.4.0
21572026-08-31T13:14:25.853Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-31T13:14:25.872Z Compiling sync_wrapper v1.0.2
21592026-08-31T13:14:26.120Z Compiling nodrop v0.1.14
21602026-08-31T13:14:26.153Z Compiling unarray v0.1.4
21612026-08-31T13:14:26.230Z Compiling siphasher v1.0.2
21622026-08-31T13:14:26.281Z Compiling crc-catalog v2.4.0
21632026-08-31T13:14:26.418Z Compiling zlib-rs v0.6.2
21642026-08-31T13:14:26.458Z Compiling clap v4.6.1
21652026-08-31T13:14:26.609Z Compiling crc v3.4.0
21662026-08-31T13:14:26.897Z Compiling proptest v1.11.0
21672026-08-31T13:14:26.962Z Compiling array-init v0.0.4
21682026-08-31T13:14:27.248Z Compiling tower v0.5.3
21692026-08-31T13:14:27.920Z Compiling smallvec v0.6.14
21702026-08-31T13:14:27.947Z Compiling derive_builder_core v0.20.2
21712026-08-31T13:14:28.003Z Compiling snafu-derive v0.8.9
21722026-08-31T13:14:28.106Z Compiling pkcs1 v0.7.5
21732026-08-31T13:14:28.122Z Compiling http-body-util v0.1.3
21742026-08-31T13:14:28.202Z Compiling zerocopy v0.6.6
21752026-08-31T13:14:28.389Z Compiling bitfield v0.19.4
21762026-08-31T13:14:28.458Z Compiling flate2 v1.1.9
21772026-08-31T13:14:28.487Z Compiling hubpack_derive v0.1.1
21782026-08-31T13:14:28.555Z Compiling strum_macros v0.26.4
21792026-08-31T13:14:28.688Z Compiling strum_macros v0.27.2
21802026-08-31T13:14:28.774Z Compiling env_filter v2.0.0
21812026-08-31T13:14:28.791Z Compiling fs-err v3.3.0
21822026-08-31T13:14:28.955Z Compiling allocator-api2 v0.2.21
21832026-08-31T13:14:29.140Z Compiling ryu v1.0.23
21842026-08-31T13:14:29.312Z Compiling unicode-properties v0.1.4
21852026-08-31T13:14:29.332Z Compiling unicode-bidi v0.3.18
21862026-08-31T13:14:29.343Z Compiling iri-string v0.7.10
21872026-08-31T13:14:29.347Z Compiling hashbrown v0.12.3
21882026-08-31T13:14:29.536Z Compiling gimli v0.32.3
21892026-08-31T13:14:29.699Z Compiling base64 v0.21.7
21902026-08-31T13:14:29.802Z Compiling stringprep v0.1.5
21912026-08-31T13:14:30.018Z Compiling ron v0.8.1
21922026-08-31T13:14:30.162Z Compiling serde_urlencoded v0.7.1
21932026-08-31T13:14:30.351Z Compiling env_logger v0.11.11
21942026-08-31T13:14:30.432Z Compiling newtype-uuid v1.3.2
21952026-08-31T13:14:30.505Z Compiling derive_builder_macro v0.20.2
21962026-08-31T13:14:30.687Z Compiling tower-http v0.6.8
21972026-08-31T13:14:30.764Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21982026-08-31T13:14:30.787Z Compiling rsa v0.9.10
21992026-08-31T13:14:30.904Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-31T13:14:30.986Z Compiling oxnet v0.1.6
22012026-08-31T13:14:31.041Z Compiling serde-hex v0.1.0
22022026-08-31T13:14:31.104Z Compiling hashbrown v0.13.2
22032026-08-31T13:14:31.120Z Compiling tokio-native-tls v0.3.1
22042026-08-31T13:14:31.139Z Compiling bzip2 v0.4.4
22052026-08-31T13:14:31.297Z Compiling addr2line v0.25.1
22062026-08-31T13:14:31.323Z Compiling usdt-attr-macro v0.6.0
22072026-08-31T13:14:31.359Z Compiling usdt-macro v0.6.0
22082026-08-31T13:14:31.391Z Compiling derive-ex v0.1.8
22092026-08-31T13:14:31.414Z Compiling block-padding v0.4.2
22102026-08-31T13:14:31.434Z Compiling block-buffer v0.12.1
22112026-08-31T13:14:31.505Z Compiling crypto-common v0.2.2
22122026-08-31T13:14:31.818Z Compiling rustls-native-certs v0.8.3
22132026-08-31T13:14:32.123Z Compiling x509-cert v0.2.5
22142026-08-31T13:14:32.198Z Compiling md-5 v0.10.6
22152026-08-31T13:14:32.297Z Compiling bstr v1.12.1
22162026-08-31T13:14:32.342Z Compiling convert_case v0.10.0
22172026-08-31T13:14:32.535Z Compiling vergen-lib v9.1.0
22182026-08-31T13:14:32.550Z Compiling hash32 v0.2.1
22192026-08-31T13:14:32.623Z Compiling encoding_rs v0.8.35
22202026-08-31T13:14:32.763Z Compiling cpufeatures v0.3.0
22212026-08-31T13:14:32.853Z Compiling rustc-demangle v0.1.27
22222026-08-31T13:14:32.932Z Compiling psl-types v2.0.11
22232026-08-31T13:14:32.957Z Compiling unicode-width v0.2.0
22242026-08-31T13:14:33.018Z Compiling fallible-iterator v0.2.0
22252026-08-31T13:14:33.132Z Compiling mime v0.3.17
22262026-08-31T13:14:33.137Z Compiling crc-any v2.5.0
22272026-08-31T13:14:33.252Z Compiling publicsuffix v2.3.0
22282026-08-31T13:14:33.345Z Compiling postgres-protocol v0.6.10
22292026-08-31T13:14:33.444Z Compiling test-strategy v0.4.5
22302026-08-31T13:14:33.568Z Compiling backtrace v0.3.76
22312026-08-31T13:14:33.662Z Compiling derive_more-impl v2.1.1
22322026-08-31T13:14:34.007Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-31T13:14:34.373Z Compiling object v0.30.4
22342026-08-31T13:14:34.422Z Compiling inout v0.2.2
22352026-08-31T13:14:34.438Z Compiling zip v0.6.6
22362026-08-31T13:14:34.479Z Compiling daft v0.1.8
22372026-08-31T13:14:34.521Z Compiling hyper-tls v0.6.0
22382026-08-31T13:14:34.608Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392026-08-31T13:14:34.625Z Compiling derive_builder v0.20.2
22402026-08-31T13:14:34.789Z Compiling phf_shared v0.13.1
22412026-08-31T13:14:34.792Z Compiling pin-project v1.1.11
22422026-08-31T13:14:34.915Z Compiling toml v0.7.8
22432026-08-31T13:14:34.990Z Compiling serde_with_macros v3.21.0
22442026-08-31T13:14:35.008Z Compiling futures-executor v0.3.32
22452026-08-31T13:14:35.059Z Compiling enum-as-inner v0.6.1
22462026-08-31T13:14:35.225Z Compiling serde_repr v0.1.20
22472026-08-31T13:14:35.268Z Compiling async-recursion v1.1.1
22482026-08-31T13:14:35.302Z Compiling miette-derive v7.6.0
22492026-08-31T13:14:35.444Z Compiling ff v0.13.1
22502026-08-31T13:14:35.460Z Compiling vergen v9.1.0
22512026-08-31T13:14:35.487Z Compiling cargo-platform v0.3.2
22522026-08-31T13:14:35.596Z Compiling smawk v0.3.2
22532026-08-31T13:14:35.613Z Compiling bitflags v1.3.2
22542026-08-31T13:14:35.676Z Compiling base16ct v0.2.0
22552026-08-31T13:14:35.756Z Compiling same-file v1.0.6
22562026-08-31T13:14:35.772Z Compiling path-slash v0.1.5
22572026-08-31T13:14:35.902Z Compiling is_ci v1.2.0
22582026-08-31T13:14:35.919Z Compiling foldhash v0.2.0
22592026-08-31T13:14:35.919Z Compiling unicode-linebreak v0.1.5
22602026-08-31T13:14:36.048Z Compiling libbz2-rs-sys v0.2.2
22612026-08-31T13:14:36.067Z Compiling managed v0.8.0
22622026-08-31T13:14:36.083Z Compiling bumpalo v3.20.2
22632026-08-31T13:14:36.169Z Compiling foldhash v0.1.5
22642026-08-31T13:14:36.187Z Compiling jiff-core v0.1.0
22652026-08-31T13:14:36.347Z Compiling hashbrown v0.15.5
22662026-08-31T13:14:36.351Z Compiling zopfli v0.8.3
22672026-08-31T13:14:36.408Z Compiling textwrap v0.16.2
22682026-08-31T13:14:36.411Z Compiling hashbrown v0.16.1
22692026-08-31T13:14:36.651Z Compiling bzip2 v0.6.1
22702026-08-31T13:14:36.815Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22712026-08-31T13:14:36.874Z Compiling supports-color v3.0.2
22722026-08-31T13:14:36.932Z Compiling jiff v0.2.34
22732026-08-31T13:14:36.963Z Compiling walkdir v2.5.0
22742026-08-31T13:14:37.061Z Compiling sec1 v0.7.3
22752026-08-31T13:14:37.191Z Compiling cargo_metadata v0.23.1
22762026-08-31T13:14:37.230Z Compiling group v0.13.0
22772026-08-31T13:14:37.424Z Compiling futures v0.3.32
22782026-08-31T13:14:37.754Z Compiling phf v0.13.1
22792026-08-31T13:14:37.947Z Compiling snafu v0.8.9
22802026-08-31T13:14:38.034Z Compiling reqwest v0.12.28
22812026-08-31T13:14:38.088Z Compiling cipher v0.5.2
22822026-08-31T13:14:38.311Z Compiling signal-hook-mio v0.2.5
22832026-08-31T13:14:38.340Z Compiling cookie_store v0.22.1
22842026-08-31T13:14:38.376Z Compiling zstd v0.13.3
22852026-08-31T13:14:38.394Z Compiling backtrace-ext v0.2.1
22862026-08-31T13:14:38.427Z Compiling postgres-types v0.2.12
22872026-08-31T13:14:38.443Z Compiling globset v0.4.18
22882026-08-31T13:14:38.461Z Compiling strum v0.27.2
22892026-08-31T13:14:38.613Z Compiling hubpack v0.1.2
22902026-08-31T13:14:38.715Z Compiling phf_shared v0.11.3
22912026-08-31T13:14:38.732Z Compiling hkdf v0.12.4
22922026-08-31T13:14:38.772Z Compiling crossbeam-epoch v0.9.18
22932026-08-31T13:14:38.875Z Compiling byte-wrapper v0.1.0
22942026-08-31T13:14:38.905Z Compiling olpc-cjson v0.1.4
22952026-08-31T13:14:38.921Z Compiling ed25519 v2.2.3
22962026-08-31T13:14:39.163Z Compiling crypto-bigint v0.5.5
22972026-08-31T13:14:39.179Z Compiling serde-big-array v0.5.1
22982026-08-31T13:14:39.182Z Compiling serde_plain v1.0.2
22992026-08-31T13:14:39.228Z Compiling pem v3.0.6
23002026-08-31T13:14:39.352Z Compiling float-cmp v0.10.0
23012026-08-31T13:14:39.394Z Compiling memmap2 v0.9.10
23022026-08-31T13:14:39.522Z Compiling precomputed-hash v0.1.1
23032026-08-31T13:14:39.540Z Compiling unicode-width v0.1.14
23042026-08-31T13:14:39.680Z Compiling new_debug_unreachable v1.0.6
23052026-08-31T13:14:39.697Z Compiling data-encoding v2.10.0
23062026-08-31T13:14:39.729Z Compiling toml_write v0.1.2
23072026-08-31T13:14:39.733Z Compiling predicates-core v1.0.10
23082026-08-31T13:14:39.764Z Compiling typed-path v0.9.3
23092026-08-31T13:14:39.864Z Compiling fixedbitset v0.5.7
23102026-08-31T13:14:39.908Z Compiling difflib v0.4.0
23112026-08-31T13:14:39.964Z Compiling supports-unicode v3.0.0
23122026-08-31T13:14:40.136Z Compiling whoami v2.1.0
23132026-08-31T13:14:40.170Z Compiling normalize-line-endings v0.3.0
23142026-08-31T13:14:40.185Z Compiling fixedbitset v0.4.2
23152026-08-31T13:14:40.260Z Compiling const-oid v0.10.2
23162026-08-31T13:14:40.292Z Compiling keccak v0.1.6
23172026-08-31T13:14:40.309Z Compiling static_assertions v1.1.0
23182026-08-31T13:14:40.333Z Compiling supports-hyperlinks v3.2.0
23192026-08-31T13:14:40.399Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23202026-08-31T13:14:40.415Z Compiling tokio-postgres v0.7.16
23212026-08-31T13:14:40.480Z Compiling sha3 v0.10.8
23222026-08-31T13:14:40.497Z Compiling miette v7.6.0
23232026-08-31T13:14:40.529Z Compiling digest v0.11.3
23242026-08-31T13:14:40.532Z Compiling petgraph v0.6.5
23252026-08-31T13:14:40.559Z Compiling predicates v3.1.4
23262026-08-31T13:14:40.627Z Compiling elliptic-curve v0.13.8
23272026-08-31T13:14:40.769Z Compiling petgraph v0.8.3
23282026-08-31T13:14:40.978Z Compiling hickory-proto v0.25.2
23292026-08-31T13:14:41.022Z Compiling toml_edit v0.22.27
23302026-08-31T13:14:41.161Z Compiling string_cache v0.8.9
23312026-08-31T13:14:41.179Z Compiling chacha20 v0.10.0
23322026-08-31T13:14:41.530Z Compiling usdt v0.6.0
23332026-08-31T13:14:41.773Z Compiling zip v4.6.1
23342026-08-31T13:14:42.057Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23352026-08-31T13:14:42.545Z Compiling ed25519-dalek v2.2.0
23362026-08-31T13:14:42.704Z Compiling crossterm v0.28.1
23372026-08-31T13:14:43.094Z Compiling iddqd v0.4.2
23382026-08-31T13:14:43.260Z Compiling serde_with v3.21.0
23392026-08-31T13:14:43.366Z Compiling derive_more v2.1.1
23402026-08-31T13:14:43.391Z Compiling similar v2.7.0
23412026-08-31T13:14:43.489Z Compiling strum v0.26.3
23422026-08-31T13:14:43.575Z Compiling tokio-stream v0.1.18
23432026-08-31T13:14:43.671Z Compiling buf-list v1.1.2
23442026-08-31T13:14:43.697Z Compiling itertools v0.13.0
23452026-08-31T13:14:43.892Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23462026-08-31T13:14:44.060Z Compiling openapiv3 v2.2.0
23472026-08-31T13:14:44.629Z Compiling peg-runtime v0.8.5
23482026-08-31T13:14:44.961Z Compiling lalrpop-util v0.19.12
23492026-08-31T13:15:00.593Z Compiling rustls-webpki v0.103.13
23502026-08-31T13:15:04.073Z Compiling tokio-rustls v0.26.4
23512026-08-31T13:15:04.239Z Compiling rustls-platform-verifier v0.6.2
23522026-08-31T13:15:04.370Z Compiling hyper-rustls v0.27.7
23532026-08-31T13:15:04.472Z Compiling tough v0.22.0
23542026-08-31T13:15:04.596Z Compiling reqwest v0.13.2
23552026-08-31T13:15:07.113Z Compiling macaddr v1.0.1
23562026-08-31T13:15:07.272Z Compiling rayon-core v1.13.0
23572026-08-31T13:15:07.311Z Compiling crucible-workspace-hack v0.1.0
23582026-08-31T13:15:07.470Z Compiling itertools v0.15.0
23592026-08-31T13:15:07.478Z Compiling secrecy v0.10.3
23602026-08-31T13:15:07.520Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-31T13:15:07.537Z Compiling heapless v0.8.0
23622026-08-31T13:15:07.600Z Compiling toml_datetime v0.7.5+spec-1.1.0
23632026-08-31T13:15:07.659Z Compiling crossbeam-deque v0.8.6
23642026-08-31T13:15:07.738Z Compiling inout v0.1.4
23652026-08-31T13:15:07.804Z Compiling toml_edit v0.23.10+spec-1.0.0
23662026-08-31T13:15:07.904Z Compiling hash32 v0.3.1
23672026-08-31T13:15:07.936Z Compiling multer v3.1.0
23682026-08-31T13:15:07.958Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-31T13:15:07.975Z Compiling thread_local v1.1.9
23702026-08-31T13:15:07.992Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-08-31T13:15:08.046Z Compiling match_cfg v0.1.0
23722026-08-31T13:15:08.062Z Compiling slog-async v2.8.0
23732026-08-31T13:15:08.102Z Compiling compression-core v0.4.31
23742026-08-31T13:15:08.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23752026-08-31T13:15:08.139Z Compiling smoltcp v0.11.0
23762026-08-31T13:15:08.142Z Compiling hostname v0.3.1
23772026-08-31T13:15:08.227Z Compiling compression-codecs v0.4.37
23782026-08-31T13:15:08.284Z Compiling cipher v0.4.4
23792026-08-31T13:15:08.330Z Compiling atomicwrites v0.4.4
23802026-08-31T13:15:08.349Z Compiling proc-macro-crate v3.4.0
23812026-08-31T13:15:08.407Z Compiling slog-json v2.6.1
23822026-08-31T13:15:08.423Z Compiling crossbeam-channel v0.5.15
23832026-08-31T13:15:08.491Z Compiling half v2.7.1
23842026-08-31T13:15:08.566Z Compiling universal-hash v0.5.1
23852026-08-31T13:15:08.604Z Compiling newtype-uuid-macros v0.1.0
23862026-08-31T13:15:08.634Z Compiling serde_tokenstream v0.3.0
23872026-08-31T13:15:08.688Z Compiling cobs v0.3.0
23882026-08-31T13:15:08.718Z Compiling thiserror-impl-no-std v2.0.2
23892026-08-31T13:15:08.734Z Compiling async-stream-impl v0.3.6
23902026-08-31T13:15:08.783Z Compiling toml_datetime v1.1.1+spec-1.1.0
23912026-08-31T13:15:08.802Z Compiling ingot-macros v0.2.0
23922026-08-31T13:15:08.821Z Compiling serde_spanned v1.1.1
23932026-08-31T13:15:08.883Z Compiling is-terminal v0.4.17
23942026-08-31T13:15:08.974Z Compiling proc-macro-error-attr v1.0.4
23952026-08-31T13:15:08.994Z Compiling dropshot v0.17.1
23962026-08-31T13:15:09.013Z Compiling ciborium-io v0.2.2
23972026-08-31T13:15:09.016Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23982026-08-31T13:15:09.136Z Compiling toml_writer v1.1.1+spec-1.1.0
23992026-08-31T13:15:09.152Z Compiling term v1.2.1
24002026-08-31T13:15:09.206Z Compiling take_mut v0.2.2
24012026-08-31T13:15:09.224Z Compiling opaque-debug v0.3.1
24022026-08-31T13:15:09.243Z Compiling convert_case v0.4.0
24032026-08-31T13:15:09.308Z Compiling poly1305 v0.8.0
24042026-08-31T13:15:09.357Z Compiling async-stream v0.3.6
24052026-08-31T13:15:09.360Z Compiling toml v1.1.2+spec-1.1.0
24062026-08-31T13:15:09.386Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-08-31T13:15:09.401Z Compiling ciborium-ll v0.2.2
24082026-08-31T13:15:09.423Z Compiling oxide-generation-macros v0.2.0
24092026-08-31T13:15:09.570Z Compiling derive_more v0.99.20
24102026-08-31T13:15:09.573Z Compiling slog-term v2.9.2
24112026-08-31T13:15:09.724Z Compiling postcard v1.1.3
24122026-08-31T13:15:09.769Z Compiling thiserror-no-std v2.0.2
24132026-08-31T13:15:09.822Z Compiling num_enum_derive v0.7.6
24142026-08-31T13:15:09.905Z Compiling slog-bunyan v2.5.0
24152026-08-31T13:15:09.994Z Compiling chacha20 v0.9.1
24162026-08-31T13:15:10.138Z Compiling async-compression v0.4.41
24172026-08-31T13:15:10.211Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-31T13:15:10.285Z Compiling sha1 v0.11.0
24192026-08-31T13:15:10.551Z Compiling oxide-generation v0.1.3
24202026-08-31T13:15:10.634Z Compiling parse-display-derive v0.10.0
24212026-08-31T13:15:10.769Z Compiling proc-macro-crate v1.3.1
24222026-08-31T13:15:10.807Z Compiling waitgroup v0.1.2
24232026-08-31T13:15:10.897Z Compiling rustls-pemfile v2.2.0
24242026-08-31T13:15:10.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-08-31T13:15:11.038Z Compiling backon v1.6.0
24262026-08-31T13:15:11.137Z Compiling blake2 v0.10.6
24272026-08-31T13:15:11.207Z Compiling aead v0.5.2
24282026-08-31T13:15:11.315Z Compiling dropshot_endpoint v0.17.1
24292026-08-31T13:15:11.386Z Compiling password-hash v0.5.0
24302026-08-31T13:15:11.407Z Compiling foreign-types-macros v0.2.3
24312026-08-31T13:15:11.437Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24322026-08-31T13:15:11.495Z Compiling ingot-types v0.2.0
24332026-08-31T13:15:11.678Z Compiling serde_path_to_error v0.1.20
24342026-08-31T13:15:11.697Z Compiling hostname v0.4.2
24352026-08-31T13:15:11.865Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24362026-08-31T13:15:11.881Z Compiling proc-macro-error v1.0.4
24372026-08-31T13:15:11.898Z Compiling instant v0.1.13
24382026-08-31T13:15:11.990Z Compiling ingot v0.2.1
24392026-08-31T13:15:12.009Z Compiling debug-ignore v1.0.5
24402026-08-31T13:15:12.050Z Compiling illumos-nvpair-sys v0.2.0
24412026-08-31T13:15:12.070Z Compiling foreign-types-shared v0.3.1
24422026-08-31T13:15:12.172Z Compiling backoff v0.4.0
24432026-08-31T13:15:12.177Z Compiling foreign-types v0.5.0
24442026-08-31T13:15:12.177Z Compiling argon2 v0.5.3
24452026-08-31T13:15:12.177Z Compiling parse-display v0.10.0
24462026-08-31T13:15:12.211Z Compiling chacha20poly1305 v0.10.1
24472026-08-31T13:15:12.240Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-31T13:15:12.280Z Compiling num_enum_derive v0.5.11
24492026-08-31T13:15:12.315Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-31T13:15:12.331Z Compiling num_enum v0.7.6
24512026-08-31T13:15:12.382Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-31T13:15:12.398Z Compiling vsss-rs v3.3.4
24532026-08-31T13:15:12.401Z Compiling ciborium v0.2.2
24542026-08-31T13:15:12.948Z Compiling regress v0.10.5
24552026-08-31T13:15:12.964Z Compiling itertools v0.14.0
24562026-08-31T13:15:12.997Z Compiling tabwriter v1.4.1
24572026-08-31T13:15:13.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24582026-08-31T13:15:13.042Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-31T13:15:13.220Z Compiling cstr-argument v0.1.2
24602026-08-31T13:15:13.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24612026-08-31T13:15:13.256Z Compiling humantime v2.3.0
24622026-08-31T13:15:13.318Z Compiling num_enum v0.5.11
24632026-08-31T13:15:13.397Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-31T13:15:13.419Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-31T13:15:13.496Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24662026-08-31T13:15:13.526Z Compiling rayon v1.11.0
24672026-08-31T13:15:13.544Z Compiling rand v0.10.1
24682026-08-31T13:15:13.654Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24692026-08-31T13:15:13.671Z Compiling libefi-sys v0.1.0
24702026-08-31T13:15:13.687Z Compiling indent_write v2.2.0
24712026-08-31T13:15:13.705Z Compiling colored v3.1.1
24722026-08-31T13:15:13.721Z Compiling illumos-nvpair v0.3.0
24732026-08-31T13:15:13.777Z Compiling zone_cfg_derive v0.3.1
24742026-08-31T13:15:13.809Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24752026-08-31T13:15:13.863Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24762026-08-31T13:15:13.908Z Compiling camino-tempfile v1.4.1
24772026-08-31T13:15:13.935Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24782026-08-31T13:15:13.969Z Compiling itertools v0.12.1
24792026-08-31T13:15:14.044Z Compiling usdt-macro v0.5.0
24802026-08-31T13:15:14.130Z Compiling usdt-attr-macro v0.5.0
24812026-08-31T13:15:14.262Z Compiling bitfield-struct v0.6.2
24822026-08-31T13:15:14.332Z Compiling num-derive v0.4.2
24832026-08-31T13:15:14.349Z Compiling blake3 v1.8.5
24842026-08-31T13:15:14.366Z Compiling memmap v0.7.0
24852026-08-31T13:15:14.381Z Compiling sigpipe v0.1.3
24862026-08-31T13:15:14.428Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24872026-08-31T13:15:14.502Z Compiling swrite v0.1.0
24882026-08-31T13:15:14.542Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24892026-08-31T13:15:14.624Z Compiling glob v0.3.3
24902026-08-31T13:15:14.708Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-31T13:15:14.793Z Compiling smf v0.2.3
24922026-08-31T13:15:14.954Z Compiling usdt v0.5.0
24932026-08-31T13:15:14.957Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-31T13:15:15.022Z Compiling filetime v0.2.27
24952026-08-31T13:15:15.206Z Compiling arrayref v0.3.9
24962026-08-31T13:15:15.248Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24972026-08-31T13:15:15.265Z Compiling constant_time_eq v0.4.2
24982026-08-31T13:15:15.268Z Compiling whoami v1.6.1
24992026-08-31T13:15:15.297Z Compiling xattr v1.6.1
25002026-08-31T13:15:15.314Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25012026-08-31T13:15:15.493Z Compiling zone v0.3.1
25022026-08-31T13:15:15.510Z Compiling arrayvec v0.7.6
25032026-08-31T13:15:15.527Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-08-31T13:15:15.616Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-31T13:15:15.632Z Compiling tar v0.4.46
25062026-08-31T13:15:15.650Z Compiling tokio-dtrace v0.1.1
25072026-08-31T13:15:15.717Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-31T13:15:15.765Z Compiling gethostname v0.5.0
25092026-08-31T13:15:15.786Z Compiling console v0.16.2
25102026-08-31T13:15:15.927Z Compiling unit-prefix v0.5.2
25112026-08-31T13:15:15.944Z Compiling topological-sort v0.2.2
25122026-08-31T13:15:15.981Z Compiling oxide-tokio-rt v0.1.4
25132026-08-31T13:15:15.997Z Compiling toml v0.8.23
25142026-08-31T13:15:16.014Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25152026-08-31T13:15:16.136Z Compiling shell-words v1.1.1
25162026-08-31T13:15:16.315Z Compiling indicatif v0.18.4
25172026-08-31T13:15:16.661Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25182026-08-31T13:15:25.714Z Compiling progenitor-client v0.14.0
25192026-08-31T13:15:25.714Z Compiling omicron-zone-package v0.12.3
25202026-08-31T13:15:25.968Z Compiling progenitor-extras v0.2.0
25212026-08-31T13:15:26.280Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-31T13:15:26.369Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-31T13:15:26.457Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-31T13:15:26.476Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-31T13:15:26.504Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-31T13:15:26.536Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25272026-08-31T13:15:26.826Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25282026-08-31T13:15:26.968Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25292026-08-31T13:15:27.125Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-31T13:15:30.745Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-31T13:15:40.074Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-31T13:15:43.321Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-31T13:15:44.430Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-31T13:15:55.167Z Finished `release` profile [optimized] target(s) in 1m 50s
25352026-08-31T13:15:55.313Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-31T13:15:55.378ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-31T13:15:55.381ZCreated new build target 'test' and set it as active
25382026-08-31T13:15:55.381Z
25392026-08-31T13:15:55.381Zreal 1:50.580207112
25402026-08-31T13:15:55.381Zuser 18:13.059386831
25412026-08-31T13:15:55.381Zsys 2:52.859769194
25422026-08-31T13:15:55.381Ztrap 0.522179906
25432026-08-31T13:15:55.381Ztflt 2.450068747
25442026-08-31T13:15:55.381Zdflt 4.362286520
25452026-08-31T13:15:55.381Zkflt 0.010482901
25462026-08-31T13:15:55.381Zlock 59:44.179613855
25472026-08-31T13:15:55.381Zslp 46:23.490918181
25482026-08-31T13:15:55.382Zlat 54.923955445
25492026-08-31T13:15:55.382Zstop 6:37.088651656
25502026-08-31T13:15:55.385Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-31T13:15:56.303Z Finished `release` profile [optimized] target(s) in 0.91s
25522026-08-31T13:15:56.378Z Running `target/release/omicron-package -t test package`
25532026-08-31T13:15:56.436ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-31T13:15:57.906Z Compiling heck v0.5.0
25552026-08-31T13:15:57.906Z Compiling regress v0.11.1
25562026-08-31T13:15:58.148Z Compiling unsafe-libyaml v0.2.11
25572026-08-31T13:15:58.148Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-31T13:15:58.193Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-31T13:15:58.193Z Compiling derive-where v1.6.0
25602026-08-31T13:15:58.196Z Compiling bytecount v0.6.9
25612026-08-31T13:15:58.233Z Compiling atomicwrites v0.4.4
25622026-08-31T13:15:58.273Z Compiling is-terminal v0.4.17
25632026-08-31T13:15:58.273Z Compiling prettyplease v0.2.37
25642026-08-31T13:15:58.277Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25652026-08-31T13:15:58.277Z Compiling newline-converter v0.3.0
25662026-08-31T13:15:58.295Z Compiling console v0.15.11
25672026-08-31T13:15:58.380Z Compiling slog-dtrace v0.3.0
25682026-08-31T13:15:58.404Z Compiling cancel-safe-futures v0.1.5
25692026-08-31T13:15:58.407Z Compiling num-rational v0.4.2
25702026-08-31T13:15:58.448Z Compiling num-complex v0.4.6
25712026-08-31T13:15:58.451Z Compiling thread_local v1.1.9
25722026-08-31T13:15:58.451Z Compiling match_cfg v0.1.0
25732026-08-31T13:15:58.514Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25742026-08-31T13:15:58.570Z Compiling resolv-conf v0.7.6
25752026-08-31T13:15:58.644Z Compiling compression-core v0.4.31
25762026-08-31T13:15:58.667Z Compiling serde_yaml v0.9.34+deprecated
25772026-08-31T13:15:58.783Z Compiling expectorate v1.2.0
25782026-08-31T13:15:58.845Z Compiling num v0.4.3
25792026-08-31T13:15:58.935Z Compiling compression-codecs v0.4.37
25802026-08-31T13:15:58.957Z Compiling hostname v0.3.1
25812026-08-31T13:15:58.977Z Compiling multer v3.1.0
25822026-08-31T13:15:59.025Z Compiling slog-async v2.8.0
25832026-08-31T13:15:59.046Z Compiling crossbeam-channel v0.5.15
25842026-08-31T13:15:59.090Z Compiling slog-json v2.6.1
25852026-08-31T13:15:59.114Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-31T13:15:59.204Z Compiling serde_spanned v1.1.1
25872026-08-31T13:15:59.229Z Compiling take_mut v0.2.2
25882026-08-31T13:15:59.232Z Compiling toml_writer v1.1.1+spec-1.1.0
25892026-08-31T13:15:59.326Z Compiling linear-map v1.2.0
25902026-08-31T13:15:59.376Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25912026-08-31T13:15:59.401Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25922026-08-31T13:15:59.401Z Compiling term v1.2.1
25932026-08-31T13:15:59.448Z Compiling float-ord v0.3.2
25942026-08-31T13:15:59.498Z Compiling toml v1.1.2+spec-1.1.0
25952026-08-31T13:15:59.501Z Compiling oxide-update-engine-types v0.1.2
25962026-08-31T13:15:59.501Z Compiling slog-bunyan v2.5.0
25972026-08-31T13:15:59.563Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25982026-08-31T13:15:59.588Z Compiling async-compression v0.4.41
25992026-08-31T13:15:59.683Z Compiling async-stream v0.3.6
26002026-08-31T13:15:59.722Z Compiling typify-impl v0.6.2
26012026-08-31T13:15:59.916Z Compiling slog-term v2.9.2
26022026-08-31T13:15:59.996Z Compiling dropshot v0.17.1
26032026-08-31T13:16:00.000Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042026-08-31T13:16:00.000Z Compiling sha1 v0.11.0
26052026-08-31T13:16:00.013Z Compiling progenitor-client v0.14.0
26062026-08-31T13:16:00.057Z Compiling oxide-generation v0.1.3
26072026-08-31T13:16:00.139Z Compiling waitgroup v0.1.2
26082026-08-31T13:16:00.217Z Compiling rustls-pemfile v2.2.0
26092026-08-31T13:16:00.283Z Compiling backon v1.6.0
26102026-08-31T13:16:00.303Z Compiling hostname v0.4.2
26112026-08-31T13:16:00.354Z Compiling serde_path_to_error v0.1.20
26122026-08-31T13:16:00.383Z Compiling instant v0.1.13
26132026-08-31T13:16:00.453Z Compiling debug-ignore v1.0.5
26142026-08-31T13:16:00.475Z Compiling linked-hash-map v0.5.6
26152026-08-31T13:16:00.499Z Compiling minimal-lexical v0.2.1
26162026-08-31T13:16:00.524Z Compiling backoff v0.4.0
26172026-08-31T13:16:00.528Z Compiling progenitor-extras v0.2.0
26182026-08-31T13:16:00.589Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-31T13:16:00.728Z Compiling nom v7.1.3
26202026-08-31T13:16:00.750Z Compiling lru-cache v0.1.2
26212026-08-31T13:16:00.753Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26222026-08-31T13:16:00.792Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26232026-08-31T13:16:00.796Z Compiling parse-display v0.10.0
26242026-08-31T13:16:00.835Z Compiling oxide-update-engine v0.1.2
26252026-08-31T13:16:00.877Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26262026-08-31T13:16:01.055Z Compiling regress v0.10.5
26272026-08-31T13:16:01.109Z Compiling itertools v0.14.0
26282026-08-31T13:16:01.499Z Compiling macaddr v1.0.1
26292026-08-31T13:16:01.568Z Compiling unicode-xid v0.2.6
26302026-08-31T13:16:01.720Z Compiling humantime v2.3.0
26312026-08-31T13:16:01.754Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26322026-08-31T13:16:01.980Z Compiling hickory-proto v0.24.4
26332026-08-31T13:16:02.146Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26342026-08-31T13:16:02.168Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26352026-08-31T13:16:02.205Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-31T13:16:02.459Z Compiling toml v0.8.23
26372026-08-31T13:16:02.511Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26382026-08-31T13:16:02.630Z Compiling papergrid v0.11.0
26392026-08-31T13:16:02.930Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26402026-08-31T13:16:03.055Z Compiling tabled_derive v0.7.0
26412026-08-31T13:16:03.091Z Compiling termtree v0.5.1
26422026-08-31T13:16:03.220Z Compiling crossterm v0.29.0
26432026-08-31T13:16:03.244Z Compiling typify-macro v0.6.2
26442026-08-31T13:16:03.298Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26452026-08-31T13:16:03.955Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26462026-08-31T13:16:04.179Z Compiling tabled v0.15.0
26472026-08-31T13:16:04.250Z Compiling phf_shared v0.12.1
26482026-08-31T13:16:04.513Z Compiling hickory-resolver v0.24.4
26492026-08-31T13:16:04.586Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26502026-08-31T13:16:04.846Z Compiling typify v0.6.2
26512026-08-31T13:16:05.152Z Compiling progenitor-impl v0.14.0
26522026-08-31T13:16:05.573Z Compiling vte v0.14.1
26532026-08-31T13:16:05.634Z Compiling csv-core v0.1.13
26542026-08-31T13:16:05.840Z Compiling qorb v0.4.1
26552026-08-31T13:16:06.091Z Compiling highway v1.3.0
26562026-08-31T13:16:06.129Z Compiling chrono-tz v0.10.4
26572026-08-31T13:16:06.396Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-08-31T13:16:06.840Z Compiling csv v1.4.0
26592026-08-31T13:16:07.373Z Compiling progenitor-macro v0.14.0
26602026-08-31T13:16:08.000Z Compiling strip-ansi-escapes v0.2.1
26612026-08-31T13:16:08.377Z Compiling phf v0.12.1
26622026-08-31T13:16:08.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26632026-08-31T13:16:08.601Z Compiling const_format_proc_macros v0.2.34
26642026-08-31T13:16:08.787Z Compiling fd-lock v4.0.4
26652026-08-31T13:16:08.889Z Compiling peg-macros v0.8.5
26662026-08-31T13:16:08.967Z Compiling nu-ansi-term v0.50.3
26672026-08-31T13:16:09.440Z Compiling const_format v0.2.35
26682026-08-31T13:16:09.553Z Compiling reedline v0.40.0
26692026-08-31T13:16:10.170Z Compiling peg v0.8.5
26702026-08-31T13:16:10.301Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26712026-08-31T13:16:10.345Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26722026-08-31T13:16:10.544Z Compiling bcs v0.1.6
26732026-08-31T13:16:10.989Z Compiling nom v8.0.0
26742026-08-31T13:16:11.207Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26752026-08-31T13:16:11.458Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26762026-08-31T13:16:11.555Z Compiling progenitor v0.14.0
26772026-08-31T13:16:11.609Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26782026-08-31T13:16:11.746Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26792026-08-31T13:16:12.359Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26802026-08-31T13:16:12.544Z Compiling semver v0.1.20
26812026-08-31T13:16:12.879Z Compiling rustc_version v0.1.7
26822026-08-31T13:16:13.017Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26832026-08-31T13:16:13.118Z Compiling newtype_derive v0.1.6
26842026-08-31T13:16:13.281Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-31T13:16:13.345Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-31T13:16:13.516Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-31T13:16:13.591Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26882026-08-31T13:16:13.772Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26892026-08-31T13:16:14.238Z Compiling dropshot-api-manager-types v0.8.0
26902026-08-31T13:16:14.326Z Compiling steno v0.4.1
26912026-08-31T13:16:14.644Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26922026-08-31T13:16:14.806Z Compiling sha1 v0.10.6
26932026-08-31T13:16:14.874Z Compiling utf-8 v0.7.6
26942026-08-31T13:16:14.962Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26952026-08-31T13:16:15.121Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26962026-08-31T13:16:15.146Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26972026-08-31T13:16:15.284Z Compiling tagptr v0.2.0
26982026-08-31T13:16:15.313Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26992026-08-31T13:16:15.537Z Compiling moka v0.12.13
27002026-08-31T13:16:15.594Z Compiling tungstenite v0.21.0
27012026-08-31T13:16:16.282Z Compiling tokio-tungstenite v0.21.0
27022026-08-31T13:16:16.706Z Compiling hickory-resolver v0.25.2
27032026-08-31T13:16:16.823Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27042026-08-31T13:16:17.734Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27052026-08-31T13:16:17.894Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27062026-08-31T13:16:20.154Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-31T13:16:20.323Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-31T13:16:20.362Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27092026-08-31T13:16:20.509Z Compiling darling_core v0.21.3
27102026-08-31T13:16:21.779Z Compiling display-error-chain v0.2.2
27112026-08-31T13:16:21.962Z Compiling vergen-lib v0.1.6
27122026-08-31T13:16:22.206Z Compiling diesel_derives v2.3.7
27132026-08-31T13:16:22.447Z Compiling scheduled-thread-pool v0.2.7
27142026-08-31T13:16:22.476Z Compiling vergen-gitcl v1.0.8
27152026-08-31T13:16:22.704Z Compiling diesel_table_macro_syntax v0.3.0
27162026-08-31T13:16:22.742Z Compiling darling_macro v0.21.3
27172026-08-31T13:16:22.935Z Compiling dirs-sys-next v0.1.2
27182026-08-31T13:16:22.959Z Compiling glob v0.3.3
27192026-08-31T13:16:23.028Z Compiling crunchy v0.2.4
27202026-08-31T13:16:23.223Z Compiling maplit v1.0.2
27212026-08-31T13:16:23.280Z Compiling dirs-next v2.0.0
27222026-08-31T13:16:23.301Z Compiling darling v0.21.3
27232026-08-31T13:16:23.325Z Compiling clang-sys v1.8.1
27242026-08-31T13:16:23.398Z Compiling dsl_auto_type v0.2.0
27252026-08-31T13:16:23.422Z Compiling r2d2 v0.8.10
27262026-08-31T13:16:23.466Z Compiling libscf-sys v1.2.0
27272026-08-31T13:16:23.486Z Compiling downcast-rs v2.0.2
27282026-08-31T13:16:23.626Z Compiling xshell-macros v0.2.7
27292026-08-31T13:16:23.650Z Compiling tiny-keccak v2.0.2
27302026-08-31T13:16:23.772Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27312026-08-31T13:16:23.896Z Compiling term v0.7.0
27322026-08-31T13:16:23.919Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27332026-08-31T13:16:23.943Z Compiling papergrid v0.18.0
27342026-08-31T13:16:24.031Z Compiling xshell v0.2.7
27352026-08-31T13:16:24.240Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27362026-08-31T13:16:24.327Z Compiling bit-vec v0.6.3
27372026-08-31T13:16:24.407Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27382026-08-31T13:16:24.466Z Compiling ascii-canvas v3.0.0
27392026-08-31T13:16:24.582Z Compiling bit-set v0.5.3
27402026-08-31T13:16:24.799Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27412026-08-31T13:16:24.977Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27422026-08-31T13:16:24.981Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27432026-08-31T13:16:25.211Z Compiling tabled v0.21.0
27442026-08-31T13:16:25.315Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452026-08-31T13:16:25.494Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27462026-08-31T13:16:25.517Z Compiling itertools v0.15.0
27472026-08-31T13:16:25.596Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27482026-08-31T13:16:25.726Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27492026-08-31T13:16:25.785Z Compiling itertools v0.10.5
27502026-08-31T13:16:26.329Z Compiling ena v0.14.4
27512026-08-31T13:16:26.354Z Compiling libloading v0.8.9
27522026-08-31T13:16:26.538Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27532026-08-31T13:16:26.596Z Compiling regex-syntax v0.6.29
27542026-08-31T13:16:26.618Z Compiling unicase v2.9.0
27552026-08-31T13:16:26.770Z Compiling bindgen v0.71.1
27562026-08-31T13:16:26.881Z Compiling diff v0.1.13
27572026-08-31T13:16:27.047Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27582026-08-31T13:16:27.203Z Compiling cexpr v0.6.0
27592026-08-31T13:16:27.220Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27602026-08-31T13:16:27.293Z Compiling rustc-hash v2.1.1
27612026-08-31T13:16:27.497Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622026-08-31T13:16:27.742Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27632026-08-31T13:16:27.858Z Compiling headers-core v0.3.0
27642026-08-31T13:16:28.019Z Compiling lalrpop v0.19.12
27652026-08-31T13:16:28.112Z Compiling libxml v0.3.3
27662026-08-31T13:16:28.249Z Compiling crc8 v0.1.1
27672026-08-31T13:16:28.434Z Compiling headers v0.4.1
27682026-08-31T13:16:28.568Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-31T13:16:28.713Z Compiling diesel v2.3.7
27702026-08-31T13:16:28.789Z Compiling strum_macros v0.24.3
27712026-08-31T13:16:29.724Z Compiling indoc v1.0.9
27722026-08-31T13:16:30.128Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27732026-08-31T13:16:30.154Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27742026-08-31T13:16:30.179Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27752026-08-31T13:16:30.202Z Compiling derive_builder v0.20.2
27762026-08-31T13:16:30.358Z Compiling quick-xml v0.37.5
27772026-08-31T13:16:30.385Z Compiling oso-derive v0.27.3
27782026-08-31T13:16:30.645Z Compiling impl-trait-for-tuples v0.2.3
27792026-08-31T13:16:30.939Z Compiling openssl-probe v0.1.6
27802026-08-31T13:16:30.991Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27812026-08-31T13:16:31.253Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27822026-08-31T13:16:31.414Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27832026-08-31T13:16:31.705Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27842026-08-31T13:16:31.942Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27852026-08-31T13:16:32.008Z Compiling bb8 v0.8.6
27862026-08-31T13:16:32.033Z Compiling trait-variant v0.1.2
27872026-08-31T13:16:32.271Z Compiling proc-macro-error-attr2 v2.0.0
27882026-08-31T13:16:32.397Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27892026-08-31T13:16:32.581Z Compiling half v1.8.3
27902026-08-31T13:16:32.630Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27912026-08-31T13:16:32.687Z Compiling proc-macro-error2 v2.0.1
27922026-08-31T13:16:32.691Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27932026-08-31T13:16:33.020Z Compiling serde_cbor v0.11.2
27942026-08-31T13:16:33.080Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27952026-08-31T13:16:33.136Z Compiling hashbrown v0.14.5
27962026-08-31T13:16:33.287Z Compiling rfc6979 v0.4.0
27972026-08-31T13:16:33.338Z Compiling salty v0.3.0
27982026-08-31T13:16:33.455Z Compiling ecdsa v0.16.9
27992026-08-31T13:16:33.529Z Compiling samael v0.0.19
28002026-08-31T13:16:33.684Z Compiling chumsky v0.9.3
28012026-08-31T13:16:33.733Z Compiling knus-derive v3.4.0
28022026-08-31T13:16:33.929Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28032026-08-31T13:16:34.002Z Compiling primeorder v0.13.6
28042026-08-31T13:16:34.304Z Compiling nonempty v0.12.0
28052026-08-31T13:16:34.326Z Compiling p384 v0.13.1
28062026-08-31T13:16:34.926Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28072026-08-31T13:16:34.995Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28082026-08-31T13:16:35.116Z Compiling knus v3.4.0
28092026-08-31T13:16:35.555Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28102026-08-31T13:16:35.643Z Compiling polar-core v0.27.3
28112026-08-31T13:16:36.065Z Compiling fxhash v0.2.1
28122026-08-31T13:16:36.220Z Compiling libz-sys v1.1.24
28132026-08-31T13:16:36.243Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-08-31T13:16:36.453Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28152026-08-31T13:16:36.526Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28162026-08-31T13:16:36.735Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28172026-08-31T13:16:36.949Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28182026-08-31T13:16:37.456Z Compiling kstat-rs v0.2.5
28192026-08-31T13:16:37.724Z Compiling mime_guess v2.0.5
28202026-08-31T13:16:37.928Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28212026-08-31T13:16:38.243Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28222026-08-31T13:16:39.286Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-31T13:16:40.106Z Compiling nanorand v0.7.0
28242026-08-31T13:16:40.296Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-31T13:16:40.504Z Compiling libgit2-sys v0.18.3+1.9.2
28262026-08-31T13:16:40.885Z Compiling parking_lot_core v0.8.6
28272026-08-31T13:16:41.218Z Compiling flume v0.11.1
28282026-08-31T13:16:41.247Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28292026-08-31T13:16:41.448Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28302026-08-31T13:16:41.777Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28312026-08-31T13:16:42.263Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28322026-08-31T13:16:42.483Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28332026-08-31T13:16:42.510Z Compiling git-stub v1.0.0
28342026-08-31T13:16:42.797Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28352026-08-31T13:16:42.996Z Compiling strsim v0.10.0
28362026-08-31T13:16:43.061Z Compiling instability v0.3.11
28372026-08-31T13:16:43.078Z Compiling http-range v0.1.5
28382026-08-31T13:16:43.280Z Compiling corncobs v0.1.4
28392026-08-31T13:16:43.334Z Compiling darling_core v0.13.4
28402026-08-31T13:16:43.423Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28412026-08-31T13:16:43.489Z Compiling git-stub-vcs v0.1.0
28422026-08-31T13:16:43.857Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28432026-08-31T13:16:44.627Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28442026-08-31T13:16:44.984Z Compiling oso v0.27.3
28452026-08-31T13:16:45.145Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28462026-08-31T13:16:45.499Z Compiling progenitor-impl v0.13.0
28472026-08-31T13:16:47.726Z Compiling async-bb8-diesel v0.2.1
28482026-08-31T13:16:48.194Z Compiling diesel-dtrace v0.5.0
28492026-08-31T13:16:48.529Z Compiling ignore v0.4.25
28502026-08-31T13:16:48.655Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28512026-08-31T13:16:48.928Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28522026-08-31T13:16:49.273Z Compiling anstyle-parse v0.2.7
28532026-08-31T13:16:49.453Z Compiling secrecy v0.8.0
28542026-08-31T13:16:49.542Z Compiling vergen-git2 v9.1.0
28552026-08-31T13:16:49.693Z Compiling castaway v0.2.4
28562026-08-31T13:16:49.793Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28572026-08-31T13:16:49.867Z Compiling indoc v2.0.7
28582026-08-31T13:16:50.116Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28592026-08-31T13:16:50.139Z Compiling compact_str v0.8.1
28602026-08-31T13:16:51.043Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612026-08-31T13:16:51.248Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28622026-08-31T13:16:51.496Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28632026-08-31T13:16:51.724Z Compiling anstream v0.6.21
28642026-08-31T13:16:52.267Z Compiling globwalk v0.9.1
28652026-08-31T13:16:52.909Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28662026-08-31T13:16:53.056Z Compiling progenitor-macro v0.13.0
28672026-08-31T13:16:53.550Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28682026-08-31T13:16:53.875Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28692026-08-31T13:16:54.462Z Compiling parking_lot v0.11.2
28702026-08-31T13:16:55.405Z Compiling darling_macro v0.13.4
28712026-08-31T13:16:55.470Z Compiling hyper-staticfile v0.10.1
28722026-08-31T13:16:55.646Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28732026-08-31T13:16:55.745Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742026-08-31T13:16:55.924Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28752026-08-31T13:16:56.251Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28762026-08-31T13:16:56.364Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-31T13:16:56.631Z Compiling predicates-tree v1.0.13
28782026-08-31T13:16:56.721Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28792026-08-31T13:16:56.950Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28802026-08-31T13:16:57.052Z Compiling unicode-truncate v1.1.0
28812026-08-31T13:16:57.269Z Compiling lru v0.12.5
28822026-08-31T13:16:57.293Z Compiling digest-io v0.1.0
28832026-08-31T13:16:57.477Z Compiling sha2 v0.11.0
28842026-08-31T13:16:57.504Z Compiling progenitor-client v0.13.0
28852026-08-31T13:16:58.022Z Compiling rand_seeder v0.4.0
28862026-08-31T13:16:58.049Z Compiling prefix-trie v0.7.0
28872026-08-31T13:16:58.109Z Compiling cassowary v0.3.0
28882026-08-31T13:16:58.292Z Compiling rawzip v0.4.4
28892026-08-31T13:16:58.546Z Compiling hickory-server v0.25.2
28902026-08-31T13:16:59.082Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28912026-08-31T13:16:59.159Z Compiling ratatui v0.29.0
28922026-08-31T13:16:59.377Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28932026-08-31T13:16:59.432Z Compiling progenitor v0.13.0
28942026-08-31T13:16:59.487Z Compiling camino-tempfile-ext v0.3.3
28952026-08-31T13:16:59.642Z Compiling darling v0.13.4
28962026-08-31T13:16:59.686Z Compiling sled v0.34.7
28972026-08-31T13:16:59.709Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28982026-08-31T13:17:00.095Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28992026-08-31T13:17:02.248Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29002026-08-31T13:17:03.644Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29012026-08-31T13:17:04.721Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29022026-08-31T13:17:04.952Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29032026-08-31T13:17:05.958Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29042026-08-31T13:17:06.243Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29052026-08-31T13:17:06.394Z Compiling git2 v0.20.4
29062026-08-31T13:17:06.423Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29072026-08-31T13:17:06.772Z Compiling serde_with_macros v1.5.2
29082026-08-31T13:17:07.612Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29092026-08-31T13:17:07.636Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29102026-08-31T13:17:08.094Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29112026-08-31T13:17:08.254Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29122026-08-31T13:17:08.319Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29132026-08-31T13:17:08.477Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29142026-08-31T13:17:08.552Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29152026-08-31T13:17:08.843Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29162026-08-31T13:17:09.289Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29172026-08-31T13:17:09.522Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29182026-08-31T13:17:09.544Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29192026-08-31T13:17:09.733Z Compiling arc-swap v1.8.2
29202026-08-31T13:17:09.767Z Compiling void v1.0.2
29212026-08-31T13:17:09.928Z Compiling lzss v0.8.2
29222026-08-31T13:17:10.008Z Compiling slog-scope v4.4.1
29232026-08-31T13:17:10.433Z Compiling serde_with v1.14.0
29242026-08-31T13:17:10.456Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-31T13:17:11.187Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29262026-08-31T13:17:11.261Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29272026-08-31T13:17:11.605Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29282026-08-31T13:17:11.627Z Compiling scuffle v0.1.0
29292026-08-31T13:17:11.926Z Compiling tungstenite v0.23.0
29302026-08-31T13:17:12.106Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-31T13:17:12.339Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29322026-08-31T13:17:13.756Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29332026-08-31T13:17:13.848Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-31T13:17:13.979Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29352026-08-31T13:17:14.074Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-31T13:17:14.117Z Compiling nix v0.27.1
29372026-08-31T13:17:14.225Z Compiling twox-hash v2.1.2
29382026-08-31T13:17:14.324Z Compiling libsw-core v0.3.2
29392026-08-31T13:17:14.390Z Compiling atty v0.2.14
29402026-08-31T13:17:14.555Z Compiling serde_bytes v0.11.19
29412026-08-31T13:17:14.579Z Compiling libsw v3.5.0
29422026-08-31T13:17:14.583Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29432026-08-31T13:17:14.807Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29442026-08-31T13:17:14.843Z Compiling tokio-tungstenite v0.23.1
29452026-08-31T13:17:14.887Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29462026-08-31T13:17:15.237Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29472026-08-31T13:17:15.312Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29482026-08-31T13:17:17.003Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29492026-08-31T13:17:17.322Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29502026-08-31T13:17:18.298Z Compiling slog-stdlog v4.1.1
29512026-08-31T13:17:18.697Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-31T13:17:18.728Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29532026-08-31T13:17:18.942Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29542026-08-31T13:17:19.407Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29552026-08-31T13:17:20.599Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562026-08-31T13:17:22.355Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29572026-08-31T13:17:23.005Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29582026-08-31T13:17:24.761Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29592026-08-31T13:17:24.786Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29602026-08-31T13:17:25.475Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29612026-08-31T13:17:25.842Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29622026-08-31T13:17:26.132Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29632026-08-31T13:17:26.514Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29642026-08-31T13:17:28.127Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29652026-08-31T13:17:29.725Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29662026-08-31T13:17:30.720Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29672026-08-31T13:17:30.830Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29682026-08-31T13:17:30.948Z Compiling signal-hook-tokio v0.3.1
29692026-08-31T13:17:31.141Z Compiling fatfs v0.3.6
29702026-08-31T13:17:31.489Z Compiling yasna v0.5.2
29712026-08-31T13:17:31.673Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29722026-08-31T13:17:31.972Z Compiling seq-macro v0.3.6
29732026-08-31T13:17:32.422Z Compiling assert_matches v1.5.0
29742026-08-31T13:17:32.508Z Compiling rcgen v0.12.1
29752026-08-31T13:17:32.536Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29762026-08-31T13:17:33.071Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29772026-08-31T13:17:33.213Z Compiling slog-envlogger v2.2.0
29782026-08-31T13:17:34.343Z Compiling oxide-update-engine-display v0.1.2
29792026-08-31T13:17:34.526Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29802026-08-31T13:17:35.295Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29812026-08-31T13:17:35.460Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29822026-08-31T13:17:35.687Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29832026-08-31T13:17:35.931Z Compiling port-file v0.1.0
29842026-08-31T13:17:36.264Z Compiling subprocess v0.2.15
29852026-08-31T13:17:36.999Z Compiling rtoolbox v0.0.3
29862026-08-31T13:17:37.178Z Compiling rpassword v7.5.4
29872026-08-31T13:17:37.289Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29882026-08-31T13:17:37.867Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29892026-08-31T13:17:39.225Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29902026-08-31T13:17:40.613Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29912026-08-31T13:17:40.760Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29922026-08-31T13:17:41.532Z Compiling tui-tree-widget v0.23.1
29932026-08-31T13:17:41.830Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29942026-08-31T13:17:42.298Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29952026-08-31T13:17:43.028Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29962026-08-31T13:17:44.351Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29972026-08-31T13:17:45.072Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29982026-08-31T13:17:45.304Z Compiling uzers v0.12.2
29992026-08-31T13:17:45.489Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30002026-08-31T13:17:46.071Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30012026-08-31T13:17:46.756Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30022026-08-31T13:17:47.640Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30032026-08-31T13:17:48.360Z Compiling support-bundle-viewer v0.1.2
30042026-08-31T13:17:49.136Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30052026-08-31T13:17:50.253Z Compiling multimap v0.10.1
30062026-08-31T13:17:59.553Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30072026-08-31T13:18:03.229Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-08-31T13:18:04.903Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30092026-08-31T13:18:10.376Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-08-31T13:18:11.358Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-08-31T13:25:42.394Z Finished `release` profile [optimized] target(s) in 9m 45s
30122026-08-31T13:25:42.397Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30132026-08-31T13:25:42.397Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30142026-08-31T13:26:33.964Z
30152026-08-31T13:26:33.964Zreal 10:38.559060926
30162026-08-31T13:26:33.967Zuser 1:23:04.677010170
30172026-08-31T13:26:33.967Zsys 3:42.968351287
30182026-08-31T13:26:33.967Ztrap 1.845958599
30192026-08-31T13:26:33.967Ztflt 2.142545737
30202026-08-31T13:26:33.967Zdflt 20.749780443
30212026-08-31T13:26:33.967Zkflt 0.004931973
30222026-08-31T13:26:33.967Zlock 7:57:02.291025743
30232026-08-31T13:26:33.967Zslp 2:20:37.937226494
30242026-08-31T13:26:33.967Zlat 2:40.515442146
30252026-08-31T13:26:33.967Zstop 5:35.853383082
30262026-08-31T13:26:33.967Z+ mapfile -t packages
30272026-08-31T13:26:33.967Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30282026-08-31T13:26:34.943Z Finished `release` profile [optimized] target(s) in 0.96s
30292026-08-31T13:26:35.015Z Running `target/release/omicron-package -t test list-outputs`
30302026-08-31T13:26:35.073ZLogging to: /work/oxidecomputer/omicron/out/LOG
30312026-08-31T13:26:35.076Z+ ptime -m cargo build --locked --release -p xtask
30322026-08-31T13:26:35.561Z Compiling libc v0.2.185
30332026-08-31T13:26:35.561Z Compiling serde_core v1.0.228
30342026-08-31T13:26:35.595Z Compiling serde v1.0.228
30352026-08-31T13:26:35.596Z Compiling rustix v1.1.4
30362026-08-31T13:26:35.596Z Compiling serde_json v1.0.151
30372026-08-31T13:26:35.691Z Compiling bitflags v2.11.0
30382026-08-31T13:26:35.710Z Compiling usdt-impl v0.5.0
30392026-08-31T13:26:35.713Z Compiling syn v2.0.117
30402026-08-31T13:26:35.731Z Compiling syn v1.0.109
30412026-08-31T13:26:35.742Z Compiling log v0.4.33
30422026-08-31T13:26:35.752Z Compiling getrandom v0.4.3
30432026-08-31T13:26:35.766Z Compiling indexmap v2.14.0
30442026-08-31T13:26:35.778Z Compiling fs-err v3.3.0
30452026-08-31T13:26:35.937Z Compiling once_cell v1.21.3
30462026-08-31T13:26:36.008Z Compiling anyhow v1.0.104
30472026-08-31T13:26:36.074Z Compiling heck v0.4.1
30482026-08-31T13:26:36.408Z Compiling errno v0.3.14
30492026-08-31T13:26:36.411Z Compiling thread-id v4.2.2
30502026-08-31T13:26:36.411Z Compiling memmap v0.7.0
30512026-08-31T13:26:37.162Z Compiling proc-macro-error v1.0.4
30522026-08-31T13:26:37.399Z Compiling terminal_size v0.4.3
30532026-08-31T13:26:37.399Z Compiling tempfile v3.27.0
30542026-08-31T13:26:37.424Z Compiling tabled_derive v0.7.0
30552026-08-31T13:26:37.497Z Compiling clap_builder v4.6.0
30562026-08-31T13:26:37.497Z Compiling textwrap v0.16.2
30572026-08-31T13:26:37.750Z Compiling camino v1.2.5
30582026-08-31T13:26:37.750Z Compiling cargo-platform v0.3.2
30592026-08-31T13:26:37.753Z Compiling semver v1.0.28
30602026-08-31T13:26:37.925Z Compiling pest_generator v2.8.6
30612026-08-31T13:26:38.077Z Compiling camino-tempfile v1.4.1
30622026-08-31T13:26:38.142Z Compiling tabled v0.15.0
30632026-08-31T13:26:38.444Z Compiling serde_derive v1.0.228
30642026-08-31T13:26:38.444Z Compiling thiserror-impl v1.0.69
30652026-08-31T13:26:38.447Z Compiling zerocopy-derive v0.7.35
30662026-08-31T13:26:38.447Z Compiling scroll_derive v0.12.1
30672026-08-31T13:26:38.447Z Compiling thiserror-impl v2.0.18
30682026-08-31T13:26:38.447Z Compiling clap_derive v4.6.1
30692026-08-31T13:26:38.512Z Compiling pest_derive v2.8.6
30702026-08-31T13:26:39.191Z Compiling scroll v0.12.0
30712026-08-31T13:26:39.319Z Compiling zerocopy v0.7.35
30722026-08-31T13:26:39.462Z Compiling goblin v0.8.2
30732026-08-31T13:26:39.616Z Compiling thiserror v1.0.69
30742026-08-31T13:26:39.736Z Compiling dtrace-parser v0.2.0
30752026-08-31T13:26:39.912Z Compiling thiserror v2.0.18
30762026-08-31T13:26:40.057Z Compiling clap v4.6.1
30772026-08-31T13:26:41.699Z Compiling dof v0.3.0
30782026-08-31T13:26:41.770Z Compiling toml_datetime v0.6.11
30792026-08-31T13:26:41.782Z Compiling serde_spanned v0.6.9
30802026-08-31T13:26:41.876Z Compiling serde_tokenstream v0.2.3
30812026-08-31T13:26:41.968Z Compiling toml_edit v0.22.27
30822026-08-31T13:26:41.986Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30832026-08-31T13:26:42.026Z Compiling cargo_metadata v0.23.1
30842026-08-31T13:26:42.039Z Compiling macaddr v1.0.1
30852026-08-31T13:26:42.428Z Compiling usdt-attr-macro v0.5.0
30862026-08-31T13:26:42.432Z Compiling usdt-macro v0.5.0
30872026-08-31T13:26:43.092Z Compiling usdt v0.5.0
30882026-08-31T13:26:43.520Z Compiling toml v0.8.23
30892026-08-31T13:26:43.962Z Compiling cargo_toml v0.21.0
30902026-08-31T13:26:48.423Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30912026-08-31T13:26:51.666Z Finished `release` profile [optimized] target(s) in 16.58s
30922026-08-31T13:26:51.768Z
30932026-08-31T13:26:51.771Zreal 16.659077128
30942026-08-31T13:26:51.771Zuser 2:07.833823968
30952026-08-31T13:26:51.771Zsys 13.710081779
30962026-08-31T13:26:51.771Ztrap 0.068321947
30972026-08-31T13:26:51.771Ztflt 0.454167068
30982026-08-31T13:26:51.772Zdflt 1.306108940
30992026-08-31T13:26:51.772Zkflt 0.000060750
31002026-08-31T13:26:51.772Zlock 4:52.465707589
31012026-08-31T13:26:51.772Zslp 2:45.908060478
31022026-08-31T13:26:51.772Zlat 4.384199537
31032026-08-31T13:26:51.772Zstop 15.476885616
31042026-08-31T13:26:51.772Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31052026-08-31T13:26:51.772Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31062026-08-31T13:26:51.772Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31072026-08-31T13:26:51.772Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31082026-08-31T13:26:51.772Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31092026-08-31T13:26:52.741Z Compiling progenitor-client v0.14.0
31102026-08-31T13:26:52.744Z Compiling match_cfg v0.1.0
31112026-08-31T13:26:52.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31122026-08-31T13:26:52.744Z Compiling slog-json v2.6.1
31132026-08-31T13:26:52.744Z Compiling newtype-uuid-macros v0.1.0
31142026-08-31T13:26:52.744Z Compiling sha1 v0.11.0
31152026-08-31T13:26:52.889Z Compiling multer v3.1.0
31162026-08-31T13:26:52.892Z Compiling compression-core v0.4.31
31172026-08-31T13:26:52.892Z Compiling debug-ignore v1.0.5
31182026-08-31T13:26:52.892Z Compiling async-stream-impl v0.3.6
31192026-08-31T13:26:52.892Z Compiling serde_spanned v1.1.1
31202026-08-31T13:26:52.903Z Compiling toml_datetime v1.1.1+spec-1.1.0
31212026-08-31T13:26:52.906Z Compiling dropshot v0.17.1
31222026-08-31T13:26:52.906Z Compiling toml_writer v1.1.1+spec-1.1.0
31232026-08-31T13:26:52.912Z Compiling waitgroup v0.1.2
31242026-08-31T13:26:52.915Z Compiling rustls-pemfile v2.2.0
31252026-08-31T13:26:53.156Z Compiling dropshot_endpoint v0.17.1
31262026-08-31T13:26:53.156Z Compiling hostname v0.4.2
31272026-08-31T13:26:53.207Z Compiling compression-codecs v0.4.37
31282026-08-31T13:26:53.225Z Compiling hostname v0.3.1
31292026-08-31T13:26:53.241Z Compiling toml v1.1.2+spec-1.1.0
31302026-08-31T13:26:53.263Z Compiling serde_path_to_error v0.1.20
31312026-08-31T13:26:53.280Z Compiling atomicwrites v0.4.4
31322026-08-31T13:26:53.283Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31332026-08-31T13:26:53.283Z Compiling macaddr v1.0.1
31342026-08-31T13:26:53.370Z Compiling slog-bunyan v2.5.0
31352026-08-31T13:26:53.386Z Compiling serde_tokenstream v0.3.0
31362026-08-31T13:26:53.426Z Compiling async-compression v0.4.41
31372026-08-31T13:26:53.448Z Compiling oxide-generation v0.1.3
31382026-08-31T13:26:53.451Z Compiling instant v0.1.13
31392026-08-31T13:26:53.507Z Compiling parse-display-derive v0.10.0
31402026-08-31T13:26:53.526Z Compiling regress v0.10.5
31412026-08-31T13:26:53.572Z Compiling backon v1.6.0
31422026-08-31T13:26:53.598Z Compiling backoff v0.4.0
31432026-08-31T13:26:53.624Z Compiling itertools v0.14.0
31442026-08-31T13:26:53.650Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31452026-08-31T13:26:53.670Z Compiling humantime v2.3.0
31462026-08-31T13:26:53.711Z Compiling async-stream v0.3.6
31472026-08-31T13:26:53.739Z Compiling oxide-generation-macros v0.2.0
31482026-08-31T13:26:53.757Z Compiling progenitor-extras v0.2.0
31492026-08-31T13:26:53.779Z Compiling half v2.7.1
31502026-08-31T13:26:53.782Z Compiling crucible-workspace-hack v0.1.0
31512026-08-31T13:26:53.815Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31522026-08-31T13:26:53.819Z Compiling ciborium-io v0.2.2
31532026-08-31T13:26:53.853Z Compiling convert_case v0.4.0
31542026-08-31T13:26:53.915Z Compiling secrecy v0.10.3
31552026-08-31T13:26:53.951Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31562026-08-31T13:26:53.968Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31572026-08-31T13:26:53.971Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31582026-08-31T13:26:54.003Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31592026-08-31T13:26:54.039Z Compiling ciborium-ll v0.2.2
31602026-08-31T13:26:54.098Z Compiling inout v0.1.4
31612026-08-31T13:26:54.101Z Compiling regress v0.11.1
31622026-08-31T13:26:54.132Z Compiling thiserror-impl-no-std v2.0.2
31632026-08-31T13:26:54.151Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31642026-08-31T13:26:54.241Z Compiling derive_more v0.99.20
31652026-08-31T13:26:54.260Z Compiling ciborium v0.2.2
31662026-08-31T13:26:54.280Z Compiling cipher v0.4.4
31672026-08-31T13:26:54.297Z Compiling universal-hash v0.5.1
31682026-08-31T13:26:54.351Z Compiling opaque-debug v0.3.1
31692026-08-31T13:26:54.373Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-08-31T13:26:54.441Z Compiling poly1305 v0.8.0
31712026-08-31T13:26:54.461Z Compiling blake2 v0.10.6
31722026-08-31T13:26:54.536Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-31T13:26:54.569Z Compiling chacha20 v0.9.1
31742026-08-31T13:26:54.596Z Compiling aead v0.5.2
31752026-08-31T13:26:54.654Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31762026-08-31T13:26:54.829Z Compiling password-hash v0.5.0
31772026-08-31T13:26:54.855Z Compiling indent_write v2.2.0
31782026-08-31T13:26:54.872Z Compiling chacha20poly1305 v0.10.1
31792026-08-31T13:26:54.891Z Compiling toml_datetime v0.7.5+spec-1.1.0
31802026-08-31T13:26:54.894Z Compiling unsafe-libyaml v0.2.11
31812026-08-31T13:26:54.955Z Compiling itertools v0.15.0
31822026-08-31T13:26:55.028Z Compiling num-derive v0.4.2
31832026-08-31T13:26:55.062Z Compiling heapless v0.8.0
31842026-08-31T13:26:55.086Z Compiling toml_edit v0.23.10+spec-1.0.0
31852026-08-31T13:26:55.191Z Compiling argon2 v0.5.3
31862026-08-31T13:26:55.246Z Compiling tabwriter v1.4.1
31872026-08-31T13:26:55.273Z Compiling hash32 v0.3.1
31882026-08-31T13:26:55.316Z Compiling parse-display v0.10.0
31892026-08-31T13:26:55.374Z Compiling thiserror-no-std v2.0.2
31902026-08-31T13:26:55.461Z Compiling smoltcp v0.11.0
31912026-08-31T13:26:55.494Z Compiling vsss-rs v3.3.4
31922026-08-31T13:26:55.511Z Compiling serde_yaml v0.9.34+deprecated
31932026-08-31T13:26:55.604Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31942026-08-31T13:26:55.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31952026-08-31T13:26:55.715Z Compiling proc-macro-crate v3.4.0
31962026-08-31T13:26:55.850Z Compiling typify-impl v0.6.2
31972026-08-31T13:26:55.964Z Compiling cobs v0.3.0
31982026-08-31T13:26:56.039Z Compiling colored v3.1.1
31992026-08-31T13:26:56.186Z Compiling illumos-nvpair-sys v0.2.0
32002026-08-31T13:26:56.210Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32012026-08-31T13:26:56.306Z Compiling num_enum_derive v0.7.6
32022026-08-31T13:26:56.381Z Compiling ingot-macros v0.2.0
32032026-08-31T13:26:56.441Z Compiling postcard v1.1.3
32042026-08-31T13:26:56.444Z Compiling proc-macro-error v1.0.4
32052026-08-31T13:26:56.444Z Compiling rand v0.10.1
32062026-08-31T13:26:56.508Z Compiling proc-macro-crate v1.3.1
32072026-08-31T13:26:56.569Z Compiling foreign-types-macros v0.2.3
32082026-08-31T13:26:56.793Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-31T13:26:56.819Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32102026-08-31T13:26:56.836Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-31T13:26:56.924Z Compiling rayon-core v1.13.0
32122026-08-31T13:26:56.955Z Compiling foreign-types-shared v0.3.1
32132026-08-31T13:26:56.982Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32142026-08-31T13:26:57.003Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32152026-08-31T13:26:57.083Z Compiling num_enum_derive v0.5.11
32162026-08-31T13:26:57.212Z Compiling crossbeam-deque v0.8.6
32172026-08-31T13:26:57.238Z Compiling foreign-types v0.5.0
32182026-08-31T13:26:57.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-31T13:26:57.310Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-31T13:26:57.328Z Compiling cstr-argument v0.1.2
32212026-08-31T13:26:57.361Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-31T13:26:57.380Z Compiling illumos-nvpair v0.3.0
32232026-08-31T13:26:57.438Z Compiling num_enum v0.7.6
32242026-08-31T13:26:57.457Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32252026-08-31T13:26:57.517Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-31T13:26:57.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32272026-08-31T13:26:57.623Z Compiling zone_cfg_derive v0.3.1
32282026-08-31T13:26:57.663Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32292026-08-31T13:26:57.711Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32302026-08-31T13:26:57.742Z Compiling itertools v0.12.1
32312026-08-31T13:26:57.770Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32322026-08-31T13:26:57.838Z Compiling sigpipe v0.1.3
32332026-08-31T13:26:57.858Z Compiling glob v0.3.3
32342026-08-31T13:26:57.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32352026-08-31T13:26:57.909Z Compiling rayon v1.11.0
32362026-08-31T13:26:57.946Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32372026-08-31T13:26:57.961Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32382026-08-31T13:26:58.101Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32392026-08-31T13:26:58.158Z Compiling smf v0.2.3
32402026-08-31T13:26:58.186Z Compiling whoami v1.6.1
32412026-08-31T13:26:58.213Z Compiling cpubits v0.1.1
32422026-08-31T13:26:58.231Z Compiling num_enum v0.5.11
32432026-08-31T13:26:58.247Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32442026-08-31T13:26:58.302Z Compiling gethostname v0.5.0
32452026-08-31T13:26:58.319Z Compiling num-rational v0.4.2
32462026-08-31T13:26:58.347Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32472026-08-31T13:26:58.375Z Compiling num-complex v0.4.6
32482026-08-31T13:26:58.393Z Compiling derive-where v1.6.0
32492026-08-31T13:26:58.413Z Compiling toml v0.8.23
32502026-08-31T13:26:58.448Z Compiling usdt-macro v0.5.0
32512026-08-31T13:26:58.536Z Compiling usdt-attr-macro v0.5.0
32522026-08-31T13:26:58.717Z Compiling pem-rfc7468 v1.0.0
32532026-08-31T13:26:58.805Z Compiling num v0.4.3
32542026-08-31T13:26:58.907Z Compiling memmap v0.7.0
32552026-08-31T13:26:58.946Z Compiling zone v0.3.1
32562026-08-31T13:26:58.983Z Compiling float-ord v0.3.2
32572026-08-31T13:26:59.039Z Compiling cancel-safe-futures v0.1.5
32582026-08-31T13:26:59.056Z Compiling hmac v0.13.0
32592026-08-31T13:26:59.095Z Compiling universal-hash v0.6.1
32602026-08-31T13:26:59.127Z Compiling resolv-conf v0.7.6
32612026-08-31T13:26:59.144Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32622026-08-31T13:26:59.268Z Compiling sha1 v0.10.6
32632026-08-31T13:26:59.289Z Compiling prettyplease v0.2.37
32642026-08-31T13:26:59.325Z Compiling libefi-sys v0.1.0
32652026-08-31T13:26:59.368Z Compiling ingot-types v0.2.0
32662026-08-31T13:26:59.394Z Compiling usdt v0.5.0
32672026-08-31T13:26:59.508Z Compiling linear-map v1.2.0
32682026-08-31T13:26:59.537Z Compiling polyval v0.7.1
32692026-08-31T13:26:59.537Z Compiling der v0.8.0
32702026-08-31T13:26:59.586Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-31T13:26:59.635Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-08-31T13:26:59.665Z Compiling newline-converter v0.3.0
32732026-08-31T13:26:59.696Z Compiling console v0.15.11
32742026-08-31T13:26:59.713Z Compiling bitfield-struct v0.6.2
32752026-08-31T13:26:59.735Z Compiling ghash v0.6.0
32762026-08-31T13:26:59.775Z Compiling ingot v0.2.1
32772026-08-31T13:26:59.795Z Compiling oxide-update-engine-types v0.1.2
32782026-08-31T13:26:59.908Z Compiling pbkdf2 v0.13.0
32792026-08-31T13:26:59.945Z Compiling aes v0.9.1
32802026-08-31T13:27:00.070Z Compiling crypto-bigint v0.7.5
32812026-08-31T13:27:00.097Z Compiling hickory-proto v0.24.4
32822026-08-31T13:27:00.308Z Compiling expectorate v1.2.0
32832026-08-31T13:27:00.387Z Compiling ctr v0.10.1
32842026-08-31T13:27:00.479Z Compiling sha2 v0.11.0
32852026-08-31T13:27:00.516Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32862026-08-31T13:27:00.534Z Compiling aead v0.6.1
32872026-08-31T13:27:00.561Z Compiling typify-macro v0.6.2
32882026-08-31T13:27:00.632Z Compiling nom v8.0.0
32892026-08-31T13:27:00.735Z Compiling linked-hash-map v0.5.6
32902026-08-31T13:27:00.843Z Compiling semver v0.1.20
32912026-08-31T13:27:00.871Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-31T13:27:00.960Z Compiling oxide-update-engine v0.1.2
32932026-08-31T13:27:00.978Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-31T13:27:00.993Z Compiling lru-cache v0.1.2
32952026-08-31T13:27:01.113Z Compiling rustc_version v0.1.7
32962026-08-31T13:27:01.130Z Compiling aes-gcm v0.11.0
32972026-08-31T13:27:01.146Z Compiling spki v0.8.0
32982026-08-31T13:27:01.165Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32992026-08-31T13:27:01.197Z Compiling tokio-dtrace v0.1.1
33002026-08-31T13:27:01.367Z Compiling dropshot-api-manager-types v0.8.0
33012026-08-31T13:27:01.386Z Compiling salsa20 v0.11.0
33022026-08-31T13:27:01.408Z Compiling slog-dtrace v0.3.0
33032026-08-31T13:27:01.426Z Compiling minimal-lexical v0.2.1
33042026-08-31T13:27:01.427Z Compiling xshell-macros v0.2.7
33052026-08-31T13:27:01.489Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33062026-08-31T13:27:01.506Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33072026-08-31T13:27:01.575Z Compiling scrypt v0.12.0
33082026-08-31T13:27:01.618Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33092026-08-31T13:27:01.705Z Compiling nom v7.1.3
33102026-08-31T13:27:01.723Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33112026-08-31T13:27:01.723Z Compiling oxide-tokio-rt v0.1.4
33122026-08-31T13:27:01.815Z Compiling newtype_derive v0.1.6
33132026-08-31T13:27:01.856Z Compiling xshell v0.2.7
33142026-08-31T13:27:01.921Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33152026-08-31T13:27:02.040Z Compiling phf_shared v0.12.1
33162026-08-31T13:27:02.059Z Compiling rfc6979 v0.4.0
33172026-08-31T13:27:02.229Z Compiling cbc v0.2.1
33182026-08-31T13:27:02.255Z Compiling proc-macro-error-attr2 v2.0.0
33192026-08-31T13:27:02.359Z Compiling hickory-resolver v0.24.4
33202026-08-31T13:27:02.406Z Compiling csv-core v0.1.13
33212026-08-31T13:27:02.427Z Compiling chrono-tz v0.10.4
33222026-08-31T13:27:02.471Z Compiling typify v0.6.2
33232026-08-31T13:27:02.530Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-31T13:27:02.624Z Compiling progenitor-impl v0.14.0
33252026-08-31T13:27:02.659Z Compiling highway v1.3.0
33262026-08-31T13:27:02.708Z Compiling unicode-xid v0.2.6
33272026-08-31T13:27:02.726Z Compiling proc-macro-error2 v2.0.1
33282026-08-31T13:27:02.867Z Compiling csv v1.4.0
33292026-08-31T13:27:02.870Z Compiling const_format_proc_macros v0.2.34
33302026-08-31T13:27:02.905Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-31T13:27:02.977Z Compiling pkcs5 v0.8.1
33322026-08-31T13:27:03.065Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33332026-08-31T13:27:03.082Z Compiling phf v0.12.1
33342026-08-31T13:27:03.098Z Compiling ecdsa v0.16.9
33352026-08-31T13:27:03.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33362026-08-31T13:27:03.260Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-08-31T13:27:03.454Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33382026-08-31T13:27:03.488Z Compiling qorb v0.4.1
33392026-08-31T13:27:03.563Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-08-31T13:27:03.590Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-08-31T13:27:03.609Z Compiling primeorder v0.13.6
33422026-08-31T13:27:03.701Z Compiling hashbrown v0.14.5
33432026-08-31T13:27:03.777Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33442026-08-31T13:27:03.825Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33452026-08-31T13:27:03.845Z Compiling salty v0.3.0
33462026-08-31T13:27:03.905Z Compiling p384 v0.13.1
33472026-08-31T13:27:04.149Z Compiling const_format v0.2.35
33482026-08-31T13:27:04.240Z Compiling chumsky v0.9.3
33492026-08-31T13:27:04.313Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33502026-08-31T13:27:04.526Z Compiling pkcs8 v0.11.0
33512026-08-31T13:27:04.533Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-08-31T13:27:04.661Z Compiling knus-derive v3.4.0
33532026-08-31T13:27:04.687Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33542026-08-31T13:27:04.987Z Compiling tabled_derive v0.7.0
33552026-08-31T13:27:05.327Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33562026-08-31T13:27:05.348Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33572026-08-31T13:27:05.367Z Compiling progenitor-macro v0.14.0
33582026-08-31T13:27:05.461Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-08-31T13:27:05.554Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33602026-08-31T13:27:05.585Z Compiling bcs v0.1.6
33612026-08-31T13:27:05.631Z Compiling ff v0.14.0
33622026-08-31T13:27:05.654Z Compiling termtree v0.5.1
33632026-08-31T13:27:05.671Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-31T13:27:05.821Z Compiling steno v0.4.1
33652026-08-31T13:27:05.920Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33662026-08-31T13:27:05.944Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-31T13:27:05.964Z Compiling group v0.14.0
33682026-08-31T13:27:05.984Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33692026-08-31T13:27:06.063Z Compiling tabled v0.15.0
33702026-08-31T13:27:06.195Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33712026-08-31T13:27:06.222Z Compiling signature v3.0.0
33722026-08-31T13:27:06.290Z Compiling knus v3.4.0
33732026-08-31T13:27:06.308Z Compiling tagptr v0.2.0
33742026-08-31T13:27:06.352Z Compiling base16ct v1.0.0
33752026-08-31T13:27:06.447Z Compiling moka v0.12.13
33762026-08-31T13:27:06.490Z Compiling sec1 v0.8.1
33772026-08-31T13:27:06.544Z Compiling hkdf v0.13.0
33782026-08-31T13:27:06.566Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33792026-08-31T13:27:06.748Z Compiling elliptic-curve v0.14.1
33802026-08-31T13:27:06.766Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33812026-08-31T13:27:06.817Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33822026-08-31T13:27:06.839Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-31T13:27:06.998Z Compiling utf-8 v0.7.6
33842026-08-31T13:27:07.186Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33852026-08-31T13:27:07.212Z Compiling hickory-resolver v0.25.2
33862026-08-31T13:27:07.251Z Compiling parking_lot_core v0.8.6
33872026-08-31T13:27:07.286Z Compiling corncobs v0.1.4
33882026-08-31T13:27:07.352Z Compiling tungstenite v0.21.0
33892026-08-31T13:27:07.517Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33902026-08-31T13:27:07.583Z Compiling wnaf v0.14.0
33912026-08-31T13:27:07.672Z Compiling primefield v0.14.0
33922026-08-31T13:27:07.807Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33932026-08-31T13:27:07.833Z Compiling rfc6979 v0.6.0
33942026-08-31T13:27:07.948Z Compiling libscf-sys v1.2.0
33952026-08-31T13:27:07.967Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-31T13:27:08.003Z Compiling git-stub v1.0.0
33972026-08-31T13:27:08.016Z Compiling secrecy v0.8.0
33982026-08-31T13:27:08.121Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-08-31T13:27:08.185Z Compiling git-stub-vcs v0.1.0
34002026-08-31T13:27:08.260Z Compiling ecdsa v0.17.0
34012026-08-31T13:27:08.282Z Compiling tokio-tungstenite v0.21.0
34022026-08-31T13:27:08.365Z Compiling primeorder v0.14.0
34032026-08-31T13:27:08.434Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-31T13:27:08.583Z Compiling papergrid v0.18.0
34052026-08-31T13:27:08.646Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34062026-08-31T13:27:08.770Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34072026-08-31T13:27:08.793Z Compiling curve25519-dalek v5.0.0
34082026-08-31T13:27:08.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34092026-08-31T13:27:08.846Z Compiling unicase v2.9.0
34102026-08-31T13:27:08.864Z Compiling parking_lot v0.11.2
34112026-08-31T13:27:08.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34122026-08-31T13:27:09.092Z Compiling mime_guess v2.0.5
34132026-08-31T13:27:09.110Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34142026-08-31T13:27:09.187Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34152026-08-31T13:27:09.187Z Compiling ssh-encoding v0.3.0
34162026-08-31T13:27:09.281Z Compiling prefix-trie v0.7.0
34172026-08-31T13:27:09.317Z Compiling fxhash v0.2.1
34182026-08-31T13:27:09.407Z Compiling keccak v0.2.0
34192026-08-31T13:27:09.512Z Compiling sled v0.34.7
34202026-08-31T13:27:09.551Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34212026-08-31T13:27:09.585Z Compiling tabled v0.21.0
34222026-08-31T13:27:09.602Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34232026-08-31T13:27:09.618Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34242026-08-31T13:27:09.704Z Compiling hickory-server v0.25.2
34252026-08-31T13:27:09.721Z Compiling ed25519 v3.0.0
34262026-08-31T13:27:09.787Z Compiling crypto-primes v0.7.2
34272026-08-31T13:27:10.340Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-08-31T13:27:10.504Z Compiling pkcs1 v0.8.0-rc.4
34292026-08-31T13:27:10.555Z Compiling poly1305 v0.9.0
34302026-08-31T13:27:10.657Z Compiling progenitor v0.14.0
34312026-08-31T13:27:10.849Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34322026-08-31T13:27:10.913Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-08-31T13:27:10.916Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34342026-08-31T13:27:10.946Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34352026-08-31T13:27:11.046Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34362026-08-31T13:27:11.246Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34372026-08-31T13:27:11.483Z Compiling blowfish v0.10.0
34382026-08-31T13:27:11.533Z Compiling blake2 v0.11.0-rc.6
34392026-08-31T13:27:11.596Z Compiling http-range v0.1.5
34402026-08-31T13:27:11.689Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34412026-08-31T13:27:11.717Z Compiling half v1.8.3
34422026-08-31T13:27:11.756Z Compiling crc8 v0.1.1
34432026-08-31T13:27:11.773Z Compiling bcrypt-pbkdf v0.11.0
34442026-08-31T13:27:11.820Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34452026-08-31T13:27:11.911Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34462026-08-31T13:27:12.019Z Compiling serde_cbor v0.11.2
34472026-08-31T13:27:12.117Z Compiling argon2 v0.6.0-rc.8
34482026-08-31T13:27:12.139Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34492026-08-31T13:27:12.240Z Compiling ssh-cipher v0.3.0
34502026-08-31T13:27:12.303Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34512026-08-31T13:27:12.632Z Compiling rsa v0.10.0-rc.18
34522026-08-31T13:27:12.664Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-08-31T13:27:13.040Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-31T13:27:13.185Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-31T13:27:13.365Z Compiling ed25519-dalek v3.0.0
34562026-08-31T13:27:13.600Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-31T13:27:13.747Z Compiling sha3 v0.11.0
34582026-08-31T13:27:13.794Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-08-31T13:27:13.919Z Compiling p256 v0.14.0
34602026-08-31T13:27:14.018Z Compiling p384 v0.14.0
34612026-08-31T13:27:14.240Z Compiling p521 v0.14.0
34622026-08-31T13:27:14.539Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34632026-08-31T13:27:14.737Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34642026-08-31T13:27:14.891Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34652026-08-31T13:27:15.038Z Compiling scuffle v0.1.0
34662026-08-31T13:27:15.122Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34672026-08-31T13:27:15.255Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34682026-08-31T13:27:15.331Z Compiling yasna v0.5.2
34692026-08-31T13:27:15.623Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702026-08-31T13:27:15.713Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34712026-08-31T13:27:15.758Z Compiling headers-core v0.3.0
34722026-08-31T13:27:15.913Z Compiling kstat-rs v0.2.5
34732026-08-31T13:27:16.043Z Compiling kem v0.3.0
34742026-08-31T13:27:16.061Z Compiling module-lattice v0.2.3
34752026-08-31T13:27:16.123Z Compiling nanorand v0.7.0
34762026-08-31T13:27:16.205Z Compiling sponge-cursor v0.1.0
34772026-08-31T13:27:16.246Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34782026-08-31T13:27:16.356Z Compiling sha3 v0.12.0
34792026-08-31T13:27:16.374Z Compiling flume v0.11.1
34802026-08-31T13:27:16.398Z Compiling ml-kem v0.3.2
34812026-08-31T13:27:16.448Z Compiling headers v0.4.1
34822026-08-31T13:27:16.508Z Compiling rcgen v0.12.1
34832026-08-31T13:27:16.607Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34842026-08-31T13:27:16.732Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34852026-08-31T13:27:16.796Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34862026-08-31T13:27:16.967Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34872026-08-31T13:27:17.147Z Compiling hyper-staticfile v0.10.1
34882026-08-31T13:27:17.173Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34892026-08-31T13:27:17.248Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34902026-08-31T13:27:17.394Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34912026-08-31T13:27:17.438Z Compiling ssh-key v0.7.0-rc.11
34922026-08-31T13:27:17.526Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34932026-08-31T13:27:17.545Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34942026-08-31T13:27:17.585Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34952026-08-31T13:27:17.628Z Compiling russh-cryptovec v0.62.0
34962026-08-31T13:27:17.647Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34972026-08-31T13:27:17.647Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34982026-08-31T13:27:17.684Z Compiling internal-russh-num-bigint v0.5.0
34992026-08-31T13:27:17.701Z Compiling port-file v0.1.0
35002026-08-31T13:27:17.786Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35012026-08-31T13:27:17.884Z Compiling num-bigint v0.4.6
35022026-08-31T13:27:17.901Z Compiling generic-array v1.4.3
35032026-08-31T13:27:17.942Z Compiling russh-util v0.52.0
35042026-08-31T13:27:17.972Z Compiling enum_dispatch v0.3.13
35052026-08-31T13:27:17.997Z Compiling delegate v0.13.5
35062026-08-31T13:27:18.023Z Compiling subprocess v0.2.15
35072026-08-31T13:27:18.120Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35082026-08-31T13:27:18.329Z Compiling md5 v0.8.0
35092026-08-31T13:27:18.415Z Compiling hex-literal v1.1.0
35102026-08-31T13:27:18.456Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35112026-08-31T13:27:18.560Z Compiling display-error-chain v0.2.2
35122026-08-31T13:27:18.581Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35132026-08-31T13:27:18.653Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35142026-08-31T13:27:18.741Z Compiling colored v2.2.0
35152026-08-31T13:27:18.794Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35162026-08-31T13:27:18.883Z Compiling internet-checksum v0.2.1
35172026-08-31T13:27:19.033Z Compiling russh v0.62.4
35182026-08-31T13:27:19.390Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35192026-08-31T13:27:19.446Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35202026-08-31T13:27:20.538Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35212026-08-31T13:27:20.542Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35222026-08-31T13:27:23.321Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35232026-08-31T13:27:24.009Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35242026-08-31T13:27:24.503Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35252026-08-31T13:27:25.794Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35262026-08-31T13:27:26.074Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35272026-08-31T13:27:35.389Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35282026-08-31T13:27:35.389Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35292026-08-31T13:27:35.389Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35302026-08-31T13:27:35.392Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35312026-08-31T13:27:35.392Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35322026-08-31T13:27:37.315Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35332026-08-31T13:27:37.345Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35342026-08-31T13:27:41.606Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35352026-08-31T13:28:22.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35362026-08-31T13:28:22.669Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35372026-08-31T13:28:22.669Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35382026-08-31T13:28:22.898Z
35392026-08-31T13:28:22.898Zreal 1:31.060581250
35402026-08-31T13:28:22.898Zuser 8:34.459540805
35412026-08-31T13:28:22.902Zsys 1:42.167437613
35422026-08-31T13:28:22.902Ztrap 0.246542676
35432026-08-31T13:28:22.902Ztflt 0.510834259
35442026-08-31T13:28:22.902Zdflt 1.787276281
35452026-08-31T13:28:22.902Zkflt 0.000294830
35462026-08-31T13:28:22.902Zlock 31:37.078528720
35472026-08-31T13:28:22.902Zslp 19:07.602005277
35482026-08-31T13:28:22.902Zlat 39.251305527
35492026-08-31T13:28:22.902Zstop 3:13.641657632
35502026-08-31T13:28:22.902Z+ mkdir tests
35512026-08-31T13:28:22.902Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35522026-08-31T13:28:22.905Z+ xargs -I '{}' -t cp '{}' tests/
35532026-08-31T13:28:22.925Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/
35542026-08-31T13:28:22.956Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/
35552026-08-31T13:28:22.988Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/
35562026-08-31T13:28:23.020Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/
35572026-08-31T13:28:23.400Z+ 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)
35582026-08-31T13:28:23.403Z+ 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 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
35592026-08-31T13:29:54.611ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35602026-08-31T13:29:54.611Za .github/buildomat/ci-env.sh 1K
35612026-08-31T13:29:54.611Za out/target/test 1K
35622026-08-31T13:29:54.611Za out/npuzone/npuzone 27402K
35632026-08-31T13:29:54.611Za package-manifest.toml 35K
35642026-08-31T13:29:54.611Za smf/sled-agent/non-gimlet/config.toml 6K
35652026-08-31T13:29:54.611Za target/release/omicron-package 49543K
35662026-08-31T13:29:54.611Za target/release/xtask 11727K
35672026-08-31T13:29:54.611Za target/debug/bootstrap 439412K
35682026-08-31T13:29:54.611Za tests/bootstrap-0144be0f1f486767 34430K
35692026-08-31T13:29:54.611Za tests/commtest-967955464f559dda 34431K
35702026-08-31T13:29:54.611Za tests/dhcp_server-26dd07e52df3a016 34431K
35712026-08-31T13:29:54.611Za tests/end_to_end_tests-8d60c10a3fab2411 502967K
35722026-08-31T13:29:54.611Za tools/opte_version 1K
35732026-08-31T13:29:54.611Za tools/opte_version_override 2K
35742026-08-31T13:29:54.611Za out/clickhouse.tar.gz 331095K
35752026-08-31T13:29:54.611Za out/clickhouse_keeper.tar.gz 315082K
35762026-08-31T13:29:54.611Za out/clickhouse_server.tar.gz 331092K
35772026-08-31T13:29:54.611Za out/cockroachdb.tar.gz 170263K
35782026-08-31T13:29:54.612Za out/crucible-pantry-zone.tar.gz 41927K
35792026-08-31T13:29:54.612Za out/crucible-utils.tar 18900K
35802026-08-31T13:29:54.612Za out/crucible-zone.tar.gz 56740K
35812026-08-31T13:29:54.612Za out/external-dns.tar.gz 46830K
35822026-08-31T13:29:54.613Za out/internal-dns.tar.gz 46829K
35832026-08-31T13:29:54.613Za out/mg-ddm-gz.tar 100917K
35842026-08-31T13:29:54.613Za out/nexus.tar.gz 365205K
35852026-08-31T13:29:54.613Za out/ntp.tar.gz 35293K
35862026-08-31T13:29:54.613Za out/omicron-gateway-softnpu.tar.gz 29490K
35872026-08-31T13:29:54.613Za out/omicron-sled-agent.tar 244399K
35882026-08-31T13:29:54.613Za out/overlay.tar.gz 4K
35892026-08-31T13:29:54.613Za out/oximeter.tar.gz 73723K
35902026-08-31T13:29:54.613Za out/oxlog.tar 4088K
35912026-08-31T13:29:54.613Za out/probe.tar.gz 3037K
35922026-08-31T13:29:54.613Za out/propolis-server.tar.gz 34642K
35932026-08-31T13:29:54.613Za out/pumpkind-gz.tar 26647K
35942026-08-31T13:29:54.613Za out/switch-softnpu.tar.gz 507022K
35952026-08-31T13:29:54.616Z
35962026-08-31T13:29:54.616Zreal 1:31.208268338
35972026-08-31T13:29:54.616Zuser 1:28.169110148
35982026-08-31T13:29:54.616Zsys 5.125531700
35992026-08-31T13:29:54.616Ztrap 0.006593797
36002026-08-31T13:29:54.616Ztflt 0.000000000
36012026-08-31T13:29:54.616Zdflt 0.000000000
36022026-08-31T13:29:54.616Zkflt 0.000000000
36032026-08-31T13:29:54.616Zlock 0.000000000
36042026-08-31T13:29:54.616Zslp 1:27.962724422
36052026-08-31T13:29:54.616Zlat 1.147543168
36062026-08-31T13:29:54.616Zstop 0.000177650
36072026-08-31T13:29:54.617Zprocess exited: duration 1069470 ms, exit code 0
 
36082026-08-31T13:29:54.630Zfound 1 output files
36092026-08-31T13:29:54.630Zuploading: /work/package.tar.gz (2783220801 bytes)
36102026-08-31T13:30:30.089Zuploaded: /work/package.tar.gz