01M0X78Z1JNMCKA91F007C21WY: 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: 01M0X79JPEJ2Y1RM0HXS1FTR74

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T19:46:21.742Zjob assigned to worker 01M0X79WFZFD158C7QQ9P09WRE [factory aws, i-096507d5c41d5acda] (queued for 53 s)
 
22026-08-25T19:46:29.018Zstarting task 0: "setup"
32026-08-25T19:46:29.026Z++ uname -s
42026-08-25T19:46:29.031Z+ kern=SunOS
52026-08-25T19:46:29.031Z+ build_user=build
62026-08-25T19:46:29.031Z+ build_uid=12345
72026-08-25T19:46:29.031Z+ work_dir=/work
82026-08-25T19:46:29.031Z+ input_dir=/input
92026-08-25T19:46:29.031Z+ [[ 0 == 12345 ]]
102026-08-25T19:46:29.031Z+ case "$kern" in
112026-08-25T19:46:29.031Z+ groupadd -g 12345 build
122026-08-25T19:46:29.035Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T19:46:31.037Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T19:46:31.151Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T19:46:31.154Z+ home_fs=zfs
162026-08-25T19:46:31.154Z+ [[ zfs == autofs ]]
172026-08-25T19:46:31.154Z+ mkdir -p /home/build
182026-08-25T19:46:31.157Z+ chown build:build /home/build /work
192026-08-25T19:46:33.157Z+ chmod 0700 /home/build /work
202026-08-25T19:46:33.160Zprocess exited: duration 4140 ms, exit code 0
 
212026-08-25T19:46:33.166Zstarting task 1: "rust-toolchain"
222026-08-25T19:46:33.171Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T19:46:33.171Z * rust toolchain channel = "1.97.1"
242026-08-25T19:46:33.171Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T19:46:33.171Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T19:46:33.171Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T19:46:33.171Z * rust toolchain profile = "default"
282026-08-25T19:46:33.174Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T19:46:33.174Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T19:46:33.282Zinfo: downloading installer
312026-08-25T19:46:34.606Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T19:46:34.606Zwarn: /home/build/.rustup/settings.toml
332026-08-25T19:46:34.607Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T19:46:34.607Zwarn: instead of the one inferred from the default host triple.
352026-08-25T19:46:34.618Zinfo: profile set to default
362026-08-25T19:46:34.618Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T19:46:34.621Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T19:46:34.764Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T19:46:34.767Zinfo: downloading 6 components
402026-08-25T19:46:47.806Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T19:46:47.806Z
422026-08-25T19:46:47.833Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T19:46:47.833Z
442026-08-25T19:46:47.833Z
452026-08-25T19:46:47.833ZRust is installed now. Great!
462026-08-25T19:46:47.833Z
472026-08-25T19:46:47.836ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T19:46:47.836Zenvironment variable. This has not been done automatically.
492026-08-25T19:46:47.836Z
502026-08-25T19:46:47.836ZTo configure your current shell, you need to source
512026-08-25T19:46:47.836Zthe corresponding env file under $HOME/.cargo.
522026-08-25T19:46:47.836Z
532026-08-25T19:46:47.836ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T19:46:47.836Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T19:46:47.836Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T19:46:47.836Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T19:46:47.836Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T19:46:47.836Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T19:46:47.836Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T19:46:47.836Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T19:46:47.836Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T19:46:47.932Z+ rustup --version
632026-08-25T19:46:47.938Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T19:46:47.941Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T19:46:47.957Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T19:46:47.960Z+ cargo --version
672026-08-25T19:46:47.967Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T19:46:47.971Z+ rustc --version
692026-08-25T19:46:47.990Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T19:46:47.993Zprocess exited: duration 14826 ms, exit code 0
 
712026-08-25T19:46:48.000Zstarting task 2: "authentication"
722026-08-25T19:46:48.017Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T19:46:48.023Zstarting task 3: "clone repository"
742026-08-25T19:46:48.028Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T19:46:48.031Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T19:46:48.065ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T19:46:59.806Z+ cd /work/oxidecomputer/omicron
782026-08-25T19:46:59.806Z+ git fetch origin e3bcc062ff9586ad6791f8ae1f71869d667b9a61
792026-08-25T19:47:00.169ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T19:47:00.169Z * branch e3bcc062ff9586ad6791f8ae1f71869d667b9a61 -> FETCH_HEAD
812026-08-25T19:47:00.181Z+ [[ -n sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]]
822026-08-25T19:47:00.185Z++ git branch --show-current
832026-08-25T19:47:00.185Z+ current=main
842026-08-25T19:47:00.185Z+ [[ main != sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]]
852026-08-25T19:47:00.185Z+ git branch -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled e3bcc062ff9586ad6791f8ae1f71869d667b9a61
862026-08-25T19:47:00.189Z+ git checkout -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled
872026-08-25T19:47:00.445ZSwitched to branch 'sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled'
882026-08-25T19:47:00.448Z+ git reset --hard e3bcc062ff9586ad6791f8ae1f71869d667b9a61
892026-08-25T19:47:00.464ZHEAD is now at e3bcc062f rebase on main
902026-08-25T19:47:00.467Zprocess exited: duration 12441 ms, exit code 0
 
912026-08-25T19:47:00.472Zstarting task 4: "build"
922026-08-25T19:47:00.477Z+ source .github/buildomat/ci-env.sh
932026-08-25T19:47:00.480Z++ export CARGO_TERM_COLOR=always
942026-08-25T19:47:00.480Z++ CARGO_TERM_COLOR=always
952026-08-25T19:47:00.480Z+++ uname -s
962026-08-25T19:47:00.480Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T19:47:00.480Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T19:47:00.483Z+ cargo --version
992026-08-25T19:47:00.492Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T19:47:00.495Z+ rustc --version
1012026-08-25T19:47:00.516Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T19:47:00.519Z+ WORK=/work
1032026-08-25T19:47:00.520Z+ pfexec mkdir -p /work
1042026-08-25T19:47:00.523Z+ pfexec chown build /work
1052026-08-25T19:47:00.532Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T19:47:02.531Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T19:47:02.911Z Startup: Caching catalogs ... Done
1082026-08-25T19:47:05.040ZPlanning: Solver setup ... Done (2.008s)
1092026-08-25T19:47:05.124ZPlanning: Running solver ... Done (0.061s)
1102026-08-25T19:47:05.173ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-25T19:47:05.190ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T19:47:05.201ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T19:47:05.201ZPlanning: Package planning ... Done (0.014s)
1142026-08-25T19:47:05.211ZPlanning: Merging actions ... Done (0.002s)
1152026-08-25T19:47:05.424ZPlanning: Checking for conflicting actions ... Done (0.222s)
1162026-08-25T19:47:05.432ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T19:47:06.302ZPlanning: Evaluating mediators ... Done (0.882s)
1182026-08-25T19:47:06.306ZPlanning: Planning completed in 3.35 seconds
1192026-08-25T19:47:06.309Z Packages to install: 2
1202026-08-25T19:47:06.309Z Estimated space available: 156.01 GB
1212026-08-25T19:47:06.309ZEstimated space to be consumed: 80.56 MB
1222026-08-25T19:47:06.313Z Create boot environment: No
1232026-08-25T19:47:06.313ZCreate backup boot environment: No
1242026-08-25T19:47:06.313Z Rebuild boot archive: No
1252026-08-25T19:47:06.313Z
1262026-08-25T19:47:06.313ZChanged packages:
1272026-08-25T19:47:06.313Zhelios
1282026-08-25T19:47:06.313Z developer/build-essential
1292026-08-25T19:47:06.313Z None -> 11-3.0
1302026-08-25T19:47:06.313Z library/libxmlsec1
1312026-08-25T19:47:06.313Z None -> 1.2.35-3.0
1322026-08-25T19:47:06.336Z
1332026-08-25T19:47:06.336ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T19:47:06.406ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-25T19:47:06.482Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T19:47:06.521Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T19:47:06.563ZFinalize: Updating package state database ... Done (0.038s)
1382026-08-25T19:47:06.565ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T19:47:06.649ZFinalize: Updating image state ... Done (0.089s)
1402026-08-25T19:47:09.266ZFinalize: Creating fast lookup database ... Done (2.561s)
1412026-08-25T19:47:09.332ZFinalize: Reading search index ... Done (0.012s)
1422026-08-25T19:47:09.335ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T19:47:09.422ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T19:47:09.793ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T19:47:09.896ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T19:47:09.899ZPlanning: Consolidating action changes ... Done
1472026-08-25T19:47:10.053ZPlanning: Evaluating mediators ... Done
1482026-08-25T19:47:10.056ZPlanning: Planning completed in 0.26 seconds
1492026-08-25T19:47:10.076Z Mediators to change: 2
1502026-08-25T19:47:10.076Z Create boot environment: No
1512026-08-25T19:47:10.076ZCreate backup boot environment: No
1522026-08-25T19:47:10.199ZFinalize: Updating package state database ... Done
1532026-08-25T19:47:10.199ZFinalize: Updating package cache ... Done
1542026-08-25T19:47:10.254ZFinalize: Updating image state ... Done
1552026-08-25T19:47:12.204ZFinalize: Creating fast lookup database ... Done
1562026-08-25T19:47:12.265ZFinalize: Reading search index ... Done
1572026-08-25T19:47:12.268ZFinalize: Updating search index ... Done
1582026-08-25T19:47:12.374ZFinalize: Updating package cache ... Done
1592026-08-25T19:47:12.662ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T19:47:12.766ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T19:47:12.769ZPlanning: Consolidating action changes ... Done
1622026-08-25T19:47:12.926ZPlanning: Evaluating mediators ... Done
1632026-08-25T19:47:12.928ZPlanning: Planning completed in 0.26 seconds
1642026-08-25T19:47:12.949Z Mediators to change: 1
1652026-08-25T19:47:12.949Z Create boot environment: No
1662026-08-25T19:47:12.949ZCreate backup boot environment: No
1672026-08-25T19:47:13.002ZFinalize: Updating package state database ... Done
1682026-08-25T19:47:13.002ZFinalize: Updating package cache ... Done
1692026-08-25T19:47:13.055ZFinalize: Updating image state ... Done
1702026-08-25T19:47:15.026ZFinalize: Creating fast lookup database ... Done
1712026-08-25T19:47:15.090ZFinalize: Reading search index ... Done
1722026-08-25T19:47:15.094ZFinalize: Updating search index ... Done
1732026-08-25T19:47:15.170ZFinalize: Updating package cache ... Done
1742026-08-25T19:47:15.483ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T19:47:15.483Zapache system 2.4 system
1762026-08-25T19:47:15.483Zclang system 15 system
1772026-08-25T19:47:15.483Zcsh system system illumos
1782026-08-25T19:47:15.483Zctags system system illumos
1792026-08-25T19:47:15.483Zfile vendor vendor darwinsys
1802026-08-25T19:47:15.483Zfile system system illumos
1812026-08-25T19:47:15.483Zgcc vendor 14 vendor
1822026-08-25T19:47:15.483Zgcc system 13 system
1832026-08-25T19:47:15.483Zgcc system 10 system
1842026-08-25T19:47:15.483Zgo system 1.25 system
1852026-08-25T19:47:15.483Zllvm system 15 system
1862026-08-25T19:47:15.483Zmariadb system 11.4 system
1872026-08-25T19:47:15.483Zmta vendor vendor dma
1882026-08-25T19:47:15.483Zopenjdk system 17 system
1892026-08-25T19:47:15.483Zopenjdk system 11 system
1902026-08-25T19:47:15.483Zopenssl vendor 3 vendor
1912026-08-25T19:47:15.484Zperl system 5.40 system
1922026-08-25T19:47:15.484Zpostgresql system 18 system
1932026-08-25T19:47:15.484Zpostgresql system 17 system
1942026-08-25T19:47:15.484Zpython vendor 3 vendor
1952026-08-25T19:47:15.484Zpython system 2 system
1962026-08-25T19:47:15.484Zpython3 vendor 3.13 vendor
1972026-08-25T19:47:15.484Zruby system 3.4 system
1982026-08-25T19:47:15.484Zruby system 3.0 system
1992026-08-25T19:47:15.484Zwords vendor vendor american-english
2002026-08-25T19:47:15.484Zwords system system australian-english
2012026-08-25T19:47:15.484Zwords system system british-english
2022026-08-25T19:47:15.484Zwords system system canadian-english
2032026-08-25T19:47:15.484Zwords system system french
2042026-08-25T19:47:15.484Zwords system system italian
2052026-08-25T19:47:15.484Zwords system system ngerman
2062026-08-25T19:47:15.484Zwords system system ogerman
2072026-08-25T19:47:15.484Zwords system system spanish
2082026-08-25T19:47:15.735ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T19:47:15.735Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T19:47:16.223ZFMRI IFO
2112026-08-25T19:47:16.223Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T19:47:16.223Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T19:47:16.223Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T19:47:16.223Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T19:47:16.223Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T19:47:16.223Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T19:47:16.223Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T19:47:16.223Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T19:47:16.223Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T19:47:18.599Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T19:47:18.637Z Updating crates.io index
2222026-08-25T19:47:18.637Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T19:47:18.637Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T19:47:18.638Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-25T19:47:20.030Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-25T19:47:20.075Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-25T19:47:21.606Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-25T19:47:22.098Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-25T19:47:22.392Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-25T19:47:22.780Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-25T19:47:24.427Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-25T19:47:24.847Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-25T19:47:25.682Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-25T19:47:26.008Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-25T19:47:26.300Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-25T19:47:26.860Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-25T19:47:27.212Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-25T19:47:27.479Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-25T19:47:27.811Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-25T19:47:28.315Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-25T19:47:28.843Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2422026-08-25T19:47:29.129Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-25T19:47:30.877Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-25T19:47:31.227Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-25T19:47:31.888Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-25T19:47:32.264Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-25T19:47:32.536Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-25T19:47:33.084Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-25T19:47:33.395Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T19:47:33.828Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-25T19:47:34.763Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-25T19:47:35.156Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-25T19:47:35.860Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-25T19:47:36.269Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-25T19:47:36.831Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-25T19:47:37.239Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T19:47:37.613Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-25T19:47:37.904Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-25T19:47:38.342Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-25T19:47:38.621Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-25T19:47:39.015Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-25T19:47:39.502Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-25T19:47:39.901Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-25T19:47:40.423Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-25T19:47:43.269Z Downloading crates ...
2662026-08-25T19:47:43.327Z Downloaded is_terminal_polyfill v1.70.2
2672026-08-25T19:47:43.331Z Downloaded cargo_metadata v0.23.1
2682026-08-25T19:47:43.335Z Downloaded fs-err v3.3.0
2692026-08-25T19:47:43.338Z Downloaded heck v0.4.1
2702026-08-25T19:47:43.338Z Downloaded scroll_derive v0.12.1
2712026-08-25T19:47:43.338Z Downloaded zerocopy-derive v0.7.35
2722026-08-25T19:47:43.343Z Downloaded errno v0.3.14
2732026-08-25T19:47:43.346Z Downloaded generic-array v0.14.7
2742026-08-25T19:47:43.346Z Downloaded zmij v1.0.21
2752026-08-25T19:47:43.349Z Downloaded serde_spanned v0.6.9
2762026-08-25T19:47:43.352Z Downloaded dof v0.3.0
2772026-08-25T19:47:43.352Z Downloaded clap_lex v1.0.0
2782026-08-25T19:47:43.355Z Downloaded zerocopy v0.7.35
2792026-08-25T19:47:43.361Z Downloaded cpufeatures v0.2.17
2802026-08-25T19:47:43.364Z Downloaded dtrace-parser v0.2.0
2812026-08-25T19:47:43.364Z Downloaded equivalent v1.0.2
2822026-08-25T19:47:43.364Z Downloaded fastrand v2.3.0
2832026-08-25T19:47:43.364Z Downloaded crypto-common v0.1.7
2842026-08-25T19:47:43.364Z Downloaded memmap v0.7.0
2852026-08-25T19:47:43.367Z Downloaded fnv v1.0.7
2862026-08-25T19:47:43.368Z Downloaded block-buffer v0.10.4
2872026-08-25T19:47:43.368Z Downloaded itoa v1.0.17
2882026-08-25T19:47:43.371Z Downloaded sha2 v0.10.9
2892026-08-25T19:47:43.371Z Downloaded anstyle v1.0.14
2902026-08-25T19:47:43.374Z Downloaded anstream v1.0.0
2912026-08-25T19:47:43.374Z Downloaded thiserror-impl v1.0.69
2922026-08-25T19:47:43.374Z Downloaded pest_derive v2.8.6
2932026-08-25T19:47:43.377Z Downloaded colorchoice v1.0.4
2942026-08-25T19:47:43.377Z Downloaded smawk v0.3.2
2952026-08-25T19:47:43.382Z Downloaded anstyle-query v1.1.5
2962026-08-25T19:47:43.386Z Downloaded unicode-linebreak v0.1.5
2972026-08-25T19:47:43.386Z Downloaded toml_datetime v0.6.11
2982026-08-25T19:47:43.386Z Downloaded plain v0.2.3
2992026-08-25T19:47:43.390Z Downloaded byteorder v1.5.0
3002026-08-25T19:47:43.394Z Downloaded toml_write v0.1.2
3012026-08-25T19:47:43.397Z Downloaded thread-id v4.2.2
3022026-08-25T19:47:43.400Z Downloaded cargo-platform v0.3.2
3032026-08-25T19:47:43.400Z Downloaded usdt v0.5.0
3042026-08-25T19:47:43.410Z Downloaded anstyle-parse v1.0.0
3052026-08-25T19:47:43.413Z Downloaded pretty-hex v0.4.1
3062026-08-25T19:47:43.413Z Downloaded cfg-if v1.0.4
3072026-08-25T19:47:43.413Z Downloaded tabled_derive v0.7.0
3082026-08-25T19:47:43.413Z Downloaded version_check v0.9.5
3092026-08-25T19:47:43.416Z Downloaded heck v0.5.0
3102026-08-25T19:47:43.416Z Downloaded proc-macro-error-attr v1.0.4
3112026-08-25T19:47:43.420Z Downloaded macaddr v1.0.1
3122026-08-25T19:47:43.423Z Downloaded usdt-attr-macro v0.5.0
3132026-08-25T19:47:43.423Z Downloaded strsim v0.11.1
3142026-08-25T19:47:43.426Z Downloaded utf8parse v0.2.2
3152026-08-25T19:47:43.431Z Downloaded terminal_size v0.4.3
3162026-08-25T19:47:43.452Z Downloaded usdt-macro v0.5.0
3172026-08-25T19:47:43.455Z Downloaded swrite v0.1.0
3182026-08-25T19:47:43.455Z Downloaded toml v0.8.23
3192026-08-25T19:47:43.455Z Downloaded cargo_toml v0.21.0
3202026-08-25T19:47:43.458Z Downloaded pest_generator v2.8.6
3212026-08-25T19:47:43.461Z Downloaded bytecount v0.6.9
3222026-08-25T19:47:43.461Z Downloaded quote v1.0.45
3232026-08-25T19:47:43.461Z Downloaded camino-tempfile v1.4.1
3242026-08-25T19:47:43.464Z Downloaded clap v4.6.1
3252026-08-25T19:47:43.471Z Downloaded tempfile v3.27.0
3262026-08-25T19:47:43.474Z Downloaded clap_derive v4.6.1
3272026-08-25T19:47:43.474Z Downloaded autocfg v1.5.0
3282026-08-25T19:47:43.477Z Downloaded digest v0.10.7
3292026-08-25T19:47:43.480Z Downloaded scroll v0.12.0
3302026-08-25T19:47:43.484Z Downloaded thiserror v2.0.18
3312026-08-25T19:47:43.487Z Downloaded semver v1.0.28
3322026-08-25T19:47:43.487Z Downloaded anyhow v1.0.104
3332026-08-25T19:47:43.490Z Downloaded thiserror-impl v2.0.18
3342026-08-25T19:47:43.490Z Downloaded proc-macro-error v1.0.4
3352026-08-25T19:47:43.499Z Downloaded ucd-trie v0.1.7
3362026-08-25T19:47:43.503Z Downloaded once_cell v1.21.3
3372026-08-25T19:47:43.513Z Downloaded log v0.4.33
3382026-08-25T19:47:43.517Z Downloaded thiserror v1.0.69
3392026-08-25T19:47:43.520Z Downloaded camino v1.2.5
3402026-08-25T19:47:43.520Z Downloaded usdt-impl v0.5.0
3412026-08-25T19:47:43.520Z Downloaded serde_core v1.0.228
3422026-08-25T19:47:43.524Z Downloaded serde_tokenstream v0.2.3
3432026-08-25T19:47:43.528Z Downloaded bitflags v2.11.0
3442026-08-25T19:47:43.544Z Downloaded papergrid v0.11.0
3452026-08-25T19:47:43.547Z Downloaded getrandom v0.4.3
3462026-08-25T19:47:43.550Z Downloaded serde_derive v1.0.228
3472026-08-25T19:47:43.556Z Downloaded proc-macro2 v1.0.106
3482026-08-25T19:47:43.559Z Downloaded textwrap v0.16.2
3492026-08-25T19:47:43.560Z Downloaded pest_meta v2.8.6
3502026-08-25T19:47:43.560Z Downloaded unicode-ident v1.0.24
3512026-08-25T19:47:43.565Z Downloaded toml_edit v0.22.27
3522026-08-25T19:47:43.579Z Downloaded memchr v2.8.0
3532026-08-25T19:47:43.591Z Downloaded serde v1.0.228
3542026-08-25T19:47:43.596Z Downloaded goblin v0.8.2
3552026-08-25T19:47:43.605Z Downloaded typenum v1.20.1
3562026-08-25T19:47:43.608Z Downloaded indexmap v2.14.0
3572026-08-25T19:47:43.617Z Downloaded pest v2.8.6
3582026-08-25T19:47:43.624Z Downloaded hashbrown v0.17.0
3592026-08-25T19:47:43.654Z Downloaded winnow v0.7.14
3602026-08-25T19:47:43.658Z Downloaded clap_builder v4.6.0
3612026-08-25T19:47:43.661Z Downloaded serde_json v1.0.151
3622026-08-25T19:47:43.665Z Downloaded tabled v0.15.0
3632026-08-25T19:47:43.680Z Downloaded syn v1.0.109
3642026-08-25T19:47:43.690Z Downloaded syn v2.0.117
3652026-08-25T19:47:43.695Z Downloaded unicode-width v0.1.14
3662026-08-25T19:47:43.698Z Downloaded unicode-width v0.2.0
3672026-08-25T19:47:43.717Z Downloaded rustix v1.1.4
3682026-08-25T19:47:43.736Z Downloaded libc v0.2.185
3692026-08-25T19:47:43.798Z Compiling proc-macro2 v1.0.106
3702026-08-25T19:47:43.801Z Compiling quote v1.0.45
3712026-08-25T19:47:43.801Z Compiling unicode-ident v1.0.24
3722026-08-25T19:47:43.801Z Compiling serde_core v1.0.228
3732026-08-25T19:47:43.801Z Compiling libc v0.2.185
3742026-08-25T19:47:43.801Z Compiling version_check v0.9.5
3752026-08-25T19:47:43.801Z Compiling memchr v2.8.0
3762026-08-25T19:47:43.801Z Compiling serde v1.0.228
3772026-08-25T19:47:43.969Z Compiling zmij v1.0.21
3782026-08-25T19:47:43.972Z Compiling thiserror v1.0.69
3792026-08-25T19:47:43.972Z Compiling itoa v1.0.17
3802026-08-25T19:47:43.981Z Compiling ucd-trie v0.1.7
3812026-08-25T19:47:43.985Z Compiling byteorder v1.5.0
3822026-08-25T19:47:43.985Z Compiling rustix v1.1.4
3832026-08-25T19:47:44.177Z Compiling serde_json v1.0.151
3842026-08-25T19:47:44.254Z Compiling bitflags v2.11.0
3852026-08-25T19:47:44.391Z Compiling proc-macro-error-attr v1.0.4
3862026-08-25T19:47:44.398Z Compiling usdt-impl v0.5.0
3872026-08-25T19:47:44.400Z Compiling camino v1.2.5
3882026-08-25T19:47:44.491Z Compiling pest v2.8.6
3892026-08-25T19:47:44.631Z Compiling syn v1.0.109
3902026-08-25T19:47:44.726Z Compiling proc-macro-error v1.0.4
3912026-08-25T19:47:44.849Z Compiling log v0.4.33
3922026-08-25T19:47:44.849Z Compiling equivalent v1.0.2
3932026-08-25T19:47:44.849Z Compiling plain v0.2.3
3942026-08-25T19:47:44.849Z Compiling hashbrown v0.17.0
3952026-08-25T19:47:44.849Z Compiling utf8parse v0.2.2
3962026-08-25T19:47:44.849Z Compiling getrandom v0.4.3
3972026-08-25T19:47:44.960Z Compiling is_terminal_polyfill v1.70.2
3982026-08-25T19:47:45.073Z Compiling anstyle-parse v1.0.0
3992026-08-25T19:47:45.073Z Compiling winnow v0.7.14
4002026-08-25T19:47:45.073Z Compiling autocfg v1.5.0
4012026-08-25T19:47:45.073Z Compiling colorchoice v1.0.4
4022026-08-25T19:47:45.074Z Compiling anstyle v1.0.14
4032026-08-25T19:47:45.175Z Compiling pretty-hex v0.4.1
4042026-08-25T19:47:45.176Z Compiling anstyle-query v1.1.5
4052026-08-25T19:47:45.176Z Compiling toml_write v0.1.2
4062026-08-25T19:47:45.270Z Compiling thiserror v2.0.18
4072026-08-25T19:47:45.271Z Compiling errno v0.3.14
4082026-08-25T19:47:45.271Z Compiling thread-id v4.2.2
4092026-08-25T19:47:45.352Z Compiling cfg-if v1.0.4
4102026-08-25T19:47:45.352Z Compiling anstream v1.0.0
4112026-08-25T19:47:45.433Z Compiling anyhow v1.0.104
4122026-08-25T19:47:45.433Z Compiling unicode-width v0.1.14
4132026-08-25T19:47:45.523Z Compiling indexmap v2.14.0
4142026-08-25T19:47:45.523Z Compiling syn v2.0.117
4152026-08-25T19:47:45.563Z Compiling fs-err v3.3.0
4162026-08-25T19:47:45.563Z Compiling fnv v1.0.7
4172026-08-25T19:47:45.608Z Compiling fastrand v2.3.0
4182026-08-25T19:47:45.648Z Compiling heck v0.5.0
4192026-08-25T19:47:45.669Z Compiling pest_meta v2.8.6
4202026-08-25T19:47:45.706Z Compiling clap_lex v1.0.0
4212026-08-25T19:47:45.710Z Compiling strsim v0.11.1
4222026-08-25T19:47:45.710Z Compiling heck v0.4.1
4232026-08-25T19:47:45.739Z Compiling bytecount v0.6.9
4242026-08-25T19:47:45.858Z Compiling once_cell v1.21.3
4252026-08-25T19:47:45.875Z Compiling papergrid v0.11.0
4262026-08-25T19:47:45.935Z Compiling memmap v0.7.0
4272026-08-25T19:47:45.966Z Compiling unicode-width v0.2.0
4282026-08-25T19:47:45.985Z Compiling smawk v0.3.2
4292026-08-25T19:47:46.028Z Compiling unicode-linebreak v0.1.5
4302026-08-25T19:47:46.085Z Compiling swrite v0.1.0
4312026-08-25T19:47:46.187Z Compiling terminal_size v0.4.3
4322026-08-25T19:47:46.187Z Compiling tempfile v3.27.0
4332026-08-25T19:47:46.299Z Compiling cargo-platform v0.3.2
4342026-08-25T19:47:46.315Z Compiling clap_builder v4.6.0
4352026-08-25T19:47:46.357Z Compiling semver v1.0.28
4362026-08-25T19:47:46.383Z Compiling textwrap v0.16.2
4372026-08-25T19:47:46.583Z Compiling camino-tempfile v1.4.1
4382026-08-25T19:47:47.071Z Compiling tabled_derive v0.7.0
4392026-08-25T19:47:47.689Z Compiling pest_generator v2.8.6
4402026-08-25T19:47:47.748Z Compiling tabled v0.15.0
4412026-08-25T19:47:48.168Z Compiling serde_derive v1.0.228
4422026-08-25T19:47:48.168Z Compiling thiserror-impl v1.0.69
4432026-08-25T19:47:48.171Z Compiling zerocopy-derive v0.7.35
4442026-08-25T19:47:48.171Z Compiling scroll_derive v0.12.1
4452026-08-25T19:47:48.171Z Compiling thiserror-impl v2.0.18
4462026-08-25T19:47:48.171Z Compiling clap_derive v4.6.1
4472026-08-25T19:47:48.253Z Compiling pest_derive v2.8.6
4482026-08-25T19:47:48.794Z Compiling scroll v0.12.0
4492026-08-25T19:47:48.940Z Compiling zerocopy v0.7.35
4502026-08-25T19:47:49.005Z Compiling goblin v0.8.2
4512026-08-25T19:47:49.268Z Compiling dtrace-parser v0.2.0
4522026-08-25T19:47:49.471Z Compiling clap v4.6.1
4532026-08-25T19:47:50.557Z Compiling toml_datetime v0.6.11
4542026-08-25T19:47:50.557Z Compiling serde_spanned v0.6.9
4552026-08-25T19:47:50.561Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-25T19:47:50.561Z Compiling macaddr v1.0.1
4572026-08-25T19:47:50.561Z Compiling cargo_metadata v0.23.1
4582026-08-25T19:47:50.575Z Compiling dof v0.3.0
4592026-08-25T19:47:50.578Z Compiling serde_tokenstream v0.2.3
4602026-08-25T19:47:50.808Z Compiling toml_edit v0.22.27
4612026-08-25T19:47:51.293Z Compiling usdt-macro v0.5.0
4622026-08-25T19:47:51.298Z Compiling usdt-attr-macro v0.5.0
4632026-08-25T19:47:51.911Z Compiling usdt v0.5.0
4642026-08-25T19:47:52.084Z Compiling toml v0.8.23
4652026-08-25T19:47:52.408Z Compiling cargo_toml v0.21.0
4662026-08-25T19:47:53.701Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-25T19:47:55.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.35s
4682026-08-25T19:47:56.001Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-25T19:47:56.471Z Downloading crates ...
4702026-08-25T19:47:56.526Z Downloaded adler2 v2.0.1
4712026-08-25T19:47:56.529Z Downloaded base16ct v0.2.0
4722026-08-25T19:47:56.530Z Downloaded arrayref v0.3.9
4732026-08-25T19:47:56.537Z Downloaded async-stream v0.3.6
4742026-08-25T19:47:56.552Z Downloaded atomicwrites v0.4.4
4752026-08-25T19:47:56.552Z Downloaded ascii-canvas v3.0.0
4762026-08-25T19:47:56.569Z Downloaded ciborium-ll v0.2.2
4772026-08-25T19:47:56.569Z Downloaded compression-core v0.4.31
4782026-08-25T19:47:56.569Z Downloaded form_urlencoded v1.2.2
4792026-08-25T19:47:56.582Z Downloaded cfg_aliases v0.2.1
4802026-08-25T19:47:56.582Z Downloaded endian-type v0.1.2
4812026-08-25T19:47:56.583Z Downloaded foreign-types-shared v0.1.1
4822026-08-25T19:47:56.583Z Downloaded fixedbitset v0.4.2
4832026-08-25T19:47:56.583Z Downloaded atty v0.2.14
4842026-08-25T19:47:56.583Z Downloaded cobs v0.3.0
4852026-08-25T19:47:56.583Z Downloaded argon2 v0.6.0-rc.8
4862026-08-25T19:47:56.583Z Downloaded ff v0.14.0
4872026-08-25T19:47:56.584Z Downloaded flate2 v1.1.9
4882026-08-25T19:47:56.584Z Downloaded futures v0.3.32
4892026-08-25T19:47:56.594Z Downloaded bitfield v0.19.4
4902026-08-25T19:47:56.594Z Downloaded bit-vec v0.6.3
4912026-08-25T19:47:56.594Z Downloaded hash32 v0.3.1
4922026-08-25T19:47:56.594Z Downloaded foreign-types v0.3.2
4932026-08-25T19:47:56.594Z Downloaded fxhash v0.2.1
4942026-08-25T19:47:56.594Z Downloaded cassowary v0.3.0
4952026-08-25T19:47:56.594Z Downloaded foreign-types-macros v0.2.3
4962026-08-25T19:47:56.594Z Downloaded futures-core v0.3.32
4972026-08-25T19:47:56.594Z Downloaded fd-lock v4.0.4
4982026-08-25T19:47:56.601Z Downloaded blowfish v0.10.0
4992026-08-25T19:47:56.601Z Downloaded anstream v0.6.21
5002026-08-25T19:47:56.601Z Downloaded fs_extra v1.3.0
5012026-08-25T19:47:56.601Z Downloaded ghash v0.6.0
5022026-08-25T19:47:56.601Z Downloaded highway v1.3.0
5032026-08-25T19:47:56.601Z Downloaded fallible-iterator v0.2.0
5042026-08-25T19:47:56.605Z Downloaded flagset v0.4.7
5052026-08-25T19:47:56.605Z Downloaded nodrop v0.1.14
5062026-08-25T19:47:56.605Z Downloaded bitfield-macros v0.19.4
5072026-08-25T19:47:56.605Z Downloaded bit-vec v0.8.0
5082026-08-25T19:47:56.621Z Downloaded async-trait v0.1.89
5092026-08-25T19:47:56.621Z Downloaded getrandom v0.2.17
5102026-08-25T19:47:56.639Z Downloaded getrandom v0.3.4
5112026-08-25T19:47:56.640Z Downloaded console v0.15.11
5122026-08-25T19:47:56.640Z Downloaded addr2line v0.25.1
5132026-08-25T19:47:56.640Z Downloaded bitfield-struct v0.6.2
5142026-08-25T19:47:56.640Z Downloaded half v2.7.1
5152026-08-25T19:47:56.640Z Downloaded heapless v0.7.17
5162026-08-25T19:47:56.640Z Downloaded blake2 v0.10.6
5172026-08-25T19:47:56.640Z Downloaded atomic-waker v1.1.2
5182026-08-25T19:47:56.640Z Downloaded futures-sink v0.3.32
5192026-08-25T19:47:56.640Z Downloaded const-oid v0.10.2
5202026-08-25T19:47:56.641Z Downloaded flume v0.11.1
5212026-08-25T19:47:56.641Z Downloaded assert_matches v1.5.0
5222026-08-25T19:47:56.664Z Downloaded enum-as-inner v0.6.1
5232026-08-25T19:47:56.664Z Downloaded env_filter v2.0.0
5242026-08-25T19:47:56.664Z Downloaded erased-serde v0.3.31
5252026-08-25T19:47:56.664Z Downloaded futures-executor v0.3.32
5262026-08-25T19:47:56.664Z Downloaded normalize-line-endings v0.3.0
5272026-08-25T19:47:56.664Z Downloaded array-init v0.0.4
5282026-08-25T19:47:56.664Z Downloaded backtrace-ext v0.2.1
5292026-08-25T19:47:56.664Z Downloaded bit-set v0.5.3
5302026-08-25T19:47:56.664Z Downloaded http-body v1.0.1
5312026-08-25T19:47:56.664Z Downloaded http-range v0.1.5
5322026-08-25T19:47:56.664Z Downloaded httpdate v1.0.3
5332026-08-25T19:47:56.664Z Downloaded async-stream-impl v0.3.6
5342026-08-25T19:47:56.664Z Downloaded foreign-types v0.5.0
5352026-08-25T19:47:56.664Z Downloaded hubpack v0.1.2
5362026-08-25T19:47:56.664Z Downloaded aead v0.5.2
5372026-08-25T19:47:56.670Z Downloaded globwalk v0.9.1
5382026-08-25T19:47:56.670Z Downloaded home v0.5.12
5392026-08-25T19:47:56.670Z Downloaded foldhash v0.1.5
5402026-08-25T19:47:56.670Z Downloaded password-hash v0.5.0
5412026-08-25T19:47:56.670Z Downloaded base16ct v1.0.0
5422026-08-25T19:47:56.670Z Downloaded block-buffer v0.12.1
5432026-08-25T19:47:56.670Z Downloaded git-stub v1.0.0
5442026-08-25T19:47:56.670Z Downloaded backon v1.6.0
5452026-08-25T19:47:56.686Z Downloaded hex v0.4.3
5462026-08-25T19:47:56.686Z Downloaded base64 v0.22.1
5472026-08-25T19:47:56.686Z Downloaded hash32 v0.2.1
5482026-08-25T19:47:56.686Z Downloaded headers-core v0.3.0
5492026-08-25T19:47:56.686Z Downloaded bb8 v0.8.6
5502026-08-25T19:47:56.694Z Downloaded ff v0.13.1
5512026-08-25T19:47:56.695Z Downloaded fs-err v2.11.0
5522026-08-25T19:47:56.695Z Downloaded cfg_aliases v0.1.1
5532026-08-25T19:47:56.695Z Downloaded castaway v0.2.4
5542026-08-25T19:47:56.695Z Downloaded futures-macro v0.3.32
5552026-08-25T19:47:56.695Z Downloaded hostname v0.4.2
5562026-08-25T19:47:56.695Z Downloaded phf_shared v0.13.1
5572026-08-25T19:47:56.718Z Downloaded float-ord v0.3.2
5582026-08-25T19:47:56.718Z Downloaded ciborium-io v0.2.2
5592026-08-25T19:47:56.718Z Downloaded bit-set v0.8.0
5602026-08-25T19:47:56.718Z Downloaded oso-derive v0.27.3
5612026-08-25T19:47:56.718Z Downloaded block-padding v0.4.2
5622026-08-25T19:47:56.718Z Downloaded group v0.13.0
5632026-08-25T19:47:56.718Z Downloaded hyper-rustls v0.27.7
5642026-08-25T19:47:56.718Z Downloaded oso v0.27.3
5652026-08-25T19:47:56.718Z Downloaded nibble_vec v0.1.0
5662026-08-25T19:47:56.718Z Downloaded bcrypt-pbkdf v0.11.0
5672026-08-25T19:47:56.718Z Downloaded bzip2 v0.4.4
5682026-08-25T19:47:56.718Z Downloaded base64ct v1.8.3
5692026-08-25T19:47:56.730Z Downloaded precomputed-hash v0.1.1
5702026-08-25T19:47:56.730Z Downloaded num_threads v0.1.7
5712026-08-25T19:47:56.730Z Downloaded openssl-macros v0.1.1
5722026-08-25T19:47:56.730Z Downloaded fixedbitset v0.5.7
5732026-08-25T19:47:56.730Z Downloaded http-body-util v0.1.3
5742026-08-25T19:47:56.730Z Downloaded foreign-types-shared v0.3.1
5752026-08-25T19:47:56.730Z Downloaded hex-literal v1.1.0
5762026-08-25T19:47:56.730Z Downloaded futures-io v0.3.32
5772026-08-25T19:47:56.737Z Downloaded clang-sys v1.8.1
5782026-08-25T19:47:56.737Z Downloaded enum_dispatch v0.3.13
5792026-08-25T19:47:56.737Z Downloaded humantime v2.3.0
5802026-08-25T19:47:56.737Z Downloaded glob v0.3.3
5812026-08-25T19:47:56.738Z Downloaded backoff v0.4.0
5822026-08-25T19:47:56.749Z Downloaded arrayvec v0.7.6
5832026-08-25T19:47:56.750Z Downloaded async-recursion v1.1.1
5842026-08-25T19:47:56.750Z Downloaded cmov v0.5.4
5852026-08-25T19:47:56.751Z Downloaded chacha20 v0.9.1
5862026-08-25T19:47:56.751Z Downloaded aead v0.6.1
5872026-08-25T19:47:56.752Z Downloaded funty v2.0.0
5882026-08-25T19:47:56.752Z Downloaded futures-channel v0.3.32
5892026-08-25T19:47:56.752Z Downloaded generic-array v1.4.3
5902026-08-25T19:47:56.779Z Downloaded globset v0.4.18
5912026-08-25T19:47:56.779Z Downloaded pbkdf2 v0.13.0
5922026-08-25T19:47:56.779Z Downloaded argon2 v0.5.3
5932026-08-25T19:47:56.779Z Downloaded hashbrown v0.14.5
5942026-08-25T19:47:56.779Z Downloaded proc-macro-crate v1.3.1
5952026-08-25T19:47:56.779Z Downloaded radium v0.7.0
5962026-08-25T19:47:56.779Z Downloaded cbc v0.2.1
5972026-08-25T19:47:56.779Z Downloaded env_logger v0.11.11
5982026-08-25T19:47:56.780Z Downloaded buf-list v1.1.2
5992026-08-25T19:47:56.780Z Downloaded cipher v0.5.2
6002026-08-25T19:47:56.780Z Downloaded gethostname v0.5.0
6012026-08-25T19:47:56.780Z Downloaded progenitor v0.14.0
6022026-08-25T19:47:56.780Z Downloaded rand_xorshift v0.4.0
6032026-08-25T19:47:56.780Z Downloaded rustc-hash v2.1.1
6042026-08-25T19:47:56.801Z Downloaded postgres-protocol v0.6.10
6052026-08-25T19:47:56.801Z Downloaded scopeguard v1.2.0
6062026-08-25T19:47:56.801Z Downloaded sapling-renderdag v0.1.0
6072026-08-25T19:47:56.801Z Downloaded compression-codecs v0.4.37
6082026-08-25T19:47:56.801Z Downloaded signal-hook-mio v0.2.5
6092026-08-25T19:47:56.801Z Downloaded sqlparser_derive v0.5.0
6102026-08-25T19:47:56.801Z Downloaded num-integer v0.1.46
6112026-08-25T19:47:56.801Z Downloaded byte-wrapper v0.1.0
6122026-08-25T19:47:56.801Z Downloaded hybrid-array v0.4.13
6132026-08-25T19:47:56.801Z Downloaded peg v0.8.5
6142026-08-25T19:47:56.801Z Downloaded find-msvc-tools v0.1.9
6152026-08-25T19:47:56.801Z Downloaded structmeta v0.3.0
6162026-08-25T19:47:56.801Z Downloaded anstyle-parse v0.2.7
6172026-08-25T19:47:56.801Z Downloaded cexpr v0.6.0
6182026-08-25T19:47:56.801Z Downloaded subtle v2.6.1
6192026-08-25T19:47:56.801Z Downloaded testing_table v0.3.0
6202026-08-25T19:47:56.801Z Downloaded num_enum v0.5.11
6212026-08-25T19:47:56.801Z Downloaded bitflags v1.3.2
6222026-08-25T19:47:56.801Z Downloaded bs58 v0.5.1
6232026-08-25T19:47:56.806Z Downloaded futures-task v0.3.32
6242026-08-25T19:47:56.806Z Downloaded hmac v0.12.1
6252026-08-25T19:47:56.806Z Downloaded progenitor v0.13.0
6262026-08-25T19:47:56.806Z Downloaded psm v0.1.30
6272026-08-25T19:47:56.806Z Downloaded filetime v0.2.27
6282026-08-25T19:47:56.806Z Downloaded bcs v0.1.6
6292026-08-25T19:47:56.806Z Downloaded camino-tempfile-ext v0.3.3
6302026-08-25T19:47:56.806Z Downloaded float-cmp v0.10.0
6312026-08-25T19:47:56.806Z Downloaded phc v0.6.1
6322026-08-25T19:47:56.806Z Downloaded stable_deref_trait v1.2.1
6332026-08-25T19:47:56.806Z Downloaded strum v0.27.2
6342026-08-25T19:47:56.806Z Downloaded supports-unicode v3.0.0
6352026-08-25T19:47:56.815Z Downloaded hostname v0.3.1
6362026-08-25T19:47:56.827Z Downloaded hubpack_derive v0.1.1
6372026-08-25T19:47:56.827Z Downloaded chacha20poly1305 v0.10.1
6382026-08-25T19:47:56.827Z Downloaded chumsky v0.9.3
6392026-08-25T19:47:56.827Z Downloaded half v1.8.3
6402026-08-25T19:47:56.827Z Downloaded rpassword v7.5.4
6412026-08-25T19:47:56.827Z Downloaded slog-async v2.8.0
6422026-08-25T19:47:56.833Z Downloaded chacha20 v0.10.0
6432026-08-25T19:47:56.833Z Downloaded pkcs1 v0.7.5
6442026-08-25T19:47:56.857Z Downloaded postcard v1.1.3
6452026-08-25T19:47:56.857Z Downloaded ahash v0.8.12
6462026-08-25T19:47:56.857Z Downloaded smf v0.2.3
6472026-08-25T19:47:56.858Z Downloaded colored v2.2.0
6482026-08-25T19:47:56.858Z Downloaded const-oid v0.9.6
6492026-08-25T19:47:56.858Z Downloaded unarray v0.1.4
6502026-08-25T19:47:56.858Z Downloaded fatfs v0.3.6
6512026-08-25T19:47:56.870Z Downloaded async-compression v0.4.41
6522026-08-25T19:47:56.870Z Downloaded foldhash v0.2.0
6532026-08-25T19:47:56.870Z Downloaded rand_core v0.9.5
6542026-08-25T19:47:56.870Z Downloaded synstructure v0.13.2
6552026-08-25T19:47:56.870Z Downloaded want v0.3.1
6562026-08-25T19:47:56.870Z Downloaded crunchy v0.2.4
6572026-08-25T19:47:56.870Z Downloaded xshell-macros v0.2.7
6582026-08-25T19:47:56.870Z Downloaded zeroize_derive v1.5.0
6592026-08-25T19:47:56.870Z Downloaded usdt v0.6.0
6602026-08-25T19:47:56.871Z Downloaded usdt-macro v0.6.0
6612026-08-25T19:47:56.871Z Downloaded curve25519-dalek-derive v0.1.1
6622026-08-25T19:47:56.871Z Downloaded serde-hex v0.1.0
6632026-08-25T19:47:56.871Z Downloaded console v0.16.2
6642026-08-25T19:47:56.877Z Downloaded ciborium v0.2.2
6652026-08-25T19:47:56.878Z Downloaded cmake v0.1.57
6662026-08-25T19:47:56.878Z Downloaded colored v3.1.1
6672026-08-25T19:47:56.878Z Downloaded blake2 v0.11.0-rc.6
6682026-08-25T19:47:56.878Z Downloaded convert_case v0.4.0
6692026-08-25T19:47:56.887Z Downloaded tokio-macros v2.7.0
6702026-08-25T19:47:56.887Z Downloaded git-stub-vcs v0.1.0
6712026-08-25T19:47:56.887Z Downloaded group v0.14.0
6722026-08-25T19:47:56.888Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6732026-08-25T19:47:56.888Z Downloaded bzip2 v0.6.1
6742026-08-25T19:47:56.888Z Downloaded cancel-safe-futures v0.1.5
6752026-08-25T19:47:56.888Z Downloaded parking_lot_core v0.9.12
6762026-08-25T19:47:56.888Z Downloaded serde_with_macros v1.5.2
6772026-08-25T19:47:56.900Z Downloaded oxide-update-engine-types v0.1.2
6782026-08-25T19:47:56.900Z Downloaded unicase v2.9.0
6792026-08-25T19:47:56.900Z Downloaded slog-term v2.9.2
6802026-08-25T19:47:56.900Z Downloaded serde_tokenstream v0.3.0
6812026-08-25T19:47:56.900Z Downloaded string_cache v0.8.9
6822026-08-25T19:47:56.900Z Downloaded defmt v0.3.100
6832026-08-25T19:47:56.900Z Downloaded debug-ignore v1.0.5
6842026-08-25T19:47:56.900Z Downloaded secrecy v0.10.3
6852026-08-25T19:47:56.900Z Downloaded darling_macro v0.13.4
6862026-08-25T19:47:56.912Z Downloaded omicron-zone-package v0.12.3
6872026-08-25T19:47:56.912Z Downloaded downcast-rs v2.0.2
6882026-08-25T19:47:56.912Z Downloaded dof v0.4.0
6892026-08-25T19:47:56.912Z Downloaded idna_adapter v1.2.1
6902026-08-25T19:47:56.912Z Downloaded dtrace-parser v0.3.0
6912026-08-25T19:47:56.925Z Downloaded tls_codec v0.4.2
6922026-08-25T19:47:56.925Z Downloaded toml_writer v1.1.1+spec-1.1.0
6932026-08-25T19:47:56.925Z Downloaded zone v0.3.1
6942026-08-25T19:47:56.925Z Downloaded difflib v0.4.0
6952026-08-25T19:47:56.925Z Downloaded hyper-tls v0.6.0
6962026-08-25T19:47:56.925Z Downloaded compact_str v0.8.1
6972026-08-25T19:47:56.925Z Downloaded wyz v0.5.1
6982026-08-25T19:47:56.925Z Downloaded bumpalo v3.20.2
6992026-08-25T19:47:56.925Z Downloaded headers v0.4.1
7002026-08-25T19:47:56.925Z Downloaded cipher v0.4.4
7012026-08-25T19:47:56.942Z Downloaded allocator-api2 v0.2.21
7022026-08-25T19:47:56.942Z Downloaded tiny-keccak v2.0.2
7032026-08-25T19:47:56.942Z Downloaded yoke v0.8.1
7042026-08-25T19:47:56.942Z Downloaded ctr v0.10.1
7052026-08-25T19:47:56.942Z Downloaded instant v0.1.13
7062026-08-25T19:47:56.942Z Downloaded indoc v1.0.9
7072026-08-25T19:47:56.957Z Downloaded tui-tree-widget v0.23.1
7082026-08-25T19:47:56.957Z Downloaded kstat-rs v0.2.5
7092026-08-25T19:47:56.957Z Downloaded memoffset v0.9.1
7102026-08-25T19:47:56.957Z Downloaded async-bb8-diesel v0.2.1
7112026-08-25T19:47:56.957Z Downloaded vergen-lib v0.1.6
7122026-08-25T19:47:56.957Z Downloaded vergen-lib v9.1.0
7132026-08-25T19:47:56.957Z Downloaded hmac v0.13.0
7142026-08-25T19:47:56.968Z Downloaded httparse v1.10.1
7152026-08-25T19:47:56.968Z Downloaded maybe-uninit v2.0.0
7162026-08-25T19:47:56.968Z Downloaded num-iter v0.1.45
7172026-08-25T19:47:56.968Z Downloaded openssl-probe v0.1.6
7182026-08-25T19:47:56.968Z Downloaded multimap v0.10.1
7192026-08-25T19:47:56.968Z Downloaded num_enum_derive v0.5.11
7202026-08-25T19:47:56.981Z Downloaded rustls-platform-verifier v0.6.2
7212026-08-25T19:47:56.981Z Downloaded ryu v1.0.23
7222026-08-25T19:47:56.981Z Downloaded signal-hook v0.3.18
7232026-08-25T19:47:56.981Z Downloaded tokio-native-tls v0.3.1
7242026-08-25T19:47:56.981Z Downloaded convert_case v0.10.0
7252026-08-25T19:47:56.981Z Downloaded critical-section v1.2.0
7262026-08-25T19:47:56.981Z Downloaded poly1305 v0.9.0
7272026-08-25T19:47:56.981Z Downloaded pkcs1 v0.8.0-rc.4
7282026-08-25T19:47:56.989Z Downloaded proc-macro-error-attr2 v2.0.0
7292026-08-25T19:47:56.989Z Downloaded der_derive v0.7.3
7302026-08-25T19:47:56.989Z Downloaded twox-hash v2.1.2
7312026-08-25T19:47:56.989Z Downloaded impl-trait-for-tuples v0.2.3
7322026-08-25T19:47:56.990Z Downloaded progenitor-macro v0.14.0
7332026-08-25T19:47:56.990Z Downloaded quick-error v1.2.3
7342026-08-25T19:47:56.990Z Downloaded proc-macro-crate v3.4.0
7352026-08-25T19:47:56.990Z Downloaded rand_chacha v0.3.1
7362026-08-25T19:47:56.990Z Downloaded rfc6979 v0.4.0
7372026-08-25T19:47:56.990Z Downloaded futures-util v0.3.32
7382026-08-25T19:47:57.004Z Downloaded digest v0.11.3
7392026-08-25T19:47:57.004Z Downloaded rustc_version v0.4.1
7402026-08-25T19:47:57.005Z Downloaded either v1.15.0
7412026-08-25T19:47:57.005Z Downloaded term v1.2.1
7422026-08-25T19:47:57.005Z Downloaded serde_bytes v0.11.19
7432026-08-25T19:47:57.005Z Downloaded darling v0.20.11
7442026-08-25T19:47:57.017Z Downloaded scheduled-thread-pool v0.2.7
7452026-08-25T19:47:57.017Z Downloaded scroll_derive v0.13.1
7462026-08-25T19:47:57.017Z Downloaded spin v0.9.8
7472026-08-25T19:47:57.017Z Downloaded libsw v3.5.0
7482026-08-25T19:47:57.017Z Downloaded ipnetwork v0.21.1
7492026-08-25T19:47:57.017Z Downloaded rayon-core v1.13.0
7502026-08-25T19:47:57.034Z Downloaded ref-cast v1.0.25
7512026-08-25T19:47:57.034Z Downloaded derive_builder v0.20.2
7522026-08-25T19:47:57.034Z Downloaded linear-map v1.2.0
7532026-08-25T19:47:57.034Z Downloaded lock_api v0.4.14
7542026-08-25T19:47:57.034Z Downloaded parking_lot_core v0.8.6
7552026-08-25T19:47:57.046Z Downloaded tinyvec_macros v0.1.1
7562026-08-25T19:47:57.046Z Downloaded seq-macro v0.3.6
7572026-08-25T19:47:57.047Z Downloaded serde_plain v1.0.2
7582026-08-25T19:47:57.047Z Downloaded tower-layer v0.3.3
7592026-08-25T19:47:57.047Z Downloaded hickory-server v0.25.2
7602026-08-25T19:47:57.055Z Downloaded hickory-resolver v0.24.4
7612026-08-25T19:47:57.055Z Downloaded rcgen v0.12.1
7622026-08-25T19:47:57.055Z Downloaded slog-envlogger v2.2.0
7632026-08-25T19:47:57.055Z Downloaded elliptic-curve v0.14.1
7642026-08-25T19:47:57.056Z Downloaded mime_guess v2.0.5
7652026-08-25T19:47:57.056Z Downloaded oxide-update-engine-display v0.1.2
7662026-08-25T19:47:57.056Z Downloaded nanorand v0.7.0
7672026-08-25T19:47:57.057Z Downloaded cookie v0.18.1
7682026-08-25T19:47:57.057Z Downloaded scuffle v0.1.0
7692026-08-25T19:47:57.057Z Downloaded sponge-cursor v0.1.0
7702026-08-25T19:47:57.057Z Downloaded ecdsa v0.17.0
7712026-08-25T19:47:57.066Z Downloaded sigpipe v0.1.3
7722026-08-25T19:47:57.067Z Downloaded poly1305 v0.8.0
7732026-08-25T19:47:57.067Z Downloaded structmeta-derive v0.3.0
7742026-08-25T19:47:57.067Z Downloaded oxide-generation v0.1.3
7752026-08-25T19:47:57.067Z Downloaded supports-hyperlinks v3.2.0
7762026-08-25T19:47:57.068Z Downloaded untrusted v0.7.1
7772026-08-25T19:47:57.068Z Downloaded unicode-truncate v1.1.0
7782026-08-25T19:47:57.068Z Downloaded universal-hash v0.6.1
7792026-08-25T19:47:57.068Z Downloaded base64 v0.21.7
7802026-08-25T19:47:57.068Z Downloaded hickory-resolver v0.25.2
7812026-08-25T19:47:57.068Z Downloaded test-strategy v0.4.5
7822026-08-25T19:47:57.088Z Downloaded packed_struct v0.10.1
7832026-08-25T19:47:57.088Z Downloaded progenitor-impl v0.14.0
7842026-08-25T19:47:57.088Z Downloaded peg-macros v0.8.5
7852026-08-25T19:47:57.088Z Downloaded rsa v0.9.10
7862026-08-25T19:47:57.088Z Downloaded signal-hook-registry v1.4.8
7872026-08-25T19:47:57.088Z Downloaded cstr-argument v0.1.2
7882026-08-25T19:47:57.088Z Downloaded trait-variant v0.1.2
7892026-08-25T19:47:57.088Z Downloaded wait-timeout v0.2.1
7902026-08-25T19:47:57.096Z Downloaded publicsuffix v2.3.0
7912026-08-25T19:47:57.096Z Downloaded phf v0.13.1
7922026-08-25T19:47:57.096Z Downloaded pem-rfc7468 v1.0.0
7932026-08-25T19:47:57.096Z Downloaded ssh-cipher v0.3.0
7942026-08-25T19:47:57.099Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7952026-08-25T19:47:57.099Z Downloaded backtrace v0.3.76
7962026-08-25T19:47:57.099Z Downloaded prettyplease v0.2.37
7972026-08-25T19:47:57.099Z Downloaded ar_archive_writer v0.5.1
7982026-08-25T19:47:57.108Z Downloaded crypto-common v0.2.2
7992026-08-25T19:47:57.109Z Downloaded arc-swap v1.8.2
8002026-08-25T19:47:57.109Z Downloaded dirs-next v2.0.0
8012026-08-25T19:47:57.109Z Downloaded document-features v0.2.12
8022026-08-25T19:47:57.109Z Downloaded dyn-clone v1.0.20
8032026-08-25T19:47:57.109Z Downloaded unsafe-libyaml v0.2.11
8042026-08-25T19:47:57.109Z Downloaded resolv-conf v0.7.6
8052026-08-25T19:47:57.130Z Downloaded knus-derive v3.4.0
8062026-08-25T19:47:57.130Z Downloaded rfc6979 v0.6.0
8072026-08-25T19:47:57.130Z Downloaded xattr v1.6.1
8082026-08-25T19:47:57.130Z Downloaded parking_lot v0.12.5
8092026-08-25T19:47:57.130Z Downloaded pkcs8 v0.10.2
8102026-08-25T19:47:57.130Z Downloaded litrs v1.0.0
8112026-08-25T19:47:57.131Z Downloaded crc8 v0.1.1
8122026-08-25T19:47:57.131Z Downloaded slog v2.8.2
8132026-08-25T19:47:57.131Z Downloaded predicates v3.1.4
8142026-08-25T19:47:57.131Z Downloaded tabwriter v1.4.1
8152026-08-25T19:47:57.131Z Downloaded serde_path_to_error v0.1.20
8162026-08-25T19:47:57.131Z Downloaded aes v0.9.1
8172026-08-25T19:47:57.140Z Downloaded termios v0.3.3
8182026-08-25T19:47:57.141Z Downloaded darling_macro v0.20.11
8192026-08-25T19:47:57.141Z Downloaded is_ci v1.2.0
8202026-08-25T19:47:57.141Z Downloaded kem v0.3.0
8212026-08-25T19:47:57.141Z Downloaded lzss v0.8.2
8222026-08-25T19:47:57.142Z Downloaded slog-json v2.6.1
8232026-08-25T19:47:57.142Z Downloaded zeroize v1.9.0
8242026-08-25T19:47:57.142Z Downloaded bytes v1.11.1
8252026-08-25T19:47:57.142Z Downloaded crossbeam-epoch v0.9.18
8262026-08-25T19:47:57.156Z Downloaded zstd v0.13.3
8272026-08-25T19:47:57.156Z Downloaded num_enum_derive v0.7.6
8282026-08-25T19:47:57.156Z Downloaded strum_macros v0.26.4
8292026-08-25T19:47:57.156Z Downloaded olpc-cjson v0.1.4
8302026-08-25T19:47:57.162Z Downloaded newtype_derive v0.1.6
8312026-08-25T19:47:57.162Z Downloaded tokio-tungstenite v0.21.0
8322026-08-25T19:47:57.162Z Downloaded newtype-uuid-macros v0.1.0
8332026-08-25T19:47:57.163Z Downloaded psl-types v2.0.11
8342026-08-25T19:47:57.163Z Downloaded md-5 v0.10.6
8352026-08-25T19:47:57.163Z Downloaded salsa20 v0.11.0
8362026-08-25T19:47:57.168Z Downloaded http v1.4.2
8372026-08-25T19:47:57.168Z Downloaded similar v2.7.0
8382026-08-25T19:47:57.173Z Downloaded phf v0.12.1
8392026-08-25T19:47:57.173Z Downloaded ml-kem v0.3.2
8402026-08-25T19:47:57.173Z Downloaded num-conv v0.2.0
8412026-08-25T19:47:57.173Z Downloaded whoami v2.1.0
8422026-08-25T19:47:57.173Z Downloaded postgres-types v0.2.12
8432026-08-25T19:47:57.177Z Downloaded vergen-gitcl v1.0.8
8442026-08-25T19:47:57.177Z Downloaded derive-ex v0.1.8
8452026-08-25T19:47:57.177Z Downloaded writeable v0.6.2
8462026-08-25T19:47:57.183Z Downloaded phf_shared v0.11.3
8472026-08-25T19:47:57.183Z Downloaded potential_utf v0.1.4
8482026-08-25T19:47:57.183Z Downloaded powerfmt v0.2.0
8492026-08-25T19:47:57.183Z Downloaded icu_provider v2.1.1
8502026-08-25T19:47:57.191Z Downloaded hashbrown v0.12.3
8512026-08-25T19:47:57.191Z Downloaded heapless v0.8.0
8522026-08-25T19:47:57.191Z Downloaded zip v0.6.6
8532026-08-25T19:47:57.195Z Downloaded cc v1.2.56
8542026-08-25T19:47:57.195Z Downloaded serde_urlencoded v0.7.1
8552026-08-25T19:47:57.196Z Downloaded indicatif v0.18.4
8562026-08-25T19:47:57.204Z Downloaded russh-cryptovec v0.62.0
8572026-08-25T19:47:57.204Z Downloaded same-file v1.0.6
8582026-08-25T19:47:57.204Z Downloaded secrecy v0.8.0
8592026-08-25T19:47:57.217Z Downloaded keccak v0.1.6
8602026-08-25T19:47:57.218Z Downloaded keccak v0.2.0
8612026-08-25T19:47:57.228Z Downloaded rustls-pki-types v1.14.0
8622026-08-25T19:47:57.228Z Downloaded serde_with_macros v3.21.0
8632026-08-25T19:47:57.228Z Downloaded libsw-core v0.3.2
8642026-08-25T19:47:57.229Z Downloaded miette-derive v7.6.0
8652026-08-25T19:47:57.229Z Downloaded constant_time_eq v0.4.2
8662026-08-25T19:47:57.229Z Downloaded delegate v0.13.5
8672026-08-25T19:47:57.229Z Downloaded cookie_store v0.22.1
8682026-08-25T19:47:57.229Z Downloaded ena v0.14.4
8692026-08-25T19:47:57.229Z Downloaded module-lattice v0.2.3
8702026-08-25T19:47:57.229Z Downloaded opaque-debug v0.3.1
8712026-08-25T19:47:57.229Z Downloaded oxide-tokio-rt v0.1.4
8722026-08-25T19:47:57.229Z Downloaded termtree v0.5.1
8732026-08-25T19:47:57.229Z Downloaded strum v0.26.3
8742026-08-25T19:47:57.241Z Downloaded usdt-attr-macro v0.6.0
8752026-08-25T19:47:57.241Z Downloaded yoke-derive v0.8.1
8762026-08-25T19:47:57.241Z Downloaded wnaf v0.14.0
8772026-08-25T19:47:57.241Z Downloaded primeorder v0.14.0
8782026-08-25T19:47:57.241Z Downloaded term v0.7.0
8792026-08-25T19:47:57.247Z Downloaded hashbrown v0.13.2
8802026-08-25T19:47:57.247Z Downloaded ingot-types v0.2.0
8812026-08-25T19:47:57.247Z Downloaded tower-service v0.3.3
8822026-08-25T19:47:57.252Z Downloaded p384 v0.14.0
8832026-08-25T19:47:57.252Z Downloaded unicode-xid v0.2.6
8842026-08-25T19:47:57.252Z Downloaded dropshot-api-manager-types v0.8.0
8852026-08-25T19:47:57.252Z Downloaded rand_chacha v0.9.0
8862026-08-25T19:47:57.256Z Downloaded darling_core v0.20.11
8872026-08-25T19:47:57.259Z Downloaded crypto-bigint v0.5.5
8882026-08-25T19:47:57.269Z Downloaded darling_macro v0.23.0
8892026-08-25T19:47:57.287Z Downloaded crc-catalog v2.4.0
8902026-08-25T19:47:57.287Z Downloaded defmt-parser v1.0.0
8912026-08-25T19:47:57.287Z Downloaded slog-dtrace v0.3.0
8922026-08-25T19:47:57.288Z Downloaded pkg-config v0.3.32
8932026-08-25T19:47:57.298Z Downloaded inout v0.2.2
8942026-08-25T19:47:57.298Z Downloaded is-terminal v0.4.17
8952026-08-25T19:47:57.298Z Downloaded paste v1.0.15
8962026-08-25T19:47:57.298Z Downloaded pin-project-lite v0.2.17
8972026-08-25T19:47:57.299Z Downloaded nonempty v0.12.0
8982026-08-25T19:47:57.299Z Downloaded digest-io v0.1.0
8992026-08-25T19:47:57.299Z Downloaded dirs-sys-next v0.1.2
9002026-08-25T19:47:57.307Z Downloaded crc32fast v1.5.0
9012026-08-25T19:47:57.307Z Downloaded progenitor-extras v0.2.0
9022026-08-25T19:47:57.307Z Downloaded rand_seeder v0.4.0
9032026-08-25T19:47:57.307Z Downloaded schemars v0.8.22
9042026-08-25T19:47:57.307Z Downloaded expectorate v1.2.0
9052026-08-25T19:47:57.307Z Downloaded tls_codec_derive v0.4.2
9062026-08-25T19:47:57.307Z Downloaded tinystr v0.8.2
9072026-08-25T19:47:57.307Z Downloaded knus v3.4.0
9082026-08-25T19:47:57.313Z Downloaded peg-runtime v0.8.5
9092026-08-25T19:47:57.313Z Downloaded match_cfg v0.1.0
9102026-08-25T19:47:57.313Z Downloaded shlex v1.3.0
9112026-08-25T19:47:57.313Z Downloaded simd-adler32 v0.3.8
9122026-08-25T19:47:57.313Z Downloaded lalrpop-util v0.19.12
9132026-08-25T19:47:57.314Z Downloaded newline-converter v0.3.0
9142026-08-25T19:47:57.324Z Downloaded md5 v0.8.0
9152026-08-25T19:47:57.324Z Downloaded tokio-postgres v0.7.16
9162026-08-25T19:47:57.336Z Downloaded socket2 v0.5.10
9172026-08-25T19:47:57.336Z Downloaded toml v1.1.2+spec-1.1.0
9182026-08-25T19:47:57.336Z Downloaded cpubits v0.1.1
9192026-08-25T19:47:57.336Z Downloaded derive-where v1.6.0
9202026-08-25T19:47:57.336Z Downloaded litemap v0.8.1
9212026-08-25T19:47:57.343Z Downloaded predicates-core v1.0.10
9222026-08-25T19:47:57.343Z Downloaded csv-core v0.1.13
9232026-08-25T19:47:57.343Z Downloaded daft v0.1.8
9242026-08-25T19:47:57.343Z Downloaded shell-words v1.1.1
9252026-08-25T19:47:57.343Z Downloaded unicode-bidi v0.3.18
9262026-08-25T19:47:57.343Z Downloaded thread_local v1.1.9
9272026-08-25T19:47:57.343Z Downloaded p521 v0.14.0
9282026-08-25T19:47:57.354Z Downloaded slog-bunyan v2.5.0
9292026-08-25T19:47:57.362Z Downloaded serde-big-array v0.5.1
9302026-08-25T19:47:57.363Z Downloaded serde_derive_internals v0.29.1
9312026-08-25T19:47:57.363Z Downloaded tinyvec v1.10.0
9322026-08-25T19:47:57.363Z Downloaded uuid v1.23.4
9332026-08-25T19:47:57.363Z Downloaded walkdir v2.5.0
9342026-08-25T19:47:57.374Z Downloaded zstd-safe v7.2.4
9352026-08-25T19:47:57.374Z Downloaded ignore v0.4.25
9362026-08-25T19:47:57.374Z Downloaded derive_more v2.1.1
9372026-08-25T19:47:57.383Z Downloaded dsl_auto_type v0.2.0
9382026-08-25T19:47:57.383Z Downloaded path-slash v0.1.5
9392026-08-25T19:47:57.383Z Downloaded rand v0.9.2
9402026-08-25T19:47:57.383Z Downloaded unicode_categories v0.1.1
9412026-08-25T19:47:57.384Z Downloaded recursive v0.1.1
9422026-08-25T19:47:57.384Z Downloaded rustc_version v0.1.7
9432026-08-25T19:47:57.384Z Downloaded take_mut v0.2.2
9442026-08-25T19:47:57.384Z Downloaded sync-ptr v0.1.4
9452026-08-25T19:47:57.384Z Downloaded typify-macro v0.6.2
9462026-08-25T19:47:57.384Z Downloaded topological-sort v0.2.2
9472026-08-25T19:47:57.384Z Downloaded num-rational v0.4.2
9482026-08-25T19:47:57.384Z Downloaded ed25519 v3.0.0
9492026-08-25T19:47:57.384Z Downloaded derive_builder_core v0.20.2
9502026-08-25T19:47:57.384Z Downloaded hyper-staticfile v0.10.1
9512026-08-25T19:47:57.384Z Downloaded indoc v2.0.7
9522026-08-25T19:47:57.384Z Downloaded quinn-udp v0.5.14
9532026-08-25T19:47:57.393Z Downloaded zerotrie v0.2.3
9542026-08-25T19:47:57.393Z Downloaded sqlformat v0.3.5
9552026-08-25T19:47:57.393Z Downloaded multer v3.1.0
9562026-08-25T19:47:57.393Z Downloaded indexmap v1.9.3
9572026-08-25T19:47:57.393Z Downloaded packed_struct_codegen v0.10.1
9582026-08-25T19:47:57.393Z Downloaded pin-project-internal v1.1.11
9592026-08-25T19:47:57.401Z Downloaded void v1.0.2
9602026-08-25T19:47:57.401Z Downloaded utf-8 v0.7.6
9612026-08-25T19:47:57.401Z Downloaded zerocopy-derive v0.8.55
9622026-08-25T19:47:57.409Z Downloaded steno v0.4.1
9632026-08-25T19:47:57.409Z Downloaded polyval v0.7.1
9642026-08-25T19:47:57.409Z Downloaded tar v0.4.46
9652026-08-25T19:47:57.409Z Downloaded hyper v1.10.1
9662026-08-25T19:47:57.415Z Downloaded zerofrom v0.1.6
9672026-08-25T19:47:57.441Z Downloaded strum_macros v0.24.3
9682026-08-25T19:47:57.441Z Downloaded toml_parser v1.1.2+spec-1.1.0
9692026-08-25T19:47:57.441Z Downloaded primeorder v0.13.6
9702026-08-25T19:47:57.441Z Downloaded proc-macro-error2 v2.0.1
9712026-08-25T19:47:57.453Z Downloaded num-complex v0.4.6
9722026-08-25T19:47:57.453Z Downloaded rustls-native-certs v0.8.3
9732026-08-25T19:47:57.453Z Downloaded display-error-chain v0.2.2
9742026-08-25T19:47:57.453Z Downloaded schemars_derive v0.8.22
9752026-08-25T19:47:57.453Z Downloaded serdect v0.4.3
9762026-08-25T19:47:57.453Z Downloaded indent_write v2.2.0
9772026-08-25T19:47:57.453Z Downloaded instability v0.3.11
9782026-08-25T19:47:57.453Z Downloaded libscf-sys v1.2.0
9792026-08-25T19:47:57.453Z Downloaded pretty_assertions v1.4.1
9802026-08-25T19:47:57.469Z Downloaded spki v0.8.0
9812026-08-25T19:47:57.469Z Downloaded ssh-encoding v0.3.0
9822026-08-25T19:47:57.470Z Downloaded strum_macros v0.27.2
9832026-08-25T19:47:57.470Z Downloaded parse-size v1.1.0
9842026-08-25T19:47:57.470Z Downloaded password-hash v0.6.1
9852026-08-25T19:47:57.485Z Downloaded rustyline v14.0.0
9862026-08-25T19:47:57.485Z Downloaded hyper-util v0.1.20
9872026-08-25T19:47:57.485Z Downloaded socket2 v0.6.3
9882026-08-25T19:47:57.485Z Downloaded hkdf v0.12.4
9892026-08-25T19:47:57.485Z Downloaded icu_locale_core v2.1.1
9902026-08-25T19:47:57.486Z Downloaded oxnet v0.1.6
9912026-08-25T19:47:57.486Z Downloaded vergen v9.1.0
9922026-08-25T19:47:57.486Z Downloaded semver v0.1.20
9932026-08-25T19:47:57.486Z Downloaded darling_core v0.23.0
9942026-08-25T19:47:57.486Z Downloaded zerocopy v0.6.6
9952026-08-25T19:47:57.486Z Downloaded data-encoding v2.10.0
9962026-08-25T19:47:57.486Z Downloaded whoami v1.6.1
9972026-08-25T19:47:57.493Z Downloaded h2 v0.4.15
9982026-08-25T19:47:57.493Z Downloaded hashbrown v0.16.1
9992026-08-25T19:47:57.493Z Downloaded hkdf v0.13.0
10002026-08-25T19:47:57.493Z Downloaded rtoolbox v0.0.3
10012026-08-25T19:47:57.493Z Downloaded ed25519-dalek v2.2.0
10022026-08-25T19:47:57.493Z Downloaded smallvec v1.15.1
10032026-08-25T19:47:57.500Z Downloaded num-bigint-dig v0.8.6
10042026-08-25T19:47:57.500Z Downloaded utf8_iter v1.0.4
10052026-08-25T19:47:57.513Z Downloaded tungstenite v0.21.0
10062026-08-25T19:47:57.514Z Downloaded signature v3.0.0
10072026-08-25T19:47:57.514Z Downloaded siphasher v1.0.2
10082026-08-25T19:47:57.514Z Downloaded tap v1.0.1
10092026-08-25T19:47:57.522Z Downloaded schemars v0.9.0
10102026-08-25T19:47:57.522Z Downloaded tagptr v0.2.0
10112026-08-25T19:47:57.522Z Downloaded cpufeatures v0.3.0
10122026-08-25T19:47:57.522Z Downloaded illumos-nvpair v0.3.0
10132026-08-25T19:47:57.522Z Downloaded illumos-nvpair-sys v0.2.0
10142026-08-25T19:47:57.522Z Downloaded new_debug_unreachable v1.0.6
10152026-08-25T19:47:57.531Z Downloaded derive_more-impl v2.1.1
10162026-08-25T19:47:57.531Z Downloaded icu_properties v2.1.2
10172026-08-25T19:47:57.531Z Downloaded ed25519-dalek v3.0.0
10182026-08-25T19:47:57.531Z Downloaded tungstenite v0.23.0
10192026-08-25T19:47:57.531Z Downloaded lru-cache v0.1.2
10202026-08-25T19:47:57.537Z Downloaded primefield v0.14.0
10212026-08-25T19:47:57.537Z Downloaded ed25519 v2.2.3
10222026-08-25T19:47:57.537Z Downloaded crc v3.4.0
10232026-08-25T19:47:57.537Z Downloaded num-traits v0.2.19
10242026-08-25T19:47:57.545Z Downloaded r2d2 v0.8.10
10252026-08-25T19:47:57.545Z Downloaded progenitor-macro v0.13.0
10262026-08-25T19:47:57.545Z Downloaded rustls-pemfile v2.2.0
10272026-08-25T19:47:57.549Z Downloaded sec1 v0.7.3
10282026-08-25T19:47:57.549Z Downloaded ref-cast-impl v1.0.25
10292026-08-25T19:47:57.549Z Downloaded rand v0.10.1
10302026-08-25T19:47:57.549Z Downloaded libloading v0.8.9
10312026-08-25T19:47:57.549Z Downloaded strsim v0.10.0
10322026-08-25T19:47:57.549Z Downloaded p256 v0.14.0
10332026-08-25T19:47:57.549Z Downloaded aes-gcm v0.11.0
10342026-08-25T19:47:57.554Z Downloaded sec1 v0.8.1
10352026-08-25T19:47:57.554Z Downloaded spki v0.7.3
10362026-08-25T19:47:57.571Z Downloaded usdt-impl v0.6.0
10372026-08-25T19:47:57.571Z Downloaded tokio-rustls v0.26.4
10382026-08-25T19:47:57.571Z Downloaded native-tls v0.2.18
10392026-08-25T19:47:57.571Z Downloaded hashbrown v0.15.5
10402026-08-25T19:47:57.571Z Downloaded jiff-static v0.2.34
10412026-08-25T19:47:57.579Z Downloaded support-bundle-viewer v0.1.2
10422026-08-25T19:47:57.579Z Downloaded oxide-update-engine v0.1.2
10432026-08-25T19:47:57.579Z Downloaded thread-id v5.1.0
10442026-08-25T19:47:57.579Z Downloaded untrusted v0.9.0
10452026-08-25T19:47:57.579Z Downloaded port-file v0.1.0
10462026-08-25T19:47:57.579Z Downloaded thiserror-impl-no-std v2.0.2
10472026-08-25T19:47:57.579Z Downloaded tracing-attributes v0.1.31
10482026-08-25T19:47:57.579Z Downloaded zerovec-derive v0.11.2
10492026-08-25T19:47:57.587Z Downloaded ron v0.8.1
10502026-08-25T19:47:57.587Z Downloaded rustls-webpki v0.103.13
10512026-08-25T19:47:57.587Z Downloaded serde_yaml v0.9.34+deprecated
10522026-08-25T19:47:57.594Z Downloaded iana-time-zone v0.1.65
10532026-08-25T19:47:57.595Z Downloaded parse-display-derive v0.10.0
10542026-08-25T19:47:57.595Z Downloaded rand_core v0.10.0
10552026-08-25T19:47:57.595Z Downloaded diesel-dtrace v0.5.0
10562026-08-25T19:47:57.595Z Downloaded oxide-generation-macros v0.2.0
10572026-08-25T19:47:57.595Z Downloaded predicates-tree v1.0.13
10582026-08-25T19:47:57.600Z Downloaded sha1 v0.10.6
10592026-08-25T19:47:57.600Z Downloaded signal-hook-tokio v0.3.1
10602026-08-25T19:47:57.600Z Downloaded ident_case v1.0.1
10612026-08-25T19:47:57.600Z Downloaded zerofrom-derive v0.1.6
10622026-08-25T19:47:57.600Z Downloaded num-bigint v0.4.6
10632026-08-25T19:47:57.608Z Downloaded icu_normalizer_data v2.1.1
10642026-08-25T19:47:57.608Z Downloaded const_format_proc_macros v0.2.34
10652026-08-25T19:47:57.608Z Downloaded num_enum v0.7.6
10662026-08-25T19:47:57.611Z Downloaded stringprep v0.1.5
10672026-08-25T19:47:57.611Z Downloaded num-derive v0.4.2
10682026-08-25T19:47:57.620Z Downloaded crossbeam-deque v0.8.6
10692026-08-25T19:47:57.626Z Downloaded des v0.9.0
10702026-08-25T19:47:57.626Z Downloaded url v2.5.8
10712026-08-25T19:47:57.626Z Downloaded rusty-fork v0.3.1
10722026-08-25T19:47:57.634Z Downloaded lazy_static v1.5.0
10732026-08-25T19:47:57.648Z Downloaded x509-cert v0.2.5
10742026-08-25T19:47:57.648Z Downloaded blake3 v1.8.5
10752026-08-25T19:47:57.648Z Downloaded darling v0.23.0
10762026-08-25T19:47:57.653Z Downloaded ecdsa v0.16.9
10772026-08-25T19:47:57.653Z Downloaded crc-any v2.5.0
10782026-08-25T19:47:57.653Z Downloaded slog-stdlog v4.1.1
10792026-08-25T19:47:57.653Z Downloaded thiserror-no-std v2.0.2
10802026-08-25T19:47:57.653Z Downloaded strip-ansi-escapes v0.2.1
10812026-08-25T19:47:57.661Z Downloaded percent-encoding v2.3.2
10822026-08-25T19:47:57.661Z Downloaded phf_shared v0.12.1
10832026-08-25T19:47:57.661Z Downloaded derive_builder_macro v0.20.2
10842026-08-25T19:47:57.661Z Downloaded recursive-proc-macro-impl v0.1.1
10852026-08-25T19:47:57.661Z Downloaded russh-util v0.52.0
10862026-08-25T19:47:57.662Z Downloaded darling_macro v0.21.3
10872026-08-25T19:47:57.674Z Downloaded tower v0.5.3
10882026-08-25T19:47:57.680Z Downloaded owo-colors v4.3.0
10892026-08-25T19:47:57.680Z Downloaded maplit v1.0.2
10902026-08-25T19:47:57.680Z Downloaded itertools v0.10.5
10912026-08-25T19:47:57.688Z Downloaded serde_spanned v1.1.1
10922026-08-25T19:47:57.688Z Downloaded time-core v0.1.8
10932026-08-25T19:47:57.688Z Downloaded defmt v1.0.1
10942026-08-25T19:47:57.688Z Downloaded rand_pcg v0.10.2
10952026-08-25T19:47:57.688Z Downloaded memmap2 v0.9.10
10962026-08-25T19:47:57.688Z Downloaded openssl-sys v0.9.117
10972026-08-25T19:47:57.697Z Downloaded displaydoc v0.2.5
10982026-08-25T19:47:57.697Z Downloaded lru v0.12.5
10992026-08-25T19:47:57.703Z Downloaded mio v1.2.0
11002026-08-25T19:47:57.703Z Downloaded prefix-trie v0.7.0
11012026-08-25T19:47:57.708Z Downloaded signature v2.2.0
11022026-08-25T19:47:57.708Z Downloaded crucible-workspace-hack v0.1.0
11032026-08-25T19:47:57.708Z Downloaded tokio-test v0.4.5
11042026-08-25T19:47:57.708Z Downloaded embedded-io v0.4.0
11052026-08-25T19:47:57.718Z Downloaded tokio-dtrace v0.1.1
11062026-08-25T19:47:57.718Z Downloaded parse-display v0.10.0
11072026-08-25T19:47:57.725Z Downloaded smallvec v0.6.14
11082026-08-25T19:47:57.726Z Downloaded quinn v0.11.11
11092026-08-25T19:47:57.726Z Downloaded crossbeam-utils v0.8.21
11102026-08-25T19:47:57.737Z Downloaded typed-path v0.9.3
11112026-08-25T19:47:57.737Z Downloaded supports-color v3.0.2
11122026-08-25T19:47:57.737Z Downloaded managed v0.8.0
11132026-08-25T19:47:57.737Z Downloaded mime v0.3.17
11142026-08-25T19:47:57.737Z Downloaded progenitor-client v0.14.0
11152026-08-25T19:47:57.742Z Downloaded scrypt v0.12.0
11162026-08-25T19:47:57.742Z Downloaded pem-rfc7468 v0.7.0
11172026-08-25T19:47:57.742Z Downloaded scroll v0.13.0
11182026-08-25T19:47:57.743Z Downloaded aho-corasick v1.1.4
11192026-08-25T19:47:57.743Z Downloaded num v0.4.3
11202026-08-25T19:47:57.743Z Downloaded universal-hash v0.5.1
11212026-08-25T19:47:57.743Z Downloaded zone_cfg_derive v0.3.1
11222026-08-25T19:47:57.750Z Downloaded dunce v1.0.5
11232026-08-25T19:47:57.750Z Downloaded deranged v0.5.8
11242026-08-25T19:47:57.760Z Downloaded drift v0.2.0
11252026-08-25T19:47:57.761Z Downloaded corncobs v0.1.4
11262026-08-25T19:47:57.761Z Downloaded pem v3.0.6
11272026-08-25T19:47:57.761Z Downloaded defmt-macros v1.0.1
11282026-08-25T19:47:57.765Z Downloaded ingot v0.2.1
11292026-08-25T19:47:57.765Z Downloaded progenitor-client v0.13.0
11302026-08-25T19:47:57.772Z Downloaded serde_with v1.14.0
11312026-08-25T19:47:57.772Z Downloaded iri-string v0.7.10
11322026-08-25T19:47:57.777Z Downloaded diesel_derives v2.3.7
11332026-08-25T19:47:57.780Z Downloaded embedded-io v0.6.1
11342026-08-25T19:47:57.781Z Downloaded winnow v0.6.26
11352026-08-25T19:47:57.787Z Downloaded snafu-derive v0.8.9
11362026-08-25T19:47:57.787Z Downloaded lru-slab v0.1.2
11372026-08-25T19:47:57.787Z Downloaded sha1 v0.11.0
11382026-08-25T19:47:57.787Z Downloaded ipnet v2.12.0
11392026-08-25T19:47:57.791Z Downloaded libefi-sys v0.1.0
11402026-08-25T19:47:57.791Z Downloaded nu-ansi-term v0.50.3
11412026-08-25T19:47:57.791Z Downloaded diesel_table_macro_syntax v0.3.0
11422026-08-25T19:47:57.798Z Downloaded itertools v0.15.0
11432026-08-25T19:47:57.803Z Downloaded static_assertions v1.1.0
11442026-08-25T19:47:57.803Z Downloaded git2 v0.20.4
11452026-08-25T19:47:57.803Z Downloaded internal-russh-num-bigint v0.5.0
11462026-08-25T19:47:57.806Z Downloaded serde_repr v0.1.20
11472026-08-25T19:47:57.806Z Downloaded crossbeam-channel v0.5.15
11482026-08-25T19:47:57.812Z Downloaded serde_cbor v0.11.2
11492026-08-25T19:47:57.818Z Downloaded rustc-demangle v0.1.27
11502026-08-25T19:47:57.819Z Downloaded darling v0.21.3
11512026-08-25T19:47:57.823Z Downloaded try-lock v0.2.5
11522026-08-25T19:47:57.823Z Downloaded internet-checksum v0.2.1
11532026-08-25T19:47:57.823Z Downloaded nom v8.0.0
11542026-08-25T19:47:57.823Z Downloaded inout v0.1.4
11552026-08-25T19:47:57.833Z Downloaded vergen-git2 v9.1.0
11562026-08-25T19:47:57.842Z Downloaded icu_normalizer v2.1.1
11572026-08-25T19:47:57.849Z Downloaded openssl-probe v0.2.1
11582026-08-25T19:47:57.849Z Downloaded rawzip v0.4.4
11592026-08-25T19:47:57.855Z Downloaded ppv-lite86 v0.2.21
11602026-08-25T19:47:57.856Z Downloaded uzers v0.12.2
11612026-08-25T19:47:57.856Z Downloaded xshell v0.2.7
11622026-08-25T19:47:57.862Z Downloaded yasna v0.5.2
11632026-08-25T19:47:57.876Z Downloaded goblin v0.10.5
11642026-08-25T19:47:57.880Z Downloaded diff v0.1.13
11652026-08-25T19:47:57.880Z Downloaded ingot-macros v0.2.0
11662026-08-25T19:47:57.880Z Downloaded unit-prefix v0.5.2
11672026-08-25T19:47:57.880Z Downloaded sync_wrapper v1.0.2
11682026-08-25T19:47:57.880Z Downloaded waitgroup v0.1.2
11692026-08-25T19:47:57.884Z Downloaded tracing-core v0.1.36
11702026-08-25T19:47:57.889Z Downloaded jobserver v0.1.34
11712026-08-25T19:47:57.893Z Downloaded yansi v1.0.1
11722026-08-25T19:47:57.896Z Downloaded rand_core v0.6.4
11732026-08-25T19:47:57.899Z Downloaded linked-hash-map v0.5.6
11742026-08-25T19:47:57.899Z Downloaded tokio-tungstenite v0.23.1
11752026-08-25T19:47:57.899Z Downloaded der v0.7.10
11762026-08-25T19:47:57.903Z Downloaded rsa v0.10.0-rc.18
11772026-08-25T19:47:57.908Z Downloaded pkcs5 v0.8.1
11782026-08-25T19:47:57.912Z Downloaded pin-project v1.1.11
11792026-08-25T19:47:57.917Z Downloaded pkcs8 v0.11.0
11802026-08-25T19:47:57.920Z Downloaded slab v0.4.12
11812026-08-25T19:47:57.920Z Downloaded icu_properties_data v2.1.2
11822026-08-25T19:47:57.925Z Downloaded zip v4.6.1
11832026-08-25T19:47:57.929Z Downloaded stacker v0.1.23
11842026-08-25T19:47:57.932Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-08-25T19:47:57.932Z Downloaded rustversion v1.0.22
11862026-08-25T19:47:57.935Z Downloaded daft-derive v0.1.8
11872026-08-25T19:47:57.935Z Downloaded slog-scope v4.4.1
11882026-08-25T19:47:57.939Z Downloaded papergrid v0.18.0
11892026-08-25T19:47:57.942Z Downloaded ctutils v0.4.2
11902026-08-25T19:47:57.942Z Downloaded typify v0.6.2
11912026-08-25T19:47:57.942Z Downloaded elliptic-curve v0.13.8
11922026-08-25T19:47:57.946Z Downloaded darling_core v0.13.4
11932026-08-25T19:47:57.950Z Downloaded tabled v0.21.0
11942026-08-25T19:47:57.955Z Downloaded crossterm v0.28.1
11952026-08-25T19:47:57.962Z Downloaded time-macros v0.2.27
11962026-08-25T19:47:57.966Z Downloaded toml_edit v0.19.15
11972026-08-25T19:47:57.970Z Downloaded toml v0.7.8
11982026-08-25T19:47:57.973Z Downloaded samael v0.0.19
11992026-08-25T19:47:57.976Z Downloaded newtype-uuid v1.3.2
12002026-08-25T19:47:57.976Z Downloaded sha2 v0.11.0
12012026-08-25T19:47:57.980Z Downloaded tokio-stream v0.1.18
12022026-08-25T19:47:57.980Z Downloaded unicode-properties v0.1.4
12032026-08-25T19:47:57.983Z Downloaded reqwest v0.12.28
12042026-08-25T19:47:57.986Z Downloaded icu_collections v2.1.1
12052026-08-25T19:47:57.990Z Downloaded quick-xml v0.37.5
12062026-08-25T19:47:57.993Z Downloaded vcpkg v0.2.15
12072026-08-25T19:47:58.014Z Downloaded reedline v0.40.0
12082026-08-25T19:47:58.018Z Downloaded unicode-normalization v0.1.25
12092026-08-25T19:47:58.021Z Downloaded minimal-lexical v0.2.1
12102026-08-25T19:47:58.024Z Downloaded vsss-rs v3.3.4
12112026-08-25T19:47:58.024Z Downloaded aws-lc-rs v1.16.3
12122026-08-25T19:47:58.029Z Downloaded rand v0.8.6
12132026-08-25T19:47:58.032Z Downloaded libxml v0.3.3
12142026-08-25T19:47:58.035Z Downloaded vte v0.14.1
12152026-08-25T19:47:58.035Z Downloaded parking_lot v0.11.2
12162026-08-25T19:47:58.038Z Downloaded darling_core v0.21.3
12172026-08-25T19:47:58.041Z Downloaded subprocess v0.2.15
12182026-08-25T19:47:58.045Z Downloaded dropshot_endpoint v0.17.1
12192026-08-25T19:47:58.045Z Downloaded qorb v0.4.1
12202026-08-25T19:47:58.048Z Downloaded libbz2-rs-sys v0.2.2
12212026-08-25T19:47:58.048Z Downloaded bindgen v0.71.1
12222026-08-25T19:47:58.052Z Downloaded crypto-primes v0.7.2
12232026-08-25T19:47:58.054Z Downloaded der v0.8.0
12242026-08-25T19:47:58.058Z Downloaded miniz_oxide v0.8.9
12252026-08-25T19:47:58.061Z Downloaded serde_with v3.21.0
12262026-08-25T19:47:58.068Z Downloaded zopfli v0.8.3
12272026-08-25T19:47:58.073Z Downloaded nom v7.1.3
12282026-08-25T19:47:58.073Z Downloaded snafu v0.8.9
12292026-08-25T19:47:58.077Z Downloaded derive_more v0.99.20
12302026-08-25T19:47:58.080Z Downloaded smoltcp v0.9.1
12312026-08-25T19:47:58.083Z Downloaded gimli v0.32.3
12322026-08-25T19:47:58.089Z Downloaded schemars v1.2.1
12332026-08-25T19:47:58.095Z Downloaded darling v0.13.4
12342026-08-25T19:47:58.098Z Downloaded chrono v0.4.45
12352026-08-25T19:47:58.104Z Downloaded const_format v0.2.35
12362026-08-25T19:47:58.113Z Downloaded p384 v0.13.1
12372026-08-25T19:47:58.130Z Downloaded itertools v0.14.0
12382026-08-25T19:47:58.134Z Downloaded tokio-util v0.7.18
12392026-08-25T19:47:58.139Z Downloaded zerovec v0.11.5
12402026-08-25T19:47:58.144Z Downloaded bitvec v1.0.1
12412026-08-25T19:47:58.151Z Downloaded progenitor-impl v0.13.0
12422026-08-25T19:47:58.154Z Downloaded dropshot-api-manager v0.8.0
12432026-08-25T19:47:58.163Z Downloaded miette v7.6.0
12442026-08-25T19:47:58.169Z Downloaded itertools v0.13.0
12452026-08-25T19:47:58.172Z Downloaded idna v1.1.0
12462026-08-25T19:47:58.175Z Downloaded ssh-key v0.7.0-rc.11
12472026-08-25T19:47:58.179Z Downloaded salty v0.3.0
12482026-08-25T19:47:58.193Z Downloaded crossterm v0.29.0
12492026-08-25T19:47:58.197Z Downloaded unicode-segmentation v1.12.0
12502026-08-25T19:47:58.208Z Downloaded tough v0.22.0
12512026-08-25T19:47:58.220Z Downloaded jiff-core v0.1.0
12522026-08-25T19:47:58.223Z Downloaded zlib-rs v0.6.2
12532026-08-25T19:47:58.226Z Downloaded regex v1.12.3
12542026-08-25T19:47:58.230Z Downloaded iddqd v0.4.2
12552026-08-25T19:47:58.239Z Downloaded time v0.3.47
12562026-08-25T19:47:58.246Z Downloaded tower-http v0.6.8
12572026-08-25T19:47:58.249Z Downloaded crypto-bigint v0.7.5
12582026-08-25T19:47:58.258Z Downloaded reqwest v0.13.2
12592026-08-25T19:47:58.262Z Downloaded lalrpop v0.19.12
12602026-08-25T19:47:58.269Z Downloaded quinn-proto v0.11.16
12612026-08-25T19:47:58.286Z Downloaded hickory-proto v0.25.2
12622026-08-25T19:47:58.294Z Downloaded winnow v0.5.40
12632026-08-25T19:47:58.299Z Downloaded rayon v1.11.0
12642026-08-25T19:47:58.305Z Downloaded libm v0.2.16
12652026-08-25T19:47:58.309Z Downloaded sha3 v0.12.0
12662026-08-25T19:47:58.312Z Downloaded hickory-proto v0.24.4
12672026-08-25T19:47:58.319Z Downloaded itertools v0.12.1
12682026-08-25T19:47:58.350Z Downloaded regex-syntax v0.6.29
12692026-08-25T19:47:58.362Z Downloaded winnow v1.0.3
12702026-08-25T19:47:58.397Z Downloaded regex-syntax v0.8.10
12712026-08-25T19:47:58.402Z Downloaded polar-core v0.27.3
12722026-08-25T19:47:58.406Z Downloaded tracing v0.1.44
12732026-08-25T19:47:58.428Z Downloaded rustix v0.38.44
12742026-08-25T19:47:58.434Z Downloaded nix v0.27.1
12752026-08-25T19:47:58.441Z Downloaded regress v0.11.1
12762026-08-25T19:47:58.447Z Downloaded sha3 v0.11.0
12772026-08-25T19:47:58.450Z Downloaded moka v0.12.13
12782026-08-25T19:47:58.453Z Downloaded petname v2.0.2
12792026-08-25T19:47:58.458Z Downloaded bstr v1.12.1
12802026-08-25T19:47:58.462Z Downloaded sqlparser v0.61.0
12812026-08-25T19:47:58.469Z Downloaded portable-atomic v1.13.1
12822026-08-25T19:47:58.474Z Downloaded regress v0.10.5
12832026-08-25T19:47:58.479Z Downloaded proptest v1.11.0
12842026-08-25T19:47:58.484Z Downloaded dropshot v0.17.1
12852026-08-25T19:47:58.496Z Downloaded diesel v2.3.7
12862026-08-25T19:47:58.509Z Downloaded object v0.30.4
12872026-08-25T19:47:58.513Z Downloaded openapiv3 v2.2.0
12882026-08-25T19:47:58.519Z Downloaded rustls v0.23.41
12892026-08-25T19:47:58.526Z Downloaded russh v0.62.4
12902026-08-25T19:47:58.531Z Downloaded syn v3.0.3
12912026-08-25T19:47:58.537Z Downloaded ratatui v0.29.0
12922026-08-25T19:47:58.548Z Downloaded radix_trie v0.2.1
12932026-08-25T19:47:58.551Z Downloaded typify-impl v0.6.2
12942026-08-25T19:47:58.560Z Downloaded smoltcp v0.11.0
12952026-08-25T19:47:58.565Z Downloaded openssl v0.10.80
12962026-08-25T19:47:58.571Z Downloaded zerocopy-derive v0.6.6
12972026-08-25T19:47:58.576Z Downloaded jiff v0.2.34
12982026-08-25T19:47:58.586Z Downloaded zerocopy v0.8.55
12992026-08-25T19:47:58.597Z Downloaded curve25519-dalek v4.1.3
13002026-08-25T19:47:58.602Z Downloaded nix v0.28.0
13012026-08-25T19:47:58.608Z Downloaded curve25519-dalek v5.0.0
13022026-08-25T19:47:58.630Z Downloaded sha3 v0.10.8
13032026-08-25T19:47:58.644Z Downloaded nix v0.31.2
13042026-08-25T19:47:58.650Z Downloaded tokio v1.52.1
13052026-08-25T19:47:58.674Z Downloaded object v0.37.3
13062026-08-25T19:47:58.681Z Downloaded csv v1.4.0
13072026-08-25T19:47:58.692Z Downloaded sled v0.34.7
13082026-08-25T19:47:58.699Z Downloaded encoding_rs v0.8.35
13092026-08-25T19:47:58.733Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-25T19:47:58.740Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-08-25T19:47:58.772Z Downloaded regex-automata v0.4.14
13122026-08-25T19:47:58.780Z Downloaded petgraph v0.6.5
13132026-08-25T19:47:58.804Z Downloaded chrono-tz v0.10.4
13142026-08-25T19:47:58.814Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-08-25T19:47:58.848Z Downloaded petgraph v0.8.3
13162026-08-25T19:47:58.872Z Downloaded libz-sys v1.1.24
13172026-08-25T19:47:58.987Z Downloaded ring v0.17.14
13182026-08-25T19:47:59.622Z Downloaded aws-lc-sys v0.40.0
13192026-08-25T19:47:59.878Z Compiling serde_core v1.0.228
13202026-08-25T19:47:59.879Z Compiling libc v0.2.185
13212026-08-25T19:47:59.879Z Compiling serde v1.0.228
13222026-08-25T19:47:59.886Z Compiling log v0.4.33
13232026-08-25T19:47:59.886Z Compiling smallvec v1.15.1
13242026-08-25T19:47:59.886Z Compiling shlex v1.3.0
13252026-08-25T19:47:59.886Z Compiling find-msvc-tools v0.1.9
13262026-08-25T19:47:59.886Z Compiling subtle v2.6.1
13272026-08-25T19:48:00.053Z Compiling scopeguard v1.2.0
13282026-08-25T19:48:00.060Z Compiling typenum v1.20.1
13292026-08-25T19:48:00.061Z Compiling stable_deref_trait v1.2.1
13302026-08-25T19:48:00.061Z Compiling zerocopy v0.8.55
13312026-08-25T19:48:00.065Z Compiling portable-atomic v1.13.1
13322026-08-25T19:48:00.155Z Compiling serde_json v1.0.151
13332026-08-25T19:48:00.174Z Compiling syn v2.0.117
13342026-08-25T19:48:00.237Z Compiling critical-section v1.2.0
13352026-08-25T19:48:00.300Z Compiling lock_api v0.4.14
13362026-08-25T19:48:00.306Z Compiling libm v0.2.16
13372026-08-25T19:48:00.320Z Compiling num-traits v0.2.19
13382026-08-25T19:48:00.339Z Compiling pkg-config v0.3.32
13392026-08-25T19:48:00.359Z Compiling generic-array v0.14.7
13402026-08-25T19:48:00.400Z Compiling pin-project-lite v0.2.17
13412026-08-25T19:48:00.412Z Compiling parking_lot_core v0.9.12
13422026-08-25T19:48:00.449Z Compiling const-oid v0.9.6
13432026-08-25T19:48:00.462Z Compiling getrandom v0.4.3
13442026-08-25T19:48:00.532Z Compiling rand_core v0.10.0
13452026-08-25T19:48:00.532Z Compiling litemap v0.8.1
13462026-08-25T19:48:00.551Z Compiling percent-encoding v2.3.2
13472026-08-25T19:48:00.662Z Compiling writeable v0.6.2
13482026-08-25T19:48:00.725Z Compiling futures-core v0.3.32
13492026-08-25T19:48:00.759Z Compiling icu_properties_data v2.1.2
13502026-08-25T19:48:00.759Z Compiling icu_normalizer_data v2.1.1
13512026-08-25T19:48:00.766Z Compiling rustix v1.1.4
13522026-08-25T19:48:00.779Z Compiling getrandom v0.3.4
13532026-08-25T19:48:00.808Z Compiling futures-sink v0.3.32
13542026-08-25T19:48:00.881Z Compiling futures-io v0.3.32
13552026-08-25T19:48:00.915Z Compiling slab v0.4.12
13562026-08-25T19:48:00.923Z Compiling futures-task v0.3.32
13572026-08-25T19:48:00.960Z Compiling futures-channel v0.3.32
13582026-08-25T19:48:00.980Z Compiling utf8_iter v1.0.4
13592026-08-25T19:48:01.078Z Compiling errno v0.3.14
13602026-08-25T19:48:01.087Z Compiling jobserver v0.1.34
13612026-08-25T19:48:01.099Z Compiling getrandom v0.2.17
13622026-08-25T19:48:01.148Z Compiling mio v1.2.0
13632026-08-25T19:48:01.158Z Compiling socket2 v0.6.3
13642026-08-25T19:48:01.192Z Compiling form_urlencoded v1.2.2
13652026-08-25T19:48:01.200Z Compiling signal-hook-registry v1.4.8
13662026-08-25T19:48:01.235Z Compiling rustversion v1.0.22
13672026-08-25T19:48:01.244Z Compiling iana-time-zone v0.1.65
13682026-08-25T19:48:01.356Z Compiling cc v1.2.56
13692026-08-25T19:48:01.367Z Compiling once_cell v1.21.3
13702026-08-25T19:48:01.382Z Compiling rand_core v0.6.4
13712026-08-25T19:48:01.386Z Compiling parking_lot v0.12.5
13722026-08-25T19:48:01.424Z Compiling base64ct v1.8.3
13732026-08-25T19:48:01.439Z Compiling fs_extra v1.3.0
13742026-08-25T19:48:01.471Z Compiling dunce v1.0.5
13752026-08-25T19:48:01.514Z Compiling regex-syntax v0.8.10
13762026-08-25T19:48:01.585Z Compiling ident_case v1.0.1
13772026-08-25T19:48:01.601Z Compiling flagset v0.4.7
13782026-08-25T19:48:01.634Z Compiling rand_core v0.9.5
13792026-08-25T19:48:01.649Z Compiling base64 v0.22.1
13802026-08-25T19:48:01.689Z Compiling pem-rfc7468 v0.7.0
13812026-08-25T19:48:01.731Z Compiling vcpkg v0.2.15
13822026-08-25T19:48:01.734Z Compiling syn v1.0.109
13832026-08-25T19:48:01.747Z Compiling tracing-core v0.1.36
13842026-08-25T19:48:01.761Z Compiling schemars v0.8.22
13852026-08-25T19:48:01.773Z Compiling simd-adler32 v0.3.8
13862026-08-25T19:48:01.803Z Compiling cpufeatures v0.2.17
13872026-08-25T19:48:01.869Z Compiling dyn-clone v1.0.20
13882026-08-25T19:48:01.886Z Compiling aws-lc-rs v1.16.3
13892026-08-25T19:48:01.939Z Compiling spin v0.9.8
13902026-08-25T19:48:02.000Z Compiling openssl-probe v0.2.1
13912026-08-25T19:48:02.029Z Compiling crc32fast v1.5.0
13922026-08-25T19:48:02.029Z Compiling httparse v1.10.1
13932026-08-25T19:48:02.057Z Compiling cmov v0.5.4
13942026-08-25T19:48:02.071Z Compiling adler2 v2.0.1
13952026-08-25T19:48:02.169Z Compiling cmake v0.1.57
13962026-08-25T19:48:02.208Z Compiling tinyvec_macros v0.1.1
13972026-08-25T19:48:02.221Z Compiling miniz_oxide v0.8.9
13982026-08-25T19:48:02.238Z Compiling aho-corasick v1.1.4
13992026-08-25T19:48:02.252Z Compiling untrusted v0.7.1
14002026-08-25T19:48:02.286Z Compiling ctutils v0.4.2
14012026-08-25T19:48:02.304Z Compiling tinyvec v1.10.0
14022026-08-25T19:48:02.317Z Compiling bitflags v2.11.0
14032026-08-25T19:48:02.371Z Compiling semver v1.0.28
14042026-08-25T19:48:02.395Z Compiling indexmap v2.14.0
14052026-08-25T19:48:02.431Z Compiling uuid v1.23.4
14062026-08-25T19:48:02.565Z Compiling tower-service v0.3.3
14072026-08-25T19:48:02.581Z Compiling tower-layer v0.3.3
14082026-08-25T19:48:02.595Z Compiling rustc_version v0.4.1
14092026-08-25T19:48:02.609Z Compiling try-lock v0.2.5
14102026-08-25T19:48:02.667Z Compiling radium v0.7.0
14112026-08-25T19:48:02.672Z Compiling atomic-waker v1.1.2
14122026-08-25T19:48:02.712Z Compiling want v0.3.1
14132026-08-25T19:48:02.811Z Compiling tap v1.0.1
14142026-08-25T19:48:02.854Z Compiling httpdate v1.0.3
14152026-08-25T19:48:02.894Z Compiling untrusted v0.9.0
14162026-08-25T19:48:02.920Z Compiling openssl v0.10.80
14172026-08-25T19:48:02.935Z Compiling maybe-uninit v2.0.0
14182026-08-25T19:48:02.951Z Compiling foreign-types-shared v0.1.1
14192026-08-25T19:48:02.980Z Compiling rustls v0.23.41
14202026-08-25T19:48:03.015Z Compiling aws-lc-sys v0.40.0
14212026-08-25T19:48:03.035Z Compiling openssl-sys v0.9.117
14222026-08-25T19:48:03.062Z Compiling foreign-types v0.3.2
14232026-08-25T19:48:03.077Z Compiling regex-automata v0.4.14
14242026-08-25T19:48:03.092Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-25T19:48:03.108Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-08-25T19:48:03.149Z Compiling wyz v0.5.1
14272026-08-25T19:48:03.175Z Compiling synstructure v0.13.2
14282026-08-25T19:48:03.190Z Compiling serde_derive_internals v0.29.1
14292026-08-25T19:48:03.247Z Compiling pest_generator v2.8.6
14302026-08-25T19:48:03.355Z Compiling darling_core v0.20.11
14312026-08-25T19:48:03.393Z Compiling unicode-normalization v0.1.25
14322026-08-25T19:48:03.430Z Compiling terminal_size v0.4.3
14332026-08-25T19:48:03.535Z Compiling tempfile v3.27.0
14342026-08-25T19:48:03.550Z Compiling num-integer v0.1.46
14352026-08-25T19:48:03.588Z Compiling wait-timeout v0.2.1
14362026-08-25T19:48:03.709Z Compiling ahash v0.8.12
14372026-08-25T19:48:03.801Z Compiling native-tls v0.2.18
14382026-08-25T19:48:03.879Z Compiling time-core v0.1.8
14392026-08-25T19:48:03.897Z Compiling powerfmt v0.2.0
14402026-08-25T19:48:03.912Z Compiling bit-vec v0.8.0
14412026-08-25T19:48:03.940Z Compiling packed_struct v0.10.1
14422026-08-25T19:48:03.956Z Compiling funty v2.0.0
14432026-08-25T19:48:03.973Z Compiling num-conv v0.2.0
14442026-08-25T19:48:04.011Z Compiling quick-error v1.2.3
14452026-08-25T19:48:04.025Z Compiling num-bigint-dig v0.8.6
14462026-08-25T19:48:04.076Z Compiling deranged v0.5.8
14472026-08-25T19:48:04.114Z Compiling bit-set v0.8.0
14482026-08-25T19:48:04.132Z Compiling time-macros v0.2.27
14492026-08-25T19:48:04.132Z Compiling rusty-fork v0.3.1
14502026-08-25T19:48:04.135Z Compiling clap_builder v4.6.0
14512026-08-25T19:48:04.148Z Compiling num-iter v0.1.45
14522026-08-25T19:48:04.295Z Compiling lazy_static v1.5.0
14532026-08-25T19:48:04.313Z Compiling bitvec v1.0.1
14542026-08-25T19:48:04.316Z Compiling rand_xorshift v0.4.0
14552026-08-25T19:48:04.316Z Compiling sync_wrapper v1.0.2
14562026-08-25T19:48:04.403Z Compiling indexmap v1.9.3
14572026-08-25T19:48:04.464Z Compiling num_threads v0.1.7
14582026-08-25T19:48:04.489Z Compiling siphasher v1.0.2
14592026-08-25T19:48:04.504Z Compiling object v0.37.3
14602026-08-25T19:48:04.572Z Compiling crossbeam-utils v0.8.21
14612026-08-25T19:48:04.587Z Compiling nodrop v0.1.14
14622026-08-25T19:48:04.610Z Compiling crc-catalog v2.4.0
14632026-08-25T19:48:04.694Z Compiling unarray v0.1.4
14642026-08-25T19:48:04.694Z Compiling paste v1.0.15
14652026-08-25T19:48:04.723Z Compiling zlib-rs v0.6.2
14662026-08-25T19:48:04.798Z Compiling unicode-segmentation v1.12.0
14672026-08-25T19:48:04.822Z Compiling usdt-impl v0.6.0
14682026-08-25T19:48:04.944Z Compiling serde_derive v1.0.228
14692026-08-25T19:48:04.959Z Compiling zeroize_derive v1.5.0
14702026-08-25T19:48:04.997Z Compiling zerofrom-derive v0.1.6
14712026-08-25T19:48:05.038Z Compiling zerocopy-derive v0.8.55
14722026-08-25T19:48:05.105Z Compiling yoke-derive v0.8.1
14732026-08-25T19:48:05.236Z Compiling zerovec-derive v0.11.2
14742026-08-25T19:48:05.251Z Compiling displaydoc v0.2.5
14752026-08-25T19:48:05.299Z Compiling tokio-macros v2.7.0
14762026-08-25T19:48:05.705Z Compiling futures-macro v0.3.32
14772026-08-25T19:48:05.751Z Compiling der_derive v0.7.3
14782026-08-25T19:48:05.899Z Compiling thiserror-impl v2.0.18
14792026-08-25T19:48:06.050Z Compiling tracing-attributes v0.1.31
14802026-08-25T19:48:06.081Z Compiling schemars_derive v0.8.22
14812026-08-25T19:48:06.192Z Compiling pest_derive v2.8.6
14822026-08-25T19:48:06.309Z Compiling scroll_derive v0.13.1
14832026-08-25T19:48:06.413Z Compiling darling_macro v0.20.11
14842026-08-25T19:48:06.520Z Compiling zerofrom v0.1.6
14852026-08-25T19:48:06.541Z Compiling futures-util v0.3.32
14862026-08-25T19:48:06.660Z Compiling yoke v0.8.1
14872026-08-25T19:48:06.682Z Compiling thiserror-impl v1.0.69
14882026-08-25T19:48:06.744Z Compiling openssl-macros v0.1.1
14892026-08-25T19:48:06.865Z Compiling zerovec v0.11.5
14902026-08-25T19:48:06.931Z Compiling zerotrie v0.2.3
14912026-08-25T19:48:07.160Z Compiling scroll v0.13.0
14922026-08-25T19:48:07.262Z Compiling darling v0.20.11
14932026-08-25T19:48:07.306Z Compiling packed_struct_codegen v0.10.1
14942026-08-25T19:48:07.321Z Compiling thiserror v2.0.18
14952026-08-25T19:48:07.357Z Compiling tinystr v0.8.2
14962026-08-25T19:48:07.372Z Compiling potential_utf v0.1.4
14972026-08-25T19:48:07.393Z Compiling bitfield-macros v0.19.4
14982026-08-25T19:48:07.415Z Compiling goblin v0.10.5
14992026-08-25T19:48:07.429Z Compiling tracing v0.1.44
15002026-08-25T19:48:07.446Z Compiling zerocopy-derive v0.6.6
15012026-08-25T19:48:07.464Z Compiling clap_derive v4.6.1
15022026-08-25T19:48:07.554Z Compiling icu_locale_core v2.1.1
15032026-08-25T19:48:07.580Z Compiling icu_collections v2.1.1
15042026-08-25T19:48:07.715Z Compiling flate2 v1.1.9
15052026-08-25T19:48:08.022Z Compiling thiserror v1.0.69
15062026-08-25T19:48:08.055Z Compiling dtrace-parser v0.3.0
15072026-08-25T19:48:08.071Z Compiling derive_builder_core v0.20.2
15082026-08-25T19:48:08.140Z Compiling time v0.3.47
15092026-08-25T19:48:08.145Z Compiling bitfield v0.19.4
15102026-08-25T19:48:08.176Z Compiling icu_provider v2.1.1
15112026-08-25T19:48:08.322Z Compiling zerocopy v0.6.6
15122026-08-25T19:48:08.449Z Compiling icu_properties v2.1.2
15132026-08-25T19:48:08.472Z Compiling zeroize v1.9.0
15142026-08-25T19:48:08.489Z Compiling bytes v1.11.1
15152026-08-25T19:48:08.518Z Compiling icu_normalizer v2.1.1
15162026-08-25T19:48:08.567Z Compiling chrono v0.4.45
15172026-08-25T19:48:08.707Z Compiling der v0.7.10
15182026-08-25T19:48:08.800Z Compiling rustls-pki-types v1.14.0
15192026-08-25T19:48:08.896Z Compiling hybrid-array v0.4.13
15202026-08-25T19:48:08.934Z Compiling ipnet v2.12.0
15212026-08-25T19:48:09.074Z Compiling tokio v1.52.1
15222026-08-25T19:48:09.120Z Compiling http v1.4.2
15232026-08-25T19:48:09.240Z Compiling crypto-common v0.1.7
15242026-08-25T19:48:09.276Z Compiling block-buffer v0.10.4
15252026-08-25T19:48:09.295Z Compiling idna_adapter v1.2.1
15262026-08-25T19:48:09.404Z Compiling idna v1.1.0
15272026-08-25T19:48:09.432Z Compiling digest v0.10.7
15282026-08-25T19:48:09.449Z Compiling hex v0.4.3
15292026-08-25T19:48:09.464Z Compiling toml_datetime v0.6.11
15302026-08-25T19:48:09.551Z Compiling ppv-lite86 v0.2.21
15312026-08-25T19:48:09.688Z Compiling url v2.5.8
15322026-08-25T19:48:09.703Z Compiling spki v0.7.3
15332026-08-25T19:48:09.742Z Compiling http-body v1.0.1
15342026-08-25T19:48:09.745Z Compiling sha2 v0.10.9
15352026-08-25T19:48:09.759Z Compiling signature v2.2.0
15362026-08-25T19:48:09.775Z Compiling hmac v0.12.1
15372026-08-25T19:48:09.905Z Compiling rand_chacha v0.9.0
15382026-08-25T19:48:09.925Z Compiling pkcs8 v0.10.2
15392026-08-25T19:48:09.929Z Compiling rand_chacha v0.3.1
15402026-08-25T19:48:09.950Z Compiling serde_spanned v0.6.9
15412026-08-25T19:48:09.955Z Compiling http-body-util v0.1.3
15422026-08-25T19:48:10.029Z Compiling clap v4.6.1
15432026-08-25T19:48:10.122Z Compiling rand v0.9.2
15442026-08-25T19:48:10.197Z Compiling dof v0.4.0
15452026-08-25T19:48:10.202Z Compiling pkcs1 v0.7.5
15462026-08-25T19:48:10.274Z Compiling rand v0.8.6
15472026-08-25T19:48:10.337Z Compiling structmeta-derive v0.3.0
15482026-08-25T19:48:10.370Z Compiling scroll_derive v0.12.1
15492026-08-25T19:48:10.551Z Compiling crc v3.4.0
15502026-08-25T19:48:10.625Z Compiling array-init v0.0.4
15512026-08-25T19:48:10.661Z Compiling smallvec v0.6.14
15522026-08-25T19:48:10.765Z Compiling proptest v1.11.0
15532026-08-25T19:48:10.782Z Compiling darling_core v0.23.0
15542026-08-25T19:48:10.963Z Compiling heapless v0.7.17
15552026-08-25T19:48:10.984Z Compiling slog v2.8.2
15562026-08-25T19:48:11.056Z Compiling ipnetwork v0.21.1
15572026-08-25T19:48:11.101Z Compiling thread-id v5.1.0
15582026-08-25T19:48:11.130Z Compiling env_filter v2.0.0
15592026-08-25T19:48:11.197Z Compiling syn v3.0.3
15602026-08-25T19:48:11.207Z Compiling cookie v0.18.1
15612026-08-25T19:48:11.235Z Compiling allocator-api2 v0.2.21
15622026-08-25T19:48:11.392Z Compiling unicode-bidi v0.3.18
15632026-08-25T19:48:11.417Z Compiling hashbrown v0.12.3
15642026-08-25T19:48:11.450Z Compiling winnow v0.5.40
15652026-08-25T19:48:11.455Z Compiling anyhow v1.0.104
15662026-08-25T19:48:11.455Z Compiling iri-string v0.7.10
15672026-08-25T19:48:11.496Z Compiling base64 v0.21.7
15682026-08-25T19:48:11.563Z Compiling unicode-properties v0.1.4
15692026-08-25T19:48:11.577Z Compiling gimli v0.32.3
15702026-08-25T19:48:11.718Z Compiling ryu v1.0.23
15712026-08-25T19:48:11.743Z Compiling signal-hook v0.3.18
15722026-08-25T19:48:11.781Z Compiling zstd-safe v7.2.4
15732026-08-25T19:48:11.915Z Compiling rsa v0.9.10
15742026-08-25T19:48:11.957Z Compiling serde_urlencoded v0.7.1
15752026-08-25T19:48:11.973Z Compiling stringprep v0.1.5
15762026-08-25T19:48:11.985Z Compiling ron v0.8.1
15772026-08-25T19:48:12.020Z Compiling structmeta v0.3.0
15782026-08-25T19:48:12.088Z Compiling oxnet v0.1.6
15792026-08-25T19:48:12.219Z Compiling env_logger v0.11.11
15802026-08-25T19:48:12.253Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15812026-08-25T19:48:12.427Z Compiling scroll v0.12.0
15822026-08-25T19:48:12.542Z Compiling serde-hex v0.1.0
15832026-08-25T19:48:12.588Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15842026-08-25T19:48:12.719Z Compiling camino v1.2.5
15852026-08-25T19:48:12.797Z Compiling toml_edit v0.19.15
15862026-08-25T19:48:12.949Z Compiling tokio-util v0.7.18
15872026-08-25T19:48:13.001Z Compiling tower v0.5.3
15882026-08-25T19:48:13.018Z Compiling tokio-native-tls v0.3.1
15892026-08-25T19:48:13.126Z Compiling hashbrown v0.13.2
15902026-08-25T19:48:13.213Z Compiling newtype-uuid v1.3.2
15912026-08-25T19:48:13.313Z Compiling darling_macro v0.23.0
15922026-08-25T19:48:13.426Z Compiling tower-http v0.6.8
15932026-08-25T19:48:13.500Z Compiling addr2line v0.25.1
15942026-08-25T19:48:13.542Z Compiling x509-cert v0.2.5
15952026-08-25T19:48:13.574Z Compiling md-5 v0.10.6
15962026-08-25T19:48:13.619Z Compiling block-buffer v0.12.1
15972026-08-25T19:48:13.758Z Compiling h2 v0.4.15
15982026-08-25T19:48:13.838Z Compiling crypto-common v0.2.2
15992026-08-25T19:48:13.853Z Compiling block-padding v0.4.2
16002026-08-25T19:48:13.856Z Compiling rustls-native-certs v0.8.3
16012026-08-25T19:48:13.882Z Compiling derive_builder_macro v0.20.2
16022026-08-25T19:48:13.993Z Compiling bzip2 v0.4.4
16032026-08-25T19:48:14.047Z Compiling serde_tokenstream v0.2.3
16042026-08-25T19:48:14.168Z Compiling erased-serde v0.3.31
16052026-08-25T19:48:14.216Z Compiling bstr v1.12.1
16062026-08-25T19:48:14.379Z Compiling pin-project-internal v1.1.11
16072026-08-25T19:48:14.379Z Compiling zerocopy-derive v0.7.35
16082026-08-25T19:48:14.692Z Compiling daft-derive v0.1.8
16092026-08-25T19:48:14.710Z Compiling async-trait v0.1.89
16102026-08-25T19:48:14.931Z Compiling curve25519-dalek v4.1.3
16112026-08-25T19:48:15.002Z Compiling vergen-lib v9.1.0
16122026-08-25T19:48:15.163Z Compiling hash32 v0.2.1
16132026-08-25T19:48:15.256Z Compiling encoding_rs v0.8.35
16142026-08-25T19:48:15.324Z Compiling memoffset v0.9.1
16152026-08-25T19:48:15.356Z Compiling fallible-iterator v0.2.0
16162026-08-25T19:48:15.385Z Compiling litrs v1.0.0
16172026-08-25T19:48:15.437Z Compiling mime v0.3.17
16182026-08-25T19:48:15.472Z Compiling smoltcp v0.9.1
16192026-08-25T19:48:15.491Z Compiling crc-any v2.5.0
16202026-08-25T19:48:15.531Z Compiling rustix v0.38.44
16212026-08-25T19:48:15.586Z Compiling cfg_aliases v0.2.1
16222026-08-25T19:48:15.600Z Compiling owo-colors v4.3.0
16232026-08-25T19:48:15.652Z Compiling ref-cast v1.0.25
16242026-08-25T19:48:15.677Z Compiling rustc-demangle v0.1.27
16252026-08-25T19:48:15.725Z Compiling psl-types v2.0.11
16262026-08-25T19:48:15.738Z Compiling nix v0.31.2
16272026-08-25T19:48:15.778Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16282026-08-25T19:48:15.822Z Compiling postgres-protocol v0.6.10
16292026-08-25T19:48:15.858Z Compiling publicsuffix v2.3.0
16302026-08-25T19:48:15.912Z Compiling document-features v0.2.12
16312026-08-25T19:48:15.997Z Compiling pin-project v1.1.11
16322026-08-25T19:48:16.041Z Compiling daft v0.1.8
16332026-08-25T19:48:16.116Z Compiling zerocopy v0.7.35
16342026-08-25T19:48:16.153Z Compiling derive_builder v0.20.2
16352026-08-25T19:48:16.181Z Compiling zip v0.6.6
16362026-08-25T19:48:16.306Z Compiling toml v0.7.8
16372026-08-25T19:48:16.339Z Compiling inout v0.2.2
16382026-08-25T19:48:16.388Z Compiling darling v0.23.0
16392026-08-25T19:48:16.403Z Compiling object v0.30.4
16402026-08-25T19:48:16.489Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-25T19:48:16.549Z Compiling goblin v0.8.2
16422026-08-25T19:48:16.556Z Compiling derive-ex v0.1.8
16432026-08-25T19:48:16.826Z Compiling futures-executor v0.3.32
16442026-08-25T19:48:16.851Z Compiling hubpack_derive v0.1.1
16452026-08-25T19:48:16.948Z Compiling hyper v1.10.1
16462026-08-25T19:48:16.948Z Compiling backtrace v0.3.76
16472026-08-25T19:48:16.975Z Compiling regex v1.12.3
16482026-08-25T19:48:16.982Z Compiling convert_case v0.10.0
16492026-08-25T19:48:17.120Z Compiling curve25519-dalek-derive v0.1.1
16502026-08-25T19:48:17.125Z Compiling ref-cast-impl v1.0.25
16512026-08-25T19:48:17.131Z Compiling strum_macros v0.27.2
16522026-08-25T19:48:17.151Z Compiling snafu-derive v0.8.9
16532026-08-25T19:48:17.297Z Compiling phf_shared v0.13.1
16542026-08-25T19:48:17.313Z Compiling cargo-platform v0.3.2
16552026-08-25T19:48:17.415Z Compiling vergen v9.1.0
16562026-08-25T19:48:17.556Z Compiling ff v0.13.1
16572026-08-25T19:48:17.603Z Compiling fs-err v3.3.0
16582026-08-25T19:48:17.618Z Compiling path-slash v0.1.5
16592026-08-25T19:48:17.694Z Compiling libbz2-rs-sys v0.2.2
16602026-08-25T19:48:17.718Z Compiling foldhash v0.1.5
16612026-08-25T19:48:17.767Z Compiling bumpalo v3.20.2
16622026-08-25T19:48:17.782Z Compiling bitflags v1.3.2
16632026-08-25T19:48:17.816Z Compiling is_ci v1.2.0
16642026-08-25T19:48:17.871Z Compiling either v1.15.0
16652026-08-25T19:48:17.908Z Compiling base16ct v0.2.0
16662026-08-25T19:48:17.972Z Compiling same-file v1.0.6
16672026-08-25T19:48:17.987Z Compiling jiff-core v0.1.0
16682026-08-25T19:48:18.042Z Compiling foldhash v0.2.0
16692026-08-25T19:48:18.102Z Compiling hyper-util v0.1.20
16702026-08-25T19:48:18.110Z Compiling managed v0.8.0
16712026-08-25T19:48:18.131Z Compiling bzip2 v0.6.1
16722026-08-25T19:48:18.158Z Compiling walkdir v2.5.0
16732026-08-25T19:48:18.274Z Compiling hashbrown v0.16.1
16742026-08-25T19:48:18.275Z Compiling test-strategy v0.4.5
16752026-08-25T19:48:18.374Z Compiling sec1 v0.7.3
16762026-08-25T19:48:18.387Z Compiling textwrap v0.16.2
16772026-08-25T19:48:18.486Z Compiling zopfli v0.8.3
16782026-08-25T19:48:18.580Z Compiling supports-color v3.0.2
16792026-08-25T19:48:18.668Z Compiling hashbrown v0.15.5
16802026-08-25T19:48:18.766Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16812026-08-25T19:48:18.857Z Compiling dof v0.3.0
16822026-08-25T19:48:18.879Z Compiling jiff v0.2.34
16832026-08-25T19:48:19.079Z Compiling snafu v0.8.9
16842026-08-25T19:48:19.148Z Compiling strum v0.27.2
16852026-08-25T19:48:19.234Z Compiling group v0.13.0
16862026-08-25T19:48:19.287Z Compiling phf v0.13.1
16872026-08-25T19:48:19.304Z Compiling cargo_metadata v0.23.1
16882026-08-25T19:48:19.323Z Compiling backtrace-ext v0.2.1
16892026-08-25T19:48:19.339Z Compiling derive_more-impl v2.1.1
16902026-08-25T19:48:19.406Z Compiling hubpack v0.1.2
16912026-08-25T19:48:19.458Z Compiling signal-hook-mio v0.2.5
16922026-08-25T19:48:19.473Z Compiling futures v0.3.32
16932026-08-25T19:48:19.498Z Compiling zstd v0.13.3
16942026-08-25T19:48:19.577Z Compiling hyper-tls v0.6.0
16952026-08-25T19:48:19.601Z Compiling cookie_store v0.22.1
16962026-08-25T19:48:19.642Z Compiling serde_with_macros v3.21.0
16972026-08-25T19:48:19.780Z Compiling reqwest v0.12.28
16982026-08-25T19:48:19.822Z Compiling cipher v0.5.2
16992026-08-25T19:48:19.833Z Compiling postgres-types v0.2.12
17002026-08-25T19:48:20.042Z Compiling globset v0.4.18
17012026-08-25T19:48:20.119Z Compiling usdt-attr-macro v0.6.0
17022026-08-25T19:48:20.220Z Compiling usdt-macro v0.6.0
17032026-08-25T19:48:20.332Z Compiling byte-wrapper v0.1.0
17042026-08-25T19:48:20.453Z Compiling ed25519 v2.2.3
17052026-08-25T19:48:20.551Z Compiling hkdf v0.12.4
17062026-08-25T19:48:20.683Z Compiling crypto-bigint v0.5.5
17072026-08-25T19:48:20.715Z Compiling serde_plain v1.0.2
17082026-08-25T19:48:20.737Z Compiling olpc-cjson v0.1.4
17092026-08-25T19:48:20.811Z Compiling serde-big-array v0.5.1
17102026-08-25T19:48:20.815Z Compiling dtrace-parser v0.2.0
17112026-08-25T19:48:20.876Z Compiling strum_macros v0.26.4
17122026-08-25T19:48:20.931Z Compiling miette-derive v7.6.0
17132026-08-25T19:48:20.949Z Compiling async-recursion v1.1.1
17142026-08-25T19:48:20.972Z Compiling enum-as-inner v0.6.1
17152026-08-25T19:48:21.073Z Compiling serde_repr v0.1.20
17162026-08-25T19:48:21.101Z Compiling phf_shared v0.11.3
17172026-08-25T19:48:21.228Z Compiling float-cmp v0.10.0
17182026-08-25T19:48:21.297Z Compiling pem v3.0.6
17192026-08-25T19:48:21.385Z Compiling memmap2 v0.9.10
17202026-08-25T19:48:21.394Z Compiling thread-id v4.2.2
17212026-08-25T19:48:21.499Z Compiling static_assertions v1.1.0
17222026-08-25T19:48:21.516Z Compiling keccak v0.1.6
17232026-08-25T19:48:21.592Z Compiling precomputed-hash v0.1.1
17242026-08-25T19:48:21.608Z Compiling const-oid v0.10.2
17252026-08-25T19:48:21.622Z Compiling new_debug_unreachable v1.0.6
17262026-08-25T19:48:21.640Z Compiling difflib v0.4.0
17272026-08-25T19:48:21.650Z Compiling whoami v2.1.0
17282026-08-25T19:48:21.664Z Compiling typed-path v0.9.3
17292026-08-25T19:48:21.696Z Compiling fixedbitset v0.4.2
17302026-08-25T19:48:21.711Z Compiling data-encoding v2.10.0
17312026-08-25T19:48:21.845Z Compiling normalize-line-endings v0.3.0
17322026-08-25T19:48:21.890Z Compiling fixedbitset v0.5.7
17332026-08-25T19:48:21.926Z Compiling supports-unicode v3.0.0
17342026-08-25T19:48:21.955Z Compiling predicates-core v1.0.10
17352026-08-25T19:48:22.048Z Compiling cpufeatures v0.3.0
17362026-08-25T19:48:22.090Z Compiling winnow v1.0.3
17372026-08-25T19:48:22.129Z Compiling supports-hyperlinks v3.2.0
17382026-08-25T19:48:22.144Z Compiling toml_edit v0.22.27
17392026-08-25T19:48:22.160Z Compiling chacha20 v0.10.0
17402026-08-25T19:48:22.222Z Compiling petgraph v0.8.3
17412026-08-25T19:48:22.231Z Compiling predicates v3.1.4
17422026-08-25T19:48:22.256Z Compiling miette v7.6.0
17432026-08-25T19:48:22.289Z Compiling hickory-proto v0.25.2
17442026-08-25T19:48:22.312Z Compiling tokio-postgres v0.7.16
17452026-08-25T19:48:22.430Z Compiling petgraph v0.6.5
17462026-08-25T19:48:22.548Z Compiling digest v0.11.3
17472026-08-25T19:48:22.565Z Compiling elliptic-curve v0.13.8
17482026-08-25T19:48:22.705Z Compiling strum v0.26.3
17492026-08-25T19:48:22.792Z Compiling string_cache v0.8.9
17502026-08-25T19:48:22.850Z Compiling sha3 v0.10.8
17512026-08-25T19:48:22.869Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17522026-08-25T19:48:22.896Z Compiling usdt v0.6.0
17532026-08-25T19:48:22.935Z Compiling usdt-impl v0.5.0
17542026-08-25T19:48:22.984Z Compiling zip v4.6.1
17552026-08-25T19:48:23.035Z Compiling toml_parser v1.1.2+spec-1.1.0
17562026-08-25T19:48:23.175Z Compiling crossterm v0.28.1
17572026-08-25T19:48:23.191Z Compiling serde_with v3.21.0
17582026-08-25T19:48:23.319Z Compiling ed25519-dalek v2.2.0
17592026-08-25T19:48:23.416Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17602026-08-25T19:48:23.534Z Compiling derive_more v2.1.1
17612026-08-25T19:48:23.680Z Compiling iddqd v0.4.2
17622026-08-25T19:48:23.944Z Compiling itertools v0.13.0
17632026-08-25T19:48:23.957Z Compiling itertools v0.15.0
17642026-08-25T19:48:24.003Z Compiling crossbeam-epoch v0.9.18
17652026-08-25T19:48:24.185Z Compiling similar v2.7.0
17662026-08-25T19:48:24.295Z Compiling tokio-stream v0.1.18
17672026-08-25T19:48:24.356Z Compiling buf-list v1.1.2
17682026-08-25T19:48:24.482Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-25T19:48:24.547Z Compiling openapiv3 v2.2.0
17702026-08-25T19:48:24.648Z Compiling heck v0.4.1
17712026-08-25T19:48:24.772Z Compiling peg-runtime v0.8.5
17722026-08-25T19:48:24.806Z Compiling lalrpop-util v0.19.12
17732026-08-25T19:48:24.882Z Compiling thread_local v1.1.9
17742026-08-25T19:48:24.898Z Compiling slog-async v2.8.0
17752026-08-25T19:48:24.953Z Compiling crossbeam-channel v0.5.15
17762026-08-25T19:48:24.990Z Compiling filetime v0.2.27
17772026-08-25T19:48:25.006Z Compiling is-terminal v0.4.17
17782026-08-25T19:48:25.023Z Compiling term v1.2.1
17792026-08-25T19:48:25.040Z Compiling xattr v1.6.1
17802026-08-25T19:48:25.058Z Compiling take_mut v0.2.2
17812026-08-25T19:48:25.074Z Compiling camino-tempfile v1.4.1
17822026-08-25T19:48:25.198Z Compiling tar v0.4.46
17832026-08-25T19:48:25.383Z Compiling slog-term v2.9.2
17842026-08-25T19:48:42.477Z Compiling rustls-webpki v0.103.13
17852026-08-25T19:48:45.191Z Compiling tokio-rustls v0.26.4
17862026-08-25T19:48:45.191Z Compiling rustls-platform-verifier v0.6.2
17872026-08-25T19:48:45.233Z Compiling tough v0.22.0
17882026-08-25T19:48:45.368Z Compiling hyper-rustls v0.27.7
17892026-08-25T19:48:45.555Z Compiling reqwest v0.13.2
17902026-08-25T19:48:47.707Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-25T19:48:47.944Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-25T19:48:50.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.83s
17932026-08-25T19:48:50.998Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: Clickhouse
17952026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: DendriteStub
17962026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: MaghemiteMgd
17972026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: Cockroach
17982026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: Console
17992026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: MaghemiteDdmd
18002026-08-25T19:48:51.053ZAug 25 19:48:50.207 INFO Starting download, target: TransceiverControl
18012026-08-25T19:48:51.057ZAug 25 19:48:50.207 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-25T19:48:51.057ZAug 25 19:48:50.207 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18032026-08-25T19:48:51.057ZAug 25 19:48:50.207 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18042026-08-25T19:48:51.057ZAug 25 19:48:50.207 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18052026-08-25T19:48:51.057ZAug 25 19:48:50.208 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18062026-08-25T19:48:51.057ZAug 25 19:48:50.208 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18072026-08-25T19:48:51.057ZAug 25 19:48:50.208 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18082026-08-25T19:48:51.514ZAug 25 19:48:50.658 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-25T19:48:51.742ZAug 25 19:48:50.887 INFO Download complete, target: TransceiverControl
18102026-08-25T19:48:52.740ZAug 25 19:48:51.886 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18112026-08-25T19:48:53.091ZAug 25 19:48:52.230 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18122026-08-25T19:48:53.230ZAug 25 19:48:52.383 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18132026-08-25T19:48:53.237ZAug 25 19:48:52.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-08-25T19:48:53.289ZAug 25 19:48:52.443 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18152026-08-25T19:48:53.289ZAug 25 19:48:52.443 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18162026-08-25T19:48:53.330ZAug 25 19:48:52.482 INFO Download complete, target: Console
18172026-08-25T19:48:53.333ZAug 25 19:48:52.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18182026-08-25T19:48:54.688ZAug 25 19:48:53.831 INFO Download complete, target: MaghemiteDdmd
18192026-08-25T19:48:56.110ZAug 25 19:48:55.242 INFO Download complete, target: MaghemiteMgd
18202026-08-25T19:48:56.134ZAug 25 19:48:55.243 INFO Download complete, target: DendriteStub
18212026-08-25T19:48:58.039ZAug 25 19:48:57.191 INFO Checking that binary works, target: Cockroach
18222026-08-25T19:48:58.163ZAug 25 19:48:57.312 INFO Download complete, target: Cockroach
18232026-08-25T19:49:00.102ZAug 25 19:48:59.255 INFO Checking that binary works, target: Clickhouse
18242026-08-25T19:49:00.197ZAug 25 19:48:59.337 INFO Download complete, target: Clickhouse
18252026-08-25T19:49:00.213ZAll prerequisites installed successfully
18262026-08-25T19:49:00.213Z
18272026-08-25T19:49:00.213Zreal 1:59.662364712
18282026-08-25T19:49:00.213Zuser 7:22.127907932
18292026-08-25T19:49:00.213Zsys 1:46.036668601
18302026-08-25T19:49:00.213Ztrap 0.307229400
18312026-08-25T19:49:00.213Ztflt 0.947140836
18322026-08-25T19:49:00.213Zdflt 1.498210609
18332026-08-25T19:49:00.213Zkflt 0.023027958
18342026-08-25T19:49:00.213Zlock 28:58.648951382
18352026-08-25T19:49:00.213Zslp 20:19.657131434
18362026-08-25T19:49:00.213Zlat 30.606314484
18372026-08-25T19:49:00.213Zstop 3:36.388134697
18382026-08-25T19:49:00.213Z+ ptime -m cargo xtask download softnpu
18392026-08-25T19:49:00.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-25T19:49:00.678Z Running `target/debug/xtask download softnpu`
18412026-08-25T19:49:01.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18422026-08-25T19:49:01.529Z Running `target/debug/xtask-downloader softnpu`
18432026-08-25T19:49:01.568ZAug 25 19:49:00.712 INFO Starting download, target: Softnpu
18442026-08-25T19:49:01.583ZAug 25 19:49:00.713 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-25T19:49:02.974ZAug 25 19:49:02.104 INFO Download complete, target: Softnpu
18462026-08-25T19:49:02.993Z
18472026-08-25T19:49:02.993Zreal 2.757203200
18482026-08-25T19:49:02.993Zuser 1.328212125
18492026-08-25T19:49:02.993Zsys 0.622260372
18502026-08-25T19:49:02.993Ztrap 0.001064960
18512026-08-25T19:49:02.993Ztflt 0.000216020
18522026-08-25T19:49:02.993Zdflt 0.000155740
18532026-08-25T19:49:02.993Zkflt 0.000000000
18542026-08-25T19:49:02.993Zlock 26.111920632
18552026-08-25T19:49:02.993Zslp 1.232778139
18562026-08-25T19:49:02.993Zlat 0.098121956
18572026-08-25T19:49:02.993Zstop 0.000205030
18582026-08-25T19:49:02.993Z+ export CARGO_INCREMENTAL=0
18592026-08-25T19:49:02.993Z+ CARGO_INCREMENTAL=0
18602026-08-25T19:49:02.993Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-25T19:49:03.895Z Compiling proc-macro2 v1.0.106
18622026-08-25T19:49:03.895Z Compiling quote v1.0.45
18632026-08-25T19:49:03.895Z Compiling unicode-ident v1.0.24
18642026-08-25T19:49:03.904Z Compiling serde_core v1.0.228
18652026-08-25T19:49:03.904Z Compiling libc v0.2.185
18662026-08-25T19:49:03.904Z Compiling serde v1.0.228
18672026-08-25T19:49:03.904Z Compiling cfg-if v1.0.4
18682026-08-25T19:49:03.904Z Compiling version_check v0.9.5
18692026-08-25T19:49:04.036Z Compiling autocfg v1.5.0
18702026-08-25T19:49:04.039Z Compiling find-msvc-tools v0.1.9
18712026-08-25T19:49:04.039Z Compiling shlex v1.3.0
18722026-08-25T19:49:04.058Z Compiling memchr v2.8.0
18732026-08-25T19:49:04.069Z Compiling zmij v1.0.21
18742026-08-25T19:49:04.074Z Compiling serde_json v1.0.151
18752026-08-25T19:49:04.235Z Compiling portable-atomic v1.13.1
18762026-08-25T19:49:04.252Z Compiling zerocopy v0.8.55
18772026-08-25T19:49:04.400Z Compiling libm v0.2.16
18782026-08-25T19:49:04.404Z Compiling getrandom v0.4.3
18792026-08-25T19:49:04.404Z Compiling smallvec v1.15.1
18802026-08-25T19:49:04.482Z Compiling icu_properties_data v2.1.2
18812026-08-25T19:49:04.520Z Compiling icu_normalizer_data v2.1.1
18822026-08-25T19:49:04.523Z Compiling parking_lot_core v0.9.12
18832026-08-25T19:49:04.567Z Compiling generic-array v0.14.7
18842026-08-25T19:49:04.582Z Compiling num-traits v0.2.19
18852026-08-25T19:49:04.681Z Compiling itoa v1.0.17
18862026-08-25T19:49:04.801Z Compiling log v0.4.33
18872026-08-25T19:49:04.811Z Compiling pkg-config v0.3.32
18882026-08-25T19:49:04.811Z Compiling subtle v2.6.1
18892026-08-25T19:49:04.849Z Compiling stable_deref_trait v1.2.1
18902026-08-25T19:49:04.853Z Compiling typenum v1.20.1
18912026-08-25T19:49:04.861Z Compiling rustix v1.1.4
18922026-08-25T19:49:04.967Z Compiling getrandom v0.3.4
18932026-08-25T19:49:04.997Z Compiling scopeguard v1.2.0
18942026-08-25T19:49:05.048Z Compiling thiserror v2.0.18
18952026-08-25T19:49:05.122Z Compiling jobserver v0.1.34
18962026-08-25T19:49:05.135Z Compiling errno v0.3.14
18972026-08-25T19:49:05.169Z Compiling lock_api v0.4.14
18982026-08-25T19:49:05.244Z Compiling rand_core v0.10.0
18992026-08-25T19:49:05.291Z Compiling syn v2.0.117
19002026-08-25T19:49:05.341Z Compiling cc v1.2.56
19012026-08-25T19:49:05.344Z Compiling heck v0.5.0
19022026-08-25T19:49:05.452Z Compiling critical-section v1.2.0
19032026-08-25T19:49:05.455Z Compiling getrandom v0.2.17
19042026-08-25T19:49:05.512Z Compiling equivalent v1.0.2
19052026-08-25T19:49:05.515Z Compiling percent-encoding v2.3.2
19062026-08-25T19:49:05.570Z Compiling schemars v0.8.22
19072026-08-25T19:49:05.587Z Compiling litemap v0.8.1
19082026-08-25T19:49:05.612Z Compiling writeable v0.6.2
19092026-08-25T19:49:05.628Z Compiling rand_core v0.6.4
19102026-08-25T19:49:05.678Z Compiling syn v1.0.109
19112026-08-25T19:49:05.711Z Compiling pin-project-lite v0.2.17
19122026-08-25T19:49:05.838Z Compiling rustversion v1.0.22
19132026-08-25T19:49:05.900Z Compiling once_cell v1.21.3
19142026-08-25T19:49:05.900Z Compiling hashbrown v0.17.0
19152026-08-25T19:49:05.966Z Compiling dunce v1.0.5
19162026-08-25T19:49:05.991Z Compiling fs_extra v1.3.0
19172026-08-25T19:49:06.008Z Compiling byteorder v1.5.0
19182026-08-25T19:49:06.047Z Compiling utf8_iter v1.0.4
19192026-08-25T19:49:06.093Z Compiling cmake v0.1.57
19202026-08-25T19:49:06.168Z Compiling form_urlencoded v1.2.2
19212026-08-25T19:49:06.255Z Compiling semver v1.0.28
19222026-08-25T19:49:06.269Z Compiling bitflags v2.11.0
19232026-08-25T19:49:06.485Z Compiling indexmap v2.14.0
19242026-08-25T19:49:06.517Z Compiling strsim v0.11.1
19252026-08-25T19:49:06.532Z Compiling signal-hook-registry v1.4.8
19262026-08-25T19:49:06.587Z Compiling thiserror v1.0.69
19272026-08-25T19:49:06.619Z Compiling aws-lc-sys v0.40.0
19282026-08-25T19:49:06.671Z Compiling mio v1.2.0
19292026-08-25T19:49:06.765Z Compiling parking_lot v0.12.5
19302026-08-25T19:49:06.834Z Compiling socket2 v0.6.3
19312026-08-25T19:49:06.934Z Compiling futures-core v0.3.32
19322026-08-25T19:49:06.961Z Compiling const-oid v0.9.6
19332026-08-25T19:49:06.976Z Compiling aws-lc-rs v1.16.3
19342026-08-25T19:49:07.152Z Compiling iana-time-zone v0.1.65
19352026-08-25T19:49:07.178Z Compiling httparse v1.10.1
19362026-08-25T19:49:07.328Z Compiling crc32fast v1.5.0
19372026-08-25T19:49:07.381Z Compiling fnv v1.0.7
19382026-08-25T19:49:07.447Z Compiling regex-syntax v0.8.10
19392026-08-25T19:49:07.517Z Compiling ucd-trie v0.1.7
19402026-08-25T19:49:07.578Z Compiling uuid v1.23.4
19412026-08-25T19:49:07.652Z Compiling ident_case v1.0.1
19422026-08-25T19:49:07.686Z Compiling pest v2.8.6
19432026-08-25T19:49:07.700Z Compiling vcpkg v0.2.15
19442026-08-25T19:49:07.864Z Compiling rustc_version v0.4.1
19452026-08-25T19:49:08.021Z Compiling dyn-clone v1.0.20
19462026-08-25T19:49:08.040Z Compiling rustls v0.23.41
19472026-08-25T19:49:08.045Z Compiling futures-sink v0.3.32
19482026-08-25T19:49:08.179Z Compiling synstructure v0.13.2
19492026-08-25T19:49:08.196Z Compiling serde_derive_internals v0.29.1
19502026-08-25T19:49:08.244Z Compiling futures-channel v0.3.32
19512026-08-25T19:49:08.304Z Compiling openssl-sys v0.9.117
19522026-08-25T19:49:08.474Z Compiling aho-corasick v1.1.4
19532026-08-25T19:49:08.512Z Compiling slab v0.4.12
19542026-08-25T19:49:08.610Z Compiling futures-task v0.3.32
19552026-08-25T19:49:08.644Z Compiling futures-io v0.3.32
19562026-08-25T19:49:08.799Z Compiling pest_meta v2.8.6
19572026-08-25T19:49:08.906Z Compiling num-conv v0.2.0
19582026-08-25T19:49:08.944Z Compiling plain v0.2.3
19592026-08-25T19:49:08.963Z Compiling radium v0.7.0
19602026-08-25T19:49:08.976Z Compiling time-core v0.1.8
19612026-08-25T19:49:09.012Z Compiling crossbeam-utils v0.8.21
19622026-08-25T19:49:09.068Z Compiling openssl v0.10.80
19632026-08-25T19:49:09.076Z Compiling pretty-hex v0.4.1
19642026-08-25T19:49:09.150Z Compiling time-macros v0.2.27
19652026-08-25T19:49:09.174Z Compiling base64 v0.22.1
19662026-08-25T19:49:09.227Z Compiling maybe-uninit v2.0.0
19672026-08-25T19:49:09.244Z Compiling base64ct v1.8.3
19682026-08-25T19:49:09.248Z Compiling slog v2.8.2
19692026-08-25T19:49:09.320Z Compiling regex-automata v0.4.14
19702026-08-25T19:49:09.324Z Compiling flagset v0.4.7
19712026-08-25T19:49:09.358Z Compiling serde_derive v1.0.228
19722026-08-25T19:49:09.460Z Compiling zeroize_derive v1.5.0
19732026-08-25T19:49:09.477Z Compiling zerofrom-derive v0.1.6
19742026-08-25T19:49:09.499Z Compiling yoke-derive v0.8.1
19752026-08-25T19:49:09.514Z Compiling zerocopy-derive v0.8.55
19762026-08-25T19:49:09.545Z Compiling zerovec-derive v0.11.2
19772026-08-25T19:49:09.562Z Compiling displaydoc v0.2.5
19782026-08-25T19:49:09.574Z Compiling tokio-macros v2.7.0
19792026-08-25T19:49:09.626Z Compiling futures-macro v0.3.32
19802026-08-25T19:49:09.703Z Compiling thiserror-impl v2.0.18
19812026-08-25T19:49:09.874Z Compiling schemars_derive v0.8.22
19822026-08-25T19:49:09.897Z Compiling der_derive v0.7.3
19832026-08-25T19:49:10.065Z Compiling tracing-attributes v0.1.31
19842026-08-25T19:49:10.093Z Compiling thiserror-impl v1.0.69
19852026-08-25T19:49:10.111Z Compiling pest_generator v2.8.6
19862026-08-25T19:49:10.139Z Compiling pem-rfc7468 v0.7.0
19872026-08-25T19:49:10.250Z Compiling scroll_derive v0.12.1
19882026-08-25T19:49:10.262Z Compiling scroll_derive v0.13.1
19892026-08-25T19:49:10.399Z Compiling futures-util v0.3.32
19902026-08-25T19:49:10.455Z Compiling openssl-macros v0.1.1
19912026-08-25T19:49:10.555Z Compiling rand_core v0.9.5
19922026-08-25T19:49:10.597Z Compiling zerofrom v0.1.6
19932026-08-25T19:49:10.754Z Compiling yoke v0.8.1
19942026-08-25T19:49:10.802Z Compiling pest_derive v2.8.6
19952026-08-25T19:49:10.828Z Compiling darling_core v0.23.0
19962026-08-25T19:49:10.939Z Compiling zerovec v0.11.5
19972026-08-25T19:49:10.979Z Compiling zerotrie v0.2.3
19982026-08-25T19:49:11.122Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19992026-08-25T19:49:11.202Z Compiling bzip2-sys v0.1.13+1.0.8
20002026-08-25T19:49:11.227Z Compiling syn v3.0.3
20012026-08-25T19:49:11.288Z Compiling ahash v0.8.12
20022026-08-25T19:49:11.374Z Compiling native-tls v0.2.18
20032026-08-25T19:49:11.492Z Compiling tinystr v0.8.2
20042026-08-25T19:49:11.510Z Compiling potential_utf v0.1.4
20052026-08-25T19:49:11.556Z Compiling packed_struct v0.10.1
20062026-08-25T19:49:11.612Z Compiling paste v1.0.15
20072026-08-25T19:49:11.713Z Compiling icu_locale_core v2.1.1
20082026-08-25T19:49:11.750Z Compiling icu_collections v2.1.1
20092026-08-25T19:49:11.850Z Compiling anyhow v1.0.104
20102026-08-25T19:49:11.909Z Compiling num-bigint-dig v0.8.6
20112026-08-25T19:49:11.934Z Compiling regex v1.12.3
20122026-08-25T19:49:12.013Z Compiling zerocopy-derive v0.7.35
20132026-08-25T19:49:12.442Z Compiling icu_provider v2.1.1
20142026-08-25T19:49:12.521Z Compiling zeroize v1.9.0
20152026-08-25T19:49:12.542Z Compiling bytes v1.11.1
20162026-08-25T19:49:12.736Z Compiling icu_normalizer v2.1.1
20172026-08-25T19:49:12.771Z Compiling icu_properties v2.1.2
20182026-08-25T19:49:12.850Z Compiling chrono v0.4.45
20192026-08-25T19:49:12.937Z Compiling serde_tokenstream v0.2.3
20202026-08-25T19:49:13.047Z Compiling der v0.7.10
20212026-08-25T19:49:13.220Z Compiling tokio v1.52.1
20222026-08-25T19:49:13.374Z Compiling crypto-common v0.1.7
20232026-08-25T19:49:13.389Z Compiling block-buffer v0.10.4
20242026-08-25T19:49:13.625Z Compiling digest v0.10.7
20252026-08-25T19:49:13.748Z Compiling idna_adapter v1.2.1
20262026-08-25T19:49:13.900Z Compiling idna v1.1.0
20272026-08-25T19:49:13.947Z Compiling ppv-lite86 v0.2.21
20282026-08-25T19:49:14.106Z Compiling spki v0.7.3
20292026-08-25T19:49:14.201Z Compiling http v1.4.2
20302026-08-25T19:49:14.258Z Compiling url v2.5.8
20312026-08-25T19:49:14.312Z Compiling darling_macro v0.23.0
20322026-08-25T19:49:14.352Z Compiling tracing-core v0.1.36
20332026-08-25T19:49:14.379Z Compiling cookie v0.18.1
20342026-08-25T19:49:14.412Z Compiling fastrand v2.3.0
20352026-08-25T19:49:14.641Z Compiling camino v1.2.5
20362026-08-25T19:49:14.742Z Compiling cpufeatures v0.2.17
20372026-08-25T19:49:14.819Z Compiling darling v0.23.0
20382026-08-25T19:49:14.846Z Compiling tracing v0.1.44
20392026-08-25T19:49:15.041Z Compiling rand_chacha v0.9.0
20402026-08-25T19:49:15.124Z Compiling serde_spanned v0.6.9
20412026-08-25T19:49:15.189Z Compiling toml_datetime v0.6.11
20422026-08-25T19:49:15.284Z Compiling packed_struct_codegen v0.10.1
20432026-08-25T19:49:15.298Z Compiling zerocopy-derive v0.6.6
20442026-08-25T19:49:15.354Z Compiling clap_derive v4.6.1
20452026-08-25T19:49:15.420Z Compiling bitfield-macros v0.19.4
20462026-08-25T19:49:15.717Z Compiling indexmap v1.9.3
20472026-08-25T19:49:15.933Z Compiling object v0.37.3
20482026-08-25T19:49:16.101Z Compiling simd-adler32 v0.3.8
20492026-08-25T19:49:16.139Z Compiling rand v0.9.2
20502026-08-25T19:49:16.155Z Compiling http-body v1.0.1
20512026-08-25T19:49:16.208Z Compiling daft-derive v0.1.8
20522026-08-25T19:49:16.212Z Compiling pkcs8 v0.10.2
20532026-08-25T19:49:16.267Z Compiling rustls-pki-types v1.14.0
20542026-08-25T19:49:16.400Z Compiling spin v0.9.8
20552026-08-25T19:49:16.441Z Compiling usdt-impl v0.5.0
20562026-08-25T19:49:16.476Z Compiling usdt-impl v0.6.0
20572026-08-25T19:49:16.636Z Compiling ref-cast v1.0.25
20582026-08-25T19:49:16.697Z Compiling openssl-probe v0.2.1
20592026-08-25T19:49:16.714Z Compiling cmov v0.5.4
20602026-08-25T19:49:16.726Z Compiling winnow v0.5.40
20612026-08-25T19:49:16.878Z Compiling adler2 v2.0.1
20622026-08-25T19:49:16.897Z Compiling utf8parse v0.2.2
20632026-08-25T19:49:16.926Z Compiling tinyvec_macros v0.1.1
20642026-08-25T19:49:16.942Z Compiling anstyle v1.0.14
20652026-08-25T19:49:16.960Z Compiling either v1.15.0
20662026-08-25T19:49:17.009Z Compiling anstyle-parse v1.0.0
20672026-08-25T19:49:17.025Z Compiling ctutils v0.4.2
20682026-08-25T19:49:17.029Z Compiling tinyvec v1.10.0
20692026-08-25T19:49:17.029Z Compiling miniz_oxide v0.8.9
20702026-08-25T19:49:17.186Z Compiling sha2 v0.10.9
20712026-08-25T19:49:17.306Z Compiling tokio-util v0.7.18
20722026-08-25T19:49:17.323Z Compiling tempfile v3.27.0
20732026-08-25T19:49:17.414Z Compiling scroll v0.13.0
20742026-08-25T19:49:17.444Z Compiling scroll v0.12.0
20752026-08-25T19:49:17.599Z Compiling terminal_size v0.4.3
20762026-08-25T19:49:17.688Z Compiling async-trait v0.1.89
20772026-08-25T19:49:17.720Z Compiling heapless v0.7.17
20782026-08-25T19:49:17.870Z Compiling anstyle-query v1.1.5
20792026-08-25T19:49:17.891Z Compiling winnow v1.0.3
20802026-08-25T19:49:18.004Z Compiling toml_edit v0.19.15
20812026-08-25T19:49:18.007Z Compiling atomic-waker v1.1.2
20822026-08-25T19:49:18.137Z Compiling winnow v0.7.14
20832026-08-25T19:49:18.167Z Compiling tower-layer v0.3.3
20842026-08-25T19:49:18.325Z Compiling zstd-safe v7.2.4
20852026-08-25T19:49:18.354Z Compiling colorchoice v1.0.4
20862026-08-25T19:49:18.368Z Compiling unicode-segmentation v1.12.0
20872026-08-25T19:49:18.504Z Compiling signal-hook v0.3.18
20882026-08-25T19:49:18.540Z Compiling untrusted v0.7.1
20892026-08-25T19:49:18.594Z Compiling try-lock v0.2.5
20902026-08-25T19:49:18.605Z Compiling is_terminal_polyfill v1.70.2
20912026-08-25T19:49:18.675Z Compiling tower-service v0.3.3
20922026-08-25T19:49:18.683Z Compiling litrs v1.0.0
20932026-08-25T19:49:18.732Z Compiling rustix v0.38.44
20942026-08-25T19:49:18.746Z Compiling anstream v1.0.0
20952026-08-25T19:49:18.758Z Compiling h2 v0.4.15
20962026-08-25T19:49:18.789Z Compiling want v0.3.1
20972026-08-25T19:49:18.980Z Compiling toml_parser v1.1.2+spec-1.1.0
20982026-08-25T19:49:19.166Z Compiling document-features v0.2.12
20992026-08-25T19:49:19.327Z Compiling goblin v0.8.2
21002026-08-25T19:49:19.380Z Compiling goblin v0.10.5
21012026-08-25T19:49:19.538Z Compiling hybrid-array v0.4.13
21022026-08-25T19:49:19.666Z Compiling itertools v0.15.0
21032026-08-25T19:49:19.667Z Compiling ipnetwork v0.21.1
21042026-08-25T19:49:19.702Z Compiling zerocopy v0.7.35
21052026-08-25T19:49:20.049Z Compiling ipnet v2.12.0
21062026-08-25T19:49:20.202Z Compiling ref-cast-impl v1.0.25
21072026-08-25T19:49:20.228Z Compiling structmeta-derive v0.3.0
21082026-08-25T19:49:20.280Z Compiling curve25519-dalek v4.1.3
21092026-08-25T19:49:20.314Z Compiling darling_core v0.20.11
21102026-08-25T19:49:20.373Z Compiling memoffset v0.9.1
21112026-08-25T19:49:20.403Z Compiling foreign-types-shared v0.1.1
21122026-08-25T19:49:20.447Z Compiling httpdate v1.0.3
21132026-08-25T19:49:20.592Z Compiling powerfmt v0.2.0
21142026-08-25T19:49:20.672Z Compiling tap v1.0.1
21152026-08-25T19:49:20.824Z Compiling untrusted v0.9.0
21162026-08-25T19:49:20.919Z Compiling wyz v0.5.1
21172026-08-25T19:49:20.952Z Compiling deranged v0.5.8
21182026-08-25T19:49:20.966Z Compiling foreign-types v0.3.2
21192026-08-25T19:49:21.075Z Compiling unicode-normalization v0.1.25
21202026-08-25T19:49:21.196Z Compiling structmeta v0.3.0
21212026-08-25T19:49:21.213Z Compiling dtrace-parser v0.2.0
21222026-08-25T19:49:21.246Z Compiling rand_chacha v0.3.1
21232026-08-25T19:49:21.264Z Compiling signature v2.2.0
21242026-08-25T19:49:21.436Z Compiling hex v0.4.3
21252026-08-25T19:49:21.532Z Compiling dof v0.3.0
21262026-08-25T19:49:21.550Z Compiling dtrace-parser v0.3.0
21272026-08-25T19:49:21.640Z Compiling pin-project-internal v1.1.11
21282026-08-25T19:49:21.683Z Compiling num-integer v0.1.46
21292026-08-25T19:49:21.809Z Compiling thread-id v5.1.0
21302026-08-25T19:49:21.937Z Compiling hyper v1.10.1
21312026-08-25T19:49:21.961Z Compiling thread-id v4.2.2
21322026-08-25T19:49:22.008Z Compiling wait-timeout v0.2.1
21332026-08-25T19:49:22.070Z Compiling dof v0.4.0
21342026-08-25T19:49:22.138Z Compiling funty v2.0.0
21352026-08-25T19:49:22.154Z Compiling clap_lex v1.0.0
21362026-08-25T19:49:22.212Z Compiling darling_macro v0.20.11
21372026-08-25T19:49:22.348Z Compiling smoltcp v0.9.1
21382026-08-25T19:49:22.381Z Compiling num_threads v0.1.7
21392026-08-25T19:49:22.396Z Compiling cfg_aliases v0.2.1
21402026-08-25T19:49:22.488Z Compiling bit-vec v0.8.0
21412026-08-25T19:49:22.504Z Compiling quick-error v1.2.3
21422026-08-25T19:49:22.641Z Compiling owo-colors v4.3.0
21432026-08-25T19:49:22.652Z Compiling rusty-fork v0.3.1
21442026-08-25T19:49:22.688Z Compiling bit-set v0.8.0
21452026-08-25T19:49:22.694Z Compiling nix v0.31.2
21462026-08-25T19:49:22.694Z Compiling bitvec v1.0.1
21472026-08-25T19:49:22.733Z Compiling darling v0.20.11
21482026-08-25T19:49:22.733Z Compiling clap_builder v4.6.0
21492026-08-25T19:49:22.848Z Compiling time v0.3.47
21502026-08-25T19:49:22.873Z Compiling num-iter v0.1.45
21512026-08-25T19:49:23.015Z Compiling hyper-util v0.1.20
21522026-08-25T19:49:23.099Z Compiling rand v0.8.6
21532026-08-25T19:49:23.131Z Compiling lazy_static v1.5.0
21542026-08-25T19:49:23.267Z Compiling hmac v0.12.1
21552026-08-25T19:49:23.325Z Compiling erased-serde v0.3.31
21562026-08-25T19:49:23.482Z Compiling rand_xorshift v0.4.0
21572026-08-25T19:49:23.664Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-25T19:49:23.686Z Compiling sync_wrapper v1.0.2
21592026-08-25T19:49:23.813Z Compiling crc-catalog v2.4.0
21602026-08-25T19:49:23.934Z Compiling unarray v0.1.4
21612026-08-25T19:49:24.104Z Compiling zlib-rs v0.6.2
21622026-08-25T19:49:24.118Z Compiling nodrop v0.1.14
21632026-08-25T19:49:24.197Z Compiling siphasher v1.0.2
21642026-08-25T19:49:24.214Z Compiling array-init v0.0.4
21652026-08-25T19:49:24.277Z Compiling clap v4.6.1
21662026-08-25T19:49:24.395Z Compiling proptest v1.11.0
21672026-08-25T19:49:24.575Z Compiling crc v3.4.0
21682026-08-25T19:49:24.669Z Compiling tower v0.5.3
21692026-08-25T19:49:25.704Z Compiling smallvec v0.6.14
21702026-08-25T19:49:25.769Z Compiling derive_builder_core v0.20.2
21712026-08-25T19:49:25.798Z Compiling pkcs1 v0.7.5
21722026-08-25T19:49:25.890Z Compiling http-body-util v0.1.3
21732026-08-25T19:49:25.922Z Compiling bitfield v0.19.4
21742026-08-25T19:49:25.963Z Compiling zerocopy v0.6.6
21752026-08-25T19:49:26.142Z Compiling flate2 v1.1.9
21762026-08-25T19:49:26.159Z Compiling hubpack_derive v0.1.1
21772026-08-25T19:49:26.186Z Compiling strum_macros v0.26.4
21782026-08-25T19:49:26.217Z Compiling snafu-derive v0.8.9
21792026-08-25T19:49:26.243Z Compiling strum_macros v0.27.2
21802026-08-25T19:49:26.373Z Compiling env_filter v2.0.0
21812026-08-25T19:49:26.538Z Compiling fs-err v3.3.0
21822026-08-25T19:49:26.631Z Compiling gimli v0.32.3
21832026-08-25T19:49:26.651Z Compiling ryu v1.0.23
21842026-08-25T19:49:26.750Z Compiling unicode-bidi v0.3.18
21852026-08-25T19:49:26.830Z Compiling iri-string v0.7.10
21862026-08-25T19:49:27.139Z Compiling base64 v0.21.7
21872026-08-25T19:49:27.232Z Compiling allocator-api2 v0.2.21
21882026-08-25T19:49:27.258Z Compiling hashbrown v0.12.3
21892026-08-25T19:49:27.386Z Compiling unicode-properties v0.1.4
21902026-08-25T19:49:27.569Z Compiling stringprep v0.1.5
21912026-08-25T19:49:27.609Z Compiling ron v0.8.1
21922026-08-25T19:49:27.967Z Compiling tower-http v0.6.8
21932026-08-25T19:49:28.131Z Compiling serde_urlencoded v0.7.1
21942026-08-25T19:49:28.204Z Compiling derive_builder_macro v0.20.2
21952026-08-25T19:49:28.391Z Compiling addr2line v0.25.1
21962026-08-25T19:49:28.409Z Compiling env_logger v0.11.11
21972026-08-25T19:49:28.470Z Compiling newtype-uuid v1.3.2
21982026-08-25T19:49:28.508Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-25T19:49:28.528Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22002026-08-25T19:49:28.615Z Compiling rsa v0.9.10
22012026-08-25T19:49:28.712Z Compiling oxnet v0.1.6
22022026-08-25T19:49:28.728Z Compiling serde-hex v0.1.0
22032026-08-25T19:49:28.763Z Compiling hashbrown v0.13.2
22042026-08-25T19:49:28.787Z Compiling tokio-native-tls v0.3.1
22052026-08-25T19:49:28.931Z Compiling bzip2 v0.4.4
22062026-08-25T19:49:28.952Z Compiling usdt-macro v0.6.0
22072026-08-25T19:49:28.976Z Compiling usdt-attr-macro v0.6.0
22082026-08-25T19:49:29.066Z Compiling derive-ex v0.1.8
22092026-08-25T19:49:29.091Z Compiling crypto-common v0.2.2
22102026-08-25T19:49:29.138Z Compiling block-buffer v0.12.1
22112026-08-25T19:49:29.264Z Compiling block-padding v0.4.2
22122026-08-25T19:49:29.370Z Compiling convert_case v0.10.0
22132026-08-25T19:49:29.652Z Compiling rustls-native-certs v0.8.3
22142026-08-25T19:49:29.845Z Compiling x509-cert v0.2.5
22152026-08-25T19:49:29.865Z Compiling md-5 v0.10.6
22162026-08-25T19:49:29.983Z Compiling bstr v1.12.1
22172026-08-25T19:49:30.221Z Compiling vergen-lib v9.1.0
22182026-08-25T19:49:30.229Z Compiling hash32 v0.2.1
22192026-08-25T19:49:30.338Z Compiling encoding_rs v0.8.35
22202026-08-25T19:49:30.429Z Compiling mime v0.3.17
22212026-08-25T19:49:30.482Z Compiling crc-any v2.5.0
22222026-08-25T19:49:30.579Z Compiling unicode-width v0.2.0
22232026-08-25T19:49:30.717Z Compiling rustc-demangle v0.1.27
22242026-08-25T19:49:30.748Z Compiling cpufeatures v0.3.0
22252026-08-25T19:49:30.808Z Compiling psl-types v2.0.11
22262026-08-25T19:49:30.818Z Compiling fallible-iterator v0.2.0
22272026-08-25T19:49:30.916Z Compiling publicsuffix v2.3.0
22282026-08-25T19:49:31.098Z Compiling test-strategy v0.4.5
22292026-08-25T19:49:31.135Z Compiling postgres-protocol v0.6.10
22302026-08-25T19:49:31.352Z Compiling backtrace v0.3.76
22312026-08-25T19:49:31.652Z Compiling derive_more-impl v2.1.1
22322026-08-25T19:49:31.670Z Compiling inout v0.2.2
22332026-08-25T19:49:31.720Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22342026-08-25T19:49:31.858Z Compiling object v0.30.4
22352026-08-25T19:49:31.956Z Compiling zip v0.6.6
22362026-08-25T19:49:32.002Z Compiling daft v0.1.8
22372026-08-25T19:49:32.048Z Compiling hyper-tls v0.6.0
22382026-08-25T19:49:32.227Z Compiling derive_builder v0.20.2
22392026-08-25T19:49:32.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-25T19:49:32.314Z Compiling phf_shared v0.13.1
22412026-08-25T19:49:32.413Z Compiling pin-project v1.1.11
22422026-08-25T19:49:32.534Z Compiling toml v0.7.8
22432026-08-25T19:49:32.568Z Compiling heck v0.4.1
22442026-08-25T19:49:32.573Z Compiling serde_with_macros v3.21.0
22452026-08-25T19:49:32.641Z Compiling futures-executor v0.3.32
22462026-08-25T19:49:32.822Z Compiling serde_repr v0.1.20
22472026-08-25T19:49:32.848Z Compiling miette-derive v7.6.0
22482026-08-25T19:49:32.920Z Compiling enum-as-inner v0.6.1
22492026-08-25T19:49:32.952Z Compiling async-recursion v1.1.1
22502026-08-25T19:49:33.122Z Compiling ff v0.13.1
22512026-08-25T19:49:33.132Z Compiling vergen v9.1.0
22522026-08-25T19:49:33.151Z Compiling cargo-platform v0.3.2
22532026-08-25T19:49:33.279Z Compiling base16ct v0.2.0
22542026-08-25T19:49:33.341Z Compiling foldhash v0.1.5
22552026-08-25T19:49:33.356Z Compiling jiff-core v0.1.0
22562026-08-25T19:49:33.438Z Compiling path-slash v0.1.5
22572026-08-25T19:49:33.528Z Compiling bumpalo v3.20.2
22582026-08-25T19:49:33.559Z Compiling managed v0.8.0
22592026-08-25T19:49:33.593Z Compiling smawk v0.3.2
22602026-08-25T19:49:33.642Z Compiling bitflags v1.3.2
22612026-08-25T19:49:33.749Z Compiling unicode-linebreak v0.1.5
22622026-08-25T19:49:33.786Z Compiling libbz2-rs-sys v0.2.2
22632026-08-25T19:49:33.874Z Compiling same-file v1.0.6
22642026-08-25T19:49:33.901Z Compiling is_ci v1.2.0
22652026-08-25T19:49:33.921Z Compiling foldhash v0.2.0
22662026-08-25T19:49:34.013Z Compiling supports-color v3.0.2
22672026-08-25T19:49:34.046Z Compiling walkdir v2.5.0
22682026-08-25T19:49:34.061Z Compiling textwrap v0.16.2
22692026-08-25T19:49:34.077Z Compiling hashbrown v0.16.1
22702026-08-25T19:49:34.147Z Compiling jiff v0.2.34
22712026-08-25T19:49:34.344Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22722026-08-25T19:49:34.361Z Compiling bzip2 v0.6.1
22732026-08-25T19:49:34.471Z Compiling zopfli v0.8.3
22742026-08-25T19:49:34.587Z Compiling hashbrown v0.15.5
22752026-08-25T19:49:34.646Z Compiling sec1 v0.7.3
22762026-08-25T19:49:34.719Z Compiling cargo_metadata v0.23.1
22772026-08-25T19:49:34.791Z Compiling group v0.13.0
22782026-08-25T19:49:35.044Z Compiling futures v0.3.32
22792026-08-25T19:49:35.497Z Compiling phf v0.13.1
22802026-08-25T19:49:35.553Z Compiling snafu v0.8.9
22812026-08-25T19:49:35.662Z Compiling reqwest v0.12.28
22822026-08-25T19:49:35.679Z Compiling signal-hook-mio v0.2.5
22832026-08-25T19:49:35.823Z Compiling cipher v0.5.2
22842026-08-25T19:49:35.899Z Compiling cookie_store v0.22.1
22852026-08-25T19:49:35.965Z Compiling backtrace-ext v0.2.1
22862026-08-25T19:49:35.969Z Compiling postgres-types v0.2.12
22872026-08-25T19:49:36.110Z Compiling zstd v0.13.3
22882026-08-25T19:49:36.127Z Compiling globset v0.4.18
22892026-08-25T19:49:36.198Z Compiling strum v0.27.2
22902026-08-25T19:49:36.280Z Compiling hubpack v0.1.2
22912026-08-25T19:49:36.370Z Compiling phf_shared v0.11.3
22922026-08-25T19:49:36.386Z Compiling crossbeam-epoch v0.9.18
22932026-08-25T19:49:36.404Z Compiling hkdf v0.12.4
22942026-08-25T19:49:36.500Z Compiling byte-wrapper v0.1.0
22952026-08-25T19:49:36.514Z Compiling olpc-cjson v0.1.4
22962026-08-25T19:49:36.531Z Compiling ed25519 v2.2.3
22972026-08-25T19:49:36.785Z Compiling crypto-bigint v0.5.5
22982026-08-25T19:49:36.788Z Compiling serde-big-array v0.5.1
22992026-08-25T19:49:36.804Z Compiling serde_plain v1.0.2
23002026-08-25T19:49:36.851Z Compiling pem v3.0.6
23012026-08-25T19:49:36.976Z Compiling float-cmp v0.10.0
23022026-08-25T19:49:37.006Z Compiling memmap2 v0.9.10
23032026-08-25T19:49:37.037Z Compiling data-encoding v2.10.0
23042026-08-25T19:49:37.144Z Compiling whoami v2.1.0
23052026-08-25T19:49:37.167Z Compiling fixedbitset v0.4.2
23062026-08-25T19:49:37.170Z Compiling typed-path v0.9.3
23072026-08-25T19:49:37.305Z Compiling supports-unicode v3.0.0
23082026-08-25T19:49:37.333Z Compiling predicates-core v1.0.10
23092026-08-25T19:49:37.386Z Compiling normalize-line-endings v0.3.0
23102026-08-25T19:49:37.402Z Compiling new_debug_unreachable v1.0.6
23112026-08-25T19:49:37.461Z Compiling precomputed-hash v0.1.1
23122026-08-25T19:49:37.502Z Compiling toml_write v0.1.2
23132026-08-25T19:49:37.510Z Compiling unicode-width v0.1.14
23142026-08-25T19:49:37.511Z Compiling static_assertions v1.1.0
23152026-08-25T19:49:37.562Z Compiling difflib v0.4.0
23162026-08-25T19:49:37.578Z Compiling const-oid v0.10.2
23172026-08-25T19:49:37.580Z Compiling keccak v0.1.6
23182026-08-25T19:49:37.649Z Compiling fixedbitset v0.5.7
23192026-08-25T19:49:37.730Z Compiling supports-hyperlinks v3.2.0
23202026-08-25T19:49:37.818Z Compiling predicates v3.1.4
23212026-08-25T19:49:37.821Z Compiling sha3 v0.10.8
23222026-08-25T19:49:37.848Z Compiling miette v7.6.0
23232026-08-25T19:49:37.921Z Compiling petgraph v0.8.3
23242026-08-25T19:49:38.028Z Compiling digest v0.11.3
23252026-08-25T19:49:38.115Z Compiling elliptic-curve v0.13.8
23262026-08-25T19:49:38.260Z Compiling toml_edit v0.22.27
23272026-08-25T19:49:38.350Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23282026-08-25T19:49:38.397Z Compiling chacha20 v0.10.0
23292026-08-25T19:49:38.439Z Compiling string_cache v0.8.9
23302026-08-25T19:49:38.478Z Compiling tokio-postgres v0.7.16
23312026-08-25T19:49:38.665Z Compiling petgraph v0.6.5
23322026-08-25T19:49:38.695Z Compiling hickory-proto v0.25.2
23332026-08-25T19:49:38.866Z Compiling usdt v0.6.0
23342026-08-25T19:49:39.414Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23352026-08-25T19:49:39.731Z Compiling ed25519-dalek v2.2.0
23362026-08-25T19:49:40.176Z Compiling zip v4.6.1
23372026-08-25T19:49:40.475Z Compiling crossterm v0.28.1
23382026-08-25T19:49:40.593Z Compiling iddqd v0.4.2
23392026-08-25T19:49:40.880Z Compiling serde_with v3.21.0
23402026-08-25T19:49:40.896Z Compiling derive_more v2.1.1
23412026-08-25T19:49:41.018Z Compiling similar v2.7.0
23422026-08-25T19:49:41.053Z Compiling strum v0.26.3
23432026-08-25T19:49:41.116Z Compiling tokio-stream v0.1.18
23442026-08-25T19:49:41.204Z Compiling buf-list v1.1.2
23452026-08-25T19:49:41.222Z Compiling itertools v0.13.0
23462026-08-25T19:49:41.483Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-25T19:49:41.589Z Compiling openapiv3 v2.2.0
23482026-08-25T19:49:42.238Z Compiling lalrpop-util v0.19.12
23492026-08-25T19:49:42.585Z Compiling peg-runtime v0.8.5
23502026-08-25T19:49:57.482Z Compiling rustls-webpki v0.103.13
23512026-08-25T19:50:01.007Z Compiling tokio-rustls v0.26.4
23522026-08-25T19:50:01.011Z Compiling rustls-platform-verifier v0.6.2
23532026-08-25T19:50:01.251Z Compiling hyper-rustls v0.27.7
23542026-08-25T19:50:01.304Z Compiling tough v0.22.0
23552026-08-25T19:50:01.563Z Compiling reqwest v0.13.2
23562026-08-25T19:50:04.411Z Compiling macaddr v1.0.1
23572026-08-25T19:50:04.427Z Compiling rayon-core v1.13.0
23582026-08-25T19:50:04.444Z Compiling crucible-workspace-hack v0.1.0
23592026-08-25T19:50:04.460Z Compiling secrecy v0.10.3
23602026-08-25T19:50:04.477Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-25T19:50:04.696Z Compiling toml_datetime v0.7.5+spec-1.1.0
23622026-08-25T19:50:04.714Z Compiling heapless v0.8.0
23632026-08-25T19:50:04.748Z Compiling crossbeam-deque v0.8.6
23642026-08-25T19:50:04.828Z Compiling ingot-macros v0.2.0
23652026-08-25T19:50:04.848Z Compiling inout v0.1.4
23662026-08-25T19:50:04.889Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23672026-08-25T19:50:04.889Z Compiling toml_edit v0.23.10+spec-1.0.0
23682026-08-25T19:50:04.922Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-25T19:50:04.940Z Compiling hash32 v0.3.1
23702026-08-25T19:50:04.957Z Compiling multer v3.1.0
23712026-08-25T19:50:04.974Z Compiling thread_local v1.1.9
23722026-08-25T19:50:05.003Z Compiling match_cfg v0.1.0
23732026-08-25T19:50:05.033Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23742026-08-25T19:50:05.089Z Compiling smoltcp v0.11.0
23752026-08-25T19:50:05.124Z Compiling slog-async v2.8.0
23762026-08-25T19:50:05.144Z Compiling compression-core v0.4.31
23772026-08-25T19:50:05.260Z Compiling hostname v0.3.1
23782026-08-25T19:50:05.276Z Compiling compression-codecs v0.4.37
23792026-08-25T19:50:05.313Z Compiling cipher v0.4.4
23802026-08-25T19:50:05.347Z Compiling atomicwrites v0.4.4
23812026-08-25T19:50:05.443Z Compiling proc-macro-crate v3.4.0
23822026-08-25T19:50:05.459Z Compiling slog-json v2.6.1
23832026-08-25T19:50:05.478Z Compiling crossbeam-channel v0.5.15
23842026-08-25T19:50:05.601Z Compiling half v2.7.1
23852026-08-25T19:50:05.649Z Compiling universal-hash v0.5.1
23862026-08-25T19:50:05.665Z Compiling newtype-uuid-macros v0.1.0
23872026-08-25T19:50:05.712Z Compiling serde_tokenstream v0.3.0
23882026-08-25T19:50:05.723Z Compiling cobs v0.3.0
23892026-08-25T19:50:05.742Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-25T19:50:05.790Z Compiling async-stream-impl v0.3.6
23912026-08-25T19:50:05.819Z Compiling serde_spanned v1.1.1
23922026-08-25T19:50:05.887Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-25T19:50:05.971Z Compiling is-terminal v0.4.17
23942026-08-25T19:50:05.993Z Compiling proc-macro-error-attr v1.0.4
23952026-08-25T19:50:06.012Z Compiling dropshot v0.17.1
23962026-08-25T19:50:06.028Z Compiling take_mut v0.2.2
23972026-08-25T19:50:06.095Z Compiling toml_writer v1.1.1+spec-1.1.0
23982026-08-25T19:50:06.170Z Compiling term v1.2.1
23992026-08-25T19:50:06.222Z Compiling opaque-debug v0.3.1
24002026-08-25T19:50:06.225Z Compiling convert_case v0.4.0
24012026-08-25T19:50:06.255Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24022026-08-25T19:50:06.315Z Compiling ciborium-io v0.2.2
24032026-08-25T19:50:06.333Z Compiling poly1305 v0.8.0
24042026-08-25T19:50:06.379Z Compiling toml v1.1.2+spec-1.1.0
24052026-08-25T19:50:06.393Z Compiling async-stream v0.3.6
24062026-08-25T19:50:06.414Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-08-25T19:50:06.438Z Compiling ciborium-ll v0.2.2
24082026-08-25T19:50:06.542Z Compiling slog-term v2.9.2
24092026-08-25T19:50:06.570Z Compiling derive_more v0.99.20
24102026-08-25T19:50:06.646Z Compiling oxide-generation-macros v0.2.0
24112026-08-25T19:50:06.727Z Compiling num_enum_derive v0.7.6
24122026-08-25T19:50:06.762Z Compiling thiserror-no-std v2.0.2
24132026-08-25T19:50:06.817Z Compiling postcard v1.1.3
24142026-08-25T19:50:06.981Z Compiling slog-bunyan v2.5.0
24152026-08-25T19:50:07.097Z Compiling chacha20 v0.9.1
24162026-08-25T19:50:07.190Z Compiling async-compression v0.4.41
24172026-08-25T19:50:07.372Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-25T19:50:07.389Z Compiling sha1 v0.11.0
24192026-08-25T19:50:07.426Z Compiling ingot-types v0.2.0
24202026-08-25T19:50:07.681Z Compiling oxide-generation v0.1.3
24212026-08-25T19:50:07.702Z Compiling parse-display-derive v0.10.0
24222026-08-25T19:50:07.809Z Compiling proc-macro-crate v1.3.1
24232026-08-25T19:50:07.845Z Compiling ingot v0.2.1
24242026-08-25T19:50:07.894Z Compiling waitgroup v0.1.2
24252026-08-25T19:50:07.916Z Compiling rustls-pemfile v2.2.0
24262026-08-25T19:50:07.997Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-25T19:50:08.078Z Compiling backon v1.6.0
24282026-08-25T19:50:08.170Z Compiling blake2 v0.10.6
24292026-08-25T19:50:08.228Z Compiling aead v0.5.2
24302026-08-25T19:50:08.352Z Compiling dropshot_endpoint v0.17.1
24312026-08-25T19:50:08.446Z Compiling password-hash v0.5.0
24322026-08-25T19:50:08.522Z Compiling foreign-types-macros v0.2.3
24332026-08-25T19:50:08.579Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-25T19:50:08.709Z Compiling serde_path_to_error v0.1.20
24352026-08-25T19:50:08.727Z Compiling hostname v0.4.2
24362026-08-25T19:50:08.781Z Compiling proc-macro-error v1.0.4
24372026-08-25T19:50:08.917Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24382026-08-25T19:50:09.010Z Compiling instant v0.1.13
24392026-08-25T19:50:09.027Z Compiling illumos-nvpair-sys v0.2.0
24402026-08-25T19:50:09.068Z Compiling debug-ignore v1.0.5
24412026-08-25T19:50:09.122Z Compiling foreign-types-shared v0.3.1
24422026-08-25T19:50:09.156Z Compiling backoff v0.4.0
24432026-08-25T19:50:09.212Z Compiling foreign-types v0.5.0
24442026-08-25T19:50:09.215Z Compiling argon2 v0.5.3
24452026-08-25T19:50:09.232Z Compiling parse-display v0.10.0
24462026-08-25T19:50:09.267Z Compiling chacha20poly1305 v0.10.1
24472026-08-25T19:50:09.304Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-25T19:50:09.318Z Compiling num_enum_derive v0.5.11
24492026-08-25T19:50:09.321Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-25T19:50:09.400Z Compiling num_enum v0.7.6
24512026-08-25T19:50:09.417Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-25T19:50:09.451Z Compiling vsss-rs v3.3.4
24532026-08-25T19:50:09.552Z Compiling ciborium v0.2.2
24542026-08-25T19:50:09.833Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-25T19:50:09.938Z Compiling regress v0.10.5
24562026-08-25T19:50:09.987Z Compiling itertools v0.14.0
24572026-08-25T19:50:10.018Z Compiling tabwriter v1.4.1
24582026-08-25T19:50:10.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-25T19:50:10.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-25T19:50:10.178Z Compiling cstr-argument v0.1.2
24612026-08-25T19:50:10.252Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-25T19:50:10.275Z Compiling humantime v2.3.0
24632026-08-25T19:50:10.371Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-25T19:50:10.407Z Compiling num_enum v0.5.11
24652026-08-25T19:50:10.439Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-25T19:50:10.504Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-25T19:50:10.547Z Compiling rayon v1.11.0
24682026-08-25T19:50:10.562Z Compiling rand v0.10.1
24692026-08-25T19:50:10.628Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-25T19:50:10.660Z Compiling libefi-sys v0.1.0
24712026-08-25T19:50:10.678Z Compiling indent_write v2.2.0
24722026-08-25T19:50:10.682Z Compiling colored v3.1.1
24732026-08-25T19:50:10.713Z Compiling illumos-nvpair v0.3.0
24742026-08-25T19:50:10.730Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24752026-08-25T19:50:10.780Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24762026-08-25T19:50:10.849Z Compiling zone_cfg_derive v0.3.1
24772026-08-25T19:50:10.897Z Compiling camino-tempfile v1.4.1
24782026-08-25T19:50:10.970Z Compiling itertools v0.12.1
24792026-08-25T19:50:11.003Z Compiling usdt-attr-macro v0.5.0
24802026-08-25T19:50:11.019Z Compiling usdt-macro v0.5.0
24812026-08-25T19:50:11.185Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-25T19:50:11.363Z Compiling num-derive v0.4.2
24832026-08-25T19:50:11.367Z Compiling bitfield-struct v0.6.2
24842026-08-25T19:50:11.367Z Compiling blake3 v1.8.5
24852026-08-25T19:50:11.474Z Compiling memmap v0.7.0
24862026-08-25T19:50:11.526Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24872026-08-25T19:50:11.555Z Compiling sigpipe v0.1.3
24882026-08-25T19:50:11.645Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24892026-08-25T19:50:11.661Z Compiling glob v0.3.3
24902026-08-25T19:50:11.677Z Compiling swrite v0.1.0
24912026-08-25T19:50:11.747Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-25T19:50:11.783Z Compiling usdt v0.5.0
24932026-08-25T19:50:11.887Z Compiling smf v0.2.3
24942026-08-25T19:50:11.978Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24952026-08-25T19:50:12.022Z Compiling filetime v0.2.27
24962026-08-25T19:50:12.067Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24972026-08-25T19:50:12.164Z Compiling arrayvec v0.7.6
24982026-08-25T19:50:12.206Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24992026-08-25T19:50:12.234Z Compiling constant_time_eq v0.4.2
25002026-08-25T19:50:12.252Z Compiling xattr v1.6.1
25012026-08-25T19:50:12.269Z Compiling zone v0.3.1
25022026-08-25T19:50:12.306Z Compiling arrayref v0.3.9
25032026-08-25T19:50:12.399Z Compiling whoami v1.6.1
25042026-08-25T19:50:12.417Z Compiling tar v0.4.46
25052026-08-25T19:50:12.452Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-08-25T19:50:12.465Z Compiling tokio-dtrace v0.1.1
25072026-08-25T19:50:12.468Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-25T19:50:12.584Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25092026-08-25T19:50:12.691Z Compiling gethostname v0.5.0
25102026-08-25T19:50:12.729Z Compiling console v0.16.2
25112026-08-25T19:50:12.879Z Compiling topological-sort v0.2.2
25122026-08-25T19:50:12.926Z Compiling unit-prefix v0.5.2
25132026-08-25T19:50:12.941Z Compiling oxide-tokio-rt v0.1.4
25142026-08-25T19:50:13.099Z Compiling toml v0.8.23
25152026-08-25T19:50:13.119Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-25T19:50:13.157Z Compiling shell-words v1.1.1
25172026-08-25T19:50:13.355Z Compiling indicatif v0.18.4
25182026-08-25T19:50:22.343Z Compiling progenitor-client v0.14.0
25192026-08-25T19:50:22.343Z Compiling omicron-zone-package v0.12.3
25202026-08-25T19:50:22.587Z Compiling progenitor-extras v0.2.0
25212026-08-25T19:50:22.893Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-25T19:50:23.006Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-08-25T19:50:23.034Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-25T19:50:23.098Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-25T19:50:23.139Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-25T19:50:23.172Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25272026-08-25T19:50:23.214Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-25T19:50:23.458Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-25T19:50:23.806Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-25T19:50:27.337Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-25T19:50:36.364Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-25T19:50:39.646Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-25T19:50:40.727Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-25T19:50:51.059Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-25T19:50:51.207Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-25T19:50:51.270ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-25T19:50:51.272ZCreated new build target 'test' and set it as active
25382026-08-25T19:50:51.272Z
25392026-08-25T19:50:51.273Zreal 1:48.313363591
25402026-08-25T19:50:51.273Zuser 17:52.328819631
25412026-08-25T19:50:51.273Zsys 2:48.734150713
25422026-08-25T19:50:51.273Ztrap 0.492927183
25432026-08-25T19:50:51.273Ztflt 2.424271650
25442026-08-25T19:50:51.273Zdflt 4.948542201
25452026-08-25T19:50:51.273Zkflt 0.000713780
25462026-08-25T19:50:51.273Zlock 58:36.756966266
25472026-08-25T19:50:51.273Zslp 45:34.259082365
25482026-08-25T19:50:51.273Zlat 51.616577680
25492026-08-25T19:50:51.273Zstop 6:29.195757584
25502026-08-25T19:50:51.273Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-25T19:50:52.176Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-25T19:50:52.254Z Running `target/release/omicron-package -t test package`
25532026-08-25T19:50:52.311ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-25T19:50:53.779Z Compiling heck v0.5.0
25552026-08-25T19:50:53.784Z Compiling regress v0.11.1
25562026-08-25T19:50:54.019Z Compiling unsafe-libyaml v0.2.11
25572026-08-25T19:50:54.036Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-25T19:50:54.063Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-25T19:50:54.063Z Compiling derive-where v1.6.0
25602026-08-25T19:50:54.066Z Compiling bytecount v0.6.9
25612026-08-25T19:50:54.150Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-25T19:50:54.159Z Compiling atomicwrites v0.4.4
25632026-08-25T19:50:54.159Z Compiling is-terminal v0.4.17
25642026-08-25T19:50:54.159Z Compiling prettyplease v0.2.37
25652026-08-25T19:50:54.159Z Compiling newline-converter v0.3.0
25662026-08-25T19:50:54.159Z Compiling console v0.15.11
25672026-08-25T19:50:54.205Z Compiling slog-dtrace v0.3.0
25682026-08-25T19:50:54.209Z Compiling resolv-conf v0.7.6
25692026-08-25T19:50:54.293Z Compiling cancel-safe-futures v0.1.5
25702026-08-25T19:50:54.317Z Compiling num-rational v0.4.2
25712026-08-25T19:50:54.320Z Compiling num-complex v0.4.6
25722026-08-25T19:50:54.362Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25732026-08-25T19:50:54.366Z Compiling thread_local v1.1.9
25742026-08-25T19:50:54.511Z Compiling serde_yaml v0.9.34+deprecated
25752026-08-25T19:50:54.587Z Compiling expectorate v1.2.0
25762026-08-25T19:50:54.645Z Compiling compression-core v0.4.31
25772026-08-25T19:50:54.671Z Compiling match_cfg v0.1.0
25782026-08-25T19:50:54.766Z Compiling hostname v0.3.1
25792026-08-25T19:50:54.810Z Compiling compression-codecs v0.4.37
25802026-08-25T19:50:54.834Z Compiling num v0.4.3
25812026-08-25T19:50:54.880Z Compiling multer v3.1.0
25822026-08-25T19:50:54.898Z Compiling slog-async v2.8.0
25832026-08-25T19:50:54.927Z Compiling crossbeam-channel v0.5.15
25842026-08-25T19:50:54.944Z Compiling slog-json v2.6.1
25852026-08-25T19:50:54.967Z Compiling serde_spanned v1.1.1
25862026-08-25T19:50:54.988Z Compiling toml_datetime v1.1.1+spec-1.1.0
25872026-08-25T19:50:55.069Z Compiling float-ord v0.3.2
25882026-08-25T19:50:55.146Z Compiling toml_writer v1.1.1+spec-1.1.0
25892026-08-25T19:50:55.180Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-25T19:50:55.217Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-25T19:50:55.242Z Compiling take_mut v0.2.2
25922026-08-25T19:50:55.264Z Compiling oxide-update-engine-types v0.1.2
25932026-08-25T19:50:55.268Z Compiling linked-hash-map v0.5.6
25942026-08-25T19:50:55.311Z Compiling term v1.2.1
25952026-08-25T19:50:55.335Z Compiling linear-map v1.2.0
25962026-08-25T19:50:55.338Z Compiling toml v1.1.2+spec-1.1.0
25972026-08-25T19:50:55.384Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25982026-08-25T19:50:55.388Z Compiling slog-bunyan v2.5.0
25992026-08-25T19:50:55.443Z Compiling async-compression v0.4.41
26002026-08-25T19:50:55.523Z Compiling typify-impl v0.6.2
26012026-08-25T19:50:55.585Z Compiling lru-cache v0.1.2
26022026-08-25T19:50:55.606Z Compiling slog-term v2.9.2
26032026-08-25T19:50:55.806Z Compiling async-stream v0.3.6
26042026-08-25T19:50:55.809Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052026-08-25T19:50:55.847Z Compiling dropshot v0.17.1
26062026-08-25T19:50:55.885Z Compiling sha1 v0.11.0
26072026-08-25T19:50:55.910Z Compiling progenitor-client v0.14.0
26082026-08-25T19:50:55.991Z Compiling oxide-generation v0.1.3
26092026-08-25T19:50:56.013Z Compiling waitgroup v0.1.2
26102026-08-25T19:50:56.035Z Compiling rustls-pemfile v2.2.0
26112026-08-25T19:50:56.118Z Compiling backon v1.6.0
26122026-08-25T19:50:56.162Z Compiling hostname v0.4.2
26132026-08-25T19:50:56.182Z Compiling serde_path_to_error v0.1.20
26142026-08-25T19:50:56.236Z Compiling instant v0.1.13
26152026-08-25T19:50:56.264Z Compiling debug-ignore v1.0.5
26162026-08-25T19:50:56.299Z Compiling minimal-lexical v0.2.1
26172026-08-25T19:50:56.325Z Compiling progenitor-extras v0.2.0
26182026-08-25T19:50:56.376Z Compiling backoff v0.4.0
26192026-08-25T19:50:56.397Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-08-25T19:50:56.397Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-25T19:50:56.473Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26222026-08-25T19:50:56.543Z Compiling oxide-update-engine v0.1.2
26232026-08-25T19:50:56.566Z Compiling nom v7.1.3
26242026-08-25T19:50:56.611Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-25T19:50:56.658Z Compiling parse-display v0.10.0
26262026-08-25T19:50:56.693Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-25T19:50:56.802Z Compiling hickory-proto v0.24.4
26282026-08-25T19:50:57.181Z Compiling itertools v0.14.0
26292026-08-25T19:50:57.366Z Compiling regress v0.10.5
26302026-08-25T19:50:57.790Z Compiling macaddr v1.0.1
26312026-08-25T19:50:57.901Z Compiling unicode-xid v0.2.6
26322026-08-25T19:50:58.036Z Compiling humantime v2.3.0
26332026-08-25T19:50:58.078Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-25T19:50:58.308Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-25T19:50:58.329Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-25T19:50:58.376Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-25T19:50:58.511Z Compiling toml v0.8.23
26382026-08-25T19:50:58.570Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-25T19:50:58.776Z Compiling papergrid v0.11.0
26402026-08-25T19:50:58.851Z Compiling tabled_derive v0.7.0
26412026-08-25T19:50:59.031Z Compiling typify-macro v0.6.2
26422026-08-25T19:50:59.081Z Compiling termtree v0.5.1
26432026-08-25T19:50:59.118Z Compiling crossterm v0.29.0
26442026-08-25T19:50:59.284Z Compiling phf_shared v0.12.1
26452026-08-25T19:50:59.386Z Compiling hickory-resolver v0.24.4
26462026-08-25T19:50:59.544Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26472026-08-25T19:50:59.743Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26482026-08-25T19:50:59.993Z Compiling tabled v0.15.0
26492026-08-25T19:51:00.414Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26502026-08-25T19:51:00.600Z Compiling typify v0.6.2
26512026-08-25T19:51:00.918Z Compiling progenitor-impl v0.14.0
26522026-08-25T19:51:01.370Z Compiling qorb v0.4.1
26532026-08-25T19:51:01.453Z Compiling csv-core v0.1.13
26542026-08-25T19:51:01.894Z Compiling vte v0.14.1
26552026-08-25T19:51:01.943Z Compiling chrono-tz v0.10.4
26562026-08-25T19:51:02.164Z Compiling highway v1.3.0
26572026-08-25T19:51:02.235Z Compiling strip-ansi-escapes v0.2.1
26582026-08-25T19:51:02.802Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26592026-08-25T19:51:02.871Z Compiling csv v1.4.0
26602026-08-25T19:51:03.088Z Compiling progenitor-macro v0.14.0
26612026-08-25T19:51:04.019Z Compiling phf v0.12.1
26622026-08-25T19:51:04.043Z Compiling const_format_proc_macros v0.2.34
26632026-08-25T19:51:04.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-25T19:51:04.499Z Compiling fd-lock v4.0.4
26652026-08-25T19:51:04.618Z Compiling peg-macros v0.8.5
26662026-08-25T19:51:04.695Z Compiling nu-ansi-term v0.50.3
26672026-08-25T19:51:04.828Z Compiling const_format v0.2.35
26682026-08-25T19:51:04.986Z Compiling reedline v0.40.0
26692026-08-25T19:51:05.226Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-25T19:51:05.324Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-25T19:51:06.468Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26722026-08-25T19:51:06.805Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26732026-08-25T19:51:07.179Z Compiling progenitor v0.14.0
26742026-08-25T19:51:07.371Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26752026-08-25T19:51:07.429Z Compiling peg v0.8.5
26762026-08-25T19:51:07.492Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-08-25T19:51:07.532Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26782026-08-25T19:51:07.711Z Compiling bcs v0.1.6
26792026-08-25T19:51:08.035Z Compiling nom v8.0.0
26802026-08-25T19:51:08.173Z Compiling semver v0.1.20
26812026-08-25T19:51:08.431Z Compiling rustc_version v0.1.7
26822026-08-25T19:51:08.487Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26832026-08-25T19:51:08.681Z Compiling newtype_derive v0.1.6
26842026-08-25T19:51:08.754Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-25T19:51:08.847Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-25T19:51:08.963Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-25T19:51:08.982Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-25T19:51:09.505Z Compiling steno v0.4.1
26892026-08-25T19:51:09.702Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26902026-08-25T19:51:09.967Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26912026-08-25T19:51:09.991Z Compiling dropshot-api-manager-types v0.8.0
26922026-08-25T19:51:10.038Z Compiling sha1 v0.10.6
26932026-08-25T19:51:10.562Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-25T19:51:10.632Z Compiling utf-8 v0.7.6
26952026-08-25T19:51:10.804Z Compiling tagptr v0.2.0
26962026-08-25T19:51:10.875Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26972026-08-25T19:51:10.997Z Compiling moka v0.12.13
26982026-08-25T19:51:11.062Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26992026-08-25T19:51:11.162Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27002026-08-25T19:51:11.314Z Compiling tungstenite v0.21.0
27012026-08-25T19:51:11.834Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-25T19:51:12.263Z Compiling hickory-resolver v0.25.2
27032026-08-25T19:51:13.125Z Compiling tokio-tungstenite v0.21.0
27042026-08-25T19:51:13.414Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-25T19:51:13.527Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-25T19:51:14.454Z Compiling darling_core v0.21.3
27072026-08-25T19:51:15.354Z Compiling display-error-chain v0.2.2
27082026-08-25T19:51:15.531Z Compiling libscf-sys v1.2.0
27092026-08-25T19:51:15.705Z Compiling vergen-lib v0.1.6
27102026-08-25T19:51:15.937Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27112026-08-25T19:51:16.053Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-25T19:51:16.194Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27132026-08-25T19:51:16.589Z Compiling darling_macro v0.21.3
27142026-08-25T19:51:17.111Z Compiling darling v0.21.3
27152026-08-25T19:51:17.274Z Compiling diesel_derives v2.3.7
27162026-08-25T19:51:17.309Z Compiling dsl_auto_type v0.2.0
27172026-08-25T19:51:17.718Z Compiling scheduled-thread-pool v0.2.7
27182026-08-25T19:51:17.869Z Compiling vergen-gitcl v1.0.8
27192026-08-25T19:51:18.001Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-25T19:51:18.101Z Compiling dirs-sys-next v0.1.2
27212026-08-25T19:51:18.225Z Compiling crunchy v0.2.4
27222026-08-25T19:51:18.336Z Compiling glob v0.3.3
27232026-08-25T19:51:18.358Z Compiling maplit v1.0.2
27242026-08-25T19:51:18.380Z Compiling dirs-next v2.0.0
27252026-08-25T19:51:18.510Z Compiling r2d2 v0.8.10
27262026-08-25T19:51:18.583Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-25T19:51:18.697Z Compiling clang-sys v1.8.1
27282026-08-25T19:51:18.803Z Compiling papergrid v0.18.0
27292026-08-25T19:51:18.885Z Compiling tiny-keccak v2.0.2
27302026-08-25T19:51:18.939Z Compiling downcast-rs v2.0.2
27312026-08-25T19:51:18.978Z Compiling xshell-macros v0.2.7
27322026-08-25T19:51:19.168Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-25T19:51:19.251Z Compiling term v0.7.0
27342026-08-25T19:51:19.272Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27352026-08-25T19:51:19.382Z Compiling xshell v0.2.7
27362026-08-25T19:51:19.429Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-25T19:51:19.573Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T19:51:19.750Z Compiling bit-vec v0.6.3
27392026-08-25T19:51:19.786Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27402026-08-25T19:51:19.878Z Compiling ascii-canvas v3.0.0
27412026-08-25T19:51:19.987Z Compiling tabled v0.21.0
27422026-08-25T19:51:20.114Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27432026-08-25T19:51:20.146Z Compiling bit-set v0.5.3
27442026-08-25T19:51:20.347Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27452026-08-25T19:51:20.572Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27462026-08-25T19:51:20.617Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27472026-08-25T19:51:20.792Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-25T19:51:20.877Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-25T19:51:20.945Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-25T19:51:21.115Z Compiling itertools v0.10.5
27512026-08-25T19:51:21.138Z Compiling ena v0.14.4
27522026-08-25T19:51:21.382Z Compiling libloading v0.8.9
27532026-08-25T19:51:21.612Z Compiling unicase v2.9.0
27542026-08-25T19:51:21.765Z Compiling bindgen v0.71.1
27552026-08-25T19:51:21.972Z Compiling diff v0.1.13
27562026-08-25T19:51:21.994Z Compiling regex-syntax v0.6.29
27572026-08-25T19:51:22.272Z Compiling cexpr v0.6.0
27582026-08-25T19:51:22.341Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-25T19:51:22.562Z Compiling rustc-hash v2.1.1
27602026-08-25T19:51:22.723Z Compiling crc8 v0.1.1
27612026-08-25T19:51:22.940Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622026-08-25T19:51:23.052Z Compiling diesel v2.3.7
27632026-08-25T19:51:23.168Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27642026-08-25T19:51:23.419Z Compiling lalrpop v0.19.12
27652026-08-25T19:51:23.877Z Compiling headers-core v0.3.0
27662026-08-25T19:51:24.032Z Compiling libxml v0.3.3
27672026-08-25T19:51:24.113Z Compiling headers v0.4.1
27682026-08-25T19:51:24.331Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-25T19:51:24.397Z Compiling strum_macros v0.24.3
27702026-08-25T19:51:24.543Z Compiling indoc v1.0.9
27712026-08-25T19:51:24.802Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-25T19:51:24.970Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27732026-08-25T19:51:25.028Z Compiling derive_builder v0.20.2
27742026-08-25T19:51:25.059Z Compiling quick-xml v0.37.5
27752026-08-25T19:51:25.194Z Compiling oso-derive v0.27.3
27762026-08-25T19:51:25.623Z Compiling impl-trait-for-tuples v0.2.3
27772026-08-25T19:51:25.709Z Compiling openssl-probe v0.1.6
27782026-08-25T19:51:25.761Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27792026-08-25T19:51:25.792Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27802026-08-25T19:51:26.011Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27812026-08-25T19:51:26.405Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27822026-08-25T19:51:26.469Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27832026-08-25T19:51:26.683Z Compiling bb8 v0.8.6
27842026-08-25T19:51:26.752Z Compiling trait-variant v0.1.2
27852026-08-25T19:51:26.889Z Compiling proc-macro-error-attr2 v2.0.0
27862026-08-25T19:51:27.073Z Compiling half v1.8.3
27872026-08-25T19:51:27.200Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27882026-08-25T19:51:27.292Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27892026-08-25T19:51:27.332Z Compiling proc-macro-error2 v2.0.1
27902026-08-25T19:51:27.576Z Compiling serde_cbor v0.11.2
27912026-08-25T19:51:27.604Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27922026-08-25T19:51:27.683Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27932026-08-25T19:51:27.751Z Compiling hashbrown v0.14.5
27942026-08-25T19:51:27.848Z Compiling rfc6979 v0.4.0
27952026-08-25T19:51:27.958Z Compiling salty v0.3.0
27962026-08-25T19:51:28.010Z Compiling ecdsa v0.16.9
27972026-08-25T19:51:28.301Z Compiling samael v0.0.19
27982026-08-25T19:51:28.323Z Compiling chumsky v0.9.3
27992026-08-25T19:51:28.384Z Compiling knus-derive v3.4.0
28002026-08-25T19:51:28.562Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28012026-08-25T19:51:28.607Z Compiling progenitor-impl v0.13.0
28022026-08-25T19:51:28.766Z Compiling primeorder v0.13.6
28032026-08-25T19:51:29.063Z Compiling nonempty v0.12.0
28042026-08-25T19:51:29.321Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28052026-08-25T19:51:29.560Z Compiling p384 v0.13.1
28062026-08-25T19:51:29.763Z Compiling knus v3.4.0
28072026-08-25T19:51:30.625Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28082026-08-25T19:51:30.738Z Compiling progenitor-macro v0.13.0
28092026-08-25T19:51:30.764Z Compiling polar-core v0.27.3
28102026-08-25T19:51:31.063Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28112026-08-25T19:51:31.777Z Compiling progenitor-client v0.13.0
28122026-08-25T19:51:32.155Z Compiling fxhash v0.2.1
28132026-08-25T19:51:32.338Z Compiling libz-sys v1.1.24
28142026-08-25T19:51:32.458Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28152026-08-25T19:51:32.569Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28162026-08-25T19:51:32.859Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28172026-08-25T19:51:32.909Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28182026-08-25T19:51:33.288Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28192026-08-25T19:51:33.736Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28202026-08-25T19:51:33.763Z Compiling kstat-rs v0.2.5
28212026-08-25T19:51:34.448Z Compiling mime_guess v2.0.5
28222026-08-25T19:51:34.808Z Compiling progenitor v0.13.0
28232026-08-25T19:51:35.000Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28242026-08-25T19:51:36.320Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28252026-08-25T19:51:36.342Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-25T19:51:36.500Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-25T19:51:36.738Z Compiling nanorand v0.7.0
28282026-08-25T19:51:37.106Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-25T19:51:37.186Z Compiling parking_lot_core v0.8.6
28302026-08-25T19:51:37.314Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-25T19:51:37.495Z Compiling flume v0.11.1
28322026-08-25T19:51:37.528Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-25T19:51:38.087Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-25T19:51:38.569Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-25T19:51:38.817Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-25T19:51:39.287Z Compiling git-stub v1.0.0
28372026-08-25T19:51:39.351Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-25T19:51:39.593Z Compiling http-range v0.1.5
28392026-08-25T19:51:39.599Z Compiling corncobs v0.1.4
28402026-08-25T19:51:39.810Z Compiling oso v0.27.3
28412026-08-25T19:51:39.890Z Compiling strsim v0.10.0
28422026-08-25T19:51:39.946Z Compiling instability v0.3.11
28432026-08-25T19:51:40.195Z Compiling darling_core v0.13.4
28442026-08-25T19:51:40.219Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28452026-08-25T19:51:40.890Z Compiling diesel-dtrace v0.5.0
28462026-08-25T19:51:41.238Z Compiling async-bb8-diesel v0.2.1
28472026-08-25T19:51:41.706Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28482026-08-25T19:51:41.890Z Compiling git-stub-vcs v0.1.0
28492026-08-25T19:51:43.884Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-25T19:51:44.540Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-25T19:51:44.657Z Compiling ignore v0.4.25
28522026-08-25T19:51:45.605Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28532026-08-25T19:51:45.873Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28542026-08-25T19:51:46.042Z Compiling anstyle-parse v0.2.7
28552026-08-25T19:51:46.271Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28562026-08-25T19:51:46.302Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28572026-08-25T19:51:46.368Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28582026-08-25T19:51:47.297Z Compiling secrecy v0.8.0
28592026-08-25T19:51:47.498Z Compiling castaway v0.2.4
28602026-08-25T19:51:47.660Z Compiling vergen-git2 v9.1.0
28612026-08-25T19:51:47.893Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28622026-08-25T19:51:47.945Z Compiling indoc v2.0.7
28632026-08-25T19:51:48.121Z Compiling compact_str v0.8.1
28642026-08-25T19:51:48.236Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28652026-08-25T19:51:49.104Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28662026-08-25T19:51:49.218Z Compiling anstream v0.6.21
28672026-08-25T19:51:49.525Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-25T19:51:49.767Z Compiling globwalk v0.9.1
28692026-08-25T19:51:50.220Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28702026-08-25T19:51:50.465Z Compiling parking_lot v0.11.2
28712026-08-25T19:51:50.746Z Compiling hyper-staticfile v0.10.1
28722026-08-25T19:51:50.907Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28732026-08-25T19:51:51.040Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742026-08-25T19:51:51.352Z Compiling darling_macro v0.13.4
28752026-08-25T19:51:51.530Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-25T19:51:51.867Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-25T19:51:51.899Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28782026-08-25T19:51:52.171Z Compiling predicates-tree v1.0.13
28792026-08-25T19:51:52.407Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-25T19:51:52.459Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-25T19:51:52.593Z Compiling unicode-truncate v1.1.0
28822026-08-25T19:51:52.632Z Compiling lru v0.12.5
28832026-08-25T19:51:52.791Z Compiling digest-io v0.1.0
28842026-08-25T19:51:52.818Z Compiling sha2 v0.11.0
28852026-08-25T19:51:52.882Z Compiling prefix-trie v0.7.0
28862026-08-25T19:51:52.973Z Compiling rand_seeder v0.4.0
28872026-08-25T19:51:53.227Z Compiling cassowary v0.3.0
28882026-08-25T19:51:53.374Z Compiling rawzip v0.4.4
28892026-08-25T19:51:53.461Z Compiling hickory-server v0.25.2
28902026-08-25T19:51:53.749Z Compiling ratatui v0.29.0
28912026-08-25T19:51:54.316Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28922026-08-25T19:51:54.343Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28932026-08-25T19:51:54.429Z Compiling camino-tempfile-ext v0.3.3
28942026-08-25T19:51:54.451Z Compiling darling v0.13.4
28952026-08-25T19:51:54.579Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28962026-08-25T19:51:54.616Z Compiling sled v0.34.7
28972026-08-25T19:51:54.920Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-25T19:51:55.009Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-25T19:51:57.152Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-25T19:51:57.433Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29012026-08-25T19:51:57.649Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-25T19:51:58.470Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-25T19:52:00.218Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-25T19:52:00.903Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-25T19:52:02.127Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29062026-08-25T19:52:02.215Z Compiling serde_with_macros v1.5.2
29072026-08-25T19:52:02.332Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-25T19:52:02.461Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-25T19:52:02.685Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29102026-08-25T19:52:02.921Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29112026-08-25T19:52:03.055Z Compiling git2 v0.20.4
29122026-08-25T19:52:03.070Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-25T19:52:03.143Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29142026-08-25T19:52:03.306Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29152026-08-25T19:52:03.387Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29162026-08-25T19:52:03.539Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29172026-08-25T19:52:03.611Z Compiling arc-swap v1.8.2
29182026-08-25T19:52:03.762Z Compiling void v1.0.2
29192026-08-25T19:52:03.882Z Compiling lzss v0.8.2
29202026-08-25T19:52:03.932Z Compiling slog-scope v4.4.1
29212026-08-25T19:52:04.149Z Compiling serde_with v1.14.0
29222026-08-25T19:52:04.292Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29232026-08-25T19:52:04.344Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-25T19:52:05.550Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29252026-08-25T19:52:05.695Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-25T19:52:05.950Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29272026-08-25T19:52:06.091Z Compiling scuffle v0.1.0
29282026-08-25T19:52:06.109Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-25T19:52:06.407Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29302026-08-25T19:52:06.891Z Compiling tungstenite v0.23.0
29312026-08-25T19:52:08.156Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-25T19:52:08.315Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-25T19:52:08.923Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29342026-08-25T19:52:09.082Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29352026-08-25T19:52:09.168Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-25T19:52:09.311Z Compiling nix v0.27.1
29372026-08-25T19:52:09.405Z Compiling twox-hash v2.1.2
29382026-08-25T19:52:09.428Z Compiling libsw-core v0.3.2
29392026-08-25T19:52:09.683Z Compiling serde_bytes v0.11.19
29402026-08-25T19:52:09.929Z Compiling atty v0.2.14
29412026-08-25T19:52:09.955Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29422026-08-25T19:52:10.070Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29432026-08-25T19:52:10.147Z Compiling libsw v3.5.0
29442026-08-25T19:52:10.426Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T19:52:10.446Z Compiling tokio-tungstenite v0.23.1
29462026-08-25T19:52:10.479Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29472026-08-25T19:52:10.830Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-25T19:52:11.220Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-25T19:52:11.961Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-25T19:52:12.487Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-25T19:52:13.842Z Compiling slog-stdlog v4.1.1
29522026-08-25T19:52:14.230Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-25T19:52:14.620Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-25T19:52:14.673Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-25T19:52:15.139Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29562026-08-25T19:52:16.421Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29572026-08-25T19:52:16.555Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29582026-08-25T19:52:16.706Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-25T19:52:18.381Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-25T19:52:19.278Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-25T19:52:19.348Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-25T19:52:19.931Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-25T19:52:19.954Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-25T19:52:20.970Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29652026-08-25T19:52:23.562Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29662026-08-25T19:52:23.892Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-25T19:52:24.358Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-25T19:52:25.423Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29692026-08-25T19:52:25.654Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-08-25T19:52:26.561Z Compiling signal-hook-tokio v0.3.1
29712026-08-25T19:52:26.766Z Compiling fatfs v0.3.6
29722026-08-25T19:52:27.106Z Compiling yasna v0.5.2
29732026-08-25T19:52:27.680Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-25T19:52:28.072Z Compiling assert_matches v1.5.0
29752026-08-25T19:52:28.185Z Compiling seq-macro v0.3.6
29762026-08-25T19:52:28.701Z Compiling rcgen v0.12.1
29772026-08-25T19:52:28.708Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-25T19:52:29.011Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-25T19:52:29.465Z Compiling slog-envlogger v2.2.0
29802026-08-25T19:52:29.666Z Compiling oxide-update-engine-display v0.1.2
29812026-08-25T19:52:30.576Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-25T19:52:30.596Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-25T19:52:31.441Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29842026-08-25T19:52:31.671Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-08-25T19:52:31.895Z Compiling port-file v0.1.0
29862026-08-25T19:52:32.229Z Compiling subprocess v0.2.15
29872026-08-25T19:52:32.542Z Compiling rtoolbox v0.0.3
29882026-08-25T19:52:32.819Z Compiling rpassword v7.5.4
29892026-08-25T19:52:33.124Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29902026-08-25T19:52:33.523Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29912026-08-25T19:52:34.368Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-25T19:52:34.410Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-25T19:52:34.546Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-25T19:52:36.078Z Compiling tui-tree-widget v0.23.1
29952026-08-25T19:52:36.399Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-25T19:52:36.623Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29972026-08-25T19:52:38.473Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29982026-08-25T19:52:39.115Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-25T19:52:39.387Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-25T19:52:39.616Z Compiling uzers v0.12.2
30012026-08-25T19:52:40.578Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30022026-08-25T19:52:40.786Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-08-25T19:52:41.048Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042026-08-25T19:52:42.491Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-25T19:52:42.714Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-08-25T19:52:43.125Z Compiling support-bundle-viewer v0.1.2
30072026-08-25T19:52:44.877Z Compiling multimap v0.10.1
30082026-08-25T19:52:53.153Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-08-25T19:52:55.186Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-08-25T19:52:59.883Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-25T19:53:03.002Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-25T19:53:06.839Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-25T20:02:08.004Z Finished `release` profile [optimized] target(s) in 11m 15s
30142026-08-25T20:02:08.007Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-25T20:02:08.008Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-25T20:03:00.022Z
30172026-08-25T20:03:00.022Zreal 12:08.719045343
30182026-08-25T20:03:00.025Zuser 1:23:47.795782721
30192026-08-25T20:03:00.025Zsys 3:39.087592917
30202026-08-25T20:03:00.025Ztrap 1.871439508
30212026-08-25T20:03:00.025Ztflt 1.940223706
30222026-08-25T20:03:00.025Zdflt 19.092918898
30232026-08-25T20:03:00.025Zkflt 0.009243291
30242026-08-25T20:03:00.025Zlock 9:37:33.856846477
30252026-08-25T20:03:00.025Zslp 2:26:22.570984876
30262026-08-25T20:03:00.025Zlat 2:39.108672874
30272026-08-25T20:03:00.025Zstop 5:45.130392670
30282026-08-25T20:03:00.025Z+ mapfile -t packages
30292026-08-25T20:03:00.025Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-25T20:03:00.990Z Finished `release` profile [optimized] target(s) in 0.95s
30312026-08-25T20:03:01.059Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-25T20:03:01.114ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-25T20:03:01.117Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-25T20:03:01.605Z Compiling libc v0.2.185
30352026-08-25T20:03:01.605Z Compiling serde_core v1.0.228
30362026-08-25T20:03:01.605Z Compiling serde v1.0.228
30372026-08-25T20:03:01.608Z Compiling rustix v1.1.4
30382026-08-25T20:03:01.608Z Compiling serde_json v1.0.151
30392026-08-25T20:03:01.608Z Compiling bitflags v2.11.0
30402026-08-25T20:03:01.724Z Compiling usdt-impl v0.5.0
30412026-08-25T20:03:01.739Z Compiling syn v2.0.117
30422026-08-25T20:03:01.769Z Compiling syn v1.0.109
30432026-08-25T20:03:01.792Z Compiling log v0.4.33
30442026-08-25T20:03:01.798Z Compiling getrandom v0.4.3
30452026-08-25T20:03:01.812Z Compiling indexmap v2.14.0
30462026-08-25T20:03:01.826Z Compiling fs-err v3.3.0
30472026-08-25T20:03:02.004Z Compiling once_cell v1.21.3
30482026-08-25T20:03:02.039Z Compiling anyhow v1.0.104
30492026-08-25T20:03:02.077Z Compiling heck v0.4.1
30502026-08-25T20:03:02.431Z Compiling errno v0.3.14
30512026-08-25T20:03:02.431Z Compiling thread-id v4.2.2
30522026-08-25T20:03:02.435Z Compiling memmap v0.7.0
30532026-08-25T20:03:03.230Z Compiling proc-macro-error v1.0.4
30542026-08-25T20:03:03.403Z Compiling terminal_size v0.4.3
30552026-08-25T20:03:03.403Z Compiling tempfile v3.27.0
30562026-08-25T20:03:03.497Z Compiling tabled_derive v0.7.0
30572026-08-25T20:03:03.513Z Compiling clap_builder v4.6.0
30582026-08-25T20:03:03.514Z Compiling textwrap v0.16.2
30592026-08-25T20:03:03.878Z Compiling camino v1.2.5
30602026-08-25T20:03:03.893Z Compiling cargo-platform v0.3.2
30612026-08-25T20:03:03.896Z Compiling semver v1.0.28
30622026-08-25T20:03:03.937Z Compiling pest_generator v2.8.6
30632026-08-25T20:03:04.196Z Compiling camino-tempfile v1.4.1
30642026-08-25T20:03:04.219Z Compiling tabled v0.15.0
30652026-08-25T20:03:04.440Z Compiling serde_derive v1.0.228
30662026-08-25T20:03:04.440Z Compiling thiserror-impl v1.0.69
30672026-08-25T20:03:04.472Z Compiling zerocopy-derive v0.7.35
30682026-08-25T20:03:04.472Z Compiling scroll_derive v0.12.1
30692026-08-25T20:03:04.472Z Compiling thiserror-impl v2.0.18
30702026-08-25T20:03:04.472Z Compiling clap_derive v4.6.1
30712026-08-25T20:03:04.525Z Compiling pest_derive v2.8.6
30722026-08-25T20:03:05.121Z Compiling scroll v0.12.0
30732026-08-25T20:03:05.256Z Compiling zerocopy v0.7.35
30742026-08-25T20:03:05.373Z Compiling goblin v0.8.2
30752026-08-25T20:03:05.527Z Compiling thiserror v1.0.69
30762026-08-25T20:03:05.647Z Compiling dtrace-parser v0.2.0
30772026-08-25T20:03:05.844Z Compiling thiserror v2.0.18
30782026-08-25T20:03:05.924Z Compiling clap v4.6.1
30792026-08-25T20:03:07.485Z Compiling dof v0.3.0
30802026-08-25T20:03:07.505Z Compiling toml_datetime v0.6.11
30812026-08-25T20:03:07.525Z Compiling serde_spanned v0.6.9
30822026-08-25T20:03:07.584Z Compiling serde_tokenstream v0.2.3
30832026-08-25T20:03:07.596Z Compiling cargo_metadata v0.23.1
30842026-08-25T20:03:07.636Z Compiling macaddr v1.0.1
30852026-08-25T20:03:07.677Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30862026-08-25T20:03:07.720Z Compiling toml_edit v0.22.27
30872026-08-25T20:03:08.303Z Compiling usdt-attr-macro v0.5.0
30882026-08-25T20:03:08.303Z Compiling usdt-macro v0.5.0
30892026-08-25T20:03:08.995Z Compiling usdt v0.5.0
30902026-08-25T20:03:09.288Z Compiling toml v0.8.23
30912026-08-25T20:03:09.734Z Compiling cargo_toml v0.21.0
30922026-08-25T20:03:14.135Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-25T20:03:17.359Z Finished `release` profile [optimized] target(s) in 16.22s
30942026-08-25T20:03:17.457Z
30952026-08-25T20:03:17.460Zreal 16.305330748
30962026-08-25T20:03:17.460Zuser 2:05.426540562
30972026-08-25T20:03:17.460Zsys 13.619187974
30982026-08-25T20:03:17.460Ztrap 0.066541952
30992026-08-25T20:03:17.460Ztflt 0.465672690
31002026-08-25T20:03:17.460Zdflt 1.388423371
31012026-08-25T20:03:17.460Zkflt 0.000048890
31022026-08-25T20:03:17.460Zlock 4:42.760540594
31032026-08-25T20:03:17.460Zslp 2:41.842135239
31042026-08-25T20:03:17.460Zlat 3.668133832
31052026-08-25T20:03:17.460Zstop 16.692036718
31062026-08-25T20:03:17.460Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-25T20:03:17.461Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-25T20:03:17.461Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-25T20:03:17.461Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-25T20:03:17.461Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-25T20:03:18.430Z Compiling match_cfg v0.1.0
31122026-08-25T20:03:18.430Z Compiling progenitor-client v0.14.0
31132026-08-25T20:03:18.434Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-25T20:03:18.434Z Compiling slog-json v2.6.1
31152026-08-25T20:03:18.435Z Compiling newtype-uuid-macros v0.1.0
31162026-08-25T20:03:18.435Z Compiling sha1 v0.11.0
31172026-08-25T20:03:18.435Z Compiling multer v3.1.0
31182026-08-25T20:03:18.580Z Compiling debug-ignore v1.0.5
31192026-08-25T20:03:18.584Z Compiling compression-core v0.4.31
31202026-08-25T20:03:18.584Z Compiling async-stream-impl v0.3.6
31212026-08-25T20:03:18.584Z Compiling serde_spanned v1.1.1
31222026-08-25T20:03:18.599Z Compiling toml_datetime v1.1.1+spec-1.1.0
31232026-08-25T20:03:18.605Z Compiling dropshot v0.17.1
31242026-08-25T20:03:18.605Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-25T20:03:18.688Z Compiling waitgroup v0.1.2
31262026-08-25T20:03:18.718Z Compiling hostname v0.3.1
31272026-08-25T20:03:18.722Z Compiling rustls-pemfile v2.2.0
31282026-08-25T20:03:18.734Z Compiling compression-codecs v0.4.37
31292026-08-25T20:03:18.804Z Compiling dropshot_endpoint v0.17.1
31302026-08-25T20:03:18.821Z Compiling hostname v0.4.2
31312026-08-25T20:03:18.875Z Compiling toml v1.1.2+spec-1.1.0
31322026-08-25T20:03:18.878Z Compiling serde_path_to_error v0.1.20
31332026-08-25T20:03:18.975Z Compiling async-compression v0.4.41
31342026-08-25T20:03:19.030Z Compiling slog-bunyan v2.5.0
31352026-08-25T20:03:19.043Z Compiling atomicwrites v0.4.4
31362026-08-25T20:03:19.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31372026-08-25T20:03:19.062Z Compiling macaddr v1.0.1
31382026-08-25T20:03:19.062Z Compiling serde_tokenstream v0.3.0
31392026-08-25T20:03:19.062Z Compiling oxide-generation v0.1.3
31402026-08-25T20:03:19.062Z Compiling instant v0.1.13
31412026-08-25T20:03:19.184Z Compiling regress v0.10.5
31422026-08-25T20:03:19.218Z Compiling parse-display-derive v0.10.0
31432026-08-25T20:03:19.236Z Compiling async-stream v0.3.6
31442026-08-25T20:03:19.259Z Compiling backon v1.6.0
31452026-08-25T20:03:19.352Z Compiling backoff v0.4.0
31462026-08-25T20:03:19.360Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31472026-08-25T20:03:19.360Z Compiling itertools v0.14.0
31482026-08-25T20:03:19.365Z Compiling humantime v2.3.0
31492026-08-25T20:03:19.402Z Compiling half v2.7.1
31502026-08-25T20:03:19.421Z Compiling oxide-generation-macros v0.2.0
31512026-08-25T20:03:19.440Z Compiling progenitor-extras v0.2.0
31522026-08-25T20:03:19.444Z Compiling crucible-workspace-hack v0.1.0
31532026-08-25T20:03:19.484Z Compiling ciborium-io v0.2.2
31542026-08-25T20:03:19.519Z Compiling convert_case v0.4.0
31552026-08-25T20:03:19.599Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31562026-08-25T20:03:19.617Z Compiling regress v0.11.1
31572026-08-25T20:03:19.620Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31582026-08-25T20:03:19.620Z Compiling secrecy v0.10.3
31592026-08-25T20:03:19.666Z Compiling ciborium-ll v0.2.2
31602026-08-25T20:03:19.703Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31612026-08-25T20:03:19.737Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622026-08-25T20:03:19.753Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-25T20:03:19.769Z Compiling inout v0.1.4
31642026-08-25T20:03:19.806Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31652026-08-25T20:03:19.806Z Compiling thiserror-impl-no-std v2.0.2
31662026-08-25T20:03:19.920Z Compiling derive_more v0.99.20
31672026-08-25T20:03:19.936Z Compiling ciborium v0.2.2
31682026-08-25T20:03:19.960Z Compiling cipher v0.4.4
31692026-08-25T20:03:19.982Z Compiling universal-hash v0.5.1
31702026-08-25T20:03:20.106Z Compiling unsafe-libyaml v0.2.11
31712026-08-25T20:03:20.123Z Compiling opaque-debug v0.3.1
31722026-08-25T20:03:20.147Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-25T20:03:20.223Z Compiling poly1305 v0.8.0
31742026-08-25T20:03:20.236Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31752026-08-25T20:03:20.256Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31762026-08-25T20:03:20.279Z Compiling chacha20 v0.9.1
31772026-08-25T20:03:20.345Z Compiling blake2 v0.10.6
31782026-08-25T20:03:20.481Z Compiling aead v0.5.2
31792026-08-25T20:03:20.508Z Compiling password-hash v0.5.0
31802026-08-25T20:03:20.545Z Compiling indent_write v2.2.0
31812026-08-25T20:03:20.568Z Compiling toml_datetime v0.7.5+spec-1.1.0
31822026-08-25T20:03:20.639Z Compiling chacha20poly1305 v0.10.1
31832026-08-25T20:03:20.708Z Compiling serde_yaml v0.9.34+deprecated
31842026-08-25T20:03:20.741Z Compiling num-derive v0.4.2
31852026-08-25T20:03:20.823Z Compiling argon2 v0.5.3
31862026-08-25T20:03:20.843Z Compiling toml_edit v0.23.10+spec-1.0.0
31872026-08-25T20:03:20.890Z Compiling heapless v0.8.0
31882026-08-25T20:03:20.932Z Compiling ingot-macros v0.2.0
31892026-08-25T20:03:20.957Z Compiling tabwriter v1.4.1
31902026-08-25T20:03:20.975Z Compiling parse-display v0.10.0
31912026-08-25T20:03:20.991Z Compiling hash32 v0.3.1
31922026-08-25T20:03:21.051Z Compiling thiserror-no-std v2.0.2
31932026-08-25T20:03:21.165Z Compiling vsss-rs v3.3.4
31942026-08-25T20:03:21.182Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31952026-08-25T20:03:21.211Z Compiling typify-impl v0.6.2
31962026-08-25T20:03:21.338Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-25T20:03:21.427Z Compiling proc-macro-crate v3.4.0
31982026-08-25T20:03:21.473Z Compiling smoltcp v0.11.0
31992026-08-25T20:03:21.729Z Compiling cobs v0.3.0
32002026-08-25T20:03:21.874Z Compiling illumos-nvpair-sys v0.2.0
32012026-08-25T20:03:21.904Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32022026-08-25T20:03:21.947Z Compiling colored v3.1.1
32032026-08-25T20:03:22.002Z Compiling num_enum_derive v0.7.6
32042026-08-25T20:03:22.047Z Compiling postcard v1.1.3
32052026-08-25T20:03:22.121Z Compiling proc-macro-error v1.0.4
32062026-08-25T20:03:22.169Z Compiling rand v0.10.1
32072026-08-25T20:03:22.182Z Compiling proc-macro-crate v1.3.1
32082026-08-25T20:03:22.275Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-25T20:03:22.352Z Compiling foreign-types-macros v0.2.3
32102026-08-25T20:03:22.393Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-25T20:03:22.408Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-25T20:03:22.427Z Compiling foreign-types-shared v0.3.1
32132026-08-25T20:03:22.455Z Compiling rayon-core v1.13.0
32142026-08-25T20:03:22.577Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-25T20:03:22.628Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-25T20:03:22.684Z Compiling num_enum_derive v0.5.11
32172026-08-25T20:03:22.728Z Compiling crossbeam-deque v0.8.6
32182026-08-25T20:03:22.764Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-25T20:03:22.862Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-25T20:03:22.881Z Compiling cstr-argument v0.1.2
32212026-08-25T20:03:22.922Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-25T20:03:22.999Z Compiling foreign-types v0.5.0
32232026-08-25T20:03:23.020Z Compiling illumos-nvpair v0.3.0
32242026-08-25T20:03:23.081Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32252026-08-25T20:03:23.102Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-25T20:03:23.120Z Compiling num_enum v0.7.6
32272026-08-25T20:03:23.164Z Compiling zone_cfg_derive v0.3.1
32282026-08-25T20:03:23.231Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32292026-08-25T20:03:23.254Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32302026-08-25T20:03:23.274Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32312026-08-25T20:03:23.292Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-25T20:03:23.362Z Compiling itertools v0.12.1
32332026-08-25T20:03:23.380Z Compiling rayon v1.11.0
32342026-08-25T20:03:23.398Z Compiling sigpipe v0.1.3
32352026-08-25T20:03:23.418Z Compiling glob v0.3.3
32362026-08-25T20:03:23.550Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32372026-08-25T20:03:23.554Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-25T20:03:23.554Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-25T20:03:23.705Z Compiling smf v0.2.3
32402026-08-25T20:03:23.750Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32412026-08-25T20:03:23.812Z Compiling cpubits v0.1.1
32422026-08-25T20:03:23.831Z Compiling whoami v1.6.1
32432026-08-25T20:03:23.856Z Compiling num_enum v0.5.11
32442026-08-25T20:03:23.876Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-08-25T20:03:23.902Z Compiling gethostname v0.5.0
32462026-08-25T20:03:23.920Z Compiling derive-where v1.6.0
32472026-08-25T20:03:23.923Z Compiling ingot-types v0.2.0
32482026-08-25T20:03:23.956Z Compiling usdt-macro v0.5.0
32492026-08-25T20:03:23.983Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32502026-08-25T20:03:24.004Z Compiling usdt-attr-macro v0.5.0
32512026-08-25T20:03:24.040Z Compiling num-rational v0.4.2
32522026-08-25T20:03:24.057Z Compiling num-complex v0.4.6
32532026-08-25T20:03:24.151Z Compiling memmap v0.7.0
32542026-08-25T20:03:24.323Z Compiling ingot v0.2.1
32552026-08-25T20:03:24.371Z Compiling toml v0.8.23
32562026-08-25T20:03:24.398Z Compiling pem-rfc7468 v1.0.0
32572026-08-25T20:03:24.488Z Compiling num v0.4.3
32582026-08-25T20:03:24.550Z Compiling float-ord v0.3.2
32592026-08-25T20:03:24.587Z Compiling zone v0.3.1
32602026-08-25T20:03:24.659Z Compiling resolv-conf v0.7.6
32612026-08-25T20:03:24.700Z Compiling cancel-safe-futures v0.1.5
32622026-08-25T20:03:24.703Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-25T20:03:24.741Z Compiling hmac v0.13.0
32642026-08-25T20:03:24.772Z Compiling universal-hash v0.6.1
32652026-08-25T20:03:24.860Z Compiling usdt v0.5.0
32662026-08-25T20:03:24.959Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-25T20:03:24.974Z Compiling sha1 v0.10.6
32682026-08-25T20:03:25.033Z Compiling libefi-sys v0.1.0
32692026-08-25T20:03:25.052Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32702026-08-25T20:03:25.116Z Compiling linear-map v1.2.0
32712026-08-25T20:03:25.162Z Compiling prettyplease v0.2.37
32722026-08-25T20:03:25.236Z Compiling polyval v0.7.1
32732026-08-25T20:03:25.254Z Compiling der v0.8.0
32742026-08-25T20:03:25.336Z Compiling hickory-proto v0.24.4
32752026-08-25T20:03:25.346Z Compiling newline-converter v0.3.0
32762026-08-25T20:03:25.346Z Compiling oxide-update-engine-types v0.1.2
32772026-08-25T20:03:25.352Z Compiling console v0.15.11
32782026-08-25T20:03:25.357Z Compiling bitfield-struct v0.6.2
32792026-08-25T20:03:25.430Z Compiling linked-hash-map v0.5.6
32802026-08-25T20:03:25.506Z Compiling ghash v0.6.0
32812026-08-25T20:03:25.654Z Compiling lru-cache v0.1.2
32822026-08-25T20:03:25.696Z Compiling expectorate v1.2.0
32832026-08-25T20:03:25.717Z Compiling pbkdf2 v0.13.0
32842026-08-25T20:03:25.817Z Compiling aes v0.9.1
32852026-08-25T20:03:25.852Z Compiling typify-macro v0.6.2
32862026-08-25T20:03:25.875Z Compiling crypto-bigint v0.7.5
32872026-08-25T20:03:25.893Z Compiling ctr v0.10.1
32882026-08-25T20:03:25.911Z Compiling aead v0.6.1
32892026-08-25T20:03:25.969Z Compiling sha2 v0.11.0
32902026-08-25T20:03:26.070Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-25T20:03:26.111Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32922026-08-25T20:03:26.139Z Compiling nom v8.0.0
32932026-08-25T20:03:26.308Z Compiling semver v0.1.20
32942026-08-25T20:03:26.393Z Compiling oxide-update-engine v0.1.2
32952026-08-25T20:03:26.460Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32962026-08-25T20:03:26.545Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32972026-08-25T20:03:26.564Z Compiling rustc_version v0.1.7
32982026-08-25T20:03:26.590Z Compiling aes-gcm v0.11.0
32992026-08-25T20:03:26.624Z Compiling spki v0.8.0
33002026-08-25T20:03:26.666Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-25T20:03:26.821Z Compiling tokio-dtrace v0.1.1
33022026-08-25T20:03:26.824Z Compiling dropshot-api-manager-types v0.8.0
33032026-08-25T20:03:26.878Z Compiling salsa20 v0.11.0
33042026-08-25T20:03:26.909Z Compiling slog-dtrace v0.3.0
33052026-08-25T20:03:26.929Z Compiling xshell-macros v0.2.7
33062026-08-25T20:03:26.950Z Compiling minimal-lexical v0.2.1
33072026-08-25T20:03:26.966Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33082026-08-25T20:03:27.080Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-08-25T20:03:27.156Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-08-25T20:03:27.179Z Compiling nom v7.1.3
33112026-08-25T20:03:27.206Z Compiling scrypt v0.12.0
33122026-08-25T20:03:27.234Z Compiling oxide-tokio-rt v0.1.4
33132026-08-25T20:03:27.293Z Compiling newtype_derive v0.1.6
33142026-08-25T20:03:27.363Z Compiling xshell v0.2.7
33152026-08-25T20:03:27.521Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33162026-08-25T20:03:27.545Z Compiling hickory-resolver v0.24.4
33172026-08-25T20:03:27.565Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-25T20:03:27.584Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33192026-08-25T20:03:27.718Z Compiling typify v0.6.2
33202026-08-25T20:03:27.735Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33212026-08-25T20:03:27.823Z Compiling progenitor-impl v0.14.0
33222026-08-25T20:03:27.857Z Compiling phf_shared v0.12.1
33232026-08-25T20:03:27.898Z Compiling rfc6979 v0.4.0
33242026-08-25T20:03:28.062Z Compiling cbc v0.2.1
33252026-08-25T20:03:28.078Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-25T20:03:28.225Z Compiling csv-core v0.1.13
33272026-08-25T20:03:28.249Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33282026-08-25T20:03:28.281Z Compiling chrono-tz v0.10.4
33292026-08-25T20:03:28.310Z Compiling highway v1.3.0
33302026-08-25T20:03:28.336Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-25T20:03:28.427Z Compiling unicode-xid v0.2.6
33322026-08-25T20:03:28.494Z Compiling pkcs5 v0.8.1
33332026-08-25T20:03:28.554Z Compiling proc-macro-error2 v2.0.1
33342026-08-25T20:03:28.571Z Compiling csv v1.4.0
33352026-08-25T20:03:28.591Z Compiling ecdsa v0.16.9
33362026-08-25T20:03:28.614Z Compiling phf v0.12.1
33372026-08-25T20:03:28.635Z Compiling qorb v0.4.1
33382026-08-25T20:03:28.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33392026-08-25T20:03:28.757Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33402026-08-25T20:03:28.802Z Compiling const_format_proc_macros v0.2.34
33412026-08-25T20:03:28.907Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33422026-08-25T20:03:29.032Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-08-25T20:03:29.063Z Compiling primeorder v0.13.6
33442026-08-25T20:03:29.160Z Compiling hashbrown v0.14.5
33452026-08-25T20:03:29.182Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33462026-08-25T20:03:29.275Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-08-25T20:03:29.375Z Compiling salty v0.3.0
33482026-08-25T20:03:29.410Z Compiling p384 v0.13.1
33492026-08-25T20:03:29.690Z Compiling const_format v0.2.35
33502026-08-25T20:03:29.710Z Compiling chumsky v0.9.3
33512026-08-25T20:03:29.819Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-08-25T20:03:29.864Z Compiling knus-derive v3.4.0
33532026-08-25T20:03:29.899Z Compiling pkcs8 v0.11.0
33542026-08-25T20:03:30.036Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-25T20:03:30.053Z Compiling tabled_derive v0.7.0
33562026-08-25T20:03:30.354Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-25T20:03:30.536Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33582026-08-25T20:03:30.586Z Compiling progenitor-macro v0.14.0
33592026-08-25T20:03:30.712Z Compiling bcs v0.1.6
33602026-08-25T20:03:30.769Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33612026-08-25T20:03:30.786Z Compiling ff v0.14.0
33622026-08-25T20:03:30.972Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33632026-08-25T20:03:31.044Z Compiling termtree v0.5.1
33642026-08-25T20:03:31.095Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-08-25T20:03:31.115Z Compiling steno v0.4.1
33662026-08-25T20:03:31.127Z Compiling tabled v0.15.0
33672026-08-25T20:03:31.257Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-08-25T20:03:31.314Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-25T20:03:31.339Z Compiling tagptr v0.2.0
33702026-08-25T20:03:31.426Z Compiling knus v3.4.0
33712026-08-25T20:03:31.475Z Compiling group v0.14.0
33722026-08-25T20:03:31.521Z Compiling moka v0.12.13
33732026-08-25T20:03:31.566Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-25T20:03:31.672Z Compiling signature v3.0.0
33752026-08-25T20:03:31.702Z Compiling base16ct v1.0.0
33762026-08-25T20:03:31.910Z Compiling sec1 v0.8.1
33772026-08-25T20:03:31.927Z Compiling hkdf v0.13.0
33782026-08-25T20:03:31.986Z Compiling libscf-sys v1.2.0
33792026-08-25T20:03:32.006Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33802026-08-25T20:03:32.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33812026-08-25T20:03:32.144Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33822026-08-25T20:03:32.252Z Compiling hickory-resolver v0.25.2
33832026-08-25T20:03:32.316Z Compiling elliptic-curve v0.14.1
33842026-08-25T20:03:32.354Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33852026-08-25T20:03:32.376Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-25T20:03:32.385Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-25T20:03:32.609Z Compiling corncobs v0.1.4
33882026-08-25T20:03:32.730Z Compiling parking_lot_core v0.8.6
33892026-08-25T20:03:32.807Z Compiling utf-8 v0.7.6
33902026-08-25T20:03:32.893Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33912026-08-25T20:03:33.012Z Compiling tungstenite v0.21.0
33922026-08-25T20:03:33.053Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-25T20:03:33.080Z Compiling wnaf v0.14.0
33942026-08-25T20:03:33.169Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-25T20:03:33.300Z Compiling primefield v0.14.0
33962026-08-25T20:03:33.318Z Compiling rfc6979 v0.6.0
33972026-08-25T20:03:33.338Z Compiling papergrid v0.18.0
33982026-08-25T20:03:33.479Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-25T20:03:33.514Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-25T20:03:33.542Z Compiling git-stub v1.0.0
34012026-08-25T20:03:33.630Z Compiling secrecy v0.8.0
34022026-08-25T20:03:33.672Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-25T20:03:33.820Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-25T20:03:33.848Z Compiling git-stub-vcs v0.1.0
34052026-08-25T20:03:33.895Z Compiling primeorder v0.14.0
34062026-08-25T20:03:33.985Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-25T20:03:34.058Z Compiling tokio-tungstenite v0.21.0
34082026-08-25T20:03:34.218Z Compiling ecdsa v0.17.0
34092026-08-25T20:03:34.360Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34102026-08-25T20:03:34.371Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34112026-08-25T20:03:34.432Z Compiling tabled v0.21.0
34122026-08-25T20:03:34.453Z Compiling curve25519-dalek v5.0.0
34132026-08-25T20:03:34.526Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34142026-08-25T20:03:34.542Z Compiling unicase v2.9.0
34152026-08-25T20:03:34.562Z Compiling parking_lot v0.11.2
34162026-08-25T20:03:34.613Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34172026-08-25T20:03:34.721Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34182026-08-25T20:03:34.775Z Compiling ssh-encoding v0.3.0
34192026-08-25T20:03:34.873Z Compiling mime_guess v2.0.5
34202026-08-25T20:03:34.978Z Compiling progenitor-impl v0.13.0
34212026-08-25T20:03:34.992Z Compiling prefix-trie v0.7.0
34222026-08-25T20:03:35.137Z Compiling fxhash v0.2.1
34232026-08-25T20:03:35.147Z Compiling keccak v0.2.0
34242026-08-25T20:03:35.166Z Compiling crc8 v0.1.1
34252026-08-25T20:03:35.254Z Compiling sled v0.34.7
34262026-08-25T20:03:35.322Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-25T20:03:35.365Z Compiling hickory-server v0.25.2
34282026-08-25T20:03:35.418Z Compiling ed25519 v3.0.0
34292026-08-25T20:03:35.495Z Compiling crypto-primes v0.7.2
34302026-08-25T20:03:35.842Z Compiling progenitor v0.14.0
34312026-08-25T20:03:35.862Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322026-08-25T20:03:35.920Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34332026-08-25T20:03:35.924Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34342026-08-25T20:03:35.962Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34352026-08-25T20:03:36.525Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-25T20:03:36.553Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-25T20:03:36.568Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-25T20:03:36.588Z Compiling pkcs1 v0.8.0-rc.4
34392026-08-25T20:03:36.977Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34402026-08-25T20:03:37.014Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34412026-08-25T20:03:37.040Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34422026-08-25T20:03:37.088Z Compiling poly1305 v0.9.0
34432026-08-25T20:03:37.248Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34442026-08-25T20:03:37.265Z Compiling progenitor-client v0.13.0
34452026-08-25T20:03:37.398Z Compiling blowfish v0.10.0
34462026-08-25T20:03:37.622Z Compiling blake2 v0.11.0-rc.6
34472026-08-25T20:03:37.638Z Compiling progenitor-macro v0.13.0
34482026-08-25T20:03:37.684Z Compiling http-range v0.1.5
34492026-08-25T20:03:37.706Z Compiling half v1.8.3
34502026-08-25T20:03:37.847Z Compiling bcrypt-pbkdf v0.11.0
34512026-08-25T20:03:37.879Z Compiling ssh-cipher v0.3.0
34522026-08-25T20:03:37.898Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34532026-08-25T20:03:38.122Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-25T20:03:38.228Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-25T20:03:38.591Z Compiling serde_cbor v0.11.2
34562026-08-25T20:03:38.708Z Compiling argon2 v0.6.0-rc.8
34572026-08-25T20:03:38.745Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582026-08-25T20:03:38.985Z Compiling rsa v0.10.0-rc.18
34592026-08-25T20:03:39.227Z Compiling ed25519-dalek v3.0.0
34602026-08-25T20:03:39.573Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34612026-08-25T20:03:39.798Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34622026-08-25T20:03:39.811Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34632026-08-25T20:03:40.138Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34642026-08-25T20:03:40.148Z Compiling sha3 v0.11.0
34652026-08-25T20:03:40.256Z Compiling p521 v0.14.0
34662026-08-25T20:03:40.286Z Compiling p256 v0.14.0
34672026-08-25T20:03:40.336Z Compiling p384 v0.14.0
34682026-08-25T20:03:40.703Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34692026-08-25T20:03:40.722Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34702026-08-25T20:03:40.758Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34712026-08-25T20:03:40.982Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-25T20:03:41.028Z Compiling scuffle v0.1.0
34732026-08-25T20:03:41.453Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-25T20:03:41.464Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-25T20:03:41.720Z Compiling yasna v0.5.2
34762026-08-25T20:03:42.007Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34772026-08-25T20:03:42.023Z Compiling kstat-rs v0.2.5
34782026-08-25T20:03:42.271Z Compiling headers-core v0.3.0
34792026-08-25T20:03:42.304Z Compiling kem v0.3.0
34802026-08-25T20:03:42.366Z Compiling module-lattice v0.2.3
34812026-08-25T20:03:42.426Z Compiling nanorand v0.7.0
34822026-08-25T20:03:42.446Z Compiling sponge-cursor v0.1.0
34832026-08-25T20:03:42.463Z Compiling headers v0.4.1
34842026-08-25T20:03:42.633Z Compiling sha3 v0.12.0
34852026-08-25T20:03:42.689Z Compiling ml-kem v0.3.2
34862026-08-25T20:03:42.689Z Compiling flume v0.11.1
34872026-08-25T20:03:42.712Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34882026-08-25T20:03:42.741Z Compiling rcgen v0.12.1
34892026-08-25T20:03:42.757Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-25T20:03:42.853Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34912026-08-25T20:03:42.900Z Compiling progenitor v0.13.0
34922026-08-25T20:03:42.978Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34932026-08-25T20:03:43.020Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34942026-08-25T20:03:43.054Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34952026-08-25T20:03:43.114Z Compiling hyper-staticfile v0.10.1
34962026-08-25T20:03:43.182Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34972026-08-25T20:03:43.265Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-25T20:03:43.357Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34992026-08-25T20:03:43.577Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35002026-08-25T20:03:43.645Z Compiling ssh-key v0.7.0-rc.11
35012026-08-25T20:03:43.651Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35022026-08-25T20:03:43.680Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35032026-08-25T20:03:43.699Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35042026-08-25T20:03:43.755Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35052026-08-25T20:03:43.773Z Compiling russh-cryptovec v0.62.0
35062026-08-25T20:03:43.790Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-25T20:03:43.932Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-25T20:03:43.975Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-25T20:03:44.012Z Compiling port-file v0.1.0
35102026-08-25T20:03:44.038Z Compiling num-bigint v0.4.6
35112026-08-25T20:03:44.038Z Compiling generic-array v1.4.3
35122026-08-25T20:03:44.098Z Compiling russh-util v0.52.0
35132026-08-25T20:03:44.137Z Compiling enum_dispatch v0.3.13
35142026-08-25T20:03:44.286Z Compiling delegate v0.13.5
35152026-08-25T20:03:44.291Z Compiling subprocess v0.2.15
35162026-08-25T20:03:44.519Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35172026-08-25T20:03:44.554Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35182026-08-25T20:03:44.728Z Compiling display-error-chain v0.2.2
35192026-08-25T20:03:44.899Z Compiling md5 v0.8.0
35202026-08-25T20:03:45.010Z Compiling hex-literal v1.1.0
35212026-08-25T20:03:45.070Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35222026-08-25T20:03:45.091Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35232026-08-25T20:03:45.168Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35242026-08-25T20:03:45.189Z Compiling colored v2.2.0
35252026-08-25T20:03:45.205Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-25T20:03:45.303Z Compiling russh v0.62.4
35272026-08-25T20:03:45.311Z Compiling socket2 v0.5.10
35282026-08-25T20:03:45.472Z Compiling internet-checksum v0.2.1
35292026-08-25T20:03:45.682Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35302026-08-25T20:03:45.757Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35312026-08-25T20:03:48.499Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-25T20:03:49.227Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-25T20:03:49.766Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-25T20:03:50.929Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-25T20:03:51.106Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-25T20:04:03.399Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35372026-08-25T20:04:03.400Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35382026-08-25T20:04:03.400Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35392026-08-25T20:04:03.570Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35402026-08-25T20:04:03.570Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35412026-08-25T20:04:03.570Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-25T20:04:03.570Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-25T20:04:06.051Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-25T20:04:46.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35452026-08-25T20:04:46.911Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-25T20:04:46.911Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-25T20:04:47.141Z
35482026-08-25T20:04:47.141Zreal 1:29.615810266
35492026-08-25T20:04:47.141Zuser 8:41.392761941
35502026-08-25T20:04:47.142Zsys 1:43.974238214
35512026-08-25T20:04:47.142Ztrap 0.255619472
35522026-08-25T20:04:47.146Ztflt 0.265597367
35532026-08-25T20:04:47.146Zdflt 1.953627950
35542026-08-25T20:04:47.146Zkflt 0.000336350
35552026-08-25T20:04:47.146Zlock 32:11.580238041
35562026-08-25T20:04:47.146Zslp 19:43.213702260
35572026-08-25T20:04:47.147Zlat 39.680844557
35582026-08-25T20:04:47.147Zstop 3:11.084005365
35592026-08-25T20:04:47.147Z+ mkdir tests
35602026-08-25T20:04:47.150Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-25T20:04:47.150Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-25T20:04:47.170Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-36f98c9766aea515 tests/
35632026-08-25T20:04:47.201Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-67261a852b77e644 tests/
35642026-08-25T20:04:47.234Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-306e6573fcbb6af8 tests/
35652026-08-25T20:04:47.265Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e9c7699b2310dd45 tests/
35662026-08-25T20:04:47.620Z+ 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)
35672026-08-25T20:04:47.623Z+ 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-67261a852b77e644 tests/commtest-306e6573fcbb6af8 tests/dhcp_server-36f98c9766aea515 tests/end_to_end_tests-e9c7699b2310dd45 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
35682026-08-25T20:06:17.431ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-25T20:06:17.431Za .github/buildomat/ci-env.sh 1K
35702026-08-25T20:06:17.431Za out/target/test 1K
35712026-08-25T20:06:17.431Za out/npuzone/npuzone 27402K
35722026-08-25T20:06:17.431Za package-manifest.toml 35K
35732026-08-25T20:06:17.431Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-25T20:06:17.431Za target/release/omicron-package 49392K
35752026-08-25T20:06:17.431Za target/release/xtask 11727K
35762026-08-25T20:06:17.431Za target/debug/bootstrap 439737K
35772026-08-25T20:06:17.431Za tests/bootstrap-67261a852b77e644 34430K
35782026-08-25T20:06:17.431Za tests/commtest-306e6573fcbb6af8 34431K
35792026-08-25T20:06:17.431Za tests/dhcp_server-36f98c9766aea515 34431K
35802026-08-25T20:06:17.431Za tests/end_to_end_tests-e9c7699b2310dd45 503269K
35812026-08-25T20:06:17.431Za tools/opte_version 1K
35822026-08-25T20:06:17.431Za tools/opte_version_override 2K
35832026-08-25T20:06:17.431Za out/clickhouse.tar.gz 330887K
35842026-08-25T20:06:17.432Za out/clickhouse_keeper.tar.gz 314893K
35852026-08-25T20:06:17.432Za out/clickhouse_server.tar.gz 330885K
35862026-08-25T20:06:17.432Za out/cockroachdb.tar.gz 170173K
35872026-08-25T20:06:17.432Za out/crucible-pantry-zone.tar.gz 41879K
35882026-08-25T20:06:17.432Za out/crucible-utils.tar 18900K
35892026-08-25T20:06:17.432Za out/crucible-zone.tar.gz 56691K
35902026-08-25T20:06:17.432Za out/external-dns.tar.gz 46732K
35912026-08-25T20:06:17.432Za out/internal-dns.tar.gz 46731K
35922026-08-25T20:06:17.432Za out/mg-ddm-gz.tar 100917K
35932026-08-25T20:06:17.432Za out/nexus.tar.gz 359344K
35942026-08-25T20:06:17.432Za out/ntp.tar.gz 35217K
35952026-08-25T20:06:17.432Za out/omicron-gateway-softnpu.tar.gz 28981K
35962026-08-25T20:06:17.432Za out/omicron-sled-agent.tar 242995K
35972026-08-25T20:06:17.432Za out/overlay.tar.gz 4K
35982026-08-25T20:06:17.432Za out/oximeter.tar.gz 71998K
35992026-08-25T20:06:17.432Za out/oxlog.tar 4088K
36002026-08-25T20:06:17.432Za out/probe.tar.gz 3037K
36012026-08-25T20:06:17.432Za out/propolis-server.tar.gz 34642K
36022026-08-25T20:06:17.432Za out/pumpkind-gz.tar 26647K
36032026-08-25T20:06:17.432Za out/switch-softnpu.tar.gz 502083K
36042026-08-25T20:06:17.436Z
36052026-08-25T20:06:17.436Zreal 1:29.809561138
36062026-08-25T20:06:17.436Zuser 1:26.829269359
36072026-08-25T20:06:17.436Zsys 4.966320045
36082026-08-25T20:06:17.436Ztrap 0.006494667
36092026-08-25T20:06:17.436Ztflt 0.000000000
36102026-08-25T20:06:17.436Zdflt 0.000000000
36112026-08-25T20:06:17.436Zkflt 0.000000000
36122026-08-25T20:06:17.436Zlock 0.000000000
36132026-08-25T20:06:17.436Zslp 1:26.712244034
36142026-08-25T20:06:17.436Zlat 1.100211300
36152026-08-25T20:06:17.436Zstop 0.000140460
36162026-08-25T20:06:17.436Zprocess exited: duration 1156954 ms, exit code 0
 
36172026-08-25T20:06:17.449Zfound 1 output files
36182026-08-25T20:06:17.488Zuploading: /work/package.tar.gz (2768612241 bytes)
36192026-08-25T20:06:50.506Zuploaded: /work/package.tar.gz