01M0G5JMKST44TNKQTAXHBGH8X: 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: 01M0G5K88GWEZSDKFSTKFZYHGJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T18:06:27.313Zjob assigned to worker 01M0G5KCTXR657HS3PQXYHQZTW [factory aws, i-048ced527dacb148c] (queued for 47 s)
 
22026-08-20T18:06:34.318Zstarting task 0: "setup"
32026-08-20T18:06:34.322Z++ uname -s
42026-08-20T18:06:34.327Z+ kern=SunOS
52026-08-20T18:06:34.327Z+ build_user=build
62026-08-20T18:06:34.327Z+ build_uid=12345
72026-08-20T18:06:34.327Z+ work_dir=/work
82026-08-20T18:06:34.327Z+ input_dir=/input
92026-08-20T18:06:34.327Z+ [[ 0 == 12345 ]]
102026-08-20T18:06:34.327Z+ case "$kern" in
112026-08-20T18:06:34.327Z+ groupadd -g 12345 build
122026-08-20T18:06:34.331Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T18:06:36.333Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T18:06:36.405Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T18:06:36.408Z+ home_fs=zfs
162026-08-20T18:06:36.408Z+ [[ zfs == autofs ]]
172026-08-20T18:06:36.408Z+ mkdir -p /home/build
182026-08-20T18:06:36.411Z+ chown build:build /home/build /work
192026-08-20T18:06:38.410Z+ chmod 0700 /home/build /work
202026-08-20T18:06:38.413Zprocess exited: duration 4097 ms, exit code 0
 
212026-08-20T18:06:38.419Zstarting task 1: "rust-toolchain"
222026-08-20T18:06:38.425Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T18:06:38.425Z * rust toolchain channel = "1.97.1"
242026-08-20T18:06:38.425Z * rust toolchain profile = "default"
252026-08-20T18:06:38.425Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T18:06:38.425Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T18:06:38.425Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T18:06:38.428Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T18:06:38.428Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T18:06:38.489Zinfo: downloading installer
312026-08-20T18:06:39.590Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T18:06:39.590Zwarn: /home/build/.rustup/settings.toml
332026-08-20T18:06:39.590Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T18:06:39.590Zwarn: instead of the one inferred from the default host triple.
352026-08-20T18:06:39.603Zinfo: profile set to default
362026-08-20T18:06:39.603Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T18:06:39.606Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T18:06:39.739Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T18:06:39.742Zinfo: downloading 6 components
402026-08-20T18:06:54.087Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T18:06:54.088Z
422026-08-20T18:06:54.113Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T18:06:54.113Z
442026-08-20T18:06:54.113Z
452026-08-20T18:06:54.116ZRust is installed now. Great!
462026-08-20T18:06:54.116Z
472026-08-20T18:06:54.116ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T18:06:54.116Zenvironment variable. This has not been done automatically.
492026-08-20T18:06:54.116Z
502026-08-20T18:06:54.116ZTo configure your current shell, you need to source
512026-08-20T18:06:54.117Zthe corresponding env file under $HOME/.cargo.
522026-08-20T18:06:54.117Z
532026-08-20T18:06:54.117ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T18:06:54.117Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T18:06:54.117Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T18:06:54.117Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T18:06:54.117Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T18:06:54.117Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T18:06:54.117Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T18:06:54.117Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T18:06:54.117Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T18:06:54.222Z+ rustup --version
632026-08-20T18:06:54.228Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T18:06:54.231Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T18:06:54.249Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T18:06:54.252Z+ cargo --version
672026-08-20T18:06:54.260Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T18:06:54.262Z+ rustc --version
692026-08-20T18:06:54.283Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T18:06:54.286Zprocess exited: duration 15864 ms, exit code 0
 
712026-08-20T18:06:54.292Zstarting task 2: "authentication"
722026-08-20T18:06:54.310Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T18:06:54.316Zstarting task 3: "clone repository"
742026-08-20T18:06:54.323Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T18:06:54.323Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T18:06:54.355ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T18:07:12.948Z+ cd /work/oxidecomputer/omicron
782026-08-20T18:07:12.949Z+ git fetch origin 6a760c915b97729478b1b8294d55333d34d6c6fb
792026-08-20T18:07:13.291ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T18:07:13.291Z * branch 6a760c915b97729478b1b8294d55333d34d6c6fb -> FETCH_HEAD
812026-08-20T18:07:13.305Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-20T18:07:13.309Z++ git branch --show-current
832026-08-20T18:07:13.309Z+ current=main
842026-08-20T18:07:13.309Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-20T18:07:13.309Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config 6a760c915b97729478b1b8294d55333d34d6c6fb
862026-08-20T18:07:13.312Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-20T18:07:13.487ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-20T18:07:13.491Z+ git reset --hard 6a760c915b97729478b1b8294d55333d34d6c6fb
892026-08-20T18:07:13.659ZHEAD is now at 6a760c915 rebase on main
902026-08-20T18:07:13.662Zprocess exited: duration 19344 ms, exit code 0
 
912026-08-20T18:07:13.669Zstarting task 4: "build"
922026-08-20T18:07:13.674Z+ source .github/buildomat/ci-env.sh
932026-08-20T18:07:13.674Z++ export CARGO_TERM_COLOR=always
942026-08-20T18:07:13.674Z++ CARGO_TERM_COLOR=always
952026-08-20T18:07:13.677Z+++ uname -s
962026-08-20T18:07:13.677Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T18:07:13.677Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T18:07:13.680Z+ cargo --version
992026-08-20T18:07:13.688Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T18:07:13.692Z+ rustc --version
1012026-08-20T18:07:13.711Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T18:07:13.714Z+ WORK=/work
1032026-08-20T18:07:13.714Z+ pfexec mkdir -p /work
1042026-08-20T18:07:13.718Z+ pfexec chown build /work
1052026-08-20T18:07:13.721Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-20T18:07:15.683Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-20T18:07:16.015Z Startup: Caching catalogs ... Done
1082026-08-20T18:07:17.886ZPlanning: Solver setup ... Done (1.762s)
1092026-08-20T18:07:17.942ZPlanning: Running solver ... Done (0.055s)
1102026-08-20T18:07:17.983ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-20T18:07:17.995ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-20T18:07:18.016ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-20T18:07:18.030ZPlanning: Package planning ... Done (0.013s)
1142026-08-20T18:07:18.033ZPlanning: Merging actions ... Done (0.002s)
1152026-08-20T18:07:18.189ZPlanning: Checking for conflicting actions ... Done (0.157s)
1162026-08-20T18:07:18.192ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-20T18:07:19.026ZPlanning: Evaluating mediators ... Done (0.836s)
1182026-08-20T18:07:19.029ZPlanning: Planning completed in 2.98 seconds
1192026-08-20T18:07:19.036Z Packages to install: 2
1202026-08-20T18:07:19.036Z Estimated space available: 156.01 GB
1212026-08-20T18:07:19.036ZEstimated space to be consumed: 72.16 MB
1222026-08-20T18:07:19.036Z Create boot environment: No
1232026-08-20T18:07:19.036ZCreate backup boot environment: No
1242026-08-20T18:07:19.039Z Rebuild boot archive: No
1252026-08-20T18:07:19.039Z
1262026-08-20T18:07:19.039ZChanged packages:
1272026-08-20T18:07:19.039Zhelios
1282026-08-20T18:07:19.039Z developer/build-essential
1292026-08-20T18:07:19.039Z None -> 11-3.0
1302026-08-20T18:07:19.039Z library/libxmlsec1
1312026-08-20T18:07:19.039Z None -> 1.2.35-3.0
1322026-08-20T18:07:19.063Z
1332026-08-20T18:07:19.063ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-20T18:07:19.129ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1352026-08-20T18:07:19.206Z Actions: 1/268 actions (Installing new actions)
1362026-08-20T18:07:19.245Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-20T18:07:19.275ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-20T18:07:19.275ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-20T18:07:19.353ZFinalize: Updating image state ... Done (0.078s)
1402026-08-20T18:07:21.964ZFinalize: Creating fast lookup database ... Done (2.563s)
1412026-08-20T18:07:22.033ZFinalize: Reading search index ... Done (0.012s)
1422026-08-20T18:07:22.037ZFinalize: Updating search index ... Done (0.000s)
1432026-08-20T18:07:22.113ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-20T18:07:22.469ZPlanning: Evaluating mediator changes ... Done
1452026-08-20T18:07:22.572ZPlanning: Checking for conflicting actions ... Done
1462026-08-20T18:07:22.576ZPlanning: Consolidating action changes ... Done
1472026-08-20T18:07:22.728ZPlanning: Evaluating mediators ... Done
1482026-08-20T18:07:22.732ZPlanning: Planning completed in 0.26 seconds
1492026-08-20T18:07:22.751Z Mediators to change: 2
1502026-08-20T18:07:22.751Z Create boot environment: No
1512026-08-20T18:07:22.751ZCreate backup boot environment: No
1522026-08-20T18:07:22.797ZFinalize: Updating package state database ... Done
1532026-08-20T18:07:22.797ZFinalize: Updating package cache ... Done
1542026-08-20T18:07:22.843ZFinalize: Updating image state ... Done
1552026-08-20T18:07:24.772ZFinalize: Creating fast lookup database ... Done
1562026-08-20T18:07:24.833ZFinalize: Reading search index ... Done
1572026-08-20T18:07:24.836ZFinalize: Updating search index ... Done
1582026-08-20T18:07:24.929ZFinalize: Updating package cache ... Done
1592026-08-20T18:07:25.210ZPlanning: Evaluating mediator changes ... Done
1602026-08-20T18:07:25.313ZPlanning: Checking for conflicting actions ... Done
1612026-08-20T18:07:25.317ZPlanning: Consolidating action changes ... Done
1622026-08-20T18:07:25.469ZPlanning: Evaluating mediators ... Done
1632026-08-20T18:07:25.473ZPlanning: Planning completed in 0.26 seconds
1642026-08-20T18:07:25.493Z Mediators to change: 1
1652026-08-20T18:07:25.493Z Create boot environment: No
1662026-08-20T18:07:25.493ZCreate backup boot environment: No
1672026-08-20T18:07:25.553ZFinalize: Updating package state database ... Done
1682026-08-20T18:07:25.553ZFinalize: Updating package cache ... Done
1692026-08-20T18:07:25.599ZFinalize: Updating image state ... Done
1702026-08-20T18:07:27.517ZFinalize: Creating fast lookup database ... Done
1712026-08-20T18:07:27.582ZFinalize: Reading search index ... Done
1722026-08-20T18:07:27.588ZFinalize: Updating search index ... Done
1732026-08-20T18:07:27.670ZFinalize: Updating package cache ... Done
1742026-08-20T18:07:27.979ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-20T18:07:27.979Zapache system 2.4 system
1762026-08-20T18:07:27.979Zclang system 15 system
1772026-08-20T18:07:27.979Zcsh system system illumos
1782026-08-20T18:07:27.979Zctags system system illumos
1792026-08-20T18:07:27.979Zfile vendor vendor darwinsys
1802026-08-20T18:07:27.979Zfile system system illumos
1812026-08-20T18:07:27.979Zgcc vendor 14 vendor
1822026-08-20T18:07:27.979Zgcc system 13 system
1832026-08-20T18:07:27.979Zgcc system 10 system
1842026-08-20T18:07:27.979Zgo system 1.25 system
1852026-08-20T18:07:27.980Zllvm system 15 system
1862026-08-20T18:07:27.980Zmariadb system 11.4 system
1872026-08-20T18:07:27.980Zmta vendor vendor dma
1882026-08-20T18:07:27.980Zopenjdk system 17 system
1892026-08-20T18:07:27.980Zopenjdk system 11 system
1902026-08-20T18:07:27.980Zopenssl vendor 3 vendor
1912026-08-20T18:07:27.980Zperl system 5.40 system
1922026-08-20T18:07:27.980Zpostgresql system 18 system
1932026-08-20T18:07:27.980Zpostgresql system 17 system
1942026-08-20T18:07:27.980Zpython vendor 3 vendor
1952026-08-20T18:07:27.980Zpython system 2 system
1962026-08-20T18:07:27.980Zpython3 vendor 3.13 vendor
1972026-08-20T18:07:27.980Zruby system 3.4 system
1982026-08-20T18:07:27.980Zruby system 3.0 system
1992026-08-20T18:07:27.980Zwords vendor vendor american-english
2002026-08-20T18:07:27.980Zwords system system australian-english
2012026-08-20T18:07:27.980Zwords system system british-english
2022026-08-20T18:07:27.980Zwords system system canadian-english
2032026-08-20T18:07:27.980Zwords system system french
2042026-08-20T18:07:27.980Zwords system system italian
2052026-08-20T18:07:27.980Zwords system system ngerman
2062026-08-20T18:07:27.980Zwords system system ogerman
2072026-08-20T18:07:27.980Zwords system system spanish
2082026-08-20T18:07:28.239ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-20T18:07:28.239Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-20T18:07:28.692ZFMRI IFO
2112026-08-20T18:07:28.692Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-20T18:07:28.692Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-20T18:07:28.692Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-20T18:07:28.692Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-20T18:07:28.692Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-20T18:07:28.692Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-20T18:07:28.692Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-20T18:07:28.693Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-20T18:07:28.693Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-20T18:07:29.009Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-20T18:07:29.355Z Updating crates.io index
2222026-08-20T18:07:29.358Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-20T18:07:29.766Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-20T18:07:30.153Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-20T18:07:31.448Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-20T18:07:31.996Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-20T18:07:40.149Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-20T18:07:41.986Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-20T18:07:42.366Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-20T18:07:42.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-20T18:07:44.354Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-20T18:07:44.660Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-20T18:07:45.225Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-20T18:07:45.529Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-20T18:07:46.168Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-20T18:07:46.442Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-20T18:07:46.744Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-20T18:07:47.064Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-20T18:07:47.437Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-20T18:07:48.121Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-20T18:07:48.477Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-20T18:07:49.004Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-20T18:07:49.298Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-20T18:07:49.944Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-20T18:07:50.304Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-20T18:07:50.590Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-20T18:07:51.075Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-20T18:07:51.391Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-20T18:07:51.940Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-20T18:07:52.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-20T18:07:53.332Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-20T18:07:53.651Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-20T18:07:54.058Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-20T18:07:54.817Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-20T18:07:55.153Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-20T18:07:55.463Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-20T18:07:55.773Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-20T18:07:56.166Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-20T18:07:56.512Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-20T18:07:56.720Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-20T18:07:57.041Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-20T18:07:57.306Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-20T18:07:57.595Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-20T18:08:00.347Z Downloading crates ...
2652026-08-20T18:08:00.405Z Downloaded macaddr v1.0.1
2662026-08-20T18:08:00.408Z Downloaded cfg-if v1.0.4
2672026-08-20T18:08:00.411Z Downloaded zerocopy-derive v0.7.35
2682026-08-20T18:08:00.415Z Downloaded cpufeatures v0.2.17
2692026-08-20T18:08:00.415Z Downloaded cargo-platform v0.3.2
2702026-08-20T18:08:00.415Z Downloaded errno v0.3.14
2712026-08-20T18:08:00.420Z Downloaded heck v0.5.0
2722026-08-20T18:08:00.425Z Downloaded usdt v0.5.0
2732026-08-20T18:08:00.425Z Downloaded zerocopy v0.7.35
2742026-08-20T18:08:00.430Z Downloaded zmij v1.0.21
2752026-08-20T18:08:00.434Z Downloaded generic-array v0.14.7
2762026-08-20T18:08:00.434Z Downloaded crypto-common v0.1.7
2772026-08-20T18:08:00.434Z Downloaded anstyle v1.0.14
2782026-08-20T18:08:00.434Z Downloaded byteorder v1.5.0
2792026-08-20T18:08:00.437Z Downloaded heck v0.4.1
2802026-08-20T18:08:00.437Z Downloaded dof v0.3.0
2812026-08-20T18:08:00.437Z Downloaded equivalent v1.0.2
2822026-08-20T18:08:00.437Z Downloaded memmap v0.7.0
2832026-08-20T18:08:00.437Z Downloaded fastrand v2.3.0
2842026-08-20T18:08:00.441Z Downloaded is_terminal_polyfill v1.70.2
2852026-08-20T18:08:00.444Z Downloaded camino-tempfile v1.4.1
2862026-08-20T18:08:00.448Z Downloaded clap_lex v1.0.0
2872026-08-20T18:08:00.452Z Downloaded fnv v1.0.7
2882026-08-20T18:08:00.452Z Downloaded colorchoice v1.0.4
2892026-08-20T18:08:00.452Z Downloaded block-buffer v0.10.4
2902026-08-20T18:08:00.455Z Downloaded usdt-attr-macro v0.5.0
2912026-08-20T18:08:00.455Z Downloaded dtrace-parser v0.2.0
2922026-08-20T18:08:00.456Z Downloaded anstyle-query v1.1.5
2932026-08-20T18:08:00.459Z Downloaded serde_spanned v0.6.9
2942026-08-20T18:08:00.460Z Downloaded cargo_metadata v0.23.1
2952026-08-20T18:08:00.469Z Downloaded fs-err v3.3.0
2962026-08-20T18:08:00.469Z Downloaded anstyle-parse v1.0.0
2972026-08-20T18:08:00.472Z Downloaded anstream v1.0.0
2982026-08-20T18:08:00.473Z Downloaded cargo_toml v0.21.0
2992026-08-20T18:08:00.473Z Downloaded plain v0.2.3
3002026-08-20T18:08:00.473Z Downloaded strsim v0.11.1
3012026-08-20T18:08:00.473Z Downloaded thread-id v4.2.2
3022026-08-20T18:08:00.476Z Downloaded bytecount v0.6.9
3032026-08-20T18:08:00.480Z Downloaded autocfg v1.5.0
3042026-08-20T18:08:00.480Z Downloaded digest v0.10.7
3052026-08-20T18:08:00.484Z Downloaded proc-macro-error-attr v1.0.4
3062026-08-20T18:08:00.487Z Downloaded smawk v0.3.2
3072026-08-20T18:08:00.487Z Downloaded itoa v1.0.17
3082026-08-20T18:08:00.490Z Downloaded tabled_derive v0.7.0
3092026-08-20T18:08:00.494Z Downloaded scroll_derive v0.12.1
3102026-08-20T18:08:00.494Z Downloaded terminal_size v0.4.3
3112026-08-20T18:08:00.494Z Downloaded toml_write v0.1.2
3122026-08-20T18:08:00.497Z Downloaded usdt-macro v0.5.0
3132026-08-20T18:08:00.500Z Downloaded swrite v0.1.0
3142026-08-20T18:08:00.500Z Downloaded pretty-hex v0.4.1
3152026-08-20T18:08:00.504Z Downloaded unicode-linebreak v0.1.5
3162026-08-20T18:08:00.504Z Downloaded version_check v0.9.5
3172026-08-20T18:08:00.507Z Downloaded utf8parse v0.2.2
3182026-08-20T18:08:00.507Z Downloaded thiserror v2.0.18
3192026-08-20T18:08:00.510Z Downloaded thiserror-impl v1.0.69
3202026-08-20T18:08:00.510Z Downloaded bitflags v2.11.0
3212026-08-20T18:08:00.519Z Downloaded getrandom v0.3.4
3222026-08-20T18:08:00.522Z Downloaded papergrid v0.11.0
3232026-08-20T18:08:00.526Z Downloaded toml_datetime v0.6.11
3242026-08-20T18:08:00.530Z Downloaded serde_tokenstream v0.2.3
3252026-08-20T18:08:00.533Z Downloaded quote v1.0.45
3262026-08-20T18:08:00.533Z Downloaded proc-macro-error v1.0.4
3272026-08-20T18:08:00.536Z Downloaded scroll v0.12.0
3282026-08-20T18:08:00.537Z Downloaded sha2 v0.10.9
3292026-08-20T18:08:00.540Z Downloaded thiserror-impl v2.0.18
3302026-08-20T18:08:00.540Z Downloaded usdt-impl v0.5.0
3312026-08-20T18:08:00.540Z Downloaded camino v1.2.5
3322026-08-20T18:08:00.544Z Downloaded clap_derive v4.6.1
3332026-08-20T18:08:00.544Z Downloaded pest_generator v2.8.6
3342026-08-20T18:08:00.544Z Downloaded anyhow v1.0.104
3352026-08-20T18:08:00.547Z Downloaded clap v4.6.1
3362026-08-20T18:08:00.558Z Downloaded semver v1.0.28
3372026-08-20T18:08:00.561Z Downloaded tempfile v3.27.0
3382026-08-20T18:08:00.561Z Downloaded toml v0.8.23
3392026-08-20T18:08:00.565Z Downloaded ucd-trie v0.1.7
3402026-08-20T18:08:00.565Z Downloaded thiserror v1.0.69
3412026-08-20T18:08:00.568Z Downloaded once_cell v1.21.3
3422026-08-20T18:08:00.568Z Downloaded pest_meta v2.8.6
3432026-08-20T18:08:00.579Z Downloaded log v0.4.33
3442026-08-20T18:08:00.588Z Downloaded proc-macro2 v1.0.106
3452026-08-20T18:08:00.588Z Downloaded serde_core v1.0.228
3462026-08-20T18:08:00.588Z Downloaded unicode-ident v1.0.24
3472026-08-20T18:08:00.592Z Downloaded indexmap v2.14.0
3482026-08-20T18:08:00.592Z Downloaded typenum v1.20.1
3492026-08-20T18:08:00.595Z Downloaded pest_derive v2.8.6
3502026-08-20T18:08:00.600Z Downloaded toml_edit v0.22.27
3512026-08-20T18:08:00.603Z Downloaded serde_derive v1.0.228
3522026-08-20T18:08:00.607Z Downloaded textwrap v0.16.2
3532026-08-20T18:08:00.615Z Downloaded memchr v2.8.0
3542026-08-20T18:08:00.619Z Downloaded hashbrown v0.17.0
3552026-08-20T18:08:00.625Z Downloaded serde v1.0.228
3562026-08-20T18:08:00.638Z Downloaded pest v2.8.6
3572026-08-20T18:08:00.645Z Downloaded goblin v0.8.2
3582026-08-20T18:08:00.648Z Downloaded clap_builder v4.6.0
3592026-08-20T18:08:00.654Z Downloaded serde_json v1.0.151
3602026-08-20T18:08:00.671Z Downloaded winnow v0.7.14
3612026-08-20T18:08:00.676Z Downloaded tabled v0.15.0
3622026-08-20T18:08:00.687Z Downloaded syn v1.0.109
3632026-08-20T18:08:00.693Z Downloaded unicode-width v0.2.0
3642026-08-20T18:08:00.698Z Downloaded unicode-width v0.1.14
3652026-08-20T18:08:00.703Z Downloaded syn v2.0.117
3662026-08-20T18:08:00.710Z Downloaded rustix v1.1.4
3672026-08-20T18:08:00.732Z Downloaded libc v0.2.185
3682026-08-20T18:08:00.794Z Compiling proc-macro2 v1.0.106
3692026-08-20T18:08:00.794Z Compiling quote v1.0.45
3702026-08-20T18:08:00.794Z Compiling unicode-ident v1.0.24
3712026-08-20T18:08:00.799Z Compiling serde_core v1.0.228
3722026-08-20T18:08:00.799Z Compiling libc v0.2.185
3732026-08-20T18:08:00.799Z Compiling version_check v0.9.5
3742026-08-20T18:08:00.969Z Compiling memchr v2.8.0
3752026-08-20T18:08:00.977Z Compiling serde v1.0.228
3762026-08-20T18:08:00.977Z Compiling zmij v1.0.21
3772026-08-20T18:08:00.981Z Compiling ucd-trie v0.1.7
3782026-08-20T18:08:00.991Z Compiling thiserror v1.0.69
3792026-08-20T18:08:00.991Z Compiling itoa v1.0.17
3802026-08-20T18:08:00.991Z Compiling rustix v1.1.4
3812026-08-20T18:08:00.996Z Compiling byteorder v1.5.0
3822026-08-20T18:08:01.197Z Compiling bitflags v2.11.0
3832026-08-20T18:08:01.361Z Compiling serde_json v1.0.151
3842026-08-20T18:08:01.445Z Compiling usdt-impl v0.5.0
3852026-08-20T18:08:01.450Z Compiling proc-macro-error-attr v1.0.4
3862026-08-20T18:08:01.524Z Compiling pest v2.8.6
3872026-08-20T18:08:01.565Z Compiling camino v1.2.5
3882026-08-20T18:08:01.565Z Compiling syn v1.0.109
3892026-08-20T18:08:01.571Z Compiling proc-macro-error v1.0.4
3902026-08-20T18:08:01.716Z Compiling log v0.4.33
3912026-08-20T18:08:01.801Z Compiling plain v0.2.3
3922026-08-20T18:08:01.805Z Compiling equivalent v1.0.2
3932026-08-20T18:08:01.805Z Compiling utf8parse v0.2.2
3942026-08-20T18:08:01.890Z Compiling hashbrown v0.17.0
3952026-08-20T18:08:01.925Z Compiling getrandom v0.3.4
3962026-08-20T18:08:01.928Z Compiling anstyle-query v1.1.5
3972026-08-20T18:08:01.995Z Compiling anstyle-parse v1.0.0
3982026-08-20T18:08:01.999Z Compiling autocfg v1.5.0
3992026-08-20T18:08:01.999Z Compiling colorchoice v1.0.4
4002026-08-20T18:08:02.000Z Compiling winnow v0.7.14
4012026-08-20T18:08:02.031Z Compiling is_terminal_polyfill v1.70.2
4022026-08-20T18:08:02.113Z Compiling errno v0.3.14
4032026-08-20T18:08:02.114Z Compiling thread-id v4.2.2
4042026-08-20T18:08:02.119Z Compiling cfg-if v1.0.4
4052026-08-20T18:08:02.178Z Compiling pretty-hex v0.4.1
4062026-08-20T18:08:02.195Z Compiling toml_write v0.1.2
4072026-08-20T18:08:02.265Z Compiling thiserror v2.0.18
4082026-08-20T18:08:02.284Z Compiling anstyle v1.0.14
4092026-08-20T18:08:02.287Z Compiling anyhow v1.0.104
4102026-08-20T18:08:02.364Z Compiling fastrand v2.3.0
4112026-08-20T18:08:02.419Z Compiling heck v0.5.0
4122026-08-20T18:08:02.440Z Compiling syn v2.0.117
4132026-08-20T18:08:02.528Z Compiling indexmap v2.14.0
4142026-08-20T18:08:02.531Z Compiling anstream v1.0.0
4152026-08-20T18:08:02.585Z Compiling fs-err v3.3.0
4162026-08-20T18:08:02.654Z Compiling pest_meta v2.8.6
4172026-08-20T18:08:02.713Z Compiling fnv v1.0.7
4182026-08-20T18:08:02.717Z Compiling strsim v0.11.1
4192026-08-20T18:08:02.808Z Compiling unicode-width v0.1.14
4202026-08-20T18:08:02.845Z Compiling once_cell v1.21.3
4212026-08-20T18:08:02.865Z Compiling heck v0.4.1
4222026-08-20T18:08:02.908Z Compiling bytecount v0.6.9
4232026-08-20T18:08:02.929Z Compiling clap_lex v1.0.0
4242026-08-20T18:08:03.069Z Compiling papergrid v0.11.0
4252026-08-20T18:08:03.088Z Compiling memmap v0.7.0
4262026-08-20T18:08:03.103Z Compiling unicode-width v0.2.0
4272026-08-20T18:08:03.123Z Compiling unicode-linebreak v0.1.5
4282026-08-20T18:08:03.137Z Compiling smawk v0.3.2
4292026-08-20T18:08:03.183Z Compiling swrite v0.1.0
4302026-08-20T18:08:03.261Z Compiling terminal_size v0.4.3
4312026-08-20T18:08:03.290Z Compiling tempfile v3.27.0
4322026-08-20T18:08:03.412Z Compiling clap_builder v4.6.0
4332026-08-20T18:08:03.428Z Compiling cargo-platform v0.3.2
4342026-08-20T18:08:03.473Z Compiling semver v1.0.28
4352026-08-20T18:08:03.497Z Compiling textwrap v0.16.2
4362026-08-20T18:08:03.676Z Compiling camino-tempfile v1.4.1
4372026-08-20T18:08:04.048Z Compiling tabled_derive v0.7.0
4382026-08-20T18:08:04.646Z Compiling pest_generator v2.8.6
4392026-08-20T18:08:04.704Z Compiling tabled v0.15.0
4402026-08-20T18:08:05.126Z Compiling serde_derive v1.0.228
4412026-08-20T18:08:05.130Z Compiling thiserror-impl v1.0.69
4422026-08-20T18:08:05.130Z Compiling zerocopy-derive v0.7.35
4432026-08-20T18:08:05.130Z Compiling scroll_derive v0.12.1
4442026-08-20T18:08:05.130Z Compiling thiserror-impl v2.0.18
4452026-08-20T18:08:05.130Z Compiling clap_derive v4.6.1
4462026-08-20T18:08:05.181Z Compiling pest_derive v2.8.6
4472026-08-20T18:08:05.818Z Compiling scroll v0.12.0
4482026-08-20T18:08:05.909Z Compiling zerocopy v0.7.35
4492026-08-20T18:08:06.034Z Compiling goblin v0.8.2
4502026-08-20T18:08:06.264Z Compiling dtrace-parser v0.2.0
4512026-08-20T18:08:06.497Z Compiling clap v4.6.1
4522026-08-20T18:08:07.560Z Compiling dof v0.3.0
4532026-08-20T18:08:07.560Z Compiling serde_tokenstream v0.2.3
4542026-08-20T18:08:07.564Z Compiling toml_datetime v0.6.11
4552026-08-20T18:08:07.564Z Compiling serde_spanned v0.6.9
4562026-08-20T18:08:07.564Z Compiling macaddr v1.0.1
4572026-08-20T18:08:07.564Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-20T18:08:07.564Z Compiling cargo_metadata v0.23.1
4592026-08-20T18:08:07.755Z Compiling toml_edit v0.22.27
4602026-08-20T18:08:08.223Z Compiling usdt-attr-macro v0.5.0
4612026-08-20T18:08:08.227Z Compiling usdt-macro v0.5.0
4622026-08-20T18:08:08.853Z Compiling usdt v0.5.0
4632026-08-20T18:08:09.011Z Compiling toml v0.8.23
4642026-08-20T18:08:09.321Z Compiling cargo_toml v0.21.0
4652026-08-20T18:08:10.587Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-20T18:08:12.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s
4672026-08-20T18:08:12.832Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-20T18:08:13.338Z Downloading crates ...
4692026-08-20T18:08:13.394Z Downloaded aead v0.5.2
4702026-08-20T18:08:13.405Z Downloaded atty v0.2.14
4712026-08-20T18:08:13.411Z Downloaded atomic-waker v1.1.2
4722026-08-20T18:08:13.411Z Downloaded arrayref v0.3.9
4732026-08-20T18:08:13.411Z Downloaded anstream v0.6.21
4742026-08-20T18:08:13.411Z Downloaded assert_matches v1.5.0
4752026-08-20T18:08:13.416Z Downloaded hash32 v0.3.1
4762026-08-20T18:08:13.417Z Downloaded async-recursion v1.1.1
4772026-08-20T18:08:13.417Z Downloaded bitfield-macros v0.19.4
4782026-08-20T18:08:13.423Z Downloaded cfg_aliases v0.1.1
4792026-08-20T18:08:13.423Z Downloaded cobs v0.3.0
4802026-08-20T18:08:13.430Z Downloaded ciborium-ll v0.2.2
4812026-08-20T18:08:13.430Z Downloaded bitfield-struct v0.6.2
4822026-08-20T18:08:13.430Z Downloaded half v2.7.1
4832026-08-20T18:08:13.430Z Downloaded const-oid v0.10.2
4842026-08-20T18:08:13.438Z Downloaded base64ct v1.8.3
4852026-08-20T18:08:13.438Z Downloaded argon2 v0.5.3
4862026-08-20T18:08:13.441Z Downloaded ff v0.13.1
4872026-08-20T18:08:13.441Z Downloaded hickory-server v0.25.2
4882026-08-20T18:08:13.441Z Downloaded env_logger v0.11.11
4892026-08-20T18:08:13.441Z Downloaded bcrypt-pbkdf v0.11.0
4902026-08-20T18:08:13.441Z Downloaded bit-set v0.8.0
4912026-08-20T18:08:13.441Z Downloaded block-buffer v0.12.1
4922026-08-20T18:08:13.441Z Downloaded anstyle-parse v0.2.7
4932026-08-20T18:08:13.445Z Downloaded bcs v0.1.6
4942026-08-20T18:08:13.445Z Downloaded erased-serde v0.3.31
4952026-08-20T18:08:13.445Z Downloaded fallible-iterator v0.2.0
4962026-08-20T18:08:13.445Z Downloaded bitfield v0.19.4
4972026-08-20T18:08:13.445Z Downloaded enum_dispatch v0.3.13
4982026-08-20T18:08:13.450Z Downloaded futures-io v0.3.32
4992026-08-20T18:08:13.450Z Downloaded foldhash v0.2.0
5002026-08-20T18:08:13.451Z Downloaded foreign-types-shared v0.3.1
5012026-08-20T18:08:13.451Z Downloaded funty v2.0.0
5022026-08-20T18:08:13.451Z Downloaded fxhash v0.2.1
5032026-08-20T18:08:13.451Z Downloaded bs58 v0.5.1
5042026-08-20T18:08:13.455Z Downloaded buf-list v1.1.2
5052026-08-20T18:08:13.455Z Downloaded byte-wrapper v0.1.0
5062026-08-20T18:08:13.455Z Downloaded float-cmp v0.10.0
5072026-08-20T18:08:13.455Z Downloaded ahash v0.8.12
5082026-08-20T18:08:13.455Z Downloaded embedded-io v0.4.0
5092026-08-20T18:08:13.458Z Downloaded foreign-types v0.5.0
5102026-08-20T18:08:13.458Z Downloaded foreign-types-macros v0.2.3
5112026-08-20T18:08:13.459Z Downloaded futures-core v0.3.32
5122026-08-20T18:08:13.459Z Downloaded backoff v0.4.0
5132026-08-20T18:08:13.459Z Downloaded cbc v0.2.1
5142026-08-20T18:08:13.459Z Downloaded futures-sink v0.3.32
5152026-08-20T18:08:13.459Z Downloaded flagset v0.4.7
5162026-08-20T18:08:13.463Z Downloaded addr2line v0.25.1
5172026-08-20T18:08:13.463Z Downloaded cfg_aliases v0.2.1
5182026-08-20T18:08:13.463Z Downloaded clang-sys v1.8.1
5192026-08-20T18:08:13.463Z Downloaded console v0.15.11
5202026-08-20T18:08:13.466Z Downloaded nodrop v0.1.14
5212026-08-20T18:08:13.467Z Downloaded env_filter v2.0.0
5222026-08-20T18:08:13.467Z Downloaded filetime v0.2.27
5232026-08-20T18:08:13.467Z Downloaded fixedbitset v0.5.7
5242026-08-20T18:08:13.467Z Downloaded async-bb8-diesel v0.2.1
5252026-08-20T18:08:13.470Z Downloaded foreign-types-shared v0.1.1
5262026-08-20T18:08:13.470Z Downloaded form_urlencoded v1.2.2
5272026-08-20T18:08:13.470Z Downloaded ascii-canvas v3.0.0
5282026-08-20T18:08:13.470Z Downloaded bb8 v0.8.6
5292026-08-20T18:08:13.474Z Downloaded enum-as-inner v0.6.1
5302026-08-20T18:08:13.478Z Downloaded ff v0.14.0
5312026-08-20T18:08:13.478Z Downloaded base16ct v1.0.0
5322026-08-20T18:08:13.484Z Downloaded openssl-macros v0.1.1
5332026-08-20T18:08:13.484Z Downloaded futures-macro v0.3.32
5342026-08-20T18:08:13.484Z Downloaded futures-task v0.3.32
5352026-08-20T18:08:13.488Z Downloaded cancel-safe-futures v0.1.5
5362026-08-20T18:08:13.488Z Downloaded fd-lock v4.0.4
5372026-08-20T18:08:13.488Z Downloaded glob v0.3.3
5382026-08-20T18:08:13.488Z Downloaded bzip2 v0.6.1
5392026-08-20T18:08:13.491Z Downloaded compression-codecs v0.4.37
5402026-08-20T18:08:13.492Z Downloaded async-stream v0.3.6
5412026-08-20T18:08:13.492Z Downloaded chacha20 v0.10.0
5422026-08-20T18:08:13.498Z Downloaded nibble_vec v0.1.0
5432026-08-20T18:08:13.502Z Downloaded gethostname v0.5.0
5442026-08-20T18:08:13.502Z Downloaded home v0.5.12
5452026-08-20T18:08:13.509Z Downloaded globwalk v0.9.1
5462026-08-20T18:08:13.509Z Downloaded httpdate v1.0.3
5472026-08-20T18:08:13.509Z Downloaded bit-set v0.5.3
5482026-08-20T18:08:13.509Z Downloaded normalize-line-endings v0.3.0
5492026-08-20T18:08:13.509Z Downloaded async-stream-impl v0.3.6
5502026-08-20T18:08:13.509Z Downloaded array-init v0.0.4
5512026-08-20T18:08:13.509Z Downloaded compression-core v0.4.31
5522026-08-20T18:08:13.512Z Downloaded git-stub v1.0.0
5532026-08-20T18:08:13.512Z Downloaded hex-literal v1.1.0
5542026-08-20T18:08:13.513Z Downloaded num-derive v0.4.2
5552026-08-20T18:08:13.513Z Downloaded embedded-io v0.6.1
5562026-08-20T18:08:13.513Z Downloaded foreign-types v0.3.2
5572026-08-20T18:08:13.513Z Downloaded hostname v0.4.2
5582026-08-20T18:08:13.513Z Downloaded cipher v0.4.4
5592026-08-20T18:08:13.513Z Downloaded aead v0.6.1
5602026-08-20T18:08:13.513Z Downloaded bit-vec v0.6.3
5612026-08-20T18:08:13.513Z Downloaded castaway v0.2.4
5622026-08-20T18:08:13.517Z Downloaded float-ord v0.3.2
5632026-08-20T18:08:13.517Z Downloaded cipher v0.5.2
5642026-08-20T18:08:13.517Z Downloaded http-body v1.0.1
5652026-08-20T18:08:13.517Z Downloaded hubpack_derive v0.1.1
5662026-08-20T18:08:13.521Z Downloaded async-trait v0.1.89
5672026-08-20T18:08:13.521Z Downloaded base16ct v0.2.0
5682026-08-20T18:08:13.522Z Downloaded cexpr v0.6.0
5692026-08-20T18:08:13.522Z Downloaded chacha20 v0.9.1
5702026-08-20T18:08:13.526Z Downloaded hubpack v0.1.2
5712026-08-20T18:08:13.526Z Downloaded arrayvec v0.7.6
5722026-08-20T18:08:13.526Z Downloaded http-range v0.1.5
5732026-08-20T18:08:13.526Z Downloaded fixedbitset v0.4.2
5742026-08-20T18:08:13.526Z Downloaded allocator-api2 v0.2.21
5752026-08-20T18:08:13.531Z Downloaded phf_shared v0.11.3
5762026-08-20T18:08:13.531Z Downloaded newline-converter v0.3.0
5772026-08-20T18:08:13.531Z Downloaded ciborium-io v0.2.2
5782026-08-20T18:08:13.535Z Downloaded backtrace-ext v0.2.1
5792026-08-20T18:08:13.538Z Downloaded backtrace v0.3.76
5802026-08-20T18:08:13.544Z Downloaded base64 v0.21.7
5812026-08-20T18:08:13.544Z Downloaded cassowary v0.3.0
5822026-08-20T18:08:13.544Z Downloaded headers-core v0.3.0
5832026-08-20T18:08:13.544Z Downloaded hostname v0.3.1
5842026-08-20T18:08:13.547Z Downloaded password-hash v0.6.1
5852026-08-20T18:08:13.547Z Downloaded hex v0.4.3
5862026-08-20T18:08:13.547Z Downloaded ghash v0.6.0
5872026-08-20T18:08:13.547Z Downloaded fs_extra v1.3.0
5882026-08-20T18:08:13.547Z Downloaded atomicwrites v0.4.4
5892026-08-20T18:08:13.552Z Downloaded foldhash v0.1.5
5902026-08-20T18:08:13.552Z Downloaded futures-channel v0.3.32
5912026-08-20T18:08:13.559Z Downloaded progenitor-macro v0.14.0
5922026-08-20T18:08:13.560Z Downloaded block-padding v0.4.2
5932026-08-20T18:08:13.560Z Downloaded adler2 v2.0.1
5942026-08-20T18:08:13.560Z Downloaded num_enum_derive v0.7.6
5952026-08-20T18:08:13.565Z Downloaded group v0.14.0
5962026-08-20T18:08:13.565Z Downloaded fatfs v0.3.6
5972026-08-20T18:08:13.565Z Downloaded generic-array v1.4.3
5982026-08-20T18:08:13.565Z Downloaded globset v0.4.18
5992026-08-20T18:08:13.565Z Downloaded parse-display-derive v0.10.0
6002026-08-20T18:08:13.565Z Downloaded cmov v0.5.4
6012026-08-20T18:08:13.565Z Downloaded peg-runtime v0.8.5
6022026-08-20T18:08:13.565Z Downloaded potential_utf v0.1.4
6032026-08-20T18:08:13.565Z Downloaded predicates-core v1.0.10
6042026-08-20T18:08:13.570Z Downloaded chumsky v0.9.3
6052026-08-20T18:08:13.570Z Downloaded progenitor-macro v0.13.0
6062026-08-20T18:08:13.570Z Downloaded rustc_version v0.4.1
6072026-08-20T18:08:13.574Z Downloaded blowfish v0.10.0
6082026-08-20T18:08:13.574Z Downloaded const-oid v0.9.6
6092026-08-20T18:08:13.574Z Downloaded rand_pcg v0.10.2
6102026-08-20T18:08:13.574Z Downloaded recursive v0.1.1
6112026-08-20T18:08:13.574Z Downloaded bzip2 v0.4.4
6122026-08-20T18:08:13.574Z Downloaded ref-cast-impl v1.0.25
6132026-08-20T18:08:13.579Z Downloaded scroll_derive v0.13.1
6142026-08-20T18:08:13.579Z Downloaded secrecy v0.8.0
6152026-08-20T18:08:13.579Z Downloaded russh-util v0.52.0
6162026-08-20T18:08:13.579Z Downloaded serde_spanned v1.1.1
6172026-08-20T18:08:13.584Z Downloaded serde_repr v0.1.20
6182026-08-20T18:08:13.584Z Downloaded signature v3.0.0
6192026-08-20T18:08:13.585Z Downloaded slog-envlogger v2.2.0
6202026-08-20T18:08:13.589Z Downloaded camino-tempfile-ext v0.3.3
6212026-08-20T18:08:13.589Z Downloaded cmake v0.1.57
6222026-08-20T18:08:13.589Z Downloaded hash32 v0.2.1
6232026-08-20T18:08:13.589Z Downloaded endian-type v0.1.2
6242026-08-20T18:08:13.589Z Downloaded find-msvc-tools v0.1.9
6252026-08-20T18:08:13.589Z Downloaded futures-executor v0.3.32
6262026-08-20T18:08:13.589Z Downloaded group v0.13.0
6272026-08-20T18:08:13.594Z Downloaded http-body-util v0.1.3
6282026-08-20T18:08:13.594Z Downloaded strsim v0.10.0
6292026-08-20T18:08:13.594Z Downloaded sqlparser_derive v0.5.0
6302026-08-20T18:08:13.594Z Downloaded strum v0.27.2
6312026-08-20T18:08:13.595Z Downloaded git-stub-vcs v0.1.0
6322026-08-20T18:08:13.595Z Downloaded oxide-update-engine v0.1.2
6332026-08-20T18:08:13.598Z Downloaded highway v1.3.0
6342026-08-20T18:08:13.601Z Downloaded bitflags v1.3.2
6352026-08-20T18:08:13.606Z Downloaded packed_struct v0.10.1
6362026-08-20T18:08:13.612Z Downloaded phf v0.13.1
6372026-08-20T18:08:13.612Z Downloaded try-lock v0.2.5
6382026-08-20T18:08:13.616Z Downloaded ena v0.14.4
6392026-08-20T18:08:13.616Z Downloaded fs-err v2.11.0
6402026-08-20T18:08:13.616Z Downloaded num_enum v0.5.11
6412026-08-20T18:08:13.621Z Downloaded console v0.16.2
6422026-08-20T18:08:13.621Z Downloaded subtle v2.6.1
6432026-08-20T18:08:13.621Z Downloaded bit-vec v0.8.0
6442026-08-20T18:08:13.621Z Downloaded tinyvec_macros v0.1.1
6452026-08-20T18:08:13.621Z Downloaded poly1305 v0.8.0
6462026-08-20T18:08:13.625Z Downloaded utf8_iter v1.0.4
6472026-08-20T18:08:13.625Z Downloaded progenitor-client v0.13.0
6482026-08-20T18:08:13.625Z Downloaded zeroize_derive v1.5.0
6492026-08-20T18:08:13.630Z Downloaded untrusted v0.7.1
6502026-08-20T18:08:13.638Z Downloaded headers v0.4.1
6512026-08-20T18:08:13.642Z Downloaded peg-macros v0.8.5
6522026-08-20T18:08:13.642Z Downloaded utf-8 v0.7.6
6532026-08-20T18:08:13.642Z Downloaded yoke-derive v0.8.1
6542026-08-20T18:08:13.646Z Downloaded sec1 v0.8.1
6552026-08-20T18:08:13.646Z Downloaded curve25519-dalek-derive v0.1.1
6562026-08-20T18:08:13.646Z Downloaded primeorder v0.14.0
6572026-08-20T18:08:13.646Z Downloaded rustls-pemfile v2.2.0
6582026-08-20T18:08:13.650Z Downloaded want v0.3.1
6592026-08-20T18:08:13.650Z Downloaded crunchy v0.2.4
6602026-08-20T18:08:13.650Z Downloaded compact_str v0.8.1
6612026-08-20T18:08:13.653Z Downloaded smf v0.2.3
6622026-08-20T18:08:13.653Z Downloaded shlex v1.3.0
6632026-08-20T18:08:13.658Z Downloaded spki v0.7.3
6642026-08-20T18:08:13.658Z Downloaded zone_cfg_derive v0.3.1
6652026-08-20T18:08:13.658Z Downloaded httparse v1.10.1
6662026-08-20T18:08:13.658Z Downloaded debug-ignore v1.0.5
6672026-08-20T18:08:13.662Z Downloaded defmt-parser v1.0.0
6682026-08-20T18:08:13.662Z Downloaded ciborium v0.2.2
6692026-08-20T18:08:13.662Z Downloaded stacker v0.1.23
6702026-08-20T18:08:13.667Z Downloaded tiny-keccak v2.0.2
6712026-08-20T18:08:13.667Z Downloaded backon v1.6.0
6722026-08-20T18:08:13.667Z Downloaded getrandom v0.2.17
6732026-08-20T18:08:13.670Z Downloaded hmac v0.13.0
6742026-08-20T18:08:13.670Z Downloaded argon2 v0.6.0-rc.8
6752026-08-20T18:08:13.670Z Downloaded colored v2.2.0
6762026-08-20T18:08:13.675Z Downloaded hmac v0.12.1
6772026-08-20T18:08:13.675Z Downloaded dirs-sys-next v0.1.2
6782026-08-20T18:08:13.675Z Downloaded display-error-chain v0.2.2
6792026-08-20T18:08:13.675Z Downloaded snafu-derive v0.8.9
6802026-08-20T18:08:13.678Z Downloaded dropshot-api-manager-types v0.8.0
6812026-08-20T18:08:13.678Z Downloaded futures v0.3.32
6822026-08-20T18:08:13.678Z Downloaded blake2 v0.10.6
6832026-08-20T18:08:13.681Z Downloaded kem v0.3.0
6842026-08-20T18:08:13.681Z Downloaded omicron-zone-package v0.12.3
6852026-08-20T18:08:13.686Z Downloaded rustversion v1.0.22
6862026-08-20T18:08:13.686Z Downloaded time-macros v0.2.27
6872026-08-20T18:08:13.686Z Downloaded dsl_auto_type v0.2.0
6882026-08-20T18:08:13.723Z Downloaded rustls-pki-types v1.14.0
6892026-08-20T18:08:13.723Z Downloaded hyper-tls v0.6.0
6902026-08-20T18:08:13.723Z Downloaded idna_adapter v1.2.1
6912026-08-20T18:08:13.723Z Downloaded vergen-git2 v9.1.0
6922026-08-20T18:08:13.723Z Downloaded synstructure v0.13.2
6932026-08-20T18:08:13.723Z Downloaded thread_local v1.1.9
6942026-08-20T18:08:13.724Z Downloaded jiff-static v0.2.34
6952026-08-20T18:08:13.724Z Downloaded new_debug_unreachable v1.0.6
6962026-08-20T18:08:13.724Z Downloaded num-iter v0.1.45
6972026-08-20T18:08:13.724Z Downloaded chacha20poly1305 v0.10.1
6982026-08-20T18:08:13.724Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6992026-08-20T18:08:13.724Z Downloaded flume v0.11.1
7002026-08-20T18:08:13.724Z Downloaded is_ci v1.2.0
7012026-08-20T18:08:13.724Z Downloaded lru-cache v0.1.2
7022026-08-20T18:08:13.725Z Downloaded lru-slab v0.1.2
7032026-08-20T18:08:13.725Z Downloaded vergen-gitcl v1.0.8
7042026-08-20T18:08:13.725Z Downloaded olpc-cjson v0.1.4
7052026-08-20T18:08:13.725Z Downloaded parking_lot v0.12.5
7062026-08-20T18:08:13.725Z Downloaded wyz v0.5.1
7072026-08-20T18:08:13.725Z Downloaded postgres-types v0.2.12
7082026-08-20T18:08:13.725Z Downloaded openssl-probe v0.1.6
7092026-08-20T18:08:13.725Z Downloaded serde_cbor v0.11.2
7102026-08-20T18:08:13.726Z Downloaded xshell v0.2.7
7112026-08-20T18:08:13.726Z Downloaded primeorder v0.13.6
7122026-08-20T18:08:13.726Z Downloaded serde_with_macros v3.21.0
7132026-08-20T18:08:13.726Z Downloaded zerovec-derive v0.11.2
7142026-08-20T18:08:13.727Z Downloaded crc-catalog v2.4.0
7152026-08-20T18:08:13.727Z Downloaded blake2 v0.11.0-rc.6
7162026-08-20T18:08:13.733Z Downloaded constant_time_eq v0.4.2
7172026-08-20T18:08:13.733Z Downloaded ctr v0.10.1
7182026-08-20T18:08:13.733Z Downloaded num_enum_derive v0.5.11
7192026-08-20T18:08:13.733Z Downloaded phf_shared v0.12.1
7202026-08-20T18:08:13.733Z Downloaded oso v0.27.3
7212026-08-20T18:08:13.733Z Downloaded aes v0.9.1
7222026-08-20T18:08:13.733Z Downloaded powerfmt v0.2.0
7232026-08-20T18:08:13.733Z Downloaded elliptic-curve v0.14.1
7242026-08-20T18:08:13.740Z Downloaded half v1.8.3
7252026-08-20T18:08:13.740Z Downloaded colored v3.1.1
7262026-08-20T18:08:13.743Z Downloaded ref-cast v1.0.25
7272026-08-20T18:08:13.746Z Downloaded rfc6979 v0.4.0
7282026-08-20T18:08:13.746Z Downloaded term v0.7.0
7292026-08-20T18:08:13.749Z Downloaded getrandom v0.4.3
7302026-08-20T18:08:13.749Z Downloaded slog-dtrace v0.3.0
7312026-08-20T18:08:13.753Z Downloaded tinystr v0.8.2
7322026-08-20T18:08:13.757Z Downloaded tracing-attributes v0.1.31
7332026-08-20T18:08:13.757Z Downloaded tui-tree-widget v0.23.1
7342026-08-20T18:08:13.761Z Downloaded libefi-sys v0.1.0
7352026-08-20T18:08:13.761Z Downloaded pkcs5 v0.8.1
7362026-08-20T18:08:13.764Z Downloaded same-file v1.0.6
7372026-08-20T18:08:13.764Z Downloaded arc-swap v1.8.2
7382026-08-20T18:08:13.767Z Downloaded predicates-tree v1.0.13
7392026-08-20T18:08:13.767Z Downloaded rand_xorshift v0.4.0
7402026-08-20T18:08:13.772Z Downloaded bumpalo v3.20.2
7412026-08-20T18:08:13.772Z Downloaded const_format_proc_macros v0.2.34
7422026-08-20T18:08:13.775Z Downloaded serde_yaml v0.9.34+deprecated
7432026-08-20T18:08:13.775Z Downloaded ipnet v2.12.0
7442026-08-20T18:08:13.775Z Downloaded unicode-properties v0.1.4
7452026-08-20T18:08:13.775Z Downloaded rustls-platform-verifier v0.6.2
7462026-08-20T18:08:13.779Z Downloaded pem v3.0.6
7472026-08-20T18:08:13.784Z Downloaded crossbeam-utils v0.8.21
7482026-08-20T18:08:13.784Z Downloaded libloading v0.8.9
7492026-08-20T18:08:13.784Z Downloaded lru v0.12.5
7502026-08-20T18:08:13.788Z Downloaded lock_api v0.4.14
7512026-08-20T18:08:13.788Z Downloaded shell-words v1.1.1
7522026-08-20T18:08:13.788Z Downloaded serde_plain v1.0.2
7532026-08-20T18:08:13.788Z Downloaded siphasher v1.0.2
7542026-08-20T18:08:13.788Z Downloaded signature v2.2.0
7552026-08-20T18:08:13.788Z Downloaded tower-service v0.3.3
7562026-08-20T18:08:13.795Z Downloaded progenitor-impl v0.14.0
7572026-08-20T18:08:13.796Z Downloaded tap v1.0.1
7582026-08-20T18:08:13.796Z Downloaded pin-project-lite v0.2.17
7592026-08-20T18:08:13.800Z Downloaded port-file v0.1.0
7602026-08-20T18:08:13.800Z Downloaded signal-hook v0.3.18
7612026-08-20T18:08:13.800Z Downloaded base64 v0.22.1
7622026-08-20T18:08:13.800Z Downloaded oxide-tokio-rt v0.1.4
7632026-08-20T18:08:13.803Z Downloaded oxide-update-engine-display v0.1.2
7642026-08-20T18:08:13.803Z Downloaded sync_wrapper v1.0.2
7652026-08-20T18:08:13.803Z Downloaded proc-macro-error2 v2.0.1
7662026-08-20T18:08:13.811Z Downloaded progenitor v0.13.0
7672026-08-20T18:08:13.811Z Downloaded stable_deref_trait v1.2.1
7682026-08-20T18:08:13.811Z Downloaded typify-macro v0.6.2
7692026-08-20T18:08:13.811Z Downloaded unarray v0.1.4
7702026-08-20T18:08:13.815Z Downloaded universal-hash v0.5.1
7712026-08-20T18:08:13.815Z Downloaded sha1 v0.11.0
7722026-08-20T18:08:13.817Z Downloaded owo-colors v4.3.0
7732026-08-20T18:08:13.817Z Downloaded darling v0.20.11
7742026-08-20T18:08:13.817Z Downloaded heapless v0.7.17
7752026-08-20T18:08:13.820Z Downloaded tungstenite v0.21.0
7762026-08-20T18:08:13.820Z Downloaded rand_chacha v0.9.0
7772026-08-20T18:08:13.820Z Downloaded heapless v0.8.0
7782026-08-20T18:08:13.824Z Downloaded scrypt v0.12.0
7792026-08-20T18:08:13.827Z Downloaded universal-hash v0.6.1
7802026-08-20T18:08:13.831Z Downloaded zerofrom-derive v0.1.6
7812026-08-20T18:08:13.836Z Downloaded primefield v0.14.0
7822026-08-20T18:08:13.842Z Downloaded derive_builder v0.20.2
7832026-08-20T18:08:13.842Z Downloaded des v0.9.0
7842026-08-20T18:08:13.847Z Downloaded xattr v1.6.1
7852026-08-20T18:08:13.847Z Downloaded derive_builder_macro v0.20.2
7862026-08-20T18:08:13.847Z Downloaded hybrid-array v0.4.13
7872026-08-20T18:08:13.847Z Downloaded rand_seeder v0.4.0
7882026-08-20T18:08:13.847Z Downloaded ingot-types v0.2.0
7892026-08-20T18:08:13.853Z Downloaded crucible-workspace-hack v0.1.0
7902026-08-20T18:08:13.853Z Downloaded cstr-argument v0.1.2
7912026-08-20T18:08:13.853Z Downloaded darling_macro v0.23.0
7922026-08-20T18:08:13.853Z Downloaded strum_macros v0.24.3
7932026-08-20T18:08:13.853Z Downloaded slab v0.4.12
7942026-08-20T18:08:13.853Z Downloaded ssh-cipher v0.3.0
7952026-08-20T18:08:13.859Z Downloaded ssh-encoding v0.3.0
7962026-08-20T18:08:13.859Z Downloaded subprocess v0.2.15
7972026-08-20T18:08:13.859Z Downloaded tinyvec v1.10.0
7982026-08-20T18:08:13.859Z Downloaded diesel_table_macro_syntax v0.3.0
7992026-08-20T18:08:13.859Z Downloaded bytes v1.11.1
8002026-08-20T18:08:13.863Z Downloaded p256 v0.14.0
8012026-08-20T18:08:13.864Z Downloaded scroll v0.13.0
8022026-08-20T18:08:13.864Z Downloaded ingot-macros v0.2.0
8032026-08-20T18:08:13.864Z Downloaded cc v1.2.56
8042026-08-20T18:08:13.864Z Downloaded litrs v1.0.0
8052026-08-20T18:08:13.868Z Downloaded rfc6979 v0.6.0
8062026-08-20T18:08:13.868Z Downloaded serde_with_macros v1.5.2
8072026-08-20T18:08:13.868Z Downloaded toml_writer v1.1.1+spec-1.1.0
8082026-08-20T18:08:13.868Z Downloaded illumos-nvpair v0.3.0
8092026-08-20T18:08:13.872Z Downloaded tar v0.4.46
8102026-08-20T18:08:13.872Z Downloaded unsafe-libyaml v0.2.11
8112026-08-20T18:08:13.876Z Downloaded zstd v0.13.3
8122026-08-20T18:08:13.876Z Downloaded ar_archive_writer v0.5.1
8132026-08-20T18:08:13.879Z Downloaded paste v1.0.15
8142026-08-20T18:08:13.879Z Downloaded multer v3.1.0
8152026-08-20T18:08:13.883Z Downloaded thiserror-no-std v2.0.2
8162026-08-20T18:08:13.883Z Downloaded instability v0.3.11
8172026-08-20T18:08:13.887Z Downloaded instant v0.1.13
8182026-08-20T18:08:13.887Z Downloaded pkcs8 v0.11.0
8192026-08-20T18:08:13.887Z Downloaded tokio-dtrace v0.1.1
8202026-08-20T18:08:13.887Z Downloaded tokio-tungstenite v0.23.1
8212026-08-20T18:08:13.892Z Downloaded darling v0.13.4
8222026-08-20T18:08:13.892Z Downloaded uzers v0.12.2
8232026-08-20T18:08:13.895Z Downloaded hickory-resolver v0.25.2
8242026-08-20T18:08:13.901Z Downloaded ident_case v1.0.1
8252026-08-20T18:08:13.904Z Downloaded psm v0.1.30
8262026-08-20T18:08:13.904Z Downloaded async-compression v0.4.41
8272026-08-20T18:08:13.914Z Downloaded managed v0.8.0
8282026-08-20T18:08:13.917Z Downloaded rustls-webpki v0.103.13
8292026-08-20T18:08:13.921Z Downloaded md5 v0.8.0
8302026-08-20T18:08:13.921Z Downloaded openssl-probe v0.2.1
8312026-08-20T18:08:13.921Z Downloaded phf_shared v0.13.1
8322026-08-20T18:08:13.921Z Downloaded hashbrown v0.13.2
8332026-08-20T18:08:13.927Z Downloaded const_format v0.2.35
8342026-08-20T18:08:13.928Z Downloaded expectorate v1.2.0
8352026-08-20T18:08:13.931Z Downloaded whoami v1.6.1
8362026-08-20T18:08:13.931Z Downloaded tls_codec_derive v0.4.2
8372026-08-20T18:08:13.931Z Downloaded illumos-nvpair-sys v0.2.0
8382026-08-20T18:08:13.931Z Downloaded proc-macro-crate v3.4.0
8392026-08-20T18:08:13.931Z Downloaded russh-cryptovec v0.62.0
8402026-08-20T18:08:13.931Z Downloaded dropshot_endpoint v0.17.1
8412026-08-20T18:08:13.931Z Downloaded packed_struct_codegen v0.10.1
8422026-08-20T18:08:13.935Z Downloaded whoami v2.1.0
8432026-08-20T18:08:13.935Z Downloaded corncobs v0.1.4
8442026-08-20T18:08:13.935Z Downloaded radium v0.7.0
8452026-08-20T18:08:13.935Z Downloaded icu_locale_core v2.1.1
8462026-08-20T18:08:13.939Z Downloaded recursive-proc-macro-impl v0.1.1
8472026-08-20T18:08:13.939Z Downloaded quinn-udp v0.5.14
8482026-08-20T18:08:13.952Z Downloaded flate2 v1.1.9
8492026-08-20T18:08:13.952Z Downloaded hashbrown v0.12.3
8502026-08-20T18:08:13.952Z Downloaded rand_chacha v0.3.1
8512026-08-20T18:08:13.952Z Downloaded defmt-macros v1.0.1
8522026-08-20T18:08:13.962Z Downloaded unicode_categories v0.1.1
8532026-08-20T18:08:13.962Z Downloaded scheduled-thread-pool v0.2.7
8542026-08-20T18:08:13.962Z Downloaded linear-map v1.2.0
8552026-08-20T18:08:13.962Z Downloaded scopeguard v1.2.0
8562026-08-20T18:08:13.962Z Downloaded tokio-test v0.4.5
8572026-08-20T18:08:13.962Z Downloaded spin v0.9.8
8582026-08-20T18:08:13.962Z Downloaded supports-unicode v3.0.0
8592026-08-20T18:08:13.962Z Downloaded crc-any v2.5.0
8602026-08-20T18:08:13.962Z Downloaded ecdsa v0.16.9
8612026-08-20T18:08:13.962Z Downloaded quinn v0.11.11
8622026-08-20T18:08:13.962Z Downloaded zerocopy v0.6.6
8632026-08-20T18:08:13.962Z Downloaded slog-term v2.9.2
8642026-08-20T18:08:13.963Z Downloaded lazy_static v1.5.0
8652026-08-20T18:08:13.967Z Downloaded seq-macro v0.3.6
8662026-08-20T18:08:13.967Z Downloaded supports-hyperlinks v3.2.0
8672026-08-20T18:08:13.967Z Downloaded sync-ptr v0.1.4
8682026-08-20T18:08:13.967Z Downloaded serde_bytes v0.11.19
8692026-08-20T18:08:13.967Z Downloaded sponge-cursor v0.1.0
8702026-08-20T18:08:13.975Z Downloaded darling_core v0.21.3
8712026-08-20T18:08:13.975Z Downloaded keccak v0.2.0
8722026-08-20T18:08:13.975Z Downloaded ppv-lite86 v0.2.21
8732026-08-20T18:08:13.980Z Downloaded diff v0.1.13
8742026-08-20T18:08:13.980Z Downloaded hickory-resolver v0.24.4
8752026-08-20T18:08:13.983Z Downloaded native-tls v0.2.18
8762026-08-20T18:08:13.983Z Downloaded libsw v3.5.0
8772026-08-20T18:08:13.987Z Downloaded icu_normalizer v2.1.1
8782026-08-20T18:08:13.987Z Downloaded md-5 v0.10.6
8792026-08-20T18:08:13.991Z Downloaded toml_parser v1.1.2+spec-1.1.0
8802026-08-20T18:08:13.991Z Downloaded unit-prefix v0.5.2
8812026-08-20T18:08:13.991Z Downloaded untrusted v0.9.0
8822026-08-20T18:08:13.991Z Downloaded num-rational v0.4.2
8832026-08-20T18:08:13.995Z Downloaded ignore v0.4.25
8842026-08-20T18:08:13.995Z Downloaded cpubits v0.1.1
8852026-08-20T18:08:13.995Z Downloaded pem-rfc7468 v1.0.0
8862026-08-20T18:08:13.995Z Downloaded rpassword v7.5.4
8872026-08-20T18:08:13.999Z Downloaded progenitor-extras v0.2.0
8882026-08-20T18:08:13.999Z Downloaded uuid v1.23.4
8892026-08-20T18:08:13.999Z Downloaded convert_case v0.4.0
8902026-08-20T18:08:14.003Z Downloaded humantime v2.3.0
8912026-08-20T18:08:14.006Z Downloaded hashbrown v0.15.5
8922026-08-20T18:08:14.010Z Downloaded ron v0.8.1
8932026-08-20T18:08:14.010Z Downloaded schemars v0.8.22
8942026-08-20T18:08:14.018Z Downloaded zopfli v0.8.3
8952026-08-20T18:08:14.021Z Downloaded deranged v0.5.8
8962026-08-20T18:08:14.021Z Downloaded difflib v0.4.0
8972026-08-20T18:08:14.021Z Downloaded crc32fast v1.5.0
8982026-08-20T18:08:14.024Z Downloaded num-bigint-dig v0.8.6
8992026-08-20T18:08:14.031Z Downloaded document-features v0.2.12
9002026-08-20T18:08:14.031Z Downloaded indent_write v2.2.0
9012026-08-20T18:08:14.031Z Downloaded hashbrown v0.16.1
9022026-08-20T18:08:14.034Z Downloaded rsa v0.10.0-rc.18
9032026-08-20T18:08:14.034Z Downloaded lzss v0.8.2
9042026-08-20T18:08:14.034Z Downloaded multimap v0.10.1
9052026-08-20T18:08:14.039Z Downloaded opaque-debug v0.3.1
9062026-08-20T18:08:14.039Z Downloaded serde_derive_internals v0.29.1
9072026-08-20T18:08:14.039Z Downloaded slog-json v2.6.1
9082026-08-20T18:08:14.039Z Downloaded test-strategy v0.4.5
9092026-08-20T18:08:14.044Z Downloaded strum_macros v0.26.4
9102026-08-20T18:08:14.044Z Downloaded walkdir v2.5.0
9112026-08-20T18:08:14.044Z Downloaded smallvec v0.6.14
9122026-08-20T18:08:14.044Z Downloaded tls_codec v0.4.2
9132026-08-20T18:08:14.048Z Downloaded keccak v0.1.6
9142026-08-20T18:08:14.048Z Downloaded is-terminal v0.4.17
9152026-08-20T18:08:14.048Z Downloaded newtype_derive v0.1.6
9162026-08-20T18:08:14.048Z Downloaded libscf-sys v1.2.0
9172026-08-20T18:08:14.048Z Downloaded darling_core v0.20.11
9182026-08-20T18:08:14.053Z Downloaded http v1.4.2
9192026-08-20T18:08:14.053Z Downloaded zeroize v1.9.0
9202026-08-20T18:08:14.053Z Downloaded memmap2 v0.9.10
9212026-08-20T18:08:14.056Z Downloaded psl-types v2.0.11
9222026-08-20T18:08:14.060Z Downloaded mio v1.2.0
9232026-08-20T18:08:14.064Z Downloaded phf v0.12.1
9242026-08-20T18:08:14.064Z Downloaded derive_more v2.1.1
9252026-08-20T18:08:14.068Z Downloaded parking_lot v0.11.2
9262026-08-20T18:08:14.071Z Downloaded poly1305 v0.9.0
9272026-08-20T18:08:14.071Z Downloaded vergen-lib v0.1.6
9282026-08-20T18:08:14.076Z Downloaded yoke v0.8.1
9292026-08-20T18:08:14.076Z Downloaded salsa20 v0.11.0
9302026-08-20T18:08:14.076Z Downloaded postgres-protocol v0.6.10
9312026-08-20T18:08:14.079Z Downloaded serde_urlencoded v0.7.1
9322026-08-20T18:08:14.079Z Downloaded toml_edit v0.19.15
9332026-08-20T18:08:14.088Z Downloaded sha1 v0.10.6
9342026-08-20T18:08:14.094Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9352026-08-20T18:08:14.094Z Downloaded derive_builder_core v0.20.2
9362026-08-20T18:08:14.094Z Downloaded displaydoc v0.2.5
9372026-08-20T18:08:14.094Z Downloaded either v1.15.0
9382026-08-20T18:08:14.097Z Downloaded daft v0.1.7
9392026-08-20T18:08:14.098Z Downloaded daft-derive v0.1.7
9402026-08-20T18:08:14.098Z Downloaded supports-color v3.0.2
9412026-08-20T18:08:14.098Z Downloaded cpufeatures v0.3.0
9422026-08-20T18:08:14.098Z Downloaded darling_core v0.23.0
9432026-08-20T18:08:14.101Z Downloaded spki v0.8.0
9442026-08-20T18:08:14.101Z Downloaded wait-timeout v0.2.1
9452026-08-20T18:08:14.105Z Downloaded thiserror-impl-no-std v2.0.2
9462026-08-20T18:08:14.105Z Downloaded topological-sort v0.2.2
9472026-08-20T18:08:14.105Z Downloaded xshell-macros v0.2.7
9482026-08-20T18:08:14.109Z Downloaded trait-variant v0.1.2
9492026-08-20T18:08:14.121Z Downloaded pem-rfc7468 v0.7.0
9502026-08-20T18:08:14.125Z Downloaded progenitor v0.14.0
9512026-08-20T18:08:14.125Z Downloaded parking_lot_core v0.8.6
9522026-08-20T18:08:14.128Z Downloaded inout v0.2.2
9532026-08-20T18:08:14.128Z Downloaded rand_core v0.9.5
9542026-08-20T18:08:14.133Z Downloaded resolv-conf v0.7.6
9552026-08-20T18:08:14.133Z Downloaded hashbrown v0.14.5
9562026-08-20T18:08:14.137Z Downloaded darling_macro v0.21.3
9572026-08-20T18:08:14.137Z Downloaded derive_more-impl v2.1.1
9582026-08-20T18:08:14.137Z Downloaded rand v0.8.6
9592026-08-20T18:08:14.141Z Downloaded critical-section v1.2.0
9602026-08-20T18:08:14.141Z Downloaded digest-io v0.1.0
9612026-08-20T18:08:14.141Z Downloaded ecdsa v0.17.0
9622026-08-20T18:08:14.144Z Downloaded linked-hash-map v0.5.6
9632026-08-20T18:08:14.144Z Downloaded num-conv v0.2.0
9642026-08-20T18:08:14.144Z Downloaded parse-display v0.10.0
9652026-08-20T18:08:14.144Z Downloaded stringprep v0.1.5
9662026-08-20T18:08:14.144Z Downloaded parse-size v1.1.0
9672026-08-20T18:08:14.147Z Downloaded schemars_derive v0.8.22
9682026-08-20T18:08:14.154Z Downloaded papergrid v0.18.0
9692026-08-20T18:08:14.161Z Downloaded aes-gcm v0.11.0
9702026-08-20T18:08:14.161Z Downloaded progenitor-impl v0.13.0
9712026-08-20T18:08:14.161Z Downloaded rcgen v0.12.1
9722026-08-20T18:08:14.161Z Downloaded darling v0.21.3
9732026-08-20T18:08:14.170Z Downloaded slog-stdlog v4.1.1
9742026-08-20T18:08:14.170Z Downloaded tokio-native-tls v0.3.1
9752026-08-20T18:08:14.170Z Downloaded quick-error v1.2.3
9762026-08-20T18:08:14.170Z Downloaded aho-corasick v1.1.4
9772026-08-20T18:08:14.170Z Downloaded icu_properties v2.1.2
9782026-08-20T18:08:14.170Z Downloaded tokio-tungstenite v0.21.0
9792026-08-20T18:08:14.176Z Downloaded similar v2.7.0
9802026-08-20T18:08:14.176Z Downloaded socket2 v0.6.3
9812026-08-20T18:08:14.176Z Downloaded progenitor-client v0.14.0
9822026-08-20T18:08:14.180Z Downloaded testing_table v0.3.0
9832026-08-20T18:08:14.180Z Downloaded vte v0.14.1
9842026-08-20T18:08:14.180Z Downloaded string_cache v0.8.9
9852026-08-20T18:08:14.180Z Downloaded toml v1.1.2+spec-1.1.0
9862026-08-20T18:08:14.187Z Downloaded password-hash v0.5.0
9872026-08-20T18:08:14.187Z Downloaded pkcs8 v0.10.2
9882026-08-20T18:08:14.187Z Downloaded rustc_version v0.1.7
9892026-08-20T18:08:14.187Z Downloaded der v0.8.0
9902026-08-20T18:08:14.191Z Downloaded serde-big-array v0.5.1
9912026-08-20T18:08:14.192Z Downloaded sapling-renderdag v0.1.0
9922026-08-20T18:08:14.192Z Downloaded typify v0.6.2
9932026-08-20T18:08:14.192Z Downloaded delegate v0.13.5
9942026-08-20T18:08:14.195Z Downloaded sigpipe v0.1.3
9952026-08-20T18:08:14.195Z Downloaded termtree v0.5.1
9962026-08-20T18:08:14.195Z Downloaded thread-id v5.1.0
9972026-08-20T18:08:14.196Z Downloaded zone v0.3.1
9982026-08-20T18:08:14.201Z Downloaded nanorand v0.7.0
9992026-08-20T18:08:14.206Z Downloaded nom v7.1.3
10002026-08-20T18:08:14.206Z Downloaded postcard v1.1.3
10012026-08-20T18:08:14.206Z Downloaded structmeta v0.3.0
10022026-08-20T18:08:14.209Z Downloaded csv-core v0.1.13
10032026-08-20T18:08:14.209Z Downloaded wnaf v0.14.0
10042026-08-20T18:08:14.213Z Downloaded crossbeam-channel v0.5.15
10052026-08-20T18:08:14.216Z Downloaded derive-ex v0.1.8
10062026-08-20T18:08:14.216Z Downloaded ed25519 v2.2.3
10072026-08-20T18:08:14.219Z Downloaded num-integer v0.1.46
10082026-08-20T18:08:14.219Z Downloaded toml_edit v0.23.10+spec-1.0.0
10092026-08-20T18:08:14.224Z Downloaded downcast-rs v2.0.2
10102026-08-20T18:08:14.228Z Downloaded scuffle v0.1.0
10112026-08-20T18:08:14.228Z Downloaded module-lattice v0.2.3
10122026-08-20T18:08:14.228Z Downloaded polyval v0.7.1
10132026-08-20T18:08:14.232Z Downloaded itertools v0.10.5
10142026-08-20T18:08:14.235Z Downloaded sha2 v0.11.0
10152026-08-20T18:08:14.235Z Downloaded slog-bunyan v2.5.0
10162026-08-20T18:08:14.235Z Downloaded indexmap v1.9.3
10172026-08-20T18:08:14.239Z Downloaded predicates v3.1.4
10182026-08-20T18:08:14.239Z Downloaded term v1.2.1
10192026-08-20T18:08:14.243Z Downloaded twox-hash v2.1.2
10202026-08-20T18:08:14.243Z Downloaded darling_macro v0.20.11
10212026-08-20T18:08:14.243Z Downloaded lalrpop-util v0.19.12
10222026-08-20T18:08:14.246Z Downloaded mime v0.3.17
10232026-08-20T18:08:14.247Z Downloaded num-bigint v0.4.6
10242026-08-20T18:08:14.247Z Downloaded pin-project-internal v1.1.11
10252026-08-20T18:08:14.250Z Downloaded rand_core v0.6.4
10262026-08-20T18:08:14.250Z Downloaded vergen-lib v9.1.0
10272026-08-20T18:08:14.250Z Downloaded writeable v0.6.2
10282026-08-20T18:08:14.250Z Downloaded jobserver v0.1.34
10292026-08-20T18:08:14.254Z Downloaded idna v1.1.0
10302026-08-20T18:08:14.254Z Downloaded oxide-update-engine-types v0.1.2
10312026-08-20T18:08:14.262Z Downloaded num-traits v0.2.19
10322026-08-20T18:08:14.262Z Downloaded pin-project v1.1.11
10332026-08-20T18:08:14.265Z Downloaded sqlformat v0.3.5
10342026-08-20T18:08:14.265Z Downloaded num_threads v0.1.7
10352026-08-20T18:08:14.265Z Downloaded oso-derive v0.27.3
10362026-08-20T18:08:14.265Z Downloaded path-slash v0.1.5
10372026-08-20T18:08:14.268Z Downloaded support-bundle-viewer v0.1.2
10382026-08-20T18:08:14.268Z Downloaded usdt-impl v0.6.0
10392026-08-20T18:08:14.274Z Downloaded crossbeam-epoch v0.9.18
10402026-08-20T18:08:14.277Z Downloaded strum v0.26.3
10412026-08-20T18:08:14.277Z Downloaded usdt v0.6.0
10422026-08-20T18:08:14.280Z Downloaded unicase v2.9.0
10432026-08-20T18:08:14.280Z Downloaded ed25519-dalek v2.2.0
10442026-08-20T18:08:14.280Z Downloaded rustyline v14.0.0
10452026-08-20T18:08:14.284Z Downloaded rawzip v0.4.4
10462026-08-20T18:08:14.288Z Downloaded hyper-rustls v0.27.7
10472026-08-20T18:08:14.291Z Downloaded litemap v0.8.1
10482026-08-20T18:08:14.291Z Downloaded tower-layer v0.3.3
10492026-08-20T18:08:14.291Z Downloaded void v1.0.2
10502026-08-20T18:08:14.291Z Downloaded chrono v0.4.45
10512026-08-20T18:08:14.295Z Downloaded signal-hook-tokio v0.3.1
10522026-08-20T18:08:14.298Z Downloaded semver v0.1.20
10532026-08-20T18:08:14.298Z Downloaded time-core v0.1.8
10542026-08-20T18:08:14.298Z Downloaded diesel-dtrace v0.5.0
10552026-08-20T18:08:14.299Z Downloaded crc v3.4.0
10562026-08-20T18:08:14.306Z Downloaded oxnet v0.1.6
10572026-08-20T18:08:14.312Z Downloaded ed25519 v3.0.0
10582026-08-20T18:08:14.312Z Downloaded diesel_derives v2.3.7
10592026-08-20T18:08:14.313Z Downloaded kstat-rs v0.2.5
10602026-08-20T18:08:14.313Z Downloaded nonempty v0.12.0
10612026-08-20T18:08:14.313Z Downloaded nu-ansi-term v0.50.3
10622026-08-20T18:08:14.313Z Downloaded slog v2.8.2
10632026-08-20T18:08:14.313Z Downloaded socket2 v0.5.10
10642026-08-20T18:08:14.351Z Downloaded vsss-rs v3.3.4
10652026-08-20T18:08:14.351Z Downloaded tower-http v0.6.8
10662026-08-20T18:08:14.358Z Downloaded inout v0.1.4
10672026-08-20T18:08:14.358Z Downloaded match_cfg v0.1.0
10682026-08-20T18:08:14.359Z Downloaded rtoolbox v0.0.3
10692026-08-20T18:08:14.359Z Downloaded secrecy v0.10.3
10702026-08-20T18:08:14.359Z Downloaded der_derive v0.7.3
10712026-08-20T18:08:14.359Z Downloaded dunce v1.0.5
10722026-08-20T18:08:14.359Z Downloaded zerotrie v0.2.3
10732026-08-20T18:08:14.359Z Downloaded dropshot-api-manager v0.8.0
10742026-08-20T18:08:14.359Z Downloaded miette-derive v7.6.0
10752026-08-20T18:08:14.359Z Downloaded reqwest v0.13.2
10762026-08-20T18:08:14.359Z Downloaded drift v0.2.0
10772026-08-20T18:08:14.359Z Downloaded indicatif v0.18.4
10782026-08-20T18:08:14.359Z Downloaded tungstenite v0.23.0
10792026-08-20T18:08:14.359Z Downloaded termios v0.3.3
10802026-08-20T18:08:14.359Z Downloaded proc-macro-error-attr2 v2.0.0
10812026-08-20T18:08:14.359Z Downloaded signal-hook-mio v0.2.5
10822026-08-20T18:08:14.359Z Downloaded serde-hex v0.1.0
10832026-08-20T18:08:14.359Z Downloaded der v0.7.10
10842026-08-20T18:08:14.360Z Downloaded winnow v0.6.26
10852026-08-20T18:08:14.360Z Downloaded futures-util v0.3.32
10862026-08-20T18:08:14.365Z Downloaded hkdf v0.12.4
10872026-08-20T18:08:14.365Z Downloaded pkg-config v0.3.32
10882026-08-20T18:08:14.365Z Downloaded typed-path v0.9.3
10892026-08-20T18:08:14.365Z Downloaded usdt-macro v0.6.0
10902026-08-20T18:08:14.371Z Downloaded quick-xml v0.37.5
10912026-08-20T18:08:14.371Z Downloaded indoc v1.0.9
10922026-08-20T18:08:14.371Z Downloaded dof v0.4.0
10932026-08-20T18:08:14.371Z Downloaded cookie_store v0.22.1
10942026-08-20T18:08:14.375Z Downloaded pretty_assertions v1.4.1
10952026-08-20T18:08:14.375Z Downloaded serde_path_to_error v0.1.20
10962026-08-20T18:08:14.375Z Downloaded hyper-util v0.1.20
10972026-08-20T18:08:14.379Z Downloaded ssh-key v0.7.0-rc.11
10982026-08-20T18:08:14.383Z Downloaded hyper-staticfile v0.10.1
10992026-08-20T18:08:14.383Z Downloaded precomputed-hash v0.1.1
11002026-08-20T18:08:14.383Z Downloaded structmeta-derive v0.3.0
11012026-08-20T18:08:14.383Z Downloaded tabwriter v1.4.1
11022026-08-20T18:08:14.383Z Downloaded x509-cert v0.2.5
11032026-08-20T18:08:14.386Z Downloaded defmt v1.0.1
11042026-08-20T18:08:14.389Z Downloaded jiff-core v0.1.0
11052026-08-20T18:08:14.393Z Downloaded iana-time-zone v0.1.65
11062026-08-20T18:08:14.396Z Downloaded regex v1.12.3
11072026-08-20T18:08:14.401Z Downloaded static_assertions v1.1.0
11082026-08-20T18:08:14.401Z Downloaded defmt v0.3.100
11092026-08-20T18:08:14.401Z Downloaded maybe-uninit v2.0.0
11102026-08-20T18:08:14.401Z Downloaded maplit v1.0.2
11112026-08-20T18:08:14.404Z Downloaded minimal-lexical v0.2.1
11122026-08-20T18:08:14.408Z Downloaded smallvec v1.15.1
11132026-08-20T18:08:14.408Z Downloaded rustls-native-certs v0.8.3
11142026-08-20T18:08:14.411Z Downloaded memoffset v0.9.1
11152026-08-20T18:08:14.411Z Downloaded dirs-next v2.0.0
11162026-08-20T18:08:14.411Z Downloaded dtrace-parser v0.3.0
11172026-08-20T18:08:14.411Z Downloaded zerofrom v0.1.6
11182026-08-20T18:08:14.417Z Downloaded waitgroup v0.1.2
11192026-08-20T18:08:14.421Z Downloaded impl-trait-for-tuples v0.2.3
11202026-08-20T18:08:14.422Z Downloaded p521 v0.14.0
11212026-08-20T18:08:14.425Z Downloaded knus-derive v3.4.0
11222026-08-20T18:08:14.426Z Downloaded unicode-truncate v1.1.0
11232026-08-20T18:08:14.429Z Downloaded crc8 v0.1.1
11242026-08-20T18:08:14.429Z Downloaded ingot v0.2.1
11252026-08-20T18:08:14.436Z Downloaded strip-ansi-escapes v0.2.1
11262026-08-20T18:08:14.442Z Downloaded tokio-macros v2.7.0
11272026-08-20T18:08:14.442Z Downloaded dyn-clone v1.0.20
11282026-08-20T18:08:14.442Z Downloaded darling_macro v0.13.4
11292026-08-20T18:08:14.442Z Downloaded indoc v2.0.7
11302026-08-20T18:08:14.449Z Downloaded num_enum v0.7.6
11312026-08-20T18:08:14.449Z Downloaded phc v0.6.1
11322026-08-20T18:08:14.449Z Downloaded r2d2 v0.8.10
11332026-08-20T18:08:14.449Z Downloaded ctutils v0.4.2
11342026-08-20T18:08:14.449Z Downloaded unicode-bidi v0.3.18
11352026-08-20T18:08:14.459Z Downloaded icu_normalizer_data v2.1.1
11362026-08-20T18:08:14.459Z Downloaded cookie v0.18.1
11372026-08-20T18:08:14.459Z Downloaded digest v0.11.3
11382026-08-20T18:08:14.459Z Downloaded tokio-stream v0.1.18
11392026-08-20T18:08:14.470Z Downloaded serdect v0.4.3
11402026-08-20T18:08:14.470Z Downloaded unicode-xid v0.2.6
11412026-08-20T18:08:14.470Z Downloaded percent-encoding v2.3.2
11422026-08-20T18:08:14.471Z Downloaded crypto-bigint v0.5.5
11432026-08-20T18:08:14.471Z Downloaded aws-lc-rs v1.16.3
11442026-08-20T18:08:14.481Z Downloaded icu_provider v2.1.1
11452026-08-20T18:08:14.481Z Downloaded parking_lot_core v0.9.12
11462026-08-20T18:08:14.481Z Downloaded internet-checksum v0.2.1
11472026-08-20T18:08:14.482Z Downloaded crypto-common v0.2.2
11482026-08-20T18:08:14.482Z Downloaded usdt-attr-macro v0.6.0
11492026-08-20T18:08:14.482Z Downloaded num v0.4.3
11502026-08-20T18:08:14.482Z Downloaded ipnetwork v0.21.1
11512026-08-20T18:08:14.482Z Downloaded convert_case v0.10.0
11522026-08-20T18:08:14.488Z Downloaded darling_core v0.13.4
11532026-08-20T18:08:14.488Z Downloaded rustc-hash v2.1.1
11542026-08-20T18:08:14.492Z Downloaded ed25519-dalek v3.0.0
11552026-08-20T18:08:14.492Z Downloaded h2 v0.4.15
11562026-08-20T18:08:14.496Z Downloaded tagptr v0.2.0
11572026-08-20T18:08:14.496Z Downloaded take_mut v0.2.2
11582026-08-20T18:08:14.496Z Downloaded knus v3.4.0
11592026-08-20T18:08:14.497Z Downloaded strum_macros v0.27.2
11602026-08-20T18:08:14.497Z Downloaded rand_core v0.10.0
11612026-08-20T18:08:14.502Z Downloaded num-complex v0.4.6
11622026-08-20T18:08:14.502Z Downloaded mime_guess v2.0.5
11632026-08-20T18:08:14.502Z Downloaded sec1 v0.7.3
11642026-08-20T18:08:14.502Z Downloaded hkdf v0.13.0
11652026-08-20T18:08:14.505Z Downloaded unicode-normalization v0.1.25
11662026-08-20T18:08:14.505Z Downloaded pbkdf2 v0.13.0
11672026-08-20T18:08:14.505Z Downloaded libsw-core v0.3.2
11682026-08-20T18:08:14.505Z Downloaded yasna v0.5.2
11692026-08-20T18:08:14.509Z Downloaded zstd-safe v7.2.4
11702026-08-20T18:08:14.509Z Downloaded slog-async v2.8.0
11712026-08-20T18:08:14.514Z Downloaded data-encoding v2.10.0
11722026-08-20T18:08:14.518Z Downloaded miette v7.6.0
11732026-08-20T18:08:14.518Z Downloaded blake3 v1.8.5
11742026-08-20T18:08:14.523Z Downloaded schemars v1.2.1
11752026-08-20T18:08:14.531Z Downloaded newtype-uuid-macros v0.1.0
11762026-08-20T18:08:14.537Z Downloaded bitvec v1.0.1
11772026-08-20T18:08:14.549Z Downloaded peg v0.8.5
11782026-08-20T18:08:14.549Z Downloaded signal-hook-registry v1.4.8
11792026-08-20T18:08:14.550Z Downloaded tracing-core v0.1.36
11802026-08-20T18:08:14.550Z Downloaded tokio-rustls v0.26.4
11812026-08-20T18:08:14.550Z Downloaded proc-macro-crate v1.3.1
11822026-08-20T18:08:14.550Z Downloaded slog-scope v4.4.1
11832026-08-20T18:08:14.555Z Downloaded yansi v1.0.1
11842026-08-20T18:08:14.555Z Downloaded samael v0.0.19
11852026-08-20T18:08:14.560Z Downloaded rustc-demangle v0.1.27
11862026-08-20T18:08:14.560Z Downloaded miniz_oxide v0.8.9
11872026-08-20T18:08:14.560Z Downloaded pkcs1 v0.7.5
11882026-08-20T18:08:14.572Z Downloaded rusty-fork v0.3.1
11892026-08-20T18:08:14.572Z Downloaded newtype-uuid v1.3.2
11902026-08-20T18:08:14.572Z Downloaded nom v8.0.0
11912026-08-20T18:08:14.576Z Downloaded darling v0.23.0
11922026-08-20T18:08:14.576Z Downloaded derive-where v1.6.0
11932026-08-20T18:08:14.576Z Downloaded itertools v0.13.0
11942026-08-20T18:08:14.580Z Downloaded simd-adler32 v0.3.8
11952026-08-20T18:08:14.585Z Downloaded crossbeam-deque v0.8.6
11962026-08-20T18:08:14.585Z Downloaded ryu v1.0.23
11972026-08-20T18:08:14.585Z Downloaded zerovec v0.11.5
11982026-08-20T18:08:14.585Z Downloaded icu_collections v2.1.1
11992026-08-20T18:08:14.588Z Downloaded bindgen v0.71.1
12002026-08-20T18:08:14.596Z Downloaded zip v0.6.6
12012026-08-20T18:08:14.601Z Downloaded ml-kem v0.3.2
12022026-08-20T18:08:14.601Z Downloaded steno v0.4.1
12032026-08-20T18:08:14.601Z Downloaded pkcs1 v0.8.0-rc.4
12042026-08-20T18:08:14.604Z Downloaded crypto-primes v0.7.2
12052026-08-20T18:08:14.604Z Downloaded prettyplease v0.2.37
12062026-08-20T18:08:14.604Z Downloaded prefix-trie v0.7.0
12072026-08-20T18:08:14.608Z Downloaded iri-string v0.7.10
12082026-08-20T18:08:14.611Z Downloaded p384 v0.14.0
12092026-08-20T18:08:14.615Z Downloaded vergen v9.1.0
12102026-08-20T18:08:14.615Z Downloaded derive_more v0.99.20
12112026-08-20T18:08:14.618Z Downloaded quinn-proto v0.11.16
12122026-08-20T18:08:14.622Z Downloaded rsa v0.9.10
12132026-08-20T18:08:14.625Z Downloaded zip v4.6.1
12142026-08-20T18:08:14.625Z Downloaded rand v0.10.1
12152026-08-20T18:08:14.629Z Downloaded publicsuffix v2.3.0
12162026-08-20T18:08:14.629Z Downloaded schemars v0.9.0
12172026-08-20T18:08:14.647Z Downloaded libbz2-rs-sys v0.2.2
12182026-08-20T18:08:14.660Z Downloaded tokio-postgres v0.7.16
12192026-08-20T18:08:14.673Z Downloaded elliptic-curve v0.13.8
12202026-08-20T18:08:14.673Z Downloaded polar-core v0.27.3
12212026-08-20T18:08:14.673Z Downloaded snafu v0.8.9
12222026-08-20T18:08:14.673Z Downloaded toml v0.7.8
12232026-08-20T18:08:14.678Z Downloaded zerocopy-derive v0.8.55
12242026-08-20T18:08:14.678Z Downloaded tabled v0.21.0
12252026-08-20T18:08:14.686Z Downloaded crossterm v0.29.0
12262026-08-20T18:08:14.691Z Downloaded tower v0.5.3
12272026-08-20T18:08:14.708Z Downloaded qorb v0.4.1
12282026-08-20T18:08:14.709Z Downloaded reedline v0.40.0
12292026-08-20T18:08:14.718Z Downloaded git2 v0.20.4
12302026-08-20T18:08:14.718Z Downloaded crossterm v0.28.1
12312026-08-20T18:08:14.718Z Downloaded rayon-core v1.13.0
12322026-08-20T18:08:14.718Z Downloaded goblin v0.10.5
12332026-08-20T18:08:14.719Z Downloaded url v2.5.8
12342026-08-20T18:08:14.722Z Downloaded itertools v0.12.1
12352026-08-20T18:08:14.722Z Downloaded internal-russh-num-bigint v0.5.0
12362026-08-20T18:08:14.723Z Downloaded reqwest v0.12.28
12372026-08-20T18:08:14.727Z Downloaded tokio-util v0.7.18
12382026-08-20T18:08:14.730Z Downloaded unicode-segmentation v1.12.0
12392026-08-20T18:08:14.734Z Downloaded icu_properties_data v2.1.2
12402026-08-20T18:08:14.738Z Downloaded libm v0.2.16
12412026-08-20T18:08:14.743Z Downloaded rand v0.9.2
12422026-08-20T18:08:14.754Z Downloaded libxml v0.3.3
12432026-08-20T18:08:14.754Z Downloaded openssl-sys v0.9.117
12442026-08-20T18:08:14.759Z Downloaded lalrpop v0.19.12
12452026-08-20T18:08:14.759Z Downloaded salty v0.3.0
12462026-08-20T18:08:14.764Z Downloaded serde_with v1.14.0
12472026-08-20T18:08:14.767Z Downloaded gimli v0.32.3
12482026-08-20T18:08:14.770Z Downloaded vcpkg v0.2.15
12492026-08-20T18:08:14.793Z Downloaded itertools v0.14.0
12502026-08-20T18:08:14.806Z Downloaded time v0.3.47
12512026-08-20T18:08:14.818Z Downloaded moka v0.12.13
12522026-08-20T18:08:14.821Z Downloaded tough v0.22.0
12532026-08-20T18:08:14.826Z Downloaded nix v0.27.1
12542026-08-20T18:08:14.831Z Downloaded itertools v0.15.0
12552026-08-20T18:08:14.836Z Downloaded bstr v1.12.1
12562026-08-20T18:08:14.852Z Downloaded iddqd v0.4.2
12572026-08-20T18:08:14.862Z Downloaded winnow v0.5.40
12582026-08-20T18:08:14.862Z Downloaded winnow v1.0.3
12592026-08-20T18:08:14.862Z Downloaded object v0.30.4
12602026-08-20T18:08:14.880Z Downloaded hyper v1.10.1
12612026-08-20T18:08:14.883Z Downloaded p384 v0.13.1
12622026-08-20T18:08:14.889Z Downloaded smoltcp v0.11.0
12632026-08-20T18:08:14.893Z Downloaded hickory-proto v0.24.4
12642026-08-20T18:08:14.903Z Downloaded portable-atomic v1.13.1
12652026-08-20T18:08:14.908Z Downloaded sha3 v0.12.0
12662026-08-20T18:08:14.912Z Downloaded serde_with v3.21.0
12672026-08-20T18:08:14.919Z Downloaded radix_trie v0.2.1
12682026-08-20T18:08:14.923Z Downloaded russh v0.62.4
12692026-08-20T18:08:14.928Z Downloaded hickory-proto v0.25.2
12702026-08-20T18:08:14.935Z Downloaded curve25519-dalek v4.1.3
12712026-08-20T18:08:14.942Z Downloaded openssl v0.10.80
12722026-08-20T18:08:14.945Z Downloaded rustls v0.23.41
12732026-08-20T18:08:14.952Z Downloaded regress v0.10.5
12742026-08-20T18:08:14.957Z Downloaded regex-syntax v0.6.29
12752026-08-20T18:08:14.964Z Downloaded nix v0.28.0
12762026-08-20T18:08:14.970Z Downloaded dropshot v0.17.1
12772026-08-20T18:08:14.980Z Downloaded rayon v1.11.0
12782026-08-20T18:08:14.984Z Downloaded zerocopy v0.8.55
12792026-08-20T18:08:14.995Z Downloaded proptest v1.11.0
12802026-08-20T18:08:15.001Z Downloaded rustix v0.38.44
12812026-08-20T18:08:15.014Z Downloaded smoltcp v0.9.1
12822026-08-20T18:08:15.018Z Downloaded nix v0.31.2
12832026-08-20T18:08:15.028Z Downloaded petname v2.0.2
12842026-08-20T18:08:15.033Z Downloaded zlib-rs v0.6.2
12852026-08-20T18:08:15.042Z Downloaded crypto-bigint v0.7.5
12862026-08-20T18:08:15.047Z Downloaded regex-syntax v0.8.10
12872026-08-20T18:08:15.047Z Downloaded sqlparser v0.61.0
12882026-08-20T18:08:15.064Z Downloaded sled v0.34.7
12892026-08-20T18:08:15.071Z Downloaded ratatui v0.29.0
12902026-08-20T18:08:15.071Z Downloaded regress v0.11.1
12912026-08-20T18:08:15.076Z Downloaded petgraph v0.6.5
12922026-08-20T18:08:15.115Z Downloaded zerocopy-derive v0.6.6
12932026-08-20T18:08:15.128Z Downloaded object v0.37.3
12942026-08-20T18:08:15.140Z Downloaded petgraph v0.8.3
12952026-08-20T18:08:15.151Z Downloaded jiff v0.2.34
12962026-08-20T18:08:15.155Z Downloaded curve25519-dalek v5.0.0
12972026-08-20T18:08:15.155Z Downloaded csv v1.4.0
12982026-08-20T18:08:15.168Z Downloaded libz-sys v1.1.24
12992026-08-20T18:08:15.178Z Downloaded openapiv3 v2.2.0
13002026-08-20T18:08:15.184Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-08-20T18:08:15.191Z Downloaded typify-impl v0.6.2
13022026-08-20T18:08:15.199Z Downloaded tracing v0.1.44
13032026-08-20T18:08:15.213Z Downloaded sha3 v0.11.0
13042026-08-20T18:08:15.218Z Downloaded encoding_rs v0.8.35
13052026-08-20T18:08:15.230Z Downloaded diesel v2.3.7
13062026-08-20T18:08:15.239Z Downloaded regex-automata v0.4.14
13072026-08-20T18:08:15.247Z Downloaded chrono-tz v0.10.4
13082026-08-20T18:08:15.277Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-08-20T18:08:15.299Z Downloaded tokio v1.52.1
13102026-08-20T18:08:15.327Z Downloaded sha3 v0.10.8
13112026-08-20T18:08:15.398Z Downloaded ring v0.17.14
13122026-08-20T18:08:15.449Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-20T18:08:15.876Z Downloaded aws-lc-sys v0.40.0
13142026-08-20T18:08:16.133Z Compiling serde_core v1.0.228
13152026-08-20T18:08:16.133Z Compiling libc v0.2.185
13162026-08-20T18:08:16.133Z Compiling serde v1.0.228
13172026-08-20T18:08:16.137Z Compiling log v0.4.33
13182026-08-20T18:08:16.138Z Compiling smallvec v1.15.1
13192026-08-20T18:08:16.138Z Compiling shlex v1.3.0
13202026-08-20T18:08:16.138Z Compiling find-msvc-tools v0.1.9
13212026-08-20T18:08:16.138Z Compiling subtle v2.6.1
13222026-08-20T18:08:16.281Z Compiling scopeguard v1.2.0
13232026-08-20T18:08:16.285Z Compiling stable_deref_trait v1.2.1
13242026-08-20T18:08:16.285Z Compiling typenum v1.20.1
13252026-08-20T18:08:16.285Z Compiling zerocopy v0.8.55
13262026-08-20T18:08:16.293Z Compiling portable-atomic v1.13.1
13272026-08-20T18:08:16.317Z Compiling serde_json v1.0.151
13282026-08-20T18:08:16.354Z Compiling syn v2.0.117
13292026-08-20T18:08:16.367Z Compiling critical-section v1.2.0
13302026-08-20T18:08:16.466Z Compiling lock_api v0.4.14
13312026-08-20T18:08:16.481Z Compiling libm v0.2.16
13322026-08-20T18:08:16.495Z Compiling num-traits v0.2.19
13332026-08-20T18:08:16.517Z Compiling pkg-config v0.3.32
13342026-08-20T18:08:16.517Z Compiling generic-array v0.14.7
13352026-08-20T18:08:16.544Z Compiling pin-project-lite v0.2.17
13362026-08-20T18:08:16.602Z Compiling const-oid v0.9.6
13372026-08-20T18:08:16.634Z Compiling parking_lot_core v0.9.12
13382026-08-20T18:08:16.658Z Compiling getrandom v0.3.4
13392026-08-20T18:08:16.673Z Compiling futures-core v0.3.32
13402026-08-20T18:08:16.692Z Compiling percent-encoding v2.3.2
13412026-08-20T18:08:16.737Z Compiling writeable v0.6.2
13422026-08-20T18:08:16.817Z Compiling litemap v0.8.1
13432026-08-20T18:08:16.847Z Compiling icu_normalizer_data v2.1.1
13442026-08-20T18:08:16.852Z Compiling icu_properties_data v2.1.2
13452026-08-20T18:08:16.917Z Compiling getrandom v0.4.3
13462026-08-20T18:08:16.917Z Compiling rustix v1.1.4
13472026-08-20T18:08:16.956Z Compiling rand_core v0.10.0
13482026-08-20T18:08:16.972Z Compiling futures-sink v0.3.32
13492026-08-20T18:08:17.021Z Compiling futures-io v0.3.32
13502026-08-20T18:08:17.080Z Compiling futures-channel v0.3.32
13512026-08-20T18:08:17.084Z Compiling futures-task v0.3.32
13522026-08-20T18:08:17.137Z Compiling slab v0.4.12
13532026-08-20T18:08:17.187Z Compiling utf8_iter v1.0.4
13542026-08-20T18:08:17.196Z Compiling errno v0.3.14
13552026-08-20T18:08:17.282Z Compiling jobserver v0.1.34
13562026-08-20T18:08:17.294Z Compiling getrandom v0.2.17
13572026-08-20T18:08:17.303Z Compiling mio v1.2.0
13582026-08-20T18:08:17.345Z Compiling signal-hook-registry v1.4.8
13592026-08-20T18:08:17.357Z Compiling socket2 v0.6.3
13602026-08-20T18:08:17.396Z Compiling once_cell v1.21.3
13612026-08-20T18:08:17.414Z Compiling form_urlencoded v1.2.2
13622026-08-20T18:08:17.472Z Compiling rand_core v0.6.4
13632026-08-20T18:08:17.499Z Compiling rustversion v1.0.22
13642026-08-20T18:08:17.559Z Compiling cc v1.2.56
13652026-08-20T18:08:17.636Z Compiling parking_lot v0.12.5
13662026-08-20T18:08:17.636Z Compiling base64ct v1.8.3
13672026-08-20T18:08:17.745Z Compiling iana-time-zone v0.1.65
13682026-08-20T18:08:17.751Z Compiling regex-syntax v0.8.10
13692026-08-20T18:08:17.751Z Compiling dunce v1.0.5
13702026-08-20T18:08:17.780Z Compiling flagset v0.4.7
13712026-08-20T18:08:17.798Z Compiling ident_case v1.0.1
13722026-08-20T18:08:17.811Z Compiling fs_extra v1.3.0
13732026-08-20T18:08:17.859Z Compiling rand_core v0.9.5
13742026-08-20T18:08:17.877Z Compiling base64 v0.22.1
13752026-08-20T18:08:17.922Z Compiling syn v1.0.109
13762026-08-20T18:08:17.937Z Compiling vcpkg v0.2.15
13772026-08-20T18:08:17.953Z Compiling pem-rfc7468 v0.7.0
13782026-08-20T18:08:17.965Z Compiling tracing-core v0.1.36
13792026-08-20T18:08:18.022Z Compiling dyn-clone v1.0.20
13802026-08-20T18:08:18.078Z Compiling schemars v0.8.22
13812026-08-20T18:08:18.095Z Compiling aws-lc-rs v1.16.3
13822026-08-20T18:08:18.111Z Compiling cpufeatures v0.2.17
13832026-08-20T18:08:18.163Z Compiling simd-adler32 v0.3.8
13842026-08-20T18:08:18.182Z Compiling spin v0.9.8
13852026-08-20T18:08:18.195Z Compiling crc32fast v1.5.0
13862026-08-20T18:08:18.237Z Compiling openssl-probe v0.2.1
13872026-08-20T18:08:18.287Z Compiling cmov v0.5.4
13882026-08-20T18:08:18.331Z Compiling tinyvec_macros v0.1.1
13892026-08-20T18:08:18.396Z Compiling cmake v0.1.57
13902026-08-20T18:08:18.410Z Compiling httparse v1.10.1
13912026-08-20T18:08:18.423Z Compiling adler2 v2.0.1
13922026-08-20T18:08:18.438Z Compiling tinyvec v1.10.0
13932026-08-20T18:08:18.442Z Compiling aho-corasick v1.1.4
13942026-08-20T18:08:18.442Z Compiling tower-layer v0.3.3
13952026-08-20T18:08:18.523Z Compiling miniz_oxide v0.8.9
13962026-08-20T18:08:18.546Z Compiling ctutils v0.4.2
13972026-08-20T18:08:18.576Z Compiling bitflags v2.11.0
13982026-08-20T18:08:18.627Z Compiling semver v1.0.28
13992026-08-20T18:08:18.645Z Compiling indexmap v2.14.0
14002026-08-20T18:08:18.714Z Compiling uuid v1.23.4
14012026-08-20T18:08:18.747Z Compiling tower-service v0.3.3
14022026-08-20T18:08:18.834Z Compiling try-lock v0.2.5
14032026-08-20T18:08:18.837Z Compiling untrusted v0.7.1
14042026-08-20T18:08:18.838Z Compiling atomic-waker v1.1.2
14052026-08-20T18:08:18.871Z Compiling rustc_version v0.4.1
14062026-08-20T18:08:18.912Z Compiling radium v0.7.0
14072026-08-20T18:08:18.959Z Compiling want v0.3.1
14082026-08-20T18:08:19.038Z Compiling foreign-types-shared v0.1.1
14092026-08-20T18:08:19.142Z Compiling openssl v0.10.80
14102026-08-20T18:08:19.160Z Compiling tap v1.0.1
14112026-08-20T18:08:19.189Z Compiling rustls v0.23.41
14122026-08-20T18:08:19.236Z Compiling httpdate v1.0.3
14132026-08-20T18:08:19.254Z Compiling untrusted v0.9.0
14142026-08-20T18:08:19.286Z Compiling maybe-uninit v2.0.0
14152026-08-20T18:08:19.301Z Compiling wyz v0.5.1
14162026-08-20T18:08:19.316Z Compiling aws-lc-sys v0.40.0
14172026-08-20T18:08:19.353Z Compiling synstructure v0.13.2
14182026-08-20T18:08:19.368Z Compiling serde_derive_internals v0.29.1
14192026-08-20T18:08:19.388Z Compiling openssl-sys v0.9.117
14202026-08-20T18:08:19.391Z Compiling pest_generator v2.8.6
14212026-08-20T18:08:19.416Z Compiling regex-automata v0.4.14
14222026-08-20T18:08:19.447Z Compiling darling_core v0.20.11
14232026-08-20T18:08:19.482Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14242026-08-20T18:08:19.516Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-20T18:08:19.800Z Compiling tempfile v3.27.0
14262026-08-20T18:08:19.820Z Compiling terminal_size v0.4.3
14272026-08-20T18:08:19.851Z Compiling foreign-types v0.3.2
14282026-08-20T18:08:19.908Z Compiling unicode-normalization v0.1.25
14292026-08-20T18:08:19.936Z Compiling num-integer v0.1.46
14302026-08-20T18:08:19.979Z Compiling wait-timeout v0.2.1
14312026-08-20T18:08:19.983Z Compiling ahash v0.8.12
14322026-08-20T18:08:20.008Z Compiling num-bigint-dig v0.8.6
14332026-08-20T18:08:20.131Z Compiling packed_struct v0.10.1
14342026-08-20T18:08:20.231Z Compiling num-conv v0.2.0
14352026-08-20T18:08:20.231Z Compiling quick-error v1.2.3
14362026-08-20T18:08:20.261Z Compiling funty v2.0.0
14372026-08-20T18:08:20.264Z Compiling time-core v0.1.8
14382026-08-20T18:08:20.291Z Compiling native-tls v0.2.18
14392026-08-20T18:08:20.291Z Compiling powerfmt v0.2.0
14402026-08-20T18:08:20.294Z Compiling bit-vec v0.8.0
14412026-08-20T18:08:20.367Z Compiling rusty-fork v0.3.1
14422026-08-20T18:08:20.394Z Compiling num-iter v0.1.45
14432026-08-20T18:08:20.398Z Compiling clap_builder v4.6.0
14442026-08-20T18:08:20.451Z Compiling time-macros v0.2.27
14452026-08-20T18:08:20.464Z Compiling deranged v0.5.8
14462026-08-20T18:08:20.512Z Compiling bit-set v0.8.0
14472026-08-20T18:08:20.577Z Compiling lazy_static v1.5.0
14482026-08-20T18:08:20.665Z Compiling bitvec v1.0.1
14492026-08-20T18:08:20.681Z Compiling rand_xorshift v0.4.0
14502026-08-20T18:08:20.699Z Compiling sync_wrapper v1.0.2
14512026-08-20T18:08:20.718Z Compiling indexmap v1.9.3
14522026-08-20T18:08:20.731Z Compiling object v0.37.3
14532026-08-20T18:08:20.820Z Compiling paste v1.0.15
14542026-08-20T18:08:20.857Z Compiling siphasher v1.0.2
14552026-08-20T18:08:20.900Z Compiling nodrop v0.1.14
14562026-08-20T18:08:20.927Z Compiling crc-catalog v2.4.0
14572026-08-20T18:08:21.006Z Compiling num_threads v0.1.7
14582026-08-20T18:08:21.019Z Compiling zlib-rs v0.6.2
14592026-08-20T18:08:21.032Z Compiling unarray v0.1.4
14602026-08-20T18:08:21.067Z Compiling crossbeam-utils v0.8.21
14612026-08-20T18:08:21.118Z Compiling usdt-impl v0.6.0
14622026-08-20T18:08:21.149Z Compiling serde_derive v1.0.228
14632026-08-20T18:08:21.162Z Compiling zeroize_derive v1.5.0
14642026-08-20T18:08:21.185Z Compiling zerofrom-derive v0.1.6
14652026-08-20T18:08:21.336Z Compiling zerocopy-derive v0.8.55
14662026-08-20T18:08:21.371Z Compiling yoke-derive v0.8.1
14672026-08-20T18:08:21.499Z Compiling zerovec-derive v0.11.2
14682026-08-20T18:08:21.515Z Compiling displaydoc v0.2.5
14692026-08-20T18:08:21.602Z Compiling tokio-macros v2.7.0
14702026-08-20T18:08:21.868Z Compiling futures-macro v0.3.32
14712026-08-20T18:08:21.871Z Compiling thiserror-impl v2.0.18
14722026-08-20T18:08:22.146Z Compiling der_derive v0.7.3
14732026-08-20T18:08:22.305Z Compiling tracing-attributes v0.1.31
14742026-08-20T18:08:22.363Z Compiling schemars_derive v0.8.22
14752026-08-20T18:08:22.419Z Compiling scroll_derive v0.13.1
14762026-08-20T18:08:22.572Z Compiling pest_derive v2.8.6
14772026-08-20T18:08:22.632Z Compiling zerofrom v0.1.6
14782026-08-20T18:08:22.678Z Compiling darling_macro v0.20.11
14792026-08-20T18:08:22.710Z Compiling futures-util v0.3.32
14802026-08-20T18:08:22.802Z Compiling yoke v0.8.1
14812026-08-20T18:08:23.009Z Compiling zerovec v0.11.5
14822026-08-20T18:08:23.087Z Compiling zerotrie v0.2.3
14832026-08-20T18:08:23.194Z Compiling openssl-macros v0.1.1
14842026-08-20T18:08:23.208Z Compiling thiserror-impl v1.0.69
14852026-08-20T18:08:23.290Z Compiling thiserror v2.0.18
14862026-08-20T18:08:23.311Z Compiling scroll v0.13.0
14872026-08-20T18:08:23.415Z Compiling darling v0.20.11
14882026-08-20T18:08:23.415Z Compiling packed_struct_codegen v0.10.1
14892026-08-20T18:08:23.513Z Compiling tinystr v0.8.2
14902026-08-20T18:08:23.554Z Compiling potential_utf v0.1.4
14912026-08-20T18:08:23.570Z Compiling goblin v0.10.5
14922026-08-20T18:08:23.597Z Compiling clap_derive v4.6.1
14932026-08-20T18:08:23.673Z Compiling bitfield-macros v0.19.4
14942026-08-20T18:08:23.735Z Compiling icu_locale_core v2.1.1
14952026-08-20T18:08:23.749Z Compiling icu_collections v2.1.1
14962026-08-20T18:08:23.762Z Compiling tracing v0.1.44
14972026-08-20T18:08:23.765Z Compiling zerocopy-derive v0.6.6
14982026-08-20T18:08:24.059Z Compiling flate2 v1.1.9
14992026-08-20T18:08:24.257Z Compiling derive_builder_core v0.20.2
15002026-08-20T18:08:24.316Z Compiling dtrace-parser v0.3.0
15012026-08-20T18:08:24.433Z Compiling icu_provider v2.1.1
15022026-08-20T18:08:24.502Z Compiling bitfield v0.19.4
15032026-08-20T18:08:24.519Z Compiling thiserror v1.0.69
15042026-08-20T18:08:24.551Z Compiling time v0.3.47
15052026-08-20T18:08:24.637Z Compiling zeroize v1.9.0
15062026-08-20T18:08:24.656Z Compiling bytes v1.11.1
15072026-08-20T18:08:24.670Z Compiling chrono v0.4.45
15082026-08-20T18:08:24.706Z Compiling icu_properties v2.1.2
15092026-08-20T18:08:24.750Z Compiling icu_normalizer v2.1.1
15102026-08-20T18:08:24.872Z Compiling der v0.7.10
15112026-08-20T18:08:25.071Z Compiling rustls-pki-types v1.14.0
15122026-08-20T18:08:25.088Z Compiling hybrid-array v0.4.13
15132026-08-20T18:08:25.146Z Compiling tokio v1.52.1
15142026-08-20T18:08:25.300Z Compiling http v1.4.2
15152026-08-20T18:08:25.315Z Compiling ipnet v2.12.0
15162026-08-20T18:08:25.411Z Compiling crypto-common v0.1.7
15172026-08-20T18:08:25.428Z Compiling block-buffer v0.10.4
15182026-08-20T18:08:25.529Z Compiling hex v0.4.3
15192026-08-20T18:08:25.574Z Compiling digest v0.10.7
15202026-08-20T18:08:25.613Z Compiling idna_adapter v1.2.1
15212026-08-20T18:08:25.763Z Compiling idna v1.1.0
15222026-08-20T18:08:25.814Z Compiling spki v0.7.3
15232026-08-20T18:08:25.828Z Compiling sha2 v0.10.9
15242026-08-20T18:08:25.832Z Compiling ppv-lite86 v0.2.21
15252026-08-20T18:08:25.859Z Compiling signature v2.2.0
15262026-08-20T18:08:25.872Z Compiling hmac v0.12.1
15272026-08-20T18:08:26.043Z Compiling pkcs8 v0.10.2
15282026-08-20T18:08:26.057Z Compiling url v2.5.8
15292026-08-20T18:08:26.061Z Compiling http-body v1.0.1
15302026-08-20T18:08:26.084Z Compiling serde_spanned v0.6.9
15312026-08-20T18:08:26.088Z Compiling toml_datetime v0.6.11
15322026-08-20T18:08:26.140Z Compiling rand_chacha v0.9.0
15332026-08-20T18:08:26.185Z Compiling rand_chacha v0.3.1
15342026-08-20T18:08:26.209Z Compiling pkcs1 v0.7.5
15352026-08-20T18:08:26.236Z Compiling http-body-util v0.1.3
15362026-08-20T18:08:26.314Z Compiling clap v4.6.1
15372026-08-20T18:08:26.359Z Compiling rand v0.9.2
15382026-08-20T18:08:26.403Z Compiling rand v0.8.6
15392026-08-20T18:08:26.440Z Compiling dof v0.4.0
15402026-08-20T18:08:26.447Z Compiling zerocopy v0.6.6
15412026-08-20T18:08:26.664Z Compiling scroll_derive v0.12.1
15422026-08-20T18:08:26.680Z Compiling structmeta-derive v0.3.0
15432026-08-20T18:08:26.838Z Compiling crc v3.4.0
15442026-08-20T18:08:26.851Z Compiling array-init v0.0.4
15452026-08-20T18:08:26.882Z Compiling smallvec v0.6.14
15462026-08-20T18:08:26.964Z Compiling proptest v1.11.0
15472026-08-20T18:08:27.099Z Compiling darling_core v0.23.0
15482026-08-20T18:08:27.134Z Compiling heapless v0.7.17
15492026-08-20T18:08:27.148Z Compiling slog v2.8.2
15502026-08-20T18:08:27.199Z Compiling thread-id v5.1.0
15512026-08-20T18:08:27.215Z Compiling env_filter v2.0.0
15522026-08-20T18:08:27.227Z Compiling cookie v0.18.1
15532026-08-20T18:08:27.291Z Compiling allocator-api2 v0.2.21
15542026-08-20T18:08:27.360Z Compiling zstd-safe v7.2.4
15552026-08-20T18:08:27.375Z Compiling ipnetwork v0.21.1
15562026-08-20T18:08:27.395Z Compiling hashbrown v0.12.3
15572026-08-20T18:08:27.432Z Compiling signal-hook v0.3.18
15582026-08-20T18:08:27.525Z Compiling winnow v0.5.40
15592026-08-20T18:08:27.573Z Compiling anyhow v1.0.104
15602026-08-20T18:08:27.624Z Compiling base64 v0.21.7
15612026-08-20T18:08:27.684Z Compiling iri-string v0.7.10
15622026-08-20T18:08:27.688Z Compiling gimli v0.32.3
15632026-08-20T18:08:27.820Z Compiling unicode-properties v0.1.4
15642026-08-20T18:08:27.820Z Compiling unicode-bidi v0.3.18
15652026-08-20T18:08:27.853Z Compiling ryu v1.0.23
15662026-08-20T18:08:27.924Z Compiling ron v0.8.1
15672026-08-20T18:08:27.964Z Compiling structmeta v0.3.0
15682026-08-20T18:08:28.006Z Compiling serde_urlencoded v0.7.1
15692026-08-20T18:08:28.072Z Compiling oxnet v0.1.6
15702026-08-20T18:08:28.082Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15712026-08-20T18:08:28.166Z Compiling stringprep v0.1.5
15722026-08-20T18:08:28.195Z Compiling rsa v0.9.10
15732026-08-20T18:08:28.344Z Compiling scroll v0.12.0
15742026-08-20T18:08:28.359Z Compiling env_logger v0.11.11
15752026-08-20T18:08:28.631Z Compiling serde-hex v0.1.0
15762026-08-20T18:08:28.646Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15772026-08-20T18:08:28.844Z Compiling bzip2 v0.4.4
15782026-08-20T18:08:28.890Z Compiling toml_edit v0.19.15
15792026-08-20T18:08:29.013Z Compiling tokio-util v0.7.18
15802026-08-20T18:08:29.033Z Compiling tower v0.5.3
15812026-08-20T18:08:29.080Z Compiling tokio-native-tls v0.3.1
15822026-08-20T18:08:29.225Z Compiling hashbrown v0.13.2
15832026-08-20T18:08:29.257Z Compiling x509-cert v0.2.5
15842026-08-20T18:08:29.288Z Compiling crypto-common v0.2.2
15852026-08-20T18:08:29.525Z Compiling tower-http v0.6.8
15862026-08-20T18:08:29.621Z Compiling darling_macro v0.23.0
15872026-08-20T18:08:29.656Z Compiling newtype-uuid v1.3.2
15882026-08-20T18:08:29.733Z Compiling h2 v0.4.15
15892026-08-20T18:08:29.956Z Compiling addr2line v0.25.1
15902026-08-20T18:08:30.029Z Compiling block-buffer v0.12.1
15912026-08-20T18:08:30.114Z Compiling block-padding v0.4.2
15922026-08-20T18:08:30.178Z Compiling md-5 v0.10.6
15932026-08-20T18:08:30.257Z Compiling rustls-native-certs v0.8.3
15942026-08-20T18:08:30.297Z Compiling derive_builder_macro v0.20.2
15952026-08-20T18:08:30.327Z Compiling serde_tokenstream v0.2.3
15962026-08-20T18:08:30.379Z Compiling erased-serde v0.3.31
15972026-08-20T18:08:30.425Z Compiling bstr v1.12.1
15982026-08-20T18:08:30.662Z Compiling async-trait v0.1.89
15992026-08-20T18:08:30.778Z Compiling pin-project-internal v1.1.11
16002026-08-20T18:08:30.859Z Compiling daft-derive v0.1.7
16012026-08-20T18:08:30.890Z Compiling zerocopy-derive v0.7.35
16022026-08-20T18:08:31.002Z Compiling camino v1.2.5
16032026-08-20T18:08:31.023Z Compiling curve25519-dalek v4.1.3
16042026-08-20T18:08:31.080Z Compiling vergen-lib v9.1.0
16052026-08-20T18:08:31.099Z Compiling hash32 v0.2.1
16062026-08-20T18:08:31.276Z Compiling memoffset v0.9.1
16072026-08-20T18:08:31.292Z Compiling encoding_rs v0.8.35
16082026-08-20T18:08:31.311Z Compiling smoltcp v0.9.1
16092026-08-20T18:08:31.382Z Compiling rustc-demangle v0.1.27
16102026-08-20T18:08:31.405Z Compiling litrs v1.0.0
16112026-08-20T18:08:31.484Z Compiling mime v0.3.17
16122026-08-20T18:08:31.498Z Compiling cfg_aliases v0.2.1
16132026-08-20T18:08:31.569Z Compiling owo-colors v4.3.0
16142026-08-20T18:08:31.583Z Compiling rustix v0.38.44
16152026-08-20T18:08:31.624Z Compiling psl-types v2.0.11
16162026-08-20T18:08:31.664Z Compiling fallible-iterator v0.2.0
16172026-08-20T18:08:31.709Z Compiling ref-cast v1.0.25
16182026-08-20T18:08:31.754Z Compiling crc-any v2.5.0
16192026-08-20T18:08:31.764Z Compiling publicsuffix v2.3.0
16202026-08-20T18:08:31.806Z Compiling daft v0.1.7
16212026-08-20T18:08:31.821Z Compiling zerocopy v0.7.35
16222026-08-20T18:08:31.928Z Compiling document-features v0.2.12
16232026-08-20T18:08:31.945Z Compiling pin-project v1.1.11
16242026-08-20T18:08:31.958Z Compiling postgres-protocol v0.6.10
16252026-08-20T18:08:31.988Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-20T18:08:32.005Z Compiling backtrace v0.3.76
16272026-08-20T18:08:32.019Z Compiling nix v0.31.2
16282026-08-20T18:08:32.127Z Compiling derive_builder v0.20.2
16292026-08-20T18:08:32.179Z Compiling toml v0.7.8
16302026-08-20T18:08:32.261Z Compiling inout v0.2.2
16312026-08-20T18:08:32.390Z Compiling darling v0.23.0
16322026-08-20T18:08:32.400Z Compiling object v0.30.4
16332026-08-20T18:08:32.461Z Compiling zip v0.6.6
16342026-08-20T18:08:32.489Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16352026-08-20T18:08:32.544Z Compiling goblin v0.8.2
16362026-08-20T18:08:32.592Z Compiling derive-ex v0.1.8
16372026-08-20T18:08:32.799Z Compiling futures-executor v0.3.32
16382026-08-20T18:08:32.828Z Compiling hubpack_derive v0.1.1
16392026-08-20T18:08:32.851Z Compiling regex v1.12.3
16402026-08-20T18:08:32.862Z Compiling ref-cast-impl v1.0.25
16412026-08-20T18:08:32.976Z Compiling hyper v1.10.1
16422026-08-20T18:08:33.064Z Compiling snafu-derive v0.8.9
16432026-08-20T18:08:33.080Z Compiling curve25519-dalek-derive v0.1.1
16442026-08-20T18:08:33.106Z Compiling strum_macros v0.27.2
16452026-08-20T18:08:33.137Z Compiling phf_shared v0.13.1
16462026-08-20T18:08:33.252Z Compiling vergen v9.1.0
16472026-08-20T18:08:33.293Z Compiling cargo-platform v0.3.2
16482026-08-20T18:08:33.309Z Compiling ff v0.13.1
16492026-08-20T18:08:33.399Z Compiling fs-err v3.3.0
16502026-08-20T18:08:33.429Z Compiling either v1.15.0
16512026-08-20T18:08:33.449Z Compiling path-slash v0.1.5
16522026-08-20T18:08:33.474Z Compiling is_ci v1.2.0
16532026-08-20T18:08:33.598Z Compiling unicode-segmentation v1.12.0
16542026-08-20T18:08:33.605Z Compiling base16ct v0.2.0
16552026-08-20T18:08:33.618Z Compiling libbz2-rs-sys v0.2.2
16562026-08-20T18:08:33.630Z Compiling same-file v1.0.6
16572026-08-20T18:08:33.656Z Compiling foldhash v0.1.5
16582026-08-20T18:08:33.783Z Compiling bitflags v1.3.2
16592026-08-20T18:08:33.814Z Compiling foldhash v0.2.0
16602026-08-20T18:08:33.828Z Compiling managed v0.8.0
16612026-08-20T18:08:33.863Z Compiling bumpalo v3.20.2
16622026-08-20T18:08:33.880Z Compiling jiff-core v0.1.0
16632026-08-20T18:08:33.942Z Compiling hashbrown v0.15.5
16642026-08-20T18:08:33.996Z Compiling hashbrown v0.16.1
16652026-08-20T18:08:34.088Z Compiling bzip2 v0.6.1
16662026-08-20T18:08:34.126Z Compiling hyper-util v0.1.20
16672026-08-20T18:08:34.276Z Compiling zopfli v0.8.3
16682026-08-20T18:08:34.330Z Compiling test-strategy v0.4.5
16692026-08-20T18:08:34.528Z Compiling walkdir v2.5.0
16702026-08-20T18:08:34.610Z Compiling sec1 v0.7.3
16712026-08-20T18:08:34.614Z Compiling textwrap v0.16.2
16722026-08-20T18:08:34.862Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-20T18:08:34.878Z Compiling dof v0.3.0
16742026-08-20T18:08:34.914Z Compiling jiff v0.2.34
16752026-08-20T18:08:34.983Z Compiling supports-color v3.0.2
16762026-08-20T18:08:35.055Z Compiling snafu v0.8.9
16772026-08-20T18:08:35.086Z Compiling cargo_metadata v0.23.1
16782026-08-20T18:08:35.126Z Compiling group v0.13.0
16792026-08-20T18:08:35.151Z Compiling strum v0.27.2
16802026-08-20T18:08:35.289Z Compiling phf v0.13.1
16812026-08-20T18:08:35.301Z Compiling hubpack v0.1.2
16822026-08-20T18:08:35.317Z Compiling signal-hook-mio v0.2.5
16832026-08-20T18:08:35.371Z Compiling futures v0.3.32
16842026-08-20T18:08:35.423Z Compiling cookie_store v0.22.1
16852026-08-20T18:08:35.480Z Compiling zstd v0.13.3
16862026-08-20T18:08:35.485Z Compiling serde_with_macros v3.21.0
16872026-08-20T18:08:35.537Z Compiling hyper-tls v0.6.0
16882026-08-20T18:08:35.613Z Compiling backtrace-ext v0.2.1
16892026-08-20T18:08:35.758Z Compiling reqwest v0.12.28
16902026-08-20T18:08:35.784Z Compiling cipher v0.5.2
16912026-08-20T18:08:35.820Z Compiling postgres-types v0.2.12
16922026-08-20T18:08:35.940Z Compiling globset v0.4.18
16932026-08-20T18:08:36.045Z Compiling usdt-macro v0.6.0
16942026-08-20T18:08:36.093Z Compiling usdt-attr-macro v0.6.0
16952026-08-20T18:08:36.112Z Compiling byte-wrapper v0.1.0
16962026-08-20T18:08:36.304Z Compiling ed25519 v2.2.3
16972026-08-20T18:08:36.412Z Compiling hkdf v0.12.4
16982026-08-20T18:08:36.456Z Compiling crypto-bigint v0.5.5
16992026-08-20T18:08:36.480Z Compiling serde_plain v1.0.2
17002026-08-20T18:08:36.600Z Compiling olpc-cjson v0.1.4
17012026-08-20T18:08:36.627Z Compiling serde-big-array v0.5.1
17022026-08-20T18:08:36.641Z Compiling dtrace-parser v0.2.0
17032026-08-20T18:08:36.670Z Compiling async-recursion v1.1.1
17042026-08-20T18:08:36.687Z Compiling serde_repr v0.1.20
17052026-08-20T18:08:36.788Z Compiling strum_macros v0.26.4
17062026-08-20T18:08:36.796Z Compiling miette-derive v7.6.0
17072026-08-20T18:08:36.853Z Compiling enum-as-inner v0.6.1
17082026-08-20T18:08:36.961Z Compiling phf_shared v0.11.3
17092026-08-20T18:08:36.968Z Compiling float-cmp v0.10.0
17102026-08-20T18:08:37.149Z Compiling pem v3.0.6
17112026-08-20T18:08:37.164Z Compiling memmap2 v0.9.10
17122026-08-20T18:08:37.215Z Compiling thread-id v4.2.2
17132026-08-20T18:08:37.254Z Compiling difflib v0.4.0
17142026-08-20T18:08:37.313Z Compiling whoami v2.1.0
17152026-08-20T18:08:37.333Z Compiling typed-path v0.9.3
17162026-08-20T18:08:37.353Z Compiling cpufeatures v0.3.0
17172026-08-20T18:08:37.387Z Compiling supports-unicode v3.0.0
17182026-08-20T18:08:37.406Z Compiling keccak v0.1.6
17192026-08-20T18:08:37.413Z Compiling const-oid v0.10.2
17202026-08-20T18:08:37.447Z Compiling fixedbitset v0.4.2
17212026-08-20T18:08:37.476Z Compiling precomputed-hash v0.1.1
17222026-08-20T18:08:37.557Z Compiling data-encoding v2.10.0
17232026-08-20T18:08:37.582Z Compiling fixedbitset v0.5.7
17242026-08-20T18:08:37.698Z Compiling static_assertions v1.1.0
17252026-08-20T18:08:37.720Z Compiling supports-hyperlinks v3.2.0
17262026-08-20T18:08:37.771Z Compiling winnow v1.0.3
17272026-08-20T18:08:37.788Z Compiling normalize-line-endings v0.3.0
17282026-08-20T18:08:37.866Z Compiling predicates-core v1.0.10
17292026-08-20T18:08:37.886Z Compiling new_debug_unreachable v1.0.6
17302026-08-20T18:08:37.900Z Compiling hickory-proto v0.25.2
17312026-08-20T18:08:37.931Z Compiling petgraph v0.8.3
17322026-08-20T18:08:37.973Z Compiling string_cache v0.8.9
17332026-08-20T18:08:38.019Z Compiling miette v7.6.0
17342026-08-20T18:08:38.097Z Compiling predicates v3.1.4
17352026-08-20T18:08:38.115Z Compiling toml_edit v0.22.27
17362026-08-20T18:08:38.190Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-20T18:08:38.242Z Compiling petgraph v0.6.5
17382026-08-20T18:08:38.301Z Compiling digest v0.11.3
17392026-08-20T18:08:38.499Z Compiling sha3 v0.10.8
17402026-08-20T18:08:38.549Z Compiling tokio-postgres v0.7.16
17412026-08-20T18:08:38.596Z Compiling chacha20 v0.10.0
17422026-08-20T18:08:38.623Z Compiling elliptic-curve v0.13.8
17432026-08-20T18:08:38.639Z Compiling strum v0.26.3
17442026-08-20T18:08:38.748Z Compiling toml_parser v1.1.2+spec-1.1.0
17452026-08-20T18:08:38.789Z Compiling usdt v0.6.0
17462026-08-20T18:08:38.874Z Compiling usdt-impl v0.5.0
17472026-08-20T18:08:38.976Z Compiling zip v4.6.1
17482026-08-20T18:08:39.005Z Compiling crossterm v0.28.1
17492026-08-20T18:08:39.070Z Compiling serde_with v3.21.0
17502026-08-20T18:08:39.090Z Compiling ed25519-dalek v2.2.0
17512026-08-20T18:08:39.201Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-20T18:08:39.547Z Compiling iddqd v0.4.2
17532026-08-20T18:08:39.750Z Compiling similar v2.7.0
17542026-08-20T18:08:39.822Z Compiling heck v0.4.1
17552026-08-20T18:08:39.933Z Compiling itertools v0.13.0
17562026-08-20T18:08:40.018Z Compiling itertools v0.15.0
17572026-08-20T18:08:40.058Z Compiling tokio-stream v0.1.18
17582026-08-20T18:08:40.085Z Compiling crossbeam-epoch v0.9.18
17592026-08-20T18:08:40.314Z Compiling buf-list v1.1.2
17602026-08-20T18:08:40.399Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-20T18:08:40.517Z Compiling openapiv3 v2.2.0
17622026-08-20T18:08:40.586Z Compiling lalrpop-util v0.19.12
17632026-08-20T18:08:40.637Z Compiling peg-runtime v0.8.5
17642026-08-20T18:08:40.729Z Compiling thread_local v1.1.9
17652026-08-20T18:08:40.742Z Compiling slog-async v2.8.0
17662026-08-20T18:08:40.806Z Compiling crossbeam-channel v0.5.15
17672026-08-20T18:08:40.844Z Compiling is-terminal v0.4.17
17682026-08-20T18:08:40.863Z Compiling filetime v0.2.27
17692026-08-20T18:08:40.891Z Compiling xattr v1.6.1
17702026-08-20T18:08:40.922Z Compiling take_mut v0.2.2
17712026-08-20T18:08:40.931Z Compiling term v1.2.1
17722026-08-20T18:08:40.968Z Compiling camino-tempfile v1.4.1
17732026-08-20T18:08:41.030Z Compiling tar v0.4.46
17742026-08-20T18:08:41.197Z Compiling slog-term v2.9.2
17752026-08-20T18:08:58.382Z Compiling rustls-webpki v0.103.13
17762026-08-20T18:09:01.051Z Compiling tokio-rustls v0.26.4
17772026-08-20T18:09:01.051Z Compiling rustls-platform-verifier v0.6.2
17782026-08-20T18:09:01.051Z Compiling tough v0.22.0
17792026-08-20T18:09:01.248Z Compiling hyper-rustls v0.27.7
17802026-08-20T18:09:01.445Z Compiling reqwest v0.13.2
17812026-08-20T18:09:03.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-20T18:09:03.770Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-20T18:09:06.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.74s
17842026-08-20T18:09:06.849Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-20T18:09:06.849ZAug 20 18:09:06.079 INFO Starting download, target: Console
17862026-08-20T18:09:06.849ZAug 20 18:09:06.079 INFO Starting download, target: DendriteStub
17872026-08-20T18:09:06.849ZAug 20 18:09:06.079 INFO Starting download, target: Cockroach
17882026-08-20T18:09:06.850ZAug 20 18:09:06.079 INFO Starting download, target: Clickhouse
17892026-08-20T18:09:06.850ZAug 20 18:09:06.079 INFO Starting download, target: MaghemiteMgd
17902026-08-20T18:09:06.850ZAug 20 18:09:06.079 INFO Starting download, target: MaghemiteDdmd
17912026-08-20T18:09:06.850ZAug 20 18:09:06.079 INFO Starting download, target: TransceiverControl
17922026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17932026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17942026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17952026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-08-20T18:09:06.850ZAug 20 18:09:06.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-20T18:09:07.551ZAug 20 18:09:06.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-20T18:09:07.765ZAug 20 18:09:07.005 INFO Download complete, target: TransceiverControl
18012026-08-20T18:09:08.638ZAug 20 18:09:07.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-20T18:09:08.763ZAug 20 18:09:08.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-20T18:09:08.889ZAug 20 18:09:08.125 INFO Download complete, target: Console
18042026-08-20T18:09:15.419ZAug 20 18:09:14.657 INFO Checking that binary works, target: Clickhouse
18052026-08-20T18:09:15.506ZAug 20 18:09:14.744 INFO Download complete, target: Clickhouse
18062026-08-20T18:09:51.718ZAug 20 18:09:50.949 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-08-20T18:09:51.955ZAug 20 18:09:51.090 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-20T18:09:52.408ZAug 20 18:09:51.638 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-20T18:09:53.014ZAug 20 18:09:52.254 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-20T18:09:53.014ZAug 20 18:09:52.254 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-20T18:09:53.685ZAug 20 18:09:52.924 INFO Download complete, target: MaghemiteDdmd
18122026-08-20T18:09:54.364ZAug 20 18:09:53.595 INFO Download complete, target: DendriteStub
18132026-08-20T18:09:54.958ZAug 20 18:09:54.195 INFO Download complete, target: MaghemiteMgd
18142026-08-20T18:09:57.693ZAug 20 18:09:56.932 INFO Checking that binary works, target: Cockroach
18152026-08-20T18:09:57.815ZAug 20 18:09:57.055 INFO Download complete, target: Cockroach
18162026-08-20T18:09:57.819ZAll prerequisites installed successfully
18172026-08-20T18:09:57.824Z
18182026-08-20T18:09:57.824Zreal 2:44.097382789
18192026-08-20T18:09:57.824Zuser 7:16.544088618
18202026-08-20T18:09:57.824Zsys 1:44.422253709
18212026-08-20T18:09:57.824Ztrap 0.311008008
18222026-08-20T18:09:57.824Ztflt 0.856350634
18232026-08-20T18:09:57.824Zdflt 1.706302842
18242026-08-20T18:09:57.824Zkflt 0.025265254
18252026-08-20T18:09:57.824Zlock 44:17.605194020
18262026-08-20T18:09:57.824Zslp 21:42.960898377
18272026-08-20T18:09:57.824Zlat 27.809327454
18282026-08-20T18:09:57.824Zstop 3:27.662509702
18292026-08-20T18:09:57.824Z+ ptime -m cargo xtask download softnpu
18302026-08-20T18:09:58.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18312026-08-20T18:09:58.295Z Running `target/debug/xtask download softnpu`
18322026-08-20T18:09:59.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18332026-08-20T18:09:59.115Z Running `target/debug/xtask-downloader softnpu`
18342026-08-20T18:09:59.157ZAug 20 18:09:58.397 INFO Starting download, target: Softnpu
18352026-08-20T18:09:59.160ZAug 20 18:09:58.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-20T18:09:59.685ZAug 20 18:09:58.925 INFO Download complete, target: Softnpu
18372026-08-20T18:09:59.689Z
18382026-08-20T18:09:59.692Zreal 1.862703601
18392026-08-20T18:09:59.692Zuser 1.295204159
18402026-08-20T18:09:59.692Zsys 0.614452029
18412026-08-20T18:09:59.692Ztrap 0.000456790
18422026-08-20T18:09:59.692Ztflt 0.000079760
18432026-08-20T18:09:59.692Zdflt 0.000101710
18442026-08-20T18:09:59.692Zkflt 0.000000000
18452026-08-20T18:09:59.692Zlock 10.062034922
18462026-08-20T18:09:59.693Zslp 0.400318601
18472026-08-20T18:09:59.693Zlat 0.100761012
18482026-08-20T18:09:59.693Zstop 0.000162160
18492026-08-20T18:09:59.693Z+ export CARGO_INCREMENTAL=0
18502026-08-20T18:09:59.693Z+ CARGO_INCREMENTAL=0
18512026-08-20T18:09:59.693Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-20T18:10:00.609Z Compiling proc-macro2 v1.0.106
18532026-08-20T18:10:00.609Z Compiling quote v1.0.45
18542026-08-20T18:10:00.609Z Compiling unicode-ident v1.0.24
18552026-08-20T18:10:00.613Z Compiling serde_core v1.0.228
18562026-08-20T18:10:00.613Z Compiling libc v0.2.185
18572026-08-20T18:10:00.613Z Compiling serde v1.0.228
18582026-08-20T18:10:00.613Z Compiling cfg-if v1.0.4
18592026-08-20T18:10:00.613Z Compiling version_check v0.9.5
18602026-08-20T18:10:00.613Z Compiling autocfg v1.5.0
18612026-08-20T18:10:00.613Z Compiling shlex v1.3.0
18622026-08-20T18:10:00.613Z Compiling find-msvc-tools v0.1.9
18632026-08-20T18:10:00.613Z Compiling memchr v2.8.0
18642026-08-20T18:10:00.755Z Compiling zmij v1.0.21
18652026-08-20T18:10:00.758Z Compiling serde_json v1.0.151
18662026-08-20T18:10:00.961Z Compiling portable-atomic v1.13.1
18672026-08-20T18:10:00.974Z Compiling zerocopy v0.8.55
18682026-08-20T18:10:00.983Z Compiling libm v0.2.16
18692026-08-20T18:10:01.062Z Compiling parking_lot_core v0.9.12
18702026-08-20T18:10:01.107Z Compiling icu_properties_data v2.1.2
18712026-08-20T18:10:01.110Z Compiling smallvec v1.15.1
18722026-08-20T18:10:01.300Z Compiling generic-array v0.14.7
18732026-08-20T18:10:01.319Z Compiling icu_normalizer_data v2.1.1
18742026-08-20T18:10:01.323Z Compiling num-traits v0.2.19
18752026-08-20T18:10:01.341Z Compiling itoa v1.0.17
18762026-08-20T18:10:01.344Z Compiling getrandom v0.4.3
18772026-08-20T18:10:01.379Z Compiling log v0.4.33
18782026-08-20T18:10:01.411Z Compiling getrandom v0.3.4
18792026-08-20T18:10:01.464Z Compiling pkg-config v0.3.32
18802026-08-20T18:10:01.504Z Compiling subtle v2.6.1
18812026-08-20T18:10:01.554Z Compiling typenum v1.20.1
18822026-08-20T18:10:01.592Z Compiling stable_deref_trait v1.2.1
18832026-08-20T18:10:01.606Z Compiling rustix v1.1.4
18842026-08-20T18:10:01.685Z Compiling jobserver v0.1.34
18852026-08-20T18:10:01.685Z Compiling errno v0.3.14
18862026-08-20T18:10:01.731Z Compiling scopeguard v1.2.0
18872026-08-20T18:10:01.731Z Compiling thiserror v2.0.18
18882026-08-20T18:10:01.854Z Compiling lock_api v0.4.14
18892026-08-20T18:10:01.906Z Compiling cc v1.2.56
18902026-08-20T18:10:01.943Z Compiling getrandom v0.2.17
18912026-08-20T18:10:01.983Z Compiling heck v0.5.0
18922026-08-20T18:10:01.983Z Compiling equivalent v1.0.2
18932026-08-20T18:10:02.044Z Compiling syn v2.0.117
18942026-08-20T18:10:02.075Z Compiling rand_core v0.6.4
18952026-08-20T18:10:02.198Z Compiling pin-project-lite v0.2.17
18962026-08-20T18:10:02.212Z Compiling critical-section v1.2.0
18972026-08-20T18:10:02.229Z Compiling syn v1.0.109
18982026-08-20T18:10:02.257Z Compiling schemars v0.8.22
18992026-08-20T18:10:02.327Z Compiling writeable v0.6.2
19002026-08-20T18:10:02.343Z Compiling litemap v0.8.1
19012026-08-20T18:10:02.443Z Compiling percent-encoding v2.3.2
19022026-08-20T18:10:02.461Z Compiling hashbrown v0.17.0
19032026-08-20T18:10:02.544Z Compiling once_cell v1.21.3
19042026-08-20T18:10:02.548Z Compiling rustversion v1.0.22
19052026-08-20T18:10:02.558Z Compiling fs_extra v1.3.0
19062026-08-20T18:10:02.584Z Compiling dunce v1.0.5
19072026-08-20T18:10:02.710Z Compiling cmake v0.1.57
19082026-08-20T18:10:02.778Z Compiling byteorder v1.5.0
19092026-08-20T18:10:02.851Z Compiling strsim v0.11.1
19102026-08-20T18:10:02.864Z Compiling rand_core v0.10.0
19112026-08-20T18:10:02.868Z Compiling signal-hook-registry v1.4.8
19122026-08-20T18:10:03.074Z Compiling utf8_iter v1.0.4
19132026-08-20T18:10:03.087Z Compiling thiserror v1.0.69
19142026-08-20T18:10:03.177Z Compiling bitflags v2.11.0
19152026-08-20T18:10:03.273Z Compiling semver v1.0.28
19162026-08-20T18:10:03.289Z Compiling indexmap v2.14.0
19172026-08-20T18:10:03.292Z Compiling aws-lc-sys v0.40.0
19182026-08-20T18:10:03.350Z Compiling parking_lot v0.12.5
19192026-08-20T18:10:03.368Z Compiling form_urlencoded v1.2.2
19202026-08-20T18:10:03.383Z Compiling mio v1.2.0
19212026-08-20T18:10:03.509Z Compiling socket2 v0.6.3
19222026-08-20T18:10:03.579Z Compiling aws-lc-rs v1.16.3
19232026-08-20T18:10:03.603Z Compiling futures-core v0.3.32
19242026-08-20T18:10:03.619Z Compiling const-oid v0.9.6
19252026-08-20T18:10:03.862Z Compiling httparse v1.10.1
19262026-08-20T18:10:03.967Z Compiling fnv v1.0.7
19272026-08-20T18:10:04.043Z Compiling crc32fast v1.5.0
19282026-08-20T18:10:04.083Z Compiling regex-syntax v0.8.10
19292026-08-20T18:10:04.109Z Compiling ucd-trie v0.1.7
19302026-08-20T18:10:04.289Z Compiling pest v2.8.6
19312026-08-20T18:10:04.322Z Compiling iana-time-zone v0.1.65
19322026-08-20T18:10:04.342Z Compiling vcpkg v0.2.15
19332026-08-20T18:10:04.342Z Compiling ident_case v1.0.1
19342026-08-20T18:10:04.538Z Compiling uuid v1.23.4
19352026-08-20T18:10:04.579Z Compiling rustc_version v0.4.1
19362026-08-20T18:10:04.655Z Compiling futures-sink v0.3.32
19372026-08-20T18:10:04.673Z Compiling rustls v0.23.41
19382026-08-20T18:10:04.786Z Compiling futures-channel v0.3.32
19392026-08-20T18:10:04.870Z Compiling synstructure v0.13.2
19402026-08-20T18:10:04.886Z Compiling serde_derive_internals v0.29.1
19412026-08-20T18:10:04.924Z Compiling openssl-sys v0.9.117
19422026-08-20T18:10:05.081Z Compiling aho-corasick v1.1.4
19432026-08-20T18:10:05.101Z Compiling futures-task v0.3.32
19442026-08-20T18:10:05.131Z Compiling futures-io v0.3.32
19452026-08-20T18:10:05.196Z Compiling slab v0.4.12
19462026-08-20T18:10:05.391Z Compiling pest_meta v2.8.6
19472026-08-20T18:10:05.443Z Compiling time-core v0.1.8
19482026-08-20T18:10:05.473Z Compiling plain v0.2.3
19492026-08-20T18:10:05.495Z Compiling dyn-clone v1.0.20
19502026-08-20T18:10:05.538Z Compiling num-conv v0.2.0
19512026-08-20T18:10:05.568Z Compiling radium v0.7.0
19522026-08-20T18:10:05.613Z Compiling crossbeam-utils v0.8.21
19532026-08-20T18:10:05.643Z Compiling base64 v0.22.1
19542026-08-20T18:10:05.658Z Compiling openssl v0.10.80
19552026-08-20T18:10:05.675Z Compiling pretty-hex v0.4.1
19562026-08-20T18:10:05.691Z Compiling time-macros v0.2.27
19572026-08-20T18:10:05.888Z Compiling base64ct v1.8.3
19582026-08-20T18:10:05.893Z Compiling maybe-uninit v2.0.0
19592026-08-20T18:10:05.893Z Compiling flagset v0.4.7
19602026-08-20T18:10:05.916Z Compiling regex-automata v0.4.14
19612026-08-20T18:10:06.025Z Compiling pest_generator v2.8.6
19622026-08-20T18:10:06.042Z Compiling darling_core v0.23.0
19632026-08-20T18:10:06.091Z Compiling serde_derive v1.0.228
19642026-08-20T18:10:06.124Z Compiling zeroize_derive v1.5.0
19652026-08-20T18:10:06.141Z Compiling zerofrom-derive v0.1.6
19662026-08-20T18:10:06.156Z Compiling yoke-derive v0.8.1
19672026-08-20T18:10:06.171Z Compiling zerocopy-derive v0.8.55
19682026-08-20T18:10:06.174Z Compiling zerovec-derive v0.11.2
19692026-08-20T18:10:06.203Z Compiling displaydoc v0.2.5
19702026-08-20T18:10:06.352Z Compiling tokio-macros v2.7.0
19712026-08-20T18:10:06.483Z Compiling futures-macro v0.3.32
19722026-08-20T18:10:06.500Z Compiling thiserror-impl v2.0.18
19732026-08-20T18:10:06.638Z Compiling schemars_derive v0.8.22
19742026-08-20T18:10:06.651Z Compiling der_derive v0.7.3
19752026-08-20T18:10:06.654Z Compiling tracing-attributes v0.1.31
19762026-08-20T18:10:06.733Z Compiling thiserror-impl v1.0.69
19772026-08-20T18:10:06.892Z Compiling pest_derive v2.8.6
19782026-08-20T18:10:07.034Z Compiling scroll_derive v0.13.1
19792026-08-20T18:10:07.117Z Compiling scroll_derive v0.12.1
19802026-08-20T18:10:07.272Z Compiling pem-rfc7468 v0.7.0
19812026-08-20T18:10:07.277Z Compiling futures-util v0.3.32
19822026-08-20T18:10:07.304Z Compiling zerofrom v0.1.6
19832026-08-20T18:10:07.454Z Compiling yoke v0.8.1
19842026-08-20T18:10:07.588Z Compiling openssl-macros v0.1.1
19852026-08-20T18:10:07.605Z Compiling rand_core v0.9.5
19862026-08-20T18:10:07.678Z Compiling zerovec v0.11.5
19872026-08-20T18:10:07.699Z Compiling zerotrie v0.2.3
19882026-08-20T18:10:07.904Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19892026-08-20T18:10:07.919Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-08-20T18:10:07.995Z Compiling ahash v0.8.12
19912026-08-20T18:10:08.010Z Compiling native-tls v0.2.18
19922026-08-20T18:10:08.031Z Compiling packed_struct v0.10.1
19932026-08-20T18:10:08.156Z Compiling anyhow v1.0.104
19942026-08-20T18:10:08.180Z Compiling num-bigint-dig v0.8.6
19952026-08-20T18:10:08.238Z Compiling tinystr v0.8.2
19962026-08-20T18:10:08.241Z Compiling potential_utf v0.1.4
19972026-08-20T18:10:08.286Z Compiling regex v1.12.3
19982026-08-20T18:10:08.369Z Compiling darling_macro v0.23.0
19992026-08-20T18:10:08.394Z Compiling icu_collections v2.1.1
20002026-08-20T18:10:08.462Z Compiling icu_locale_core v2.1.1
20012026-08-20T18:10:08.509Z Compiling zerocopy-derive v0.7.35
20022026-08-20T18:10:08.614Z Compiling slog v2.8.2
20032026-08-20T18:10:08.920Z Compiling tracing-core v0.1.36
20042026-08-20T18:10:08.951Z Compiling cookie v0.18.1
20052026-08-20T18:10:09.081Z Compiling camino v1.2.5
20062026-08-20T18:10:09.127Z Compiling icu_provider v2.1.1
20072026-08-20T18:10:09.156Z Compiling cpufeatures v0.2.17
20082026-08-20T18:10:09.308Z Compiling zeroize v1.9.0
20092026-08-20T18:10:09.344Z Compiling bytes v1.11.1
20102026-08-20T18:10:09.394Z Compiling chrono v0.4.45
20112026-08-20T18:10:09.430Z Compiling icu_normalizer v2.1.1
20122026-08-20T18:10:09.544Z Compiling icu_properties v2.1.2
20132026-08-20T18:10:09.913Z Compiling tokio v1.52.1
20142026-08-20T18:10:09.970Z Compiling serde_tokenstream v0.2.3
20152026-08-20T18:10:10.059Z Compiling crypto-common v0.1.7
20162026-08-20T18:10:10.195Z Compiling block-buffer v0.10.4
20172026-08-20T18:10:10.229Z Compiling der v0.7.10
20182026-08-20T18:10:10.275Z Compiling http v1.4.2
20192026-08-20T18:10:10.369Z Compiling digest v0.10.7
20202026-08-20T18:10:10.403Z Compiling idna_adapter v1.2.1
20212026-08-20T18:10:10.564Z Compiling idna v1.1.0
20222026-08-20T18:10:10.606Z Compiling ppv-lite86 v0.2.21
20232026-08-20T18:10:10.874Z Compiling tracing v0.1.44
20242026-08-20T18:10:10.936Z Compiling url v2.5.8
20252026-08-20T18:10:11.013Z Compiling rand_chacha v0.9.0
20262026-08-20T18:10:11.036Z Compiling toml_datetime v0.6.11
20272026-08-20T18:10:11.105Z Compiling spki v0.7.3
20282026-08-20T18:10:11.289Z Compiling serde_spanned v0.6.9
20292026-08-20T18:10:11.387Z Compiling darling v0.23.0
20302026-08-20T18:10:11.401Z Compiling zerocopy-derive v0.6.6
20312026-08-20T18:10:11.452Z Compiling clap_derive v4.6.1
20322026-08-20T18:10:11.455Z Compiling bitfield-macros v0.19.4
20332026-08-20T18:10:11.483Z Compiling packed_struct_codegen v0.10.1
20342026-08-20T18:10:11.498Z Compiling indexmap v1.9.3
20352026-08-20T18:10:11.725Z Compiling object v0.37.3
20362026-08-20T18:10:12.003Z Compiling paste v1.0.15
20372026-08-20T18:10:12.077Z Compiling simd-adler32 v0.3.8
20382026-08-20T18:10:12.187Z Compiling http-body v1.0.1
20392026-08-20T18:10:12.202Z Compiling pkcs8 v0.10.2
20402026-08-20T18:10:12.218Z Compiling rand v0.9.2
20412026-08-20T18:10:12.357Z Compiling rustls-pki-types v1.14.0
20422026-08-20T18:10:12.487Z Compiling spin v0.9.8
20432026-08-20T18:10:12.490Z Compiling usdt-impl v0.5.0
20442026-08-20T18:10:12.612Z Compiling winnow v0.5.40
20452026-08-20T18:10:12.716Z Compiling cmov v0.5.4
20462026-08-20T18:10:12.733Z Compiling fastrand v2.3.0
20472026-08-20T18:10:12.748Z Compiling usdt-impl v0.6.0
20482026-08-20T18:10:12.809Z Compiling either v1.15.0
20492026-08-20T18:10:12.947Z Compiling adler2 v2.0.1
20502026-08-20T18:10:12.972Z Compiling anstyle v1.0.14
20512026-08-20T18:10:13.038Z Compiling openssl-probe v0.2.1
20522026-08-20T18:10:13.059Z Compiling utf8parse v0.2.2
20532026-08-20T18:10:13.083Z Compiling ref-cast v1.0.25
20542026-08-20T18:10:13.096Z Compiling tinyvec_macros v0.1.1
20552026-08-20T18:10:13.125Z Compiling miniz_oxide v0.8.9
20562026-08-20T18:10:13.178Z Compiling ctutils v0.4.2
20572026-08-20T18:10:13.193Z Compiling tinyvec v1.10.0
20582026-08-20T18:10:13.210Z Compiling anstyle-parse v1.0.0
20592026-08-20T18:10:13.386Z Compiling sha2 v0.10.9
20602026-08-20T18:10:13.436Z Compiling scroll v0.13.0
20612026-08-20T18:10:13.505Z Compiling scroll v0.12.0
20622026-08-20T18:10:13.557Z Compiling terminal_size v0.4.3
20632026-08-20T18:10:13.589Z Compiling async-trait v0.1.89
20642026-08-20T18:10:13.663Z Compiling tokio-util v0.7.18
20652026-08-20T18:10:13.712Z Compiling heapless v0.7.17
20662026-08-20T18:10:13.834Z Compiling zstd-safe v7.2.4
20672026-08-20T18:10:13.850Z Compiling tower-service v0.3.3
20682026-08-20T18:10:13.865Z Compiling litrs v1.0.0
20692026-08-20T18:10:13.964Z Compiling toml_edit v0.19.15
20702026-08-20T18:10:14.004Z Compiling winnow v1.0.3
20712026-08-20T18:10:14.035Z Compiling winnow v0.7.14
20722026-08-20T18:10:14.058Z Compiling signal-hook v0.3.18
20732026-08-20T18:10:14.259Z Compiling is_terminal_polyfill v1.70.2
20742026-08-20T18:10:14.331Z Compiling atomic-waker v1.1.2
20752026-08-20T18:10:14.373Z Compiling try-lock v0.2.5
20762026-08-20T18:10:14.409Z Compiling tower-layer v0.3.3
20772026-08-20T18:10:14.471Z Compiling anstyle-query v1.1.5
20782026-08-20T18:10:14.486Z Compiling colorchoice v1.0.4
20792026-08-20T18:10:14.592Z Compiling rustix v0.38.44
20802026-08-20T18:10:14.603Z Compiling untrusted v0.7.1
20812026-08-20T18:10:14.636Z Compiling anstream v1.0.0
20822026-08-20T18:10:14.654Z Compiling want v0.3.1
20832026-08-20T18:10:14.804Z Compiling h2 v0.4.15
20842026-08-20T18:10:14.829Z Compiling document-features v0.2.12
20852026-08-20T18:10:14.928Z Compiling toml_parser v1.1.2+spec-1.1.0
20862026-08-20T18:10:15.023Z Compiling tempfile v3.27.0
20872026-08-20T18:10:15.366Z Compiling goblin v0.8.2
20882026-08-20T18:10:15.381Z Compiling goblin v0.10.5
20892026-08-20T18:10:15.474Z Compiling hybrid-array v0.4.13
20902026-08-20T18:10:15.547Z Compiling itertools v0.15.0
20912026-08-20T18:10:15.728Z Compiling zerocopy v0.7.35
20922026-08-20T18:10:15.732Z Compiling ipnet v2.12.0
20932026-08-20T18:10:16.053Z Compiling structmeta-derive v0.3.0
20942026-08-20T18:10:16.110Z Compiling ref-cast-impl v1.0.25
20952026-08-20T18:10:16.177Z Compiling daft-derive v0.1.7
20962026-08-20T18:10:16.214Z Compiling curve25519-dalek v4.1.3
20972026-08-20T18:10:16.283Z Compiling darling_core v0.20.11
20982026-08-20T18:10:16.314Z Compiling memoffset v0.9.1
20992026-08-20T18:10:16.475Z Compiling httpdate v1.0.3
21002026-08-20T18:10:16.479Z Compiling foreign-types-shared v0.1.1
21012026-08-20T18:10:16.600Z Compiling untrusted v0.9.0
21022026-08-20T18:10:16.654Z Compiling powerfmt v0.2.0
21032026-08-20T18:10:16.730Z Compiling tap v1.0.1
21042026-08-20T18:10:16.777Z Compiling foreign-types v0.3.2
21052026-08-20T18:10:16.835Z Compiling wyz v0.5.1
21062026-08-20T18:10:16.857Z Compiling deranged v0.5.8
21072026-08-20T18:10:17.034Z Compiling structmeta v0.3.0
21082026-08-20T18:10:17.053Z Compiling unicode-normalization v0.1.25
21092026-08-20T18:10:17.267Z Compiling dtrace-parser v0.2.0
21102026-08-20T18:10:17.311Z Compiling rand_chacha v0.3.1
21112026-08-20T18:10:17.550Z Compiling signature v2.2.0
21122026-08-20T18:10:17.592Z Compiling hex v0.4.3
21132026-08-20T18:10:17.674Z Compiling dof v0.3.0
21142026-08-20T18:10:17.727Z Compiling dtrace-parser v0.3.0
21152026-08-20T18:10:17.897Z Compiling pin-project-internal v1.1.11
21162026-08-20T18:10:17.952Z Compiling num-integer v0.1.46
21172026-08-20T18:10:17.973Z Compiling hyper v1.10.1
21182026-08-20T18:10:18.276Z Compiling dof v0.4.0
21192026-08-20T18:10:18.293Z Compiling thread-id v5.1.0
21202026-08-20T18:10:18.318Z Compiling darling_macro v0.20.11
21212026-08-20T18:10:18.334Z Compiling wait-timeout v0.2.1
21222026-08-20T18:10:18.338Z Compiling thread-id v4.2.2
21232026-08-20T18:10:18.450Z Compiling quick-error v1.2.3
21242026-08-20T18:10:18.538Z Compiling num_threads v0.1.7
21252026-08-20T18:10:18.623Z Compiling clap_lex v1.0.0
21262026-08-20T18:10:18.632Z Compiling owo-colors v4.3.0
21272026-08-20T18:10:18.649Z Compiling cfg_aliases v0.2.1
21282026-08-20T18:10:18.649Z Compiling bit-vec v0.8.0
21292026-08-20T18:10:18.690Z Compiling funty v2.0.0
21302026-08-20T18:10:18.868Z Compiling smoltcp v0.9.1
21312026-08-20T18:10:18.897Z Compiling bit-set v0.8.0
21322026-08-20T18:10:18.917Z Compiling darling v0.20.11
21332026-08-20T18:10:18.937Z Compiling nix v0.31.2
21342026-08-20T18:10:18.949Z Compiling clap_builder v4.6.0
21352026-08-20T18:10:19.015Z Compiling bitvec v1.0.1
21362026-08-20T18:10:19.083Z Compiling hyper-util v0.1.20
21372026-08-20T18:10:19.165Z Compiling time v0.3.47
21382026-08-20T18:10:19.190Z Compiling rusty-fork v0.3.1
21392026-08-20T18:10:19.211Z Compiling num-iter v0.1.45
21402026-08-20T18:10:19.399Z Compiling rand v0.8.6
21412026-08-20T18:10:19.516Z Compiling lazy_static v1.5.0
21422026-08-20T18:10:19.625Z Compiling ipnetwork v0.21.1
21432026-08-20T18:10:19.768Z Compiling hmac v0.12.1
21442026-08-20T18:10:20.030Z Compiling rand_xorshift v0.4.0
21452026-08-20T18:10:20.045Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-20T18:10:20.166Z Compiling sync_wrapper v1.0.2
21472026-08-20T18:10:20.289Z Compiling zlib-rs v0.6.2
21482026-08-20T18:10:20.465Z Compiling siphasher v1.0.2
21492026-08-20T18:10:20.560Z Compiling nodrop v0.1.14
21502026-08-20T18:10:20.663Z Compiling crc-catalog v2.4.0
21512026-08-20T18:10:20.678Z Compiling unarray v0.1.4
21522026-08-20T18:10:20.761Z Compiling crc v3.4.0
21532026-08-20T18:10:20.775Z Compiling proptest v1.11.0
21542026-08-20T18:10:20.929Z Compiling array-init v0.0.4
21552026-08-20T18:10:20.965Z Compiling clap v4.6.1
21562026-08-20T18:10:21.239Z Compiling tower v0.5.3
21572026-08-20T18:10:21.843Z Compiling smallvec v0.6.14
21582026-08-20T18:10:21.874Z Compiling derive_builder_core v0.20.2
21592026-08-20T18:10:22.136Z Compiling pkcs1 v0.7.5
21602026-08-20T18:10:22.357Z Compiling flate2 v1.1.9
21612026-08-20T18:10:22.376Z Compiling http-body-util v0.1.3
21622026-08-20T18:10:22.395Z Compiling bitfield v0.19.4
21632026-08-20T18:10:22.528Z Compiling zerocopy v0.6.6
21642026-08-20T18:10:22.671Z Compiling snafu-derive v0.8.9
21652026-08-20T18:10:22.706Z Compiling strum_macros v0.26.4
21662026-08-20T18:10:22.722Z Compiling strum_macros v0.27.2
21672026-08-20T18:10:22.810Z Compiling hubpack_derive v0.1.1
21682026-08-20T18:10:22.830Z Compiling env_filter v2.0.0
21692026-08-20T18:10:22.847Z Compiling fs-err v3.3.0
21702026-08-20T18:10:22.933Z Compiling unicode-properties v0.1.4
21712026-08-20T18:10:23.168Z Compiling unicode-bidi v0.3.18
21722026-08-20T18:10:23.205Z Compiling unicode-segmentation v1.12.0
21732026-08-20T18:10:23.222Z Compiling allocator-api2 v0.2.21
21742026-08-20T18:10:23.406Z Compiling iri-string v0.7.10
21752026-08-20T18:10:23.563Z Compiling gimli v0.32.3
21762026-08-20T18:10:23.595Z Compiling hashbrown v0.12.3
21772026-08-20T18:10:23.661Z Compiling base64 v0.21.7
21782026-08-20T18:10:23.679Z Compiling ryu v1.0.23
21792026-08-20T18:10:23.858Z Compiling serde_urlencoded v0.7.1
21802026-08-20T18:10:23.967Z Compiling ron v0.8.1
21812026-08-20T18:10:23.983Z Compiling stringprep v0.1.5
21822026-08-20T18:10:24.351Z Compiling env_logger v0.11.11
21832026-08-20T18:10:24.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21842026-08-20T18:10:24.516Z Compiling tower-http v0.6.8
21852026-08-20T18:10:24.564Z Compiling newtype-uuid v1.3.2
21862026-08-20T18:10:24.668Z Compiling derive_builder_macro v0.20.2
21872026-08-20T18:10:24.685Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21882026-08-20T18:10:24.777Z Compiling rsa v0.9.10
21892026-08-20T18:10:24.806Z Compiling oxnet v0.1.6
21902026-08-20T18:10:24.854Z Compiling serde-hex v0.1.0
21912026-08-20T18:10:24.885Z Compiling tokio-native-tls v0.3.1
21922026-08-20T18:10:24.956Z Compiling hashbrown v0.13.2
21932026-08-20T18:10:25.074Z Compiling bzip2 v0.4.4
21942026-08-20T18:10:25.165Z Compiling usdt-macro v0.6.0
21952026-08-20T18:10:25.190Z Compiling usdt-attr-macro v0.6.0
21962026-08-20T18:10:25.291Z Compiling addr2line v0.25.1
21972026-08-20T18:10:25.314Z Compiling derive-ex v0.1.8
21982026-08-20T18:10:25.410Z Compiling crypto-common v0.2.2
21992026-08-20T18:10:25.430Z Compiling block-buffer v0.12.1
22002026-08-20T18:10:25.626Z Compiling block-padding v0.4.2
22012026-08-20T18:10:25.815Z Compiling rustls-native-certs v0.8.3
22022026-08-20T18:10:25.838Z Compiling x509-cert v0.2.5
22032026-08-20T18:10:25.900Z Compiling md-5 v0.10.6
22042026-08-20T18:10:26.043Z Compiling erased-serde v0.3.31
22052026-08-20T18:10:26.147Z Compiling bstr v1.12.1
22062026-08-20T18:10:26.439Z Compiling vergen-lib v9.1.0
22072026-08-20T18:10:26.452Z Compiling hash32 v0.2.1
22082026-08-20T18:10:26.498Z Compiling encoding_rs v0.8.35
22092026-08-20T18:10:26.647Z Compiling crc-any v2.5.0
22102026-08-20T18:10:26.662Z Compiling cpufeatures v0.3.0
22112026-08-20T18:10:26.717Z Compiling mime v0.3.17
22122026-08-20T18:10:26.725Z Compiling fallible-iterator v0.2.0
22132026-08-20T18:10:26.747Z Compiling unicode-width v0.2.0
22142026-08-20T18:10:26.761Z Compiling rustc-demangle v0.1.27
22152026-08-20T18:10:26.880Z Compiling psl-types v2.0.11
22162026-08-20T18:10:27.021Z Compiling postgres-protocol v0.6.10
22172026-08-20T18:10:27.058Z Compiling publicsuffix v2.3.0
22182026-08-20T18:10:27.157Z Compiling test-strategy v0.4.5
22192026-08-20T18:10:27.262Z Compiling backtrace v0.3.76
22202026-08-20T18:10:27.720Z Compiling inout v0.2.2
22212026-08-20T18:10:27.803Z Compiling object v0.30.4
22222026-08-20T18:10:27.912Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-20T18:10:27.938Z Compiling zip v0.6.6
22242026-08-20T18:10:27.959Z Compiling derive_builder v0.20.2
22252026-08-20T18:10:27.992Z Compiling daft v0.1.7
22262026-08-20T18:10:28.008Z Compiling hyper-tls v0.6.0
22272026-08-20T18:10:28.107Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-20T18:10:28.201Z Compiling heck v0.4.1
22292026-08-20T18:10:28.250Z Compiling phf_shared v0.13.1
22302026-08-20T18:10:28.316Z Compiling pin-project v1.1.11
22312026-08-20T18:10:28.430Z Compiling toml v0.7.8
22322026-08-20T18:10:28.476Z Compiling serde_with_macros v3.21.0
22332026-08-20T18:10:28.493Z Compiling futures-executor v0.3.32
22342026-08-20T18:10:28.555Z Compiling miette-derive v7.6.0
22352026-08-20T18:10:28.701Z Compiling serde_repr v0.1.20
22362026-08-20T18:10:28.745Z Compiling enum-as-inner v0.6.1
22372026-08-20T18:10:28.775Z Compiling async-recursion v1.1.1
22382026-08-20T18:10:28.901Z Compiling vergen v9.1.0
22392026-08-20T18:10:28.922Z Compiling ff v0.13.1
22402026-08-20T18:10:28.964Z Compiling cargo-platform v0.3.2
22412026-08-20T18:10:29.108Z Compiling managed v0.8.0
22422026-08-20T18:10:29.228Z Compiling same-file v1.0.6
22432026-08-20T18:10:29.259Z Compiling path-slash v0.1.5
22442026-08-20T18:10:29.400Z Compiling bitflags v1.3.2
22452026-08-20T18:10:29.405Z Compiling base16ct v0.2.0
22462026-08-20T18:10:29.405Z Compiling smawk v0.3.2
22472026-08-20T18:10:29.464Z Compiling foldhash v0.1.5
22482026-08-20T18:10:29.522Z Compiling unicode-linebreak v0.1.5
22492026-08-20T18:10:29.539Z Compiling jiff-core v0.1.0
22502026-08-20T18:10:29.601Z Compiling foldhash v0.2.0
22512026-08-20T18:10:29.615Z Compiling libbz2-rs-sys v0.2.2
22522026-08-20T18:10:29.721Z Compiling is_ci v1.2.0
22532026-08-20T18:10:29.737Z Compiling bumpalo v3.20.2
22542026-08-20T18:10:29.774Z Compiling hashbrown v0.16.1
22552026-08-20T18:10:29.824Z Compiling supports-color v3.0.2
22562026-08-20T18:10:29.868Z Compiling textwrap v0.16.2
22572026-08-20T18:10:29.998Z Compiling zopfli v0.8.3
22582026-08-20T18:10:30.064Z Compiling bzip2 v0.6.1
22592026-08-20T18:10:30.189Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22602026-08-20T18:10:30.256Z Compiling jiff v0.2.34
22612026-08-20T18:10:30.272Z Compiling hashbrown v0.15.5
22622026-08-20T18:10:30.384Z Compiling sec1 v0.7.3
22632026-08-20T18:10:30.535Z Compiling walkdir v2.5.0
22642026-08-20T18:10:30.554Z Compiling cargo_metadata v0.23.1
22652026-08-20T18:10:30.615Z Compiling group v0.13.0
22662026-08-20T18:10:30.832Z Compiling futures v0.3.32
22672026-08-20T18:10:31.053Z Compiling phf v0.13.1
22682026-08-20T18:10:31.067Z Compiling snafu v0.8.9
22692026-08-20T18:10:31.246Z Compiling reqwest v0.12.28
22702026-08-20T18:10:31.420Z Compiling signal-hook-mio v0.2.5
22712026-08-20T18:10:31.461Z Compiling cipher v0.5.2
22722026-08-20T18:10:31.555Z Compiling cookie_store v0.22.1
22732026-08-20T18:10:31.661Z Compiling backtrace-ext v0.2.1
22742026-08-20T18:10:31.689Z Compiling zstd v0.13.3
22752026-08-20T18:10:31.751Z Compiling postgres-types v0.2.12
22762026-08-20T18:10:31.786Z Compiling globset v0.4.18
22772026-08-20T18:10:31.890Z Compiling strum v0.27.2
22782026-08-20T18:10:31.910Z Compiling hubpack v0.1.2
22792026-08-20T18:10:31.999Z Compiling phf_shared v0.11.3
22802026-08-20T18:10:32.014Z Compiling hkdf v0.12.4
22812026-08-20T18:10:32.051Z Compiling crossbeam-epoch v0.9.18
22822026-08-20T18:10:32.185Z Compiling byte-wrapper v0.1.0
22832026-08-20T18:10:32.200Z Compiling ed25519 v2.2.3
22842026-08-20T18:10:32.219Z Compiling olpc-cjson v0.1.4
22852026-08-20T18:10:32.478Z Compiling crypto-bigint v0.5.5
22862026-08-20T18:10:32.494Z Compiling serde_plain v1.0.2
22872026-08-20T18:10:32.553Z Compiling serde-big-array v0.5.1
22882026-08-20T18:10:32.598Z Compiling pem v3.0.6
22892026-08-20T18:10:32.649Z Compiling float-cmp v0.10.0
22902026-08-20T18:10:32.717Z Compiling memmap2 v0.9.10
22912026-08-20T18:10:32.817Z Compiling difflib v0.4.0
22922026-08-20T18:10:32.831Z Compiling unicode-width v0.1.14
22932026-08-20T18:10:32.907Z Compiling predicates-core v1.0.10
22942026-08-20T18:10:32.951Z Compiling fixedbitset v0.4.2
22952026-08-20T18:10:32.955Z Compiling toml_write v0.1.2
22962026-08-20T18:10:32.985Z Compiling normalize-line-endings v0.3.0
22972026-08-20T18:10:33.048Z Compiling supports-hyperlinks v3.2.0
22982026-08-20T18:10:33.087Z Compiling const-oid v0.10.2
22992026-08-20T18:10:33.118Z Compiling data-encoding v2.10.0
23002026-08-20T18:10:33.206Z Compiling typed-path v0.9.3
23012026-08-20T18:10:33.228Z Compiling supports-unicode v3.0.0
23022026-08-20T18:10:33.243Z Compiling whoami v2.1.0
23032026-08-20T18:10:33.279Z Compiling static_assertions v1.1.0
23042026-08-20T18:10:33.391Z Compiling keccak v0.1.6
23052026-08-20T18:10:33.400Z Compiling precomputed-hash v0.1.1
23062026-08-20T18:10:33.400Z Compiling fixedbitset v0.5.7
23072026-08-20T18:10:33.517Z Compiling new_debug_unreachable v1.0.6
23082026-08-20T18:10:33.566Z Compiling sha3 v0.10.8
23092026-08-20T18:10:33.605Z Compiling petgraph v0.8.3
23102026-08-20T18:10:33.623Z Compiling string_cache v0.8.9
23112026-08-20T18:10:33.681Z Compiling tokio-postgres v0.7.16
23122026-08-20T18:10:33.731Z Compiling hickory-proto v0.25.2
23132026-08-20T18:10:33.839Z Compiling elliptic-curve v0.13.8
23142026-08-20T18:10:33.849Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23152026-08-20T18:10:34.039Z Compiling miette v7.6.0
23162026-08-20T18:10:34.214Z Compiling digest v0.11.3
23172026-08-20T18:10:34.253Z Compiling toml_edit v0.22.27
23182026-08-20T18:10:34.326Z Compiling petgraph v0.6.5
23192026-08-20T18:10:34.427Z Compiling predicates v3.1.4
23202026-08-20T18:10:34.958Z Compiling usdt v0.6.0
23212026-08-20T18:10:35.015Z Compiling chacha20 v0.10.0
23222026-08-20T18:10:35.417Z Compiling zip v4.6.1
23232026-08-20T18:10:35.710Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-20T18:10:35.770Z Compiling ed25519-dalek v2.2.0
23252026-08-20T18:10:36.309Z Compiling crossterm v0.28.1
23262026-08-20T18:10:36.589Z Compiling iddqd v0.4.2
23272026-08-20T18:10:36.688Z Compiling serde_with v3.21.0
23282026-08-20T18:10:36.859Z Compiling similar v2.7.0
23292026-08-20T18:10:36.887Z Compiling strum v0.26.3
23302026-08-20T18:10:37.053Z Compiling tokio-stream v0.1.18
23312026-08-20T18:10:37.169Z Compiling buf-list v1.1.2
23322026-08-20T18:10:37.478Z Compiling itertools v0.13.0
23332026-08-20T18:10:37.505Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-20T18:10:37.564Z Compiling openapiv3 v2.2.0
23352026-08-20T18:10:38.335Z Compiling lalrpop-util v0.19.12
23362026-08-20T18:10:38.542Z Compiling peg-runtime v0.8.5
23372026-08-20T18:10:53.616Z Compiling rustls-webpki v0.103.13
23382026-08-20T18:10:57.155Z Compiling tokio-rustls v0.26.4
23392026-08-20T18:10:57.446Z Compiling hyper-rustls v0.27.7
23402026-08-20T18:10:57.662Z Compiling rustls-platform-verifier v0.6.2
23412026-08-20T18:10:57.723Z Compiling tough v0.22.0
23422026-08-20T18:10:57.887Z Compiling reqwest v0.13.2
23432026-08-20T18:11:00.374Z Compiling macaddr v1.0.1
23442026-08-20T18:11:00.407Z Compiling crucible-workspace-hack v0.1.0
23452026-08-20T18:11:00.432Z Compiling rayon-core v1.13.0
23462026-08-20T18:11:00.618Z Compiling secrecy v0.10.3
23472026-08-20T18:11:00.653Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-20T18:11:00.657Z Compiling heapless v0.8.0
23492026-08-20T18:11:00.685Z Compiling toml_datetime v0.7.5+spec-1.1.0
23502026-08-20T18:11:00.743Z Compiling crossbeam-deque v0.8.6
23512026-08-20T18:11:00.771Z Compiling ingot-macros v0.2.0
23522026-08-20T18:11:00.788Z Compiling inout v0.1.4
23532026-08-20T18:11:00.812Z Compiling hash32 v0.3.1
23542026-08-20T18:11:00.930Z Compiling toml_edit v0.23.10+spec-1.0.0
23552026-08-20T18:11:00.962Z Compiling multer v3.1.0
23562026-08-20T18:11:00.986Z Compiling thread_local v1.1.9
23572026-08-20T18:11:01.009Z Compiling slog-async v2.8.0
23582026-08-20T18:11:01.013Z Compiling compression-core v0.4.31
23592026-08-20T18:11:01.074Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23602026-08-20T18:11:01.131Z Compiling smoltcp v0.11.0
23612026-08-20T18:11:01.187Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-08-20T18:11:01.193Z Compiling match_cfg v0.1.0
23632026-08-20T18:11:01.273Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642026-08-20T18:11:01.280Z Compiling hostname v0.3.1
23652026-08-20T18:11:01.284Z Compiling compression-codecs v0.4.37
23662026-08-20T18:11:01.369Z Compiling cipher v0.4.4
23672026-08-20T18:11:01.432Z Compiling atomicwrites v0.4.4
23682026-08-20T18:11:01.466Z Compiling slog-json v2.6.1
23692026-08-20T18:11:01.503Z Compiling proc-macro-crate v3.4.0
23702026-08-20T18:11:01.520Z Compiling crossbeam-channel v0.5.15
23712026-08-20T18:11:01.643Z Compiling half v2.7.1
23722026-08-20T18:11:01.691Z Compiling newtype-uuid-macros v0.1.0
23732026-08-20T18:11:01.732Z Compiling universal-hash v0.5.1
23742026-08-20T18:11:01.732Z Compiling cobs v0.3.0
23752026-08-20T18:11:01.769Z Compiling async-stream-impl v0.3.6
23762026-08-20T18:11:01.842Z Compiling thiserror-impl-no-std v2.0.2
23772026-08-20T18:11:01.912Z Compiling serde_spanned v1.1.1
23782026-08-20T18:11:01.934Z Compiling toml_datetime v1.1.1+spec-1.1.0
23792026-08-20T18:11:02.021Z Compiling is-terminal v0.4.17
23802026-08-20T18:11:02.037Z Compiling dropshot v0.17.1
23812026-08-20T18:11:02.091Z Compiling proc-macro-error-attr v1.0.4
23822026-08-20T18:11:02.165Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23832026-08-20T18:11:02.247Z Compiling toml_writer v1.1.1+spec-1.1.0
23842026-08-20T18:11:02.261Z Compiling ciborium-io v0.2.2
23852026-08-20T18:11:02.308Z Compiling take_mut v0.2.2
23862026-08-20T18:11:02.332Z Compiling term v1.2.1
23872026-08-20T18:11:02.350Z Compiling opaque-debug v0.3.1
23882026-08-20T18:11:02.381Z Compiling convert_case v0.4.0
23892026-08-20T18:11:02.403Z Compiling async-stream v0.3.6
23902026-08-20T18:11:02.403Z Compiling ciborium-ll v0.2.2
23912026-08-20T18:11:02.445Z Compiling toml v1.1.2+spec-1.1.0
23922026-08-20T18:11:02.459Z Compiling poly1305 v0.8.0
23932026-08-20T18:11:02.464Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23942026-08-20T18:11:02.590Z Compiling num_enum_derive v0.7.6
23952026-08-20T18:11:02.606Z Compiling postcard v1.1.3
23962026-08-20T18:11:02.701Z Compiling derive_more v0.99.20
23972026-08-20T18:11:02.716Z Compiling slog-term v2.9.2
23982026-08-20T18:11:02.838Z Compiling slog-bunyan v2.5.0
23992026-08-20T18:11:02.903Z Compiling thiserror-no-std v2.0.2
24002026-08-20T18:11:03.028Z Compiling chacha20 v0.9.1
24012026-08-20T18:11:03.052Z Compiling async-compression v0.4.41
24022026-08-20T18:11:03.146Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-20T18:11:03.303Z Compiling sha1 v0.11.0
24042026-08-20T18:11:03.407Z Compiling ingot-types v0.2.0
24052026-08-20T18:11:03.537Z Compiling parse-display-derive v0.10.0
24062026-08-20T18:11:03.552Z Compiling proc-macro-crate v1.3.1
24072026-08-20T18:11:03.683Z Compiling waitgroup v0.1.2
24082026-08-20T18:11:03.763Z Compiling backon v1.6.0
24092026-08-20T18:11:03.852Z Compiling ingot v0.2.1
24102026-08-20T18:11:03.873Z Compiling rustls-pemfile v2.2.0
24112026-08-20T18:11:03.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24122026-08-20T18:11:03.956Z Compiling blake2 v0.10.6
24132026-08-20T18:11:04.039Z Compiling dropshot_endpoint v0.17.1
24142026-08-20T18:11:04.145Z Compiling aead v0.5.2
24152026-08-20T18:11:04.185Z Compiling password-hash v0.5.0
24162026-08-20T18:11:04.294Z Compiling foreign-types-macros v0.2.3
24172026-08-20T18:11:04.370Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-20T18:11:04.480Z Compiling serde_path_to_error v0.1.20
24192026-08-20T18:11:04.660Z Compiling hostname v0.4.2
24202026-08-20T18:11:04.783Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-20T18:11:04.851Z Compiling proc-macro-error v1.0.4
24222026-08-20T18:11:04.885Z Compiling instant v0.1.13
24232026-08-20T18:11:04.903Z Compiling debug-ignore v1.0.5
24242026-08-20T18:11:04.943Z Compiling foreign-types-shared v0.3.1
24252026-08-20T18:11:04.972Z Compiling argon2 v0.5.3
24262026-08-20T18:11:05.006Z Compiling parse-display v0.10.0
24272026-08-20T18:11:05.038Z Compiling foreign-types v0.5.0
24282026-08-20T18:11:05.041Z Compiling backoff v0.4.0
24292026-08-20T18:11:05.070Z Compiling chacha20poly1305 v0.10.1
24302026-08-20T18:11:05.086Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-20T18:11:05.140Z Compiling num_enum_derive v0.5.11
24322026-08-20T18:11:05.189Z Compiling num_enum v0.7.6
24332026-08-20T18:11:05.194Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342026-08-20T18:11:05.224Z Compiling vsss-rs v3.3.4
24352026-08-20T18:11:05.239Z Compiling ciborium v0.2.2
24362026-08-20T18:11:05.563Z Compiling regress v0.10.5
24372026-08-20T18:11:05.592Z Compiling itertools v0.14.0
24382026-08-20T18:11:05.607Z Compiling tabwriter v1.4.1
24392026-08-20T18:11:05.669Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24402026-08-20T18:11:05.820Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-20T18:11:05.844Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-08-20T18:11:05.953Z Compiling cstr-argument v0.1.2
24432026-08-20T18:11:05.988Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24442026-08-20T18:11:06.077Z Compiling humantime v2.3.0
24452026-08-20T18:11:06.134Z Compiling num_enum v0.5.11
24462026-08-20T18:11:06.139Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24472026-08-20T18:11:06.158Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24482026-08-20T18:11:06.221Z Compiling rayon v1.11.0
24492026-08-20T18:11:06.236Z Compiling rand v0.10.1
24502026-08-20T18:11:06.295Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24512026-08-20T18:11:06.409Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-20T18:11:06.434Z Compiling libefi-sys v0.1.0
24532026-08-20T18:11:06.445Z Compiling colored v3.1.1
24542026-08-20T18:11:06.523Z Compiling indent_write v2.2.0
24552026-08-20T18:11:06.539Z Compiling zone_cfg_derive v0.3.1
24562026-08-20T18:11:06.543Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-20T18:11:06.664Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-20T18:11:06.694Z Compiling camino-tempfile v1.4.1
24592026-08-20T18:11:06.751Z Compiling itertools v0.12.1
24602026-08-20T18:11:06.967Z Compiling usdt-macro v0.5.0
24612026-08-20T18:11:07.007Z Compiling usdt-attr-macro v0.5.0
24622026-08-20T18:11:07.073Z Compiling num-derive v0.4.2
24632026-08-20T18:11:07.125Z Compiling bitfield-struct v0.6.2
24642026-08-20T18:11:07.129Z Compiling blake3 v1.8.5
24652026-08-20T18:11:07.129Z Compiling memmap v0.7.0
24662026-08-20T18:11:07.169Z Compiling sigpipe v0.1.3
24672026-08-20T18:11:07.207Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24682026-08-20T18:11:07.290Z Compiling glob v0.3.3
24692026-08-20T18:11:07.408Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24702026-08-20T18:11:07.531Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24712026-08-20T18:11:07.548Z Compiling swrite v0.1.0
24722026-08-20T18:11:07.655Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24732026-08-20T18:11:07.767Z Compiling smf v0.2.3
24742026-08-20T18:11:07.782Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24752026-08-20T18:11:07.819Z Compiling usdt v0.5.0
24762026-08-20T18:11:07.968Z Compiling filetime v0.2.27
24772026-08-20T18:11:07.983Z Compiling arrayref v0.3.9
24782026-08-20T18:11:08.003Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-20T18:11:08.047Z Compiling whoami v1.6.1
24802026-08-20T18:11:08.077Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24812026-08-20T18:11:08.115Z Compiling zone v0.3.1
24822026-08-20T18:11:08.173Z Compiling arrayvec v0.7.6
24832026-08-20T18:11:08.205Z Compiling xattr v1.6.1
24842026-08-20T18:11:08.212Z Compiling constant_time_eq v0.4.2
24852026-08-20T18:11:08.674Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862026-08-20T18:11:08.675Z Compiling tokio-dtrace v0.1.1
24872026-08-20T18:11:08.675Z Compiling tar v0.4.46
24882026-08-20T18:11:08.675Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24892026-08-20T18:11:08.675Z Compiling gethostname v0.5.0
24902026-08-20T18:11:08.675Z Compiling console v0.16.2
24912026-08-20T18:11:08.676Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24922026-08-20T18:11:08.676Z Compiling unit-prefix v0.5.2
24932026-08-20T18:11:08.688Z Compiling topological-sort v0.2.2
24942026-08-20T18:11:08.705Z Compiling oxide-tokio-rt v0.1.4
24952026-08-20T18:11:08.873Z Compiling indicatif v0.18.4
24962026-08-20T18:11:08.923Z Compiling toml v0.8.23
24972026-08-20T18:11:08.938Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24982026-08-20T18:11:09.069Z Compiling shell-words v1.1.1
24992026-08-20T18:11:18.277Z Compiling progenitor-client v0.14.0
25002026-08-20T18:11:18.277Z Compiling omicron-zone-package v0.12.3
25012026-08-20T18:11:18.486Z Compiling progenitor-extras v0.2.0
25022026-08-20T18:11:18.771Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-20T18:11:18.888Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-20T18:11:18.977Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-20T18:11:18.998Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-20T18:11:19.040Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25072026-08-20T18:11:19.075Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25082026-08-20T18:11:19.345Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25092026-08-20T18:11:19.425Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25102026-08-20T18:11:19.538Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-20T18:11:23.068Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-20T18:11:31.851Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-20T18:11:35.103Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-20T18:11:36.139Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-20T18:11:46.271Z Finished `release` profile [optimized] target(s) in 1m 46s
25162026-08-20T18:11:46.409Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-20T18:11:46.482ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-20T18:11:46.488ZCreated new build target 'test' and set it as active
25192026-08-20T18:11:46.488Z
25202026-08-20T18:11:46.488Zreal 1:46.778558331
25212026-08-20T18:11:46.488Zuser 17:41.086239999
25222026-08-20T18:11:46.488Zsys 2:46.647738500
25232026-08-20T18:11:46.488Ztrap 0.499635372
25242026-08-20T18:11:46.488Ztflt 2.399799035
25252026-08-20T18:11:46.488Zdflt 4.903858854
25262026-08-20T18:11:46.488Zkflt 0.000926290
25272026-08-20T18:11:46.488Zlock 57:50.876404991
25282026-08-20T18:11:46.488Zslp 45:20.867897427
25292026-08-20T18:11:46.489Zlat 50.554096806
25302026-08-20T18:11:46.489Zstop 6:00.316342362
25312026-08-20T18:11:46.489Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-20T18:11:47.382Z Finished `release` profile [optimized] target(s) in 0.88s
25332026-08-20T18:11:47.477Z Running `target/release/omicron-package -t test package`
25342026-08-20T18:11:47.499ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-20T18:11:48.934Z Compiling heck v0.5.0
25362026-08-20T18:11:48.934Z Compiling regress v0.11.1
25372026-08-20T18:11:49.189Z Compiling unsafe-libyaml v0.2.11
25382026-08-20T18:11:49.198Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-20T18:11:49.221Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-20T18:11:49.221Z Compiling derive-where v1.6.0
25412026-08-20T18:11:49.232Z Compiling bytecount v0.6.9
25422026-08-20T18:11:49.290Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-20T18:11:49.290Z Compiling atomicwrites v0.4.4
25442026-08-20T18:11:49.324Z Compiling is-terminal v0.4.17
25452026-08-20T18:11:49.324Z Compiling prettyplease v0.2.37
25462026-08-20T18:11:49.324Z Compiling newline-converter v0.3.0
25472026-08-20T18:11:49.339Z Compiling console v0.15.11
25482026-08-20T18:11:49.344Z Compiling slog-dtrace v0.3.0
25492026-08-20T18:11:49.349Z Compiling resolv-conf v0.7.6
25502026-08-20T18:11:49.603Z Compiling cancel-safe-futures v0.1.5
25512026-08-20T18:11:49.649Z Compiling num-rational v0.4.2
25522026-08-20T18:11:49.649Z Compiling num-complex v0.4.6
25532026-08-20T18:11:49.649Z Compiling thread_local v1.1.9
25542026-08-20T18:11:49.649Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25552026-08-20T18:11:49.649Z Compiling match_cfg v0.1.0
25562026-08-20T18:11:49.699Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-20T18:11:49.754Z Compiling expectorate v1.2.0
25582026-08-20T18:11:49.754Z Compiling compression-core v0.4.31
25592026-08-20T18:11:49.947Z Compiling compression-codecs v0.4.37
25602026-08-20T18:11:49.984Z Compiling num v0.4.3
25612026-08-20T18:11:50.000Z Compiling hostname v0.3.1
25622026-08-20T18:11:50.000Z Compiling multer v3.1.0
25632026-08-20T18:11:50.044Z Compiling slog-async v2.8.0
25642026-08-20T18:11:50.083Z Compiling crossbeam-channel v0.5.15
25652026-08-20T18:11:50.103Z Compiling slog-json v2.6.1
25662026-08-20T18:11:50.125Z Compiling toml_datetime v1.1.1+spec-1.1.0
25672026-08-20T18:11:50.167Z Compiling serde_spanned v1.1.1
25682026-08-20T18:11:50.204Z Compiling take_mut v0.2.2
25692026-08-20T18:11:50.246Z Compiling float-ord v0.3.2
25702026-08-20T18:11:50.339Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25712026-08-20T18:11:50.339Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25722026-08-20T18:11:50.345Z Compiling linked-hash-map v0.5.6
25732026-08-20T18:11:50.409Z Compiling toml_writer v1.1.1+spec-1.1.0
25742026-08-20T18:11:50.409Z Compiling linear-map v1.2.0
25752026-08-20T18:11:50.452Z Compiling term v1.2.1
25762026-08-20T18:11:50.457Z Compiling oxide-update-engine-types v0.1.2
25772026-08-20T18:11:50.521Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25782026-08-20T18:11:50.540Z Compiling slog-bunyan v2.5.0
25792026-08-20T18:11:50.564Z Compiling async-compression v0.4.41
25802026-08-20T18:11:50.598Z Compiling toml v1.1.2+spec-1.1.0
25812026-08-20T18:11:50.631Z Compiling lru-cache v0.1.2
25822026-08-20T18:11:50.677Z Compiling typify-impl v0.6.2
25832026-08-20T18:11:50.802Z Compiling slog-term v2.9.2
25842026-08-20T18:11:50.920Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25852026-08-20T18:11:50.979Z Compiling dropshot v0.17.1
25862026-08-20T18:11:50.995Z Compiling async-stream v0.3.6
25872026-08-20T18:11:51.047Z Compiling sha1 v0.11.0
25882026-08-20T18:11:51.072Z Compiling progenitor-client v0.14.0
25892026-08-20T18:11:51.094Z Compiling waitgroup v0.1.2
25902026-08-20T18:11:51.175Z Compiling rustls-pemfile v2.2.0
25912026-08-20T18:11:51.199Z Compiling backon v1.6.0
25922026-08-20T18:11:51.262Z Compiling serde_path_to_error v0.1.20
25932026-08-20T18:11:51.307Z Compiling hostname v0.4.2
25942026-08-20T18:11:51.329Z Compiling instant v0.1.13
25952026-08-20T18:11:51.394Z Compiling debug-ignore v1.0.5
25962026-08-20T18:11:51.414Z Compiling minimal-lexical v0.2.1
25972026-08-20T18:11:51.435Z Compiling progenitor-extras v0.2.0
25982026-08-20T18:11:51.473Z Compiling backoff v0.4.0
25992026-08-20T18:11:51.478Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26002026-08-20T18:11:51.530Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-20T18:11:51.632Z Compiling nom v7.1.3
26022026-08-20T18:11:51.683Z Compiling oxide-update-engine v0.1.2
26032026-08-20T18:11:51.738Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-20T18:11:51.748Z Compiling parse-display v0.10.0
26052026-08-20T18:11:51.749Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-20T18:11:51.802Z Compiling hickory-proto v0.24.4
26072026-08-20T18:11:52.309Z Compiling regress v0.10.5
26082026-08-20T18:11:52.468Z Compiling itertools v0.14.0
26092026-08-20T18:11:52.955Z Compiling macaddr v1.0.1
26102026-08-20T18:11:53.041Z Compiling unicode-xid v0.2.6
26112026-08-20T18:11:53.066Z Compiling humantime v2.3.0
26122026-08-20T18:11:53.217Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-20T18:11:53.332Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-20T18:11:53.442Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-20T18:11:53.590Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26162026-08-20T18:11:53.668Z Compiling convert_case v0.10.0
26172026-08-20T18:11:53.691Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-20T18:11:53.758Z Compiling toml v0.8.23
26192026-08-20T18:11:53.869Z Compiling papergrid v0.11.0
26202026-08-20T18:11:53.956Z Compiling derive_more-impl v2.1.1
26212026-08-20T18:11:54.139Z Compiling typify-macro v0.6.2
26222026-08-20T18:11:54.333Z Compiling hickory-resolver v0.24.4
26232026-08-20T18:11:54.353Z Compiling tabled_derive v0.7.0
26242026-08-20T18:11:54.401Z Compiling termtree v0.5.1
26252026-08-20T18:11:54.624Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26262026-08-20T18:11:54.738Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-08-20T18:11:55.213Z Compiling derive_more v2.1.1
26282026-08-20T18:11:55.282Z Compiling tabled v0.15.0
26292026-08-20T18:11:55.323Z Compiling crossterm v0.29.0
26302026-08-20T18:11:55.551Z Compiling qorb v0.4.1
26312026-08-20T18:11:55.707Z Compiling typify v0.6.2
26322026-08-20T18:11:56.024Z Compiling progenitor-impl v0.14.0
26332026-08-20T18:11:56.692Z Compiling phf_shared v0.12.1
26342026-08-20T18:11:56.955Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-20T18:11:57.476Z Compiling csv-core v0.1.13
26362026-08-20T18:11:57.909Z Compiling vte v0.14.1
26372026-08-20T18:11:58.169Z Compiling highway v1.3.0
26382026-08-20T18:11:58.193Z Compiling progenitor-macro v0.14.0
26392026-08-20T18:11:58.899Z Compiling chrono-tz v0.10.4
26402026-08-20T18:11:59.025Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-20T18:11:59.047Z Compiling strip-ansi-escapes v0.2.1
26422026-08-20T18:11:59.154Z Compiling csv v1.4.0
26432026-08-20T18:11:59.556Z Compiling phf v0.12.1
26442026-08-20T18:11:59.606Z Compiling const_format_proc_macros v0.2.34
26452026-08-20T18:11:59.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-20T18:11:59.759Z Compiling fd-lock v4.0.4
26472026-08-20T18:11:59.947Z Compiling peg-macros v0.8.5
26482026-08-20T18:12:00.082Z Compiling nu-ansi-term v0.50.3
26492026-08-20T18:12:00.374Z Compiling reedline v0.40.0
26502026-08-20T18:12:00.378Z Compiling const_format v0.2.35
26512026-08-20T18:12:00.768Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26522026-08-20T18:12:00.900Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26532026-08-20T18:12:01.183Z Compiling peg v0.8.5
26542026-08-20T18:12:01.292Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26552026-08-20T18:12:01.626Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26562026-08-20T18:12:02.344Z Compiling progenitor v0.14.0
26572026-08-20T18:12:02.400Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582026-08-20T18:12:02.527Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592026-08-20T18:12:02.555Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26602026-08-20T18:12:02.559Z Compiling bcs v0.1.6
26612026-08-20T18:12:02.981Z Compiling nom v8.0.0
26622026-08-20T18:12:03.312Z Compiling semver v0.1.20
26632026-08-20T18:12:03.593Z Compiling rustc_version v0.1.7
26642026-08-20T18:12:03.828Z Compiling newtype_derive v0.1.6
26652026-08-20T18:12:03.977Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26662026-08-20T18:12:04.064Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26672026-08-20T18:12:04.089Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-20T18:12:04.233Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26692026-08-20T18:12:04.260Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26702026-08-20T18:12:04.650Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26712026-08-20T18:12:04.995Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26722026-08-20T18:12:05.171Z Compiling dropshot-api-manager-types v0.8.0
26732026-08-20T18:12:05.254Z Compiling steno v0.4.1
26742026-08-20T18:12:05.275Z Compiling sha1 v0.10.6
26752026-08-20T18:12:05.696Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-20T18:12:05.715Z Compiling utf-8 v0.7.6
26772026-08-20T18:12:05.736Z Compiling tagptr v0.2.0
26782026-08-20T18:12:05.940Z Compiling moka v0.12.13
26792026-08-20T18:12:05.957Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26802026-08-20T18:12:05.979Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26812026-08-20T18:12:06.169Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-20T18:12:06.640Z Compiling tungstenite v0.21.0
26832026-08-20T18:12:07.132Z Compiling hickory-resolver v0.25.2
26842026-08-20T18:12:07.221Z Compiling tokio-tungstenite v0.21.0
26852026-08-20T18:12:07.644Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26862026-08-20T18:12:08.308Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26872026-08-20T18:12:08.494Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26882026-08-20T18:12:10.763Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26892026-08-20T18:12:11.051Z Compiling darling_core v0.21.3
26902026-08-20T18:12:11.539Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-20T18:12:12.426Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-20T18:12:12.458Z Compiling display-error-chain v0.2.2
26932026-08-20T18:12:12.601Z Compiling libscf-sys v1.2.0
26942026-08-20T18:12:12.619Z Compiling vergen-lib v0.1.6
26952026-08-20T18:12:12.724Z Compiling diesel_derives v2.3.7
26962026-08-20T18:12:16.638Z Compiling scheduled-thread-pool v0.2.7
26972026-08-20T18:12:16.662Z Compiling vergen-gitcl v1.0.8
26982026-08-20T18:12:16.662Z Compiling diesel_table_macro_syntax v0.3.0
26992026-08-20T18:12:16.662Z Compiling darling_macro v0.21.3
27002026-08-20T18:12:16.662Z Compiling dirs-sys-next v0.1.2
27012026-08-20T18:12:16.662Z Compiling maplit v1.0.2
27022026-08-20T18:12:16.662Z Compiling glob v0.3.3
27032026-08-20T18:12:16.662Z Compiling crunchy v0.2.4
27042026-08-20T18:12:16.662Z Compiling dirs-next v2.0.0
27052026-08-20T18:12:16.662Z Compiling r2d2 v0.8.10
27062026-08-20T18:12:16.662Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27072026-08-20T18:12:16.662Z Compiling darling v0.21.3
27082026-08-20T18:12:16.663Z Compiling papergrid v0.18.0
27092026-08-20T18:12:16.663Z Compiling xshell-macros v0.2.7
27102026-08-20T18:12:16.663Z Compiling dsl_auto_type v0.2.0
27112026-08-20T18:12:16.663Z Compiling clang-sys v1.8.1
27122026-08-20T18:12:16.663Z Compiling downcast-rs v2.0.2
27132026-08-20T18:12:16.663Z Compiling tiny-keccak v2.0.2
27142026-08-20T18:12:16.663Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152026-08-20T18:12:16.663Z Compiling xshell v0.2.7
27162026-08-20T18:12:16.663Z Compiling term v0.7.0
27172026-08-20T18:12:16.663Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-20T18:12:16.663Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-20T18:12:16.663Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-20T18:12:16.664Z Compiling bit-vec v0.6.3
27212026-08-20T18:12:16.664Z Compiling ascii-canvas v3.0.0
27222026-08-20T18:12:16.664Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27232026-08-20T18:12:16.664Z Compiling tabled v0.21.0
27242026-08-20T18:12:16.664Z Compiling bit-set v0.5.3
27252026-08-20T18:12:16.664Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27262026-08-20T18:12:16.664Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27272026-08-20T18:12:16.664Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27282026-08-20T18:12:16.664Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27292026-08-20T18:12:16.664Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27302026-08-20T18:12:16.664Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-20T18:12:16.664Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-20T18:12:16.664Z Compiling itertools v0.10.5
27332026-08-20T18:12:16.664Z Compiling ena v0.14.4
27342026-08-20T18:12:16.664Z Compiling libloading v0.8.9
27352026-08-20T18:12:16.665Z Compiling diff v0.1.13
27362026-08-20T18:12:16.665Z Compiling unicase v2.9.0
27372026-08-20T18:12:16.665Z Compiling regex-syntax v0.6.29
27382026-08-20T18:12:16.697Z Compiling bindgen v0.71.1
27392026-08-20T18:12:17.079Z Compiling cexpr v0.6.0
27402026-08-20T18:12:17.122Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-20T18:12:17.386Z Compiling crc8 v0.1.1
27422026-08-20T18:12:17.528Z Compiling rustc-hash v2.1.1
27432026-08-20T18:12:17.745Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442026-08-20T18:12:17.965Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27452026-08-20T18:12:18.323Z Compiling lalrpop v0.19.12
27462026-08-20T18:12:18.535Z Compiling headers-core v0.3.0
27472026-08-20T18:12:18.695Z Compiling libxml v0.3.3
27482026-08-20T18:12:18.946Z Compiling headers v0.4.1
27492026-08-20T18:12:19.004Z Compiling diesel v2.3.7
27502026-08-20T18:12:19.026Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-20T18:12:19.246Z Compiling strum_macros v0.24.3
27522026-08-20T18:12:19.304Z Compiling indoc v1.0.9
27532026-08-20T18:12:19.733Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-20T18:12:19.755Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-20T18:12:19.907Z Compiling derive_builder v0.20.2
27562026-08-20T18:12:19.973Z Compiling quick-xml v0.37.5
27572026-08-20T18:12:20.080Z Compiling oso-derive v0.27.3
27582026-08-20T18:12:20.441Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-20T18:12:20.511Z Compiling openssl-probe v0.1.6
27602026-08-20T18:12:20.606Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-20T18:12:20.811Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-20T18:12:21.057Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-20T18:12:21.278Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-20T18:12:21.328Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-20T18:12:21.510Z Compiling bb8 v0.8.6
27662026-08-20T18:12:21.558Z Compiling trait-variant v0.1.2
27672026-08-20T18:12:21.701Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-20T18:12:21.908Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27692026-08-20T18:12:22.117Z Compiling half v1.8.3
27702026-08-20T18:12:22.139Z Compiling proc-macro-error2 v2.0.1
27712026-08-20T18:12:22.201Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27722026-08-20T18:12:22.268Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27732026-08-20T18:12:22.467Z Compiling serde_cbor v0.11.2
27742026-08-20T18:12:22.592Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-20T18:12:22.618Z Compiling hashbrown v0.14.5
27762026-08-20T18:12:22.808Z Compiling rfc6979 v0.4.0
27772026-08-20T18:12:22.977Z Compiling salty v0.3.0
27782026-08-20T18:12:23.036Z Compiling ecdsa v0.16.9
27792026-08-20T18:12:23.082Z Compiling samael v0.0.19
27802026-08-20T18:12:23.242Z Compiling chumsky v0.9.3
27812026-08-20T18:12:23.331Z Compiling knus-derive v3.4.0
27822026-08-20T18:12:23.468Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27832026-08-20T18:12:23.492Z Compiling progenitor-impl v0.13.0
27842026-08-20T18:12:23.745Z Compiling primeorder v0.13.6
27852026-08-20T18:12:24.043Z Compiling nonempty v0.12.0
27862026-08-20T18:12:24.271Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27872026-08-20T18:12:24.462Z Compiling p384 v0.13.1
27882026-08-20T18:12:24.664Z Compiling knus v3.4.0
27892026-08-20T18:12:25.552Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27902026-08-20T18:12:25.627Z Compiling progenitor-macro v0.13.0
27912026-08-20T18:12:25.767Z Compiling polar-core v0.27.3
27922026-08-20T18:12:25.989Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27932026-08-20T18:12:26.900Z Compiling progenitor-client v0.13.0
27942026-08-20T18:12:27.061Z Compiling fxhash v0.2.1
27952026-08-20T18:12:27.376Z Compiling libz-sys v1.1.24
27962026-08-20T18:12:27.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-20T18:12:27.521Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-20T18:12:27.851Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27992026-08-20T18:12:27.889Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28002026-08-20T18:12:28.286Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28012026-08-20T18:12:28.420Z Compiling kstat-rs v0.2.5
28022026-08-20T18:12:28.633Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032026-08-20T18:12:29.100Z Compiling mime_guess v2.0.5
28042026-08-20T18:12:29.630Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28052026-08-20T18:12:29.725Z Compiling progenitor v0.13.0
28062026-08-20T18:12:30.994Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-20T18:12:31.363Z Compiling nanorand v0.7.0
28082026-08-20T18:12:31.371Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-20T18:12:31.458Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-20T18:12:31.687Z Compiling parking_lot_core v0.8.6
28112026-08-20T18:12:32.015Z Compiling flume v0.11.1
28122026-08-20T18:12:32.066Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28132026-08-20T18:12:32.461Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-20T18:12:32.625Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-20T18:12:33.332Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-20T18:12:33.333Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-20T18:12:33.825Z Compiling git-stub v1.0.0
28182026-08-20T18:12:33.847Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28192026-08-20T18:12:34.095Z Compiling http-range v0.1.5
28202026-08-20T18:12:34.119Z Compiling strsim v0.10.0
28212026-08-20T18:12:34.436Z Compiling corncobs v0.1.4
28222026-08-20T18:12:34.456Z Compiling instability v0.3.11
28232026-08-20T18:12:34.491Z Compiling darling_core v0.13.4
28242026-08-20T18:12:34.704Z Compiling oso v0.27.3
28252026-08-20T18:12:34.806Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-20T18:12:35.455Z Compiling git-stub-vcs v0.1.0
28272026-08-20T18:12:35.477Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28282026-08-20T18:12:38.289Z Compiling diesel-dtrace v0.5.0
28292026-08-20T18:12:38.618Z Compiling async-bb8-diesel v0.2.1
28302026-08-20T18:12:39.614Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-20T18:12:40.019Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-20T18:12:40.301Z Compiling ignore v0.4.25
28332026-08-20T18:12:40.358Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28342026-08-20T18:12:40.575Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28352026-08-20T18:12:40.615Z Compiling anstyle-parse v0.2.7
28362026-08-20T18:12:40.838Z Compiling secrecy v0.8.0
28372026-08-20T18:12:40.873Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28382026-08-20T18:12:41.038Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28392026-08-20T18:12:41.257Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28402026-08-20T18:12:41.558Z Compiling vergen-git2 v9.1.0
28412026-08-20T18:12:41.786Z Compiling castaway v0.2.4
28422026-08-20T18:12:41.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28432026-08-20T18:12:41.985Z Compiling indoc v2.0.7
28442026-08-20T18:12:42.270Z Compiling compact_str v0.8.1
28452026-08-20T18:12:42.698Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-20T18:12:43.197Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28472026-08-20T18:12:43.398Z Compiling globwalk v0.9.1
28482026-08-20T18:12:44.044Z Compiling anstream v0.6.21
28492026-08-20T18:12:44.571Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28502026-08-20T18:12:44.819Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28512026-08-20T18:12:45.132Z Compiling parking_lot v0.11.2
28522026-08-20T18:12:45.326Z Compiling hyper-staticfile v0.10.1
28532026-08-20T18:12:45.516Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28542026-08-20T18:12:45.800Z Compiling darling_macro v0.13.4
28552026-08-20T18:12:46.023Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-20T18:12:46.317Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-20T18:12:46.477Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28582026-08-20T18:12:46.537Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28592026-08-20T18:12:46.832Z Compiling predicates-tree v1.0.13
28602026-08-20T18:12:46.950Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-20T18:12:47.079Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-20T18:12:47.199Z Compiling unicode-truncate v1.1.0
28632026-08-20T18:12:47.276Z Compiling sha2 v0.11.0
28642026-08-20T18:12:47.413Z Compiling digest-io v0.1.0
28652026-08-20T18:12:47.599Z Compiling lru v0.12.5
28662026-08-20T18:12:47.691Z Compiling prefix-trie v0.7.0
28672026-08-20T18:12:47.830Z Compiling rand_seeder v0.4.0
28682026-08-20T18:12:48.088Z Compiling illumos-nvpair-sys v0.2.0
28692026-08-20T18:12:48.188Z Compiling rawzip v0.4.4
28702026-08-20T18:12:48.310Z Compiling cassowary v0.3.0
28712026-08-20T18:12:48.416Z Compiling hickory-server v0.25.2
28722026-08-20T18:12:48.563Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28732026-08-20T18:12:48.771Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28742026-08-20T18:12:48.848Z Compiling ratatui v0.29.0
28752026-08-20T18:12:49.039Z Compiling camino-tempfile-ext v0.3.3
28762026-08-20T18:12:49.263Z Compiling darling v0.13.4
28772026-08-20T18:12:49.381Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-08-20T18:12:49.409Z Compiling sled v0.34.7
28792026-08-20T18:12:49.614Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-20T18:12:49.844Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-20T18:12:51.847Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-20T18:12:52.360Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28832026-08-20T18:12:52.581Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28842026-08-20T18:12:53.371Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-20T18:12:54.924Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-20T18:12:55.567Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-20T18:12:56.253Z Compiling serde_with_macros v1.5.2
28882026-08-20T18:12:56.886Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28892026-08-20T18:12:57.226Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28902026-08-20T18:12:57.383Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28912026-08-20T18:12:57.598Z Compiling git2 v0.20.4
28922026-08-20T18:12:57.668Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-08-20T18:12:57.749Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28942026-08-20T18:12:57.899Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28952026-08-20T18:12:57.946Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28962026-08-20T18:12:57.986Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28972026-08-20T18:12:58.131Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28982026-08-20T18:12:58.202Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28992026-08-20T18:12:58.223Z Compiling arc-swap v1.8.2
29002026-08-20T18:12:58.366Z Compiling void v1.0.2
29012026-08-20T18:12:58.493Z Compiling slog-scope v4.4.1
29022026-08-20T18:12:58.564Z Compiling lzss v0.8.2
29032026-08-20T18:12:58.861Z Compiling illumos-nvpair v0.3.0
29042026-08-20T18:12:58.889Z Compiling serde_with v1.14.0
29052026-08-20T18:12:58.958Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29062026-08-20T18:12:59.358Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29072026-08-20T18:13:00.311Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29082026-08-20T18:13:00.477Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29092026-08-20T18:13:00.505Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29102026-08-20T18:13:00.639Z Compiling scuffle v0.1.0
29112026-08-20T18:13:00.661Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29122026-08-20T18:13:01.210Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-20T18:13:01.441Z Compiling tungstenite v0.23.0
29142026-08-20T18:13:02.760Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-20T18:13:03.280Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-20T18:13:03.690Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-20T18:13:03.748Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-20T18:13:03.856Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-20T18:13:03.983Z Compiling nix v0.27.1
29202026-08-20T18:13:04.106Z Compiling twox-hash v2.1.2
29212026-08-20T18:13:04.189Z Compiling libsw-core v0.3.2
29222026-08-20T18:13:04.419Z Compiling atty v0.2.14
29232026-08-20T18:13:04.576Z Compiling serde_bytes v0.11.19
29242026-08-20T18:13:04.622Z Compiling libsw v3.5.0
29252026-08-20T18:13:04.803Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29262026-08-20T18:13:04.865Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-20T18:13:04.887Z Compiling tokio-tungstenite v0.23.1
29282026-08-20T18:13:05.138Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29292026-08-20T18:13:05.269Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29302026-08-20T18:13:05.311Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29312026-08-20T18:13:06.499Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29322026-08-20T18:13:06.524Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29332026-08-20T18:13:07.106Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-20T18:13:08.447Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-20T18:13:09.065Z Compiling slog-stdlog v4.1.1
29362026-08-20T18:13:09.088Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-20T18:13:09.462Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-20T18:13:09.557Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-20T18:13:10.024Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29402026-08-20T18:13:11.154Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29412026-08-20T18:13:11.564Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29422026-08-20T18:13:11.694Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-20T18:13:13.375Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-20T18:13:14.243Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-20T18:13:14.331Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-20T18:13:14.854Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-20T18:13:15.766Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29482026-08-20T18:13:17.129Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-20T18:13:18.826Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29502026-08-20T18:13:19.371Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-20T18:13:21.130Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29522026-08-20T18:13:21.465Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29532026-08-20T18:13:21.693Z Compiling signal-hook-tokio v0.3.1
29542026-08-20T18:13:21.884Z Compiling fatfs v0.3.6
29552026-08-20T18:13:21.991Z Compiling yasna v0.5.2
29562026-08-20T18:13:22.048Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-20T18:13:22.627Z Compiling seq-macro v0.3.6
29582026-08-20T18:13:23.167Z Compiling assert_matches v1.5.0
29592026-08-20T18:13:23.191Z Compiling rcgen v0.12.1
29602026-08-20T18:13:23.283Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-20T18:13:23.553Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-20T18:13:23.690Z Compiling slog-envlogger v2.2.0
29632026-08-20T18:13:24.402Z Compiling oxide-update-engine-display v0.1.2
29642026-08-20T18:13:24.814Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-20T18:13:25.307Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-20T18:13:25.754Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29672026-08-20T18:13:25.982Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29682026-08-20T18:13:26.212Z Compiling port-file v0.1.0
29692026-08-20T18:13:26.538Z Compiling subprocess v0.2.15
29702026-08-20T18:13:27.414Z Compiling rtoolbox v0.0.3
29712026-08-20T18:13:27.585Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29722026-08-20T18:13:27.661Z Compiling rpassword v7.5.4
29732026-08-20T18:13:27.756Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742026-08-20T18:13:28.688Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29752026-08-20T18:13:29.097Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-08-20T18:13:29.239Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-20T18:13:30.704Z Compiling tui-tree-widget v0.23.1
29782026-08-20T18:13:30.941Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-20T18:13:31.000Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29802026-08-20T18:13:32.896Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29812026-08-20T18:13:33.416Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29822026-08-20T18:13:34.033Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-20T18:13:34.265Z Compiling uzers v0.12.2
29842026-08-20T18:13:35.146Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852026-08-20T18:13:35.236Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-08-20T18:13:35.718Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-20T18:13:36.923Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-20T18:13:37.419Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-08-20T18:13:37.441Z Compiling support-bundle-viewer v0.1.2
29902026-08-20T18:13:39.308Z Compiling multimap v0.10.1
29912026-08-20T18:13:47.316Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29922026-08-20T18:13:49.586Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29932026-08-20T18:13:55.584Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-20T18:13:57.362Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-20T18:14:00.399Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-20T18:25:12.218Z Finished `release` profile [optimized] target(s) in 13m 24s
29972026-08-20T18:25:12.222Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-20T18:25:12.222Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-20T18:26:03.644Z
30002026-08-20T18:26:03.647Zreal 14:17.138925982
30012026-08-20T18:26:03.647Zuser 1:25:14.104643979
30022026-08-20T18:26:03.647Zsys 3:42.572168831
30032026-08-20T18:26:03.647Ztrap 1.833605259
30042026-08-20T18:26:03.647Ztflt 1.777617737
30052026-08-20T18:26:03.647Zdflt 19.299383180
30062026-08-20T18:26:03.647Zkflt 0.014874492
30072026-08-20T18:26:03.647Zlock 10:21:22.233612263
30082026-08-20T18:26:03.647Zslp 2:34:14.670592456
30092026-08-20T18:26:03.647Zlat 2:35.453765121
30102026-08-20T18:26:03.647Zstop 5:38.362451456
30112026-08-20T18:26:03.647Z+ mapfile -t packages
30122026-08-20T18:26:03.647Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-20T18:26:04.597Z Finished `release` profile [optimized] target(s) in 0.94s
30142026-08-20T18:26:04.665Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-20T18:26:04.724ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-20T18:26:04.727Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-20T18:26:05.207Z Compiling libc v0.2.185
30182026-08-20T18:26:05.207Z Compiling serde_core v1.0.228
30192026-08-20T18:26:05.207Z Compiling serde v1.0.228
30202026-08-20T18:26:05.210Z Compiling rustix v1.1.4
30212026-08-20T18:26:05.210Z Compiling bitflags v2.11.0
30222026-08-20T18:26:05.210Z Compiling serde_json v1.0.151
30232026-08-20T18:26:05.352Z Compiling syn v2.0.117
30242026-08-20T18:26:05.352Z Compiling usdt-impl v0.5.0
30252026-08-20T18:26:05.381Z Compiling syn v1.0.109
30262026-08-20T18:26:05.393Z Compiling log v0.4.33
30272026-08-20T18:26:05.404Z Compiling getrandom v0.3.4
30282026-08-20T18:26:05.416Z Compiling indexmap v2.14.0
30292026-08-20T18:26:05.431Z Compiling fs-err v3.3.0
30302026-08-20T18:26:05.575Z Compiling once_cell v1.21.3
30312026-08-20T18:26:05.644Z Compiling heck v0.4.1
30322026-08-20T18:26:05.669Z Compiling anyhow v1.0.104
30332026-08-20T18:26:06.047Z Compiling thread-id v4.2.2
30342026-08-20T18:26:06.066Z Compiling errno v0.3.14
30352026-08-20T18:26:06.069Z Compiling memmap v0.7.0
30362026-08-20T18:26:06.806Z Compiling proc-macro-error v1.0.4
30372026-08-20T18:26:07.048Z Compiling terminal_size v0.4.3
30382026-08-20T18:26:07.048Z Compiling tempfile v3.27.0
30392026-08-20T18:26:07.069Z Compiling tabled_derive v0.7.0
30402026-08-20T18:26:07.143Z Compiling clap_builder v4.6.0
30412026-08-20T18:26:07.143Z Compiling textwrap v0.16.2
30422026-08-20T18:26:07.456Z Compiling camino v1.2.5
30432026-08-20T18:26:07.494Z Compiling pest_generator v2.8.6
30442026-08-20T18:26:07.515Z Compiling semver v1.0.28
30452026-08-20T18:26:07.542Z Compiling cargo-platform v0.3.2
30462026-08-20T18:26:07.748Z Compiling tabled v0.15.0
30472026-08-20T18:26:07.782Z Compiling camino-tempfile v1.4.1
30482026-08-20T18:26:07.979Z Compiling serde_derive v1.0.228
30492026-08-20T18:26:07.979Z Compiling thiserror-impl v1.0.69
30502026-08-20T18:26:07.982Z Compiling zerocopy-derive v0.7.35
30512026-08-20T18:26:07.982Z Compiling scroll_derive v0.12.1
30522026-08-20T18:26:07.982Z Compiling thiserror-impl v2.0.18
30532026-08-20T18:26:07.991Z Compiling clap_derive v4.6.1
30542026-08-20T18:26:08.048Z Compiling pest_derive v2.8.6
30552026-08-20T18:26:08.663Z Compiling scroll v0.12.0
30562026-08-20T18:26:08.776Z Compiling zerocopy v0.7.35
30572026-08-20T18:26:08.994Z Compiling goblin v0.8.2
30582026-08-20T18:26:09.055Z Compiling thiserror v1.0.69
30592026-08-20T18:26:09.180Z Compiling dtrace-parser v0.2.0
30602026-08-20T18:26:09.204Z Compiling thiserror v2.0.18
30612026-08-20T18:26:09.484Z Compiling clap v4.6.1
30622026-08-20T18:26:11.145Z Compiling dof v0.3.0
30632026-08-20T18:26:11.170Z Compiling toml_datetime v0.6.11
30642026-08-20T18:26:11.183Z Compiling serde_spanned v0.6.9
30652026-08-20T18:26:11.218Z Compiling serde_tokenstream v0.2.3
30662026-08-20T18:26:11.312Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30672026-08-20T18:26:11.351Z Compiling cargo_metadata v0.23.1
30682026-08-20T18:26:11.530Z Compiling toml_edit v0.22.27
30692026-08-20T18:26:11.550Z Compiling macaddr v1.0.1
30702026-08-20T18:26:11.928Z Compiling usdt-macro v0.5.0
30712026-08-20T18:26:11.929Z Compiling usdt-attr-macro v0.5.0
30722026-08-20T18:26:12.579Z Compiling usdt v0.5.0
30732026-08-20T18:26:13.039Z Compiling toml v0.8.23
30742026-08-20T18:26:13.466Z Compiling cargo_toml v0.21.0
30752026-08-20T18:26:17.843Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-20T18:26:21.047Z Finished `release` profile [optimized] target(s) in 16.31s
30772026-08-20T18:26:21.151Z
30782026-08-20T18:26:21.151Zreal 16.389807419
30792026-08-20T18:26:21.151Zuser 2:04.925097559
30802026-08-20T18:26:21.151Zsys 13.395987299
30812026-08-20T18:26:21.151Ztrap 0.066013520
30822026-08-20T18:26:21.151Ztflt 0.485478216
30832026-08-20T18:26:21.155Zdflt 1.288707402
30842026-08-20T18:26:21.155Zkflt 0.000044510
30852026-08-20T18:26:21.155Zlock 4:41.782050895
30862026-08-20T18:26:21.157Zslp 2:39.666183342
30872026-08-20T18:26:21.157Zlat 4.642243856
30882026-08-20T18:26:21.157Zstop 15.582106749
30892026-08-20T18:26:21.157Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-20T18:26:21.157Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-20T18:26:21.158Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-20T18:26:21.158Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-20T18:26:21.158Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-20T18:26:22.111Z Compiling match_cfg v0.1.0
30952026-08-20T18:26:22.111Z Compiling progenitor-client v0.14.0
30962026-08-20T18:26:22.111Z Compiling slog-json v2.6.1
30972026-08-20T18:26:22.115Z Compiling newtype-uuid-macros v0.1.0
30982026-08-20T18:26:22.115Z Compiling sha1 v0.11.0
30992026-08-20T18:26:22.115Z Compiling multer v3.1.0
31002026-08-20T18:26:22.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-20T18:26:22.115Z Compiling compression-core v0.4.31
31022026-08-20T18:26:22.115Z Compiling debug-ignore v1.0.5
31032026-08-20T18:26:22.264Z Compiling async-stream-impl v0.3.6
31042026-08-20T18:26:22.267Z Compiling toml_datetime v1.1.1+spec-1.1.0
31052026-08-20T18:26:22.267Z Compiling serde_spanned v1.1.1
31062026-08-20T18:26:22.267Z Compiling dropshot v0.17.1
31072026-08-20T18:26:22.277Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-20T18:26:22.286Z Compiling waitgroup v0.1.2
31092026-08-20T18:26:22.289Z Compiling rustls-pemfile v2.2.0
31102026-08-20T18:26:22.362Z Compiling hostname v0.3.1
31112026-08-20T18:26:22.447Z Compiling compression-codecs v0.4.37
31122026-08-20T18:26:22.515Z Compiling dropshot_endpoint v0.17.1
31132026-08-20T18:26:22.530Z Compiling serde_path_to_error v0.1.20
31142026-08-20T18:26:22.533Z Compiling hostname v0.4.2
31152026-08-20T18:26:22.577Z Compiling atomicwrites v0.4.4
31162026-08-20T18:26:22.581Z Compiling macaddr v1.0.1
31172026-08-20T18:26:22.582Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31182026-08-20T18:26:22.725Z Compiling async-compression v0.4.41
31192026-08-20T18:26:22.725Z Compiling toml v1.1.2+spec-1.1.0
31202026-08-20T18:26:22.779Z Compiling instant v0.1.13
31212026-08-20T18:26:22.779Z Compiling regress v0.10.5
31222026-08-20T18:26:22.796Z Compiling parse-display-derive v0.10.0
31232026-08-20T18:26:22.848Z Compiling slog-bunyan v2.5.0
31242026-08-20T18:26:22.884Z Compiling backon v1.6.0
31252026-08-20T18:26:22.888Z Compiling backoff v0.4.0
31262026-08-20T18:26:22.888Z Compiling itertools v0.14.0
31272026-08-20T18:26:22.907Z Compiling humantime v2.3.0
31282026-08-20T18:26:22.958Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31292026-08-20T18:26:23.030Z Compiling half v2.7.1
31302026-08-20T18:26:23.033Z Compiling ciborium-io v0.2.2
31312026-08-20T18:26:23.047Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-08-20T18:26:23.081Z Compiling progenitor-extras v0.2.0
31332026-08-20T18:26:23.099Z Compiling async-stream v0.3.6
31342026-08-20T18:26:23.118Z Compiling crucible-workspace-hack v0.1.0
31352026-08-20T18:26:23.163Z Compiling convert_case v0.4.0
31362026-08-20T18:26:23.181Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31372026-08-20T18:26:23.208Z Compiling regress v0.11.1
31382026-08-20T18:26:23.223Z Compiling secrecy v0.10.3
31392026-08-20T18:26:23.299Z Compiling ciborium-ll v0.2.2
31402026-08-20T18:26:23.317Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31412026-08-20T18:26:23.352Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31422026-08-20T18:26:23.370Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-20T18:26:23.374Z Compiling inout v0.1.4
31442026-08-20T18:26:23.404Z Compiling thiserror-impl-no-std v2.0.2
31452026-08-20T18:26:23.441Z Compiling universal-hash v0.5.1
31462026-08-20T18:26:23.462Z Compiling unsafe-libyaml v0.2.11
31472026-08-20T18:26:23.490Z Compiling ciborium v0.2.2
31482026-08-20T18:26:23.532Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31492026-08-20T18:26:23.550Z Compiling derive_more v0.99.20
31502026-08-20T18:26:23.575Z Compiling cipher v0.4.4
31512026-08-20T18:26:23.596Z Compiling opaque-debug v0.3.1
31522026-08-20T18:26:23.685Z Compiling poly1305 v0.8.0
31532026-08-20T18:26:23.704Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-08-20T18:26:23.723Z Compiling blake2 v0.10.6
31552026-08-20T18:26:23.853Z Compiling chacha20 v0.9.1
31562026-08-20T18:26:24.028Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31572026-08-20T18:26:24.050Z Compiling serde_yaml v0.9.34+deprecated
31582026-08-20T18:26:24.081Z Compiling aead v0.5.2
31592026-08-20T18:26:24.142Z Compiling password-hash v0.5.0
31602026-08-20T18:26:24.196Z Compiling indent_write v2.2.0
31612026-08-20T18:26:24.228Z Compiling toml_datetime v0.7.5+spec-1.1.0
31622026-08-20T18:26:24.249Z Compiling chacha20poly1305 v0.10.1
31632026-08-20T18:26:24.308Z Compiling num-derive v0.4.2
31642026-08-20T18:26:24.330Z Compiling heapless v0.8.0
31652026-08-20T18:26:24.369Z Compiling ingot-macros v0.2.0
31662026-08-20T18:26:24.425Z Compiling argon2 v0.5.3
31672026-08-20T18:26:24.443Z Compiling toml_edit v0.23.10+spec-1.0.0
31682026-08-20T18:26:24.505Z Compiling tabwriter v1.4.1
31692026-08-20T18:26:24.582Z Compiling parse-display v0.10.0
31702026-08-20T18:26:24.586Z Compiling hash32 v0.3.1
31712026-08-20T18:26:24.648Z Compiling thiserror-no-std v2.0.2
31722026-08-20T18:26:24.761Z Compiling vsss-rs v3.3.4
31732026-08-20T18:26:24.779Z Compiling typify-impl v0.6.2
31742026-08-20T18:26:24.782Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31752026-08-20T18:26:24.861Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31762026-08-20T18:26:24.923Z Compiling smoltcp v0.11.0
31772026-08-20T18:26:25.035Z Compiling proc-macro-crate v3.4.0
31782026-08-20T18:26:25.259Z Compiling cobs v0.3.0
31792026-08-20T18:26:25.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31802026-08-20T18:26:25.516Z Compiling colored v3.1.1
31812026-08-20T18:26:25.519Z Compiling postcard v1.1.3
31822026-08-20T18:26:25.551Z Compiling proc-macro-error v1.0.4
31832026-08-20T18:26:25.598Z Compiling rand v0.10.1
31842026-08-20T18:26:25.635Z Compiling proc-macro-crate v1.3.1
31852026-08-20T18:26:25.653Z Compiling num_enum_derive v0.7.6
31862026-08-20T18:26:26.883Z Compiling foreign-types-macros v0.2.3
31872026-08-20T18:26:26.911Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31882026-08-20T18:26:26.911Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31892026-08-20T18:26:26.911Z Compiling rayon-core v1.13.0
31902026-08-20T18:26:26.911Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31912026-08-20T18:26:26.911Z Compiling foreign-types-shared v0.3.1
31922026-08-20T18:26:26.911Z Compiling num_enum_derive v0.5.11
31932026-08-20T18:26:26.911Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-08-20T18:26:26.911Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-08-20T18:26:26.911Z Compiling crossbeam-deque v0.8.6
31962026-08-20T18:26:26.913Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31972026-08-20T18:26:26.913Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-20T18:26:26.913Z Compiling cstr-argument v0.1.2
31992026-08-20T18:26:26.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32002026-08-20T18:26:26.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32012026-08-20T18:26:26.913Z Compiling foreign-types v0.5.0
32022026-08-20T18:26:26.913Z Compiling zone_cfg_derive v0.3.1
32032026-08-20T18:26:26.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32042026-08-20T18:26:26.913Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-08-20T18:26:26.913Z Compiling num_enum v0.7.6
32062026-08-20T18:26:26.913Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-08-20T18:26:26.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32082026-08-20T18:26:26.969Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32092026-08-20T18:26:26.969Z Compiling itertools v0.12.1
32102026-08-20T18:26:27.014Z Compiling rayon v1.11.0
32112026-08-20T18:26:27.014Z Compiling sigpipe v0.1.3
32122026-08-20T18:26:27.131Z Compiling glob v0.3.3
32132026-08-20T18:26:27.153Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32142026-08-20T18:26:27.153Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32152026-08-20T18:26:27.199Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-20T18:26:27.219Z Compiling smf v0.2.3
32172026-08-20T18:26:27.306Z Compiling whoami v1.6.1
32182026-08-20T18:26:27.310Z Compiling cpubits v0.1.1
32192026-08-20T18:26:27.341Z Compiling num_enum v0.5.11
32202026-08-20T18:26:27.356Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32212026-08-20T18:26:27.360Z Compiling ingot-types v0.2.0
32222026-08-20T18:26:27.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32232026-08-20T18:26:27.412Z Compiling gethostname v0.5.0
32242026-08-20T18:26:27.430Z Compiling derive-where v1.6.0
32252026-08-20T18:26:27.480Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32262026-08-20T18:26:27.516Z Compiling usdt-attr-macro v0.5.0
32272026-08-20T18:26:27.535Z Compiling usdt-macro v0.5.0
32282026-08-20T18:26:27.553Z Compiling num-rational v0.4.2
32292026-08-20T18:26:27.570Z Compiling num-complex v0.4.6
32302026-08-20T18:26:27.614Z Compiling memmap v0.7.0
32312026-08-20T18:26:27.743Z Compiling ingot v0.2.1
32322026-08-20T18:26:27.827Z Compiling toml v0.8.23
32332026-08-20T18:26:27.843Z Compiling pem-rfc7468 v1.0.0
32342026-08-20T18:26:28.021Z Compiling num v0.4.3
32352026-08-20T18:26:28.094Z Compiling zone v0.3.1
32362026-08-20T18:26:28.116Z Compiling float-ord v0.3.2
32372026-08-20T18:26:28.159Z Compiling cancel-safe-futures v0.1.5
32382026-08-20T18:26:28.180Z Compiling resolv-conf v0.7.6
32392026-08-20T18:26:28.196Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-08-20T18:26:28.257Z Compiling hmac v0.13.0
32412026-08-20T18:26:28.348Z Compiling universal-hash v0.6.1
32422026-08-20T18:26:28.387Z Compiling usdt v0.5.0
32432026-08-20T18:26:28.478Z Compiling sha1 v0.10.6
32442026-08-20T18:26:28.496Z Compiling prettyplease v0.2.37
32452026-08-20T18:26:28.513Z Compiling linear-map v1.2.0
32462026-08-20T18:26:28.548Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32472026-08-20T18:26:28.664Z Compiling libefi-sys v0.1.0
32482026-08-20T18:26:28.686Z Compiling polyval v0.7.1
32492026-08-20T18:26:28.736Z Compiling der v0.8.0
32502026-08-20T18:26:28.736Z Compiling hickory-proto v0.24.4
32512026-08-20T18:26:28.773Z Compiling newline-converter v0.3.0
32522026-08-20T18:26:28.791Z Compiling console v0.15.11
32532026-08-20T18:26:28.825Z Compiling bitfield-struct v0.6.2
32542026-08-20T18:26:28.829Z Compiling oxide-update-engine-types v0.1.2
32552026-08-20T18:26:28.829Z Compiling linked-hash-map v0.5.6
32562026-08-20T18:26:28.935Z Compiling ghash v0.6.0
32572026-08-20T18:26:29.067Z Compiling lru-cache v0.1.2
32582026-08-20T18:26:29.098Z Compiling pbkdf2 v0.13.0
32592026-08-20T18:26:29.167Z Compiling crypto-bigint v0.7.5
32602026-08-20T18:26:29.171Z Compiling expectorate v1.2.0
32612026-08-20T18:26:29.222Z Compiling aes v0.9.1
32622026-08-20T18:26:29.251Z Compiling ctr v0.10.1
32632026-08-20T18:26:29.331Z Compiling aead v0.6.1
32642026-08-20T18:26:29.409Z Compiling sha2 v0.11.0
32652026-08-20T18:26:29.435Z Compiling typify-macro v0.6.2
32662026-08-20T18:26:29.493Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32672026-08-20T18:26:29.532Z Compiling nom v8.0.0
32682026-08-20T18:26:29.536Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-20T18:26:29.680Z Compiling semver v0.1.20
32702026-08-20T18:26:29.864Z Compiling oxide-update-engine v0.1.2
32712026-08-20T18:26:30.008Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32722026-08-20T18:26:30.026Z Compiling rustc_version v0.1.7
32732026-08-20T18:26:30.053Z Compiling aes-gcm v0.11.0
32742026-08-20T18:26:30.101Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32752026-08-20T18:26:30.120Z Compiling spki v0.8.0
32762026-08-20T18:26:30.137Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32772026-08-20T18:26:30.283Z Compiling tokio-dtrace v0.1.1
32782026-08-20T18:26:30.295Z Compiling dropshot-api-manager-types v0.8.0
32792026-08-20T18:26:30.351Z Compiling salsa20 v0.11.0
32802026-08-20T18:26:30.452Z Compiling slog-dtrace v0.3.0
32812026-08-20T18:26:30.469Z Compiling minimal-lexical v0.2.1
32822026-08-20T18:26:30.512Z Compiling xshell-macros v0.2.7
32832026-08-20T18:26:30.557Z Compiling oxide-tokio-rt v0.1.4
32842026-08-20T18:26:30.577Z Compiling scrypt v0.12.0
32852026-08-20T18:26:30.643Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-08-20T18:26:30.660Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32872026-08-20T18:26:30.692Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32882026-08-20T18:26:30.721Z Compiling nom v7.1.3
32892026-08-20T18:26:30.826Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32902026-08-20T18:26:30.885Z Compiling newtype_derive v0.1.6
32912026-08-20T18:26:30.904Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32922026-08-20T18:26:30.947Z Compiling hickory-resolver v0.24.4
32932026-08-20T18:26:30.951Z Compiling xshell v0.2.7
32942026-08-20T18:26:31.116Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32952026-08-20T18:26:31.161Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32962026-08-20T18:26:31.251Z Compiling phf_shared v0.12.1
32972026-08-20T18:26:31.295Z Compiling typify v0.6.2
32982026-08-20T18:26:31.435Z Compiling progenitor-impl v0.14.0
32992026-08-20T18:26:31.459Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-08-20T18:26:31.494Z Compiling rfc6979 v0.4.0
33012026-08-20T18:26:31.673Z Compiling cbc v0.2.1
33022026-08-20T18:26:31.734Z Compiling proc-macro-error-attr2 v2.0.0
33032026-08-20T18:26:31.759Z Compiling csv-core v0.1.13
33042026-08-20T18:26:31.779Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33052026-08-20T18:26:31.868Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-20T18:26:31.885Z Compiling highway v1.3.0
33072026-08-20T18:26:31.971Z Compiling chrono-tz v0.10.4
33082026-08-20T18:26:32.056Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33092026-08-20T18:26:32.092Z Compiling qorb v0.4.1
33102026-08-20T18:26:32.137Z Compiling unicode-xid v0.2.6
33112026-08-20T18:26:32.176Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33122026-08-20T18:26:32.203Z Compiling proc-macro-error2 v2.0.1
33132026-08-20T18:26:32.229Z Compiling csv v1.4.0
33142026-08-20T18:26:32.245Z Compiling pkcs5 v0.8.1
33152026-08-20T18:26:32.290Z Compiling const_format_proc_macros v0.2.34
33162026-08-20T18:26:32.304Z Compiling ecdsa v0.16.9
33172026-08-20T18:26:32.569Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33182026-08-20T18:26:32.587Z Compiling phf v0.12.1
33192026-08-20T18:26:32.765Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-08-20T18:26:32.782Z Compiling primeorder v0.13.6
33212026-08-20T18:26:32.798Z Compiling hashbrown v0.14.5
33222026-08-20T18:26:32.815Z Compiling salty v0.3.0
33232026-08-20T18:26:32.933Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33242026-08-20T18:26:33.074Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33252026-08-20T18:26:33.105Z Compiling p384 v0.13.1
33262026-08-20T18:26:33.193Z Compiling const_format v0.2.35
33272026-08-20T18:26:33.268Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-08-20T18:26:33.272Z Compiling pkcs8 v0.11.0
33292026-08-20T18:26:33.424Z Compiling chumsky v0.9.3
33302026-08-20T18:26:33.534Z Compiling knus-derive v3.4.0
33312026-08-20T18:26:33.676Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33322026-08-20T18:26:33.692Z Compiling tabled_derive v0.7.0
33332026-08-20T18:26:33.711Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342026-08-20T18:26:33.878Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33352026-08-20T18:26:34.102Z Compiling bcs v0.1.6
33362026-08-20T18:26:34.151Z Compiling ff v0.14.0
33372026-08-20T18:26:34.176Z Compiling progenitor-macro v0.14.0
33382026-08-20T18:26:34.329Z Compiling termtree v0.5.1
33392026-08-20T18:26:34.445Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-08-20T18:26:34.462Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33412026-08-20T18:26:34.506Z Compiling steno v0.4.1
33422026-08-20T18:26:34.687Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-08-20T18:26:34.748Z Compiling tabled v0.15.0
33442026-08-20T18:26:34.834Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33452026-08-20T18:26:34.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33462026-08-20T18:26:34.881Z Compiling tagptr v0.2.0
33472026-08-20T18:26:34.976Z Compiling group v0.14.0
33482026-08-20T18:26:35.062Z Compiling moka v0.12.13
33492026-08-20T18:26:35.079Z Compiling knus v3.4.0
33502026-08-20T18:26:35.124Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33512026-08-20T18:26:35.151Z Compiling signature v3.0.0
33522026-08-20T18:26:35.193Z Compiling base16ct v1.0.0
33532026-08-20T18:26:35.374Z Compiling sec1 v0.8.1
33542026-08-20T18:26:35.445Z Compiling hkdf v0.13.0
33552026-08-20T18:26:35.520Z Compiling libscf-sys v1.2.0
33562026-08-20T18:26:35.658Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-08-20T18:26:35.678Z Compiling elliptic-curve v0.14.1
33582026-08-20T18:26:35.699Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33592026-08-20T18:26:35.762Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33602026-08-20T18:26:35.866Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33612026-08-20T18:26:35.909Z Compiling hickory-resolver v0.25.2
33622026-08-20T18:26:36.016Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-20T18:26:36.074Z Compiling corncobs v0.1.4
33642026-08-20T18:26:36.264Z Compiling utf-8 v0.7.6
33652026-08-20T18:26:36.264Z Compiling parking_lot_core v0.8.6
33662026-08-20T18:26:36.299Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33672026-08-20T18:26:36.497Z Compiling tungstenite v0.21.0
33682026-08-20T18:26:36.607Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-08-20T18:26:36.626Z Compiling wnaf v0.14.0
33702026-08-20T18:26:36.710Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33712026-08-20T18:26:36.736Z Compiling primefield v0.14.0
33722026-08-20T18:26:36.852Z Compiling rfc6979 v0.6.0
33732026-08-20T18:26:36.871Z Compiling papergrid v0.18.0
33742026-08-20T18:26:37.009Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33752026-08-20T18:26:37.024Z Compiling git-stub v1.0.0
33762026-08-20T18:26:37.042Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-20T18:26:37.095Z Compiling secrecy v0.8.0
33782026-08-20T18:26:37.172Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33792026-08-20T18:26:37.275Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33802026-08-20T18:26:37.317Z Compiling git-stub-vcs v0.1.0
33812026-08-20T18:26:37.386Z Compiling tokio-tungstenite v0.21.0
33822026-08-20T18:26:37.463Z Compiling ecdsa v0.17.0
33832026-08-20T18:26:37.544Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-20T18:26:37.707Z Compiling primeorder v0.14.0
33852026-08-20T18:26:37.838Z Compiling tabled v0.21.0
33862026-08-20T18:26:37.875Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33872026-08-20T18:26:37.905Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33882026-08-20T18:26:37.949Z Compiling curve25519-dalek v5.0.0
33892026-08-20T18:26:37.969Z Compiling unicase v2.9.0
33902026-08-20T18:26:38.038Z Compiling illumos-nvpair-sys v0.2.0
33912026-08-20T18:26:38.076Z Compiling parking_lot v0.11.2
33922026-08-20T18:26:38.102Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33932026-08-20T18:26:38.140Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-08-20T18:26:38.198Z Compiling mime_guess v2.0.5
33952026-08-20T18:26:38.278Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33962026-08-20T18:26:38.302Z Compiling ssh-encoding v0.3.0
33972026-08-20T18:26:38.464Z Compiling progenitor-impl v0.13.0
33982026-08-20T18:26:38.492Z Compiling prefix-trie v0.7.0
33992026-08-20T18:26:38.511Z Compiling fxhash v0.2.1
34002026-08-20T18:26:38.610Z Compiling keccak v0.2.0
34012026-08-20T18:26:38.628Z Compiling crc8 v0.1.1
34022026-08-20T18:26:38.672Z Compiling sled v0.34.7
34032026-08-20T18:26:38.814Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34042026-08-20T18:26:38.830Z Compiling ed25519 v3.0.0
34052026-08-20T18:26:38.906Z Compiling hickory-server v0.25.2
34062026-08-20T18:26:38.923Z Compiling crypto-primes v0.7.2
34072026-08-20T18:26:39.393Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-08-20T18:26:39.412Z Compiling progenitor v0.14.0
34092026-08-20T18:26:39.415Z Compiling pkcs1 v0.8.0-rc.4
34102026-08-20T18:26:39.603Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34112026-08-20T18:26:39.844Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34122026-08-20T18:26:39.958Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34132026-08-20T18:26:39.977Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34142026-08-20T18:26:39.994Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34152026-08-20T18:26:40.200Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34162026-08-20T18:26:40.361Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34172026-08-20T18:26:40.521Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34182026-08-20T18:26:40.715Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-08-20T18:26:40.736Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34202026-08-20T18:26:40.753Z Compiling poly1305 v0.9.0
34212026-08-20T18:26:40.772Z Compiling progenitor-client v0.13.0
34222026-08-20T18:26:40.813Z Compiling blowfish v0.10.0
34232026-08-20T18:26:40.922Z Compiling blake2 v0.11.0-rc.6
34242026-08-20T18:26:41.152Z Compiling half v1.8.3
34252026-08-20T18:26:41.226Z Compiling http-range v0.1.5
34262026-08-20T18:26:41.226Z Compiling progenitor-macro v0.13.0
34272026-08-20T18:26:41.363Z Compiling serde_cbor v0.11.2
34282026-08-20T18:26:41.421Z Compiling argon2 v0.6.0-rc.8
34292026-08-20T18:26:41.444Z Compiling ssh-cipher v0.3.0
34302026-08-20T18:26:41.568Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-08-20T18:26:41.796Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34322026-08-20T18:26:42.042Z Compiling bcrypt-pbkdf v0.11.0
34332026-08-20T18:26:42.060Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34342026-08-20T18:26:42.372Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-08-20T18:26:42.413Z Compiling rsa v0.10.0-rc.18
34362026-08-20T18:26:42.455Z Compiling ed25519-dalek v3.0.0
34372026-08-20T18:26:42.488Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-08-20T18:26:42.958Z Compiling illumos-nvpair v0.3.0
34392026-08-20T18:26:43.241Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34402026-08-20T18:26:43.411Z Compiling sha3 v0.11.0
34412026-08-20T18:26:43.435Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34422026-08-20T18:26:43.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432026-08-20T18:26:43.571Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34442026-08-20T18:26:43.691Z Compiling p384 v0.14.0
34452026-08-20T18:26:43.878Z Compiling p521 v0.14.0
34462026-08-20T18:26:43.899Z Compiling p256 v0.14.0
34472026-08-20T18:26:44.012Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34482026-08-20T18:26:44.173Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34492026-08-20T18:26:44.295Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34502026-08-20T18:26:44.421Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34512026-08-20T18:26:44.842Z Compiling scuffle v0.1.0
34522026-08-20T18:26:45.007Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-20T18:26:45.045Z Compiling yasna v0.5.2
34542026-08-20T18:26:45.228Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34552026-08-20T18:26:45.753Z Compiling headers-core v0.3.0
34562026-08-20T18:26:45.777Z Compiling kstat-rs v0.2.5
34572026-08-20T18:26:45.821Z Compiling kem v0.3.0
34582026-08-20T18:26:45.884Z Compiling module-lattice v0.2.3
34592026-08-20T18:26:45.909Z Compiling nanorand v0.7.0
34602026-08-20T18:26:45.945Z Compiling sponge-cursor v0.1.0
34612026-08-20T18:26:45.981Z Compiling headers v0.4.1
34622026-08-20T18:26:46.061Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34632026-08-20T18:26:46.102Z Compiling sha3 v0.12.0
34642026-08-20T18:26:46.120Z Compiling ml-kem v0.3.2
34652026-08-20T18:26:46.143Z Compiling flume v0.11.1
34662026-08-20T18:26:46.161Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34672026-08-20T18:26:46.237Z Compiling rcgen v0.12.1
34682026-08-20T18:26:46.268Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34692026-08-20T18:26:46.287Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34702026-08-20T18:26:46.338Z Compiling progenitor v0.13.0
34712026-08-20T18:26:46.357Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34722026-08-20T18:26:46.488Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34732026-08-20T18:26:46.546Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34742026-08-20T18:26:46.687Z Compiling hyper-staticfile v0.10.1
34752026-08-20T18:26:46.705Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34762026-08-20T18:26:46.758Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34772026-08-20T18:26:47.006Z Compiling ssh-key v0.7.0-rc.11
34782026-08-20T18:26:47.079Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-20T18:26:47.134Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34802026-08-20T18:26:47.152Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34812026-08-20T18:26:47.155Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34822026-08-20T18:26:47.215Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34832026-08-20T18:26:47.233Z Compiling russh-cryptovec v0.62.0
34842026-08-20T18:26:47.300Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852026-08-20T18:26:47.326Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34862026-08-20T18:26:47.344Z Compiling internal-russh-num-bigint v0.5.0
34872026-08-20T18:26:47.472Z Compiling port-file v0.1.0
34882026-08-20T18:26:47.490Z Compiling num-bigint v0.4.6
34892026-08-20T18:26:47.519Z Compiling generic-array v1.4.3
34902026-08-20T18:26:47.561Z Compiling russh-util v0.52.0
34912026-08-20T18:26:47.634Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34922026-08-20T18:26:47.728Z Compiling enum_dispatch v0.3.13
34932026-08-20T18:26:47.746Z Compiling delegate v0.13.5
34942026-08-20T18:26:47.932Z Compiling subprocess v0.2.15
34952026-08-20T18:26:48.013Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34962026-08-20T18:26:48.110Z Compiling hex-literal v1.1.0
34972026-08-20T18:26:48.228Z Compiling display-error-chain v0.2.2
34982026-08-20T18:26:48.245Z Compiling md5 v0.8.0
34992026-08-20T18:26:48.423Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35002026-08-20T18:26:48.467Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35012026-08-20T18:26:48.538Z Compiling colored v2.2.0
35022026-08-20T18:26:48.651Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35032026-08-20T18:26:48.696Z Compiling socket2 v0.5.10
35042026-08-20T18:26:48.744Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35052026-08-20T18:26:48.748Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35062026-08-20T18:26:48.912Z Compiling russh v0.62.4
35072026-08-20T18:26:48.915Z Compiling internet-checksum v0.2.1
35082026-08-20T18:26:49.078Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35092026-08-20T18:26:51.548Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-20T18:26:52.288Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-20T18:26:52.809Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-20T18:26:54.179Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35132026-08-20T18:26:54.694Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35142026-08-20T18:27:03.676Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35152026-08-20T18:27:03.676Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35162026-08-20T18:27:03.676Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35172026-08-20T18:27:03.679Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35182026-08-20T18:27:03.679Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-20T18:27:05.489Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35202026-08-20T18:27:05.507Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35212026-08-20T18:27:09.723Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-20T18:27:50.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35232026-08-20T18:27:50.671Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-20T18:27:50.671Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-20T18:27:50.895Z
35262026-08-20T18:27:50.895Zreal 1:29.680076823
35272026-08-20T18:27:50.895Zuser 8:38.914814287
35282026-08-20T18:27:50.895Zsys 1:42.529263722
35292026-08-20T18:27:50.895Ztrap 0.243656639
35302026-08-20T18:27:50.895Ztflt 0.330457436
35312026-08-20T18:27:50.898Zdflt 1.833308892
35322026-08-20T18:27:50.898Zkflt 0.000410000
35332026-08-20T18:27:50.899Zlock 32:06.435017792
35342026-08-20T18:27:50.899Zslp 19:44.852560591
35352026-08-20T18:27:50.899Zlat 38.640021955
35362026-08-20T18:27:50.899Zstop 3:00.942552622
35372026-08-20T18:27:50.899Z+ mkdir tests
35382026-08-20T18:27:50.902Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-20T18:27:50.902Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-20T18:27:50.924Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35412026-08-20T18:27:50.946Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35422026-08-20T18:27:50.969Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35432026-08-20T18:27:50.993Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35442026-08-20T18:27:51.306Z+ 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)
35452026-08-20T18:27:51.309Z+ 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-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 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
35462026-08-20T18:29:20.870ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-20T18:29:20.870Za .github/buildomat/ci-env.sh 1K
35482026-08-20T18:29:20.870Za out/target/test 1K
35492026-08-20T18:29:20.870Za out/npuzone/npuzone 27402K
35502026-08-20T18:29:20.871Za package-manifest.toml 35K
35512026-08-20T18:29:20.871Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-20T18:29:20.871Za target/release/omicron-package 48274K
35532026-08-20T18:29:20.871Za target/release/xtask 11727K
35542026-08-20T18:29:20.871Za target/debug/bootstrap 438601K
35552026-08-20T18:29:20.871Za tests/bootstrap-594f2dec84179fc3 34430K
35562026-08-20T18:29:20.871Za tests/commtest-74c7ef97fc0c6cdd 34431K
35572026-08-20T18:29:20.871Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35582026-08-20T18:29:20.871Za tests/end_to_end_tests-f7200e6b6f596b24 502127K
35592026-08-20T18:29:20.871Za tools/opte_version 1K
35602026-08-20T18:29:20.871Za tools/opte_version_override 2K
35612026-08-20T18:29:20.871Za out/clickhouse.tar.gz 330155K
35622026-08-20T18:29:20.871Za out/clickhouse_keeper.tar.gz 314178K
35632026-08-20T18:29:20.871Za out/clickhouse_server.tar.gz 330152K
35642026-08-20T18:29:20.871Za out/cockroachdb.tar.gz 169576K
35652026-08-20T18:29:20.872Za out/crucible-pantry-zone.tar.gz 41339K
35662026-08-20T18:29:20.873Za out/crucible-utils.tar 18900K
35672026-08-20T18:29:20.873Za out/crucible-zone.tar.gz 56151K
35682026-08-20T18:29:20.873Za out/external-dns.tar.gz 54214K
35692026-08-20T18:29:20.873Za out/internal-dns.tar.gz 54213K
35702026-08-20T18:29:20.873Za out/mg-ddm-gz.tar 100917K
35712026-08-20T18:29:20.873Za out/nexus.tar.gz 359605K
35722026-08-20T18:29:20.873Za out/ntp.tar.gz 34662K
35732026-08-20T18:29:20.873Za out/omicron-gateway-softnpu.tar.gz 29990K
35742026-08-20T18:29:20.873Za out/omicron-sled-agent.tar 247068K
35752026-08-20T18:29:20.873Za out/overlay.tar.gz 4K
35762026-08-20T18:29:20.873Za out/oximeter.tar.gz 72452K
35772026-08-20T18:29:20.873Za out/oxlog.tar 4071K
35782026-08-20T18:29:20.873Za out/probe.tar.gz 3037K
35792026-08-20T18:29:20.873Za out/propolis-server.tar.gz 34642K
35802026-08-20T18:29:20.873Za out/pumpkind-gz.tar 26647K
35812026-08-20T18:29:20.873Za out/switch-softnpu.tar.gz 504421K
35822026-08-20T18:29:20.879Z
35832026-08-20T18:29:20.879Zreal 1:29.560877639
35842026-08-20T18:29:20.879Zuser 1:26.578710276
35852026-08-20T18:29:20.879Zsys 5.004073934
35862026-08-20T18:29:20.879Ztrap 0.006454762
35872026-08-20T18:29:20.879Ztflt 0.000000000
35882026-08-20T18:29:20.879Zdflt 0.000000000
35892026-08-20T18:29:20.879Zkflt 0.000000000
35902026-08-20T18:29:20.879Zlock 0.000000000
35912026-08-20T18:29:20.879Zslp 1:26.440489086
35922026-08-20T18:29:20.879Zlat 1.087445047
35932026-08-20T18:29:20.879Zstop 0.000216390
35942026-08-20T18:29:20.879Zprocess exited: duration 1327195 ms, exit code 0
 
35952026-08-20T18:29:20.892Zfound 1 output files
35962026-08-20T18:29:20.934Zuploading: /work/package.tar.gz (2783162103 bytes)
35972026-08-20T18:29:53.884Zuploaded: /work/package.tar.gz