01KZYEGPCP02Q7YH97VJEEHFHN: 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: 01KZYEH5QHBVEC0FX5N7BE2WWZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T20:56:29.049Zjob assigned to worker 01KZYEHDNDJBG4GW6DKQ2MP1HN [factory aws, i-03c671b9d7c1bbdfe] (queued for 59 s)
 
22026-08-13T20:56:36.218Zstarting task 0: "setup"
32026-08-13T20:56:36.223Z++ uname -s
42026-08-13T20:56:36.226Z+ kern=SunOS
52026-08-13T20:56:36.226Z+ build_user=build
62026-08-13T20:56:36.226Z+ build_uid=12345
72026-08-13T20:56:36.226Z+ work_dir=/work
82026-08-13T20:56:36.226Z+ input_dir=/input
92026-08-13T20:56:36.226Z+ [[ 0 == 12345 ]]
102026-08-13T20:56:36.226Z+ case "$kern" in
112026-08-13T20:56:36.227Z+ groupadd -g 12345 build
122026-08-13T20:56:36.230Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T20:56:38.234Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T20:56:38.340Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T20:56:38.343Z+ home_fs=zfs
162026-08-13T20:56:38.343Z+ [[ zfs == autofs ]]
172026-08-13T20:56:38.343Z+ mkdir -p /home/build
182026-08-13T20:56:38.343Z+ chown build:build /home/build /work
192026-08-13T20:56:40.345Z+ chmod 0700 /home/build /work
202026-08-13T20:56:40.349Zprocess exited: duration 4133 ms, exit code 0
 
212026-08-13T20:56:40.357Zstarting task 1: "rust-toolchain"
222026-08-13T20:56:40.362Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T20:56:40.362Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-13T20:56:40.362Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-13T20:56:40.362Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-13T20:56:40.362Z * rust toolchain channel = "1.97.1"
272026-08-13T20:56:40.362Z * rust toolchain profile = "default"
282026-08-13T20:56:40.366Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T20:56:40.366Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T20:56:40.474Zinfo: downloading installer
312026-08-13T20:56:41.812Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T20:56:41.813Zwarn: /home/build/.rustup/settings.toml
332026-08-13T20:56:41.813Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T20:56:41.813Zwarn: instead of the one inferred from the default host triple.
352026-08-13T20:56:41.824Zinfo: profile set to default
362026-08-13T20:56:41.825Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T20:56:41.828Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T20:56:41.952Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T20:56:41.955Zinfo: downloading 6 components
402026-08-13T20:56:56.662Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T20:56:56.662Z
422026-08-13T20:56:56.692Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T20:56:56.692Z
442026-08-13T20:56:56.692Z
452026-08-13T20:56:56.692ZRust is installed now. Great!
462026-08-13T20:56:56.692Z
472026-08-13T20:56:56.692ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T20:56:56.692Zenvironment variable. This has not been done automatically.
492026-08-13T20:56:56.692Z
502026-08-13T20:56:56.698ZTo configure your current shell, you need to source
512026-08-13T20:56:56.698Zthe corresponding env file under $HOME/.cargo.
522026-08-13T20:56:56.698Z
532026-08-13T20:56:56.698ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T20:56:56.698Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T20:56:56.698Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T20:56:56.698Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T20:56:56.698Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T20:56:56.698Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T20:56:56.698Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T20:56:56.698Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T20:56:56.698Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T20:56:56.791Z+ rustup --version
632026-08-13T20:56:56.797Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T20:56:56.801Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T20:56:56.818Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T20:56:56.822Z+ cargo --version
672026-08-13T20:56:56.830Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T20:56:56.833Z+ rustc --version
692026-08-13T20:56:56.851Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T20:56:56.854Zprocess exited: duration 16496 ms, exit code 0
 
712026-08-13T20:56:56.861Zstarting task 2: "authentication"
722026-08-13T20:56:56.880Zprocess exited: duration 18 ms, exit code 0
 
732026-08-13T20:56:56.887Zstarting task 3: "clone repository"
742026-08-13T20:56:56.891Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T20:56:56.895Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T20:56:56.928ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T20:57:08.308Z+ cd /work/oxidecomputer/omicron
782026-08-13T20:57:08.308Z+ git fetch origin 493fa38890711e27da2aeb04d09b1d74ace910e5
792026-08-13T20:57:08.612ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T20:57:08.612Z * branch 493fa38890711e27da2aeb04d09b1d74ace910e5 -> FETCH_HEAD
812026-08-13T20:57:08.624Z+ [[ -n fix-11032 ]]
822026-08-13T20:57:08.628Z++ git branch --show-current
832026-08-13T20:57:08.628Z+ current=main
842026-08-13T20:57:08.628Z+ [[ main != fix-11032 ]]
852026-08-13T20:57:08.628Z+ git branch -f fix-11032 493fa38890711e27da2aeb04d09b1d74ace910e5
862026-08-13T20:57:08.632Z+ git checkout -f fix-11032
872026-08-13T20:57:08.883ZSwitched to branch 'fix-11032'
882026-08-13T20:57:08.889Z+ git reset --hard 493fa38890711e27da2aeb04d09b1d74ace910e5
892026-08-13T20:57:08.939ZHEAD is now at 493fa3889 Fix sled-agent client allocation
902026-08-13T20:57:08.942Zprocess exited: duration 12053 ms, exit code 0
 
912026-08-13T20:57:08.949Zstarting task 4: "build"
922026-08-13T20:57:08.954Z+ source .github/buildomat/ci-env.sh
932026-08-13T20:57:08.954Z++ export CARGO_TERM_COLOR=always
942026-08-13T20:57:08.954Z++ CARGO_TERM_COLOR=always
952026-08-13T20:57:08.958Z+++ uname -s
962026-08-13T20:57:08.958Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-13T20:57:08.958Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-13T20:57:08.961Z+ cargo --version
992026-08-13T20:57:08.969Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-13T20:57:08.972Z+ rustc --version
1012026-08-13T20:57:08.992Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-13T20:57:08.995Z+ WORK=/work
1032026-08-13T20:57:08.995Z+ pfexec mkdir -p /work
1042026-08-13T20:57:08.998Z+ pfexec chown build /work
1052026-08-13T20:57:09.002Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-13T20:57:10.920Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-13T20:57:11.231Z Startup: Caching catalogs ... Done
1082026-08-13T20:57:12.965ZPlanning: Solver setup ... Done (1.629s)
1092026-08-13T20:57:13.018ZPlanning: Running solver ... Done (0.053s)
1102026-08-13T20:57:13.056ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-13T20:57:13.068ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-13T20:57:13.086ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-13T20:57:13.100ZPlanning: Package planning ... Done (0.014s)
1142026-08-13T20:57:13.103ZPlanning: Merging actions ... Done (0.001s)
1152026-08-13T20:57:13.269ZPlanning: Checking for conflicting actions ... Done (0.162s)
1162026-08-13T20:57:13.273ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-13T20:57:14.115ZPlanning: Evaluating mediators ... Done (0.851s)
1182026-08-13T20:57:14.119ZPlanning: Planning completed in 2.85 seconds
1192026-08-13T20:57:14.125Z Packages to install: 2
1202026-08-13T20:57:14.125Z Estimated space available: 156.02 GB
1212026-08-13T20:57:14.129ZEstimated space to be consumed: 67.95 MB
1222026-08-13T20:57:14.129Z Create boot environment: No
1232026-08-13T20:57:14.129ZCreate backup boot environment: No
1242026-08-13T20:57:14.129Z Rebuild boot archive: No
1252026-08-13T20:57:14.129Z
1262026-08-13T20:57:14.129ZChanged packages:
1272026-08-13T20:57:14.129Zhelios
1282026-08-13T20:57:14.130Z developer/build-essential
1292026-08-13T20:57:14.130Z None -> 11-3.0
1302026-08-13T20:57:14.130Z library/libxmlsec1
1312026-08-13T20:57:14.130Z None -> 1.2.35-3.0
1322026-08-13T20:57:14.150Z
1332026-08-13T20:57:14.150ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-13T20:57:14.219ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-08-13T20:57:14.317Z Actions: 1/268 actions (Installing new actions)
1362026-08-13T20:57:14.355Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-13T20:57:14.385ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-13T20:57:14.385ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-13T20:57:14.459ZFinalize: Updating image state ... Done (0.074s)
1402026-08-13T20:57:17.076ZFinalize: Creating fast lookup database ... Done (2.572s)
1412026-08-13T20:57:17.145ZFinalize: Reading search index ... Done (0.012s)
1422026-08-13T20:57:17.149ZFinalize: Updating search index ... Done (0.000s)
1432026-08-13T20:57:17.265ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-13T20:57:17.619ZPlanning: Evaluating mediator changes ... Done
1452026-08-13T20:57:17.722ZPlanning: Checking for conflicting actions ... Done
1462026-08-13T20:57:17.728ZPlanning: Consolidating action changes ... Done
1472026-08-13T20:57:17.880ZPlanning: Evaluating mediators ... Done
1482026-08-13T20:57:17.884ZPlanning: Planning completed in 0.26 seconds
1492026-08-13T20:57:17.906Z Mediators to change: 2
1502026-08-13T20:57:17.906Z Create boot environment: No
1512026-08-13T20:57:17.906ZCreate backup boot environment: No
1522026-08-13T20:57:17.956ZFinalize: Updating package state database ... Done
1532026-08-13T20:57:17.956ZFinalize: Updating package cache ... Done
1542026-08-13T20:57:18.008ZFinalize: Updating image state ... Done
1552026-08-13T20:57:19.943ZFinalize: Creating fast lookup database ... Done
1562026-08-13T20:57:20.002ZFinalize: Reading search index ... Done
1572026-08-13T20:57:20.006ZFinalize: Updating search index ... Done
1582026-08-13T20:57:20.077ZFinalize: Updating package cache ... Done
1592026-08-13T20:57:20.357ZPlanning: Evaluating mediator changes ... Done
1602026-08-13T20:57:20.462ZPlanning: Checking for conflicting actions ... Done
1612026-08-13T20:57:20.465ZPlanning: Consolidating action changes ... Done
1622026-08-13T20:57:20.619ZPlanning: Evaluating mediators ... Done
1632026-08-13T20:57:20.623ZPlanning: Planning completed in 0.26 seconds
1642026-08-13T20:57:20.642Z Mediators to change: 1
1652026-08-13T20:57:20.642Z Create boot environment: No
1662026-08-13T20:57:20.642ZCreate backup boot environment: No
1672026-08-13T20:57:20.686ZFinalize: Updating package state database ... Done
1682026-08-13T20:57:20.686ZFinalize: Updating package cache ... Done
1692026-08-13T20:57:20.733ZFinalize: Updating image state ... Done
1702026-08-13T20:57:22.673ZFinalize: Creating fast lookup database ... Done
1712026-08-13T20:57:22.735ZFinalize: Reading search index ... Done
1722026-08-13T20:57:22.738ZFinalize: Updating search index ... Done
1732026-08-13T20:57:22.804ZFinalize: Updating package cache ... Done
1742026-08-13T20:57:23.112ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-13T20:57:23.112Zapache system 2.4 system
1762026-08-13T20:57:23.112Zclang system 15 system
1772026-08-13T20:57:23.112Zcsh system system illumos
1782026-08-13T20:57:23.112Zctags system system illumos
1792026-08-13T20:57:23.112Zfile vendor vendor darwinsys
1802026-08-13T20:57:23.112Zfile system system illumos
1812026-08-13T20:57:23.112Zgcc vendor 14 vendor
1822026-08-13T20:57:23.112Zgcc system 13 system
1832026-08-13T20:57:23.112Zgcc system 10 system
1842026-08-13T20:57:23.112Zgo system 1.25 system
1852026-08-13T20:57:23.112Zllvm system 15 system
1862026-08-13T20:57:23.112Zmariadb system 11.4 system
1872026-08-13T20:57:23.112Zmta vendor vendor dma
1882026-08-13T20:57:23.112Zopenjdk system 17 system
1892026-08-13T20:57:23.112Zopenjdk system 11 system
1902026-08-13T20:57:23.113Zopenssl vendor 3 vendor
1912026-08-13T20:57:23.113Zperl system 5.40 system
1922026-08-13T20:57:23.113Zpostgresql system 18 system
1932026-08-13T20:57:23.113Zpostgresql system 17 system
1942026-08-13T20:57:23.113Zpython vendor 3 vendor
1952026-08-13T20:57:23.113Zpython system 2 system
1962026-08-13T20:57:23.113Zpython3 vendor 3.13 vendor
1972026-08-13T20:57:23.113Zruby system 3.4 system
1982026-08-13T20:57:23.113Zruby system 3.0 system
1992026-08-13T20:57:23.113Zwords vendor vendor american-english
2002026-08-13T20:57:23.113Zwords system system australian-english
2012026-08-13T20:57:23.113Zwords system system british-english
2022026-08-13T20:57:23.113Zwords system system canadian-english
2032026-08-13T20:57:23.113Zwords system system french
2042026-08-13T20:57:23.113Zwords system system italian
2052026-08-13T20:57:23.113Zwords system system ngerman
2062026-08-13T20:57:23.113Zwords system system ogerman
2072026-08-13T20:57:23.113Zwords system system spanish
2082026-08-13T20:57:23.365ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-13T20:57:23.365Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-13T20:57:23.799ZFMRI IFO
2112026-08-13T20:57:23.799Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-13T20:57:23.799Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-13T20:57:23.799Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-13T20:57:23.799Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-13T20:57:23.799Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-13T20:57:23.799Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-13T20:57:23.799Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-13T20:57:23.799Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-13T20:57:23.799Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-13T20:57:24.112Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-13T20:57:24.468Z Updating crates.io index
2222026-08-13T20:57:24.472Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-13T20:57:24.760Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-13T20:57:25.358Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-13T20:57:26.319Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-13T20:57:26.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-13T20:57:28.650Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-13T20:57:29.524Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-13T20:57:29.812Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-13T20:57:30.197Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-13T20:57:31.396Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-13T20:57:31.668Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-13T20:57:33.071Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-13T20:57:33.384Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-13T20:57:33.675Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-13T20:57:33.987Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-13T20:57:34.288Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-13T20:57:34.573Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-13T20:57:34.901Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-13T20:57:35.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-13T20:57:35.829Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-13T20:57:36.225Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-13T20:57:36.731Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-13T20:57:37.069Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-13T20:57:37.643Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-13T20:57:38.014Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-13T20:57:38.292Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-13T20:57:38.694Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-13T20:57:38.990Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-13T20:57:39.463Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-13T20:57:40.511Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-13T20:57:40.818Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-13T20:57:41.195Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-13T20:57:41.610Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-13T20:57:42.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-13T20:57:42.522Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-13T20:57:42.823Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-08-13T20:57:43.282Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-13T20:57:43.599Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-13T20:57:44.185Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-13T20:57:44.482Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-13T20:57:44.789Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-13T20:57:45.097Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-13T20:57:45.350Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-13T20:57:48.180Z Downloading crates ...
2662026-08-13T20:57:48.226Z Downloaded crypto-common v0.1.7
2672026-08-13T20:57:48.229Z Downloaded clap_lex v1.0.0
2682026-08-13T20:57:48.234Z Downloaded itoa v1.0.17
2692026-08-13T20:57:48.237Z Downloaded heck v0.5.0
2702026-08-13T20:57:48.237Z Downloaded anstyle-query v1.1.5
2712026-08-13T20:57:48.240Z Downloaded serde_spanned v0.6.9
2722026-08-13T20:57:48.240Z Downloaded proc-macro-error-attr v1.0.4
2732026-08-13T20:57:48.244Z Downloaded fs-err v3.3.0
2742026-08-13T20:57:48.247Z Downloaded fnv v1.0.7
2752026-08-13T20:57:48.251Z Downloaded cpufeatures v0.2.17
2762026-08-13T20:57:48.251Z Downloaded errno v0.3.14
2772026-08-13T20:57:48.251Z Downloaded is_terminal_polyfill v1.70.2
2782026-08-13T20:57:48.255Z Downloaded zerocopy v0.7.35
2792026-08-13T20:57:48.265Z Downloaded heck v0.4.1
2802026-08-13T20:57:48.270Z Downloaded once_cell v1.21.3
2812026-08-13T20:57:48.270Z Downloaded zmij v1.0.21
2822026-08-13T20:57:48.270Z Downloaded zerocopy-derive v0.7.35
2832026-08-13T20:57:48.270Z Downloaded autocfg v1.5.0
2842026-08-13T20:57:48.270Z Downloaded thiserror v2.0.18
2852026-08-13T20:57:48.274Z Downloaded block-buffer v0.10.4
2862026-08-13T20:57:48.274Z Downloaded cargo_metadata v0.23.1
2872026-08-13T20:57:48.274Z Downloaded anstyle-parse v1.0.0
2882026-08-13T20:57:48.274Z Downloaded bytecount v0.6.9
2892026-08-13T20:57:48.277Z Downloaded dtrace-parser v0.2.0
2902026-08-13T20:57:48.277Z Downloaded fastrand v2.3.0
2912026-08-13T20:57:48.277Z Downloaded macaddr v1.0.1
2922026-08-13T20:57:48.277Z Downloaded clap v4.6.1
2932026-08-13T20:57:48.303Z Downloaded clap_derive v4.6.1
2942026-08-13T20:57:48.309Z Downloaded equivalent v1.0.2
2952026-08-13T20:57:48.309Z Downloaded bitflags v2.11.0
2962026-08-13T20:57:48.309Z Downloaded digest v0.10.7
2972026-08-13T20:57:48.309Z Downloaded colorchoice v1.0.4
2982026-08-13T20:57:48.309Z Downloaded cfg-if v1.0.4
2992026-08-13T20:57:48.309Z Downloaded dof v0.3.0
3002026-08-13T20:57:48.309Z Downloaded textwrap v0.16.2
3012026-08-13T20:57:48.309Z Downloaded anstream v1.0.0
3022026-08-13T20:57:48.309Z Downloaded camino v1.2.2
3032026-08-13T20:57:48.309Z Downloaded toml_datetime v0.6.11
3042026-08-13T20:57:48.309Z Downloaded smawk v0.3.2
3052026-08-13T20:57:48.315Z Downloaded utf8parse v0.2.2
3062026-08-13T20:57:48.315Z Downloaded memmap v0.7.0
3072026-08-13T20:57:48.315Z Downloaded version_check v0.9.5
3082026-08-13T20:57:48.315Z Downloaded cargo-platform v0.3.2
3092026-08-13T20:57:48.315Z Downloaded terminal_size v0.4.3
3102026-08-13T20:57:48.322Z Downloaded scroll_derive v0.12.1
3112026-08-13T20:57:48.322Z Downloaded plain v0.2.3
3122026-08-13T20:57:48.322Z Downloaded thread-id v4.2.2
3132026-08-13T20:57:48.328Z Downloaded strsim v0.11.1
3142026-08-13T20:57:48.328Z Downloaded usdt-attr-macro v0.5.0
3152026-08-13T20:57:48.328Z Downloaded swrite v0.1.0
3162026-08-13T20:57:48.335Z Downloaded usdt-macro v0.5.0
3172026-08-13T20:57:48.335Z Downloaded tabled_derive v0.7.0
3182026-08-13T20:57:48.335Z Downloaded pretty-hex v0.4.1
3192026-08-13T20:57:48.335Z Downloaded pest_generator v2.8.6
3202026-08-13T20:57:48.339Z Downloaded generic-array v0.14.7
3212026-08-13T20:57:48.339Z Downloaded camino-tempfile v1.4.1
3222026-08-13T20:57:48.342Z Downloaded cargo_toml v0.21.0
3232026-08-13T20:57:48.347Z Downloaded sha2 v0.10.9
3242026-08-13T20:57:48.350Z Downloaded thiserror-impl v2.0.18
3252026-08-13T20:57:48.350Z Downloaded thiserror v1.0.69
3262026-08-13T20:57:48.353Z Downloaded anstyle v1.0.14
3272026-08-13T20:57:48.357Z Downloaded quote v1.0.45
3282026-08-13T20:57:48.361Z Downloaded thiserror-impl v1.0.69
3292026-08-13T20:57:48.361Z Downloaded toml_write v0.1.2
3302026-08-13T20:57:48.361Z Downloaded byteorder v1.5.0
3312026-08-13T20:57:48.361Z Downloaded scroll v0.12.0
3322026-08-13T20:57:48.365Z Downloaded usdt v0.5.0
3332026-08-13T20:57:48.365Z Downloaded serde_tokenstream v0.2.3
3342026-08-13T20:57:48.365Z Downloaded usdt-impl v0.5.0
3352026-08-13T20:57:48.374Z Downloaded anyhow v1.0.102
3362026-08-13T20:57:48.378Z Downloaded pest_derive v2.8.6
3372026-08-13T20:57:48.378Z Downloaded ucd-trie v0.1.7
3382026-08-13T20:57:48.387Z Downloaded unicode-linebreak v0.1.5
3392026-08-13T20:57:48.390Z Downloaded toml v0.8.23
3402026-08-13T20:57:48.395Z Downloaded semver v1.0.28
3412026-08-13T20:57:48.399Z Downloaded pest_meta v2.8.6
3422026-08-13T20:57:48.403Z Downloaded proc-macro-error v1.0.4
3432026-08-13T20:57:48.406Z Downloaded memchr v2.8.0
3442026-08-13T20:57:48.406Z Downloaded log v0.4.29
3452026-08-13T20:57:48.413Z Downloaded getrandom v0.4.1
3462026-08-13T20:57:48.416Z Downloaded proc-macro2 v1.0.106
3472026-08-13T20:57:48.422Z Downloaded serde_derive v1.0.228
3482026-08-13T20:57:48.426Z Downloaded unicode-ident v1.0.24
3492026-08-13T20:57:48.435Z Downloaded toml_edit v0.22.27
3502026-08-13T20:57:48.439Z Downloaded papergrid v0.11.0
3512026-08-13T20:57:48.443Z Downloaded tempfile v3.25.0
3522026-08-13T20:57:48.449Z Downloaded serde_core v1.0.228
3532026-08-13T20:57:48.455Z Downloaded serde v1.0.228
3542026-08-13T20:57:48.463Z Downloaded pest v2.8.6
3552026-08-13T20:57:48.470Z Downloaded typenum v1.20.1
3562026-08-13T20:57:48.482Z Downloaded hashbrown v0.17.0
3572026-08-13T20:57:48.492Z Downloaded indexmap v2.14.0
3582026-08-13T20:57:48.495Z Downloaded clap_builder v4.6.0
3592026-08-13T20:57:48.505Z Downloaded goblin v0.8.2
3602026-08-13T20:57:48.511Z Downloaded serde_json v1.0.151
3612026-08-13T20:57:48.534Z Downloaded winnow v0.7.14
3622026-08-13T20:57:48.544Z Downloaded tabled v0.15.0
3632026-08-13T20:57:48.561Z Downloaded syn v1.0.109
3642026-08-13T20:57:48.565Z Downloaded syn v2.0.117
3652026-08-13T20:57:48.574Z Downloaded unicode-width v0.1.14
3662026-08-13T20:57:48.581Z Downloaded unicode-width v0.2.0
3672026-08-13T20:57:48.584Z Downloaded rustix v1.1.3
3682026-08-13T20:57:48.611Z Downloaded libc v0.2.185
3692026-08-13T20:57:48.673Z Compiling proc-macro2 v1.0.106
3702026-08-13T20:57:48.673Z Compiling unicode-ident v1.0.24
3712026-08-13T20:57:48.676Z Compiling quote v1.0.45
3722026-08-13T20:57:48.676Z Compiling serde_core v1.0.228
3732026-08-13T20:57:48.676Z Compiling libc v0.2.185
3742026-08-13T20:57:48.676Z Compiling version_check v0.9.5
3752026-08-13T20:57:48.857Z Compiling memchr v2.8.0
3762026-08-13T20:57:48.861Z Compiling serde v1.0.228
3772026-08-13T20:57:48.861Z Compiling zmij v1.0.21
3782026-08-13T20:57:48.861Z Compiling thiserror v1.0.69
3792026-08-13T20:57:48.861Z Compiling ucd-trie v0.1.7
3802026-08-13T20:57:48.861Z Compiling itoa v1.0.17
3812026-08-13T20:57:48.870Z Compiling byteorder v1.5.0
3822026-08-13T20:57:48.876Z Compiling rustix v1.1.3
3832026-08-13T20:57:49.079Z Compiling serde_json v1.0.151
3842026-08-13T20:57:49.209Z Compiling bitflags v2.11.0
3852026-08-13T20:57:49.291Z Compiling pest v2.8.6
3862026-08-13T20:57:49.366Z Compiling usdt-impl v0.5.0
3872026-08-13T20:57:49.370Z Compiling proc-macro-error-attr v1.0.4
3882026-08-13T20:57:49.420Z Compiling camino v1.2.2
3892026-08-13T20:57:49.549Z Compiling syn v1.0.109
3902026-08-13T20:57:49.552Z Compiling proc-macro-error v1.0.4
3912026-08-13T20:57:49.608Z Compiling log v0.4.29
3922026-08-13T20:57:49.624Z Compiling plain v0.2.3
3932026-08-13T20:57:49.627Z Compiling getrandom v0.4.1
3942026-08-13T20:57:49.738Z Compiling equivalent v1.0.2
3952026-08-13T20:57:49.753Z Compiling hashbrown v0.17.0
3962026-08-13T20:57:49.824Z Compiling utf8parse v0.2.2
3972026-08-13T20:57:49.827Z Compiling thiserror v2.0.18
3982026-08-13T20:57:49.899Z Compiling toml_write v0.1.2
3992026-08-13T20:57:49.903Z Compiling pretty-hex v0.4.1
4002026-08-13T20:57:49.950Z Compiling anstyle-parse v1.0.0
4012026-08-13T20:57:49.971Z Compiling errno v0.3.14
4022026-08-13T20:57:49.989Z Compiling thread-id v4.2.2
4032026-08-13T20:57:50.023Z Compiling colorchoice v1.0.4
4042026-08-13T20:57:50.035Z Compiling winnow v0.7.14
4052026-08-13T20:57:50.062Z Compiling anstyle v1.0.14
4062026-08-13T20:57:50.119Z Compiling anstyle-query v1.1.5
4072026-08-13T20:57:50.138Z Compiling is_terminal_polyfill v1.70.2
4082026-08-13T20:57:50.178Z Compiling autocfg v1.5.0
4092026-08-13T20:57:50.182Z Compiling cfg-if v1.0.4
4102026-08-13T20:57:50.236Z Compiling strsim v0.11.1
4112026-08-13T20:57:50.293Z Compiling anstream v1.0.0
4122026-08-13T20:57:50.337Z Compiling syn v2.0.117
4132026-08-13T20:57:50.341Z Compiling indexmap v2.14.0
4142026-08-13T20:57:50.347Z Compiling pest_meta v2.8.6
4152026-08-13T20:57:50.404Z Compiling unicode-width v0.1.14
4162026-08-13T20:57:50.504Z Compiling heck v0.5.0
4172026-08-13T20:57:50.586Z Compiling once_cell v1.21.3
4182026-08-13T20:57:50.603Z Compiling clap_lex v1.0.0
4192026-08-13T20:57:50.621Z Compiling fnv v1.0.7
4202026-08-13T20:57:50.640Z Compiling bytecount v0.6.9
4212026-08-13T20:57:50.659Z Compiling fs-err v3.3.0
4222026-08-13T20:57:50.702Z Compiling anyhow v1.0.102
4232026-08-13T20:57:50.742Z Compiling heck v0.4.1
4242026-08-13T20:57:50.760Z Compiling fastrand v2.3.0
4252026-08-13T20:57:50.797Z Compiling papergrid v0.11.0
4262026-08-13T20:57:50.829Z Compiling memmap v0.7.0
4272026-08-13T20:57:50.850Z Compiling unicode-linebreak v0.1.5
4282026-08-13T20:57:50.868Z Compiling unicode-width v0.2.0
4292026-08-13T20:57:50.977Z Compiling smawk v0.3.2
4302026-08-13T20:57:51.002Z Compiling terminal_size v0.4.3
4312026-08-13T20:57:51.019Z Compiling tempfile v3.25.0
4322026-08-13T20:57:51.073Z Compiling swrite v0.1.0
4332026-08-13T20:57:51.115Z Compiling clap_builder v4.6.0
4342026-08-13T20:57:51.134Z Compiling textwrap v0.16.2
4352026-08-13T20:57:51.510Z Compiling semver v1.0.28
4362026-08-13T20:57:51.559Z Compiling cargo-platform v0.3.2
4372026-08-13T20:57:51.801Z Compiling camino-tempfile v1.4.1
4382026-08-13T20:57:51.819Z Compiling tabled_derive v0.7.0
4392026-08-13T20:57:52.498Z Compiling pest_generator v2.8.6
4402026-08-13T20:57:52.557Z Compiling tabled v0.15.0
4412026-08-13T20:57:53.060Z Compiling serde_derive v1.0.228
4422026-08-13T20:57:53.154Z Compiling thiserror-impl v1.0.69
4432026-08-13T20:57:53.154Z Compiling zerocopy-derive v0.7.35
4442026-08-13T20:57:53.154Z Compiling scroll_derive v0.12.1
4452026-08-13T20:57:53.155Z Compiling thiserror-impl v2.0.18
4462026-08-13T20:57:53.155Z Compiling clap_derive v4.6.1
4472026-08-13T20:57:53.282Z Compiling pest_derive v2.8.6
4482026-08-13T20:57:53.750Z Compiling scroll v0.12.0
4492026-08-13T20:57:53.842Z Compiling zerocopy v0.7.35
4502026-08-13T20:57:53.933Z Compiling goblin v0.8.2
4512026-08-13T20:57:54.089Z Compiling dtrace-parser v0.2.0
4522026-08-13T20:57:54.461Z Compiling clap v4.6.1
4532026-08-13T20:57:55.490Z Compiling serde_spanned v0.6.9
4542026-08-13T20:57:55.490Z Compiling toml_datetime v0.6.11
4552026-08-13T20:57:55.535Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-13T20:57:55.535Z Compiling macaddr v1.0.1
4572026-08-13T20:57:55.535Z Compiling cargo_metadata v0.23.1
4582026-08-13T20:57:55.535Z Compiling dof v0.3.0
4592026-08-13T20:57:55.535Z Compiling serde_tokenstream v0.2.3
4602026-08-13T20:57:55.804Z Compiling toml_edit v0.22.27
4612026-08-13T20:57:56.227Z Compiling usdt-macro v0.5.0
4622026-08-13T20:57:56.231Z Compiling usdt-attr-macro v0.5.0
4632026-08-13T20:57:56.847Z Compiling usdt v0.5.0
4642026-08-13T20:57:57.005Z Compiling toml v0.8.23
4652026-08-13T20:57:57.359Z Compiling cargo_toml v0.21.0
4662026-08-13T20:57:58.610Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-13T20:58:00.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
4682026-08-13T20:58:00.892Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-13T20:58:01.402Z Downloading crates ...
4702026-08-13T20:58:01.457Z Downloaded adler2 v2.0.1
4712026-08-13T20:58:01.468Z Downloaded async-bb8-diesel v0.2.1
4722026-08-13T20:58:01.471Z Downloaded anstyle-parse v0.2.7
4732026-08-13T20:58:01.474Z Downloaded bitfield-macros v0.19.4
4742026-08-13T20:58:01.474Z Downloaded argon2 v0.5.3
4752026-08-13T20:58:01.478Z Downloaded base16ct v0.2.0
4762026-08-13T20:58:01.478Z Downloaded arrayref v0.3.9
4772026-08-13T20:58:01.482Z Downloaded fixedbitset v0.4.2
4782026-08-13T20:58:01.482Z Downloaded ff v0.14.0
4792026-08-13T20:58:01.482Z Downloaded ascii-canvas v3.0.0
4802026-08-13T20:58:01.485Z Downloaded form_urlencoded v1.2.2
4812026-08-13T20:58:01.485Z Downloaded futures-io v0.3.32
4822026-08-13T20:58:01.490Z Downloaded aead v0.6.1
4832026-08-13T20:58:01.490Z Downloaded bit-set v0.8.0
4842026-08-13T20:58:01.490Z Downloaded convert_case v0.4.0
4852026-08-13T20:58:01.490Z Downloaded foreign-types-macros v0.2.3
4862026-08-13T20:58:01.490Z Downloaded assert_matches v1.5.0
4872026-08-13T20:58:01.493Z Downloaded atomic-waker v1.1.2
4882026-08-13T20:58:01.493Z Downloaded fatfs v0.3.6
4892026-08-13T20:58:01.493Z Downloaded getrandom v0.3.4
4902026-08-13T20:58:01.497Z Downloaded async-stream-impl v0.3.6
4912026-08-13T20:58:01.497Z Downloaded async-recursion v1.1.1
4922026-08-13T20:58:01.500Z Downloaded env_filter v1.0.0
4932026-08-13T20:58:01.500Z Downloaded headers-core v0.3.0
4942026-08-13T20:58:01.500Z Downloaded aead v0.5.2
4952026-08-13T20:58:01.500Z Downloaded bit-set v0.5.3
4962026-08-13T20:58:01.500Z Downloaded fixedbitset v0.5.7
4972026-08-13T20:58:01.503Z Downloaded foreign-types v0.5.0
4982026-08-13T20:58:01.503Z Downloaded atty v0.2.14
4992026-08-13T20:58:01.503Z Downloaded erased-serde v0.3.31
5002026-08-13T20:58:01.503Z Downloaded futures-executor v0.3.32
5012026-08-13T20:58:01.507Z Downloaded humantime v2.3.0
5022026-08-13T20:58:01.507Z Downloaded bcrypt-pbkdf v0.11.0
5032026-08-13T20:58:01.510Z Downloaded array-init v0.0.4
5042026-08-13T20:58:01.510Z Downloaded ghash v0.6.0
5052026-08-13T20:58:01.514Z Downloaded funty v2.0.0
5062026-08-13T20:58:01.514Z Downloaded foreign-types-shared v0.3.1
5072026-08-13T20:58:01.514Z Downloaded gethostname v0.5.0
5082026-08-13T20:58:01.517Z Downloaded filetime v0.2.27
5092026-08-13T20:58:01.517Z Downloaded git-stub-vcs v0.1.0
5102026-08-13T20:58:01.517Z Downloaded arrayvec v0.7.6
5112026-08-13T20:58:01.520Z Downloaded futures-macro v0.3.32
5122026-08-13T20:58:01.523Z Downloaded float-cmp v0.10.0
5132026-08-13T20:58:01.523Z Downloaded bb8 v0.8.6
5142026-08-13T20:58:01.528Z Downloaded icu_collections v2.1.1
5152026-08-13T20:58:01.531Z Downloaded globset v0.4.18
5162026-08-13T20:58:01.531Z Downloaded atomicwrites v0.4.4
5172026-08-13T20:58:01.531Z Downloaded ff v0.13.1
5182026-08-13T20:58:01.531Z Downloaded fxhash v0.2.1
5192026-08-13T20:58:01.531Z Downloaded foreign-types v0.3.2
5202026-08-13T20:58:01.531Z Downloaded block-buffer v0.12.1
5212026-08-13T20:58:01.535Z Downloaded foreign-types-shared v0.1.1
5222026-08-13T20:58:01.538Z Downloaded futures-task v0.3.32
5232026-08-13T20:58:01.538Z Downloaded hex v0.4.3
5242026-08-13T20:58:01.538Z Downloaded httpdate v1.0.3
5252026-08-13T20:58:01.538Z Downloaded bitfield-struct v0.6.2
5262026-08-13T20:58:01.542Z Downloaded getrandom v0.2.17
5272026-08-13T20:58:01.542Z Downloaded block-padding v0.4.2
5282026-08-13T20:58:01.542Z Downloaded ciborium-ll v0.2.2
5292026-08-13T20:58:01.545Z Downloaded fd-lock v4.0.4
5302026-08-13T20:58:01.545Z Downloaded float-ord v0.3.2
5312026-08-13T20:58:01.551Z Downloaded futures-sink v0.3.32
5322026-08-13T20:58:01.551Z Downloaded castaway v0.2.4
5332026-08-13T20:58:01.557Z Downloaded futures-core v0.3.32
5342026-08-13T20:58:01.561Z Downloaded fallible-iterator v0.2.0
5352026-08-13T20:58:01.561Z Downloaded find-msvc-tools v0.1.9
5362026-08-13T20:58:01.564Z Downloaded hash32 v0.3.1
5372026-08-13T20:58:01.567Z Downloaded git-stub v1.0.0
5382026-08-13T20:58:01.567Z Downloaded hostname v0.4.2
5392026-08-13T20:58:01.567Z Downloaded cfg_aliases v0.1.1
5402026-08-13T20:58:01.572Z Downloaded hex-literal v1.1.0
5412026-08-13T20:58:01.581Z Downloaded bit-vec v0.6.3
5422026-08-13T20:58:01.581Z Downloaded bitfield v0.19.4
5432026-08-13T20:58:01.581Z Downloaded hubpack_derive v0.1.1
5442026-08-13T20:58:01.581Z Downloaded anstream v0.6.21
5452026-08-13T20:58:01.584Z Downloaded bitflags v1.3.2
5462026-08-13T20:58:01.584Z Downloaded buf-list v1.1.2
5472026-08-13T20:58:01.584Z Downloaded home v0.5.12
5482026-08-13T20:58:01.585Z Downloaded async-stream v0.3.6
5492026-08-13T20:58:01.585Z Downloaded http-body v1.0.1
5502026-08-13T20:58:01.585Z Downloaded http-range v0.1.5
5512026-08-13T20:58:01.588Z Downloaded hubpack v0.1.2
5522026-08-13T20:58:01.588Z Downloaded openssl-probe v0.2.1
5532026-08-13T20:58:01.588Z Downloaded cfg_aliases v0.2.1
5542026-08-13T20:58:01.588Z Downloaded ciborium-io v0.2.2
5552026-08-13T20:58:01.591Z Downloaded globwalk v0.9.1
5562026-08-13T20:58:01.591Z Downloaded hostname v0.3.1
5572026-08-13T20:58:01.591Z Downloaded compression-core v0.4.31
5582026-08-13T20:58:01.597Z Downloaded cobs v0.3.0
5592026-08-13T20:58:01.600Z Downloaded hash32 v0.2.1
5602026-08-13T20:58:01.603Z Downloaded hyper-tls v0.6.0
5612026-08-13T20:58:01.606Z Downloaded path-slash v0.1.5
5622026-08-13T20:58:01.606Z Downloaded phf_shared v0.13.1
5632026-08-13T20:58:01.610Z Downloaded progenitor-macro v0.14.0
5642026-08-13T20:58:01.614Z Downloaded foldhash v0.1.5
5652026-08-13T20:58:01.614Z Downloaded foldhash v0.2.0
5662026-08-13T20:58:01.614Z Downloaded fs-err v2.11.0
5672026-08-13T20:58:01.618Z Downloaded num v0.4.3
5682026-08-13T20:58:01.618Z Downloaded generic-array v1.4.3
5692026-08-13T20:58:01.618Z Downloaded num_enum_derive v0.5.11
5702026-08-13T20:58:01.622Z Downloaded predicates-tree v1.0.13
5712026-08-13T20:58:01.622Z Downloaded predicates-core v1.0.10
5722026-08-13T20:58:01.625Z Downloaded parse-display v0.10.0
5732026-08-13T20:58:01.625Z Downloaded http-body-util v0.1.3
5742026-08-13T20:58:01.625Z Downloaded env_logger v0.11.9
5752026-08-13T20:58:01.628Z Downloaded futures v0.3.32
5762026-08-13T20:58:01.632Z Downloaded radium v0.7.0
5772026-08-13T20:58:01.632Z Downloaded psl-types v2.0.11
5782026-08-13T20:58:01.632Z Downloaded rand_xorshift v0.4.0
5792026-08-13T20:58:01.632Z Downloaded base16ct v1.0.0
5802026-08-13T20:58:01.632Z Downloaded rfc6979 v0.4.0
5812026-08-13T20:58:01.635Z Downloaded base64ct v1.8.3
5822026-08-13T20:58:01.635Z Downloaded constant_time_eq v0.4.2
5832026-08-13T20:58:01.639Z Downloaded bit-vec v0.8.0
5842026-08-13T20:58:01.639Z Downloaded same-file v1.0.6
5852026-08-13T20:58:01.639Z Downloaded cbc v0.2.1
5862026-08-13T20:58:01.639Z Downloaded sapling-renderdag v0.1.0
5872026-08-13T20:58:01.639Z Downloaded cexpr v0.6.0
5882026-08-13T20:58:01.642Z Downloaded chacha20 v0.9.1
5892026-08-13T20:58:01.642Z Downloaded serde-big-array v0.5.1
5902026-08-13T20:58:01.642Z Downloaded bcs v0.1.6
5912026-08-13T20:58:01.642Z Downloaded bs58 v0.5.1
5922026-08-13T20:58:01.646Z Downloaded semver v0.1.20
5932026-08-13T20:58:01.646Z Downloaded seq-macro v0.3.6
5942026-08-13T20:58:01.646Z Downloaded siphasher v1.0.2
5952026-08-13T20:58:01.646Z Downloaded sigpipe v0.1.3
5962026-08-13T20:58:01.651Z Downloaded backoff v0.4.0
5972026-08-13T20:58:01.654Z Downloaded blowfish v0.10.0
5982026-08-13T20:58:01.654Z Downloaded cipher v0.5.2
5992026-08-13T20:58:01.654Z Downloaded flagset v0.4.7
6002026-08-13T20:58:01.654Z Downloaded glob v0.3.3
6012026-08-13T20:58:01.654Z Downloaded group v0.13.0
6022026-08-13T20:58:01.655Z Downloaded owo-colors v4.3.0
6032026-08-13T20:58:01.660Z Downloaded rustc_version v0.1.7
6042026-08-13T20:58:01.660Z Downloaded group v0.14.0
6052026-08-13T20:58:01.660Z Downloaded ahash v0.8.12
6062026-08-13T20:58:01.663Z Downloaded argon2 v0.6.0-rc.8
6072026-08-13T20:58:01.663Z Downloaded async-trait v0.1.89
6082026-08-13T20:58:01.667Z Downloaded const_format_proc_macros v0.2.34
6092026-08-13T20:58:01.667Z Downloaded backon v1.6.0
6102026-08-13T20:58:01.671Z Downloaded hyper-staticfile v0.10.1
6112026-08-13T20:58:01.675Z Downloaded compression-codecs v0.4.37
6122026-08-13T20:58:01.680Z Downloaded highway v1.3.0
6132026-08-13T20:58:01.683Z Downloaded paste v1.0.15
6142026-08-13T20:58:01.687Z Downloaded port-file v0.1.0
6152026-08-13T20:58:01.687Z Downloaded cipher v0.4.4
6162026-08-13T20:58:01.688Z Downloaded cmov v0.5.4
6172026-08-13T20:58:01.691Z Downloaded camino-tempfile-ext v0.3.3
6182026-08-13T20:58:01.691Z Downloaded allocator-api2 v0.2.21
6192026-08-13T20:58:01.695Z Downloaded polyval v0.7.1
6202026-08-13T20:58:01.695Z Downloaded strum v0.26.3
6212026-08-13T20:58:01.700Z Downloaded strip-ansi-escapes v0.2.1
6222026-08-13T20:58:01.700Z Downloaded tagptr v0.2.0
6232026-08-13T20:58:01.700Z Downloaded take_mut v0.2.2
6242026-08-13T20:58:01.700Z Downloaded num-conv v0.2.0
6252026-08-13T20:58:01.700Z Downloaded num-rational v0.4.2
6262026-08-13T20:58:01.700Z Downloaded num_enum v0.7.6
6272026-08-13T20:58:01.703Z Downloaded byte-wrapper v0.1.0
6282026-08-13T20:58:01.703Z Downloaded oxnet v0.1.6
6292026-08-13T20:58:01.703Z Downloaded progenitor v0.13.0
6302026-08-13T20:58:01.708Z Downloaded rpassword v7.5.4
6312026-08-13T20:58:01.711Z Downloaded progenitor-extras v0.2.0
6322026-08-13T20:58:01.711Z Downloaded testing_table v0.3.0
6332026-08-13T20:58:01.711Z Downloaded serde-hex v0.1.0
6342026-08-13T20:58:01.711Z Downloaded slab v0.4.12
6352026-08-13T20:58:01.715Z Downloaded try-lock v0.2.5
6362026-08-13T20:58:01.718Z Downloaded console v0.16.2
6372026-08-13T20:58:01.718Z Downloaded bzip2 v0.4.4
6382026-08-13T20:58:01.721Z Downloaded cancel-safe-futures v0.1.5
6392026-08-13T20:58:01.721Z Downloaded colored v2.2.0
6402026-08-13T20:58:01.725Z Downloaded unit-prefix v0.5.2
6412026-08-13T20:58:01.725Z Downloaded cmake v0.1.57
6422026-08-13T20:58:01.725Z Downloaded usdt-macro v0.6.0
6432026-08-13T20:58:01.725Z Downloaded usdt v0.6.0
6442026-08-13T20:58:01.725Z Downloaded want v0.3.1
6452026-08-13T20:58:01.728Z Downloaded const-oid v0.9.6
6462026-08-13T20:58:01.728Z Downloaded blake2 v0.11.0-rc.6
6472026-08-13T20:58:01.731Z Downloaded cassowary v0.3.0
6482026-08-13T20:58:01.731Z Downloaded futures-channel v0.3.32
6492026-08-13T20:58:01.731Z Downloaded sec1 v0.7.3
6502026-08-13T20:58:01.735Z Downloaded fs_extra v1.3.0
6512026-08-13T20:58:01.735Z Downloaded xshell-macros v0.2.7
6522026-08-13T20:58:01.735Z Downloaded yoke-derive v0.8.1
6532026-08-13T20:58:01.738Z Downloaded half v1.8.3
6542026-08-13T20:58:01.743Z Downloaded blake2 v0.10.6
6552026-08-13T20:58:01.746Z Downloaded hmac v0.12.1
6562026-08-13T20:58:01.746Z Downloaded httparse v1.10.1
6572026-08-13T20:58:01.749Z Downloaded ciborium v0.2.2
6582026-08-13T20:58:01.754Z Downloaded chacha20 v0.10.0
6592026-08-13T20:58:01.754Z Downloaded snafu-derive v0.8.9
6602026-08-13T20:58:01.757Z Downloaded signal-hook-registry v1.4.8
6612026-08-13T20:58:01.757Z Downloaded slog-scope v4.4.1
6622026-08-13T20:58:01.757Z Downloaded zone_cfg_derive v0.3.1
6632026-08-13T20:58:01.757Z Downloaded crc8 v0.1.1
6642026-08-13T20:58:01.757Z Downloaded curve25519-dalek-derive v0.1.1
6652026-08-13T20:58:01.761Z Downloaded defmt v0.3.100
6662026-08-13T20:58:01.761Z Downloaded colored v3.1.1
6672026-08-13T20:58:01.761Z Downloaded ssh-encoding v0.3.0
6682026-08-13T20:58:01.766Z Downloaded difflib v0.4.0
6692026-08-13T20:58:01.770Z Downloaded rand_core v0.9.5
6702026-08-13T20:58:01.774Z Downloaded sqlformat v0.3.5
6712026-08-13T20:58:01.774Z Downloaded tls_codec v0.4.2
6722026-08-13T20:58:01.778Z Downloaded debug-ignore v1.0.5
6732026-08-13T20:58:01.778Z Downloaded dirs-sys-next v0.1.2
6742026-08-13T20:58:01.778Z Downloaded ident_case v1.0.1
6752026-08-13T20:58:01.778Z Downloaded parking_lot_core v0.9.12
6762026-08-13T20:58:01.781Z Downloaded dtrace-parser v0.3.0
6772026-08-13T20:58:01.781Z Downloaded dunce v1.0.5
6782026-08-13T20:58:01.781Z Downloaded embedded-io v0.4.0
6792026-08-13T20:58:01.785Z Downloaded pkcs8 v0.11.0
6802026-08-13T20:58:01.785Z Downloaded poly1305 v0.9.0
6812026-08-13T20:58:01.788Z Downloaded tiny-keccak v2.0.2
6822026-08-13T20:58:01.789Z Downloaded internet-checksum v0.2.1
6832026-08-13T20:58:01.789Z Downloaded thread_local v1.1.9
6842026-08-13T20:58:01.789Z Downloaded tokio-dtrace v0.1.1
6852026-08-13T20:58:01.792Z Downloaded enum-as-inner v0.6.1
6862026-08-13T20:58:01.792Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6872026-08-13T20:58:01.792Z Downloaded inout v0.2.2
6882026-08-13T20:58:01.792Z Downloaded is-terminal v0.4.17
6892026-08-13T20:58:01.792Z Downloaded sha2 v0.11.0
6902026-08-13T20:58:01.795Z Downloaded tls_codec_derive v0.4.2
6912026-08-13T20:58:01.795Z Downloaded console v0.15.11
6922026-08-13T20:58:01.799Z Downloaded jiff-static v0.2.34
6932026-08-13T20:58:01.799Z Downloaded scroll v0.13.0
6942026-08-13T20:58:01.799Z Downloaded lzss v0.8.2
6952026-08-13T20:58:01.805Z Downloaded wyz v0.5.1
6962026-08-13T20:58:01.808Z Downloaded lalrpop-util v0.19.12
6972026-08-13T20:58:01.808Z Downloaded md-5 v0.10.6
6982026-08-13T20:58:01.808Z Downloaded md5 v0.8.0
6992026-08-13T20:58:01.812Z Downloaded half v2.7.1
7002026-08-13T20:58:01.812Z Downloaded multimap v0.10.1
7012026-08-13T20:58:01.815Z Downloaded bzip2 v0.6.1
7022026-08-13T20:58:01.815Z Downloaded const-oid v0.10.2
7032026-08-13T20:58:01.815Z Downloaded arc-swap v1.8.2
7042026-08-13T20:58:01.820Z Downloaded hmac v0.13.0
7052026-08-13T20:58:01.820Z Downloaded hybrid-array v0.4.13
7062026-08-13T20:58:01.824Z Downloaded hyper-rustls v0.27.7
7072026-08-13T20:58:01.824Z Downloaded pin-project v1.1.11
7082026-08-13T20:58:01.828Z Downloaded base64 v0.22.1
7092026-08-13T20:58:01.831Z Downloaded iana-time-zone v0.1.65
7102026-08-13T20:58:01.834Z Downloaded clang-sys v1.8.1
7112026-08-13T20:58:01.834Z Downloaded smallvec v1.15.1
7122026-08-13T20:58:01.837Z Downloaded zeroize_derive v1.5.0
7132026-08-13T20:58:01.837Z Downloaded papergrid v0.17.0
7142026-08-13T20:58:01.841Z Downloaded zstd-safe v7.2.4
7152026-08-13T20:58:01.841Z Downloaded olpc-cjson v0.1.4
7162026-08-13T20:58:01.841Z Downloaded openssl-macros v0.1.1
7172026-08-13T20:58:01.841Z Downloaded oso-derive v0.27.3
7182026-08-13T20:58:01.847Z Downloaded display-error-chain v0.2.2
7192026-08-13T20:58:01.850Z Downloaded diesel-dtrace v0.5.0
7202026-08-13T20:58:01.850Z Downloaded prefix-trie v0.7.0
7212026-08-13T20:58:01.853Z Downloaded defmt v1.0.1
7222026-08-13T20:58:01.853Z Downloaded derive_builder_core v0.20.2
7232026-08-13T20:58:01.856Z Downloaded dyn-clone v1.0.20
7242026-08-13T20:58:01.856Z Downloaded proc-macro-error-attr2 v2.0.0
7252026-08-13T20:58:01.856Z Downloaded potential_utf v0.1.4
7262026-08-13T20:58:01.856Z Downloaded progenitor-client v0.14.0
7272026-08-13T20:58:01.856Z Downloaded async-compression v0.4.41
7282026-08-13T20:58:01.860Z Downloaded rand_chacha v0.3.1
7292026-08-13T20:58:01.863Z Downloaded recursive v0.1.1
7302026-08-13T20:58:01.863Z Downloaded oxide-update-engine-types v0.1.2
7312026-08-13T20:58:01.863Z Downloaded heapless v0.8.0
7322026-08-13T20:58:01.867Z Downloaded strum_macros v0.27.2
7332026-08-13T20:58:01.867Z Downloaded displaydoc v0.2.5
7342026-08-13T20:58:01.870Z Downloaded precomputed-hash v0.1.1
7352026-08-13T20:58:01.870Z Downloaded rand_pcg v0.10.2
7362026-08-13T20:58:01.870Z Downloaded tracing-attributes v0.1.31
7372026-08-13T20:58:01.870Z Downloaded bytes v1.11.1
7382026-08-13T20:58:01.874Z Downloaded serde_spanned v1.1.1
7392026-08-13T20:58:01.877Z Downloaded chacha20poly1305 v0.10.1
7402026-08-13T20:58:01.877Z Downloaded const_format v0.2.35
7412026-08-13T20:58:01.881Z Downloaded sqlparser_derive v0.5.0
7422026-08-13T20:58:01.885Z Downloaded strum v0.27.2
7432026-08-13T20:58:01.885Z Downloaded maybe-uninit v2.0.0
7442026-08-13T20:58:01.888Z Downloaded multer v3.1.0
7452026-08-13T20:58:01.888Z Downloaded num-integer v0.1.46
7462026-08-13T20:58:01.888Z Downloaded vergen v9.1.0
7472026-08-13T20:58:01.888Z Downloaded russh-util v0.52.0
7482026-08-13T20:58:01.888Z Downloaded icu_locale_core v2.1.1
7492026-08-13T20:58:01.892Z Downloaded flume v0.11.1
7502026-08-13T20:58:01.895Z Downloaded nanorand v0.7.0
7512026-08-13T20:58:01.898Z Downloaded headers v0.4.1
7522026-08-13T20:58:01.901Z Downloaded libsw v3.5.0
7532026-08-13T20:58:01.901Z Downloaded serde_yaml v0.9.34+deprecated
7542026-08-13T20:58:01.905Z Downloaded linear-map v1.2.0
7552026-08-13T20:58:01.905Z Downloaded rustc-hash v2.1.1
7562026-08-13T20:58:01.908Z Downloaded tabled_derive v0.11.0
7572026-08-13T20:58:01.911Z Downloaded num_enum_derive v0.7.6
7582026-08-13T20:58:01.911Z Downloaded base64 v0.21.7
7592026-08-13T20:58:01.911Z Downloaded darling v0.20.11
7602026-08-13T20:58:01.915Z Downloaded packed_struct v0.10.1
7612026-08-13T20:58:01.918Z Downloaded flate2 v1.1.9
7622026-08-13T20:58:01.918Z Downloaded hickory-resolver v0.24.4
7632026-08-13T20:58:01.923Z Downloaded ar_archive_writer v0.5.1
7642026-08-13T20:58:01.926Z Downloaded ctr v0.10.1
7652026-08-13T20:58:01.927Z Downloaded tower-layer v0.3.3
7662026-08-13T20:58:01.927Z Downloaded tower-service v0.3.3
7672026-08-13T20:58:01.927Z Downloaded crossbeam-utils v0.8.21
7682026-08-13T20:58:01.927Z Downloaded expectorate v1.2.0
7692026-08-13T20:58:01.930Z Downloaded pkg-config v0.3.32
7702026-08-13T20:58:01.930Z Downloaded parse-display-derive v0.10.0
7712026-08-13T20:58:01.930Z Downloaded phf v0.13.1
7722026-08-13T20:58:01.930Z Downloaded sha1 v0.11.0
7732026-08-13T20:58:01.933Z Downloaded derive_builder v0.20.2
7742026-08-13T20:58:01.933Z Downloaded pin-project-lite v0.2.17
7752026-08-13T20:58:01.937Z Downloaded pkcs8 v0.10.2
7762026-08-13T20:58:01.940Z Downloaded structmeta-derive v0.3.0
7772026-08-13T20:58:01.940Z Downloaded cstr-argument v0.1.2
7782026-08-13T20:58:01.940Z Downloaded subprocess v0.2.15
7792026-08-13T20:58:01.944Z Downloaded primeorder v0.13.6
7802026-08-13T20:58:01.944Z Downloaded hyper v1.10.1
7812026-08-13T20:58:01.947Z Downloaded rayon-core v1.13.0
7822026-08-13T20:58:01.952Z Downloaded tinyvec_macros v0.1.1
7832026-08-13T20:58:01.952Z Downloaded thread-id v5.1.0
7842026-08-13T20:58:01.952Z Downloaded typify v0.6.2
7852026-08-13T20:58:01.955Z Downloaded ryu v1.0.23
7862026-08-13T20:58:01.955Z Downloaded serde_with_macros v1.5.2
7872026-08-13T20:58:01.955Z Downloaded bumpalo v3.20.2
7882026-08-13T20:58:01.958Z Downloaded compact_str v0.8.1
7892026-08-13T20:58:01.965Z Downloaded vte v0.14.1
7902026-08-13T20:58:01.968Z Downloaded resolv-conf v0.7.6
7912026-08-13T20:58:01.968Z Downloaded darling_macro v0.13.4
7922026-08-13T20:58:01.972Z Downloaded synstructure v0.13.2
7932026-08-13T20:58:01.972Z Downloaded wait-timeout v0.2.1
7942026-08-13T20:58:01.972Z Downloaded waitgroup v0.1.2
7952026-08-13T20:58:01.972Z Downloaded litrs v1.0.0
7962026-08-13T20:58:01.972Z Downloaded crc-catalog v2.4.0
7972026-08-13T20:58:01.975Z Downloaded heapless v0.7.17
7982026-08-13T20:58:01.975Z Downloaded cc v1.2.56
7992026-08-13T20:58:01.981Z Downloaded crc-any v2.5.0
8002026-08-13T20:58:01.981Z Downloaded hickory-resolver v0.25.2
8012026-08-13T20:58:01.981Z Downloaded rusty-fork v0.3.1
8022026-08-13T20:58:01.984Z Downloaded rustversion v1.0.22
8032026-08-13T20:58:01.984Z Downloaded dof v0.4.0
8042026-08-13T20:58:01.987Z Downloaded pem v3.0.6
8052026-08-13T20:58:01.991Z Downloaded tokio-tungstenite v0.21.0
8062026-08-13T20:58:01.991Z Downloaded tokio-tungstenite v0.23.1
8072026-08-13T20:58:01.994Z Downloaded indoc v1.0.9
8082026-08-13T20:58:01.994Z Downloaded parking_lot v0.12.5
8092026-08-13T20:58:01.997Z Downloaded parking_lot_core v0.8.6
8102026-08-13T20:58:01.997Z Downloaded maplit v1.0.2
8112026-08-13T20:58:01.997Z Downloaded mime v0.3.17
8122026-08-13T20:58:01.997Z Downloaded slog-term v2.9.2
8132026-08-13T20:58:02.001Z Downloaded lazy_static v1.5.0
8142026-08-13T20:58:02.005Z Downloaded icu_properties v2.1.2
8152026-08-13T20:58:02.008Z Downloaded indexmap v1.9.3
8162026-08-13T20:58:02.008Z Downloaded yoke v0.8.1
8172026-08-13T20:58:02.011Z Downloaded newtype-uuid-macros v0.1.0
8182026-08-13T20:58:02.011Z Downloaded newtype_derive v0.1.6
8192026-08-13T20:58:02.011Z Downloaded num-derive v0.4.2
8202026-08-13T20:58:02.014Z Downloaded num_threads v0.1.7
8212026-08-13T20:58:02.014Z Downloaded is_ci v1.2.0
8222026-08-13T20:58:02.014Z Downloaded rcgen v0.12.1
8232026-08-13T20:58:02.017Z Downloaded toml_writer v1.1.1+spec-1.1.0
8242026-08-13T20:58:02.017Z Downloaded corncobs v0.1.4
8252026-08-13T20:58:02.017Z Downloaded crossbeam-deque v0.8.6
8262026-08-13T20:58:02.024Z Downloaded unicase v2.9.0
8272026-08-13T20:58:02.027Z Downloaded serde_derive_internals v0.29.1
8282026-08-13T20:58:02.031Z Downloaded downcast-rs v2.0.2
8292026-08-13T20:58:02.031Z Downloaded vergen-lib v0.1.6
8302026-08-13T20:58:02.031Z Downloaded libscf-sys v1.2.0
8312026-08-13T20:58:02.031Z Downloaded proc-macro-crate v1.3.1
8322026-08-13T20:58:02.034Z Downloaded new_debug_unreachable v1.0.6
8332026-08-13T20:58:02.034Z Downloaded normalize-line-endings v0.3.0
8342026-08-13T20:58:02.034Z Downloaded opaque-debug v0.3.1
8352026-08-13T20:58:02.037Z Downloaded peg-runtime v0.8.5
8362026-08-13T20:58:02.041Z Downloaded snafu v0.8.9
8372026-08-13T20:58:02.046Z Downloaded zstd v0.13.3
8382026-08-13T20:58:02.049Z Downloaded hashbrown v0.13.2
8392026-08-13T20:58:02.054Z Downloaded http v1.4.2
8402026-08-13T20:58:02.054Z Downloaded packed_struct_codegen v0.10.1
8412026-08-13T20:58:02.057Z Downloaded darling v0.13.4
8422026-08-13T20:58:02.057Z Downloaded zerotrie v0.2.3
8432026-08-13T20:58:02.060Z Downloaded recursive-proc-macro-impl v0.1.1
8442026-08-13T20:58:02.060Z Downloaded signal-hook-mio v0.2.5
8452026-08-13T20:58:02.064Z Downloaded delegate v0.13.5
8462026-08-13T20:58:02.064Z Downloaded ed25519 v2.2.3
8472026-08-13T20:58:02.064Z Downloaded derive-ex v0.1.8
8482026-08-13T20:58:02.064Z Downloaded digest v0.11.3
8492026-08-13T20:58:02.067Z Downloaded ecdsa v0.16.9
8502026-08-13T20:58:02.067Z Downloaded deranged v0.5.8
8512026-08-13T20:58:02.070Z Downloaded hashbrown v0.12.3
8522026-08-13T20:58:02.074Z Downloaded enum_dispatch v0.3.13
8532026-08-13T20:58:02.074Z Downloaded keccak v0.2.0
8542026-08-13T20:58:02.077Z Downloaded darling_core v0.20.11
8552026-08-13T20:58:02.080Z Downloaded illumos-nvpair v0.3.0
8562026-08-13T20:58:02.080Z Downloaded static_assertions v1.1.0
8572026-08-13T20:58:02.083Z Downloaded sha1 v0.10.6
8582026-08-13T20:58:02.083Z Downloaded progenitor-impl v0.13.0
8592026-08-13T20:58:02.087Z Downloaded libsw-core v0.3.2
8602026-08-13T20:58:02.090Z Downloaded unicode-truncate v1.1.0
8612026-08-13T20:58:02.094Z Downloaded ingot-types v0.2.0
8622026-08-13T20:58:02.097Z Downloaded subtle v2.6.1
8632026-08-13T20:58:02.100Z Downloaded crypto-common v0.2.2
8642026-08-13T20:58:02.100Z Downloaded phc v0.6.1
8652026-08-13T20:58:02.103Z Downloaded indicatif v0.18.4
8662026-08-13T20:58:02.103Z Downloaded rustls-webpki v0.103.13
8672026-08-13T20:58:02.114Z Downloaded primeorder v0.14.0
8682026-08-13T20:58:02.118Z Downloaded universal-hash v0.6.1
8692026-08-13T20:58:02.118Z Downloaded void v1.0.2
8702026-08-13T20:58:02.122Z Downloaded aes v0.9.1
8712026-08-13T20:58:02.127Z Downloaded defmt-parser v1.0.0
8722026-08-13T20:58:02.127Z Downloaded dsl_auto_type v0.2.0
8732026-08-13T20:58:02.130Z Downloaded unicode_categories v0.1.1
8742026-08-13T20:58:02.130Z Downloaded zerocopy-derive v0.8.40
8752026-08-13T20:58:02.134Z Downloaded hickory-server v0.25.2
8762026-08-13T20:58:02.137Z Downloaded hyper-util v0.1.20
8772026-08-13T20:58:02.145Z Downloaded pin-project-internal v1.1.11
8782026-08-13T20:58:02.145Z Downloaded postgres-protocol v0.6.10
8792026-08-13T20:58:02.150Z Downloaded digest-io v0.1.0
8802026-08-13T20:58:02.150Z Downloaded serde_path_to_error v0.1.20
8812026-08-13T20:58:02.150Z Downloaded endian-type v0.1.2
8822026-08-13T20:58:02.150Z Downloaded psm v0.1.30
8832026-08-13T20:58:02.150Z Downloaded crc v3.4.0
8842026-08-13T20:58:02.150Z Downloaded lru-slab v0.1.2
8852026-08-13T20:58:02.150Z Downloaded derive_builder_macro v0.20.2
8862026-08-13T20:58:02.150Z Downloaded simd-adler32 v0.3.8
8872026-08-13T20:58:02.154Z Downloaded p256 v0.14.0
8882026-08-13T20:58:02.154Z Downloaded aes-gcm v0.11.0
8892026-08-13T20:58:02.158Z Downloaded stringprep v0.1.5
8902026-08-13T20:58:02.158Z Downloaded darling_core v0.21.3
8912026-08-13T20:58:02.161Z Downloaded slog v2.8.2
8922026-08-13T20:58:02.161Z Downloaded ingot-macros v0.2.0
8932026-08-13T20:58:02.161Z Downloaded twox-hash v2.1.2
8942026-08-13T20:58:02.165Z Downloaded uuid v1.23.4
8952026-08-13T20:58:02.165Z Downloaded darling_macro v0.21.3
8962026-08-13T20:58:02.165Z Downloaded embedded-io v0.6.1
8972026-08-13T20:58:02.168Z Downloaded yasna v0.5.2
8982026-08-13T20:58:02.168Z Downloaded tinyvec v1.10.0
8992026-08-13T20:58:02.168Z Downloaded uzers v0.12.2
9002026-08-13T20:58:02.171Z Downloaded progenitor-macro v0.13.0
9012026-08-13T20:58:02.171Z Downloaded test-strategy v0.4.5
9022026-08-13T20:58:02.174Z Downloaded smallvec v0.6.14
9032026-08-13T20:58:02.175Z Downloaded string_cache v0.8.9
9042026-08-13T20:58:02.175Z Downloaded support-bundle-viewer v0.1.2
9052026-08-13T20:58:02.178Z Downloaded memoffset v0.9.1
9062026-08-13T20:58:02.182Z Downloaded toml_edit v0.19.15
9072026-08-13T20:58:02.193Z Downloaded unicode-properties v0.1.4
9082026-08-13T20:58:02.196Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9092026-08-13T20:58:02.196Z Downloaded unicode-bidi v0.3.18
9102026-08-13T20:58:02.196Z Downloaded rand v0.10.1
9112026-08-13T20:58:02.200Z Downloaded whoami v2.1.0
9122026-08-13T20:58:02.205Z Downloaded serde_repr v0.1.20
9132026-08-13T20:58:02.208Z Downloaded signal-hook-tokio v0.3.1
9142026-08-13T20:58:02.214Z Downloaded schemars v0.9.0
9152026-08-13T20:58:02.219Z Downloaded pbkdf2 v0.13.0
9162026-08-13T20:58:02.222Z Downloaded scuffle v0.1.0
9172026-08-13T20:58:02.225Z Downloaded derive-where v1.6.0
9182026-08-13T20:58:02.225Z Downloaded indoc v2.0.7
9192026-08-13T20:58:02.229Z Downloaded stable_deref_trait v1.2.1
9202026-08-13T20:58:02.229Z Downloaded sync_wrapper v1.0.2
9212026-08-13T20:58:02.229Z Downloaded phf_shared v0.11.3
9222026-08-13T20:58:02.234Z Downloaded nu-ansi-term v0.50.3
9232026-08-13T20:58:02.238Z Downloaded trait-variant v0.1.2
9242026-08-13T20:58:02.238Z Downloaded typify-macro v0.6.2
9252026-08-13T20:58:02.238Z Downloaded ecdsa v0.17.0
9262026-08-13T20:58:02.242Z Downloaded scheduled-thread-pool v0.2.7
9272026-08-13T20:58:02.242Z Downloaded yansi v1.0.1
9282026-08-13T20:58:02.242Z Downloaded zerocopy v0.6.6
9292026-08-13T20:58:02.242Z Downloaded scopeguard v1.2.0
9302026-08-13T20:58:02.245Z Downloaded tokio-stream v0.1.18
9312026-08-13T20:58:02.245Z Downloaded num_enum v0.5.11
9322026-08-13T20:58:02.248Z Downloaded secrecy v0.10.3
9332026-08-13T20:58:02.252Z Downloaded slog-bunyan v2.5.0
9342026-08-13T20:58:02.252Z Downloaded pem-rfc7468 v1.0.0
9352026-08-13T20:58:02.252Z Downloaded unarray v0.1.4
9362026-08-13T20:58:02.252Z Downloaded utf-8 v0.7.6
9372026-08-13T20:58:02.255Z Downloaded darling_macro v0.20.11
9382026-08-13T20:58:02.255Z Downloaded oso v0.27.3
9392026-08-13T20:58:02.279Z Downloaded spin v0.9.8
9402026-08-13T20:58:02.279Z Downloaded term v0.7.0
9412026-08-13T20:58:02.279Z Downloaded cookie v0.18.1
9422026-08-13T20:58:02.279Z Downloaded rand_core v0.6.4
9432026-08-13T20:58:02.279Z Downloaded native-tls v0.2.18
9442026-08-13T20:58:02.279Z Downloaded module-lattice v0.2.3
9452026-08-13T20:58:02.279Z Downloaded structmeta v0.3.0
9462026-08-13T20:58:02.279Z Downloaded rsa v0.9.10
9472026-08-13T20:58:02.279Z Downloaded time-core v0.1.8
9482026-08-13T20:58:02.279Z Downloaded typed-path v0.9.3
9492026-08-13T20:58:02.279Z Downloaded postgres-types v0.2.12
9502026-08-13T20:58:02.283Z Downloaded darling_core v0.23.0
9512026-08-13T20:58:02.283Z Downloaded illumos-nvpair-sys v0.2.0
9522026-08-13T20:58:02.283Z Downloaded managed v0.8.0
9532026-08-13T20:58:02.283Z Downloaded xattr v1.6.1
9542026-08-13T20:58:02.287Z Downloaded salsa20 v0.11.0
9552026-08-13T20:58:02.287Z Downloaded serdect v0.4.3
9562026-08-13T20:58:02.290Z Downloaded zerofrom-derive v0.1.6
9572026-08-13T20:58:02.290Z Downloaded hashbrown v0.15.5
9582026-08-13T20:58:02.298Z Downloaded ingot v0.2.1
9592026-08-13T20:58:02.302Z Downloaded spki v0.7.3
9602026-08-13T20:58:02.302Z Downloaded diff v0.1.13
9612026-08-13T20:58:02.305Z Downloaded schemars v1.2.1
9622026-08-13T20:58:02.311Z Downloaded pkcs5 v0.8.1
9632026-08-13T20:58:02.315Z Downloaded rustls-platform-verifier v0.6.2
9642026-08-13T20:58:02.319Z Downloaded icu_normalizer v2.1.1
9652026-08-13T20:58:02.322Z Downloaded jobserver v0.1.34
9662026-08-13T20:58:02.322Z Downloaded similar v2.7.0
9672026-08-13T20:58:02.322Z Downloaded tinystr v0.8.2
9682026-08-13T20:58:02.326Z Downloaded quick-error v1.2.3
9692026-08-13T20:58:02.326Z Downloaded crc32fast v1.5.0
9702026-08-13T20:58:02.326Z Downloaded poly1305 v0.8.0
9712026-08-13T20:58:02.330Z Downloaded r2d2 v0.8.10
9722026-08-13T20:58:02.330Z Downloaded rustls-native-certs v0.8.3
9732026-08-13T20:58:02.330Z Downloaded futures-util v0.3.32
9742026-08-13T20:58:02.337Z Downloaded usdt-impl v0.6.0
9752026-08-13T20:58:02.340Z Downloaded progenitor v0.14.0
9762026-08-13T20:58:02.340Z Downloaded serde_plain v1.0.2
9772026-08-13T20:58:02.340Z Downloaded darling v0.21.3
9782026-08-13T20:58:02.344Z Downloaded ena v0.14.4
9792026-08-13T20:58:02.344Z Downloaded crossbeam-channel v0.5.15
9802026-08-13T20:58:02.348Z Downloaded keccak v0.1.6
9812026-08-13T20:58:02.348Z Downloaded nibble_vec v0.1.0
9822026-08-13T20:58:02.348Z Downloaded nodrop v0.1.14
9832026-08-13T20:58:02.352Z Downloaded quinn v0.11.11
9842026-08-13T20:58:02.352Z Downloaded steno v0.4.1
9852026-08-13T20:58:02.355Z Downloaded libloading v0.8.9
9862026-08-13T20:58:02.355Z Downloaded slog-stdlog v4.1.1
9872026-08-13T20:58:02.355Z Downloaded ml-kem v0.3.2
9882026-08-13T20:58:02.358Z Downloaded phf_shared v0.12.1
9892026-08-13T20:58:02.359Z Downloaded impl-trait-for-tuples v0.2.3
9902026-08-13T20:58:02.359Z Downloaded serde_urlencoded v0.7.1
9912026-08-13T20:58:02.363Z Downloaded thiserror-no-std v2.0.2
9922026-08-13T20:58:02.367Z Downloaded num-bigint v0.4.6
9932026-08-13T20:58:02.370Z Downloaded derive_more v0.99.20
9942026-08-13T20:58:02.374Z Downloaded dropshot_endpoint v0.17.1
9952026-08-13T20:58:02.377Z Downloaded tungstenite v0.21.0
9962026-08-13T20:58:02.377Z Downloaded pem-rfc7468 v0.7.0
9972026-08-13T20:58:02.380Z Downloaded ssh-key v0.7.0-rc.11
9982026-08-13T20:58:02.383Z Downloaded parking_lot v0.11.2
9992026-08-13T20:58:02.387Z Downloaded whoami v1.6.1
10002026-08-13T20:58:02.387Z Downloaded term v1.2.1
10012026-08-13T20:58:02.390Z Downloaded diesel_table_macro_syntax v0.3.0
10022026-08-13T20:58:02.390Z Downloaded ref-cast v1.0.25
10032026-08-13T20:58:02.390Z Downloaded rustc_version v0.4.1
10042026-08-13T20:58:02.390Z Downloaded instability v0.3.11
10052026-08-13T20:58:02.394Z Downloaded signature v3.0.0
10062026-08-13T20:58:02.394Z Downloaded rand_core v0.10.0
10072026-08-13T20:58:02.394Z Downloaded tracing-core v0.1.36
10082026-08-13T20:58:02.399Z Downloaded toml_parser v1.1.2+spec-1.1.0
10092026-08-13T20:58:02.399Z Downloaded linked-hash-map v0.5.6
10102026-08-13T20:58:02.399Z Downloaded newline-converter v0.3.0
10112026-08-13T20:58:02.399Z Downloaded ron v0.8.1
10122026-08-13T20:58:02.402Z Downloaded shell-words v1.1.1
10132026-08-13T20:58:02.407Z Downloaded either v1.15.0
10142026-08-13T20:58:02.412Z Downloaded zeroize v1.9.0
10152026-08-13T20:58:02.412Z Downloaded sync-ptr v0.1.4
10162026-08-13T20:58:02.412Z Downloaded sec1 v0.8.1
10172026-08-13T20:58:02.417Z Downloaded tower-http v0.6.8
10182026-08-13T20:58:02.420Z Downloaded untrusted v0.7.1
10192026-08-13T20:58:02.420Z Downloaded untrusted v0.9.0
10202026-08-13T20:58:02.420Z Downloaded crossterm v0.28.1
10212026-08-13T20:58:02.423Z Downloaded rand v0.8.6
10222026-08-13T20:58:02.427Z Downloaded ipnetwork v0.21.1
10232026-08-13T20:58:02.427Z Downloaded nonempty v0.12.0
10242026-08-13T20:58:02.430Z Downloaded slog-json v2.6.1
10252026-08-13T20:58:02.430Z Downloaded spki v0.8.0
10262026-08-13T20:58:02.433Z Downloaded tokio-macros v2.7.0
10272026-08-13T20:58:02.433Z Downloaded slog-envlogger v2.2.0
10282026-08-13T20:58:02.433Z Downloaded usdt-attr-macro v0.6.0
10292026-08-13T20:58:02.437Z Downloaded kstat-rs v0.2.5
10302026-08-13T20:58:02.441Z Downloaded jiff-core v0.1.0
10312026-08-13T20:58:02.444Z Downloaded oxide-update-engine v0.1.2
10322026-08-13T20:58:02.447Z Downloaded password-hash v0.5.0
10332026-08-13T20:58:02.447Z Downloaded powerfmt v0.2.0
10342026-08-13T20:58:02.451Z Downloaded num-iter v0.1.45
10352026-08-13T20:58:02.451Z Downloaded percent-encoding v2.3.2
10362026-08-13T20:58:02.451Z Downloaded tokio-native-tls v0.3.1
10372026-08-13T20:58:02.451Z Downloaded walkdir v2.5.0
10382026-08-13T20:58:02.454Z Downloaded crunchy v0.2.4
10392026-08-13T20:58:02.454Z Downloaded hashbrown v0.16.1
10402026-08-13T20:58:02.457Z Downloaded zerovec-derive v0.11.2
10412026-08-13T20:58:02.457Z Downloaded h2 v0.4.15
10422026-08-13T20:58:02.461Z Downloaded num-traits v0.2.19
10432026-08-13T20:58:02.466Z Downloaded toml v1.1.2+spec-1.1.0
10442026-08-13T20:58:02.470Z Downloaded unsafe-libyaml v0.2.11
10452026-08-13T20:58:02.471Z Downloaded daft v0.1.7
10462026-08-13T20:58:02.471Z Downloaded progenitor-client v0.13.0
10472026-08-13T20:58:02.471Z Downloaded rtoolbox v0.0.3
10482026-08-13T20:58:02.474Z Downloaded thiserror-impl-no-std v2.0.2
10492026-08-13T20:58:02.474Z Downloaded lock_api v0.4.14
10502026-08-13T20:58:02.474Z Downloaded cookie_store v0.22.1
10512026-08-13T20:58:02.474Z Downloaded oxide-tokio-rt v0.1.4
10522026-08-13T20:58:02.474Z Downloaded termtree v0.5.1
10532026-08-13T20:58:02.477Z Downloaded unicode-segmentation v1.12.0
10542026-08-13T20:58:02.477Z Downloaded password-hash v0.6.1
10552026-08-13T20:58:02.477Z Downloaded russh-cryptovec v0.62.0
10562026-08-13T20:58:02.482Z Downloaded universal-hash v0.5.1
10572026-08-13T20:58:02.482Z Downloaded proc-macro-error2 v2.0.1
10582026-08-13T20:58:02.482Z Downloaded ssh-cipher v0.3.0
10592026-08-13T20:58:02.489Z Downloaded nom v8.0.0
10602026-08-13T20:58:02.492Z Downloaded rand v0.9.2
10612026-08-13T20:58:02.499Z Downloaded scrypt v0.12.0
10622026-08-13T20:58:02.502Z Downloaded secrecy v0.8.0
10632026-08-13T20:58:02.502Z Downloaded zerofrom v0.1.6
10642026-08-13T20:58:02.502Z Downloaded dirs-next v2.0.0
10652026-08-13T20:58:02.502Z Downloaded document-features v0.2.12
10662026-08-13T20:58:02.506Z Downloaded tokio-test v0.4.5
10672026-08-13T20:58:02.506Z Downloaded cpufeatures v0.3.0
10682026-08-13T20:58:02.506Z Downloaded hkdf v0.12.4
10692026-08-13T20:58:02.506Z Downloaded hkdf v0.13.0
10702026-08-13T20:58:02.510Z Downloaded libbz2-rs-sys v0.2.2
10712026-08-13T20:58:02.510Z Downloaded termios v0.3.3
10722026-08-13T20:58:02.513Z Downloaded litemap v0.8.1
10732026-08-13T20:58:02.516Z Downloaded csv-core v0.1.13
10742026-08-13T20:58:02.516Z Downloaded ed25519 v3.0.0
10752026-08-13T20:58:02.516Z Downloaded vergen-lib v9.1.0
10762026-08-13T20:58:02.516Z Downloaded writeable v0.6.2
10772026-08-13T20:58:02.523Z Downloaded match_cfg v0.1.0
10782026-08-13T20:58:02.529Z Downloaded x509-cert v0.2.5
10792026-08-13T20:58:02.533Z Downloaded newtype-uuid v1.3.2
10802026-08-13T20:58:02.536Z Downloaded openssl-probe v0.1.6
10812026-08-13T20:58:02.536Z Downloaded rfc6979 v0.6.0
10822026-08-13T20:58:02.536Z Downloaded strsim v0.10.0
10832026-08-13T20:58:02.540Z Downloaded tap v1.0.1
10842026-08-13T20:58:02.543Z Downloaded lru-cache v0.1.2
10852026-08-13T20:58:02.544Z Downloaded unicode-xid v0.2.6
10862026-08-13T20:58:02.544Z Downloaded indent_write v2.2.0
10872026-08-13T20:58:02.544Z Downloaded parse-size v1.1.0
10882026-08-13T20:58:02.547Z Downloaded rand_seeder v0.4.0
10892026-08-13T20:58:02.550Z Downloaded schemars v0.8.22
10902026-08-13T20:58:02.557Z Downloaded strum_macros v0.26.4
10912026-08-13T20:58:02.563Z Downloaded aho-corasick v1.1.4
10922026-08-13T20:58:02.567Z Downloaded rustls-pemfile v2.2.0
10932026-08-13T20:58:02.570Z Downloaded socket2 v0.6.3
10942026-08-13T20:58:02.570Z Downloaded zopfli v0.8.3
10952026-08-13T20:58:02.573Z Downloaded smf v0.2.3
10962026-08-13T20:58:02.573Z Downloaded vsss-rs v3.3.4
10972026-08-13T20:58:02.573Z Downloaded critical-section v1.2.0
10982026-08-13T20:58:02.577Z Downloaded crucible-workspace-hack v0.1.0
10992026-08-13T20:58:02.577Z Downloaded rsa v0.10.0-rc.18
11002026-08-13T20:58:02.585Z Downloaded darling_core v0.13.4
11012026-08-13T20:58:02.590Z Downloaded wnaf v0.14.0
11022026-08-13T20:58:02.590Z Downloaded drift v0.2.0
11032026-08-13T20:58:02.593Z Downloaded icu_provider v2.1.1
11042026-08-13T20:58:02.593Z Downloaded serde_with v1.14.0
11052026-08-13T20:58:02.597Z Downloaded ctutils v0.4.2
11062026-08-13T20:58:02.597Z Downloaded data-encoding v2.10.0
11072026-08-13T20:58:02.600Z Downloaded der_derive v0.7.3
11082026-08-13T20:58:02.600Z Downloaded inout v0.1.4
11092026-08-13T20:58:02.600Z Downloaded crossbeam-epoch v0.9.18
11102026-08-13T20:58:02.600Z Downloaded predicates v3.1.4
11112026-08-13T20:58:02.604Z Downloaded proc-macro-crate v3.4.0
11122026-08-13T20:58:02.604Z Downloaded signature v2.2.0
11132026-08-13T20:58:02.607Z Downloaded libefi-sys v0.1.0
11142026-08-13T20:58:02.611Z Downloaded pkcs1 v0.8.0-rc.4
11152026-08-13T20:58:02.614Z Downloaded cpubits v0.1.1
11162026-08-13T20:58:02.614Z Downloaded idna_adapter v1.2.1
11172026-08-13T20:58:02.614Z Downloaded phf v0.12.1
11182026-08-13T20:58:02.614Z Downloaded stacker v0.1.23
11192026-08-13T20:58:02.617Z Downloaded topological-sort v0.2.2
11202026-08-13T20:58:02.617Z Downloaded ref-cast-impl v1.0.25
11212026-08-13T20:58:02.621Z Downloaded idna v1.1.0
11222026-08-13T20:58:02.624Z Downloaded kem v0.3.0
11232026-08-13T20:58:02.629Z Downloaded supports-color v3.0.2
11242026-08-13T20:58:02.632Z Downloaded tabwriter v1.4.1
11252026-08-13T20:58:02.632Z Downloaded progenitor-impl v0.14.0
11262026-08-13T20:58:02.636Z Downloaded slog-async v2.8.0
11272026-08-13T20:58:02.636Z Downloaded itertools v0.13.0
11282026-08-13T20:58:02.639Z Downloaded rustyline v14.0.0
11292026-08-13T20:58:02.643Z Downloaded mio v1.2.0
11302026-08-13T20:58:02.648Z Downloaded tungstenite v0.23.0
11312026-08-13T20:58:02.653Z Downloaded lru v0.12.5
11322026-08-13T20:58:02.653Z Downloaded strum_macros v0.24.3
11332026-08-13T20:58:02.657Z Downloaded ipnet v2.11.0
11342026-08-13T20:58:02.657Z Downloaded mime_guess v2.0.5
11352026-08-13T20:58:02.660Z Downloaded minimal-lexical v0.2.1
11362026-08-13T20:58:02.660Z Downloaded defmt-macros v1.0.1
11372026-08-13T20:58:02.664Z Downloaded serde_bytes v0.11.19
11382026-08-13T20:58:02.664Z Downloaded zone v0.3.1
11392026-08-13T20:58:02.664Z Downloaded dropshot-api-manager-types v0.7.2
11402026-08-13T20:58:02.664Z Downloaded darling_macro v0.23.0
11412026-08-13T20:58:02.664Z Downloaded peg-macros v0.8.5
11422026-08-13T20:58:02.667Z Downloaded sponge-cursor v0.1.0
11432026-08-13T20:58:02.670Z Downloaded zip v0.6.6
11442026-08-13T20:58:02.674Z Downloaded instant v0.1.13
11452026-08-13T20:58:02.681Z Downloaded rayon v1.11.0
11462026-08-13T20:58:02.686Z Downloaded proptest v1.11.0
11472026-08-13T20:58:02.691Z Downloaded shlex v1.3.0
11482026-08-13T20:58:02.694Z Downloaded openssl-sys v0.9.117
11492026-08-13T20:58:02.694Z Downloaded serde_with_macros v3.21.0
11502026-08-13T20:58:02.698Z Downloaded memmap2 v0.9.10
11512026-08-13T20:58:02.698Z Downloaded oxide-update-engine-display v0.1.2
11522026-08-13T20:58:02.698Z Downloaded peg v0.8.5
11532026-08-13T20:58:02.701Z Downloaded signal-hook v0.3.18
11542026-08-13T20:58:02.704Z Downloaded elliptic-curve v0.14.1
11552026-08-13T20:58:02.721Z Downloaded slog-dtrace v0.3.0
11562026-08-13T20:58:02.724Z Downloaded git2 v0.20.4
11572026-08-13T20:58:02.728Z Downloaded prettyplease v0.2.37
11582026-08-13T20:58:02.731Z Downloaded rand_chacha v0.9.0
11592026-08-13T20:58:02.731Z Downloaded time-macros v0.2.27
11602026-08-13T20:58:02.731Z Downloaded scroll_derive v0.13.1
11612026-08-13T20:58:02.731Z Downloaded url v2.5.8
11622026-08-13T20:58:02.736Z Downloaded winnow v0.5.40
11632026-08-13T20:58:02.739Z Downloaded ignore v0.4.25
11642026-08-13T20:58:02.739Z Downloaded pkcs1 v0.7.5
11652026-08-13T20:58:02.743Z Downloaded rustls-pki-types v1.14.0
11662026-08-13T20:58:02.743Z Downloaded primefield v0.14.0
11672026-08-13T20:58:02.743Z Downloaded tui-tree-widget v0.23.1
11682026-08-13T20:58:02.746Z Downloaded zerovec v0.11.5
11692026-08-13T20:58:02.750Z Downloaded serde_cbor v0.11.2
11702026-08-13T20:58:02.753Z Downloaded postcard v1.1.3
11712026-08-13T20:58:02.753Z Downloaded utf8_iter v1.0.4
11722026-08-13T20:58:02.770Z Downloaded blake3 v1.8.5
11732026-08-13T20:58:02.779Z Downloaded crypto-bigint v0.5.5
11742026-08-13T20:58:02.783Z Downloaded derive_more v2.1.1
11752026-08-13T20:58:02.789Z Downloaded regex v1.12.3
11762026-08-13T20:58:02.793Z Downloaded russh v0.62.4
11772026-08-13T20:58:02.797Z Downloaded sha3 v0.12.0
11782026-08-13T20:58:02.801Z Downloaded quinn-udp v0.5.14
11792026-08-13T20:58:02.801Z Downloaded daft-derive v0.1.7
11802026-08-13T20:58:02.804Z Downloaded tower v0.5.3
11812026-08-13T20:58:02.807Z Downloaded vergen-git2 v9.1.0
11822026-08-13T20:58:02.807Z Downloaded omicron-zone-package v0.12.3
11832026-08-13T20:58:02.811Z Downloaded des v0.9.0
11842026-08-13T20:58:02.811Z Downloaded tabled v0.20.0
11852026-08-13T20:58:02.821Z Downloaded vergen-gitcl v1.0.8
11862026-08-13T20:58:02.825Z Downloaded xshell v0.2.7
11872026-08-13T20:58:02.825Z Downloaded convert_case v0.10.0
11882026-08-13T20:58:02.825Z Downloaded toml v0.7.8
11892026-08-13T20:58:02.825Z Downloaded num-complex v0.4.6
11902026-08-13T20:58:02.825Z Downloaded pretty_assertions v1.4.1
11912026-08-13T20:58:02.828Z Downloaded tokio-rustls v0.26.4
11922026-08-13T20:58:02.828Z Downloaded reqwest v0.13.2
11932026-08-13T20:58:02.831Z Downloaded salty v0.3.0
11942026-08-13T20:58:02.835Z Downloaded p384 v0.14.0
11952026-08-13T20:58:02.835Z Downloaded ppv-lite86 v0.2.21
11962026-08-13T20:58:02.838Z Downloaded unicode-normalization v0.1.25
11972026-08-13T20:58:02.838Z Downloaded vcpkg v0.2.15
11982026-08-13T20:58:02.859Z Downloaded samael v0.0.19
11992026-08-13T20:58:02.863Z Downloaded tar v0.4.46
12002026-08-13T20:58:02.866Z Downloaded p521 v0.14.0
12012026-08-13T20:58:02.866Z Downloaded socket2 v0.5.10
12022026-08-13T20:58:02.869Z Downloaded aws-lc-rs v1.16.3
12032026-08-13T20:58:02.874Z Downloaded bindgen v0.71.1
12042026-08-13T20:58:02.877Z Downloaded schemars_derive v0.8.22
12052026-08-13T20:58:02.877Z Downloaded reqwest v0.12.28
12062026-08-13T20:58:02.880Z Downloaded derive_more-impl v2.1.1
12072026-08-13T20:58:02.883Z Downloaded goblin v0.10.5
12082026-08-13T20:58:02.887Z Downloaded icu_normalizer_data v2.1.1
12092026-08-13T20:58:02.890Z Downloaded rawzip v0.4.4
12102026-08-13T20:58:02.890Z Downloaded itertools v0.15.0
12112026-08-13T20:58:02.894Z Downloaded darling v0.23.0
12122026-08-13T20:58:02.897Z Downloaded libxml v0.3.3
12132026-08-13T20:58:02.900Z Downloaded regex-syntax v0.6.29
12142026-08-13T20:58:02.904Z Downloaded elliptic-curve v0.13.8
12152026-08-13T20:58:02.908Z Downloaded miniz_oxide v0.8.9
12162026-08-13T20:58:02.912Z Downloaded diesel_derives v2.3.7
12172026-08-13T20:58:02.917Z Downloaded num-bigint-dig v0.8.6
12182026-08-13T20:58:02.924Z Downloaded nom v7.1.3
12192026-08-13T20:58:02.928Z Downloaded zlib-rs v0.6.2
12202026-08-13T20:58:02.931Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-08-13T20:58:02.940Z Downloaded quick-xml v0.37.5
12222026-08-13T20:58:02.943Z Downloaded qorb v0.4.1
12232026-08-13T20:58:02.947Z Downloaded iri-string v0.7.10
12242026-08-13T20:58:02.953Z Downloaded chrono v0.4.45
12252026-08-13T20:58:02.956Z Downloaded libm v0.2.16
12262026-08-13T20:58:02.959Z Downloaded quinn-proto v0.11.16
12272026-08-13T20:58:02.962Z Downloaded smoltcp v0.9.1
12282026-08-13T20:58:02.967Z Downloaded bitvec v1.0.1
12292026-08-13T20:58:02.991Z Downloaded publicsuffix v2.3.0
12302026-08-13T20:58:03.003Z Downloaded der v0.7.10
12312026-08-13T20:58:03.007Z Downloaded ed25519-dalek v2.2.0
12322026-08-13T20:58:03.016Z Downloaded tokio-postgres v0.7.16
12332026-08-13T20:58:03.023Z Downloaded moka v0.12.13
12342026-08-13T20:58:03.031Z Downloaded itertools v0.10.5
12352026-08-13T20:58:03.035Z Downloaded object v0.30.4
12362026-08-13T20:58:03.041Z Downloaded tokio-util v0.7.18
12372026-08-13T20:58:03.044Z Downloaded winnow v1.0.3
12382026-08-13T20:58:03.050Z Downloaded icu_properties_data v2.1.2
12392026-08-13T20:58:03.055Z Downloaded rustls v0.23.41
12402026-08-13T20:58:03.062Z Downloaded tough v0.22.0
12412026-08-13T20:58:03.068Z Downloaded zip v4.6.1
12422026-08-13T20:58:03.071Z Downloaded smoltcp v0.11.0
12432026-08-13T20:58:03.077Z Downloaded der v0.8.0
12442026-08-13T20:58:03.081Z Downloaded iddqd v0.4.2
12452026-08-13T20:58:03.085Z Downloaded serde_with v3.21.0
12462026-08-13T20:58:03.093Z Downloaded ed25519-dalek v3.0.0
12472026-08-13T20:58:03.096Z Downloaded internal-russh-num-bigint v0.5.0
12482026-08-13T20:58:03.100Z Downloaded reedline v0.40.0
12492026-08-13T20:58:03.103Z Downloaded p384 v0.13.1
12502026-08-13T20:58:03.106Z Downloaded hickory-proto v0.24.4
12512026-08-13T20:58:03.114Z Downloaded petname v2.0.2
12522026-08-13T20:58:03.118Z Downloaded portable-atomic v1.13.1
12532026-08-13T20:58:03.122Z Downloaded dropshot-api-manager v0.7.2
12542026-08-13T20:58:03.126Z Downloaded lalrpop v0.19.12
12552026-08-13T20:58:03.135Z Downloaded curve25519-dalek v4.1.3
12562026-08-13T20:58:03.143Z Downloaded hickory-proto v0.25.2
12572026-08-13T20:58:03.153Z Downloaded crypto-bigint v0.7.5
12582026-08-13T20:58:03.160Z Downloaded zerocopy v0.8.40
12592026-08-13T20:58:03.165Z Downloaded time v0.3.47
12602026-08-13T20:58:03.171Z Downloaded nix v0.27.1
12612026-08-13T20:58:03.177Z Downloaded winnow v0.6.26
12622026-08-13T20:58:03.181Z Downloaded crossterm v0.29.0
12632026-08-13T20:58:03.185Z Downloaded crypto-primes v0.7.2
12642026-08-13T20:58:03.188Z Downloaded regress v0.11.1
12652026-08-13T20:58:03.193Z Downloaded curve25519-dalek v5.0.0
12662026-08-13T20:58:03.198Z Downloaded itertools v0.12.1
12672026-08-13T20:58:03.201Z Downloaded bstr v1.12.1
12682026-08-13T20:58:03.206Z Downloaded itertools v0.14.0
12692026-08-13T20:58:03.209Z Downloaded nix v0.31.2
12702026-08-13T20:58:03.215Z Downloaded openssl v0.10.80
12712026-08-13T20:58:03.222Z Downloaded dropshot v0.17.1
12722026-08-13T20:58:03.234Z Downloaded nix v0.28.0
12732026-08-13T20:58:03.238Z Downloaded openapiv3 v2.2.0
12742026-08-13T20:58:03.244Z Downloaded sqlparser v0.61.0
12752026-08-13T20:58:03.249Z Downloaded polar-core v0.27.3
12762026-08-13T20:58:03.266Z Downloaded regress v0.10.5
12772026-08-13T20:58:03.286Z Downloaded radix_trie v0.2.1
12782026-08-13T20:58:03.292Z Downloaded sha3 v0.11.0
12792026-08-13T20:58:03.298Z Downloaded regex-automata v0.4.14
12802026-08-13T20:58:03.307Z Downloaded zerocopy-derive v0.6.6
12812026-08-13T20:58:03.358Z Downloaded ratatui v0.29.0
12822026-08-13T20:58:03.370Z Downloaded jiff v0.2.34
12832026-08-13T20:58:03.379Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-08-13T20:58:03.393Z Downloaded sha3 v0.10.8
12852026-08-13T20:58:03.400Z Downloaded tokio v1.52.1
12862026-08-13T20:58:03.423Z Downloaded csv v1.4.0
12872026-08-13T20:58:03.434Z Downloaded libz-sys v1.1.24
12882026-08-13T20:58:03.445Z Downloaded regex-syntax v0.8.10
12892026-08-13T20:58:03.458Z Downloaded sled v0.34.7
12902026-08-13T20:58:03.458Z Downloaded rustix v0.38.44
12912026-08-13T20:58:03.466Z Downloaded object v0.37.3
12922026-08-13T20:58:03.514Z Downloaded tracing v0.1.44
12932026-08-13T20:58:03.525Z Downloaded diesel v2.3.7
12942026-08-13T20:58:03.536Z Downloaded typify-impl v0.6.2
12952026-08-13T20:58:03.544Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-08-13T20:58:03.575Z Downloaded petgraph v0.6.5
12972026-08-13T20:58:03.594Z Downloaded chrono-tz v0.10.4
12982026-08-13T20:58:03.617Z Downloaded petgraph v0.8.3
12992026-08-13T20:58:03.790Z Downloaded encoding_rs v0.8.35
13002026-08-13T20:58:03.866Z Downloaded ring v0.17.14
13012026-08-13T20:58:03.913Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-08-13T20:58:04.481Z Downloaded aws-lc-sys v0.40.0
13032026-08-13T20:58:04.750Z Compiling libc v0.2.185
13042026-08-13T20:58:04.750Z Compiling serde_core v1.0.228
13052026-08-13T20:58:04.753Z Compiling serde v1.0.228
13062026-08-13T20:58:04.754Z Compiling log v0.4.29
13072026-08-13T20:58:04.754Z Compiling smallvec v1.15.1
13082026-08-13T20:58:04.754Z Compiling shlex v1.3.0
13092026-08-13T20:58:04.754Z Compiling find-msvc-tools v0.1.9
13102026-08-13T20:58:04.754Z Compiling subtle v2.6.1
13112026-08-13T20:58:04.926Z Compiling scopeguard v1.2.0
13122026-08-13T20:58:04.936Z Compiling stable_deref_trait v1.2.1
13132026-08-13T20:58:04.940Z Compiling typenum v1.20.1
13142026-08-13T20:58:04.940Z Compiling zerocopy v0.8.40
13152026-08-13T20:58:04.940Z Compiling portable-atomic v1.13.1
13162026-08-13T20:58:04.973Z Compiling serde_json v1.0.151
13172026-08-13T20:58:05.024Z Compiling syn v2.0.117
13182026-08-13T20:58:05.038Z Compiling critical-section v1.2.0
13192026-08-13T20:58:05.082Z Compiling libm v0.2.16
13202026-08-13T20:58:05.097Z Compiling num-traits v0.2.19
13212026-08-13T20:58:05.110Z Compiling lock_api v0.4.14
13222026-08-13T20:58:05.130Z Compiling pkg-config v0.3.32
13232026-08-13T20:58:05.143Z Compiling generic-array v0.14.7
13242026-08-13T20:58:05.161Z Compiling getrandom v0.4.1
13252026-08-13T20:58:05.185Z Compiling parking_lot_core v0.9.12
13262026-08-13T20:58:05.227Z Compiling pin-project-lite v0.2.17
13272026-08-13T20:58:05.271Z Compiling const-oid v0.9.6
13282026-08-13T20:58:05.350Z Compiling rand_core v0.10.0
13292026-08-13T20:58:05.380Z Compiling futures-core v0.3.32
13302026-08-13T20:58:05.384Z Compiling writeable v0.6.2
13312026-08-13T20:58:05.455Z Compiling litemap v0.8.1
13322026-08-13T20:58:05.484Z Compiling percent-encoding v2.3.2
13332026-08-13T20:58:05.527Z Compiling icu_normalizer_data v2.1.1
13342026-08-13T20:58:05.543Z Compiling icu_properties_data v2.1.2
13352026-08-13T20:58:05.572Z Compiling getrandom v0.3.4
13362026-08-13T20:58:05.579Z Compiling futures-sink v0.3.32
13372026-08-13T20:58:05.618Z Compiling rustix v1.1.3
13382026-08-13T20:58:05.633Z Compiling futures-io v0.3.32
13392026-08-13T20:58:05.659Z Compiling futures-task v0.3.32
13402026-08-13T20:58:05.694Z Compiling futures-channel v0.3.32
13412026-08-13T20:58:05.710Z Compiling slab v0.4.12
13422026-08-13T20:58:05.723Z Compiling utf8_iter v1.0.4
13432026-08-13T20:58:05.759Z Compiling errno v0.3.14
13442026-08-13T20:58:05.773Z Compiling jobserver v0.1.34
13452026-08-13T20:58:05.800Z Compiling getrandom v0.2.17
13462026-08-13T20:58:05.876Z Compiling signal-hook-registry v1.4.8
13472026-08-13T20:58:05.892Z Compiling mio v1.2.0
13482026-08-13T20:58:05.951Z Compiling once_cell v1.21.3
13492026-08-13T20:58:05.987Z Compiling cc v1.2.56
13502026-08-13T20:58:06.007Z Compiling rand_core v0.6.4
13512026-08-13T20:58:06.041Z Compiling parking_lot v0.12.5
13522026-08-13T20:58:06.044Z Compiling socket2 v0.6.3
13532026-08-13T20:58:06.086Z Compiling form_urlencoded v1.2.2
13542026-08-13T20:58:06.102Z Compiling rustversion v1.0.22
13552026-08-13T20:58:06.148Z Compiling base64ct v1.8.3
13562026-08-13T20:58:06.164Z Compiling iana-time-zone v0.1.65
13572026-08-13T20:58:06.183Z Compiling dunce v1.0.5
13582026-08-13T20:58:06.200Z Compiling fs_extra v1.3.0
13592026-08-13T20:58:06.302Z Compiling flagset v0.4.7
13602026-08-13T20:58:06.317Z Compiling ident_case v1.0.1
13612026-08-13T20:58:06.320Z Compiling regex-syntax v0.8.10
13622026-08-13T20:58:06.374Z Compiling base64 v0.22.1
13632026-08-13T20:58:06.396Z Compiling pem-rfc7468 v0.7.0
13642026-08-13T20:58:06.447Z Compiling syn v1.0.109
13652026-08-13T20:58:06.464Z Compiling vcpkg v0.2.15
13662026-08-13T20:58:06.467Z Compiling tracing-core v0.1.36
13672026-08-13T20:58:06.493Z Compiling rand_core v0.9.5
13682026-08-13T20:58:06.521Z Compiling aws-lc-rs v1.16.3
13692026-08-13T20:58:06.521Z Compiling schemars v0.8.22
13702026-08-13T20:58:06.579Z Compiling cpufeatures v0.2.17
13712026-08-13T20:58:06.632Z Compiling dyn-clone v1.0.20
13722026-08-13T20:58:06.666Z Compiling spin v0.9.8
13732026-08-13T20:58:06.718Z Compiling cmake v0.1.57
13742026-08-13T20:58:06.721Z Compiling cmov v0.5.4
13752026-08-13T20:58:06.777Z Compiling tinyvec_macros v0.1.1
13762026-08-13T20:58:06.792Z Compiling httparse v1.10.1
13772026-08-13T20:58:06.820Z Compiling openssl-probe v0.2.1
13782026-08-13T20:58:06.837Z Compiling crc32fast v1.5.0
13792026-08-13T20:58:06.873Z Compiling tinyvec v1.10.0
13802026-08-13T20:58:06.887Z Compiling aho-corasick v1.1.4
13812026-08-13T20:58:06.913Z Compiling radium v0.7.0
13822026-08-13T20:58:06.958Z Compiling ctutils v0.4.2
13832026-08-13T20:58:07.009Z Compiling atomic-waker v1.1.2
13842026-08-13T20:58:07.043Z Compiling bitflags v2.11.0
13852026-08-13T20:58:07.149Z Compiling semver v1.0.28
13862026-08-13T20:58:07.179Z Compiling indexmap v2.14.0
13872026-08-13T20:58:07.202Z Compiling uuid v1.23.4
13882026-08-13T20:58:07.242Z Compiling untrusted v0.7.1
13892026-08-13T20:58:07.261Z Compiling tower-layer v0.3.3
13902026-08-13T20:58:07.288Z Compiling tower-service v0.3.3
13912026-08-13T20:58:07.304Z Compiling try-lock v0.2.5
13922026-08-13T20:58:07.377Z Compiling rustc_version v0.4.1
13932026-08-13T20:58:07.417Z Compiling want v0.3.1
13942026-08-13T20:58:07.438Z Compiling openssl v0.10.80
13952026-08-13T20:58:07.452Z Compiling httpdate v1.0.3
13962026-08-13T20:58:07.486Z Compiling simd-adler32 v0.3.8
13972026-08-13T20:58:07.502Z Compiling rustls v0.23.41
13982026-08-13T20:58:07.598Z Compiling aws-lc-sys v0.40.0
13992026-08-13T20:58:07.612Z Compiling openssl-sys v0.9.117
14002026-08-13T20:58:07.648Z Compiling foreign-types-shared v0.1.1
14012026-08-13T20:58:07.695Z Compiling tap v1.0.1
14022026-08-13T20:58:07.699Z Compiling maybe-uninit v2.0.0
14032026-08-13T20:58:07.725Z Compiling untrusted v0.9.0
14042026-08-13T20:58:07.729Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-08-13T20:58:07.776Z Compiling foreign-types v0.3.2
14062026-08-13T20:58:07.842Z Compiling synstructure v0.13.2
14072026-08-13T20:58:07.874Z Compiling serde_derive_internals v0.29.1
14082026-08-13T20:58:07.902Z Compiling pest_generator v2.8.6
14092026-08-13T20:58:07.902Z Compiling regex-automata v0.4.14
14102026-08-13T20:58:07.934Z Compiling darling_core v0.20.11
14112026-08-13T20:58:07.959Z Compiling wyz v0.5.1
14122026-08-13T20:58:08.124Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-08-13T20:58:08.166Z Compiling tempfile v3.25.0
14142026-08-13T20:58:08.171Z Compiling terminal_size v0.4.3
14152026-08-13T20:58:08.354Z Compiling unicode-normalization v0.1.25
14162026-08-13T20:58:08.421Z Compiling num-integer v0.1.46
14172026-08-13T20:58:08.437Z Compiling wait-timeout v0.2.1
14182026-08-13T20:58:08.456Z Compiling ahash v0.8.12
14192026-08-13T20:58:08.573Z Compiling num-bigint-dig v0.8.6
14202026-08-13T20:58:08.591Z Compiling time-core v0.1.8
14212026-08-13T20:58:08.626Z Compiling funty v2.0.0
14222026-08-13T20:58:08.685Z Compiling adler2 v2.0.1
14232026-08-13T20:58:08.700Z Compiling num-conv v0.2.0
14242026-08-13T20:58:08.726Z Compiling bit-vec v0.8.0
14252026-08-13T20:58:08.764Z Compiling native-tls v0.2.18
14262026-08-13T20:58:08.779Z Compiling quick-error v1.2.3
14272026-08-13T20:58:08.795Z Compiling packed_struct v0.10.1
14282026-08-13T20:58:08.809Z Compiling powerfmt v0.2.0
14292026-08-13T20:58:08.838Z Compiling miniz_oxide v0.8.9
14302026-08-13T20:58:08.854Z Compiling time-macros v0.2.27
14312026-08-13T20:58:08.857Z Compiling clap_builder v4.6.0
14322026-08-13T20:58:08.884Z Compiling rusty-fork v0.3.1
14332026-08-13T20:58:08.917Z Compiling num-iter v0.1.45
14342026-08-13T20:58:08.956Z Compiling deranged v0.5.8
14352026-08-13T20:58:08.994Z Compiling bitvec v1.0.1
14362026-08-13T20:58:09.029Z Compiling bit-set v0.8.0
14372026-08-13T20:58:09.177Z Compiling lazy_static v1.5.0
14382026-08-13T20:58:09.211Z Compiling rand_xorshift v0.4.0
14392026-08-13T20:58:09.228Z Compiling anstyle-parse v0.2.7
14402026-08-13T20:58:09.243Z Compiling sync_wrapper v1.0.2
14412026-08-13T20:58:09.285Z Compiling indexmap v1.9.3
14422026-08-13T20:58:09.364Z Compiling paste v1.0.15
14432026-08-13T20:58:09.391Z Compiling usdt-impl v0.6.0
14442026-08-13T20:58:09.428Z Compiling nodrop v0.1.14
14452026-08-13T20:58:09.492Z Compiling zlib-rs v0.6.2
14462026-08-13T20:58:09.508Z Compiling siphasher v1.0.2
14472026-08-13T20:58:09.536Z Compiling unarray v0.1.4
14482026-08-13T20:58:09.596Z Compiling serde_derive v1.0.228
14492026-08-13T20:58:09.629Z Compiling zeroize_derive v1.5.0
14502026-08-13T20:58:09.655Z Compiling zerocopy-derive v0.8.40
14512026-08-13T20:58:09.671Z Compiling zerofrom-derive v0.1.6
14522026-08-13T20:58:09.714Z Compiling yoke-derive v0.8.1
14532026-08-13T20:58:09.974Z Compiling zerovec-derive v0.11.2
14542026-08-13T20:58:09.989Z Compiling displaydoc v0.2.5
14552026-08-13T20:58:10.015Z Compiling tokio-macros v2.7.0
14562026-08-13T20:58:10.305Z Compiling futures-macro v0.3.32
14572026-08-13T20:58:10.322Z Compiling zeroize v1.9.0
14582026-08-13T20:58:10.553Z Compiling thiserror-impl v2.0.18
14592026-08-13T20:58:10.800Z Compiling der_derive v0.7.3
14602026-08-13T20:58:10.826Z Compiling tracing-attributes v0.1.31
14612026-08-13T20:58:10.921Z Compiling rustls-pki-types v1.14.0
14622026-08-13T20:58:10.950Z Compiling schemars_derive v0.8.22
14632026-08-13T20:58:11.152Z Compiling zerofrom v0.1.6
14642026-08-13T20:58:11.173Z Compiling block-buffer v0.10.4
14652026-08-13T20:58:11.191Z Compiling crypto-common v0.1.7
14662026-08-13T20:58:11.196Z Compiling futures-util v0.3.32
14672026-08-13T20:58:11.297Z Compiling yoke v0.8.1
14682026-08-13T20:58:11.359Z Compiling digest v0.10.7
14692026-08-13T20:58:11.373Z Compiling hybrid-array v0.4.13
14702026-08-13T20:58:11.415Z Compiling scroll_derive v0.13.1
14712026-08-13T20:58:11.502Z Compiling zerovec v0.11.5
14722026-08-13T20:58:11.629Z Compiling zerotrie v0.2.3
14732026-08-13T20:58:11.810Z Compiling der v0.7.10
14742026-08-13T20:58:11.948Z Compiling tinystr v0.8.2
14752026-08-13T20:58:11.963Z Compiling potential_utf v0.1.4
14762026-08-13T20:58:12.032Z Compiling thiserror v2.0.18
14772026-08-13T20:58:12.049Z Compiling sha2 v0.10.9
14782026-08-13T20:58:12.161Z Compiling icu_locale_core v2.1.1
14792026-08-13T20:58:12.182Z Compiling icu_collections v2.1.1
14802026-08-13T20:58:12.197Z Compiling pest_derive v2.8.6
14812026-08-13T20:58:12.201Z Compiling signature v2.2.0
14822026-08-13T20:58:12.253Z Compiling darling_macro v0.20.11
14832026-08-13T20:58:12.257Z Compiling tracing v0.1.44
14842026-08-13T20:58:12.284Z Compiling scroll v0.13.0
14852026-08-13T20:58:12.287Z Compiling openssl-macros v0.1.1
14862026-08-13T20:58:12.416Z Compiling thiserror-impl v1.0.69
14872026-08-13T20:58:12.554Z Compiling goblin v0.10.5
14882026-08-13T20:58:12.580Z Compiling hmac v0.12.1
14892026-08-13T20:58:12.701Z Compiling spki v0.7.3
14902026-08-13T20:58:12.706Z Compiling packed_struct_codegen v0.10.1
14912026-08-13T20:58:12.755Z Compiling bitfield-macros v0.19.4
14922026-08-13T20:58:12.803Z Compiling darling v0.20.11
14932026-08-13T20:58:12.849Z Compiling icu_provider v2.1.1
14942026-08-13T20:58:12.927Z Compiling pkcs8 v0.10.2
14952026-08-13T20:58:12.958Z Compiling zerocopy-derive v0.6.6
14962026-08-13T20:58:13.104Z Compiling icu_properties v2.1.2
14972026-08-13T20:58:13.127Z Compiling icu_normalizer v2.1.1
14982026-08-13T20:58:13.169Z Compiling clap_derive v4.6.1
14992026-08-13T20:58:13.205Z Compiling crossbeam-utils v0.8.21
15002026-08-13T20:58:13.319Z Compiling bytes v1.11.1
15012026-08-13T20:58:13.430Z Compiling chrono v0.4.45
15022026-08-13T20:58:13.522Z Compiling ipnet v2.11.0
15032026-08-13T20:58:13.578Z Compiling hex v0.4.3
15042026-08-13T20:58:13.616Z Compiling toml_datetime v0.6.11
15052026-08-13T20:58:13.694Z Compiling serde_spanned v0.6.9
15062026-08-13T20:58:13.789Z Compiling thiserror v1.0.69
15072026-08-13T20:58:13.847Z Compiling tokio v1.52.1
15082026-08-13T20:58:13.862Z Compiling http v1.4.2
15092026-08-13T20:58:13.866Z Compiling num_threads v0.1.7
15102026-08-13T20:58:13.893Z Compiling crc-catalog v2.4.0
15112026-08-13T20:58:13.912Z Compiling zerocopy v0.6.6
15122026-08-13T20:58:13.962Z Compiling time v0.3.47
15132026-08-13T20:58:13.988Z Compiling idna_adapter v1.2.1
15142026-08-13T20:58:14.002Z Compiling crc v3.4.0
15152026-08-13T20:58:14.049Z Compiling bitfield v0.19.4
15162026-08-13T20:58:14.147Z Compiling ppv-lite86 v0.2.21
15172026-08-13T20:58:14.219Z Compiling idna v1.1.0
15182026-08-13T20:58:14.286Z Compiling pkcs1 v0.7.5
15192026-08-13T20:58:14.363Z Compiling derive_builder_core v0.20.2
15202026-08-13T20:58:14.378Z Compiling dtrace-parser v0.3.0
15212026-08-13T20:58:14.495Z Compiling rand_chacha v0.9.0
15222026-08-13T20:58:14.509Z Compiling url v2.5.8
15232026-08-13T20:58:14.699Z Compiling rand v0.9.2
15242026-08-13T20:58:14.788Z Compiling http-body v1.0.1
15252026-08-13T20:58:14.842Z Compiling rand_chacha v0.3.1
15262026-08-13T20:58:14.890Z Compiling flate2 v1.1.9
15272026-08-13T20:58:14.961Z Compiling http-body-util v0.1.3
15282026-08-13T20:58:14.978Z Compiling clap v4.6.1
15292026-08-13T20:58:15.138Z Compiling rand v0.8.6
15302026-08-13T20:58:15.274Z Compiling proptest v1.11.0
15312026-08-13T20:58:15.325Z Compiling dof v0.4.0
15322026-08-13T20:58:15.328Z Compiling scroll_derive v0.12.1
15332026-08-13T20:58:15.355Z Compiling structmeta-derive v0.3.0
15342026-08-13T20:58:15.359Z Compiling array-init v0.0.4
15352026-08-13T20:58:15.505Z Compiling anstream v0.6.21
15362026-08-13T20:58:15.561Z Compiling smallvec v0.6.14
15372026-08-13T20:58:15.576Z Compiling darling_core v0.23.0
15382026-08-13T20:58:15.639Z Compiling heapless v0.7.17
15392026-08-13T20:58:15.727Z Compiling slog v2.8.2
15402026-08-13T20:58:15.830Z Compiling thread-id v5.1.0
15412026-08-13T20:58:15.853Z Compiling env_filter v1.0.0
15422026-08-13T20:58:15.905Z Compiling ipnetwork v0.21.1
15432026-08-13T20:58:15.928Z Compiling cookie v0.18.1
15442026-08-13T20:58:15.941Z Compiling anyhow v1.0.102
15452026-08-13T20:58:15.957Z Compiling ryu v1.0.23
15462026-08-13T20:58:16.041Z Compiling unicode-properties v0.1.4
15472026-08-13T20:58:16.118Z Compiling base64 v0.21.7
15482026-08-13T20:58:16.131Z Compiling signal-hook v0.3.18
15492026-08-13T20:58:16.151Z Compiling iri-string v0.7.10
15502026-08-13T20:58:16.167Z Compiling zstd-safe v7.2.4
15512026-08-13T20:58:16.266Z Compiling allocator-api2 v0.2.21
15522026-08-13T20:58:16.280Z Compiling winnow v0.5.40
15532026-08-13T20:58:16.320Z Compiling unicode-bidi v0.3.18
15542026-08-13T20:58:16.323Z Compiling hashbrown v0.12.3
15552026-08-13T20:58:16.405Z Compiling ron v0.8.1
15562026-08-13T20:58:16.444Z Compiling oxnet v0.1.6
15572026-08-13T20:58:16.474Z Compiling structmeta v0.3.0
15582026-08-13T20:58:16.617Z Compiling serde_urlencoded v0.7.1
15592026-08-13T20:58:16.688Z Compiling stringprep v0.1.5
15602026-08-13T20:58:16.707Z Compiling scroll v0.12.0
15612026-08-13T20:58:16.816Z Compiling rsa v0.9.10
15622026-08-13T20:58:16.882Z Compiling env_logger v0.11.9
15632026-08-13T20:58:16.930Z Compiling serde-hex v0.1.0
15642026-08-13T20:58:16.966Z Compiling camino v1.2.2
15652026-08-13T20:58:16.991Z Compiling bzip2 v0.4.4
15662026-08-13T20:58:17.217Z Compiling derive_builder_macro v0.20.2
15672026-08-13T20:58:17.250Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15682026-08-13T20:58:17.265Z Compiling hashbrown v0.13.2
15692026-08-13T20:58:17.359Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15702026-08-13T20:58:17.374Z Compiling serde_tokenstream v0.2.3
15712026-08-13T20:58:17.562Z Compiling toml_edit v0.19.15
15722026-08-13T20:58:17.678Z Compiling tokio-util v0.7.18
15732026-08-13T20:58:17.678Z Compiling tower v0.5.3
15742026-08-13T20:58:17.717Z Compiling newtype-uuid v1.3.2
15752026-08-13T20:58:17.733Z Compiling tokio-native-tls v0.3.1
15762026-08-13T20:58:17.749Z Compiling erased-serde v0.3.31
15772026-08-13T20:58:17.767Z Compiling x509-cert v0.2.5
15782026-08-13T20:58:17.880Z Compiling block-padding v0.4.2
15792026-08-13T20:58:17.970Z Compiling block-buffer v0.12.1
15802026-08-13T20:58:18.069Z Compiling crypto-common v0.2.2
15812026-08-13T20:58:18.100Z Compiling darling_macro v0.23.0
15822026-08-13T20:58:18.125Z Compiling tower-http v0.6.8
15832026-08-13T20:58:18.188Z Compiling md-5 v0.10.6
15842026-08-13T20:58:18.205Z Compiling rustls-native-certs v0.8.3
15852026-08-13T20:58:18.314Z Compiling bstr v1.12.1
15862026-08-13T20:58:18.373Z Compiling zerocopy-derive v0.7.35
15872026-08-13T20:58:18.519Z Compiling h2 v0.4.15
15882026-08-13T20:58:18.553Z Compiling pin-project-internal v1.1.11
15892026-08-13T20:58:18.629Z Compiling daft-derive v0.1.7
15902026-08-13T20:58:18.727Z Compiling async-trait v0.1.89
15912026-08-13T20:58:18.781Z Compiling curve25519-dalek v4.1.3
15922026-08-13T20:58:18.979Z Compiling vergen-lib v9.1.0
15932026-08-13T20:58:19.139Z Compiling hash32 v0.2.1
15942026-08-13T20:58:19.206Z Compiling memoffset v0.9.1
15952026-08-13T20:58:19.314Z Compiling encoding_rs v0.8.35
15962026-08-13T20:58:19.377Z Compiling psl-types v2.0.11
15972026-08-13T20:58:19.425Z Compiling cfg_aliases v0.2.1
15982026-08-13T20:58:19.441Z Compiling crc-any v2.5.0
15992026-08-13T20:58:19.473Z Compiling fallible-iterator v0.2.0
16002026-08-13T20:58:19.512Z Compiling mime v0.3.17
16012026-08-13T20:58:19.527Z Compiling rustix v0.38.44
16022026-08-13T20:58:19.653Z Compiling smoltcp v0.9.1
16032026-08-13T20:58:19.687Z Compiling ref-cast v1.0.25
16042026-08-13T20:58:19.755Z Compiling litrs v1.0.0
16052026-08-13T20:58:19.802Z Compiling postgres-protocol v0.6.10
16062026-08-13T20:58:19.817Z Compiling pin-project v1.1.11
16072026-08-13T20:58:19.834Z Compiling nix v0.31.2
16082026-08-13T20:58:19.859Z Compiling publicsuffix v2.3.0
16092026-08-13T20:58:19.936Z Compiling daft v0.1.7
16102026-08-13T20:58:20.052Z Compiling zerocopy v0.7.35
16112026-08-13T20:58:20.101Z Compiling toml v0.7.8
16122026-08-13T20:58:20.114Z Compiling darling v0.23.0
16132026-08-13T20:58:20.212Z Compiling inout v0.2.2
16142026-08-13T20:58:20.233Z Compiling derive_builder v0.20.2
16152026-08-13T20:58:20.249Z Compiling object v0.30.4
16162026-08-13T20:58:20.309Z Compiling document-features v0.2.12
16172026-08-13T20:58:20.328Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-13T20:58:20.377Z Compiling zip v0.6.6
16192026-08-13T20:58:20.395Z Compiling goblin v0.8.2
16202026-08-13T20:58:20.410Z Compiling derive-ex v0.1.8
16212026-08-13T20:58:20.575Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-13T20:58:20.853Z Compiling futures-executor v0.3.32
16232026-08-13T20:58:20.881Z Compiling hubpack_derive v0.1.1
16242026-08-13T20:58:20.896Z Compiling regex v1.12.3
16252026-08-13T20:58:20.920Z Compiling phf_shared v0.13.1
16262026-08-13T20:58:20.976Z Compiling ref-cast-impl v1.0.25
16272026-08-13T20:58:21.029Z Compiling strum_macros v0.27.2
16282026-08-13T20:58:21.135Z Compiling snafu-derive v0.8.9
16292026-08-13T20:58:21.174Z Compiling curve25519-dalek-derive v0.1.1
16302026-08-13T20:58:21.190Z Compiling vergen v9.1.0
16312026-08-13T20:58:21.350Z Compiling cargo-platform v0.3.2
16322026-08-13T20:58:21.363Z Compiling ff v0.13.1
16332026-08-13T20:58:21.390Z Compiling fs-err v3.3.0
16342026-08-13T20:58:21.420Z Compiling base16ct v0.2.0
16352026-08-13T20:58:21.517Z Compiling same-file v1.0.6
16362026-08-13T20:58:21.569Z Compiling jiff-core v0.1.0
16372026-08-13T20:58:21.607Z Compiling path-slash v0.1.5
16382026-08-13T20:58:21.622Z Compiling foldhash v0.1.5
16392026-08-13T20:58:21.644Z Compiling foldhash v0.2.0
16402026-08-13T20:58:21.699Z Compiling either v1.15.0
16412026-08-13T20:58:21.762Z Compiling hyper v1.10.1
16422026-08-13T20:58:21.814Z Compiling libbz2-rs-sys v0.2.2
16432026-08-13T20:58:21.866Z Compiling object v0.37.3
16442026-08-13T20:58:21.891Z Compiling bumpalo v3.20.2
16452026-08-13T20:58:21.925Z Compiling unicode-segmentation v1.12.0
16462026-08-13T20:58:21.982Z Compiling managed v0.8.0
16472026-08-13T20:58:22.115Z Compiling bitflags v1.3.2
16482026-08-13T20:58:22.177Z Compiling test-strategy v0.4.5
16492026-08-13T20:58:22.222Z Compiling zopfli v0.8.3
16502026-08-13T20:58:22.323Z Compiling jiff v0.2.34
16512026-08-13T20:58:22.524Z Compiling bzip2 v0.6.1
16522026-08-13T20:58:22.640Z Compiling dof v0.3.0
16532026-08-13T20:58:22.753Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16542026-08-13T20:58:22.823Z Compiling hashbrown v0.16.1
16552026-08-13T20:58:22.924Z Compiling hyper-util v0.1.20
16562026-08-13T20:58:23.059Z Compiling hashbrown v0.15.5
16572026-08-13T20:58:23.078Z Compiling strum v0.27.2
16582026-08-13T20:58:23.141Z Compiling snafu v0.8.9
16592026-08-13T20:58:23.181Z Compiling walkdir v2.5.0
16602026-08-13T20:58:23.440Z Compiling sec1 v0.7.3
16612026-08-13T20:58:23.457Z Compiling cargo_metadata v0.23.1
16622026-08-13T20:58:23.462Z Compiling group v0.13.0
16632026-08-13T20:58:23.507Z Compiling hubpack v0.1.2
16642026-08-13T20:58:23.522Z Compiling phf v0.13.1
16652026-08-13T20:58:23.535Z Compiling futures v0.3.32
16662026-08-13T20:58:23.628Z Compiling cookie_store v0.22.1
16672026-08-13T20:58:23.643Z Compiling signal-hook-mio v0.2.5
16682026-08-13T20:58:23.668Z Compiling zstd v0.13.3
16692026-08-13T20:58:23.736Z Compiling cipher v0.5.2
16702026-08-13T20:58:23.767Z Compiling serde_with_macros v3.21.0
16712026-08-13T20:58:23.783Z Compiling postgres-types v0.2.12
16722026-08-13T20:58:23.908Z Compiling globset v0.4.18
16732026-08-13T20:58:23.953Z Compiling usdt-macro v0.6.0
16742026-08-13T20:58:24.059Z Compiling usdt-attr-macro v0.6.0
16752026-08-13T20:58:24.092Z Compiling byte-wrapper v0.1.0
16762026-08-13T20:58:24.285Z Compiling dtrace-parser v0.2.0
16772026-08-13T20:58:24.318Z Compiling serde-big-array v0.5.1
16782026-08-13T20:58:24.362Z Compiling hyper-tls v0.6.0
16792026-08-13T20:58:24.450Z Compiling olpc-cjson v0.1.4
16802026-08-13T20:58:24.480Z Compiling serde_plain v1.0.2
16812026-08-13T20:58:24.609Z Compiling reqwest v0.12.28
16822026-08-13T20:58:24.625Z Compiling ed25519 v2.2.3
16832026-08-13T20:58:24.638Z Compiling hkdf v0.12.4
16842026-08-13T20:58:24.698Z Compiling crypto-bigint v0.5.5
16852026-08-13T20:58:24.727Z Compiling phf_shared v0.11.3
16862026-08-13T20:58:24.772Z Compiling async-recursion v1.1.1
16872026-08-13T20:58:24.835Z Compiling strum_macros v0.26.4
16882026-08-13T20:58:24.862Z Compiling serde_repr v0.1.20
16892026-08-13T20:58:24.931Z Compiling enum-as-inner v0.6.1
16902026-08-13T20:58:24.945Z Compiling float-cmp v0.10.0
16912026-08-13T20:58:24.969Z Compiling pem v3.0.6
16922026-08-13T20:58:25.029Z Compiling thread-id v4.2.2
16932026-08-13T20:58:25.047Z Compiling memmap2 v0.9.10
16942026-08-13T20:58:25.112Z Compiling keccak v0.1.6
16952026-08-13T20:58:25.130Z Compiling winnow v1.0.3
16962026-08-13T20:58:25.286Z Compiling difflib v0.4.0
16972026-08-13T20:58:25.301Z Compiling const-oid v0.10.2
16982026-08-13T20:58:25.317Z Compiling fixedbitset v0.4.2
16992026-08-13T20:58:25.437Z Compiling fixedbitset v0.5.7
17002026-08-13T20:58:25.456Z Compiling normalize-line-endings v0.3.0
17012026-08-13T20:58:25.474Z Compiling static_assertions v1.1.0
17022026-08-13T20:58:25.508Z Compiling predicates-core v1.0.10
17032026-08-13T20:58:25.534Z Compiling new_debug_unreachable v1.0.6
17042026-08-13T20:58:25.554Z Compiling precomputed-hash v0.1.1
17052026-08-13T20:58:25.558Z Compiling whoami v2.1.0
17062026-08-13T20:58:25.558Z Compiling typed-path v0.9.3
17072026-08-13T20:58:25.594Z Compiling data-encoding v2.10.0
17082026-08-13T20:58:25.616Z Compiling cpufeatures v0.3.0
17092026-08-13T20:58:25.656Z Compiling string_cache v0.8.9
17102026-08-13T20:58:25.695Z Compiling chacha20 v0.10.0
17112026-08-13T20:58:25.709Z Compiling elliptic-curve v0.13.8
17122026-08-13T20:58:25.754Z Compiling petgraph v0.8.3
17132026-08-13T20:58:25.854Z Compiling tokio-postgres v0.7.16
17142026-08-13T20:58:25.868Z Compiling predicates v3.1.4
17152026-08-13T20:58:25.908Z Compiling hickory-proto v0.25.2
17162026-08-13T20:58:25.971Z Compiling toml_edit v0.22.27
17172026-08-13T20:58:25.986Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-08-13T20:58:26.085Z Compiling petgraph v0.6.5
17192026-08-13T20:58:26.140Z Compiling digest v0.11.3
17202026-08-13T20:58:26.303Z Compiling toml_parser v1.1.2+spec-1.1.0
17212026-08-13T20:58:26.385Z Compiling sha3 v0.10.8
17222026-08-13T20:58:26.403Z Compiling usdt v0.6.0
17232026-08-13T20:58:26.521Z Compiling usdt-impl v0.5.0
17242026-08-13T20:58:26.616Z Compiling strum v0.26.3
17252026-08-13T20:58:26.685Z Compiling serde_with v3.21.0
17262026-08-13T20:58:26.769Z Compiling ed25519-dalek v2.2.0
17272026-08-13T20:58:26.805Z Compiling crossterm v0.28.1
17282026-08-13T20:58:26.838Z Compiling zip v4.6.1
17292026-08-13T20:58:26.959Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17302026-08-13T20:58:27.285Z Compiling iddqd v0.4.2
17312026-08-13T20:58:27.582Z Compiling heck v0.4.1
17322026-08-13T20:58:27.718Z Compiling similar v2.7.0
17332026-08-13T20:58:27.793Z Compiling itertools v0.13.0
17342026-08-13T20:58:27.863Z Compiling itertools v0.15.0
17352026-08-13T20:58:28.120Z Compiling tokio-stream v0.1.18
17362026-08-13T20:58:28.134Z Compiling crossbeam-epoch v0.9.18
17372026-08-13T20:58:28.404Z Compiling buf-list v1.1.2
17382026-08-13T20:58:28.482Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-13T20:58:28.544Z Compiling openapiv3 v2.2.0
17402026-08-13T20:58:28.561Z Compiling lalrpop-util v0.19.12
17412026-08-13T20:58:28.616Z Compiling peg-runtime v0.8.5
17422026-08-13T20:58:28.639Z Compiling thread_local v1.1.9
17432026-08-13T20:58:28.655Z Compiling slog-async v2.8.0
17442026-08-13T20:58:28.703Z Compiling crossbeam-channel v0.5.15
17452026-08-13T20:58:28.728Z Compiling filetime v0.2.27
17462026-08-13T20:58:28.777Z Compiling is-terminal v0.4.17
17472026-08-13T20:58:28.814Z Compiling xattr v1.6.1
17482026-08-13T20:58:28.879Z Compiling take_mut v0.2.2
17492026-08-13T20:58:28.897Z Compiling term v1.2.1
17502026-08-13T20:58:28.911Z Compiling camino-tempfile v1.4.1
17512026-08-13T20:58:28.997Z Compiling tar v0.4.46
17522026-08-13T20:58:29.188Z Compiling slog-term v2.9.2
17532026-08-13T20:58:46.521Z Compiling rustls-webpki v0.103.13
17542026-08-13T20:58:49.205Z Compiling tokio-rustls v0.26.4
17552026-08-13T20:58:49.205Z Compiling rustls-platform-verifier v0.6.2
17562026-08-13T20:58:49.208Z Compiling tough v0.22.0
17572026-08-13T20:58:49.404Z Compiling hyper-rustls v0.27.7
17582026-08-13T20:58:49.592Z Compiling reqwest v0.13.2
17592026-08-13T20:58:51.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17602026-08-13T20:58:51.992Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17612026-08-13T20:58:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.95s
17622026-08-13T20:58:55.083Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17632026-08-13T20:58:55.151ZAug 13 20:58:54.544 INFO Starting download, target: Cockroach
17642026-08-13T20:58:55.151ZAug 13 20:58:54.545 INFO Starting download, target: Console
17652026-08-13T20:58:55.151ZAug 13 20:58:54.545 INFO Starting download, target: Clickhouse
17662026-08-13T20:58:55.151ZAug 13 20:58:54.545 INFO Starting download, target: DendriteStub
17672026-08-13T20:58:55.161ZAug 13 20:58:54.545 INFO Starting download, target: MaghemiteMgd
17682026-08-13T20:58:55.161ZAug 13 20:58:54.545 INFO Starting download, target: MaghemiteDdmd
17692026-08-13T20:58:55.161ZAug 13 20:58:54.545 INFO Starting download, target: TransceiverControl
17702026-08-13T20:58:55.161ZAug 13 20:58:54.545 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17712026-08-13T20:58:55.161ZAug 13 20:58:54.545 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17722026-08-13T20:58:55.161ZAug 13 20:58:54.546 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17732026-08-13T20:58:55.161ZAug 13 20:58:54.546 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-08-13T20:58:55.161ZAug 13 20:58:54.546 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-08-13T20:58:55.161ZAug 13 20:58:54.546 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-08-13T20:58:55.161ZAug 13 20:58:54.546 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17772026-08-13T20:58:56.129ZAug 13 20:58:55.544 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-08-13T20:58:56.376ZAug 13 20:58:55.778 INFO Download complete, target: TransceiverControl
17792026-08-13T20:58:56.921ZAug 13 20:58:56.322 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-08-13T20:58:57.184ZAug 13 20:58:56.590 INFO Download complete, target: Console
17812026-08-13T20:58:57.773ZAug 13 20:58:57.106 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-08-13T20:59:00.342ZAug 13 20:58:59.748 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17832026-08-13T20:59:00.428ZAug 13 20:58:59.837 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17842026-08-13T20:59:00.631ZAug 13 20:59:00.014 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17852026-08-13T20:59:01.990ZAug 13 20:59:01.405 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-08-13T20:59:01.991ZAug 13 20:59:01.405 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-08-13T20:59:02.493ZAug 13 20:59:01.870 INFO Download complete, target: MaghemiteDdmd
17882026-08-13T20:59:03.013ZAug 13 20:59:02.442 INFO Download complete, target: DendriteStub
17892026-08-13T20:59:03.275ZAug 13 20:59:02.704 INFO Download complete, target: MaghemiteMgd
17902026-08-13T20:59:04.722ZAug 13 20:59:04.153 INFO Checking that binary works, target: Clickhouse
17912026-08-13T20:59:04.833ZAug 13 20:59:04.249 INFO Download complete, target: Clickhouse
17922026-08-13T20:59:06.770ZAug 13 20:59:06.198 INFO Checking that binary works, target: Cockroach
17932026-08-13T20:59:06.884ZAug 13 20:59:06.320 INFO Download complete, target: Cockroach
17942026-08-13T20:59:06.893ZAll prerequisites installed successfully
17952026-08-13T20:59:06.893Z
17962026-08-13T20:59:06.893Zreal 1:57.885863482
17972026-08-13T20:59:06.893Zuser 7:11.605275658
17982026-08-13T20:59:06.893Zsys 1:44.963169615
17992026-08-13T20:59:06.893Ztrap 0.271985713
18002026-08-13T20:59:06.894Ztflt 0.932434879
18012026-08-13T20:59:06.894Zdflt 1.471753622
18022026-08-13T20:59:06.894Zkflt 0.025947008
18032026-08-13T20:59:06.894Zlock 29:09.671526116
18042026-08-13T20:59:06.894Zslp 19:45.251898690
18052026-08-13T20:59:06.894Zlat 27.662438022
18062026-08-13T20:59:06.894Zstop 3:31.221934986
18072026-08-13T20:59:06.894Z+ ptime -m cargo xtask download softnpu
18082026-08-13T20:59:07.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18092026-08-13T20:59:07.385Z Running `target/debug/xtask download softnpu`
18102026-08-13T20:59:08.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18112026-08-13T20:59:08.215Z Running `target/debug/xtask-downloader softnpu`
18122026-08-13T20:59:08.261ZAug 13 20:59:07.691 INFO Starting download, target: Softnpu
18132026-08-13T20:59:08.273ZAug 13 20:59:07.692 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18142026-08-13T20:59:08.791ZAug 13 20:59:08.228 INFO Download complete, target: Softnpu
18152026-08-13T20:59:08.794Z
18162026-08-13T20:59:08.799Zreal 1.899293121
18172026-08-13T20:59:08.799Zuser 1.331258616
18182026-08-13T20:59:08.799Zsys 0.620879122
18192026-08-13T20:59:08.799Ztrap 0.000657993
18202026-08-13T20:59:08.799Ztflt 0.000188230
18212026-08-13T20:59:08.799Zdflt 0.000371550
18222026-08-13T20:59:08.799Zkflt 0.000000000
18232026-08-13T20:59:08.799Zlock 9.928011518
18242026-08-13T20:59:08.799Zslp 0.389161624
18252026-08-13T20:59:08.799Zlat 0.094676446
18262026-08-13T20:59:08.799Zstop 0.000169108
18272026-08-13T20:59:08.799Z+ export CARGO_INCREMENTAL=0
18282026-08-13T20:59:08.799Z+ CARGO_INCREMENTAL=0
18292026-08-13T20:59:08.799Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18302026-08-13T20:59:09.715Z Compiling proc-macro2 v1.0.106
18312026-08-13T20:59:09.715Z Compiling quote v1.0.45
18322026-08-13T20:59:09.716Z Compiling unicode-ident v1.0.24
18332026-08-13T20:59:09.716Z Compiling libc v0.2.185
18342026-08-13T20:59:09.716Z Compiling serde_core v1.0.228
18352026-08-13T20:59:09.719Z Compiling serde v1.0.228
18362026-08-13T20:59:09.719Z Compiling cfg-if v1.0.4
18372026-08-13T20:59:09.719Z Compiling version_check v0.9.5
18382026-08-13T20:59:09.862Z Compiling autocfg v1.5.0
18392026-08-13T20:59:09.865Z Compiling find-msvc-tools v0.1.9
18402026-08-13T20:59:09.865Z Compiling shlex v1.3.0
18412026-08-13T20:59:09.865Z Compiling memchr v2.8.0
18422026-08-13T20:59:09.882Z Compiling zmij v1.0.21
18432026-08-13T20:59:09.885Z Compiling serde_json v1.0.151
18442026-08-13T20:59:10.126Z Compiling portable-atomic v1.13.1
18452026-08-13T20:59:10.146Z Compiling zerocopy v0.8.40
18462026-08-13T20:59:10.214Z Compiling libm v0.2.16
18472026-08-13T20:59:10.231Z Compiling getrandom v0.4.1
18482026-08-13T20:59:10.234Z Compiling parking_lot_core v0.9.12
18492026-08-13T20:59:10.247Z Compiling icu_properties_data v2.1.2
18502026-08-13T20:59:10.250Z Compiling smallvec v1.15.1
18512026-08-13T20:59:10.266Z Compiling icu_normalizer_data v2.1.1
18522026-08-13T20:59:10.298Z Compiling generic-array v0.14.7
18532026-08-13T20:59:10.406Z Compiling num-traits v0.2.19
18542026-08-13T20:59:10.539Z Compiling itoa v1.0.17
18552026-08-13T20:59:10.542Z Compiling log v0.4.29
18562026-08-13T20:59:10.588Z Compiling pkg-config v0.3.32
18572026-08-13T20:59:10.591Z Compiling subtle v2.6.1
18582026-08-13T20:59:10.591Z Compiling typenum v1.20.1
18592026-08-13T20:59:10.621Z Compiling stable_deref_trait v1.2.1
18602026-08-13T20:59:10.800Z Compiling getrandom v0.3.4
18612026-08-13T20:59:10.849Z Compiling scopeguard v1.2.0
18622026-08-13T20:59:10.879Z Compiling thiserror v2.0.18
18632026-08-13T20:59:10.940Z Compiling rustix v1.1.3
18642026-08-13T20:59:10.976Z Compiling lock_api v0.4.14
18652026-08-13T20:59:11.012Z Compiling jobserver v0.1.34
18662026-08-13T20:59:11.047Z Compiling errno v0.3.14
18672026-08-13T20:59:11.175Z Compiling rand_core v0.10.0
18682026-08-13T20:59:11.193Z Compiling getrandom v0.2.17
18692026-08-13T20:59:11.227Z Compiling cc v1.2.56
18702026-08-13T20:59:11.246Z Compiling heck v0.5.0
18712026-08-13T20:59:11.280Z Compiling equivalent v1.0.2
18722026-08-13T20:59:11.323Z Compiling syn v2.0.117
18732026-08-13T20:59:11.359Z Compiling rand_core v0.6.4
18742026-08-13T20:59:11.419Z Compiling critical-section v1.2.0
18752026-08-13T20:59:11.422Z Compiling syn v1.0.109
18762026-08-13T20:59:11.467Z Compiling pin-project-lite v0.2.17
18772026-08-13T20:59:11.558Z Compiling percent-encoding v2.3.2
18782026-08-13T20:59:11.570Z Compiling writeable v0.6.2
18792026-08-13T20:59:11.605Z Compiling litemap v0.8.1
18802026-08-13T20:59:11.609Z Compiling schemars v0.8.22
18812026-08-13T20:59:11.650Z Compiling hashbrown v0.17.0
18822026-08-13T20:59:11.777Z Compiling rustversion v1.0.22
18832026-08-13T20:59:11.794Z Compiling once_cell v1.21.3
18842026-08-13T20:59:11.835Z Compiling fs_extra v1.3.0
18852026-08-13T20:59:11.849Z Compiling dunce v1.0.5
18862026-08-13T20:59:11.972Z Compiling cmake v0.1.57
18872026-08-13T20:59:11.988Z Compiling byteorder v1.5.0
18882026-08-13T20:59:12.068Z Compiling strsim v0.11.1
18892026-08-13T20:59:12.086Z Compiling signal-hook-registry v1.4.8
18902026-08-13T20:59:12.186Z Compiling semver v1.0.28
18912026-08-13T20:59:12.247Z Compiling indexmap v2.14.0
18922026-08-13T20:59:12.316Z Compiling bitflags v2.11.0
18932026-08-13T20:59:12.355Z Compiling utf8_iter v1.0.4
18942026-08-13T20:59:12.391Z Compiling thiserror v1.0.69
18952026-08-13T20:59:12.545Z Compiling parking_lot v0.12.5
18962026-08-13T20:59:12.577Z Compiling form_urlencoded v1.2.2
18972026-08-13T20:59:12.581Z Compiling mio v1.2.0
18982026-08-13T20:59:12.581Z Compiling aws-lc-sys v0.40.0
18992026-08-13T20:59:12.646Z Compiling socket2 v0.6.3
19002026-08-13T20:59:12.801Z Compiling futures-core v0.3.32
19012026-08-13T20:59:12.861Z Compiling aws-lc-rs v1.16.3
19022026-08-13T20:59:12.923Z Compiling const-oid v0.9.6
19032026-08-13T20:59:13.021Z Compiling httparse v1.10.1
19042026-08-13T20:59:13.174Z Compiling crc32fast v1.5.0
19052026-08-13T20:59:13.240Z Compiling ucd-trie v0.1.7
19062026-08-13T20:59:13.364Z Compiling regex-syntax v0.8.10
19072026-08-13T20:59:13.400Z Compiling fnv v1.0.7
19082026-08-13T20:59:13.465Z Compiling pest v2.8.6
19092026-08-13T20:59:13.494Z Compiling vcpkg v0.2.15
19102026-08-13T20:59:13.526Z Compiling iana-time-zone v0.1.65
19112026-08-13T20:59:13.544Z Compiling ident_case v1.0.1
19122026-08-13T20:59:13.668Z Compiling uuid v1.23.4
19132026-08-13T20:59:13.778Z Compiling rustc_version v0.4.1
19142026-08-13T20:59:13.819Z Compiling futures-sink v0.3.32
19152026-08-13T20:59:13.915Z Compiling rustls v0.23.41
19162026-08-13T20:59:13.931Z Compiling futures-channel v0.3.32
19172026-08-13T20:59:14.099Z Compiling openssl-sys v0.9.117
19182026-08-13T20:59:14.117Z Compiling aho-corasick v1.1.4
19192026-08-13T20:59:14.132Z Compiling slab v0.4.12
19202026-08-13T20:59:14.149Z Compiling synstructure v0.13.2
19212026-08-13T20:59:14.178Z Compiling serde_derive_internals v0.29.1
19222026-08-13T20:59:14.325Z Compiling futures-io v0.3.32
19232026-08-13T20:59:14.339Z Compiling futures-task v0.3.32
19242026-08-13T20:59:14.531Z Compiling pest_meta v2.8.6
19252026-08-13T20:59:14.547Z Compiling dyn-clone v1.0.20
19262026-08-13T20:59:14.576Z Compiling time-core v0.1.8
19272026-08-13T20:59:14.640Z Compiling num-conv v0.2.0
19282026-08-13T20:59:14.653Z Compiling plain v0.2.3
19292026-08-13T20:59:14.671Z Compiling radium v0.7.0
19302026-08-13T20:59:14.741Z Compiling crossbeam-utils v0.8.21
19312026-08-13T20:59:14.792Z Compiling base64ct v1.8.3
19322026-08-13T20:59:14.792Z Compiling time-macros v0.2.27
19332026-08-13T20:59:14.826Z Compiling base64 v0.22.1
19342026-08-13T20:59:14.939Z Compiling regex-automata v0.4.14
19352026-08-13T20:59:14.958Z Compiling maybe-uninit v2.0.0
19362026-08-13T20:59:14.990Z Compiling pretty-hex v0.4.1
19372026-08-13T20:59:15.040Z Compiling openssl v0.10.80
19382026-08-13T20:59:15.055Z Compiling pem-rfc7468 v0.7.0
19392026-08-13T20:59:15.128Z Compiling pest_generator v2.8.6
19402026-08-13T20:59:15.273Z Compiling flagset v0.4.7
19412026-08-13T20:59:15.292Z Compiling darling_core v0.23.0
19422026-08-13T20:59:15.351Z Compiling rand_core v0.9.5
19432026-08-13T20:59:15.382Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-08-13T20:59:15.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-08-13T20:59:15.415Z Compiling serde_derive v1.0.228
19462026-08-13T20:59:15.431Z Compiling zeroize_derive v1.5.0
19472026-08-13T20:59:15.449Z Compiling zerofrom-derive v0.1.6
19482026-08-13T20:59:15.452Z Compiling yoke-derive v0.8.1
19492026-08-13T20:59:15.511Z Compiling zerocopy-derive v0.8.40
19502026-08-13T20:59:15.595Z Compiling zerovec-derive v0.11.2
19512026-08-13T20:59:15.722Z Compiling displaydoc v0.2.5
19522026-08-13T20:59:15.757Z Compiling tokio-macros v2.7.0
19532026-08-13T20:59:15.784Z Compiling futures-macro v0.3.32
19542026-08-13T20:59:15.800Z Compiling thiserror-impl v2.0.18
19552026-08-13T20:59:15.814Z Compiling schemars_derive v0.8.22
19562026-08-13T20:59:15.834Z Compiling der_derive v0.7.3
19572026-08-13T20:59:16.052Z Compiling zeroize v1.9.0
19582026-08-13T20:59:16.323Z Compiling tracing-attributes v0.1.31
19592026-08-13T20:59:16.437Z Compiling thiserror-impl v1.0.69
19602026-08-13T20:59:16.488Z Compiling pest_derive v2.8.6
19612026-08-13T20:59:16.590Z Compiling futures-util v0.3.32
19622026-08-13T20:59:16.633Z Compiling zerofrom v0.1.6
19632026-08-13T20:59:16.775Z Compiling yoke v0.8.1
19642026-08-13T20:59:16.982Z Compiling zerovec v0.11.5
19652026-08-13T20:59:17.000Z Compiling zerotrie v0.2.3
19662026-08-13T20:59:17.015Z Compiling crypto-common v0.1.7
19672026-08-13T20:59:17.018Z Compiling block-buffer v0.10.4
19682026-08-13T20:59:17.196Z Compiling digest v0.10.7
19692026-08-13T20:59:17.452Z Compiling scroll_derive v0.13.1
19702026-08-13T20:59:17.474Z Compiling scroll_derive v0.12.1
19712026-08-13T20:59:17.509Z Compiling der v0.7.10
19722026-08-13T20:59:17.512Z Compiling openssl-macros v0.1.1
19732026-08-13T20:59:17.544Z Compiling tinystr v0.8.2
19742026-08-13T20:59:17.547Z Compiling potential_utf v0.1.4
19752026-08-13T20:59:17.547Z Compiling ahash v0.8.12
19762026-08-13T20:59:17.764Z Compiling icu_locale_core v2.1.1
19772026-08-13T20:59:17.781Z Compiling icu_collections v2.1.1
19782026-08-13T20:59:17.817Z Compiling num-bigint-dig v0.8.6
19792026-08-13T20:59:17.948Z Compiling packed_struct v0.10.1
19802026-08-13T20:59:18.032Z Compiling anyhow v1.0.102
19812026-08-13T20:59:18.212Z Compiling native-tls v0.2.18
19822026-08-13T20:59:18.239Z Compiling darling_macro v0.23.0
19832026-08-13T20:59:18.256Z Compiling regex v1.12.3
19842026-08-13T20:59:18.325Z Compiling zerocopy-derive v0.7.35
19852026-08-13T20:59:18.341Z Compiling spki v0.7.3
19862026-08-13T20:59:18.442Z Compiling icu_provider v2.1.1
19872026-08-13T20:59:18.569Z Compiling bytes v1.11.1
19882026-08-13T20:59:18.639Z Compiling chrono v0.4.45
19892026-08-13T20:59:18.655Z Compiling serde_tokenstream v0.2.3
19902026-08-13T20:59:18.677Z Compiling icu_properties v2.1.2
19912026-08-13T20:59:18.706Z Compiling icu_normalizer v2.1.1
19922026-08-13T20:59:19.107Z Compiling tokio v1.52.1
19932026-08-13T20:59:19.128Z Compiling http v1.4.2
19942026-08-13T20:59:19.247Z Compiling slog v2.8.2
19952026-08-13T20:59:19.652Z Compiling idna_adapter v1.2.1
19962026-08-13T20:59:19.696Z Compiling tracing-core v0.1.36
19972026-08-13T20:59:19.714Z Compiling cookie v0.18.1
19982026-08-13T20:59:19.803Z Compiling ppv-lite86 v0.2.21
19992026-08-13T20:59:19.939Z Compiling idna v1.1.0
20002026-08-13T20:59:20.003Z Compiling camino v1.2.2
20012026-08-13T20:59:20.099Z Compiling utf8parse v0.2.2
20022026-08-13T20:59:20.138Z Compiling cpufeatures v0.2.17
20032026-08-13T20:59:20.154Z Compiling rand_chacha v0.9.0
20042026-08-13T20:59:20.171Z Compiling tracing v0.1.44
20052026-08-13T20:59:20.237Z Compiling url v2.5.8
20062026-08-13T20:59:20.329Z Compiling darling v0.23.0
20072026-08-13T20:59:20.346Z Compiling serde_spanned v0.6.9
20082026-08-13T20:59:20.450Z Compiling toml_datetime v0.6.11
20092026-08-13T20:59:20.466Z Compiling zerocopy-derive v0.6.6
20102026-08-13T20:59:20.482Z Compiling bitfield-macros v0.19.4
20112026-08-13T20:59:20.505Z Compiling clap_derive v4.6.1
20122026-08-13T20:59:20.533Z Compiling packed_struct_codegen v0.10.1
20132026-08-13T20:59:20.740Z Compiling indexmap v1.9.3
20142026-08-13T20:59:20.842Z Compiling anstyle v1.0.14
20152026-08-13T20:59:20.956Z Compiling paste v1.0.15
20162026-08-13T20:59:21.078Z Compiling rand v0.9.2
20172026-08-13T20:59:21.125Z Compiling http-body v1.0.1
20182026-08-13T20:59:21.232Z Compiling pkcs8 v0.10.2
20192026-08-13T20:59:21.290Z Compiling rustls-pki-types v1.14.0
20202026-08-13T20:59:21.443Z Compiling spin v0.9.8
20212026-08-13T20:59:21.510Z Compiling usdt-impl v0.5.0
20222026-08-13T20:59:21.673Z Compiling tinyvec_macros v0.1.1
20232026-08-13T20:59:21.690Z Compiling winnow v0.5.40
20242026-08-13T20:59:21.723Z Compiling fastrand v2.3.0
20252026-08-13T20:59:21.726Z Compiling either v1.15.0
20262026-08-13T20:59:21.756Z Compiling cmov v0.5.4
20272026-08-13T20:59:21.967Z Compiling anstyle-query v1.1.5
20282026-08-13T20:59:21.984Z Compiling openssl-probe v0.2.1
20292026-08-13T20:59:21.987Z Compiling colorchoice v1.0.4
20302026-08-13T20:59:22.067Z Compiling is_terminal_polyfill v1.70.2
20312026-08-13T20:59:22.095Z Compiling ref-cast v1.0.25
20322026-08-13T20:59:22.136Z Compiling usdt-impl v0.6.0
20332026-08-13T20:59:22.139Z Compiling ctutils v0.4.2
20342026-08-13T20:59:22.170Z Compiling tinyvec v1.10.0
20352026-08-13T20:59:22.372Z Compiling sha2 v0.10.9
20362026-08-13T20:59:22.408Z Compiling scroll v0.13.0
20372026-08-13T20:59:22.539Z Compiling scroll v0.12.0
20382026-08-13T20:59:22.580Z Compiling async-trait v0.1.89
20392026-08-13T20:59:22.688Z Compiling heapless v0.7.17
20402026-08-13T20:59:22.792Z Compiling tower-layer v0.3.3
20412026-08-13T20:59:22.818Z Compiling winnow v0.7.14
20422026-08-13T20:59:22.872Z Compiling atomic-waker v1.1.2
20432026-08-13T20:59:22.925Z Compiling tokio-util v0.7.18
20442026-08-13T20:59:22.953Z Compiling try-lock v0.2.5
20452026-08-13T20:59:22.971Z Compiling toml_edit v0.19.15
20462026-08-13T20:59:23.022Z Compiling zstd-safe v7.2.4
20472026-08-13T20:59:23.077Z Compiling rustix v0.38.44
20482026-08-13T20:59:23.094Z Compiling untrusted v0.7.1
20492026-08-13T20:59:23.109Z Compiling signal-hook v0.3.18
20502026-08-13T20:59:23.232Z Compiling winnow v1.0.3
20512026-08-13T20:59:23.248Z Compiling litrs v1.0.0
20522026-08-13T20:59:23.305Z Compiling tower-service v0.3.3
20532026-08-13T20:59:23.426Z Compiling want v0.3.1
20542026-08-13T20:59:23.495Z Compiling tempfile v3.25.0
20552026-08-13T20:59:23.595Z Compiling toml_parser v1.1.2+spec-1.1.0
20562026-08-13T20:59:23.612Z Compiling h2 v0.4.15
20572026-08-13T20:59:23.704Z Compiling document-features v0.2.12
20582026-08-13T20:59:23.877Z Compiling goblin v0.8.2
20592026-08-13T20:59:24.156Z Compiling goblin v0.10.5
20602026-08-13T20:59:24.218Z Compiling hybrid-array v0.4.13
20612026-08-13T20:59:24.264Z Compiling itertools v0.15.0
20622026-08-13T20:59:24.282Z Compiling anstyle-parse v1.0.0
20632026-08-13T20:59:24.335Z Compiling zerocopy v0.7.35
20642026-08-13T20:59:24.479Z Compiling ipnet v2.11.0
20652026-08-13T20:59:24.892Z Compiling structmeta-derive v0.3.0
20662026-08-13T20:59:24.929Z Compiling daft-derive v0.1.7
20672026-08-13T20:59:25.012Z Compiling ref-cast-impl v1.0.25
20682026-08-13T20:59:25.029Z Compiling darling_core v0.20.11
20692026-08-13T20:59:25.067Z Compiling curve25519-dalek v4.1.3
20702026-08-13T20:59:25.238Z Compiling memoffset v0.9.1
20712026-08-13T20:59:25.254Z Compiling powerfmt v0.2.0
20722026-08-13T20:59:25.495Z Compiling httpdate v1.0.3
20732026-08-13T20:59:25.531Z Compiling tap v1.0.1
20742026-08-13T20:59:25.601Z Compiling foreign-types-shared v0.1.1
20752026-08-13T20:59:25.619Z Compiling simd-adler32 v0.3.8
20762026-08-13T20:59:25.636Z Compiling untrusted v0.9.0
20772026-08-13T20:59:25.742Z Compiling foreign-types v0.3.2
20782026-08-13T20:59:25.759Z Compiling wyz v0.5.1
20792026-08-13T20:59:25.825Z Compiling deranged v0.5.8
20802026-08-13T20:59:25.884Z Compiling anstream v1.0.0
20812026-08-13T20:59:25.917Z Compiling structmeta v0.3.0
20822026-08-13T20:59:25.988Z Compiling unicode-normalization v0.1.25
20832026-08-13T20:59:26.079Z Compiling dof v0.3.0
20842026-08-13T20:59:26.279Z Compiling dtrace-parser v0.2.0
20852026-08-13T20:59:26.467Z Compiling rand_chacha v0.3.1
20862026-08-13T20:59:26.649Z Compiling hex v0.4.3
20872026-08-13T20:59:26.695Z Compiling dtrace-parser v0.3.0
20882026-08-13T20:59:26.875Z Compiling hyper v1.10.1
20892026-08-13T20:59:26.930Z Compiling dof v0.4.0
20902026-08-13T20:59:26.947Z Compiling signature v2.2.0
20912026-08-13T20:59:26.964Z Compiling terminal_size v0.4.3
20922026-08-13T20:59:26.967Z Compiling pin-project-internal v1.1.11
20932026-08-13T20:59:27.039Z Compiling darling_macro v0.20.11
20942026-08-13T20:59:27.081Z Compiling num-integer v0.1.46
20952026-08-13T20:59:27.136Z Compiling thread-id v4.2.2
20962026-08-13T20:59:27.233Z Compiling thread-id v5.1.0
20972026-08-13T20:59:27.292Z Compiling wait-timeout v0.2.1
20982026-08-13T20:59:27.332Z Compiling smoltcp v0.9.1
20992026-08-13T20:59:27.360Z Compiling adler2 v2.0.1
21002026-08-13T20:59:27.389Z Compiling bit-vec v0.8.0
21012026-08-13T20:59:27.501Z Compiling cfg_aliases v0.2.1
21022026-08-13T20:59:27.534Z Compiling num_threads v0.1.7
21032026-08-13T20:59:27.537Z Compiling quick-error v1.2.3
21042026-08-13T20:59:27.610Z Compiling funty v2.0.0
21052026-08-13T20:59:27.661Z Compiling clap_lex v1.0.0
21062026-08-13T20:59:27.854Z Compiling time v0.3.47
21072026-08-13T20:59:27.892Z Compiling clap_builder v4.6.0
21082026-08-13T20:59:27.947Z Compiling bitvec v1.0.1
21092026-08-13T20:59:27.967Z Compiling rusty-fork v0.3.1
21102026-08-13T20:59:27.984Z Compiling nix v0.31.2
21112026-08-13T20:59:27.987Z Compiling bit-set v0.8.0
21122026-08-13T20:59:28.077Z Compiling hyper-util v0.1.20
21132026-08-13T20:59:28.137Z Compiling darling v0.20.11
21142026-08-13T20:59:28.179Z Compiling miniz_oxide v0.8.9
21152026-08-13T20:59:28.223Z Compiling num-iter v0.1.45
21162026-08-13T20:59:28.358Z Compiling rand v0.8.6
21172026-08-13T20:59:28.542Z Compiling ipnetwork v0.21.1
21182026-08-13T20:59:28.710Z Compiling lazy_static v1.5.0
21192026-08-13T20:59:28.781Z Compiling anstyle-parse v0.2.7
21202026-08-13T20:59:28.923Z Compiling hmac v0.12.1
21212026-08-13T20:59:29.004Z Compiling rand_xorshift v0.4.0
21222026-08-13T20:59:29.081Z Compiling curve25519-dalek-derive v0.1.1
21232026-08-13T20:59:29.109Z Compiling sync_wrapper v1.0.2
21242026-08-13T20:59:29.398Z Compiling zlib-rs v0.6.2
21252026-08-13T20:59:29.467Z Compiling nodrop v0.1.14
21262026-08-13T20:59:29.539Z Compiling unarray v0.1.4
21272026-08-13T20:59:29.690Z Compiling crc-catalog v2.4.0
21282026-08-13T20:59:29.728Z Compiling siphasher v1.0.2
21292026-08-13T20:59:29.797Z Compiling crc v3.4.0
21302026-08-13T20:59:29.954Z Compiling proptest v1.11.0
21312026-08-13T20:59:30.004Z Compiling array-init v0.0.4
21322026-08-13T20:59:30.198Z Compiling clap v4.6.1
21332026-08-13T20:59:30.362Z Compiling tower v0.5.3
21342026-08-13T20:59:30.916Z Compiling anstream v0.6.21
21352026-08-13T20:59:31.175Z Compiling smallvec v0.6.14
21362026-08-13T20:59:31.233Z Compiling derive_builder_core v0.20.2
21372026-08-13T20:59:31.404Z Compiling pkcs1 v0.7.5
21382026-08-13T20:59:31.605Z Compiling flate2 v1.1.9
21392026-08-13T20:59:31.621Z Compiling zerocopy v0.6.6
21402026-08-13T20:59:31.679Z Compiling http-body-util v0.1.3
21412026-08-13T20:59:31.711Z Compiling bitfield v0.19.4
21422026-08-13T20:59:31.791Z Compiling strum_macros v0.27.2
21432026-08-13T20:59:31.948Z Compiling snafu-derive v0.8.9
21442026-08-13T20:59:31.982Z Compiling strum_macros v0.26.4
21452026-08-13T20:59:32.000Z Compiling hubpack_derive v0.1.1
21462026-08-13T20:59:32.024Z Compiling env_filter v1.0.0
21472026-08-13T20:59:32.056Z Compiling fs-err v3.3.0
21482026-08-13T20:59:32.275Z Compiling hashbrown v0.12.3
21492026-08-13T20:59:32.291Z Compiling base64 v0.21.7
21502026-08-13T20:59:32.310Z Compiling unicode-bidi v0.3.18
21512026-08-13T20:59:32.322Z Compiling ryu v1.0.23
21522026-08-13T20:59:32.453Z Compiling iri-string v0.7.10
21532026-08-13T20:59:32.502Z Compiling unicode-segmentation v1.12.0
21542026-08-13T20:59:32.610Z Compiling unicode-properties v0.1.4
21552026-08-13T20:59:32.887Z Compiling object v0.37.3
21562026-08-13T20:59:32.906Z Compiling allocator-api2 v0.2.21
21572026-08-13T20:59:33.021Z Compiling stringprep v0.1.5
21582026-08-13T20:59:33.158Z Compiling ron v0.8.1
21592026-08-13T20:59:33.262Z Compiling serde_urlencoded v0.7.1
21602026-08-13T20:59:33.464Z Compiling env_logger v0.11.9
21612026-08-13T20:59:33.553Z Compiling derive_builder_macro v0.20.2
21622026-08-13T20:59:33.569Z Compiling newtype-uuid v1.3.2
21632026-08-13T20:59:33.610Z Compiling tower-http v0.6.8
21642026-08-13T20:59:33.708Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21652026-08-13T20:59:33.783Z Compiling rsa v0.9.10
21662026-08-13T20:59:33.802Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21672026-08-13T20:59:33.818Z Compiling oxnet v0.1.6
21682026-08-13T20:59:33.860Z Compiling serde-hex v0.1.0
21692026-08-13T20:59:33.884Z Compiling hashbrown v0.13.2
21702026-08-13T20:59:34.000Z Compiling tokio-native-tls v0.3.1
21712026-08-13T20:59:34.045Z Compiling bzip2 v0.4.4
21722026-08-13T20:59:34.051Z Compiling usdt-attr-macro v0.6.0
21732026-08-13T20:59:34.073Z Compiling usdt-macro v0.6.0
21742026-08-13T20:59:34.089Z Compiling derive-ex v0.1.8
21752026-08-13T20:59:34.186Z Compiling block-buffer v0.12.1
21762026-08-13T20:59:34.223Z Compiling crypto-common v0.2.2
21772026-08-13T20:59:34.240Z Compiling block-padding v0.4.2
21782026-08-13T20:59:34.461Z Compiling rustls-native-certs v0.8.3
21792026-08-13T20:59:34.605Z Compiling erased-serde v0.3.31
21802026-08-13T20:59:34.714Z Compiling x509-cert v0.2.5
21812026-08-13T20:59:34.823Z Compiling md-5 v0.10.6
21822026-08-13T20:59:34.849Z Compiling bstr v1.12.1
21832026-08-13T20:59:34.991Z Compiling vergen-lib v9.1.0
21842026-08-13T20:59:35.037Z Compiling hash32 v0.2.1
21852026-08-13T20:59:35.122Z Compiling encoding_rs v0.8.35
21862026-08-13T20:59:35.223Z Compiling mime v0.3.17
21872026-08-13T20:59:35.245Z Compiling psl-types v2.0.11
21882026-08-13T20:59:35.383Z Compiling fallible-iterator v0.2.0
21892026-08-13T20:59:35.494Z Compiling cpufeatures v0.3.0
21902026-08-13T20:59:35.512Z Compiling crc-any v2.5.0
21912026-08-13T20:59:35.572Z Compiling test-strategy v0.4.5
21922026-08-13T20:59:35.677Z Compiling publicsuffix v2.3.0
21932026-08-13T20:59:35.744Z Compiling postgres-protocol v0.6.10
21942026-08-13T20:59:36.302Z Compiling inout v0.2.2
21952026-08-13T20:59:36.421Z Compiling object v0.30.4
21962026-08-13T20:59:36.477Z Compiling zip v0.6.6
21972026-08-13T20:59:36.514Z Compiling hyper-tls v0.6.0
21982026-08-13T20:59:36.530Z Compiling derive_builder v0.20.2
21992026-08-13T20:59:36.546Z Compiling daft v0.1.7
22002026-08-13T20:59:36.563Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-13T20:59:36.672Z Compiling heck v0.4.1
22022026-08-13T20:59:36.728Z Compiling phf_shared v0.13.1
22032026-08-13T20:59:36.757Z Compiling pin-project v1.1.11
22042026-08-13T20:59:36.900Z Compiling toml v0.7.8
22052026-08-13T20:59:37.003Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22062026-08-13T20:59:37.016Z Compiling serde_with_macros v3.21.0
22072026-08-13T20:59:37.019Z Compiling futures-executor v0.3.32
22082026-08-13T20:59:37.094Z Compiling serde_repr v0.1.20
22092026-08-13T20:59:37.226Z Compiling async-recursion v1.1.1
22102026-08-13T20:59:37.266Z Compiling enum-as-inner v0.6.1
22112026-08-13T20:59:37.365Z Compiling vergen v9.1.0
22122026-08-13T20:59:37.463Z Compiling ff v0.13.1
22132026-08-13T20:59:37.479Z Compiling cargo-platform v0.3.2
22142026-08-13T20:59:37.622Z Compiling base16ct v0.2.0
22152026-08-13T20:59:37.769Z Compiling path-slash v0.1.5
22162026-08-13T20:59:37.785Z Compiling same-file v1.0.6
22172026-08-13T20:59:37.803Z Compiling jiff-core v0.1.0
22182026-08-13T20:59:37.920Z Compiling libbz2-rs-sys v0.2.2
22192026-08-13T20:59:37.956Z Compiling bitflags v1.3.2
22202026-08-13T20:59:37.972Z Compiling bumpalo v3.20.2
22212026-08-13T20:59:38.077Z Compiling managed v0.8.0
22222026-08-13T20:59:38.230Z Compiling foldhash v0.1.5
22232026-08-13T20:59:38.305Z Compiling foldhash v0.2.0
22242026-08-13T20:59:38.332Z Compiling bzip2 v0.6.1
22252026-08-13T20:59:38.373Z Compiling hashbrown v0.15.5
22262026-08-13T20:59:38.411Z Compiling zopfli v0.8.3
22272026-08-13T20:59:38.492Z Compiling hashbrown v0.16.1
22282026-08-13T20:59:38.530Z Compiling jiff v0.2.34
22292026-08-13T20:59:38.685Z Compiling walkdir v2.5.0
22302026-08-13T20:59:38.783Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22312026-08-13T20:59:38.935Z Compiling sec1 v0.7.3
22322026-08-13T20:59:38.977Z Compiling cargo_metadata v0.23.1
22332026-08-13T20:59:39.094Z Compiling group v0.13.0
22342026-08-13T20:59:39.284Z Compiling futures v0.3.32
22352026-08-13T20:59:39.536Z Compiling phf v0.13.1
22362026-08-13T20:59:39.683Z Compiling snafu v0.8.9
22372026-08-13T20:59:39.716Z Compiling reqwest v0.12.28
22382026-08-13T20:59:39.940Z Compiling signal-hook-mio v0.2.5
22392026-08-13T20:59:39.943Z Compiling cipher v0.5.2
22402026-08-13T20:59:40.039Z Compiling cookie_store v0.22.1
22412026-08-13T20:59:40.088Z Compiling postgres-types v0.2.12
22422026-08-13T20:59:40.104Z Compiling zstd v0.13.3
22432026-08-13T20:59:40.186Z Compiling globset v0.4.18
22442026-08-13T20:59:40.246Z Compiling strum v0.27.2
22452026-08-13T20:59:40.321Z Compiling hubpack v0.1.2
22462026-08-13T20:59:40.441Z Compiling phf_shared v0.11.3
22472026-08-13T20:59:40.461Z Compiling hkdf v0.12.4
22482026-08-13T20:59:40.530Z Compiling crossbeam-epoch v0.9.18
22492026-08-13T20:59:40.579Z Compiling ed25519 v2.2.3
22502026-08-13T20:59:40.611Z Compiling byte-wrapper v0.1.0
22512026-08-13T20:59:40.633Z Compiling olpc-cjson v0.1.4
22522026-08-13T20:59:40.885Z Compiling serde-big-array v0.5.1
22532026-08-13T20:59:40.888Z Compiling serde_plain v1.0.2
22542026-08-13T20:59:40.921Z Compiling pem v3.0.6
22552026-08-13T20:59:41.015Z Compiling crypto-bigint v0.5.5
22562026-08-13T20:59:41.148Z Compiling float-cmp v0.10.0
22572026-08-13T20:59:41.179Z Compiling memmap2 v0.9.10
22582026-08-13T20:59:41.226Z Compiling predicates-core v1.0.10
22592026-08-13T20:59:41.250Z Compiling difflib v0.4.0
22602026-08-13T20:59:41.250Z Compiling new_debug_unreachable v1.0.6
22612026-08-13T20:59:41.322Z Compiling typed-path v0.9.3
22622026-08-13T20:59:41.419Z Compiling data-encoding v2.10.0
22632026-08-13T20:59:41.424Z Compiling whoami v2.1.0
22642026-08-13T20:59:41.687Z Compiling fixedbitset v0.4.2
22652026-08-13T20:59:41.704Z Compiling precomputed-hash v0.1.1
22662026-08-13T20:59:41.724Z Compiling normalize-line-endings v0.3.0
22672026-08-13T20:59:41.780Z Compiling fixedbitset v0.5.7
22682026-08-13T20:59:41.796Z Compiling const-oid v0.10.2
22692026-08-13T20:59:41.811Z Compiling static_assertions v1.1.0
22702026-08-13T20:59:41.838Z Compiling toml_write v0.1.2
22712026-08-13T20:59:41.911Z Compiling keccak v0.1.6
22722026-08-13T20:59:41.927Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22732026-08-13T20:59:41.975Z Compiling digest v0.11.3
22742026-08-13T20:59:42.014Z Compiling toml_edit v0.22.27
22752026-08-13T20:59:42.053Z Compiling petgraph v0.8.3
22762026-08-13T20:59:42.077Z Compiling sha3 v0.10.8
22772026-08-13T20:59:42.134Z Compiling elliptic-curve v0.13.8
22782026-08-13T20:59:42.167Z Compiling petgraph v0.6.5
22792026-08-13T20:59:42.196Z Compiling predicates v3.1.4
22802026-08-13T20:59:42.360Z Compiling string_cache v0.8.9
22812026-08-13T20:59:42.378Z Compiling hickory-proto v0.25.2
22822026-08-13T20:59:42.594Z Compiling tokio-postgres v0.7.16
22832026-08-13T20:59:42.760Z Compiling chacha20 v0.10.0
22842026-08-13T20:59:42.838Z Compiling usdt v0.6.0
22852026-08-13T20:59:43.650Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-13T20:59:43.959Z Compiling zip v4.6.1
22872026-08-13T20:59:43.975Z Compiling ed25519-dalek v2.2.0
22882026-08-13T20:59:44.694Z Compiling crossterm v0.28.1
22892026-08-13T20:59:44.847Z Compiling iddqd v0.4.2
22902026-08-13T20:59:44.947Z Compiling serde_with v3.21.0
22912026-08-13T20:59:45.080Z Compiling similar v2.7.0
22922026-08-13T20:59:45.099Z Compiling strum v0.26.3
22932026-08-13T20:59:45.627Z Compiling tokio-stream v0.1.18
22942026-08-13T20:59:45.834Z Compiling buf-list v1.1.2
22952026-08-13T20:59:45.908Z Compiling itertools v0.13.0
22962026-08-13T20:59:45.912Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-13T20:59:46.115Z Compiling openapiv3 v2.2.0
22982026-08-13T20:59:46.791Z Compiling peg-runtime v0.8.5
22992026-08-13T20:59:47.097Z Compiling lalrpop-util v0.19.12
23002026-08-13T21:00:03.699Z Compiling rustls-webpki v0.103.13
23012026-08-13T21:00:07.255Z Compiling macaddr v1.0.1
23022026-08-13T21:00:07.358Z Compiling tokio-rustls v0.26.4
23032026-08-13T21:00:07.372Z Compiling rustls-platform-verifier v0.6.2
23042026-08-13T21:00:07.410Z Compiling tough v0.22.0
23052026-08-13T21:00:07.469Z Compiling rayon-core v1.13.0
23062026-08-13T21:00:07.607Z Compiling crucible-workspace-hack v0.1.0
23072026-08-13T21:00:07.618Z Compiling hyper-rustls v0.27.7
23082026-08-13T21:00:07.648Z Compiling secrecy v0.10.3
23092026-08-13T21:00:07.700Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-08-13T21:00:07.788Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-08-13T21:00:07.804Z Compiling heapless v0.8.0
23122026-08-13T21:00:07.844Z Compiling reqwest v0.13.2
23132026-08-13T21:00:07.931Z Compiling crossbeam-deque v0.8.6
23142026-08-13T21:00:07.985Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-08-13T21:00:08.041Z Compiling ingot-macros v0.2.0
23162026-08-13T21:00:08.059Z Compiling inout v0.1.4
23172026-08-13T21:00:08.131Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23182026-08-13T21:00:08.155Z Compiling hash32 v0.3.1
23192026-08-13T21:00:08.178Z Compiling multer v3.1.0
23202026-08-13T21:00:08.242Z Compiling thread_local v1.1.9
23212026-08-13T21:00:08.293Z Compiling smoltcp v0.11.0
23222026-08-13T21:00:08.310Z Compiling slog-async v2.8.0
23232026-08-13T21:00:08.338Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-08-13T21:00:08.392Z Compiling match_cfg v0.1.0
23252026-08-13T21:00:08.478Z Compiling unicode-width v0.2.0
23262026-08-13T21:00:08.573Z Compiling compression-core v0.4.31
23272026-08-13T21:00:08.623Z Compiling proc-macro-crate v3.4.0
23282026-08-13T21:00:08.657Z Compiling hostname v0.3.1
23292026-08-13T21:00:08.731Z Compiling compression-codecs v0.4.37
23302026-08-13T21:00:08.768Z Compiling cipher v0.4.4
23312026-08-13T21:00:08.874Z Compiling atomicwrites v0.4.4
23322026-08-13T21:00:08.890Z Compiling slog-json v2.6.1
23332026-08-13T21:00:08.905Z Compiling crossbeam-channel v0.5.15
23342026-08-13T21:00:09.042Z Compiling half v2.7.1
23352026-08-13T21:00:09.065Z Compiling newtype-uuid-macros v0.1.0
23362026-08-13T21:00:09.101Z Compiling cobs v0.3.0
23372026-08-13T21:00:09.152Z Compiling universal-hash v0.5.1
23382026-08-13T21:00:09.183Z Compiling async-stream-impl v0.3.6
23392026-08-13T21:00:09.207Z Compiling thiserror-impl-no-std v2.0.2
23402026-08-13T21:00:09.263Z Compiling toml_datetime v1.1.1+spec-1.1.0
23412026-08-13T21:00:09.315Z Compiling serde_spanned v1.1.1
23422026-08-13T21:00:09.401Z Compiling is-terminal v0.4.17
23432026-08-13T21:00:09.483Z Compiling proc-macro-error-attr v1.0.4
23442026-08-13T21:00:09.538Z Compiling dropshot v0.17.1
23452026-08-13T21:00:09.564Z Compiling opaque-debug v0.3.1
23462026-08-13T21:00:09.594Z Compiling ciborium-io v0.2.2
23472026-08-13T21:00:09.652Z Compiling take_mut v0.2.2
23482026-08-13T21:00:09.701Z Compiling term v1.2.1
23492026-08-13T21:00:09.725Z Compiling convert_case v0.4.0
23502026-08-13T21:00:09.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23512026-08-13T21:00:09.764Z Compiling toml_writer v1.1.1+spec-1.1.0
23522026-08-13T21:00:09.787Z Compiling async-stream v0.3.6
23532026-08-13T21:00:09.817Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-13T21:00:09.973Z Compiling toml v1.1.2+spec-1.1.0
23552026-08-13T21:00:10.068Z Compiling derive_more v0.99.20
23562026-08-13T21:00:10.091Z Compiling slog-term v2.9.2
23572026-08-13T21:00:10.111Z Compiling ciborium-ll v0.2.2
23582026-08-13T21:00:10.234Z Compiling thiserror-no-std v2.0.2
23592026-08-13T21:00:10.296Z Compiling poly1305 v0.8.0
23602026-08-13T21:00:10.350Z Compiling postcard v1.1.3
23612026-08-13T21:00:10.661Z Compiling ingot-types v0.2.0
23622026-08-13T21:00:10.791Z Compiling slog-bunyan v2.5.0
23632026-08-13T21:00:10.949Z Compiling num_enum_derive v0.7.6
23642026-08-13T21:00:10.975Z Compiling chacha20 v0.9.1
23652026-08-13T21:00:11.004Z Compiling async-compression v0.4.41
23662026-08-13T21:00:11.165Z Compiling ingot v0.2.1
23672026-08-13T21:00:11.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23682026-08-13T21:00:11.257Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23692026-08-13T21:00:11.375Z Compiling sha1 v0.11.0
23702026-08-13T21:00:11.391Z Compiling parse-display-derive v0.10.0
23712026-08-13T21:00:11.495Z Compiling proc-macro-crate v1.3.1
23722026-08-13T21:00:11.532Z Compiling waitgroup v0.1.2
23732026-08-13T21:00:11.555Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23742026-08-13T21:00:11.706Z Compiling backon v1.6.0
23752026-08-13T21:00:11.849Z Compiling rustls-pemfile v2.2.0
23762026-08-13T21:00:11.866Z Compiling dropshot_endpoint v0.17.1
23772026-08-13T21:00:11.911Z Compiling password-hash v0.5.0
23782026-08-13T21:00:11.928Z Compiling blake2 v0.10.6
23792026-08-13T21:00:11.997Z Compiling aead v0.5.2
23802026-08-13T21:00:12.161Z Compiling foreign-types-macros v0.2.3
23812026-08-13T21:00:12.212Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23822026-08-13T21:00:12.229Z Compiling serde_path_to_error v0.1.20
23832026-08-13T21:00:12.287Z Compiling hostname v0.4.2
23842026-08-13T21:00:12.454Z Compiling proc-macro-error v1.0.4
23852026-08-13T21:00:12.469Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23862026-08-13T21:00:12.609Z Compiling instant v0.1.13
23872026-08-13T21:00:12.634Z Compiling foreign-types-shared v0.3.1
23882026-08-13T21:00:12.673Z Compiling debug-ignore v1.0.5
23892026-08-13T21:00:12.752Z Compiling backoff v0.4.0
23902026-08-13T21:00:12.769Z Compiling argon2 v0.5.3
23912026-08-13T21:00:12.769Z Compiling foreign-types v0.5.0
23922026-08-13T21:00:12.802Z Compiling chacha20poly1305 v0.10.1
23932026-08-13T21:00:12.818Z Compiling num_enum v0.7.6
23942026-08-13T21:00:12.821Z Compiling num_enum_derive v0.5.11
23952026-08-13T21:00:12.874Z Compiling parse-display v0.10.0
23962026-08-13T21:00:12.889Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23972026-08-13T21:00:12.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982026-08-13T21:00:12.964Z Compiling vsss-rs v3.3.4
23992026-08-13T21:00:12.980Z Compiling ciborium v0.2.2
24002026-08-13T21:00:13.318Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24012026-08-13T21:00:13.388Z Compiling tabwriter v1.4.1
24022026-08-13T21:00:13.463Z Compiling regress v0.10.5
24032026-08-13T21:00:13.478Z Compiling itertools v0.14.0
24042026-08-13T21:00:13.536Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24052026-08-13T21:00:13.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24062026-08-13T21:00:13.736Z Compiling cstr-argument v0.1.2
24072026-08-13T21:00:13.768Z Compiling humantime v2.3.0
24082026-08-13T21:00:13.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24092026-08-13T21:00:13.802Z Compiling num_enum v0.5.11
24102026-08-13T21:00:13.843Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24112026-08-13T21:00:13.923Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24122026-08-13T21:00:14.006Z Compiling rayon v1.11.0
24132026-08-13T21:00:14.028Z Compiling rand v0.10.1
24142026-08-13T21:00:14.098Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-13T21:00:14.136Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-13T21:00:14.154Z Compiling colored v3.1.1
24172026-08-13T21:00:14.216Z Compiling libefi-sys v0.1.0
24182026-08-13T21:00:14.232Z Compiling indent_write v2.2.0
24192026-08-13T21:00:14.248Z Compiling zone_cfg_derive v0.3.1
24202026-08-13T21:00:14.376Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24212026-08-13T21:00:14.412Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-13T21:00:14.467Z Compiling camino-tempfile v1.4.1
24232026-08-13T21:00:14.481Z Compiling itertools v0.12.1
24242026-08-13T21:00:14.496Z Compiling usdt-macro v0.5.0
24252026-08-13T21:00:14.648Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24262026-08-13T21:00:14.810Z Compiling usdt-attr-macro v0.5.0
24272026-08-13T21:00:14.877Z Compiling bitfield-struct v0.6.2
24282026-08-13T21:00:14.901Z Compiling num-derive v0.4.2
24292026-08-13T21:00:14.930Z Compiling blake3 v1.8.5
24302026-08-13T21:00:15.005Z Compiling sigpipe v0.1.3
24312026-08-13T21:00:15.036Z Compiling memmap v0.7.0
24322026-08-13T21:00:15.052Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-13T21:00:15.104Z Compiling glob v0.3.3
24342026-08-13T21:00:15.121Z Compiling swrite v0.1.0
24352026-08-13T21:00:15.249Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-13T21:00:15.297Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24372026-08-13T21:00:15.368Z Compiling smf v0.2.3
24382026-08-13T21:00:15.519Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392026-08-13T21:00:15.547Z Compiling filetime v0.2.27
24402026-08-13T21:00:15.593Z Compiling usdt v0.5.0
24412026-08-13T21:00:15.610Z Compiling arrayref v0.3.9
24422026-08-13T21:00:15.738Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432026-08-13T21:00:15.799Z Compiling xattr v1.6.1
24442026-08-13T21:00:15.816Z Compiling constant_time_eq v0.4.2
24452026-08-13T21:00:15.831Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24462026-08-13T21:00:15.831Z Compiling zone v0.3.1
24472026-08-13T21:00:15.860Z Compiling arrayvec v0.7.6
24482026-08-13T21:00:15.875Z Compiling whoami v1.6.1
24492026-08-13T21:00:15.994Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24502026-08-13T21:00:16.018Z Compiling tar v0.4.46
24512026-08-13T21:00:16.034Z Compiling tokio-dtrace v0.1.1
24522026-08-13T21:00:16.053Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24532026-08-13T21:00:16.220Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24542026-08-13T21:00:16.286Z Compiling console v0.16.2
24552026-08-13T21:00:16.341Z Compiling gethostname v0.5.0
24562026-08-13T21:00:16.473Z Compiling topological-sort v0.2.2
24572026-08-13T21:00:16.493Z Compiling unit-prefix v0.5.2
24582026-08-13T21:00:16.512Z Compiling oxide-tokio-rt v0.1.4
24592026-08-13T21:00:16.555Z Compiling toml v0.8.23
24602026-08-13T21:00:16.675Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-13T21:00:16.757Z Compiling indicatif v0.18.4
24622026-08-13T21:00:16.882Z Compiling shell-words v1.1.1
24632026-08-13T21:00:26.127Z Compiling progenitor-client v0.14.0
24642026-08-13T21:00:26.127Z Compiling omicron-zone-package v0.12.3
24652026-08-13T21:00:26.378Z Compiling progenitor-extras v0.2.0
24662026-08-13T21:00:26.716Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-08-13T21:00:26.736Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24682026-08-13T21:00:26.778Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-08-13T21:00:26.807Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-08-13T21:00:26.842Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-08-13T21:00:26.873Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24722026-08-13T21:00:27.039Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-13T21:00:27.146Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-08-13T21:00:27.513Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-08-13T21:00:31.374Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-08-13T21:00:39.487Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-08-13T21:00:42.689Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-08-13T21:00:43.764Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-08-13T21:00:53.206Z Finished `release` profile [optimized] target(s) in 1m 44s
24802026-08-13T21:00:53.353Z Running `target/release/omicron-package -t test target create -p dev`
24812026-08-13T21:00:53.415ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-08-13T21:00:53.418ZCreated new build target 'test' and set it as active
24832026-08-13T21:00:53.421Z
24842026-08-13T21:00:53.421Zreal 1:44.618135883
24852026-08-13T21:00:53.421Zuser 17:22.705627868
24862026-08-13T21:00:53.421Zsys 2:43.326968346
24872026-08-13T21:00:53.421Ztrap 0.492820503
24882026-08-13T21:00:53.421Ztflt 2.497001023
24892026-08-13T21:00:53.421Zdflt 4.791260508
24902026-08-13T21:00:53.421Zkflt 0.000688492
24912026-08-13T21:00:53.421Zlock 56:44.960594802
24922026-08-13T21:00:53.421Zslp 44:21.138967731
24932026-08-13T21:00:53.421Zlat 50.788253197
24942026-08-13T21:00:53.421Zstop 6:05.857061786
24952026-08-13T21:00:53.421Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-08-13T21:00:54.310Z Finished `release` profile [optimized] target(s) in 0.88s
24972026-08-13T21:00:54.388Z Running `target/release/omicron-package -t test package`
24982026-08-13T21:00:54.446ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-08-13T21:00:55.885Z Compiling heck v0.5.0
25002026-08-13T21:00:55.885Z Compiling regress v0.11.1
25012026-08-13T21:00:56.111Z Compiling unsafe-libyaml v0.2.11
25022026-08-13T21:00:56.147Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-08-13T21:00:56.172Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-08-13T21:00:56.194Z Compiling derive-where v1.6.0
25052026-08-13T21:00:56.199Z Compiling bytecount v0.6.9
25062026-08-13T21:00:56.232Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-13T21:00:56.234Z Compiling atomicwrites v0.4.4
25082026-08-13T21:00:56.234Z Compiling is-terminal v0.4.17
25092026-08-13T21:00:56.234Z Compiling prettyplease v0.2.37
25102026-08-13T21:00:56.234Z Compiling console v0.15.11
25112026-08-13T21:00:56.234Z Compiling newline-converter v0.3.0
25122026-08-13T21:00:56.273Z Compiling slog-dtrace v0.3.0
25132026-08-13T21:00:56.355Z Compiling resolv-conf v0.7.6
25142026-08-13T21:00:56.404Z Compiling num-rational v0.4.2
25152026-08-13T21:00:56.424Z Compiling num-complex v0.4.6
25162026-08-13T21:00:56.444Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-13T21:00:56.482Z Compiling thread_local v1.1.9
25182026-08-13T21:00:56.504Z Compiling cancel-safe-futures v0.1.5
25192026-08-13T21:00:56.571Z Compiling match_cfg v0.1.0
25202026-08-13T21:00:56.663Z Compiling serde_yaml v0.9.34+deprecated
25212026-08-13T21:00:56.735Z Compiling expectorate v1.2.0
25222026-08-13T21:00:56.757Z Compiling compression-core v0.4.31
25232026-08-13T21:00:56.791Z Compiling unicode-width v0.1.14
25242026-08-13T21:00:56.901Z Compiling compression-codecs v0.4.37
25252026-08-13T21:00:56.932Z Compiling num v0.4.3
25262026-08-13T21:00:56.974Z Compiling hostname v0.3.1
25272026-08-13T21:00:56.977Z Compiling slog-async v2.8.0
25282026-08-13T21:00:57.023Z Compiling multer v3.1.0
25292026-08-13T21:00:57.039Z Compiling crossbeam-channel v0.5.15
25302026-08-13T21:00:57.063Z Compiling slog-json v2.6.1
25312026-08-13T21:00:57.090Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-13T21:00:57.132Z Compiling serde_spanned v1.1.1
25332026-08-13T21:00:57.159Z Compiling linked-hash-map v0.5.6
25342026-08-13T21:00:57.182Z Compiling toml_writer v1.1.1+spec-1.1.0
25352026-08-13T21:00:57.286Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-08-13T21:00:57.307Z Compiling term v1.2.1
25372026-08-13T21:00:57.328Z Compiling float-ord v0.3.2
25382026-08-13T21:00:57.371Z Compiling take_mut v0.2.2
25392026-08-13T21:00:57.393Z Compiling oxide-update-engine-types v0.1.2
25402026-08-13T21:00:57.415Z Compiling toml v1.1.2+spec-1.1.0
25412026-08-13T21:00:57.418Z Compiling lru-cache v0.1.2
25422026-08-13T21:00:57.418Z Compiling slog-bunyan v2.5.0
25432026-08-13T21:00:57.479Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25442026-08-13T21:00:57.520Z Compiling async-compression v0.4.41
25452026-08-13T21:00:57.597Z Compiling slog-term v2.9.2
25462026-08-13T21:00:57.620Z Compiling typify-impl v0.6.2
25472026-08-13T21:00:57.906Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-08-13T21:00:57.924Z Compiling async-stream v0.3.6
25492026-08-13T21:00:57.944Z Compiling dropshot v0.17.1
25502026-08-13T21:00:57.970Z Compiling sha1 v0.11.0
25512026-08-13T21:00:58.013Z Compiling progenitor-client v0.14.0
25522026-08-13T21:00:58.061Z Compiling waitgroup v0.1.2
25532026-08-13T21:00:58.102Z Compiling rustls-pemfile v2.2.0
25542026-08-13T21:00:58.123Z Compiling backon v1.6.0
25552026-08-13T21:00:58.126Z Compiling serde_path_to_error v0.1.20
25562026-08-13T21:00:58.224Z Compiling hostname v0.4.2
25572026-08-13T21:00:58.253Z Compiling instant v0.1.13
25582026-08-13T21:00:58.321Z Compiling debug-ignore v1.0.5
25592026-08-13T21:00:58.354Z Compiling linear-map v1.2.0
25602026-08-13T21:00:58.355Z Compiling minimal-lexical v0.2.1
25612026-08-13T21:00:58.397Z Compiling backoff v0.4.0
25622026-08-13T21:00:58.397Z Compiling progenitor-extras v0.2.0
25632026-08-13T21:00:58.515Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25642026-08-13T21:00:58.562Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25652026-08-13T21:00:58.603Z Compiling oxide-update-engine v0.1.2
25662026-08-13T21:00:58.646Z Compiling nom v7.1.3
25672026-08-13T21:00:58.667Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25682026-08-13T21:00:58.690Z Compiling parse-display v0.10.0
25692026-08-13T21:00:58.794Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25702026-08-13T21:00:58.818Z Compiling hickory-proto v0.24.4
25712026-08-13T21:00:59.264Z Compiling regress v0.10.5
25722026-08-13T21:00:59.425Z Compiling itertools v0.14.0
25732026-08-13T21:00:59.904Z Compiling macaddr v1.0.1
25742026-08-13T21:00:59.956Z Compiling humantime v2.3.0
25752026-08-13T21:01:00.037Z Compiling unicode-xid v0.2.6
25762026-08-13T21:01:00.204Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25772026-08-13T21:01:00.260Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782026-08-13T21:01:00.382Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25792026-08-13T21:01:00.439Z Compiling convert_case v0.10.0
25802026-08-13T21:01:00.627Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-13T21:01:00.662Z Compiling owo-colors v4.3.0
25822026-08-13T21:01:00.740Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25832026-08-13T21:01:00.761Z Compiling derive_more-impl v2.1.1
25842026-08-13T21:01:00.875Z Compiling toml v0.8.23
25852026-08-13T21:01:01.110Z Compiling typify-macro v0.6.2
25862026-08-13T21:01:01.314Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25872026-08-13T21:01:01.368Z Compiling hickory-resolver v0.24.4
25882026-08-13T21:01:01.480Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25892026-08-13T21:01:01.501Z Compiling papergrid v0.11.0
25902026-08-13T21:01:01.583Z Compiling derive_more v2.1.1
25912026-08-13T21:01:01.697Z Compiling tabled_derive v0.7.0
25922026-08-13T21:01:02.034Z Compiling termtree v0.5.1
25932026-08-13T21:01:02.057Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25942026-08-13T21:01:02.239Z Compiling crossterm v0.29.0
25952026-08-13T21:01:02.620Z Compiling qorb v0.4.1
25962026-08-13T21:01:02.651Z Compiling tabled v0.15.0
25972026-08-13T21:01:02.698Z Compiling typify v0.6.2
25982026-08-13T21:01:02.991Z Compiling progenitor-impl v0.14.0
25992026-08-13T21:01:03.787Z Compiling phf_shared v0.12.1
26002026-08-13T21:01:04.043Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26012026-08-13T21:01:04.588Z Compiling csv-core v0.1.13
26022026-08-13T21:01:05.050Z Compiling vte v0.14.1
26032026-08-13T21:01:05.140Z Compiling progenitor-macro v0.14.0
26042026-08-13T21:01:05.307Z Compiling chrono-tz v0.10.4
26052026-08-13T21:01:05.527Z Compiling highway v1.3.0
26062026-08-13T21:01:06.080Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26072026-08-13T21:01:06.327Z Compiling strip-ansi-escapes v0.2.1
26082026-08-13T21:01:06.523Z Compiling csv v1.4.0
26092026-08-13T21:01:06.675Z Compiling phf v0.12.1
26102026-08-13T21:01:06.745Z Compiling const_format_proc_macros v0.2.34
26112026-08-13T21:01:06.883Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122026-08-13T21:01:06.911Z Compiling fd-lock v4.0.4
26132026-08-13T21:01:07.102Z Compiling peg-macros v0.8.5
26142026-08-13T21:01:07.351Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-13T21:01:07.426Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-13T21:01:07.530Z Compiling nu-ansi-term v0.50.3
26172026-08-13T21:01:07.766Z Compiling const_format v0.2.35
26182026-08-13T21:01:08.069Z Compiling reedline v0.40.0
26192026-08-13T21:01:08.300Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26202026-08-13T21:01:08.354Z Compiling peg v0.8.5
26212026-08-13T21:01:08.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-08-13T21:01:08.793Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26232026-08-13T21:01:09.269Z Compiling progenitor v0.14.0
26242026-08-13T21:01:09.457Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252026-08-13T21:01:09.659Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26262026-08-13T21:01:09.747Z Compiling bcs v0.1.6
26272026-08-13T21:01:10.197Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26282026-08-13T21:01:10.488Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26292026-08-13T21:01:10.721Z Compiling nom v8.0.0
26302026-08-13T21:01:11.259Z Compiling semver v0.1.20
26312026-08-13T21:01:11.515Z Compiling rustc_version v0.1.7
26322026-08-13T21:01:11.561Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332026-08-13T21:01:11.791Z Compiling newtype_derive v0.1.6
26342026-08-13T21:01:11.824Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26352026-08-13T21:01:12.028Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26362026-08-13T21:01:12.133Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26372026-08-13T21:01:12.164Z Compiling unicode-linebreak v0.1.5
26382026-08-13T21:01:12.320Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26392026-08-13T21:01:12.471Z Compiling smawk v0.3.2
26402026-08-13T21:01:12.635Z Compiling textwrap v0.16.2
26412026-08-13T21:01:12.689Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26422026-08-13T21:01:12.769Z Compiling steno v0.4.1
26432026-08-13T21:01:13.455Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26442026-08-13T21:01:14.152Z Compiling dropshot-api-manager-types v0.7.2
26452026-08-13T21:01:14.446Z Compiling sha1 v0.10.6
26462026-08-13T21:01:14.718Z Compiling utf-8 v0.7.6
26472026-08-13T21:01:14.749Z Compiling tagptr v0.2.0
26482026-08-13T21:01:14.902Z Compiling moka v0.12.13
26492026-08-13T21:01:14.937Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26502026-08-13T21:01:14.958Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-08-13T21:01:15.033Z Compiling tungstenite v0.21.0
26522026-08-13T21:01:15.230Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-08-13T21:01:15.262Z Compiling darling_core v0.21.3
26542026-08-13T21:01:15.321Z Compiling display-error-chain v0.2.2
26552026-08-13T21:01:15.497Z Compiling libscf-sys v1.2.0
26562026-08-13T21:01:15.669Z Compiling tokio-tungstenite v0.21.0
26572026-08-13T21:01:16.082Z Compiling hickory-resolver v0.25.2
26582026-08-13T21:01:16.168Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-13T21:01:17.151Z Compiling vergen-lib v0.1.6
26602026-08-13T21:01:17.375Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26612026-08-13T21:01:17.488Z Compiling darling_macro v0.21.3
26622026-08-13T21:01:17.869Z Compiling proc-macro-error-attr2 v2.0.0
26632026-08-13T21:01:17.890Z Compiling diesel_derives v2.3.7
26642026-08-13T21:01:17.998Z Compiling darling v0.21.3
26652026-08-13T21:01:18.129Z Compiling dsl_auto_type v0.2.0
26662026-08-13T21:01:18.274Z Compiling proc-macro-error2 v2.0.1
26672026-08-13T21:01:18.344Z Compiling scheduled-thread-pool v0.2.7
26682026-08-13T21:01:18.366Z Compiling vergen-gitcl v1.0.8
26692026-08-13T21:01:18.370Z Compiling diesel_table_macro_syntax v0.3.0
26702026-08-13T21:01:18.468Z Compiling dirs-sys-next v0.1.2
26712026-08-13T21:01:18.593Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26722026-08-13T21:01:18.597Z Compiling maplit v1.0.2
26732026-08-13T21:01:18.635Z Compiling glob v0.3.3
26742026-08-13T21:01:18.670Z Compiling crunchy v0.2.4
26752026-08-13T21:01:18.737Z Compiling dirs-next v2.0.0
26762026-08-13T21:01:18.912Z Compiling tabled_derive v0.11.0
26772026-08-13T21:01:18.970Z Compiling r2d2 v0.8.10
26782026-08-13T21:01:18.999Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26792026-08-13T21:01:19.022Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26802026-08-13T21:01:19.139Z Compiling clang-sys v1.8.1
26812026-08-13T21:01:19.520Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26822026-08-13T21:01:19.594Z Compiling papergrid v0.17.0
26832026-08-13T21:01:19.958Z Compiling testing_table v0.3.0
26842026-08-13T21:01:20.234Z Compiling downcast-rs v2.0.2
26852026-08-13T21:01:20.234Z Compiling tiny-keccak v2.0.2
26862026-08-13T21:01:20.613Z Compiling term v0.7.0
26872026-08-13T21:01:20.914Z Compiling tabled v0.20.0
26882026-08-13T21:01:21.031Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-13T21:01:21.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-08-13T21:01:21.102Z Compiling bit-vec v0.6.3
26912026-08-13T21:01:21.143Z Compiling ascii-canvas v3.0.0
26922026-08-13T21:01:21.271Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26932026-08-13T21:01:21.367Z Compiling bit-set v0.5.3
26942026-08-13T21:01:21.425Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26952026-08-13T21:01:21.556Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26962026-08-13T21:01:21.650Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26972026-08-13T21:01:21.814Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26982026-08-13T21:01:21.878Z Compiling itertools v0.10.5
26992026-08-13T21:01:21.993Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
27002026-08-13T21:01:22.141Z Compiling ena v0.14.4
27012026-08-13T21:01:22.388Z Compiling libloading v0.8.9
27022026-08-13T21:01:22.477Z Compiling unicase v2.9.0
27032026-08-13T21:01:22.612Z Compiling xshell-macros v0.2.7
27042026-08-13T21:01:22.710Z Compiling bindgen v0.71.1
27052026-08-13T21:01:22.732Z Compiling diff v0.1.13
27062026-08-13T21:01:22.780Z Compiling regex-syntax v0.6.29
27072026-08-13T21:01:22.972Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27082026-08-13T21:01:23.020Z Compiling xshell v0.2.7
27092026-08-13T21:01:23.355Z Compiling diesel v2.3.7
27102026-08-13T21:01:23.779Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27112026-08-13T21:01:24.253Z Compiling lalrpop v0.19.12
27122026-08-13T21:01:24.672Z Compiling cexpr v0.6.0
27132026-08-13T21:01:24.829Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27142026-08-13T21:01:25.042Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27152026-08-13T21:01:25.188Z Compiling rustc-hash v2.1.1
27162026-08-13T21:01:25.300Z Compiling crc8 v0.1.1
27172026-08-13T21:01:25.444Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182026-08-13T21:01:25.703Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27192026-08-13T21:01:25.881Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-08-13T21:01:25.934Z Compiling headers-core v0.3.0
27212026-08-13T21:01:26.095Z Compiling libxml v0.3.3
27222026-08-13T21:01:26.229Z Compiling headers v0.4.1
27232026-08-13T21:01:26.383Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-08-13T21:01:26.405Z Compiling strum_macros v0.24.3
27252026-08-13T21:01:26.629Z Compiling indoc v1.0.9
27262026-08-13T21:01:26.960Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27272026-08-13T21:01:27.057Z Compiling derive_builder v0.20.2
27282026-08-13T21:01:27.185Z Compiling oso-derive v0.27.3
27292026-08-13T21:01:27.228Z Compiling quick-xml v0.37.5
27302026-08-13T21:01:27.624Z Compiling impl-trait-for-tuples v0.2.3
27312026-08-13T21:01:27.691Z Compiling openssl-probe v0.1.6
27322026-08-13T21:01:27.859Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27332026-08-13T21:01:27.978Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-13T21:01:28.000Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-08-13T21:01:28.221Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-08-13T21:01:28.567Z Compiling bb8 v0.8.6
27372026-08-13T21:01:28.587Z Compiling trait-variant v0.1.2
27382026-08-13T21:01:28.613Z Compiling half v1.8.3
27392026-08-13T21:01:28.891Z Compiling serde_cbor v0.11.2
27402026-08-13T21:01:28.969Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27412026-08-13T21:01:29.009Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27422026-08-13T21:01:29.076Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27432026-08-13T21:01:29.162Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27442026-08-13T21:01:29.269Z Compiling progenitor-impl v0.13.0
27452026-08-13T21:01:29.869Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27462026-08-13T21:01:29.888Z Compiling nonempty v0.12.0
27472026-08-13T21:01:29.968Z Compiling samael v0.0.19
27482026-08-13T21:01:29.998Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27492026-08-13T21:01:30.125Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502026-08-13T21:01:30.296Z Compiling progenitor-client v0.13.0
27512026-08-13T21:01:30.818Z Compiling fxhash v0.2.1
27522026-08-13T21:01:30.995Z Compiling libz-sys v1.1.24
27532026-08-13T21:01:31.344Z Compiling salty v0.3.0
27542026-08-13T21:01:31.442Z Compiling progenitor-macro v0.13.0
27552026-08-13T21:01:31.515Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27562026-08-13T21:01:31.644Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27572026-08-13T21:01:31.734Z Compiling polar-core v0.27.3
27582026-08-13T21:01:31.791Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27592026-08-13T21:01:31.888Z Compiling kstat-rs v0.2.5
27602026-08-13T21:01:32.578Z Compiling mime_guess v2.0.5
27612026-08-13T21:01:33.149Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-08-13T21:01:33.907Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-08-13T21:01:34.883Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-08-13T21:01:35.045Z Compiling rfc6979 v0.4.0
27652026-08-13T21:01:35.232Z Compiling nanorand v0.7.0
27662026-08-13T21:01:35.318Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-08-13T21:01:35.555Z Compiling progenitor v0.13.0
27682026-08-13T21:01:35.604Z Compiling parking_lot_core v0.8.6
27692026-08-13T21:01:35.642Z Compiling flume v0.11.1
27702026-08-13T21:01:35.775Z Compiling ecdsa v0.16.9
27712026-08-13T21:01:35.824Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27722026-08-13T21:01:36.070Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732026-08-13T21:01:36.125Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-08-13T21:01:36.450Z Compiling primeorder v0.13.6
27752026-08-13T21:01:36.779Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27762026-08-13T21:01:36.815Z Compiling git-stub v1.0.0
27772026-08-13T21:01:37.085Z Compiling strsim v0.10.0
27782026-08-13T21:01:37.317Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-08-13T21:01:37.388Z Compiling http-range v0.1.5
27802026-08-13T21:01:37.548Z Compiling instability v0.3.11
27812026-08-13T21:01:37.752Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27822026-08-13T21:01:37.815Z Compiling darling_core v0.13.4
27832026-08-13T21:01:38.836Z Compiling git-stub-vcs v0.1.0
27842026-08-13T21:01:38.999Z Compiling p384 v0.13.1
27852026-08-13T21:01:39.669Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27862026-08-13T21:01:39.866Z Compiling ignore v0.4.25
27872026-08-13T21:01:40.032Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-13T21:01:40.299Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-08-13T21:01:41.768Z Compiling oso v0.27.3
27902026-08-13T21:01:43.139Z Compiling async-bb8-diesel v0.2.1
27912026-08-13T21:01:43.598Z Compiling diesel-dtrace v0.5.0
27922026-08-13T21:01:43.928Z Compiling castaway v0.2.4
27932026-08-13T21:01:44.097Z Compiling vergen-git2 v9.1.0
27942026-08-13T21:01:44.287Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-08-13T21:01:44.349Z Compiling indoc v2.0.7
27962026-08-13T21:01:44.491Z Compiling compact_str v0.8.1
27972026-08-13T21:01:44.586Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27982026-08-13T21:01:44.751Z Compiling globwalk v0.9.1
27992026-08-13T21:01:45.384Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28002026-08-13T21:01:45.415Z Compiling parking_lot v0.11.2
28012026-08-13T21:01:45.506Z Compiling hyper-staticfile v0.10.1
28022026-08-13T21:01:45.613Z Compiling darling_macro v0.13.4
28032026-08-13T21:01:45.970Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-08-13T21:01:46.146Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28052026-08-13T21:01:46.473Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28062026-08-13T21:01:46.629Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-08-13T21:01:46.651Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-08-13T21:01:46.914Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28092026-08-13T21:01:47.109Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28102026-08-13T21:01:47.369Z Compiling predicates-tree v1.0.13
28112026-08-13T21:01:47.789Z Compiling unicode-truncate v1.1.0
28122026-08-13T21:01:47.996Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-08-13T21:01:48.233Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28142026-08-13T21:01:48.280Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28152026-08-13T21:01:48.417Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28162026-08-13T21:01:48.798Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28172026-08-13T21:01:48.947Z Compiling lru v0.12.5
28182026-08-13T21:01:49.174Z Compiling sha2 v0.11.0
28192026-08-13T21:01:49.310Z Compiling digest-io v0.1.0
28202026-08-13T21:01:49.489Z Compiling prefix-trie v0.7.0
28212026-08-13T21:01:49.911Z Compiling rand_seeder v0.4.0
28222026-08-13T21:01:49.987Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-13T21:01:50.167Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28242026-08-13T21:01:50.434Z Compiling rawzip v0.4.4
28252026-08-13T21:01:50.464Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28262026-08-13T21:01:50.618Z Compiling cassowary v0.3.0
28272026-08-13T21:01:50.780Z Compiling corncobs v0.1.4
28282026-08-13T21:01:51.032Z Compiling illumos-nvpair-sys v0.2.0
28292026-08-13T21:01:51.276Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28302026-08-13T21:01:51.567Z Compiling ratatui v0.29.0
28312026-08-13T21:01:52.193Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-08-13T21:01:52.748Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-13T21:01:52.793Z Compiling hickory-server v0.25.2
28342026-08-13T21:01:52.862Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28352026-08-13T21:01:52.992Z Compiling camino-tempfile-ext v0.3.3
28362026-08-13T21:01:53.571Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-08-13T21:01:54.862Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28382026-08-13T21:01:55.591Z Compiling darling v0.13.4
28392026-08-13T21:01:56.353Z Compiling sled v0.34.7
28402026-08-13T21:01:56.605Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-08-13T21:01:57.409Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28422026-08-13T21:01:57.802Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28432026-08-13T21:01:58.079Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28442026-08-13T21:01:58.194Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-08-13T21:01:58.195Z Compiling secrecy v0.8.0
28462026-08-13T21:01:58.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28472026-08-13T21:01:58.592Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-08-13T21:01:58.729Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-13T21:01:59.844Z Compiling serde_with_macros v1.5.2
28502026-08-13T21:01:59.931Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-08-13T21:02:00.658Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28522026-08-13T21:02:01.030Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28532026-08-13T21:02:01.491Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28542026-08-13T21:02:01.717Z Compiling git2 v0.20.4
28552026-08-13T21:02:01.721Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28562026-08-13T21:02:01.977Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28572026-08-13T21:02:02.699Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28582026-08-13T21:02:02.737Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28592026-08-13T21:02:02.963Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28602026-08-13T21:02:02.985Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28612026-08-13T21:02:03.067Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28622026-08-13T21:02:03.200Z Compiling arc-swap v1.8.2
28632026-08-13T21:02:03.224Z Compiling void v1.0.2
28642026-08-13T21:02:03.375Z Compiling lzss v0.8.2
28652026-08-13T21:02:03.468Z Compiling slog-scope v4.4.1
28662026-08-13T21:02:03.584Z Compiling illumos-nvpair v0.3.0
28672026-08-13T21:02:03.663Z Compiling serde_with v1.14.0
28682026-08-13T21:02:03.831Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28692026-08-13T21:02:04.164Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28702026-08-13T21:02:04.615Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-08-13T21:02:04.777Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-13T21:02:04.843Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-08-13T21:02:05.312Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-08-13T21:02:06.062Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28752026-08-13T21:02:06.427Z Compiling scuffle v0.1.0
28762026-08-13T21:02:06.745Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-08-13T21:02:08.520Z Compiling tungstenite v0.23.0
28782026-08-13T21:02:09.695Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-08-13T21:02:10.247Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-08-13T21:02:10.812Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-08-13T21:02:11.046Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822026-08-13T21:02:11.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28832026-08-13T21:02:11.516Z Compiling nix v0.27.1
28842026-08-13T21:02:11.538Z Compiling twox-hash v2.1.2
28852026-08-13T21:02:11.590Z Compiling libsw-core v0.3.2
28862026-08-13T21:02:11.670Z Compiling atty v0.2.14
28872026-08-13T21:02:11.817Z Compiling serde_bytes v0.11.19
28882026-08-13T21:02:11.838Z Compiling libsw v3.5.0
28892026-08-13T21:02:12.108Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-08-13T21:02:12.130Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28912026-08-13T21:02:12.130Z Compiling tokio-tungstenite v0.23.1
28922026-08-13T21:02:12.133Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28932026-08-13T21:02:12.291Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28942026-08-13T21:02:12.539Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28952026-08-13T21:02:12.669Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28962026-08-13T21:02:13.970Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-08-13T21:02:15.085Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28982026-08-13T21:02:15.870Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28992026-08-13T21:02:16.052Z Compiling slog-stdlog v4.1.1
29002026-08-13T21:02:16.254Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29012026-08-13T21:02:16.456Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29022026-08-13T21:02:16.469Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29032026-08-13T21:02:16.512Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29042026-08-13T21:02:16.901Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29052026-08-13T21:02:17.139Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29062026-08-13T21:02:17.883Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-08-13T21:02:18.836Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29082026-08-13T21:02:18.858Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29092026-08-13T21:02:19.403Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102026-08-13T21:02:21.539Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29112026-08-13T21:02:22.558Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29122026-08-13T21:02:23.208Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-08-13T21:02:24.061Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29142026-08-13T21:02:24.353Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29152026-08-13T21:02:24.590Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-08-13T21:02:25.494Z Compiling signal-hook-tokio v0.3.1
29172026-08-13T21:02:25.696Z Compiling fatfs v0.3.6
29182026-08-13T21:02:26.884Z Compiling yasna v0.5.2
29192026-08-13T21:02:26.923Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29202026-08-13T21:02:26.946Z Compiling seq-macro v0.3.6
29212026-08-13T21:02:26.980Z Compiling assert_matches v1.5.0
29222026-08-13T21:02:27.083Z Compiling is_ci v1.2.0
29232026-08-13T21:02:27.293Z Compiling supports-color v3.0.2
29242026-08-13T21:02:27.427Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29252026-08-13T21:02:27.667Z Compiling rcgen v0.12.1
29262026-08-13T21:02:28.452Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-08-13T21:02:29.787Z Compiling slog-envlogger v2.2.0
29282026-08-13T21:02:30.656Z Compiling oxide-update-engine-display v0.1.2
29292026-08-13T21:02:30.905Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29302026-08-13T21:02:30.934Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29312026-08-13T21:02:31.598Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29322026-08-13T21:02:31.773Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29332026-08-13T21:02:31.817Z Compiling port-file v0.1.0
29342026-08-13T21:02:32.008Z Compiling subprocess v0.2.15
29352026-08-13T21:02:32.084Z Compiling rtoolbox v0.0.3
29362026-08-13T21:02:32.238Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29372026-08-13T21:02:32.364Z Compiling rpassword v7.5.4
29382026-08-13T21:02:32.976Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29392026-08-13T21:02:34.109Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-08-13T21:02:34.680Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29412026-08-13T21:02:34.809Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29422026-08-13T21:02:36.355Z Compiling tui-tree-widget v0.23.1
29432026-08-13T21:02:36.648Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29442026-08-13T21:02:37.107Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29452026-08-13T21:02:37.729Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29462026-08-13T21:02:39.114Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29472026-08-13T21:02:39.140Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-08-13T21:02:39.140Z Compiling uzers v0.12.2
29492026-08-13T21:02:40.179Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29502026-08-13T21:02:40.201Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29512026-08-13T21:02:41.265Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29522026-08-13T21:02:42.451Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29532026-08-13T21:02:42.850Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29542026-08-13T21:02:43.619Z Compiling support-bundle-viewer v0.1.2
29552026-08-13T21:02:44.993Z Compiling multimap v0.10.1
29562026-08-13T21:02:53.937Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29572026-08-13T21:02:55.145Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-08-13T21:03:00.906Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29592026-08-13T21:03:05.049Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29602026-08-13T21:03:05.707Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29612026-08-13T21:10:45.690Z Finished `release` profile [optimized] target(s) in 9m 51s
29622026-08-13T21:10:45.695Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29632026-08-13T21:10:45.695Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29642026-08-13T21:11:37.330Z
29652026-08-13T21:11:37.330Zreal 10:43.882881369
29662026-08-13T21:11:37.334Zuser 1:21:14.414512662
29672026-08-13T21:11:37.334Zsys 3:40.450339835
29682026-08-13T21:11:37.334Ztrap 1.827954941
29692026-08-13T21:11:37.334Ztflt 1.891268311
29702026-08-13T21:11:37.334Zdflt 21.451097395
29712026-08-13T21:11:37.334Zkflt 0.013848536
29722026-08-13T21:11:37.334Zlock 8:12:26.187771660
29732026-08-13T21:11:37.334Zslp 2:19:32.063674408
29742026-08-13T21:11:37.334Zlat 2:31.169394422
29752026-08-13T21:11:37.334Zstop 5:35.185410591
29762026-08-13T21:11:37.334Z+ mapfile -t packages
29772026-08-13T21:11:37.334Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-08-13T21:11:38.279Z Finished `release` profile [optimized] target(s) in 0.93s
29792026-08-13T21:11:38.348Z Running `target/release/omicron-package -t test list-outputs`
29802026-08-13T21:11:38.410ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-08-13T21:11:38.414Z+ ptime -m cargo build --locked --release -p xtask
29822026-08-13T21:11:38.891Z Compiling libc v0.2.185
29832026-08-13T21:11:38.891Z Compiling serde_core v1.0.228
29842026-08-13T21:11:38.891Z Compiling serde v1.0.228
29852026-08-13T21:11:38.896Z Compiling rustix v1.1.3
29862026-08-13T21:11:38.896Z Compiling bitflags v2.11.0
29872026-08-13T21:11:38.896Z Compiling serde_json v1.0.151
29882026-08-13T21:11:39.055Z Compiling syn v2.0.117
29892026-08-13T21:11:39.058Z Compiling usdt-impl v0.5.0
29902026-08-13T21:11:39.058Z Compiling syn v1.0.109
29912026-08-13T21:11:39.089Z Compiling log v0.4.29
29922026-08-13T21:11:39.089Z Compiling getrandom v0.4.1
29932026-08-13T21:11:39.110Z Compiling indexmap v2.14.0
29942026-08-13T21:11:39.123Z Compiling fs-err v3.3.0
29952026-08-13T21:11:39.313Z Compiling once_cell v1.21.3
29962026-08-13T21:11:39.346Z Compiling heck v0.4.1
29972026-08-13T21:11:39.433Z Compiling anyhow v1.0.102
29982026-08-13T21:11:39.725Z Compiling errno v0.3.14
29992026-08-13T21:11:39.728Z Compiling thread-id v4.2.2
30002026-08-13T21:11:39.728Z Compiling memmap v0.7.0
30012026-08-13T21:11:40.531Z Compiling proc-macro-error v1.0.4
30022026-08-13T21:11:40.700Z Compiling terminal_size v0.4.3
30032026-08-13T21:11:40.700Z Compiling tempfile v3.25.0
30042026-08-13T21:11:40.788Z Compiling tabled_derive v0.7.0
30052026-08-13T21:11:40.799Z Compiling clap_builder v4.6.0
30062026-08-13T21:11:40.802Z Compiling textwrap v0.16.2
30072026-08-13T21:11:41.072Z Compiling camino v1.2.2
30082026-08-13T21:11:41.072Z Compiling semver v1.0.28
30092026-08-13T21:11:41.076Z Compiling cargo-platform v0.3.2
30102026-08-13T21:11:41.211Z Compiling pest_generator v2.8.6
30112026-08-13T21:11:41.413Z Compiling camino-tempfile v1.4.1
30122026-08-13T21:11:41.518Z Compiling tabled v0.15.0
30132026-08-13T21:11:41.706Z Compiling serde_derive v1.0.228
30142026-08-13T21:11:41.709Z Compiling thiserror-impl v1.0.69
30152026-08-13T21:11:41.709Z Compiling zerocopy-derive v0.7.35
30162026-08-13T21:11:41.709Z Compiling scroll_derive v0.12.1
30172026-08-13T21:11:41.709Z Compiling thiserror-impl v2.0.18
30182026-08-13T21:11:41.709Z Compiling clap_derive v4.6.1
30192026-08-13T21:11:41.772Z Compiling pest_derive v2.8.6
30202026-08-13T21:11:42.399Z Compiling scroll v0.12.0
30212026-08-13T21:11:42.553Z Compiling zerocopy v0.7.35
30222026-08-13T21:11:42.659Z Compiling goblin v0.8.2
30232026-08-13T21:11:42.828Z Compiling thiserror v1.0.69
30242026-08-13T21:11:42.945Z Compiling dtrace-parser v0.2.0
30252026-08-13T21:11:43.156Z Compiling thiserror v2.0.18
30262026-08-13T21:11:43.396Z Compiling clap v4.6.1
30272026-08-13T21:11:44.887Z Compiling dof v0.3.0
30282026-08-13T21:11:44.944Z Compiling toml_datetime v0.6.11
30292026-08-13T21:11:44.978Z Compiling serde_spanned v0.6.9
30302026-08-13T21:11:45.051Z Compiling serde_tokenstream v0.2.3
30312026-08-13T21:11:45.176Z Compiling toml_edit v0.22.27
30322026-08-13T21:11:45.189Z Compiling macaddr v1.0.1
30332026-08-13T21:11:45.212Z Compiling cargo_metadata v0.23.1
30342026-08-13T21:11:45.222Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30352026-08-13T21:11:45.621Z Compiling usdt-attr-macro v0.5.0
30362026-08-13T21:11:45.621Z Compiling usdt-macro v0.5.0
30372026-08-13T21:11:46.289Z Compiling usdt v0.5.0
30382026-08-13T21:11:46.699Z Compiling toml v0.8.23
30392026-08-13T21:11:47.132Z Compiling cargo_toml v0.21.0
30402026-08-13T21:11:51.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30412026-08-13T21:11:54.737Z Finished `release` profile [optimized] target(s) in 16.31s
30422026-08-13T21:11:54.841Z
30432026-08-13T21:11:54.845Zreal 16.394802303
30442026-08-13T21:11:54.845Zuser 2:05.454207836
30452026-08-13T21:11:54.845Zsys 13.661965426
30462026-08-13T21:11:54.845Ztrap 0.069148213
30472026-08-13T21:11:54.845Ztflt 0.516151245
30482026-08-13T21:11:54.845Zdflt 1.323614740
30492026-08-13T21:11:54.845Zkflt 0.000020835
30502026-08-13T21:11:54.845Zlock 4:47.155250199
30512026-08-13T21:11:54.845Zslp 2:41.268060255
30522026-08-13T21:11:54.845Zlat 4.758425194
30532026-08-13T21:11:54.845Zstop 17.251925637
30542026-08-13T21:11:54.845Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-13T21:11:54.845Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30562026-08-13T21:11:54.845Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-13T21:11:54.845Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30582026-08-13T21:11:54.845Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30592026-08-13T21:11:55.787Z Compiling match_cfg v0.1.0
30602026-08-13T21:11:55.787Z Compiling progenitor-client v0.14.0
30612026-08-13T21:11:55.787Z Compiling slog-json v2.6.1
30622026-08-13T21:11:55.790Z Compiling newtype-uuid-macros v0.1.0
30632026-08-13T21:11:55.790Z Compiling sha1 v0.11.0
30642026-08-13T21:11:55.790Z Compiling multer v3.1.0
30652026-08-13T21:11:55.790Z Compiling compression-core v0.4.31
30662026-08-13T21:11:55.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-08-13T21:11:55.958Z Compiling debug-ignore v1.0.5
30682026-08-13T21:11:55.961Z Compiling async-stream-impl v0.3.6
30692026-08-13T21:11:55.966Z Compiling serde_spanned v1.1.1
30702026-08-13T21:11:55.970Z Compiling toml_datetime v1.1.1+spec-1.1.0
30712026-08-13T21:11:55.970Z Compiling dropshot v0.17.1
30722026-08-13T21:11:55.970Z Compiling toml_writer v1.1.1+spec-1.1.0
30732026-08-13T21:11:55.970Z Compiling waitgroup v0.1.2
30742026-08-13T21:11:55.970Z Compiling rustls-pemfile v2.2.0
30752026-08-13T21:11:56.143Z Compiling compression-codecs v0.4.37
30762026-08-13T21:11:56.213Z Compiling dropshot_endpoint v0.17.1
30772026-08-13T21:11:56.230Z Compiling serde_path_to_error v0.1.20
30782026-08-13T21:11:56.249Z Compiling hostname v0.4.2
30792026-08-13T21:11:56.284Z Compiling atomicwrites v0.4.4
30802026-08-13T21:11:56.304Z Compiling hostname v0.3.1
30812026-08-13T21:11:56.337Z Compiling async-compression v0.4.41
30822026-08-13T21:11:56.356Z Compiling toml v1.1.2+spec-1.1.0
30832026-08-13T21:11:56.407Z Compiling macaddr v1.0.1
30842026-08-13T21:11:56.410Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30852026-08-13T21:11:56.428Z Compiling instant v0.1.13
30862026-08-13T21:11:56.465Z Compiling slog-bunyan v2.5.0
30872026-08-13T21:11:56.469Z Compiling itertools v0.14.0
30882026-08-13T21:11:56.503Z Compiling regress v0.10.5
30892026-08-13T21:11:56.506Z Compiling parse-display-derive v0.10.0
30902026-08-13T21:11:56.506Z Compiling backon v1.6.0
30912026-08-13T21:11:56.573Z Compiling backoff v0.4.0
30922026-08-13T21:11:56.628Z Compiling humantime v2.3.0
30932026-08-13T21:11:56.646Z Compiling half v2.7.1
30942026-08-13T21:11:56.667Z Compiling crucible-workspace-hack v0.1.0
30952026-08-13T21:11:56.695Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-08-13T21:11:56.712Z Compiling progenitor-extras v0.2.0
30972026-08-13T21:11:56.731Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30982026-08-13T21:11:56.751Z Compiling ciborium-io v0.2.2
30992026-08-13T21:11:56.780Z Compiling async-stream v0.3.6
31002026-08-13T21:11:56.796Z Compiling regress v0.11.1
31012026-08-13T21:11:56.862Z Compiling convert_case v0.4.0
31022026-08-13T21:11:56.868Z Compiling secrecy v0.10.3
31032026-08-13T21:11:56.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31042026-08-13T21:11:56.919Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31052026-08-13T21:11:56.939Z Compiling ciborium-ll v0.2.2
31062026-08-13T21:11:56.990Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31072026-08-13T21:11:56.990Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31082026-08-13T21:11:57.039Z Compiling inout v0.1.4
31092026-08-13T21:11:57.056Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31102026-08-13T21:11:57.071Z Compiling unsafe-libyaml v0.2.11
31112026-08-13T21:11:57.149Z Compiling ciborium v0.2.2
31122026-08-13T21:11:57.189Z Compiling cipher v0.4.4
31132026-08-13T21:11:57.214Z Compiling derive_more v0.99.20
31142026-08-13T21:11:57.231Z Compiling thiserror-impl-no-std v2.0.2
31152026-08-13T21:11:57.289Z Compiling universal-hash v0.5.1
31162026-08-13T21:11:57.293Z Compiling opaque-debug v0.3.1
31172026-08-13T21:11:57.340Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-08-13T21:11:57.390Z Compiling blake2 v0.10.6
31192026-08-13T21:11:57.408Z Compiling poly1305 v0.8.0
31202026-08-13T21:11:57.449Z Compiling chacha20 v0.9.1
31212026-08-13T21:11:57.467Z Compiling aead v0.5.2
31222026-08-13T21:11:57.688Z Compiling serde_yaml v0.9.34+deprecated
31232026-08-13T21:11:57.706Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31242026-08-13T21:11:57.740Z Compiling password-hash v0.5.0
31252026-08-13T21:11:57.758Z Compiling indent_write v2.2.0
31262026-08-13T21:11:57.762Z Compiling chacha20poly1305 v0.10.1
31272026-08-13T21:11:57.804Z Compiling toml_datetime v0.7.5+spec-1.1.0
31282026-08-13T21:11:57.850Z Compiling num-derive v0.4.2
31292026-08-13T21:11:57.929Z Compiling heapless v0.8.0
31302026-08-13T21:11:57.955Z Compiling tabwriter v1.4.1
31312026-08-13T21:11:57.973Z Compiling ingot-macros v0.2.0
31322026-08-13T21:11:58.085Z Compiling argon2 v0.5.3
31332026-08-13T21:11:58.164Z Compiling toml_edit v0.23.10+spec-1.0.0
31342026-08-13T21:11:58.204Z Compiling hash32 v0.3.1
31352026-08-13T21:11:58.242Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-08-13T21:11:58.298Z Compiling parse-display v0.10.0
31372026-08-13T21:11:58.392Z Compiling typify-impl v0.6.2
31382026-08-13T21:11:58.466Z Compiling smoltcp v0.11.0
31392026-08-13T21:11:58.484Z Compiling thiserror-no-std v2.0.2
31402026-08-13T21:11:58.499Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31412026-08-13T21:11:58.600Z Compiling vsss-rs v3.3.4
31422026-08-13T21:11:58.801Z Compiling proc-macro-crate v3.4.0
31432026-08-13T21:11:58.827Z Compiling cobs v0.3.0
31442026-08-13T21:11:58.867Z Compiling colored v3.1.1
31452026-08-13T21:11:59.052Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-08-13T21:11:59.190Z Compiling postcard v1.1.3
31472026-08-13T21:11:59.266Z Compiling proc-macro-error v1.0.4
31482026-08-13T21:11:59.285Z Compiling rand v0.10.1
31492026-08-13T21:11:59.319Z Compiling proc-macro-crate v1.3.1
31502026-08-13T21:11:59.336Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31512026-08-13T21:11:59.398Z Compiling num_enum_derive v0.7.6
31522026-08-13T21:11:59.516Z Compiling foreign-types-macros v0.2.3
31532026-08-13T21:11:59.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31542026-08-13T21:11:59.617Z Compiling rayon-core v1.13.0
31552026-08-13T21:11:59.645Z Compiling foreign-types-shared v0.3.1
31562026-08-13T21:11:59.766Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31572026-08-13T21:11:59.769Z Compiling num_enum_derive v0.5.11
31582026-08-13T21:11:59.886Z Compiling crossbeam-deque v0.8.6
31592026-08-13T21:11:59.906Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-08-13T21:11:59.926Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31612026-08-13T21:11:59.948Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31622026-08-13T21:12:00.007Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31632026-08-13T21:12:00.115Z Compiling cstr-argument v0.1.2
31642026-08-13T21:12:00.134Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-08-13T21:12:00.186Z Compiling foreign-types v0.5.0
31662026-08-13T21:12:00.255Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31672026-08-13T21:12:00.292Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-08-13T21:12:00.310Z Compiling cpubits v0.1.1
31692026-08-13T21:12:00.380Z Compiling zone_cfg_derive v0.3.1
31702026-08-13T21:12:00.399Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-08-13T21:12:00.416Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-08-13T21:12:00.460Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-13T21:12:00.524Z Compiling num_enum v0.7.6
31742026-08-13T21:12:00.570Z Compiling rayon v1.11.0
31752026-08-13T21:12:00.591Z Compiling itertools v0.12.1
31762026-08-13T21:12:00.591Z Compiling sigpipe v0.1.3
31772026-08-13T21:12:00.638Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31782026-08-13T21:12:00.673Z Compiling glob v0.3.3
31792026-08-13T21:12:00.692Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31802026-08-13T21:12:00.726Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31812026-08-13T21:12:00.747Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31822026-08-13T21:12:00.882Z Compiling smf v0.2.3
31832026-08-13T21:12:00.908Z Compiling num_enum v0.5.11
31842026-08-13T21:12:00.947Z Compiling whoami v1.6.1
31852026-08-13T21:12:00.967Z Compiling ingot-types v0.2.0
31862026-08-13T21:12:00.984Z Compiling gethostname v0.5.0
31872026-08-13T21:12:01.002Z Compiling usdt-macro v0.5.0
31882026-08-13T21:12:01.056Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31892026-08-13T21:12:01.085Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-08-13T21:12:01.104Z Compiling usdt-attr-macro v0.5.0
31912026-08-13T21:12:01.107Z Compiling num-rational v0.4.2
31922026-08-13T21:12:01.141Z Compiling pem-rfc7468 v1.0.0
31932026-08-13T21:12:01.156Z Compiling num-complex v0.4.6
31942026-08-13T21:12:01.263Z Compiling derive-where v1.6.0
31952026-08-13T21:12:01.408Z Compiling ingot v0.2.1
31962026-08-13T21:12:01.440Z Compiling memmap v0.7.0
31972026-08-13T21:12:01.468Z Compiling float-ord v0.3.2
31982026-08-13T21:12:01.576Z Compiling num v0.4.3
31992026-08-13T21:12:01.616Z Compiling toml v0.8.23
32002026-08-13T21:12:01.659Z Compiling hmac v0.13.0
32012026-08-13T21:12:01.677Z Compiling universal-hash v0.6.1
32022026-08-13T21:12:01.710Z Compiling resolv-conf v0.7.6
32032026-08-13T21:12:01.732Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-08-13T21:12:01.815Z Compiling zone v0.3.1
32052026-08-13T21:12:01.843Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32062026-08-13T21:12:01.880Z Compiling cancel-safe-futures v0.1.5
32072026-08-13T21:12:01.880Z Compiling polyval v0.7.1
32082026-08-13T21:12:01.971Z Compiling usdt v0.5.0
32092026-08-13T21:12:02.004Z Compiling der v0.8.0
32102026-08-13T21:12:02.087Z Compiling prettyplease v0.2.37
32112026-08-13T21:12:02.174Z Compiling ghash v0.6.0
32122026-08-13T21:12:02.276Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32132026-08-13T21:12:02.294Z Compiling pbkdf2 v0.13.0
32142026-08-13T21:12:02.395Z Compiling crypto-bigint v0.7.5
32152026-08-13T21:12:02.399Z Compiling aes v0.9.1
32162026-08-13T21:12:02.410Z Compiling console v0.15.11
32172026-08-13T21:12:02.429Z Compiling hickory-proto v0.24.4
32182026-08-13T21:12:02.450Z Compiling newline-converter v0.3.0
32192026-08-13T21:12:02.501Z Compiling ctr v0.10.1
32202026-08-13T21:12:02.524Z Compiling aead v0.6.1
32212026-08-13T21:12:02.600Z Compiling sha2 v0.11.0
32222026-08-13T21:12:02.619Z Compiling oxide-update-engine-types v0.1.2
32232026-08-13T21:12:02.708Z Compiling linked-hash-map v0.5.6
32242026-08-13T21:12:02.734Z Compiling linear-map v1.2.0
32252026-08-13T21:12:02.882Z Compiling libefi-sys v0.1.0
32262026-08-13T21:12:02.922Z Compiling spki v0.8.0
32272026-08-13T21:12:02.949Z Compiling lru-cache v0.1.2
32282026-08-13T21:12:03.013Z Compiling aes-gcm v0.11.0
32292026-08-13T21:12:03.030Z Compiling typify-macro v0.6.2
32302026-08-13T21:12:03.101Z Compiling expectorate v1.2.0
32312026-08-13T21:12:03.144Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32322026-08-13T21:12:03.297Z Compiling salsa20 v0.11.0
32332026-08-13T21:12:03.333Z Compiling bitfield-struct v0.6.2
32342026-08-13T21:12:03.337Z Compiling nom v8.0.0
32352026-08-13T21:12:03.405Z Compiling semver v0.1.20
32362026-08-13T21:12:03.480Z Compiling scrypt v0.12.0
32372026-08-13T21:12:03.740Z Compiling oxide-update-engine v0.1.2
32382026-08-13T21:12:03.760Z Compiling rustc_version v0.1.7
32392026-08-13T21:12:03.802Z Compiling tokio-dtrace v0.1.1
32402026-08-13T21:12:03.820Z Compiling cbc v0.2.1
32412026-08-13T21:12:03.966Z Compiling slog-dtrace v0.3.0
32422026-08-13T21:12:04.007Z Compiling minimal-lexical v0.2.1
32432026-08-13T21:12:04.027Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-08-13T21:12:04.106Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-08-13T21:12:04.131Z Compiling newtype_derive v0.1.6
32462026-08-13T21:12:04.149Z Compiling oxide-tokio-rt v0.1.4
32472026-08-13T21:12:04.254Z Compiling nom v7.1.3
32482026-08-13T21:12:04.279Z Compiling pkcs5 v0.8.1
32492026-08-13T21:12:04.300Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32502026-08-13T21:12:04.333Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-08-13T21:12:04.359Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32522026-08-13T21:12:04.423Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32532026-08-13T21:12:04.423Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-08-13T21:12:04.458Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32552026-08-13T21:12:04.480Z Compiling phf_shared v0.12.1
32562026-08-13T21:12:04.540Z Compiling dropshot-api-manager-types v0.7.2
32572026-08-13T21:12:04.573Z Compiling csv-core v0.1.13
32582026-08-13T21:12:04.592Z Compiling chrono-tz v0.10.4
32592026-08-13T21:12:04.689Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32602026-08-13T21:12:04.788Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-08-13T21:12:04.820Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-08-13T21:12:04.846Z Compiling hickory-resolver v0.24.4
32632026-08-13T21:12:04.872Z Compiling unicode-xid v0.2.6
32642026-08-13T21:12:04.902Z Compiling highway v1.3.0
32652026-08-13T21:12:04.928Z Compiling typify v0.6.2
32662026-08-13T21:12:05.032Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32672026-08-13T21:12:05.052Z Compiling progenitor-impl v0.14.0
32682026-08-13T21:12:05.072Z Compiling xshell-macros v0.2.7
32692026-08-13T21:12:05.075Z Compiling const_format_proc_macros v0.2.34
32702026-08-13T21:12:05.153Z Compiling csv v1.4.0
32712026-08-13T21:12:05.317Z Compiling phf v0.12.1
32722026-08-13T21:12:05.507Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-08-13T21:12:05.524Z Compiling xshell v0.2.7
32742026-08-13T21:12:05.683Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32752026-08-13T21:12:05.713Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32762026-08-13T21:12:05.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32772026-08-13T21:12:05.806Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-08-13T21:12:05.836Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32792026-08-13T21:12:05.857Z Compiling pkcs8 v0.11.0
32802026-08-13T21:12:05.972Z Compiling qorb v0.4.1
32812026-08-13T21:12:06.248Z Compiling ff v0.14.0
32822026-08-13T21:12:06.264Z Compiling owo-colors v4.3.0
32832026-08-13T21:12:06.386Z Compiling const_format v0.2.35
32842026-08-13T21:12:06.410Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32852026-08-13T21:12:06.503Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32862026-08-13T21:12:06.616Z Compiling tabled_derive v0.7.0
32872026-08-13T21:12:06.677Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32882026-08-13T21:12:06.699Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32892026-08-13T21:12:06.737Z Compiling bcs v0.1.6
32902026-08-13T21:12:07.038Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-08-13T21:12:07.083Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-08-13T21:12:07.150Z Compiling termtree v0.5.1
32932026-08-13T21:12:07.263Z Compiling salty v0.3.0
32942026-08-13T21:12:07.330Z Compiling tagptr v0.2.0
32952026-08-13T21:12:07.511Z Compiling moka v0.12.13
32962026-08-13T21:12:07.566Z Compiling textwrap v0.16.2
32972026-08-13T21:12:07.637Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-08-13T21:12:07.653Z Compiling tabled v0.15.0
32992026-08-13T21:12:07.726Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33002026-08-13T21:12:07.752Z Compiling progenitor-macro v0.14.0
33012026-08-13T21:12:07.934Z Compiling steno v0.4.1
33022026-08-13T21:12:07.971Z Compiling group v0.14.0
33032026-08-13T21:12:07.999Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33042026-08-13T21:12:08.070Z Compiling sha1 v0.10.6
33052026-08-13T21:12:08.172Z Compiling signature v3.0.0
33062026-08-13T21:12:08.203Z Compiling base16ct v1.0.0
33072026-08-13T21:12:08.339Z Compiling hickory-resolver v0.25.2
33082026-08-13T21:12:08.441Z Compiling sec1 v0.8.1
33092026-08-13T21:12:08.458Z Compiling hkdf v0.13.0
33102026-08-13T21:12:08.486Z Compiling libscf-sys v1.2.0
33112026-08-13T21:12:08.608Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33122026-08-13T21:12:08.627Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-08-13T21:12:08.665Z Compiling rfc6979 v0.4.0
33142026-08-13T21:12:08.682Z Compiling proc-macro-error-attr2 v2.0.0
33152026-08-13T21:12:08.783Z Compiling ecdsa v0.16.9
33162026-08-13T21:12:08.817Z Compiling elliptic-curve v0.14.1
33172026-08-13T21:12:08.835Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33182026-08-13T21:12:08.896Z Compiling primeorder v0.13.6
33192026-08-13T21:12:09.139Z Compiling proc-macro-error2 v2.0.1
33202026-08-13T21:12:09.195Z Compiling parking_lot_core v0.8.6
33212026-08-13T21:12:09.214Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33222026-08-13T21:12:09.232Z Compiling utf-8 v0.7.6
33232026-08-13T21:12:09.411Z Compiling tungstenite v0.21.0
33242026-08-13T21:12:09.446Z Compiling p384 v0.13.1
33252026-08-13T21:12:09.487Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-08-13T21:12:09.522Z Compiling tabled_derive v0.11.0
33272026-08-13T21:12:09.543Z Compiling wnaf v0.14.0
33282026-08-13T21:12:09.761Z Compiling primefield v0.14.0
33292026-08-13T21:12:09.874Z Compiling rfc6979 v0.6.0
33302026-08-13T21:12:10.034Z Compiling papergrid v0.17.0
33312026-08-13T21:12:10.034Z Compiling testing_table v0.3.0
33322026-08-13T21:12:10.070Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-08-13T21:12:10.074Z Compiling git-stub v1.0.0
33342026-08-13T21:12:10.228Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-08-13T21:12:10.269Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33362026-08-13T21:12:10.294Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33372026-08-13T21:12:10.387Z Compiling git-stub-vcs v0.1.0
33382026-08-13T21:12:10.451Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-08-13T21:12:10.536Z Compiling ecdsa v0.17.0
33402026-08-13T21:12:10.554Z Compiling primeorder v0.14.0
33412026-08-13T21:12:10.573Z Compiling tokio-tungstenite v0.21.0
33422026-08-13T21:12:10.765Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-13T21:12:10.783Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442026-08-13T21:12:10.842Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-13T21:12:10.927Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33462026-08-13T21:12:10.930Z Compiling curve25519-dalek v5.0.0
33472026-08-13T21:12:10.978Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33482026-08-13T21:12:10.996Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-08-13T21:12:11.045Z Compiling tabled v0.20.0
33502026-08-13T21:12:11.092Z Compiling corncobs v0.1.4
33512026-08-13T21:12:11.144Z Compiling unicase v2.9.0
33522026-08-13T21:12:11.225Z Compiling illumos-nvpair-sys v0.2.0
33532026-08-13T21:12:11.295Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33542026-08-13T21:12:11.346Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-08-13T21:12:11.385Z Compiling mime_guess v2.0.5
33562026-08-13T21:12:11.389Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-08-13T21:12:11.467Z Compiling parking_lot v0.11.2
33582026-08-13T21:12:11.484Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-08-13T21:12:11.727Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-08-13T21:12:11.770Z Compiling progenitor-impl v0.13.0
33612026-08-13T21:12:11.788Z Compiling ssh-encoding v0.3.0
33622026-08-13T21:12:11.792Z Compiling prefix-trie v0.7.0
33632026-08-13T21:12:11.904Z Compiling fxhash v0.2.1
33642026-08-13T21:12:11.921Z Compiling secrecy v0.8.0
33652026-08-13T21:12:11.995Z Compiling keccak v0.2.0
33662026-08-13T21:12:12.030Z Compiling crc8 v0.1.1
33672026-08-13T21:12:12.080Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33682026-08-13T21:12:12.169Z Compiling hickory-server v0.25.2
33692026-08-13T21:12:12.210Z Compiling sled v0.34.7
33702026-08-13T21:12:12.333Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33712026-08-13T21:12:12.430Z Compiling ed25519 v3.0.0
33722026-08-13T21:12:12.448Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-08-13T21:12:12.477Z Compiling crypto-primes v0.7.2
33742026-08-13T21:12:12.526Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33752026-08-13T21:12:13.031Z Compiling progenitor v0.14.0
33762026-08-13T21:12:13.206Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33772026-08-13T21:12:13.272Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-13T21:12:13.272Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-08-13T21:12:13.333Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33802026-08-13T21:12:13.544Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33812026-08-13T21:12:13.562Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33822026-08-13T21:12:13.602Z Compiling pkcs1 v0.8.0-rc.4
33832026-08-13T21:12:13.692Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33842026-08-13T21:12:13.832Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33852026-08-13T21:12:14.032Z Compiling poly1305 v0.9.0
33862026-08-13T21:12:14.102Z Compiling progenitor-client v0.13.0
33872026-08-13T21:12:14.146Z Compiling blowfish v0.10.0
33882026-08-13T21:12:14.255Z Compiling blake2 v0.11.0-rc.6
33892026-08-13T21:12:14.425Z Compiling http-range v0.1.5
33902026-08-13T21:12:14.443Z Compiling half v1.8.3
33912026-08-13T21:12:14.472Z Compiling bcrypt-pbkdf v0.11.0
33922026-08-13T21:12:14.495Z Compiling progenitor-macro v0.13.0
33932026-08-13T21:12:14.498Z Compiling ssh-cipher v0.3.0
33942026-08-13T21:12:14.655Z Compiling serde_cbor v0.11.2
33952026-08-13T21:12:14.808Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-08-13T21:12:14.826Z Compiling argon2 v0.6.0-rc.8
33972026-08-13T21:12:14.880Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33982026-08-13T21:12:15.141Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33992026-08-13T21:12:15.626Z Compiling rsa v0.10.0-rc.18
34002026-08-13T21:12:15.759Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34012026-08-13T21:12:15.951Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-08-13T21:12:16.001Z Compiling ed25519-dalek v3.0.0
34032026-08-13T21:12:16.021Z Compiling illumos-nvpair v0.3.0
34042026-08-13T21:12:16.314Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34052026-08-13T21:12:16.331Z Compiling sha3 v0.11.0
34062026-08-13T21:12:16.552Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34072026-08-13T21:12:16.605Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34082026-08-13T21:12:16.634Z Compiling p384 v0.14.0
34092026-08-13T21:12:16.769Z Compiling p521 v0.14.0
34102026-08-13T21:12:16.800Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34112026-08-13T21:12:16.883Z Compiling p256 v0.14.0
34122026-08-13T21:12:17.238Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34132026-08-13T21:12:17.292Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34142026-08-13T21:12:17.703Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34152026-08-13T21:12:17.788Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-08-13T21:12:17.892Z Compiling scuffle v0.1.0
34172026-08-13T21:12:18.017Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-08-13T21:12:18.294Z Compiling yasna v0.5.2
34192026-08-13T21:12:18.354Z Compiling kstat-rs v0.2.5
34202026-08-13T21:12:18.371Z Compiling headers-core v0.3.0
34212026-08-13T21:12:18.531Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-08-13T21:12:18.692Z Compiling kem v0.3.0
34232026-08-13T21:12:18.853Z Compiling module-lattice v0.2.3
34242026-08-13T21:12:18.890Z Compiling nanorand v0.7.0
34252026-08-13T21:12:18.910Z Compiling sponge-cursor v0.1.0
34262026-08-13T21:12:18.930Z Compiling rcgen v0.12.1
34272026-08-13T21:12:19.019Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-08-13T21:12:19.036Z Compiling headers v0.4.1
34292026-08-13T21:12:19.079Z Compiling sha3 v0.12.0
34302026-08-13T21:12:19.143Z Compiling flume v0.11.1
34312026-08-13T21:12:19.181Z Compiling ml-kem v0.3.2
34322026-08-13T21:12:19.215Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34332026-08-13T21:12:19.902Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-08-13T21:12:19.912Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34352026-08-13T21:12:19.912Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-08-13T21:12:19.912Z Compiling progenitor v0.13.0
34372026-08-13T21:12:19.912Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34382026-08-13T21:12:19.912Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34392026-08-13T21:12:19.912Z Compiling hyper-staticfile v0.10.1
34402026-08-13T21:12:19.912Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34412026-08-13T21:12:19.912Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34422026-08-13T21:12:19.912Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-08-13T21:12:23.093Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34442026-08-13T21:12:23.130Z Compiling ssh-key v0.7.0-rc.11
34452026-08-13T21:12:23.130Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34462026-08-13T21:12:23.130Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34472026-08-13T21:12:23.130Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34482026-08-13T21:12:23.130Z Compiling russh-cryptovec v0.62.0
34492026-08-13T21:12:23.130Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34502026-08-13T21:12:23.130Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-08-13T21:12:23.130Z Compiling internal-russh-num-bigint v0.5.0
34522026-08-13T21:12:23.130Z Compiling port-file v0.1.0
34532026-08-13T21:12:23.130Z Compiling num-bigint v0.4.6
34542026-08-13T21:12:23.130Z Compiling generic-array v1.4.3
34552026-08-13T21:12:23.130Z Compiling russh-util v0.52.0
34562026-08-13T21:12:23.130Z Compiling enum_dispatch v0.3.13
34572026-08-13T21:12:23.130Z Compiling delegate v0.13.5
34582026-08-13T21:12:23.130Z Compiling subprocess v0.2.15
34592026-08-13T21:12:23.130Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34602026-08-13T21:12:23.131Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-08-13T21:12:23.131Z Compiling hex-literal v1.1.0
34622026-08-13T21:12:23.156Z Compiling md5 v0.8.0
34632026-08-13T21:12:23.156Z Compiling display-error-chain v0.2.2
34642026-08-13T21:12:23.156Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-08-13T21:12:23.156Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34662026-08-13T21:12:23.156Z Compiling colored v2.2.0
34672026-08-13T21:12:23.156Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34682026-08-13T21:12:23.156Z Compiling socket2 v0.5.10
34692026-08-13T21:12:23.156Z Compiling internet-checksum v0.2.1
34702026-08-13T21:12:23.156Z Compiling russh v0.62.4
34712026-08-13T21:12:23.156Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34722026-08-13T21:12:23.156Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34732026-08-13T21:12:23.156Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34742026-08-13T21:12:25.707Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34752026-08-13T21:12:25.747Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34762026-08-13T21:12:26.242Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34772026-08-13T21:12:27.841Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34782026-08-13T21:12:36.680Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34792026-08-13T21:12:36.680Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34802026-08-13T21:12:36.680Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34812026-08-13T21:12:36.680Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34822026-08-13T21:12:38.441Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34832026-08-13T21:12:38.521Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34842026-08-13T21:12:42.662Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34852026-08-13T21:13:23.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34862026-08-13T21:13:23.025Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34872026-08-13T21:13:23.025Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34882026-08-13T21:13:23.244Z
34892026-08-13T21:13:23.244Zreal 1:28.337841186
34902026-08-13T21:13:23.244Zuser 8:25.924238442
34912026-08-13T21:13:23.244Zsys 1:41.494097476
34922026-08-13T21:13:23.247Ztrap 0.254726802
34932026-08-13T21:13:23.247Ztflt 0.282959469
34942026-08-13T21:13:23.247Zdflt 1.798249032
34952026-08-13T21:13:23.247Zkflt 0.012369370
34962026-08-13T21:13:23.247Zlock 31:20.634610223
34972026-08-13T21:13:23.247Zslp 19:09.043511032
34982026-08-13T21:13:23.247Zlat 39.820887160
34992026-08-13T21:13:23.247Zstop 3:04.899476824
35002026-08-13T21:13:23.247Z+ mkdir tests
35012026-08-13T21:13:23.251Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35022026-08-13T21:13:23.251Z+ xargs -I '{}' -t cp '{}' tests/
35032026-08-13T21:13:23.272Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8844e04221aa0c16 tests/
35042026-08-13T21:13:23.295Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e373d1ebd0871a49 tests/
35052026-08-13T21:13:23.317Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d77f29bc5cf68dd1 tests/
35062026-08-13T21:13:23.339Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-172143b73284ee59 tests/
35072026-08-13T21:13:23.647Z+ 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)
35082026-08-13T21:13:23.650Z+ 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-e373d1ebd0871a49 tests/commtest-d77f29bc5cf68dd1 tests/dhcp_server-8844e04221aa0c16 tests/end_to_end_tests-172143b73284ee59 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
35092026-08-13T21:14:52.894ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35102026-08-13T21:14:52.894Za .github/buildomat/ci-env.sh 1K
35112026-08-13T21:14:52.894Za out/target/test 1K
35122026-08-13T21:14:52.894Za out/npuzone/npuzone 27402K
35132026-08-13T21:14:52.894Za package-manifest.toml 35K
35142026-08-13T21:14:52.894Za smf/sled-agent/non-gimlet/config.toml 6K
35152026-08-13T21:14:52.894Za target/release/omicron-package 48082K
35162026-08-13T21:14:52.894Za target/release/xtask 11722K
35172026-08-13T21:14:52.894Za target/debug/bootstrap 435438K
35182026-08-13T21:14:52.894Za tests/bootstrap-e373d1ebd0871a49 34516K
35192026-08-13T21:14:52.894Za tests/commtest-d77f29bc5cf68dd1 34517K
35202026-08-13T21:14:52.894Za tests/dhcp_server-8844e04221aa0c16 34516K
35212026-08-13T21:14:52.894Za tests/end_to_end_tests-172143b73284ee59 498439K
35222026-08-13T21:14:52.894Za tools/opte_version 1K
35232026-08-13T21:14:52.894Za tools/opte_version_override 2K
35242026-08-13T21:14:52.894Za out/clickhouse.tar.gz 327619K
35252026-08-13T21:14:52.894Za out/clickhouse_keeper.tar.gz 311612K
35262026-08-13T21:14:52.894Za out/clickhouse_server.tar.gz 327615K
35272026-08-13T21:14:52.894Za out/cockroachdb.tar.gz 168973K
35282026-08-13T21:14:52.894Za out/crucible-pantry-zone.tar.gz 41282K
35292026-08-13T21:14:52.894Za out/crucible-utils.tar 18900K
35302026-08-13T21:14:52.894Za out/crucible-zone.tar.gz 56094K
35312026-08-13T21:14:52.894Za out/external-dns.tar.gz 54273K
35322026-08-13T21:14:52.894Za out/internal-dns.tar.gz 54273K
35332026-08-13T21:14:52.894Za out/mg-ddm-gz.tar 100917K
35342026-08-13T21:14:52.894Za out/nexus.tar.gz 354878K
35352026-08-13T21:14:52.894Za out/ntp.tar.gz 34635K
35362026-08-13T21:14:52.894Za out/omicron-gateway-softnpu.tar.gz 29208K
35372026-08-13T21:14:52.894Za out/omicron-sled-agent.tar 242357K
35382026-08-13T21:14:52.895Za out/overlay.tar.gz 4K
35392026-08-13T21:14:52.895Za out/oximeter.tar.gz 71192K
35402026-08-13T21:14:52.895Za out/oxlog.tar 4066K
35412026-08-13T21:14:52.895Za out/probe.tar.gz 3037K
35422026-08-13T21:14:52.895Za out/propolis-server.tar.gz 34642K
35432026-08-13T21:14:52.895Za out/pumpkind-gz.tar 26647K
35442026-08-13T21:14:52.895Za out/switch-softnpu.tar.gz 499096K
35452026-08-13T21:14:52.898Z
35462026-08-13T21:14:52.898Zreal 1:29.243560554
35472026-08-13T21:14:52.898Zuser 1:26.307145752
35482026-08-13T21:14:52.898Zsys 4.882844380
35492026-08-13T21:14:52.898Ztrap 0.006340676
35502026-08-13T21:14:52.898Ztflt 0.000000000
35512026-08-13T21:14:52.898Zdflt 0.000000000
35522026-08-13T21:14:52.899Zkflt 0.000000000
35532026-08-13T21:14:52.899Zlock 0.000000000
35542026-08-13T21:14:52.899Zslp 1:26.220007346
35552026-08-13T21:14:52.899Zlat 1.065920434
35562026-08-13T21:14:52.899Zstop 0.000324888
35572026-08-13T21:14:52.899Zprocess exited: duration 1063938 ms, exit code 0
 
35582026-08-13T21:14:52.912Zfound 1 output files
35592026-08-13T21:14:52.912Zuploading: /work/package.tar.gz (2760297923 bytes)
35602026-08-13T21:15:25.959Zuploaded: /work/package.tar.gz