01M10AX4789MDHNSTDEGR8DPZ0: 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: 01M10AXX62228PVRW7YGBMVGR9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T00:47:30.898Zjob assigned to worker 01M10AY329TZR1SRA7KW26SC44 [factory aws, i-03ef7d98e8b2c4381] (queued for 48 s)
 
22026-08-27T00:47:38.351Zstarting task 0: "setup"
32026-08-27T00:47:38.355Z++ uname -s
42026-08-27T00:47:38.362Z+ kern=SunOS
52026-08-27T00:47:38.362Z+ build_user=build
62026-08-27T00:47:38.362Z+ build_uid=12345
72026-08-27T00:47:38.362Z+ work_dir=/work
82026-08-27T00:47:38.362Z+ input_dir=/input
92026-08-27T00:47:38.362Z+ [[ 0 == 12345 ]]
102026-08-27T00:47:38.362Z+ case "$kern" in
112026-08-27T00:47:38.363Z+ groupadd -g 12345 build
122026-08-27T00:47:38.366Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T00:47:40.367Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T00:47:40.461Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T00:47:40.464Z+ home_fs=zfs
162026-08-27T00:47:40.464Z+ [[ zfs == autofs ]]
172026-08-27T00:47:40.464Z+ mkdir -p /home/build
182026-08-27T00:47:40.468Z+ chown build:build /home/build /work
192026-08-27T00:47:42.467Z+ chmod 0700 /home/build /work
202026-08-27T00:47:42.471Zprocess exited: duration 4124 ms, exit code 0
 
212026-08-27T00:47:42.477Zstarting task 1: "rust-toolchain"
222026-08-27T00:47:42.483Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T00:47:42.483Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T00:47:42.483Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-27T00:47:42.483Z * rust toolchain channel = "1.97.1"
262026-08-27T00:47:42.483Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T00:47:42.483Z * rust toolchain profile = "default"
282026-08-27T00:47:42.486Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T00:47:42.486Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T00:47:42.572Zinfo: downloading installer
312026-08-27T00:47:43.912Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T00:47:43.912Zwarn: /home/build/.rustup/settings.toml
332026-08-27T00:47:43.912Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T00:47:43.912Zwarn: instead of the one inferred from the default host triple.
352026-08-27T00:47:43.925Zinfo: profile set to default
362026-08-27T00:47:43.925Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T00:47:43.929Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T00:47:44.114Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T00:47:44.125Zinfo: downloading 6 components
402026-08-27T00:47:57.934Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T00:47:57.935Z
422026-08-27T00:47:57.960Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T00:47:57.960Z
442026-08-27T00:47:57.960Z
452026-08-27T00:47:57.960ZRust is installed now. Great!
462026-08-27T00:47:57.960Z
472026-08-27T00:47:57.964ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T00:47:57.964Zenvironment variable. This has not been done automatically.
492026-08-27T00:47:57.964Z
502026-08-27T00:47:57.964ZTo configure your current shell, you need to source
512026-08-27T00:47:57.964Zthe corresponding env file under $HOME/.cargo.
522026-08-27T00:47:57.964Z
532026-08-27T00:47:57.964ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T00:47:57.964Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T00:47:57.964Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T00:47:57.964Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T00:47:57.964Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T00:47:57.964Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T00:47:57.964Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T00:47:57.964Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T00:47:57.964Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T00:47:58.069Z+ rustup --version
632026-08-27T00:47:58.074Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T00:47:58.077Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T00:47:58.096Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T00:47:58.100Z+ cargo --version
672026-08-27T00:47:58.108Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T00:47:58.112Z+ rustc --version
692026-08-27T00:47:58.129Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T00:47:58.132Zprocess exited: duration 15653 ms, exit code 0
 
712026-08-27T00:47:58.140Zstarting task 2: "authentication"
722026-08-27T00:47:58.158Zprocess exited: duration 19 ms, exit code 0
 
732026-08-27T00:47:58.165Zstarting task 3: "clone repository"
742026-08-27T00:47:58.170Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T00:47:58.173Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T00:47:58.207ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T00:48:10.928Z+ cd /work/oxidecomputer/omicron
782026-08-27T00:48:10.929Z+ git fetch origin 5a34cf5c3c88dc7420f42603e281a0e8d5077a80
792026-08-27T00:48:11.268ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T00:48:11.269Z * branch 5a34cf5c3c88dc7420f42603e281a0e8d5077a80 -> FETCH_HEAD
812026-08-27T00:48:11.283Z+ [[ -n jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq ]]
822026-08-27T00:48:11.286Z++ git branch --show-current
832026-08-27T00:48:11.287Z+ current=main
842026-08-27T00:48:11.287Z+ [[ main != jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq ]]
852026-08-27T00:48:11.287Z+ git branch -f jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq 5a34cf5c3c88dc7420f42603e281a0e8d5077a80
862026-08-27T00:48:11.290Z+ git checkout -f jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq
872026-08-27T00:48:11.548ZSwitched to branch 'jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq'
882026-08-27T00:48:11.552Z+ git reset --hard 5a34cf5c3c88dc7420f42603e281a0e8d5077a80
892026-08-27T00:48:11.571ZHEAD is now at 5a34cf5c3 [9/n gen] [nexus] add typed InstanceStateGeneration
902026-08-27T00:48:11.574Zprocess exited: duration 13406 ms, exit code 0
 
912026-08-27T00:48:11.583Zstarting task 4: "build"
922026-08-27T00:48:11.589Z+ source .github/buildomat/ci-env.sh
932026-08-27T00:48:11.589Z++ export CARGO_TERM_COLOR=always
942026-08-27T00:48:11.589Z++ CARGO_TERM_COLOR=always
952026-08-27T00:48:11.593Z+++ uname -s
962026-08-27T00:48:11.593Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-27T00:48:11.594Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-27T00:48:11.598Z+ cargo --version
992026-08-27T00:48:11.604Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-27T00:48:11.607Z+ rustc --version
1012026-08-27T00:48:11.627Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-27T00:48:11.631Z+ WORK=/work
1032026-08-27T00:48:11.631Z+ pfexec mkdir -p /work
1042026-08-27T00:48:11.634Z+ pfexec chown build /work
1052026-08-27T00:48:11.638Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-27T00:48:13.686Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-27T00:48:14.075Z Startup: Caching catalogs ... Done
1082026-08-27T00:48:16.257ZPlanning: Solver setup ... Done (2.058s)
1092026-08-27T00:48:16.320ZPlanning: Running solver ... Done (0.063s)
1102026-08-27T00:48:16.370ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-27T00:48:16.383ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-27T00:48:16.406ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-27T00:48:16.419ZPlanning: Package planning ... Done (0.014s)
1142026-08-27T00:48:16.423ZPlanning: Merging actions ... Done (0.001s)
1152026-08-27T00:48:16.643ZPlanning: Checking for conflicting actions ... Done (0.222s)
1162026-08-27T00:48:16.648ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-27T00:48:17.544ZPlanning: Evaluating mediators ... Done (0.900s)
1182026-08-27T00:48:17.547ZPlanning: Planning completed in 3.43 seconds
1192026-08-27T00:48:17.553Z Packages to install: 2
1202026-08-27T00:48:17.553Z Estimated space available: 156.01 GB
1212026-08-27T00:48:17.553ZEstimated space to be consumed: 80.56 MB
1222026-08-27T00:48:17.553Z Create boot environment: No
1232026-08-27T00:48:17.553ZCreate backup boot environment: No
1242026-08-27T00:48:17.557Z Rebuild boot archive: No
1252026-08-27T00:48:17.557Z
1262026-08-27T00:48:17.557ZChanged packages:
1272026-08-27T00:48:17.557Zhelios
1282026-08-27T00:48:17.557Z developer/build-essential
1292026-08-27T00:48:17.557Z None -> 11-3.0
1302026-08-27T00:48:17.557Z library/libxmlsec1
1312026-08-27T00:48:17.558Z None -> 1.2.35-3.0
1322026-08-27T00:48:17.580Z
1332026-08-27T00:48:17.580ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-27T00:48:17.649ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1352026-08-27T00:48:17.726Z Actions: 1/268 actions (Installing new actions)
1362026-08-27T00:48:17.767Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-27T00:48:17.803ZFinalize: Updating package state database ... Done (0.038s)
1382026-08-27T00:48:17.803ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-27T00:48:17.904ZFinalize: Updating image state ... Done (0.087s)
1402026-08-27T00:48:20.546ZFinalize: Creating fast lookup database ... Done (2.602s)
1412026-08-27T00:48:20.632ZFinalize: Reading search index ... Done (0.013s)
1422026-08-27T00:48:20.652ZFinalize: Updating search index ... Done (0.000s)
1432026-08-27T00:48:20.777ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-27T00:48:21.145ZPlanning: Evaluating mediator changes ... Done
1452026-08-27T00:48:21.254ZPlanning: Checking for conflicting actions ... Done
1462026-08-27T00:48:21.259ZPlanning: Consolidating action changes ... Done
1472026-08-27T00:48:21.409ZPlanning: Evaluating mediators ... Done
1482026-08-27T00:48:21.413ZPlanning: Planning completed in 0.26 seconds
1492026-08-27T00:48:21.433Z Mediators to change: 2
1502026-08-27T00:48:21.433Z Create boot environment: No
1512026-08-27T00:48:21.433ZCreate backup boot environment: No
1522026-08-27T00:48:21.505ZFinalize: Updating package state database ... Done
1532026-08-27T00:48:21.505ZFinalize: Updating package cache ... Done
1542026-08-27T00:48:21.560ZFinalize: Updating image state ... Done
1552026-08-27T00:48:23.513ZFinalize: Creating fast lookup database ... Done
1562026-08-27T00:48:23.574ZFinalize: Reading search index ... Done
1572026-08-27T00:48:23.578ZFinalize: Updating search index ... Done
1582026-08-27T00:48:23.681ZFinalize: Updating package cache ... Done
1592026-08-27T00:48:23.970ZPlanning: Evaluating mediator changes ... Done
1602026-08-27T00:48:24.076ZPlanning: Checking for conflicting actions ... Done
1612026-08-27T00:48:24.081ZPlanning: Consolidating action changes ... Done
1622026-08-27T00:48:24.234ZPlanning: Evaluating mediators ... Done
1632026-08-27T00:48:24.239ZPlanning: Planning completed in 0.27 seconds
1642026-08-27T00:48:24.258Z Mediators to change: 1
1652026-08-27T00:48:24.258Z Create boot environment: No
1662026-08-27T00:48:24.258ZCreate backup boot environment: No
1672026-08-27T00:48:24.316ZFinalize: Updating package state database ... Done
1682026-08-27T00:48:24.317ZFinalize: Updating package cache ... Done
1692026-08-27T00:48:24.373ZFinalize: Updating image state ... Done
1702026-08-27T00:48:26.301ZFinalize: Creating fast lookup database ... Done
1712026-08-27T00:48:26.365ZFinalize: Reading search index ... Done
1722026-08-27T00:48:26.369ZFinalize: Updating search index ... Done
1732026-08-27T00:48:26.477ZFinalize: Updating package cache ... Done
1742026-08-27T00:48:26.787ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-27T00:48:26.787Zapache system 2.4 system
1762026-08-27T00:48:26.787Zclang system 15 system
1772026-08-27T00:48:26.787Zcsh system system illumos
1782026-08-27T00:48:26.788Zctags system system illumos
1792026-08-27T00:48:26.788Zfile vendor vendor darwinsys
1802026-08-27T00:48:26.788Zfile system system illumos
1812026-08-27T00:48:26.788Zgcc vendor 14 vendor
1822026-08-27T00:48:26.788Zgcc system 13 system
1832026-08-27T00:48:26.788Zgcc system 10 system
1842026-08-27T00:48:26.788Zgo system 1.25 system
1852026-08-27T00:48:26.788Zllvm system 15 system
1862026-08-27T00:48:26.788Zmariadb system 11.4 system
1872026-08-27T00:48:26.788Zmta vendor vendor dma
1882026-08-27T00:48:26.788Zopenjdk system 17 system
1892026-08-27T00:48:26.788Zopenjdk system 11 system
1902026-08-27T00:48:26.788Zopenssl vendor 3 vendor
1912026-08-27T00:48:26.788Zperl system 5.40 system
1922026-08-27T00:48:26.789Zpostgresql system 18 system
1932026-08-27T00:48:26.789Zpostgresql system 17 system
1942026-08-27T00:48:26.789Zpython vendor 3 vendor
1952026-08-27T00:48:26.789Zpython system 2 system
1962026-08-27T00:48:26.789Zpython3 vendor 3.13 vendor
1972026-08-27T00:48:26.789Zruby system 3.4 system
1982026-08-27T00:48:26.789Zruby system 3.0 system
1992026-08-27T00:48:26.789Zwords vendor vendor american-english
2002026-08-27T00:48:26.789Zwords system system australian-english
2012026-08-27T00:48:26.789Zwords system system british-english
2022026-08-27T00:48:26.789Zwords system system canadian-english
2032026-08-27T00:48:26.789Zwords system system french
2042026-08-27T00:48:26.789Zwords system system italian
2052026-08-27T00:48:26.789Zwords system system ngerman
2062026-08-27T00:48:26.789Zwords system system ogerman
2072026-08-27T00:48:26.789Zwords system system spanish
2082026-08-27T00:48:27.038ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-27T00:48:27.039Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-27T00:48:27.525ZFMRI IFO
2112026-08-27T00:48:27.525Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-27T00:48:27.525Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-27T00:48:27.525Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-27T00:48:27.526Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-27T00:48:27.526Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-27T00:48:27.526Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-27T00:48:27.526Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-27T00:48:27.526Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-27T00:48:27.526Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-27T00:48:27.864Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-27T00:48:28.253Z Updating crates.io index
2222026-08-27T00:48:28.257Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-27T00:48:28.564Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-27T00:48:28.901Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-27T00:48:29.198Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-27T00:48:30.252Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-27T00:48:30.779Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-27T00:48:32.462Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-27T00:48:33.331Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-27T00:48:33.597Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-27T00:48:33.965Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-27T00:48:35.150Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-27T00:48:35.524Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-27T00:48:36.188Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-27T00:48:36.799Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-27T00:48:37.089Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-27T00:48:37.355Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-27T00:48:37.651Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-27T00:48:37.963Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-27T00:48:38.287Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-27T00:48:38.831Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-27T00:48:39.200Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-27T00:48:39.722Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-27T00:48:40.018Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-27T00:48:40.643Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-27T00:48:40.944Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-27T00:48:41.234Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-27T00:48:41.687Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-27T00:48:41.985Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-27T00:48:42.420Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-27T00:48:42.807Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-27T00:48:43.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-27T00:48:43.402Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-27T00:48:43.812Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-27T00:48:44.371Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-27T00:48:44.668Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-27T00:48:44.956Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-27T00:48:45.254Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-27T00:48:45.567Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-27T00:48:47.427Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-27T00:48:47.721Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-27T00:48:48.080Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-27T00:48:48.362Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-27T00:48:48.655Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-27T00:48:51.413Z Downloading crates ...
2662026-08-27T00:48:51.468Z Downloaded anstyle-query v1.1.5
2672026-08-27T00:48:51.654Z Downloaded generic-array v0.14.7
2682026-08-27T00:48:51.654Z Downloaded autocfg v1.5.0
2692026-08-27T00:48:51.654Z Downloaded camino-tempfile v1.4.1
2702026-08-27T00:48:51.654Z Downloaded pest_derive v2.8.6
2712026-08-27T00:48:51.668Z Downloaded toml_datetime v0.6.11
2722026-08-27T00:48:51.668Z Downloaded cfg-if v1.0.4
2732026-08-27T00:48:51.668Z Downloaded macaddr v1.0.1
2742026-08-27T00:48:51.668Z Downloaded crypto-common v0.1.7
2752026-08-27T00:48:51.668Z Downloaded digest v0.10.7
2762026-08-27T00:48:51.668Z Downloaded usdt v0.5.0
2772026-08-27T00:48:51.668Z Downloaded zerocopy-derive v0.7.35
2782026-08-27T00:48:51.668Z Downloaded dtrace-parser v0.2.0
2792026-08-27T00:48:51.668Z Downloaded zmij v1.0.21
2802026-08-27T00:48:51.668Z Downloaded sha2 v0.10.9
2812026-08-27T00:48:51.668Z Downloaded cargo_toml v0.21.0
2822026-08-27T00:48:51.668Z Downloaded zerocopy v0.7.35
2832026-08-27T00:48:51.668Z Downloaded fastrand v2.3.0
2842026-08-27T00:48:51.668Z Downloaded heck v0.4.1
2852026-08-27T00:48:51.668Z Downloaded itoa v1.0.17
2862026-08-27T00:48:51.668Z Downloaded heck v0.5.0
2872026-08-27T00:48:51.668Z Downloaded colorchoice v1.0.4
2882026-08-27T00:48:51.668Z Downloaded errno v0.3.14
2892026-08-27T00:48:51.668Z Downloaded cargo_metadata v0.23.1
2902026-08-27T00:48:51.668Z Downloaded fs-err v3.3.0
2912026-08-27T00:48:51.668Z Downloaded clap_lex v1.0.0
2922026-08-27T00:48:51.668Z Downloaded cpufeatures v0.2.17
2932026-08-27T00:48:51.668Z Downloaded dof v0.3.0
2942026-08-27T00:48:51.669Z Downloaded is_terminal_polyfill v1.70.2
2952026-08-27T00:48:51.669Z Downloaded thread-id v4.2.2
2962026-08-27T00:48:51.669Z Downloaded fnv v1.0.7
2972026-08-27T00:48:51.669Z Downloaded memmap v0.7.0
2982026-08-27T00:48:51.669Z Downloaded scroll_derive v0.12.1
2992026-08-27T00:48:51.669Z Downloaded equivalent v1.0.2
3002026-08-27T00:48:51.669Z Downloaded cargo-platform v0.3.2
3012026-08-27T00:48:51.669Z Downloaded usdt-attr-macro v0.5.0
3022026-08-27T00:48:51.669Z Downloaded plain v0.2.3
3032026-08-27T00:48:51.669Z Downloaded proc-macro-error-attr v1.0.4
3042026-08-27T00:48:51.669Z Downloaded swrite v0.1.0
3052026-08-27T00:48:51.669Z Downloaded serde_spanned v0.6.9
3062026-08-27T00:48:51.669Z Downloaded block-buffer v0.10.4
3072026-08-27T00:48:51.669Z Downloaded anstyle-parse v1.0.0
3082026-08-27T00:48:51.669Z Downloaded camino v1.2.5
3092026-08-27T00:48:51.669Z Downloaded terminal_size v0.4.3
3102026-08-27T00:48:51.669Z Downloaded usdt-macro v0.5.0
3112026-08-27T00:48:51.669Z Downloaded pretty-hex v0.4.1
3122026-08-27T00:48:51.669Z Downloaded tabled_derive v0.7.0
3132026-08-27T00:48:51.669Z Downloaded version_check v0.9.5
3142026-08-27T00:48:51.669Z Downloaded utf8parse v0.2.2
3152026-08-27T00:48:51.669Z Downloaded smawk v0.3.2
3162026-08-27T00:48:51.669Z Downloaded strsim v0.11.1
3172026-08-27T00:48:51.669Z Downloaded quote v1.0.45
3182026-08-27T00:48:51.669Z Downloaded thiserror v1.0.69
3192026-08-27T00:48:51.669Z Downloaded serde_tokenstream v0.2.3
3202026-08-27T00:48:51.669Z Downloaded anstream v1.0.0
3212026-08-27T00:48:51.669Z Downloaded bytecount v0.6.9
3222026-08-27T00:48:51.669Z Downloaded byteorder v1.5.0
3232026-08-27T00:48:51.669Z Downloaded pest_generator v2.8.6
3242026-08-27T00:48:51.669Z Downloaded anyhow v1.0.104
3252026-08-27T00:48:51.669Z Downloaded papergrid v0.11.0
3262026-08-27T00:48:51.669Z Downloaded log v0.4.33
3272026-08-27T00:48:51.669Z Downloaded unicode-linebreak v0.1.5
3282026-08-27T00:48:51.669Z Downloaded thiserror-impl v1.0.69
3292026-08-27T00:48:51.669Z Downloaded thiserror-impl v2.0.18
3302026-08-27T00:48:51.669Z Downloaded toml_write v0.1.2
3312026-08-27T00:48:51.670Z Downloaded scroll v0.12.0
3322026-08-27T00:48:51.670Z Downloaded proc-macro-error v1.0.4
3332026-08-27T00:48:51.670Z Downloaded usdt-impl v0.5.0
3342026-08-27T00:48:51.670Z Downloaded anstyle v1.0.14
3352026-08-27T00:48:51.670Z Downloaded semver v1.0.28
3362026-08-27T00:48:51.670Z Downloaded once_cell v1.21.3
3372026-08-27T00:48:51.670Z Downloaded toml v0.8.23
3382026-08-27T00:48:51.670Z Downloaded getrandom v0.4.3
3392026-08-27T00:48:51.670Z Downloaded clap_derive v4.6.1
3402026-08-27T00:48:51.670Z Downloaded thiserror v2.0.18
3412026-08-27T00:48:51.670Z Downloaded ucd-trie v0.1.7
3422026-08-27T00:48:51.670Z Downloaded clap v4.6.1
3432026-08-27T00:48:51.670Z Downloaded textwrap v0.16.2
3442026-08-27T00:48:51.670Z Downloaded proc-macro2 v1.0.106
3452026-08-27T00:48:51.670Z Downloaded pest_meta v2.8.6
3462026-08-27T00:48:51.670Z Downloaded tempfile v3.27.0
3472026-08-27T00:48:51.670Z Downloaded unicode-ident v1.0.24
3482026-08-27T00:48:51.670Z Downloaded bitflags v2.11.0
3492026-08-27T00:48:51.679Z Downloaded serde_derive v1.0.228
3502026-08-27T00:48:51.679Z Downloaded serde_core v1.0.228
3512026-08-27T00:48:51.679Z Downloaded toml_edit v0.22.27
3522026-08-27T00:48:51.685Z Downloaded serde v1.0.228
3532026-08-27T00:48:51.689Z Downloaded indexmap v2.14.0
3542026-08-27T00:48:51.689Z Downloaded memchr v2.8.0
3552026-08-27T00:48:51.693Z Downloaded typenum v1.20.1
3562026-08-27T00:48:51.706Z Downloaded pest v2.8.6
3572026-08-27T00:48:51.722Z Downloaded clap_builder v4.6.0
3582026-08-27T00:48:51.730Z Downloaded hashbrown v0.17.0
3592026-08-27T00:48:51.744Z Downloaded serde_json v1.0.151
3602026-08-27T00:48:51.747Z Downloaded goblin v0.8.2
3612026-08-27T00:48:51.750Z Downloaded winnow v0.7.14
3622026-08-27T00:48:51.769Z Downloaded tabled v0.15.0
3632026-08-27T00:48:51.777Z Downloaded syn v1.0.109
3642026-08-27T00:48:51.786Z Downloaded unicode-width v0.2.0
3652026-08-27T00:48:51.789Z Downloaded unicode-width v0.1.14
3662026-08-27T00:48:51.792Z Downloaded syn v2.0.117
3672026-08-27T00:48:51.804Z Downloaded rustix v1.1.4
3682026-08-27T00:48:51.828Z Downloaded libc v0.2.185
3692026-08-27T00:48:51.891Z Compiling proc-macro2 v1.0.106
3702026-08-27T00:48:51.891Z Compiling unicode-ident v1.0.24
3712026-08-27T00:48:51.894Z Compiling quote v1.0.45
3722026-08-27T00:48:51.894Z Compiling serde_core v1.0.228
3732026-08-27T00:48:51.894Z Compiling libc v0.2.185
3742026-08-27T00:48:51.894Z Compiling version_check v0.9.5
3752026-08-27T00:48:51.894Z Compiling memchr v2.8.0
3762026-08-27T00:48:51.894Z Compiling serde v1.0.228
3772026-08-27T00:48:51.894Z Compiling zmij v1.0.21
3782026-08-27T00:48:52.067Z Compiling ucd-trie v0.1.7
3792026-08-27T00:48:52.070Z Compiling thiserror v1.0.69
3802026-08-27T00:48:52.071Z Compiling itoa v1.0.17
3812026-08-27T00:48:52.071Z Compiling rustix v1.1.4
3822026-08-27T00:48:52.084Z Compiling byteorder v1.5.0
3832026-08-27T00:48:52.291Z Compiling serde_json v1.0.151
3842026-08-27T00:48:52.361Z Compiling bitflags v2.11.0
3852026-08-27T00:48:52.405Z Compiling camino v1.2.5
3862026-08-27T00:48:52.544Z Compiling pest v2.8.6
3872026-08-27T00:48:52.648Z Compiling syn v1.0.109
3882026-08-27T00:48:52.663Z Compiling proc-macro-error-attr v1.0.4
3892026-08-27T00:48:52.668Z Compiling usdt-impl v0.5.0
3902026-08-27T00:48:52.714Z Compiling proc-macro-error v1.0.4
3912026-08-27T00:48:52.732Z Compiling hashbrown v0.17.0
3922026-08-27T00:48:52.736Z Compiling equivalent v1.0.2
3932026-08-27T00:48:52.839Z Compiling utf8parse v0.2.2
3942026-08-27T00:48:52.840Z Compiling getrandom v0.4.3
3952026-08-27T00:48:52.948Z Compiling plain v0.2.3
3962026-08-27T00:48:52.983Z Compiling log v0.4.33
3972026-08-27T00:48:52.987Z Compiling anstyle-parse v1.0.0
3982026-08-27T00:48:53.081Z Compiling errno v0.3.14
3992026-08-27T00:48:53.100Z Compiling thread-id v4.2.2
4002026-08-27T00:48:53.138Z Compiling autocfg v1.5.0
4012026-08-27T00:48:53.174Z Compiling winnow v0.7.14
4022026-08-27T00:48:53.191Z Compiling toml_write v0.1.2
4032026-08-27T00:48:53.195Z Compiling anstyle-query v1.1.5
4042026-08-27T00:48:53.226Z Compiling cfg-if v1.0.4
4052026-08-27T00:48:53.229Z Compiling colorchoice v1.0.4
4062026-08-27T00:48:53.278Z Compiling is_terminal_polyfill v1.70.2
4072026-08-27T00:48:53.281Z Compiling thiserror v2.0.18
4082026-08-27T00:48:53.281Z Compiling anstyle v1.0.14
4092026-08-27T00:48:53.354Z Compiling indexmap v2.14.0
4102026-08-27T00:48:53.386Z Compiling pretty-hex v0.4.1
4112026-08-27T00:48:53.406Z Compiling bytecount v0.6.9
4122026-08-27T00:48:53.455Z Compiling heck v0.4.1
4132026-08-27T00:48:53.528Z Compiling anstream v1.0.0
4142026-08-27T00:48:53.546Z Compiling syn v2.0.117
4152026-08-27T00:48:53.587Z Compiling fs-err v3.3.0
4162026-08-27T00:48:53.605Z Compiling pest_meta v2.8.6
4172026-08-27T00:48:53.608Z Compiling fastrand v2.3.0
4182026-08-27T00:48:53.678Z Compiling fnv v1.0.7
4192026-08-27T00:48:53.695Z Compiling anyhow v1.0.104
4202026-08-27T00:48:53.798Z Compiling heck v0.5.0
4212026-08-27T00:48:53.798Z Compiling strsim v0.11.1
4222026-08-27T00:48:53.834Z Compiling clap_lex v1.0.0
4232026-08-27T00:48:53.851Z Compiling unicode-width v0.1.14
4242026-08-27T00:48:53.887Z Compiling once_cell v1.21.3
4252026-08-27T00:48:54.001Z Compiling memmap v0.7.0
4262026-08-27T00:48:54.025Z Compiling unicode-width v0.2.0
4272026-08-27T00:48:54.063Z Compiling unicode-linebreak v0.1.5
4282026-08-27T00:48:54.080Z Compiling terminal_size v0.4.3
4292026-08-27T00:48:54.083Z Compiling papergrid v0.11.0
4302026-08-27T00:48:54.123Z Compiling tempfile v3.27.0
4312026-08-27T00:48:54.147Z Compiling smawk v0.3.2
4322026-08-27T00:48:54.201Z Compiling clap_builder v4.6.0
4332026-08-27T00:48:54.237Z Compiling swrite v0.1.0
4342026-08-27T00:48:54.306Z Compiling textwrap v0.16.2
4352026-08-27T00:48:54.625Z Compiling semver v1.0.28
4362026-08-27T00:48:54.628Z Compiling cargo-platform v0.3.2
4372026-08-27T00:48:54.876Z Compiling camino-tempfile v1.4.1
4382026-08-27T00:48:54.981Z Compiling tabled_derive v0.7.0
4392026-08-27T00:48:55.647Z Compiling tabled v0.15.0
4402026-08-27T00:48:55.667Z Compiling pest_generator v2.8.6
4412026-08-27T00:48:56.152Z Compiling serde_derive v1.0.228
4422026-08-27T00:48:56.152Z Compiling thiserror-impl v1.0.69
4432026-08-27T00:48:56.152Z Compiling zerocopy-derive v0.7.35
4442026-08-27T00:48:56.156Z Compiling scroll_derive v0.12.1
4452026-08-27T00:48:56.156Z Compiling thiserror-impl v2.0.18
4462026-08-27T00:48:56.156Z Compiling clap_derive v4.6.1
4472026-08-27T00:48:56.246Z Compiling pest_derive v2.8.6
4482026-08-27T00:48:56.792Z Compiling scroll v0.12.0
4492026-08-27T00:48:56.880Z Compiling zerocopy v0.7.35
4502026-08-27T00:48:57.006Z Compiling goblin v0.8.2
4512026-08-27T00:48:57.174Z Compiling dtrace-parser v0.2.0
4522026-08-27T00:48:57.493Z Compiling clap v4.6.1
4532026-08-27T00:48:58.554Z Compiling serde_spanned v0.6.9
4542026-08-27T00:48:58.554Z Compiling toml_datetime v0.6.11
4552026-08-27T00:48:58.558Z Compiling macaddr v1.0.1
4562026-08-27T00:48:58.558Z Compiling cargo_metadata v0.23.1
4572026-08-27T00:48:58.558Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-27T00:48:58.571Z Compiling dof v0.3.0
4592026-08-27T00:48:58.574Z Compiling serde_tokenstream v0.2.3
4602026-08-27T00:48:58.759Z Compiling toml_edit v0.22.27
4612026-08-27T00:48:59.314Z Compiling usdt-attr-macro v0.5.0
4622026-08-27T00:48:59.314Z Compiling usdt-macro v0.5.0
4632026-08-27T00:48:59.900Z Compiling usdt v0.5.0
4642026-08-27T00:49:00.047Z Compiling toml v0.8.23
4652026-08-27T00:49:00.372Z Compiling cargo_toml v0.21.0
4662026-08-27T00:49:01.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-27T00:49:03.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s
4682026-08-27T00:49:03.951Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-27T00:49:04.465Z Downloading crates ...
4702026-08-27T00:49:04.532Z Downloaded base16ct v0.2.0
4712026-08-27T00:49:04.538Z Downloaded async-stream v0.3.6
4722026-08-27T00:49:04.538Z Downloaded bcrypt-pbkdf v0.11.0
4732026-08-27T00:49:04.543Z Downloaded adler2 v2.0.1
4742026-08-27T00:49:04.543Z Downloaded aead v0.5.2
4752026-08-27T00:49:04.543Z Downloaded base16ct v1.0.0
4762026-08-27T00:49:04.543Z Downloaded funty v2.0.0
4772026-08-27T00:49:04.543Z Downloaded arrayvec v0.7.6
4782026-08-27T00:49:04.543Z Downloaded aead v0.6.1
4792026-08-27T00:49:04.543Z Downloaded futures-core v0.3.32
4802026-08-27T00:49:04.547Z Downloaded argon2 v0.5.3
4812026-08-27T00:49:04.547Z Downloaded async-stream-impl v0.3.6
4822026-08-27T00:49:04.547Z Downloaded async-recursion v1.1.1
4832026-08-27T00:49:04.552Z Downloaded bitfield-struct v0.6.2
4842026-08-27T00:49:04.552Z Downloaded enum-as-inner v0.6.1
4852026-08-27T00:49:04.552Z Downloaded bb8 v0.8.6
4862026-08-27T00:49:04.552Z Downloaded atty v0.2.14
4872026-08-27T00:49:04.552Z Downloaded bitfield-macros v0.19.4
4882026-08-27T00:49:04.557Z Downloaded anstyle-parse v0.2.7
4892026-08-27T00:49:04.557Z Downloaded fixedbitset v0.4.2
4902026-08-27T00:49:04.557Z Downloaded foreign-types-shared v0.3.1
4912026-08-27T00:49:04.557Z Downloaded globwalk v0.9.1
4922026-08-27T00:49:04.557Z Downloaded newline-converter v0.3.0
4932026-08-27T00:49:04.557Z Downloaded bit-set v0.5.3
4942026-08-27T00:49:04.561Z Downloaded bit-vec v0.6.3
4952026-08-27T00:49:04.561Z Downloaded hash32 v0.3.1
4962026-08-27T00:49:04.561Z Downloaded hostname v0.3.1
4972026-08-27T00:49:04.565Z Downloaded addr2line v0.25.1
4982026-08-27T00:49:04.565Z Downloaded ahash v0.8.12
4992026-08-27T00:49:04.565Z Downloaded backon v1.6.0
5002026-08-27T00:49:04.568Z Downloaded arc-swap v1.8.2
5012026-08-27T00:49:04.571Z Downloaded arrayref v0.3.9
5022026-08-27T00:49:04.571Z Downloaded float-cmp v0.10.0
5032026-08-27T00:49:04.572Z Downloaded foreign-types-shared v0.1.1
5042026-08-27T00:49:04.572Z Downloaded backtrace-ext v0.2.1
5052026-08-27T00:49:04.572Z Downloaded ff v0.14.0
5062026-08-27T00:49:04.575Z Downloaded foreign-types v0.5.0
5072026-08-27T00:49:04.575Z Downloaded fxhash v0.2.1
5082026-08-27T00:49:04.575Z Downloaded nodrop v0.1.14
5092026-08-27T00:49:04.575Z Downloaded float-ord v0.3.2
5102026-08-27T00:49:04.580Z Downloaded foreign-types v0.3.2
5112026-08-27T00:49:04.580Z Downloaded futures-macro v0.3.32
5122026-08-27T00:49:04.580Z Downloaded array-init v0.0.4
5132026-08-27T00:49:04.584Z Downloaded atomicwrites v0.4.4
5142026-08-27T00:49:04.584Z Downloaded fd-lock v4.0.4
5152026-08-27T00:49:04.584Z Downloaded foreign-types-macros v0.2.3
5162026-08-27T00:49:04.587Z Downloaded futures-io v0.3.32
5172026-08-27T00:49:04.590Z Downloaded async-trait v0.1.89
5182026-08-27T00:49:04.590Z Downloaded base64ct v1.8.3
5192026-08-27T00:49:04.593Z Downloaded ena v0.14.4
5202026-08-27T00:49:04.593Z Downloaded base64 v0.22.1
5212026-08-27T00:49:04.600Z Downloaded argon2 v0.6.0-rc.8
5222026-08-27T00:49:04.600Z Downloaded flagset v0.4.7
5232026-08-27T00:49:04.604Z Downloaded foldhash v0.2.0
5242026-08-27T00:49:04.604Z Downloaded fixedbitset v0.5.7
5252026-08-27T00:49:04.604Z Downloaded foldhash v0.1.5
5262026-08-27T00:49:04.604Z Downloaded group v0.14.0
5272026-08-27T00:49:04.604Z Downloaded bit-set v0.8.0
5282026-08-27T00:49:04.604Z Downloaded castaway v0.2.4
5292026-08-27T00:49:04.604Z Downloaded form_urlencoded v1.2.2
5302026-08-27T00:49:04.604Z Downloaded block-padding v0.4.2
5312026-08-27T00:49:04.609Z Downloaded futures-sink v0.3.32
5322026-08-27T00:49:04.609Z Downloaded embedded-io v0.4.0
5332026-08-27T00:49:04.612Z Downloaded ff v0.13.1
5342026-08-27T00:49:04.612Z Downloaded atomic-waker v1.1.2
5352026-08-27T00:49:04.612Z Downloaded cfg_aliases v0.1.1
5362026-08-27T00:49:04.612Z Downloaded nibble_vec v0.1.0
5372026-08-27T00:49:04.612Z Downloaded compression-core v0.4.31
5382026-08-27T00:49:04.612Z Downloaded embedded-io v0.6.1
5392026-08-27T00:49:04.618Z Downloaded env_logger v0.11.11
5402026-08-27T00:49:04.618Z Downloaded enum_dispatch v0.3.13
5412026-08-27T00:49:04.622Z Downloaded erased-serde v0.3.31
5422026-08-27T00:49:04.622Z Downloaded fallible-iterator v0.2.0
5432026-08-27T00:49:04.622Z Downloaded endian-type v0.1.2
5442026-08-27T00:49:04.622Z Downloaded ghash v0.6.0
5452026-08-27T00:49:04.622Z Downloaded chacha20 v0.9.1
5462026-08-27T00:49:04.622Z Downloaded gethostname v0.5.0
5472026-08-27T00:49:04.625Z Downloaded camino-tempfile-ext v0.3.3
5482026-08-27T00:49:04.625Z Downloaded env_filter v2.0.0
5492026-08-27T00:49:04.628Z Downloaded ciborium-io v0.2.2
5502026-08-27T00:49:04.628Z Downloaded futures-task v0.3.32
5512026-08-27T00:49:04.628Z Downloaded hex-literal v1.1.0
5522026-08-27T00:49:04.633Z Downloaded num v0.4.3
5532026-08-27T00:49:04.633Z Downloaded assert_matches v1.5.0
5542026-08-27T00:49:04.633Z Downloaded cfg_aliases v0.2.1
5552026-08-27T00:49:04.636Z Downloaded block-buffer v0.12.1
5562026-08-27T00:49:04.636Z Downloaded hmac v0.12.1
5572026-08-27T00:49:04.639Z Downloaded ascii-canvas v3.0.0
5582026-08-27T00:49:04.646Z Downloaded hostname v0.4.2
5592026-08-27T00:49:04.653Z Downloaded hash32 v0.2.1
5602026-08-27T00:49:04.653Z Downloaded bitflags v1.3.2
5612026-08-27T00:49:04.653Z Downloaded anstream v0.6.21
5622026-08-27T00:49:04.653Z Downloaded buf-list v1.1.2
5632026-08-27T00:49:04.656Z Downloaded cexpr v0.6.0
5642026-08-27T00:49:04.656Z Downloaded filetime v0.2.27
5652026-08-27T00:49:04.656Z Downloaded ciborium-ll v0.2.2
5662026-08-27T00:49:04.656Z Downloaded normalize-line-endings v0.3.0
5672026-08-27T00:49:04.660Z Downloaded http-body v1.0.1
5682026-08-27T00:49:04.663Z Downloaded home v0.5.12
5692026-08-27T00:49:04.663Z Downloaded httpdate v1.0.3
5702026-08-27T00:49:04.663Z Downloaded password-hash v0.6.1
5712026-08-27T00:49:04.666Z Downloaded git-stub v1.0.0
5722026-08-27T00:49:04.666Z Downloaded headers-core v0.3.0
5732026-08-27T00:49:04.666Z Downloaded hex v0.4.3
5742026-08-27T00:49:04.666Z Downloaded hubpack_derive v0.1.1
5752026-08-27T00:49:04.666Z Downloaded opaque-debug v0.3.1
5762026-08-27T00:49:04.670Z Downloaded http-range v0.1.5
5772026-08-27T00:49:04.671Z Downloaded precomputed-hash v0.1.1
5782026-08-27T00:49:04.671Z Downloaded byte-wrapper v0.1.0
5792026-08-27T00:49:04.674Z Downloaded cassowary v0.3.0
5802026-08-27T00:49:04.674Z Downloaded cobs v0.3.0
5812026-08-27T00:49:04.674Z Downloaded progenitor-macro v0.14.0
5822026-08-27T00:49:04.679Z Downloaded rand_chacha v0.3.1
5832026-08-27T00:49:04.679Z Downloaded cipher v0.4.4
5842026-08-27T00:49:04.682Z Downloaded find-msvc-tools v0.1.9
5852026-08-27T00:49:04.682Z Downloaded proc-macro-crate v1.3.1
5862026-08-27T00:49:04.682Z Downloaded getrandom v0.2.17
5872026-08-27T00:49:04.686Z Downloaded num_enum v0.5.11
5882026-08-27T00:49:04.689Z Downloaded futures-executor v0.3.32
5892026-08-27T00:49:04.689Z Downloaded quick-error v1.2.3
5902026-08-27T00:49:04.689Z Downloaded rfc6979 v0.4.0
5912026-08-27T00:49:04.694Z Downloaded backoff v0.4.0
5922026-08-27T00:49:04.694Z Downloaded recursive v0.1.1
5932026-08-27T00:49:04.697Z Downloaded bs58 v0.5.1
5942026-08-27T00:49:04.697Z Downloaded cipher v0.5.2
5952026-08-27T00:49:04.697Z Downloaded const-oid v0.10.2
5962026-08-27T00:49:04.697Z Downloaded futures-channel v0.3.32
5972026-08-27T00:49:04.702Z Downloaded generic-array v1.4.3
5982026-08-27T00:49:04.702Z Downloaded rustc-hash v2.1.1
5992026-08-27T00:49:04.702Z Downloaded bzip2 v0.4.4
6002026-08-27T00:49:04.709Z Downloaded cmake v0.1.57
6012026-08-27T00:49:04.709Z Downloaded bitfield v0.19.4
6022026-08-27T00:49:04.709Z Downloaded fs_extra v1.3.0
6032026-08-27T00:49:04.709Z Downloaded bcs v0.1.6
6042026-08-27T00:49:04.709Z Downloaded flume v0.11.1
6052026-08-27T00:49:04.713Z Downloaded secrecy v0.10.3
6062026-08-27T00:49:04.714Z Downloaded blowfish v0.10.0
6072026-08-27T00:49:04.714Z Downloaded compression-codecs v0.4.37
6082026-08-27T00:49:04.714Z Downloaded group v0.13.0
6092026-08-27T00:49:04.714Z Downloaded semver v0.1.20
6102026-08-27T00:49:04.714Z Downloaded seq-macro v0.3.6
6112026-08-27T00:49:04.714Z Downloaded sha1 v0.10.6
6122026-08-27T00:49:04.714Z Downloaded cbc v0.2.1
6132026-08-27T00:49:04.717Z Downloaded allocator-api2 v0.2.21
6142026-08-27T00:49:04.720Z Downloaded sqlparser_derive v0.5.0
6152026-08-27T00:49:04.720Z Downloaded strip-ansi-escapes v0.2.1
6162026-08-27T00:49:04.720Z Downloaded fs-err v2.11.0
6172026-08-27T00:49:04.725Z Downloaded supports-hyperlinks v3.2.0
6182026-08-27T00:49:04.725Z Downloaded take_mut v0.2.2
6192026-08-27T00:49:04.725Z Downloaded slog-envlogger v2.2.0
6202026-08-27T00:49:04.725Z Downloaded git-stub-vcs v0.1.0
6212026-08-27T00:49:04.725Z Downloaded oxide-generation v0.1.3
6222026-08-27T00:49:04.733Z Downloaded num_enum_derive v0.7.6
6232026-08-27T00:49:04.733Z Downloaded password-hash v0.5.0
6242026-08-27T00:49:04.736Z Downloaded oxnet v0.1.6
6252026-08-27T00:49:04.736Z Downloaded hubpack v0.1.2
6262026-08-27T00:49:04.736Z Downloaded glob v0.3.3
6272026-08-27T00:49:04.736Z Downloaded subtle v2.6.1
6282026-08-27T00:49:04.739Z Downloaded tinyvec_macros v0.1.1
6292026-08-27T00:49:04.739Z Downloaded pem v3.0.6
6302026-08-27T00:49:04.743Z Downloaded phc v0.6.1
6312026-08-27T00:49:04.744Z Downloaded postgres-protocol v0.6.10
6322026-08-27T00:49:04.747Z Downloaded blake2 v0.10.6
6332026-08-27T00:49:04.747Z Downloaded async-bb8-diesel v0.2.1
6342026-08-27T00:49:04.747Z Downloaded bit-vec v0.8.0
6352026-08-27T00:49:04.747Z Downloaded ciborium v0.2.2
6362026-08-27T00:49:04.750Z Downloaded colored v2.2.0
6372026-08-27T00:49:04.750Z Downloaded tokio-test v0.4.5
6382026-08-27T00:49:04.755Z Downloaded predicates v3.1.4
6392026-08-27T00:49:04.756Z Downloaded progenitor v0.13.0
6402026-08-27T00:49:04.756Z Downloaded progenitor-extras v0.2.0
6412026-08-27T00:49:04.756Z Downloaded elliptic-curve v0.14.1
6422026-08-27T00:49:04.760Z Downloaded http-body-util v0.1.3
6432026-08-27T00:49:04.760Z Downloaded try-lock v0.2.5
6442026-08-27T00:49:04.760Z Downloaded ar_archive_writer v0.5.1
6452026-08-27T00:49:04.764Z Downloaded console v0.15.11
6462026-08-27T00:49:04.764Z Downloaded blake2 v0.11.0-rc.6
6472026-08-27T00:49:04.764Z Downloaded rpassword v7.5.4
6482026-08-27T00:49:04.767Z Downloaded nu-ansi-term v0.50.3
6492026-08-27T00:49:04.767Z Downloaded cmov v0.5.4
6502026-08-27T00:49:04.772Z Downloaded usdt-macro v0.6.0
6512026-08-27T00:49:04.772Z Downloaded utf-8 v0.7.6
6522026-08-27T00:49:04.772Z Downloaded wait-timeout v0.2.1
6532026-08-27T00:49:04.772Z Downloaded waitgroup v0.1.2
6542026-08-27T00:49:04.775Z Downloaded want v0.3.1
6552026-08-27T00:49:04.775Z Downloaded zeroize_derive v1.5.0
6562026-08-27T00:49:04.775Z Downloaded flate2 v1.1.9
6572026-08-27T00:49:04.778Z Downloaded signal-hook-tokio v0.3.1
6582026-08-27T00:49:04.778Z Downloaded chacha20 v0.10.0
6592026-08-27T00:49:04.782Z Downloaded colored v3.1.1
6602026-08-27T00:49:04.782Z Downloaded console v0.16.2
6612026-08-27T00:49:04.788Z Downloaded ssh-encoding v0.3.0
6622026-08-27T00:49:04.788Z Downloaded ssh-cipher v0.3.0
6632026-08-27T00:49:04.791Z Downloaded convert_case v0.4.0
6642026-08-27T00:49:04.791Z Downloaded backtrace v0.3.76
6652026-08-27T00:49:04.794Z Downloaded parking_lot_core v0.9.12
6662026-08-27T00:49:04.794Z Downloaded slog-json v2.6.1
6672026-08-27T00:49:04.794Z Downloaded clang-sys v1.8.1
6682026-08-27T00:49:04.798Z Downloaded half v1.8.3
6692026-08-27T00:49:04.798Z Downloaded pkcs8 v0.11.0
6702026-08-27T00:49:04.801Z Downloaded darling_macro v0.20.11
6712026-08-27T00:49:04.801Z Downloaded darling_macro v0.21.3
6722026-08-27T00:49:04.801Z Downloaded digest-io v0.1.0
6732026-08-27T00:49:04.801Z Downloaded poly1305 v0.9.0
6742026-08-27T00:49:04.805Z Downloaded httparse v1.10.1
6752026-08-27T00:49:04.805Z Downloaded globset v0.4.18
6762026-08-27T00:49:04.805Z Downloaded bzip2 v0.6.1
6772026-08-27T00:49:04.808Z Downloaded highway v1.3.0
6782026-08-27T00:49:04.812Z Downloaded postcard v1.1.3
6792026-08-27T00:49:04.817Z Downloaded tiny-keccak v2.0.2
6802026-08-27T00:49:04.817Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6812026-08-27T00:49:04.817Z Downloaded rand_chacha v0.9.0
6822026-08-27T00:49:04.817Z Downloaded defmt-parser v1.0.0
6832026-08-27T00:49:04.820Z Downloaded illumos-nvpair-sys v0.2.0
6842026-08-27T00:49:04.820Z Downloaded dtrace-parser v0.3.0
6852026-08-27T00:49:04.820Z Downloaded dof v0.4.0
6862026-08-27T00:49:04.821Z Downloaded dunce v1.0.5
6872026-08-27T00:49:04.821Z Downloaded fatfs v0.3.6
6882026-08-27T00:49:04.821Z Downloaded const-oid v0.9.6
6892026-08-27T00:49:04.824Z Downloaded rustls-native-certs v0.8.3
6902026-08-27T00:49:04.824Z Downloaded hmac v0.13.0
6912026-08-27T00:49:04.824Z Downloaded getrandom v0.3.4
6922026-08-27T00:49:04.827Z Downloaded cancel-safe-futures v0.1.5
6932026-08-27T00:49:04.831Z Downloaded oso v0.27.3
6942026-08-27T00:49:04.834Z Downloaded hyper-tls v0.6.0
6952026-08-27T00:49:04.834Z Downloaded is-terminal v0.4.17
6962026-08-27T00:49:04.835Z Downloaded is_ci v1.2.0
6972026-08-27T00:49:04.835Z Downloaded vergen-lib v0.1.6
6982026-08-27T00:49:04.835Z Downloaded yoke-derive v0.8.1
6992026-08-27T00:49:04.838Z Downloaded maplit v1.0.2
7002026-08-27T00:49:04.838Z Downloaded hickory-resolver v0.25.2
7012026-08-27T00:49:04.841Z Downloaded jiff-static v0.2.34
7022026-08-27T00:49:04.844Z Downloaded toml_writer v1.1.1+spec-1.1.0
7032026-08-27T00:49:04.844Z Downloaded usdt v0.6.0
7042026-08-27T00:49:04.844Z Downloaded walkdir v2.5.0
7052026-08-27T00:49:04.844Z Downloaded serde_tokenstream v0.3.0
7062026-08-27T00:49:04.848Z Downloaded mime v0.3.17
7072026-08-27T00:49:04.848Z Downloaded kem v0.3.0
7082026-08-27T00:49:04.848Z Downloaded olpc-cjson v0.1.4
7092026-08-27T00:49:04.854Z Downloaded omicron-zone-package v0.12.3
7102026-08-27T00:49:04.857Z Downloaded corncobs v0.1.4
7112026-08-27T00:49:04.857Z Downloaded critical-section v1.2.0
7122026-08-27T00:49:04.857Z Downloaded ctr v0.10.1
7132026-08-27T00:49:04.861Z Downloaded stringprep v0.1.5
7142026-08-27T00:49:04.861Z Downloaded smallvec v1.15.1
7152026-08-27T00:49:04.861Z Downloaded curve25519-dalek-derive v0.1.1
7162026-08-27T00:49:04.861Z Downloaded synstructure v0.13.2
7172026-08-27T00:49:04.864Z Downloaded parse-size v1.1.0
7182026-08-27T00:49:04.867Z Downloaded compact_str v0.8.1
7192026-08-27T00:49:04.871Z Downloaded phf_shared v0.11.3
7202026-08-27T00:49:04.871Z Downloaded futures v0.3.32
7212026-08-27T00:49:04.877Z Downloaded diesel-dtrace v0.5.0
7222026-08-27T00:49:04.877Z Downloaded term v1.2.1
7232026-08-27T00:49:04.880Z Downloaded tokio-stream v0.1.18
7242026-08-27T00:49:04.880Z Downloaded chumsky v0.9.3
7252026-08-27T00:49:04.880Z Downloaded der_derive v0.7.3
7262026-08-27T00:49:04.880Z Downloaded tls_codec v0.4.2
7272026-08-27T00:49:04.883Z Downloaded half v2.7.1
7282026-08-27T00:49:04.883Z Downloaded papergrid v0.18.0
7292026-08-27T00:49:04.887Z Downloaded tracing-attributes v0.1.31
7302026-08-27T00:49:04.890Z Downloaded predicates-tree v1.0.13
7312026-08-27T00:49:04.890Z Downloaded proc-macro-crate v3.4.0
7322026-08-27T00:49:04.890Z Downloaded predicates-core v1.0.10
7332026-08-27T00:49:04.896Z Downloaded schemars v0.8.22
7342026-08-27T00:49:04.899Z Downloaded thread_local v1.1.9
7352026-08-27T00:49:04.899Z Downloaded russh-cryptovec v0.62.0
7362026-08-27T00:49:04.899Z Downloaded scheduled-thread-pool v0.2.7
7372026-08-27T00:49:04.899Z Downloaded libefi-sys v0.1.0
7382026-08-27T00:49:04.904Z Downloaded progenitor-macro v0.13.0
7392026-08-27T00:49:04.904Z Downloaded ref-cast v1.0.25
7402026-08-27T00:49:04.907Z Downloaded chacha20poly1305 v0.10.1
7412026-08-27T00:49:04.907Z Downloaded rcgen v0.12.1
7422026-08-27T00:49:04.907Z Downloaded heapless v0.8.0
7432026-08-27T00:49:04.907Z Downloaded base64 v0.21.7
7442026-08-27T00:49:04.910Z Downloaded ingot-types v0.2.0
7452026-08-27T00:49:04.914Z Downloaded ipnet v2.12.0
7462026-08-27T00:49:04.914Z Downloaded unicode-properties v0.1.4
7472026-08-27T00:49:04.914Z Downloaded lru-slab v0.1.2
7482026-08-27T00:49:04.917Z Downloaded serde_urlencoded v0.7.1
7492026-08-27T00:49:04.920Z Downloaded sapling-renderdag v0.1.0
7502026-08-27T00:49:04.923Z Downloaded owo-colors v4.3.0
7512026-08-27T00:49:04.923Z Downloaded oxide-update-engine-types v0.1.2
7522026-08-27T00:49:04.923Z Downloaded signal-hook-mio v0.2.5
7532026-08-27T00:49:04.923Z Downloaded zerocopy v0.6.6
7542026-08-27T00:49:04.926Z Downloaded signal-hook v0.3.18
7552026-08-27T00:49:04.927Z Downloaded slog v2.8.2
7562026-08-27T00:49:04.931Z Downloaded supports-unicode v3.0.0
7572026-08-27T00:49:04.931Z Downloaded socket2 v0.5.10
7582026-08-27T00:49:04.931Z Downloaded socket2 v0.6.3
7592026-08-27T00:49:04.934Z Downloaded sigpipe v0.1.3
7602026-08-27T00:49:04.934Z Downloaded testing_table v0.3.0
7612026-08-27T00:49:04.934Z Downloaded module-lattice v0.2.3
7622026-08-27T00:49:04.934Z Downloaded num-iter v0.1.45
7632026-08-27T00:49:04.937Z Downloaded paste v1.0.15
7642026-08-27T00:49:04.937Z Downloaded pem-rfc7468 v1.0.0
7652026-08-27T00:49:04.937Z Downloaded pin-project-internal v1.1.11
7662026-08-27T00:49:04.942Z Downloaded stable_deref_trait v1.2.1
7672026-08-27T00:49:04.942Z Downloaded hybrid-array v0.4.13
7682026-08-27T00:49:04.942Z Downloaded tap v1.0.1
7692026-08-27T00:49:04.945Z Downloaded tokio-macros v2.7.0
7702026-08-27T00:49:04.945Z Downloaded crossbeam-utils v0.8.21
7712026-08-27T00:49:04.945Z Downloaded deranged v0.5.8
7722026-08-27T00:49:04.949Z Downloaded oxide-update-engine-display v0.1.2
7732026-08-27T00:49:04.949Z Downloaded thiserror-impl-no-std v2.0.2
7742026-08-27T00:49:04.949Z Downloaded tower-layer v0.3.3
7752026-08-27T00:49:04.949Z Downloaded polyval v0.7.1
7762026-08-27T00:49:04.949Z Downloaded progenitor-client v0.13.0
7772026-08-27T00:49:04.953Z Downloaded rand_core v0.9.5
7782026-08-27T00:49:04.953Z Downloaded headers v0.4.1
7792026-08-27T00:49:04.953Z Downloaded heapless v0.7.17
7802026-08-27T00:49:04.956Z Downloaded bumpalo v3.20.2
7812026-08-27T00:49:04.961Z Downloaded trait-variant v0.1.2
7822026-08-27T00:49:04.964Z Downloaded unicode-truncate v1.1.0
7832026-08-27T00:49:04.964Z Downloaded expectorate v1.2.0
7842026-08-27T00:49:04.964Z Downloaded unsafe-libyaml v0.2.11
7852026-08-27T00:49:04.967Z Downloaded usdt-attr-macro v0.6.0
7862026-08-27T00:49:04.970Z Downloaded xattr v1.6.1
7872026-08-27T00:49:04.970Z Downloaded test-strategy v0.4.5
7882026-08-27T00:49:04.974Z Downloaded cpubits v0.1.1
7892026-08-27T00:49:04.974Z Downloaded memmap2 v0.9.10
7902026-08-27T00:49:04.984Z Downloaded ingot-macros v0.2.0
7912026-08-27T00:49:04.988Z Downloaded litrs v1.0.0
7922026-08-27T00:49:04.988Z Downloaded serde_path_to_error v0.1.20
7932026-08-27T00:49:04.991Z Downloaded dirs-next v2.0.0
7942026-08-27T00:49:04.991Z Downloaded dropshot-api-manager-types v0.8.0
7952026-08-27T00:49:04.991Z Downloaded schemars v0.9.0
7962026-08-27T00:49:04.996Z Downloaded schemars_derive v0.8.22
7972026-08-27T00:49:05.000Z Downloaded serde-hex v0.1.0
7982026-08-27T00:49:05.000Z Downloaded darling v0.20.11
7992026-08-27T00:49:05.004Z Downloaded parking_lot v0.12.5
8002026-08-27T00:49:05.004Z Downloaded simd-adler32 v0.3.8
8012026-08-27T00:49:05.004Z Downloaded similar v2.7.0
8022026-08-27T00:49:05.007Z Downloaded vte v0.14.1
8032026-08-27T00:49:05.007Z Downloaded ml-kem v0.3.2
8042026-08-27T00:49:05.008Z Downloaded slog-scope v4.4.1
8052026-08-27T00:49:05.011Z Downloaded strum_macros v0.27.2
8062026-08-27T00:49:05.011Z Downloaded smallvec v0.6.14
8072026-08-27T00:49:05.011Z Downloaded spki v0.8.0
8082026-08-27T00:49:05.014Z Downloaded stacker v0.1.23
8092026-08-27T00:49:05.018Z Downloaded diesel_table_macro_syntax v0.3.0
8102026-08-27T00:49:05.024Z Downloaded idna_adapter v1.2.1
8112026-08-27T00:49:05.029Z Downloaded instant v0.1.13
8122026-08-27T00:49:05.029Z Downloaded snafu-derive v0.8.9
8132026-08-27T00:49:05.029Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8142026-08-27T00:49:05.029Z Downloaded cc v1.2.56
8152026-08-27T00:49:05.032Z Downloaded pkcs1 v0.8.0-rc.4
8162026-08-27T00:49:05.032Z Downloaded crc-any v2.5.0
8172026-08-27T00:49:05.032Z Downloaded lazy_static v1.5.0
8182026-08-27T00:49:05.032Z Downloaded typify v0.6.2
8192026-08-27T00:49:05.036Z Downloaded hickory-resolver v0.24.4
8202026-08-27T00:49:05.039Z Downloaded samael v0.0.19
8212026-08-27T00:49:05.042Z Downloaded vergen-gitcl v1.0.8
8222026-08-27T00:49:05.042Z Downloaded linked-hash-map v0.5.6
8232026-08-27T00:49:05.042Z Downloaded whoami v1.6.1
8242026-08-27T00:49:05.042Z Downloaded bytes v1.11.1
8252026-08-27T00:49:05.045Z Downloaded md5 v0.8.0
8262026-08-27T00:49:05.045Z Downloaded hickory-server v0.25.2
8272026-08-27T00:49:05.048Z Downloaded rayon-core v1.13.0
8282026-08-27T00:49:05.052Z Downloaded unicase v2.9.0
8292026-08-27T00:49:05.052Z Downloaded md-5 v0.10.6
8302026-08-27T00:49:05.052Z Downloaded maybe-uninit v2.0.0
8312026-08-27T00:49:05.052Z Downloaded num-derive v0.4.2
8322026-08-27T00:49:05.057Z Downloaded openssl-probe v0.2.1
8332026-08-27T00:49:05.057Z Downloaded path-slash v0.1.5
8342026-08-27T00:49:05.057Z Downloaded peg-runtime v0.8.5
8352026-08-27T00:49:05.057Z Downloaded radium v0.7.0
8362026-08-27T00:49:05.057Z Downloaded zeroize v1.9.0
8372026-08-27T00:49:05.057Z Downloaded newtype-uuid-macros v0.1.0
8382026-08-27T00:49:05.060Z Downloaded wyz v0.5.1
8392026-08-27T00:49:05.060Z Downloaded num_enum_derive v0.5.11
8402026-08-27T00:49:05.060Z Downloaded aes v0.9.1
8412026-08-27T00:49:05.060Z Downloaded zip v0.6.6
8422026-08-27T00:49:05.063Z Downloaded async-compression v0.4.41
8432026-08-27T00:49:05.067Z Downloaded rsa v0.9.10
8442026-08-27T00:49:05.071Z Downloaded data-encoding v2.10.0
8452026-08-27T00:49:05.071Z Downloaded zstd v0.13.3
8462026-08-27T00:49:05.074Z Downloaded dirs-sys-next v0.1.2
8472026-08-27T00:49:05.074Z Downloaded potential_utf v0.1.4
8482026-08-27T00:49:05.074Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-08-27T00:49:05.074Z Downloaded rand_xorshift v0.4.0
8502026-08-27T00:49:05.074Z Downloaded rfc6979 v0.6.0
8512026-08-27T00:49:05.074Z Downloaded russh-util v0.52.0
8522026-08-27T00:49:05.074Z Downloaded schemars v1.2.1
8532026-08-27T00:49:05.081Z Downloaded delegate v0.13.5
8542026-08-27T00:49:05.084Z Downloaded daft-derive v0.1.8
8552026-08-27T00:49:05.084Z Downloaded ref-cast-impl v1.0.25
8562026-08-27T00:49:05.088Z Downloaded time-macros v0.2.27
8572026-08-27T00:49:05.088Z Downloaded tokio-native-tls v0.3.1
8582026-08-27T00:49:05.088Z Downloaded ecdsa v0.16.9
8592026-08-27T00:49:05.091Z Downloaded same-file v1.0.6
8602026-08-27T00:49:05.091Z Downloaded sha1 v0.11.0
8612026-08-27T00:49:05.091Z Downloaded serde-big-array v0.5.1
8622026-08-27T00:49:05.091Z Downloaded siphasher v1.0.2
8632026-08-27T00:49:05.091Z Downloaded ingot v0.2.1
8642026-08-27T00:49:05.095Z Downloaded jobserver v0.1.34
8652026-08-27T00:49:05.095Z Downloaded http v1.4.2
8662026-08-27T00:49:05.098Z Downloaded secrecy v0.8.0
8672026-08-27T00:49:05.098Z Downloaded darling_core v0.20.11
8682026-08-27T00:49:05.098Z Downloaded knus-derive v3.4.0
8692026-08-27T00:49:05.103Z Downloaded libsw v3.5.0
8702026-08-27T00:49:05.103Z Downloaded nanorand v0.7.0
8712026-08-27T00:49:05.103Z Downloaded slog-bunyan v2.5.0
8722026-08-27T00:49:05.110Z Downloaded indicatif v0.18.4
8732026-08-27T00:49:05.110Z Downloaded strum v0.27.2
8742026-08-27T00:49:05.110Z Downloaded hashbrown v0.13.2
8752026-08-27T00:49:05.110Z Downloaded poly1305 v0.8.0
8762026-08-27T00:49:05.113Z Downloaded unicode_categories v0.1.1
8772026-08-27T00:49:05.113Z Downloaded lru-cache v0.1.2
8782026-08-27T00:49:05.113Z Downloaded icu_normalizer_data v2.1.1
8792026-08-27T00:49:05.113Z Downloaded num_enum v0.7.6
8802026-08-27T00:49:05.116Z Downloaded tagptr v0.2.0
8812026-08-27T00:49:05.116Z Downloaded supports-color v3.0.2
8822026-08-27T00:49:05.116Z Downloaded packed_struct v0.10.1
8832026-08-27T00:49:05.119Z Downloaded xshell-macros v0.2.7
8842026-08-27T00:49:05.119Z Downloaded zerofrom v0.1.6
8852026-08-27T00:49:05.119Z Downloaded crc-catalog v2.4.0
8862026-08-27T00:49:05.119Z Downloaded unarray v0.1.4
8872026-08-27T00:49:05.119Z Downloaded void v1.0.2
8882026-08-27T00:49:05.119Z Downloaded ryu v1.0.23
8892026-08-27T00:49:05.124Z Downloaded pem-rfc7468 v0.7.0
8902026-08-27T00:49:05.124Z Downloaded zstd-safe v7.2.4
8912026-08-27T00:49:05.124Z Downloaded crc32fast v1.5.0
8922026-08-27T00:49:05.127Z Downloaded icu_normalizer v2.1.1
8932026-08-27T00:49:05.127Z Downloaded aes-gcm v0.11.0
8942026-08-27T00:49:05.163Z Downloaded crossbeam-epoch v0.9.18
8952026-08-27T00:49:05.163Z Downloaded rustls-platform-verifier v0.6.2
8962026-08-27T00:49:05.163Z Downloaded proc-macro-error2 v2.0.1
8972026-08-27T00:49:05.163Z Downloaded ron v0.8.1
8982026-08-27T00:49:05.163Z Downloaded derive_builder v0.20.2
8992026-08-27T00:49:05.163Z Downloaded tower-service v0.3.3
9002026-08-27T00:49:05.163Z Downloaded crypto-common v0.2.2
9012026-08-27T00:49:05.163Z Downloaded daft v0.1.8
9022026-08-27T00:49:05.163Z Downloaded serde_yaml v0.9.34+deprecated
9032026-08-27T00:49:05.163Z Downloaded zone_cfg_derive v0.3.1
9042026-08-27T00:49:05.163Z Downloaded dsl_auto_type v0.2.0
9052026-08-27T00:49:05.163Z Downloaded rustversion v1.0.22
9062026-08-27T00:49:05.163Z Downloaded scrypt v0.12.0
9072026-08-27T00:49:05.163Z Downloaded downcast-rs v2.0.2
9082026-08-27T00:49:05.163Z Downloaded inout v0.2.2
9092026-08-27T00:49:05.163Z Downloaded rand v0.10.1
9102026-08-27T00:49:05.163Z Downloaded iana-time-zone v0.1.65
9112026-08-27T00:49:05.163Z Downloaded hashbrown v0.12.3
9122026-08-27T00:49:05.163Z Downloaded slog-dtrace v0.3.0
9132026-08-27T00:49:05.163Z Downloaded static_assertions v1.1.0
9142026-08-27T00:49:05.163Z Downloaded termios v0.3.3
9152026-08-27T00:49:05.163Z Downloaded toml v1.1.2+spec-1.1.0
9162026-08-27T00:49:05.168Z Downloaded icu_locale_core v2.1.1
9172026-08-27T00:49:05.168Z Downloaded uuid v1.23.4
9182026-08-27T00:49:05.173Z Downloaded pkcs1 v0.7.5
9192026-08-27T00:49:05.173Z Downloaded oso-derive v0.27.3
9202026-08-27T00:49:05.176Z Downloaded oxide-generation-macros v0.2.0
9212026-08-27T00:49:05.176Z Downloaded support-bundle-viewer v0.1.2
9222026-08-27T00:49:05.176Z Downloaded uzers v0.12.2
9232026-08-27T00:49:05.180Z Downloaded zerofrom-derive v0.1.6
9242026-08-27T00:49:05.180Z Downloaded primeorder v0.14.0
9252026-08-27T00:49:05.180Z Downloaded vergen-lib v9.1.0
9262026-08-27T00:49:05.185Z Downloaded xshell v0.2.7
9272026-08-27T00:49:05.185Z Downloaded hashbrown v0.14.5
9282026-08-27T00:49:05.192Z Downloaded rtoolbox v0.0.3
9292026-08-27T00:49:05.196Z Downloaded futures-util v0.3.32
9302026-08-27T00:49:05.202Z Downloaded recursive-proc-macro-impl v0.1.1
9312026-08-27T00:49:05.206Z Downloaded ignore v0.4.25
9322026-08-27T00:49:05.207Z Downloaded derive_builder_core v0.20.2
9332026-08-27T00:49:05.207Z Downloaded serde_bytes v0.11.19
9342026-08-27T00:49:05.213Z Downloaded defmt-macros v1.0.1
9352026-08-27T00:49:05.216Z Downloaded ed25519 v3.0.0
9362026-08-27T00:49:05.216Z Downloaded topological-sort v0.2.2
9372026-08-27T00:49:05.223Z Downloaded spin v0.9.8
9382026-08-27T00:49:05.227Z Downloaded icu_provider v2.1.1
9392026-08-27T00:49:05.230Z Downloaded lock_api v0.4.14
9402026-08-27T00:49:05.234Z Downloaded keccak v0.2.0
9412026-08-27T00:49:05.234Z Downloaded newtype-uuid v1.3.2
9422026-08-27T00:49:05.234Z Downloaded shlex v1.3.0
9432026-08-27T00:49:05.234Z Downloaded crucible-workspace-hack v0.1.0
9442026-08-27T00:49:05.238Z Downloaded sync-ptr v0.1.4
9452026-08-27T00:49:05.241Z Downloaded tracing-core v0.1.36
9462026-08-27T00:49:05.244Z Downloaded crc v3.4.0
9472026-08-27T00:49:05.244Z Downloaded display-error-chain v0.2.2
9482026-08-27T00:49:05.244Z Downloaded qorb v0.4.1
9492026-08-27T00:49:05.248Z Downloaded quinn v0.11.11
9502026-08-27T00:49:05.248Z Downloaded mime_guess v2.0.5
9512026-08-27T00:49:05.251Z Downloaded multer v3.1.0
9522026-08-27T00:49:05.251Z Downloaded peg v0.8.5
9532026-08-27T00:49:05.251Z Downloaded indoc v1.0.9
9542026-08-27T00:49:05.254Z Downloaded toml_parser v1.1.2+spec-1.1.0
9552026-08-27T00:49:05.254Z Downloaded phf v0.13.1
9562026-08-27T00:49:05.254Z Downloaded term v0.7.0
9572026-08-27T00:49:05.257Z Downloaded debug-ignore v1.0.5
9582026-08-27T00:49:05.257Z Downloaded ppv-lite86 v0.2.21
9592026-08-27T00:49:05.260Z Downloaded tower v0.5.3
9602026-08-27T00:49:05.265Z Downloaded pin-project-lite v0.2.17
9612026-08-27T00:49:05.269Z Downloaded port-file v0.1.0
9622026-08-27T00:49:05.269Z Downloaded num-rational v0.4.2
9632026-08-27T00:49:05.269Z Downloaded match_cfg v0.1.0
9642026-08-27T00:49:05.273Z Downloaded openssl-macros v0.1.1
9652026-08-27T00:49:05.273Z Downloaded sec1 v0.7.3
9662026-08-27T00:49:05.273Z Downloaded oxide-tokio-rt v0.1.4
9672026-08-27T00:49:05.273Z Downloaded zip v4.6.1
9682026-08-27T00:49:05.277Z Downloaded rustyline v14.0.0
9692026-08-27T00:49:05.281Z Downloaded slog-async v2.8.0
9702026-08-27T00:49:05.281Z Downloaded des v0.9.0
9712026-08-27T00:49:05.281Z Downloaded sec1 v0.8.1
9722026-08-27T00:49:05.285Z Downloaded diesel_derives v2.3.7
9732026-08-27T00:49:05.288Z Downloaded rand_core v0.6.4
9742026-08-27T00:49:05.288Z Downloaded rustls-pemfile v2.2.0
9752026-08-27T00:49:05.288Z Downloaded thiserror-no-std v2.0.2
9762026-08-27T00:49:05.292Z Downloaded parse-display v0.10.0
9772026-08-27T00:49:05.292Z Downloaded percent-encoding v2.3.2
9782026-08-27T00:49:05.292Z Downloaded rand_pcg v0.10.2
9792026-08-27T00:49:05.296Z Downloaded ed25519-dalek v3.0.0
9802026-08-27T00:49:05.302Z Downloaded strum_macros v0.24.3
9812026-08-27T00:49:05.302Z Downloaded tokio-dtrace v0.1.1
9822026-08-27T00:49:05.305Z Downloaded typed-path v0.9.3
9832026-08-27T00:49:05.308Z Downloaded libsw-core v0.3.2
9842026-08-27T00:49:05.308Z Downloaded litemap v0.8.1
9852026-08-27T00:49:05.308Z Downloaded tokio-tungstenite v0.23.1
9862026-08-27T00:49:05.313Z Downloaded hashbrown v0.16.1
9872026-08-27T00:49:05.316Z Downloaded convert_case v0.10.0
9882026-08-27T00:49:05.316Z Downloaded csv-core v0.1.13
9892026-08-27T00:49:05.316Z Downloaded displaydoc v0.2.5
9902026-08-27T00:49:05.316Z Downloaded rustc_version v0.4.1
9912026-08-27T00:49:05.316Z Downloaded serde_spanned v1.1.1
9922026-08-27T00:49:05.320Z Downloaded signature v3.0.0
9932026-08-27T00:49:05.320Z Downloaded tungstenite v0.23.0
9942026-08-27T00:49:05.320Z Downloaded ed25519 v2.2.3
9952026-08-27T00:49:05.325Z Downloaded keccak v0.1.6
9962026-08-27T00:49:05.325Z Downloaded derive-ex v0.1.8
9972026-08-27T00:49:05.332Z Downloaded termtree v0.5.1
9982026-08-27T00:49:05.332Z Downloaded openssl-sys v0.9.117
9992026-08-27T00:49:05.337Z Downloaded crypto-bigint v0.5.5
10002026-08-27T00:49:05.338Z Downloaded libloading v0.8.9
10012026-08-27T00:49:05.338Z Downloaded linear-map v1.2.0
10022026-08-27T00:49:05.338Z Downloaded unicode-bidi v0.3.18
10032026-08-27T00:49:05.338Z Downloaded aho-corasick v1.1.4
10042026-08-27T00:49:05.341Z Downloaded pretty_assertions v1.4.1
10052026-08-27T00:49:05.341Z Downloaded quinn-udp v0.5.14
10062026-08-27T00:49:05.345Z Downloaded typify-macro v0.6.2
10072026-08-27T00:49:05.345Z Downloaded zopfli v0.8.3
10082026-08-27T00:49:05.345Z Downloaded zone v0.3.1
10092026-08-27T00:49:05.352Z Downloaded darling_core v0.13.4
10102026-08-27T00:49:05.357Z Downloaded miette-derive v7.6.0
10112026-08-27T00:49:05.357Z Downloaded crossterm v0.28.1
10122026-08-27T00:49:05.363Z Downloaded sha2 v0.11.0
10132026-08-27T00:49:05.363Z Downloaded usdt-impl v0.6.0
10142026-08-27T00:49:05.363Z Downloaded powerfmt v0.2.0
10152026-08-27T00:49:05.367Z Downloaded wnaf v0.14.0
10162026-08-27T00:49:05.373Z Downloaded kstat-rs v0.2.5
10172026-08-27T00:49:05.373Z Downloaded hyper-rustls v0.27.7
10182026-08-27T00:49:05.379Z Downloaded icu_properties v2.1.2
10192026-08-27T00:49:05.379Z Downloaded vergen v9.1.0
10202026-08-27T00:49:05.379Z Downloaded hashbrown v0.15.5
10212026-08-27T00:49:05.383Z Downloaded libbz2-rs-sys v0.2.2
10222026-08-27T00:49:05.384Z Downloaded tinystr v0.8.2
10232026-08-27T00:49:05.384Z Downloaded tui-tree-widget v0.23.1
10242026-08-27T00:49:05.384Z Downloaded indent_write v2.2.0
10252026-08-27T00:49:05.388Z Downloaded memoffset v0.9.1
10262026-08-27T00:49:05.388Z Downloaded num_threads v0.1.7
10272026-08-27T00:49:05.388Z Downloaded twox-hash v2.1.2
10282026-08-27T00:49:05.388Z Downloaded unicode-segmentation v1.12.0
10292026-08-27T00:49:05.388Z Downloaded tar v0.4.46
10302026-08-27T00:49:05.393Z Downloaded p384 v0.14.0
10312026-08-27T00:49:05.397Z Downloaded yasna v0.5.2
10322026-08-27T00:49:05.401Z Downloaded slog-term v2.9.2
10332026-08-27T00:49:05.401Z Downloaded either v1.15.0
10342026-08-27T00:49:05.401Z Downloaded smf v0.2.3
10352026-08-27T00:49:05.404Z Downloaded derive_more v2.1.1
10362026-08-27T00:49:05.413Z Downloaded prefix-trie v0.7.0
10372026-08-27T00:49:05.417Z Downloaded string_cache v0.8.9
10382026-08-27T00:49:05.417Z Downloaded mio v1.2.0
10392026-08-27T00:49:05.421Z Downloaded progenitor-impl v0.14.0
10402026-08-27T00:49:05.421Z Downloaded darling_core v0.21.3
10412026-08-27T00:49:05.424Z Downloaded ed25519-dalek v2.2.0
10422026-08-27T00:49:05.425Z Downloaded h2 v0.4.15
10432026-08-27T00:49:05.428Z Downloaded tokio-tungstenite v0.21.0
10442026-08-27T00:49:05.428Z Downloaded vsss-rs v3.3.4
10452026-08-27T00:49:05.431Z Downloaded strum v0.26.3
10462026-08-27T00:49:05.431Z Downloaded p521 v0.14.0
10472026-08-27T00:49:05.431Z Downloaded progenitor v0.14.0
10482026-08-27T00:49:05.434Z Downloaded universal-hash v0.6.1
10492026-08-27T00:49:05.434Z Downloaded untrusted v0.7.1
10502026-08-27T00:49:05.434Z Downloaded zerovec-derive v0.11.2
10512026-08-27T00:49:05.434Z Downloaded nom v7.1.3
10522026-08-27T00:49:05.438Z Downloaded internet-checksum v0.2.1
10532026-08-27T00:49:05.438Z Downloaded lalrpop-util v0.19.12
10542026-08-27T00:49:05.438Z Downloaded postgres-types v0.2.12
10552026-08-27T00:49:05.443Z Downloaded crossbeam-deque v0.8.6
10562026-08-27T00:49:05.443Z Downloaded darling v0.13.4
10572026-08-27T00:49:05.443Z Downloaded writeable v0.6.2
10582026-08-27T00:49:05.443Z Downloaded impl-trait-for-tuples v0.2.3
10592026-08-27T00:49:05.446Z Downloaded defmt v0.3.100
10602026-08-27T00:49:05.446Z Downloaded der v0.8.0
10612026-08-27T00:49:05.451Z Downloaded salsa20 v0.11.0
10622026-08-27T00:49:05.451Z Downloaded nonempty v0.12.0
10632026-08-27T00:49:05.451Z Downloaded tungstenite v0.21.0
10642026-08-27T00:49:05.456Z Downloaded darling v0.23.0
10652026-08-27T00:49:05.459Z Downloaded illumos-nvpair v0.3.0
10662026-08-27T00:49:05.459Z Downloaded newtype_derive v0.1.6
10672026-08-27T00:49:05.459Z Downloaded parking_lot_core v0.8.6
10682026-08-27T00:49:05.463Z Downloaded x509-cert v0.2.5
10692026-08-27T00:49:05.467Z Downloaded num-bigint v0.4.6
10702026-08-27T00:49:05.470Z Downloaded phf v0.12.1
10712026-08-27T00:49:05.470Z Downloaded primeorder v0.13.6
10722026-08-27T00:49:05.470Z Downloaded rand_seeder v0.4.0
10732026-08-27T00:49:05.475Z Downloaded serde_repr v0.1.20
10742026-08-27T00:49:05.475Z Downloaded oxide-update-engine v0.1.2
10752026-08-27T00:49:05.475Z Downloaded psm v0.1.30
10762026-08-27T00:49:05.475Z Downloaded signature v2.2.0
10772026-08-27T00:49:05.479Z Downloaded structmeta-derive v0.3.0
10782026-08-27T00:49:05.479Z Downloaded thread-id v5.1.0
10792026-08-27T00:49:05.479Z Downloaded rusty-fork v0.3.1
10802026-08-27T00:49:05.479Z Downloaded signal-hook-registry v1.4.8
10812026-08-27T00:49:05.479Z Downloaded indexmap v1.9.3
10822026-08-27T00:49:05.479Z Downloaded pkcs8 v0.10.2
10832026-08-27T00:49:05.483Z Downloaded rand_core v0.10.0
10842026-08-27T00:49:05.483Z Downloaded serde_with_macros v1.5.2
10852026-08-27T00:49:05.488Z Downloaded untrusted v0.9.0
10862026-08-27T00:49:05.488Z Downloaded hkdf v0.12.4
10872026-08-27T00:49:05.488Z Downloaded slog-stdlog v4.1.1
10882026-08-27T00:49:05.488Z Downloaded tokio-rustls v0.26.4
10892026-08-27T00:49:05.492Z Downloaded scuffle v0.1.0
10902026-08-27T00:49:05.492Z Downloaded cpufeatures v0.3.0
10912026-08-27T00:49:05.495Z Downloaded pin-project v1.1.11
10922026-08-27T00:49:05.500Z Downloaded cstr-argument v0.1.2
10932026-08-27T00:49:05.500Z Downloaded difflib v0.4.0
10942026-08-27T00:49:05.504Z Downloaded ident_case v1.0.1
10952026-08-27T00:49:05.504Z Downloaded libscf-sys v1.2.0
10962026-08-27T00:49:05.504Z Downloaded strum_macros v0.26.4
10972026-08-27T00:49:05.504Z Downloaded ctutils v0.4.2
10982026-08-27T00:49:05.510Z Downloaded yoke v0.8.1
10992026-08-27T00:49:05.510Z Downloaded num-integer v0.1.46
11002026-08-27T00:49:05.510Z Downloaded num-traits v0.2.19
11012026-08-27T00:49:05.515Z Downloaded hkdf v0.13.0
11022026-08-27T00:49:05.518Z Downloaded rustc_version v0.1.7
11032026-08-27T00:49:05.518Z Downloaded pbkdf2 v0.13.0
11042026-08-27T00:49:05.522Z Downloaded shell-words v1.1.1
11052026-08-27T00:49:05.526Z Downloaded dropshot-api-manager v0.8.0
11062026-08-27T00:49:05.529Z Downloaded native-tls v0.2.18
11072026-08-27T00:49:05.534Z Downloaded progenitor-client v0.14.0
11082026-08-27T00:49:05.534Z Downloaded rustc-demangle v0.1.27
11092026-08-27T00:49:05.538Z Downloaded quick-xml v0.37.5
11102026-08-27T00:49:05.542Z Downloaded inout v0.1.4
11112026-08-27T00:49:05.542Z Downloaded crc8 v0.1.1
11122026-08-27T00:49:05.549Z Downloaded subprocess v0.2.15
11132026-08-27T00:49:05.552Z Downloaded r2d2 v0.8.10
11142026-08-27T00:49:05.555Z Downloaded tinyvec v1.10.0
11152026-08-27T00:49:05.555Z Downloaded whoami v2.1.0
11162026-08-27T00:49:05.558Z Downloaded phf_shared v0.12.1
11172026-08-27T00:49:05.558Z Downloaded ssh-key v0.7.0-rc.11
11182026-08-27T00:49:05.562Z Downloaded miniz_oxide v0.8.9
11192026-08-27T00:49:05.565Z Downloaded snafu v0.8.9
11202026-08-27T00:49:05.568Z Downloaded cookie_store v0.22.1
11212026-08-27T00:49:05.568Z Downloaded toml v0.7.8
11222026-08-27T00:49:05.571Z Downloaded strsim v0.10.0
11232026-08-27T00:49:05.571Z Downloaded dyn-clone v1.0.20
11242026-08-27T00:49:05.571Z Downloaded num-complex v0.4.6
11252026-08-27T00:49:05.574Z Downloaded scroll_derive v0.13.1
11262026-08-27T00:49:05.574Z Downloaded managed v0.8.0
11272026-08-27T00:49:05.574Z Downloaded universal-hash v0.5.1
11282026-08-27T00:49:05.575Z Downloaded crunchy v0.2.4
11292026-08-27T00:49:05.575Z Downloaded derive_builder_macro v0.20.2
11302026-08-27T00:49:05.578Z Downloaded derive-where v1.6.0
11312026-08-27T00:49:05.581Z Downloaded instability v0.3.11
11322026-08-27T00:49:05.581Z Downloaded ipnetwork v0.21.1
11332026-08-27T00:49:05.588Z Downloaded peg-macros v0.8.5
11342026-08-27T00:49:05.591Z Downloaded pkg-config v0.3.32
11352026-08-27T00:49:05.591Z Downloaded internal-russh-num-bigint v0.5.0
11362026-08-27T00:49:05.595Z Downloaded p256 v0.14.0
11372026-08-27T00:49:05.595Z Downloaded phf_shared v0.13.1
11382026-08-27T00:49:05.595Z Downloaded darling v0.21.3
11392026-08-27T00:49:05.598Z Downloaded darling_macro v0.23.0
11402026-08-27T00:49:05.601Z Downloaded drift v0.2.0
11412026-08-27T00:49:05.604Z Downloaded new_debug_unreachable v1.0.6
11422026-08-27T00:49:05.607Z Downloaded openssl-probe v0.1.6
11432026-08-27T00:49:05.607Z Downloaded structmeta v0.3.0
11442026-08-27T00:49:05.607Z Downloaded spki v0.7.3
11452026-08-27T00:49:05.607Z Downloaded sponge-cursor v0.1.0
11462026-08-27T00:49:05.607Z Downloaded utf8_iter v1.0.4
11472026-08-27T00:49:05.610Z Downloaded git2 v0.20.4
11482026-08-27T00:49:05.613Z Downloaded parse-display-derive v0.10.0
11492026-08-27T00:49:05.614Z Downloaded humantime v2.3.0
11502026-08-27T00:49:05.617Z Downloaded serde_cbor v0.11.2
11512026-08-27T00:49:05.617Z Downloaded serde_plain v1.0.2
11522026-08-27T00:49:05.617Z Downloaded multimap v0.10.1
11532026-08-27T00:49:05.617Z Downloaded psl-types v2.0.11
11542026-08-27T00:49:05.620Z Downloaded scroll v0.13.0
11552026-08-27T00:49:05.620Z Downloaded unit-prefix v0.5.2
11562026-08-27T00:49:05.620Z Downloaded unicode-xid v0.2.6
11572026-08-27T00:49:05.624Z Downloaded lru v0.12.5
11582026-08-27T00:49:05.628Z Downloaded packed_struct_codegen v0.10.1
11592026-08-27T00:49:05.631Z Downloaded sqlformat v0.3.5
11602026-08-27T00:49:05.631Z Downloaded time-core v0.1.8
11612026-08-27T00:49:05.640Z Downloaded sync_wrapper v1.0.2
11622026-08-27T00:49:05.643Z Downloaded darling_macro v0.13.4
11632026-08-27T00:49:05.651Z Downloaded dropshot_endpoint v0.17.1
11642026-08-27T00:49:05.658Z Downloaded num-conv v0.2.0
11652026-08-27T00:49:05.661Z Downloaded ecdsa v0.17.0
11662026-08-27T00:49:05.661Z Downloaded lzss v0.8.2
11672026-08-27T00:49:05.664Z Downloaded scopeguard v1.2.0
11682026-08-27T00:49:05.664Z Downloaded document-features v0.2.12
11692026-08-27T00:49:05.667Z Downloaded rawzip v0.4.4
11702026-08-27T00:49:05.670Z Downloaded resolv-conf v0.7.6
11712026-08-27T00:49:05.670Z Downloaded slab v0.4.12
11722026-08-27T00:49:05.673Z Downloaded derive_more-impl v2.1.1
11732026-08-27T00:49:05.673Z Downloaded defmt v1.0.1
11742026-08-27T00:49:05.677Z Downloaded tabwriter v1.4.1
11752026-08-27T00:49:05.677Z Downloaded aws-lc-rs v1.16.3
11762026-08-27T00:49:05.682Z Downloaded proptest v1.11.0
11772026-08-27T00:49:05.687Z Downloaded serdect v0.4.3
11782026-08-27T00:49:05.690Z Downloaded diff v0.1.13
11792026-08-27T00:49:05.690Z Downloaded minimal-lexical v0.2.1
11802026-08-27T00:49:05.693Z Downloaded serde_derive_internals v0.29.1
11812026-08-27T00:49:05.693Z Downloaded unicode-normalization v0.1.25
11822026-08-27T00:49:05.697Z Downloaded serde_with v1.14.0
11832026-08-27T00:49:05.700Z Downloaded vergen-git2 v9.1.0
11842026-08-27T00:49:05.700Z Downloaded parking_lot v0.11.2
11852026-08-27T00:49:05.703Z Downloaded crypto-primes v0.7.2
11862026-08-27T00:49:05.704Z Downloaded reqwest v0.13.2
11872026-08-27T00:49:05.707Z Downloaded serde_with v3.21.0
11882026-08-27T00:49:05.714Z Downloaded indoc v2.0.7
11892026-08-27T00:49:05.717Z Downloaded primefield v0.14.0
11902026-08-27T00:49:05.717Z Downloaded digest v0.11.3
11912026-08-27T00:49:05.717Z Downloaded cookie v0.18.1
11922026-08-27T00:49:05.721Z Downloaded der v0.7.10
11932026-08-27T00:49:05.721Z Downloaded petname v2.0.2
11942026-08-27T00:49:05.724Z Downloaded url v2.5.8
11952026-08-27T00:49:05.728Z Downloaded yansi v1.0.1
11962026-08-27T00:49:05.728Z Downloaded constant_time_eq v0.4.2
11972026-08-27T00:49:05.732Z Downloaded tls_codec_derive v0.4.2
11982026-08-27T00:49:05.735Z Downloaded reedline v0.40.0
11992026-08-27T00:49:05.738Z Downloaded blake3 v1.8.5
12002026-08-27T00:49:05.741Z Downloaded serde_with_macros v3.21.0
12012026-08-27T00:49:05.745Z Downloaded const_format_proc_macros v0.2.34
12022026-08-27T00:49:05.751Z Downloaded hyper v1.10.1
12032026-08-27T00:49:05.754Z Downloaded knus v3.4.0
12042026-08-27T00:49:05.754Z Downloaded itertools v0.14.0
12052026-08-27T00:49:05.757Z Downloaded bitvec v1.0.1
12062026-08-27T00:49:05.764Z Downloaded hyper-staticfile v0.10.1
12072026-08-27T00:49:05.767Z Downloaded elliptic-curve v0.13.8
12082026-08-27T00:49:05.770Z Downloaded pkcs5 v0.8.1
12092026-08-27T00:49:05.770Z Downloaded prettyplease v0.2.37
12102026-08-27T00:49:05.775Z Downloaded toml_edit v0.19.15
12112026-08-27T00:49:05.781Z Downloaded rustls-pki-types v1.14.0
12122026-08-27T00:49:05.784Z Downloaded zerotrie v0.2.3
12132026-08-27T00:49:05.784Z Downloaded rand v0.8.6
12142026-08-27T00:49:05.787Z Downloaded derive_more v0.99.20
12152026-08-27T00:49:05.792Z Downloaded bindgen v0.71.1
12162026-08-27T00:49:05.798Z Downloaded crossterm v0.29.0
12172026-08-27T00:49:05.801Z Downloaded rustls-webpki v0.103.13
12182026-08-27T00:49:05.804Z Downloaded tokio-util v0.7.18
12192026-08-27T00:49:05.807Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-08-27T00:49:05.810Z Downloaded chrono v0.4.45
12212026-08-27T00:49:05.813Z Downloaded zerocopy-derive v0.8.55
12222026-08-27T00:49:05.819Z Downloaded progenitor-impl v0.13.0
12232026-08-27T00:49:05.822Z Downloaded itertools v0.15.0
12242026-08-27T00:49:05.825Z Downloaded iri-string v0.7.10
12252026-08-27T00:49:05.829Z Downloaded crossbeam-channel v0.5.15
12262026-08-27T00:49:05.832Z Downloaded icu_properties_data v2.1.2
12272026-08-27T00:49:05.837Z Downloaded hyper-util v0.1.20
12282026-08-27T00:49:05.842Z Downloaded num-bigint-dig v0.8.6
12292026-08-27T00:49:05.845Z Downloaded itertools v0.12.1
12302026-08-27T00:49:05.848Z Downloaded lalrpop v0.19.12
12312026-08-27T00:49:05.853Z Downloaded darling_core v0.23.0
12322026-08-27T00:49:05.856Z Downloaded idna v1.1.0
12332026-08-27T00:49:05.859Z Downloaded winnow v1.0.3
12342026-08-27T00:49:05.863Z Downloaded goblin v0.10.5
12352026-08-27T00:49:05.867Z Downloaded steno v0.4.1
12362026-08-27T00:49:05.870Z Downloaded tokio-postgres v0.7.16
12372026-08-27T00:49:05.873Z Downloaded libxml v0.3.3
12382026-08-27T00:49:05.876Z Downloaded rand v0.9.2
12392026-08-27T00:49:05.880Z Downloaded icu_collections v2.1.1
12402026-08-27T00:49:05.883Z Downloaded rsa v0.10.0-rc.18
12412026-08-27T00:49:05.886Z Downloaded tabled v0.21.0
12422026-08-27T00:49:05.894Z Downloaded salty v0.3.0
12432026-08-27T00:49:05.897Z Downloaded zlib-rs v0.6.2
12442026-08-27T00:49:05.900Z Downloaded quinn-proto v0.11.16
12452026-08-27T00:49:05.905Z Downloaded publicsuffix v2.3.0
12462026-08-27T00:49:05.909Z Downloaded miette v7.6.0
12472026-08-27T00:49:05.912Z Downloaded jiff-core v0.1.0
12482026-08-27T00:49:05.915Z Downloaded const_format v0.2.35
12492026-08-27T00:49:05.918Z Downloaded gimli v0.32.3
12502026-08-27T00:49:05.921Z Downloaded russh v0.62.4
12512026-08-27T00:49:05.928Z Downloaded winnow v0.6.26
12522026-08-27T00:49:05.934Z Downloaded iddqd v0.4.2
12532026-08-27T00:49:05.938Z Downloaded rayon v1.11.0
12542026-08-27T00:49:05.944Z Downloaded zerovec v0.11.5
12552026-08-27T00:49:05.949Z Downloaded itertools v0.13.0
12562026-08-27T00:49:05.953Z Downloaded sha3 v0.12.0
12572026-08-27T00:49:05.956Z Downloaded itertools v0.10.5
12582026-08-27T00:49:05.959Z Downloaded winnow v0.5.40
12592026-08-27T00:49:05.967Z Downloaded tough v0.22.0
12602026-08-27T00:49:05.972Z Downloaded nom v8.0.0
12612026-08-27T00:49:05.979Z Downloaded portable-atomic v1.13.1
12622026-08-27T00:49:05.993Z Downloaded nix v0.27.1
12632026-08-27T00:49:06.000Z Downloaded p384 v0.13.1
12642026-08-27T00:49:06.003Z Downloaded libm v0.2.16
12652026-08-27T00:49:06.009Z Downloaded bstr v1.12.1
12662026-08-27T00:49:06.015Z Downloaded hickory-proto v0.24.4
12672026-08-27T00:49:06.024Z Downloaded regex v1.12.3
12682026-08-27T00:49:06.028Z Downloaded tower-http v0.6.8
12692026-08-27T00:49:06.033Z Downloaded radix_trie v0.2.1
12702026-08-27T00:49:06.065Z Downloaded reqwest v0.12.28
12712026-08-27T00:49:06.065Z Downloaded regex-syntax v0.6.29
12722026-08-27T00:49:06.065Z Downloaded polar-core v0.27.3
12732026-08-27T00:49:06.065Z Downloaded smoltcp v0.9.1
12742026-08-27T00:49:06.068Z Downloaded nix v0.28.0
12752026-08-27T00:49:06.072Z Downloaded regress v0.11.1
12762026-08-27T00:49:06.078Z Downloaded curve25519-dalek v4.1.3
12772026-08-27T00:49:06.084Z Downloaded hickory-proto v0.25.2
12782026-08-27T00:49:06.094Z Downloaded rustls v0.23.41
12792026-08-27T00:49:06.101Z Downloaded nix v0.31.2
12802026-08-27T00:49:06.109Z Downloaded smoltcp v0.11.0
12812026-08-27T00:49:06.117Z Downloaded vcpkg v0.2.15
12822026-08-27T00:49:06.143Z Downloaded time v0.3.47
12832026-08-27T00:49:06.151Z Downloaded openapiv3 v2.2.0
12842026-08-27T00:49:06.158Z Downloaded moka v0.12.13
12852026-08-27T00:49:06.163Z Downloaded crypto-bigint v0.7.5
12862026-08-27T00:49:06.173Z Downloaded object v0.37.3
12872026-08-27T00:49:06.180Z Downloaded curve25519-dalek v5.0.0
12882026-08-27T00:49:06.186Z Downloaded zerocopy v0.8.55
12892026-08-27T00:49:06.200Z Downloaded object v0.30.4
12902026-08-27T00:49:06.205Z Downloaded rustix v0.38.44
12912026-08-27T00:49:06.219Z Downloaded syn v3.0.3
12922026-08-27T00:49:06.226Z Downloaded regex-syntax v0.8.10
12932026-08-27T00:49:06.231Z Downloaded openssl v0.10.80
12942026-08-27T00:49:06.237Z Downloaded sqlparser v0.61.0
12952026-08-27T00:49:06.243Z Downloaded regress v0.10.5
12962026-08-27T00:49:06.249Z Downloaded diesel v2.3.7
12972026-08-27T00:49:06.262Z Downloaded dropshot v0.17.1
12982026-08-27T00:49:06.276Z Downloaded sha3 v0.11.0
12992026-08-27T00:49:06.279Z Downloaded tracing v0.1.44
13002026-08-27T00:49:06.292Z Downloaded typify-impl v0.6.2
13012026-08-27T00:49:06.302Z Downloaded zerocopy-derive v0.6.6
13022026-08-27T00:49:06.311Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-08-27T00:49:06.318Z Downloaded ratatui v0.29.0
13042026-08-27T00:49:06.332Z Downloaded sled v0.34.7
13052026-08-27T00:49:06.338Z Downloaded petgraph v0.6.5
13062026-08-27T00:49:06.349Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-08-27T00:49:06.361Z Downloaded petgraph v0.8.3
13082026-08-27T00:49:06.376Z Downloaded jiff v0.2.34
13092026-08-27T00:49:06.387Z Downloaded regex-automata v0.4.14
13102026-08-27T00:49:06.415Z Downloaded sha3 v0.10.8
13112026-08-27T00:49:06.419Z Downloaded chrono-tz v0.10.4
13122026-08-27T00:49:06.430Z Downloaded libz-sys v1.1.24
13132026-08-27T00:49:06.443Z Downloaded csv v1.4.0
13142026-08-27T00:49:06.453Z Downloaded encoding_rs v0.8.35
13152026-08-27T00:49:06.467Z Downloaded ring v0.17.14
13162026-08-27T00:49:06.488Z Downloaded tokio v1.52.1
13172026-08-27T00:49:06.537Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-08-27T00:49:07.019Z Downloaded aws-lc-sys v0.40.0
13192026-08-27T00:49:07.287Z Compiling serde_core v1.0.228
13202026-08-27T00:49:07.307Z Compiling libc v0.2.185
13212026-08-27T00:49:07.307Z Compiling serde v1.0.228
13222026-08-27T00:49:07.307Z Compiling log v0.4.33
13232026-08-27T00:49:07.307Z Compiling smallvec v1.15.1
13242026-08-27T00:49:07.307Z Compiling find-msvc-tools v0.1.9
13252026-08-27T00:49:07.413Z Compiling shlex v1.3.0
13262026-08-27T00:49:07.419Z Compiling subtle v2.6.1
13272026-08-27T00:49:07.463Z Compiling scopeguard v1.2.0
13282026-08-27T00:49:07.471Z Compiling typenum v1.20.1
13292026-08-27T00:49:07.471Z Compiling stable_deref_trait v1.2.1
13302026-08-27T00:49:07.471Z Compiling zerocopy v0.8.55
13312026-08-27T00:49:07.486Z Compiling portable-atomic v1.13.1
13322026-08-27T00:49:07.525Z Compiling serde_json v1.0.151
13332026-08-27T00:49:07.575Z Compiling syn v2.0.117
13342026-08-27T00:49:07.595Z Compiling critical-section v1.2.0
13352026-08-27T00:49:07.645Z Compiling lock_api v0.4.14
13362026-08-27T00:49:07.669Z Compiling libm v0.2.16
13372026-08-27T00:49:07.684Z Compiling num-traits v0.2.19
13382026-08-27T00:49:07.684Z Compiling pkg-config v0.3.32
13392026-08-27T00:49:07.705Z Compiling generic-array v0.14.7
13402026-08-27T00:49:07.732Z Compiling getrandom v0.4.3
13412026-08-27T00:49:07.758Z Compiling const-oid v0.9.6
13422026-08-27T00:49:07.789Z Compiling pin-project-lite v0.2.17
13432026-08-27T00:49:07.825Z Compiling parking_lot_core v0.9.12
13442026-08-27T00:49:07.877Z Compiling rand_core v0.10.0
13452026-08-27T00:49:07.927Z Compiling futures-core v0.3.32
13462026-08-27T00:49:07.928Z Compiling percent-encoding v2.3.2
13472026-08-27T00:49:08.009Z Compiling litemap v0.8.1
13482026-08-27T00:49:08.040Z Compiling writeable v0.6.2
13492026-08-27T00:49:08.053Z Compiling icu_properties_data v2.1.2
13502026-08-27T00:49:08.117Z Compiling icu_normalizer_data v2.1.1
13512026-08-27T00:49:08.117Z Compiling rustix v1.1.4
13522026-08-27T00:49:08.158Z Compiling getrandom v0.3.4
13532026-08-27T00:49:08.189Z Compiling futures-sink v0.3.32
13542026-08-27T00:49:08.211Z Compiling utf8_iter v1.0.4
13552026-08-27T00:49:08.226Z Compiling futures-task v0.3.32
13562026-08-27T00:49:08.268Z Compiling slab v0.4.12
13572026-08-27T00:49:08.302Z Compiling futures-io v0.3.32
13582026-08-27T00:49:08.334Z Compiling futures-channel v0.3.32
13592026-08-27T00:49:08.389Z Compiling errno v0.3.14
13602026-08-27T00:49:08.389Z Compiling jobserver v0.1.34
13612026-08-27T00:49:08.426Z Compiling getrandom v0.2.17
13622026-08-27T00:49:08.461Z Compiling mio v1.2.0
13632026-08-27T00:49:08.526Z Compiling signal-hook-registry v1.4.8
13642026-08-27T00:49:08.553Z Compiling socket2 v0.6.3
13652026-08-27T00:49:08.580Z Compiling form_urlencoded v1.2.2
13662026-08-27T00:49:08.623Z Compiling rand_core v0.6.4
13672026-08-27T00:49:08.623Z Compiling cc v1.2.56
13682026-08-27T00:49:08.689Z Compiling once_cell v1.21.3
13692026-08-27T00:49:08.751Z Compiling parking_lot v0.12.5
13702026-08-27T00:49:08.757Z Compiling rustversion v1.0.22
13712026-08-27T00:49:08.757Z Compiling iana-time-zone v0.1.65
13722026-08-27T00:49:08.757Z Compiling base64ct v1.8.3
13732026-08-27T00:49:08.772Z Compiling fs_extra v1.3.0
13742026-08-27T00:49:08.772Z Compiling regex-syntax v0.8.10
13752026-08-27T00:49:08.803Z Compiling ident_case v1.0.1
13762026-08-27T00:49:08.915Z Compiling flagset v0.4.7
13772026-08-27T00:49:08.940Z Compiling dunce v1.0.5
13782026-08-27T00:49:08.954Z Compiling base64 v0.22.1
13792026-08-27T00:49:08.961Z Compiling vcpkg v0.2.15
13802026-08-27T00:49:08.987Z Compiling syn v1.0.109
13812026-08-27T00:49:09.051Z Compiling pem-rfc7468 v0.7.0
13822026-08-27T00:49:09.066Z Compiling rand_core v0.9.5
13832026-08-27T00:49:09.071Z Compiling tracing-core v0.1.36
13842026-08-27T00:49:09.082Z Compiling aws-lc-rs v1.16.3
13852026-08-27T00:49:09.112Z Compiling cpufeatures v0.2.17
13862026-08-27T00:49:09.115Z Compiling dyn-clone v1.0.20
13872026-08-27T00:49:09.217Z Compiling simd-adler32 v0.3.8
13882026-08-27T00:49:09.233Z Compiling schemars v0.8.22
13892026-08-27T00:49:09.270Z Compiling spin v0.9.8
13902026-08-27T00:49:09.297Z Compiling tinyvec_macros v0.1.1
13912026-08-27T00:49:09.367Z Compiling cmake v0.1.57
13922026-08-27T00:49:09.389Z Compiling cmov v0.5.4
13932026-08-27T00:49:09.418Z Compiling openssl-probe v0.2.1
13942026-08-27T00:49:09.423Z Compiling adler2 v2.0.1
13952026-08-27T00:49:09.489Z Compiling crc32fast v1.5.0
13962026-08-27T00:49:09.498Z Compiling httparse v1.10.1
13972026-08-27T00:49:09.517Z Compiling tinyvec v1.10.0
13982026-08-27T00:49:09.540Z Compiling miniz_oxide v0.8.9
13992026-08-27T00:49:09.675Z Compiling aho-corasick v1.1.4
14002026-08-27T00:49:09.802Z Compiling bitflags v2.11.0
14012026-08-27T00:49:09.802Z Compiling semver v1.0.28
14022026-08-27T00:49:09.886Z Compiling indexmap v2.14.0
14032026-08-27T00:49:09.886Z Compiling uuid v1.23.4
14042026-08-27T00:49:09.992Z Compiling ctutils v0.4.2
14052026-08-27T00:49:09.992Z Compiling tower-service v0.3.3
14062026-08-27T00:49:09.992Z Compiling try-lock v0.2.5
14072026-08-27T00:49:10.068Z Compiling rustc_version v0.4.1
14082026-08-27T00:49:10.068Z Compiling tower-layer v0.3.3
14092026-08-27T00:49:10.068Z Compiling atomic-waker v1.1.2
14102026-08-27T00:49:10.175Z Compiling radium v0.7.0
14112026-08-27T00:49:10.175Z Compiling untrusted v0.7.1
14122026-08-27T00:49:10.255Z Compiling want v0.3.1
14132026-08-27T00:49:10.255Z Compiling openssl v0.10.80
14142026-08-27T00:49:10.255Z Compiling maybe-uninit v2.0.0
14152026-08-27T00:49:10.335Z Compiling aws-lc-sys v0.40.0
14162026-08-27T00:49:10.335Z Compiling openssl-sys v0.9.117
14172026-08-27T00:49:10.436Z Compiling foreign-types-shared v0.1.1
14182026-08-27T00:49:10.436Z Compiling tap v1.0.1
14192026-08-27T00:49:10.436Z Compiling rustls v0.23.41
14202026-08-27T00:49:10.526Z Compiling httpdate v1.0.3
14212026-08-27T00:49:10.527Z Compiling regex-automata v0.4.14
14222026-08-27T00:49:10.527Z Compiling untrusted v0.9.0
14232026-08-27T00:49:10.527Z Compiling synstructure v0.13.2
14242026-08-27T00:49:10.599Z Compiling serde_derive_internals v0.29.1
14252026-08-27T00:49:10.599Z Compiling pest_generator v2.8.6
14262026-08-27T00:49:10.599Z Compiling darling_core v0.20.11
14272026-08-27T00:49:10.689Z Compiling wyz v0.5.1
14282026-08-27T00:49:10.689Z Compiling foreign-types v0.3.2
14292026-08-27T00:49:10.754Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-08-27T00:49:10.801Z Compiling terminal_size v0.4.3
14312026-08-27T00:49:10.839Z Compiling tempfile v3.27.0
14322026-08-27T00:49:10.853Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-08-27T00:49:10.973Z Compiling unicode-normalization v0.1.25
14342026-08-27T00:49:11.037Z Compiling num-integer v0.1.46
14352026-08-27T00:49:11.066Z Compiling wait-timeout v0.2.1
14362026-08-27T00:49:11.099Z Compiling ahash v0.8.12
14372026-08-27T00:49:11.199Z Compiling num-conv v0.2.0
14382026-08-27T00:49:11.214Z Compiling powerfmt v0.2.0
14392026-08-27T00:49:11.243Z Compiling num-bigint-dig v0.8.6
14402026-08-27T00:49:11.297Z Compiling native-tls v0.2.18
14412026-08-27T00:49:11.375Z Compiling time-core v0.1.8
14422026-08-27T00:49:11.375Z Compiling bit-vec v0.8.0
14432026-08-27T00:49:11.430Z Compiling quick-error v1.2.3
14442026-08-27T00:49:11.430Z Compiling funty v2.0.0
14452026-08-27T00:49:11.430Z Compiling packed_struct v0.10.1
14462026-08-27T00:49:11.430Z Compiling deranged v0.5.8
14472026-08-27T00:49:11.490Z Compiling clap_builder v4.6.0
14482026-08-27T00:49:11.512Z Compiling rusty-fork v0.3.1
14492026-08-27T00:49:11.536Z Compiling time-macros v0.2.27
14502026-08-27T00:49:11.561Z Compiling bit-set v0.8.0
14512026-08-27T00:49:11.574Z Compiling num-iter v0.1.45
14522026-08-27T00:49:11.686Z Compiling lazy_static v1.5.0
14532026-08-27T00:49:11.708Z Compiling rand_xorshift v0.4.0
14542026-08-27T00:49:11.723Z Compiling sync_wrapper v1.0.2
14552026-08-27T00:49:11.738Z Compiling bitvec v1.0.1
14562026-08-27T00:49:11.789Z Compiling indexmap v1.9.3
14572026-08-27T00:49:11.836Z Compiling unicode-segmentation v1.12.0
14582026-08-27T00:49:11.853Z Compiling object v0.37.3
14592026-08-27T00:49:11.884Z Compiling crc-catalog v2.4.0
14602026-08-27T00:49:11.988Z Compiling crossbeam-utils v0.8.21
14612026-08-27T00:49:11.988Z Compiling paste v1.0.15
14622026-08-27T00:49:12.016Z Compiling usdt-impl v0.6.0
14632026-08-27T00:49:12.139Z Compiling nodrop v0.1.14
14642026-08-27T00:49:12.224Z Compiling serde_derive v1.0.228
14652026-08-27T00:49:12.244Z Compiling zeroize_derive v1.5.0
14662026-08-27T00:49:12.248Z Compiling zerocopy-derive v0.8.55
14672026-08-27T00:49:12.272Z Compiling zerofrom-derive v0.1.6
14682026-08-27T00:49:12.290Z Compiling yoke-derive v0.8.1
14692026-08-27T00:49:12.304Z Compiling zerovec-derive v0.11.2
14702026-08-27T00:49:12.455Z Compiling displaydoc v0.2.5
14712026-08-27T00:49:12.562Z Compiling tokio-macros v2.7.0
14722026-08-27T00:49:12.644Z Compiling futures-macro v0.3.32
14732026-08-27T00:49:12.909Z Compiling thiserror-impl v2.0.18
14742026-08-27T00:49:12.947Z Compiling der_derive v0.7.3
14752026-08-27T00:49:13.316Z Compiling tracing-attributes v0.1.31
14762026-08-27T00:49:13.334Z Compiling schemars_derive v0.8.22
14772026-08-27T00:49:13.410Z Compiling scroll_derive v0.13.1
14782026-08-27T00:49:13.452Z Compiling pest_derive v2.8.6
14792026-08-27T00:49:13.529Z Compiling darling_macro v0.20.11
14802026-08-27T00:49:13.572Z Compiling futures-util v0.3.32
14812026-08-27T00:49:13.591Z Compiling openssl-macros v0.1.1
14822026-08-27T00:49:13.816Z Compiling zerofrom v0.1.6
14832026-08-27T00:49:13.934Z Compiling yoke v0.8.1
14842026-08-27T00:49:14.002Z Compiling thiserror-impl v1.0.69
14852026-08-27T00:49:14.050Z Compiling packed_struct_codegen v0.10.1
14862026-08-27T00:49:14.075Z Compiling darling v0.20.11
14872026-08-27T00:49:14.151Z Compiling zerovec v0.11.5
14882026-08-27T00:49:14.170Z Compiling zerotrie v0.2.3
14892026-08-27T00:49:14.246Z Compiling scroll v0.13.0
14902026-08-27T00:49:14.381Z Compiling thiserror v2.0.18
14912026-08-27T00:49:14.491Z Compiling goblin v0.10.5
14922026-08-27T00:49:14.511Z Compiling bitfield-macros v0.19.4
14932026-08-27T00:49:14.583Z Compiling zerocopy-derive v0.6.6
14942026-08-27T00:49:14.654Z Compiling tinystr v0.8.2
14952026-08-27T00:49:14.661Z Compiling potential_utf v0.1.4
14962026-08-27T00:49:14.706Z Compiling clap_derive v4.6.1
14972026-08-27T00:49:14.736Z Compiling tracing v0.1.44
14982026-08-27T00:49:14.778Z Compiling zlib-rs v0.6.2
14992026-08-27T00:49:14.873Z Compiling icu_locale_core v2.1.1
15002026-08-27T00:49:14.951Z Compiling icu_collections v2.1.1
15012026-08-27T00:49:15.019Z Compiling num_threads v0.1.7
15022026-08-27T00:49:15.114Z Compiling siphasher v1.0.2
15032026-08-27T00:49:15.167Z Compiling unarray v0.1.4
15042026-08-27T00:49:15.249Z Compiling bitfield v0.19.4
15052026-08-27T00:49:15.338Z Compiling thiserror v1.0.69
15062026-08-27T00:49:15.361Z Compiling time v0.3.47
15072026-08-27T00:49:15.361Z Compiling dtrace-parser v0.3.0
15082026-08-27T00:49:15.361Z Compiling derive_builder_core v0.20.2
15092026-08-27T00:49:15.399Z Compiling zerocopy v0.6.6
15102026-08-27T00:49:15.495Z Compiling icu_provider v2.1.1
15112026-08-27T00:49:15.660Z Compiling array-init v0.0.4
15122026-08-27T00:49:15.719Z Compiling structmeta-derive v0.3.0
15132026-08-27T00:49:15.738Z Compiling zeroize v1.9.0
15142026-08-27T00:49:15.819Z Compiling bytes v1.11.1
15152026-08-27T00:49:15.825Z Compiling icu_properties v2.1.2
15162026-08-27T00:49:15.974Z Compiling icu_normalizer v2.1.1
15172026-08-27T00:49:16.012Z Compiling chrono v0.4.45
15182026-08-27T00:49:16.091Z Compiling der v0.7.10
15192026-08-27T00:49:16.208Z Compiling rustls-pki-types v1.14.0
15202026-08-27T00:49:16.488Z Compiling crypto-common v0.1.7
15212026-08-27T00:49:16.521Z Compiling block-buffer v0.10.4
15222026-08-27T00:49:16.537Z Compiling tokio v1.52.1
15232026-08-27T00:49:16.552Z Compiling http v1.4.2
15242026-08-27T00:49:16.654Z Compiling hybrid-array v0.4.13
15252026-08-27T00:49:16.709Z Compiling idna_adapter v1.2.1
15262026-08-27T00:49:16.725Z Compiling digest v0.10.7
15272026-08-27T00:49:16.859Z Compiling ppv-lite86 v0.2.21
15282026-08-27T00:49:16.876Z Compiling idna v1.1.0
15292026-08-27T00:49:16.955Z Compiling spki v0.7.3
15302026-08-27T00:49:16.991Z Compiling sha2 v0.10.9
15312026-08-27T00:49:17.003Z Compiling ipnet v2.12.0
15322026-08-27T00:49:17.058Z Compiling signature v2.2.0
15332026-08-27T00:49:17.062Z Compiling hex v0.4.3
15342026-08-27T00:49:17.187Z Compiling url v2.5.8
15352026-08-27T00:49:17.204Z Compiling rand_chacha v0.9.0
15362026-08-27T00:49:17.258Z Compiling http-body v1.0.1
15372026-08-27T00:49:17.342Z Compiling pkcs8 v0.10.2
15382026-08-27T00:49:17.361Z Compiling rand_chacha v0.3.1
15392026-08-27T00:49:17.433Z Compiling rand v0.9.2
15402026-08-27T00:49:17.460Z Compiling hmac v0.12.1
15412026-08-27T00:49:17.479Z Compiling serde_spanned v0.6.9
15422026-08-27T00:49:17.492Z Compiling toml_datetime v0.6.11
15432026-08-27T00:49:17.516Z Compiling pkcs1 v0.7.5
15442026-08-27T00:49:17.551Z Compiling http-body-util v0.1.3
15452026-08-27T00:49:17.630Z Compiling rand v0.8.6
15462026-08-27T00:49:17.645Z Compiling flate2 v1.1.9
15472026-08-27T00:49:17.645Z Compiling dof v0.4.0
15482026-08-27T00:49:17.935Z Compiling clap v4.6.1
15492026-08-27T00:49:18.016Z Compiling proptest v1.11.0
15502026-08-27T00:49:18.034Z Compiling scroll_derive v0.12.1
15512026-08-27T00:49:18.107Z Compiling crc v3.4.0
15522026-08-27T00:49:18.121Z Compiling smallvec v0.6.14
15532026-08-27T00:49:18.156Z Compiling darling_core v0.23.0
15542026-08-27T00:49:18.207Z Compiling heapless v0.7.17
15552026-08-27T00:49:18.319Z Compiling slog v2.8.2
15562026-08-27T00:49:18.323Z Compiling thread-id v5.1.0
15572026-08-27T00:49:18.353Z Compiling env_filter v2.0.0
15582026-08-27T00:49:18.428Z Compiling syn v3.0.3
15592026-08-27T00:49:18.466Z Compiling cookie v0.18.1
15602026-08-27T00:49:18.470Z Compiling iri-string v0.7.10
15612026-08-27T00:49:18.528Z Compiling signal-hook v0.3.18
15622026-08-27T00:49:18.661Z Compiling ipnetwork v0.21.1
15632026-08-27T00:49:18.676Z Compiling hashbrown v0.12.3
15642026-08-27T00:49:18.720Z Compiling base64 v0.21.7
15652026-08-27T00:49:18.750Z Compiling zstd-safe v7.2.4
15662026-08-27T00:49:18.769Z Compiling winnow v0.5.40
15672026-08-27T00:49:18.824Z Compiling allocator-api2 v0.2.21
15682026-08-27T00:49:18.858Z Compiling ryu v1.0.23
15692026-08-27T00:49:18.966Z Compiling unicode-properties v0.1.4
15702026-08-27T00:49:19.055Z Compiling unicode-bidi v0.3.18
15712026-08-27T00:49:19.071Z Compiling gimli v0.32.3
15722026-08-27T00:49:19.086Z Compiling anyhow v1.0.104
15732026-08-27T00:49:19.160Z Compiling serde_urlencoded v0.7.1
15742026-08-27T00:49:19.195Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15752026-08-27T00:49:19.199Z Compiling ron v0.8.1
15762026-08-27T00:49:19.376Z Compiling rsa v0.9.10
15772026-08-27T00:49:19.427Z Compiling stringprep v0.1.5
15782026-08-27T00:49:19.510Z Compiling oxnet v0.1.6
15792026-08-27T00:49:19.638Z Compiling scroll v0.12.0
15802026-08-27T00:49:19.833Z Compiling env_logger v0.11.11
15812026-08-27T00:49:19.931Z Compiling serde-hex v0.1.0
15822026-08-27T00:49:19.945Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15832026-08-27T00:49:20.140Z Compiling toml_edit v0.19.15
15842026-08-27T00:49:20.143Z Compiling camino v1.2.5
15852026-08-27T00:49:20.194Z Compiling hashbrown v0.13.2
15862026-08-27T00:49:20.209Z Compiling block-buffer v0.12.1
15872026-08-27T00:49:20.426Z Compiling tokio-util v0.7.18
15882026-08-27T00:49:20.511Z Compiling tower v0.5.3
15892026-08-27T00:49:20.562Z Compiling newtype-uuid v1.3.2
15902026-08-27T00:49:20.655Z Compiling darling_macro v0.23.0
15912026-08-27T00:49:20.693Z Compiling tokio-native-tls v0.3.1
15922026-08-27T00:49:20.883Z Compiling addr2line v0.25.1
15932026-08-27T00:49:20.912Z Compiling block-padding v0.4.2
15942026-08-27T00:49:21.001Z Compiling tower-http v0.6.8
15952026-08-27T00:49:21.020Z Compiling crypto-common v0.2.2
15962026-08-27T00:49:21.101Z Compiling x509-cert v0.2.5
15972026-08-27T00:49:21.185Z Compiling h2 v0.4.15
15982026-08-27T00:49:21.227Z Compiling md-5 v0.10.6
15992026-08-27T00:49:21.453Z Compiling structmeta v0.3.0
16002026-08-27T00:49:21.460Z Compiling rustls-native-certs v0.8.3
16012026-08-27T00:49:21.521Z Compiling derive_builder_macro v0.20.2
16022026-08-27T00:49:21.666Z Compiling erased-serde v0.3.31
16032026-08-27T00:49:21.683Z Compiling serde_tokenstream v0.2.3
16042026-08-27T00:49:21.891Z Compiling daft-derive v0.1.8
16052026-08-27T00:49:22.024Z Compiling bzip2 v0.4.4
16062026-08-27T00:49:22.187Z Compiling bstr v1.12.1
16072026-08-27T00:49:22.278Z Compiling zerocopy-derive v0.7.35
16082026-08-27T00:49:22.304Z Compiling async-trait v0.1.89
16092026-08-27T00:49:22.337Z Compiling pin-project-internal v1.1.11
16102026-08-27T00:49:22.442Z Compiling curve25519-dalek v4.1.3
16112026-08-27T00:49:22.564Z Compiling vergen-lib v9.1.0
16122026-08-27T00:49:22.643Z Compiling hash32 v0.2.1
16132026-08-27T00:49:22.763Z Compiling memoffset v0.9.1
16142026-08-27T00:49:22.767Z Compiling encoding_rs v0.8.35
16152026-08-27T00:49:22.806Z Compiling smoltcp v0.9.1
16162026-08-27T00:49:22.841Z Compiling rustix v0.38.44
16172026-08-27T00:49:22.859Z Compiling fallible-iterator v0.2.0
16182026-08-27T00:49:22.876Z Compiling crc-any v2.5.0
16192026-08-27T00:49:22.880Z Compiling cfg_aliases v0.2.1
16202026-08-27T00:49:22.880Z Compiling ref-cast v1.0.25
16212026-08-27T00:49:22.977Z Compiling mime v0.3.17
16222026-08-27T00:49:22.991Z Compiling owo-colors v4.3.0
16232026-08-27T00:49:23.119Z Compiling psl-types v2.0.11
16242026-08-27T00:49:23.170Z Compiling litrs v1.0.0
16252026-08-27T00:49:23.194Z Compiling rustc-demangle v0.1.27
16262026-08-27T00:49:23.199Z Compiling zerocopy v0.7.35
16272026-08-27T00:49:23.269Z Compiling publicsuffix v2.3.0
16282026-08-27T00:49:23.282Z Compiling postgres-protocol v0.6.10
16292026-08-27T00:49:23.315Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-27T00:49:23.352Z Compiling nix v0.31.2
16312026-08-27T00:49:23.456Z Compiling backtrace v0.3.76
16322026-08-27T00:49:23.510Z Compiling pin-project v1.1.11
16332026-08-27T00:49:23.527Z Compiling daft v0.1.8
16342026-08-27T00:49:23.608Z Compiling zip v0.6.6
16352026-08-27T00:49:23.718Z Compiling document-features v0.2.12
16362026-08-27T00:49:23.741Z Compiling derive_builder v0.20.2
16372026-08-27T00:49:23.789Z Compiling derive-ex v0.1.8
16382026-08-27T00:49:23.817Z Compiling toml v0.7.8
16392026-08-27T00:49:23.833Z Compiling darling v0.23.0
16402026-08-27T00:49:23.847Z Compiling inout v0.2.2
16412026-08-27T00:49:23.855Z Compiling object v0.30.4
16422026-08-27T00:49:23.890Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-27T00:49:23.927Z Compiling goblin v0.8.2
16442026-08-27T00:49:24.209Z Compiling futures-executor v0.3.32
16452026-08-27T00:49:24.285Z Compiling phf_shared v0.13.1
16462026-08-27T00:49:24.334Z Compiling hubpack_derive v0.1.1
16472026-08-27T00:49:24.353Z Compiling regex v1.12.3
16482026-08-27T00:49:24.362Z Compiling hyper v1.10.1
16492026-08-27T00:49:24.435Z Compiling curve25519-dalek-derive v0.1.1
16502026-08-27T00:49:24.480Z Compiling ref-cast-impl v1.0.25
16512026-08-27T00:49:24.510Z Compiling strum_macros v0.27.2
16522026-08-27T00:49:24.548Z Compiling snafu-derive v0.8.9
16532026-08-27T00:49:24.563Z Compiling convert_case v0.10.0
16542026-08-27T00:49:24.642Z Compiling vergen v9.1.0
16552026-08-27T00:49:24.801Z Compiling cargo-platform v0.3.2
16562026-08-27T00:49:24.820Z Compiling ff v0.13.1
16572026-08-27T00:49:24.844Z Compiling fs-err v3.3.0
16582026-08-27T00:49:24.884Z Compiling jiff-core v0.1.0
16592026-08-27T00:49:24.977Z Compiling libbz2-rs-sys v0.2.2
16602026-08-27T00:49:25.061Z Compiling base16ct v0.2.0
16612026-08-27T00:49:25.066Z Compiling is_ci v1.2.0
16622026-08-27T00:49:25.095Z Compiling same-file v1.0.6
16632026-08-27T00:49:25.116Z Compiling managed v0.8.0
16642026-08-27T00:49:25.238Z Compiling either v1.15.0
16652026-08-27T00:49:25.263Z Compiling foldhash v0.1.5
16662026-08-27T00:49:25.282Z Compiling path-slash v0.1.5
16672026-08-27T00:49:25.355Z Compiling bitflags v1.3.2
16682026-08-27T00:49:25.416Z Compiling foldhash v0.2.0
16692026-08-27T00:49:25.429Z Compiling bumpalo v3.20.2
16702026-08-27T00:49:25.451Z Compiling textwrap v0.16.2
16712026-08-27T00:49:25.461Z Compiling hyper-util v0.1.20
16722026-08-27T00:49:25.497Z Compiling test-strategy v0.4.5
16732026-08-27T00:49:25.661Z Compiling zopfli v0.8.3
16742026-08-27T00:49:25.676Z Compiling jiff v0.2.34
16752026-08-27T00:49:25.696Z Compiling hashbrown v0.16.1
16762026-08-27T00:49:25.917Z Compiling hashbrown v0.15.5
16772026-08-27T00:49:25.991Z Compiling bzip2 v0.6.1
16782026-08-27T00:49:26.006Z Compiling walkdir v2.5.0
16792026-08-27T00:49:26.215Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-27T00:49:26.283Z Compiling dof v0.3.0
16812026-08-27T00:49:26.311Z Compiling sec1 v0.7.3
16822026-08-27T00:49:26.328Z Compiling supports-color v3.0.2
16832026-08-27T00:49:26.518Z Compiling snafu v0.8.9
16842026-08-27T00:49:26.566Z Compiling strum v0.27.2
16852026-08-27T00:49:26.610Z Compiling cargo_metadata v0.23.1
16862026-08-27T00:49:26.649Z Compiling group v0.13.0
16872026-08-27T00:49:26.667Z Compiling derive_more-impl v2.1.1
16882026-08-27T00:49:26.732Z Compiling hubpack v0.1.2
16892026-08-27T00:49:26.822Z Compiling phf v0.13.1
16902026-08-27T00:49:26.897Z Compiling futures v0.3.32
16912026-08-27T00:49:26.970Z Compiling hyper-tls v0.6.0
16922026-08-27T00:49:26.994Z Compiling cookie_store v0.22.1
16932026-08-27T00:49:27.009Z Compiling signal-hook-mio v0.2.5
16942026-08-27T00:49:27.025Z Compiling zstd v0.13.3
16952026-08-27T00:49:27.069Z Compiling cipher v0.5.2
16962026-08-27T00:49:27.145Z Compiling reqwest v0.12.28
16972026-08-27T00:49:27.228Z Compiling serde_with_macros v3.21.0
16982026-08-27T00:49:27.241Z Compiling backtrace-ext v0.2.1
16992026-08-27T00:49:27.321Z Compiling postgres-types v0.2.12
17002026-08-27T00:49:27.445Z Compiling globset v0.4.18
17012026-08-27T00:49:27.461Z Compiling usdt-macro v0.6.0
17022026-08-27T00:49:27.698Z Compiling usdt-attr-macro v0.6.0
17032026-08-27T00:49:27.731Z Compiling byte-wrapper v0.1.0
17042026-08-27T00:49:27.855Z Compiling hkdf v0.12.4
17052026-08-27T00:49:27.913Z Compiling ed25519 v2.2.3
17062026-08-27T00:49:28.015Z Compiling crypto-bigint v0.5.5
17072026-08-27T00:49:28.049Z Compiling serde_plain v1.0.2
17082026-08-27T00:49:28.083Z Compiling serde-big-array v0.5.1
17092026-08-27T00:49:28.169Z Compiling olpc-cjson v0.1.4
17102026-08-27T00:49:28.176Z Compiling dtrace-parser v0.2.0
17112026-08-27T00:49:28.252Z Compiling phf_shared v0.11.3
17122026-08-27T00:49:28.271Z Compiling miette-derive v7.6.0
17132026-08-27T00:49:28.286Z Compiling enum-as-inner v0.6.1
17142026-08-27T00:49:28.356Z Compiling serde_repr v0.1.20
17152026-08-27T00:49:28.418Z Compiling strum_macros v0.26.4
17162026-08-27T00:49:28.456Z Compiling async-recursion v1.1.1
17172026-08-27T00:49:28.550Z Compiling float-cmp v0.10.0
17182026-08-27T00:49:28.571Z Compiling pem v3.0.6
17192026-08-27T00:49:28.708Z Compiling thread-id v4.2.2
17202026-08-27T00:49:28.808Z Compiling memmap2 v0.9.10
17212026-08-27T00:49:28.824Z Compiling new_debug_unreachable v1.0.6
17222026-08-27T00:49:28.858Z Compiling keccak v0.1.6
17232026-08-27T00:49:28.904Z Compiling predicates-core v1.0.10
17242026-08-27T00:49:28.917Z Compiling fixedbitset v0.5.7
17252026-08-27T00:49:28.920Z Compiling data-encoding v2.10.0
17262026-08-27T00:49:28.957Z Compiling static_assertions v1.1.0
17272026-08-27T00:49:29.040Z Compiling difflib v0.4.0
17282026-08-27T00:49:29.063Z Compiling winnow v1.0.3
17292026-08-27T00:49:29.107Z Compiling const-oid v0.10.2
17302026-08-27T00:49:29.160Z Compiling fixedbitset v0.4.2
17312026-08-27T00:49:29.193Z Compiling precomputed-hash v0.1.1
17322026-08-27T00:49:29.258Z Compiling normalize-line-endings v0.3.0
17332026-08-27T00:49:29.294Z Compiling supports-hyperlinks v3.2.0
17342026-08-27T00:49:29.318Z Compiling typed-path v0.9.3
17352026-08-27T00:49:29.328Z Compiling supports-unicode v3.0.0
17362026-08-27T00:49:29.373Z Compiling cpufeatures v0.3.0
17372026-08-27T00:49:29.405Z Compiling whoami v2.1.0
17382026-08-27T00:49:29.420Z Compiling toml_edit v0.22.27
17392026-08-27T00:49:29.451Z Compiling chacha20 v0.10.0
17402026-08-27T00:49:29.467Z Compiling predicates v3.1.4
17412026-08-27T00:49:29.477Z Compiling miette v7.6.0
17422026-08-27T00:49:29.509Z Compiling petgraph v0.6.5
17432026-08-27T00:49:29.612Z Compiling string_cache v0.8.9
17442026-08-27T00:49:29.625Z Compiling digest v0.11.3
17452026-08-27T00:49:29.640Z Compiling tokio-postgres v0.7.16
17462026-08-27T00:49:29.792Z Compiling hickory-proto v0.25.2
17472026-08-27T00:49:29.852Z Compiling petgraph v0.8.3
17482026-08-27T00:49:29.868Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-08-27T00:49:29.883Z Compiling sha3 v0.10.8
17502026-08-27T00:49:30.123Z Compiling toml_parser v1.1.2+spec-1.1.0
17512026-08-27T00:49:30.172Z Compiling elliptic-curve v0.13.8
17522026-08-27T00:49:30.186Z Compiling usdt v0.6.0
17532026-08-27T00:49:30.244Z Compiling strum v0.26.3
17542026-08-27T00:49:30.353Z Compiling usdt-impl v0.5.0
17552026-08-27T00:49:30.388Z Compiling serde_with v3.21.0
17562026-08-27T00:49:30.470Z Compiling crossterm v0.28.1
17572026-08-27T00:49:30.532Z Compiling ed25519-dalek v2.2.0
17582026-08-27T00:49:30.602Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17592026-08-27T00:49:30.644Z Compiling zip v4.6.1
17602026-08-27T00:49:30.760Z Compiling derive_more v2.1.1
17612026-08-27T00:49:30.997Z Compiling iddqd v0.4.2
17622026-08-27T00:49:31.075Z Compiling itertools v0.15.0
17632026-08-27T00:49:31.296Z Compiling itertools v0.13.0
17642026-08-27T00:49:31.391Z Compiling similar v2.7.0
17652026-08-27T00:49:31.629Z Compiling crossbeam-epoch v0.9.18
17662026-08-27T00:49:31.815Z Compiling tokio-stream v0.1.18
17672026-08-27T00:49:31.846Z Compiling buf-list v1.1.2
17682026-08-27T00:49:31.942Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-27T00:49:31.973Z Compiling openapiv3 v2.2.0
17702026-08-27T00:49:32.142Z Compiling heck v0.4.1
17712026-08-27T00:49:32.166Z Compiling peg-runtime v0.8.5
17722026-08-27T00:49:32.201Z Compiling lalrpop-util v0.19.12
17732026-08-27T00:49:32.231Z Compiling thread_local v1.1.9
17742026-08-27T00:49:32.263Z Compiling slog-async v2.8.0
17752026-08-27T00:49:32.299Z Compiling crossbeam-channel v0.5.15
17762026-08-27T00:49:32.312Z Compiling filetime v0.2.27
17772026-08-27T00:49:32.343Z Compiling is-terminal v0.4.17
17782026-08-27T00:49:32.398Z Compiling xattr v1.6.1
17792026-08-27T00:49:32.415Z Compiling term v1.2.1
17802026-08-27T00:49:32.461Z Compiling take_mut v0.2.2
17812026-08-27T00:49:32.485Z Compiling camino-tempfile v1.4.1
17822026-08-27T00:49:32.563Z Compiling tar v0.4.46
17832026-08-27T00:49:32.694Z Compiling slog-term v2.9.2
17842026-08-27T00:49:49.781Z Compiling rustls-webpki v0.103.13
17852026-08-27T00:49:52.518Z Compiling tokio-rustls v0.26.4
17862026-08-27T00:49:52.518Z Compiling rustls-platform-verifier v0.6.2
17872026-08-27T00:49:52.522Z Compiling tough v0.22.0
17882026-08-27T00:49:52.717Z Compiling hyper-rustls v0.27.7
17892026-08-27T00:49:52.907Z Compiling reqwest v0.13.2
17902026-08-27T00:49:55.051Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-27T00:49:55.286Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-27T00:49:58.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.16s
17932026-08-27T00:49:58.344Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-27T00:49:58.435ZAug 27 00:49:57.382 INFO Starting download, target: Console
17952026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Starting download, target: Clickhouse
17962026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Starting download, target: Cockroach
17972026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Starting download, target: DendriteStub
17982026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Starting download, target: MaghemiteMgd
17992026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Starting download, target: MaghemiteDdmd
18002026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Starting download, target: TransceiverControl
18012026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18022026-08-27T00:49:58.435ZAug 27 00:49:57.383 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18032026-08-27T00:49:58.436ZAug 27 00:49:57.383 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18042026-08-27T00:49:58.437ZAug 27 00:49:57.383 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18052026-08-27T00:49:58.437ZAug 27 00:49:57.383 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18062026-08-27T00:49:58.437ZAug 27 00:49:57.383 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-27T00:49:58.437ZAug 27 00:49:57.384 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18082026-08-27T00:49:59.695ZAug 27 00:49:58.666 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-27T00:49:59.980ZAug 27 00:49:58.887 INFO Download complete, target: TransceiverControl
18102026-08-27T00:50:00.135ZAug 27 00:49:59.126 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-08-27T00:50:00.306ZAug 27 00:49:59.234 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18122026-08-27T00:50:00.390ZAug 27 00:49:59.375 INFO Download complete, target: Console
18132026-08-27T00:50:02.859ZAug 27 00:50:01.781 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-08-27T00:50:03.078ZAug 27 00:50:01.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-08-27T00:50:03.180ZAug 27 00:50:02.002 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18162026-08-27T00:50:03.989ZAug 27 00:50:02.991 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-27T00:50:03.989ZAug 27 00:50:02.991 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-27T00:50:05.133ZAug 27 00:50:04.138 INFO Download complete, target: MaghemiteDdmd
18192026-08-27T00:50:05.462ZAug 27 00:50:04.469 INFO Download complete, target: DendriteStub
18202026-08-27T00:50:05.651ZAug 27 00:50:04.657 INFO Download complete, target: MaghemiteMgd
18212026-08-27T00:50:07.215ZAug 27 00:50:06.130 INFO Checking that binary works, target: Clickhouse
18222026-08-27T00:50:07.274ZAug 27 00:50:06.220 INFO Download complete, target: Clickhouse
18232026-08-27T00:50:08.652ZAug 27 00:50:07.658 INFO Checking that binary works, target: Cockroach
18242026-08-27T00:50:08.776ZAug 27 00:50:07.782 INFO Download complete, target: Cockroach
18252026-08-27T00:50:08.781ZAll prerequisites installed successfully
18262026-08-27T00:50:08.784Z
18272026-08-27T00:50:08.784Zreal 1:57.141166424
18282026-08-27T00:50:08.784Zuser 7:22.695606167
18292026-08-27T00:50:08.784Zsys 1:46.137816976
18302026-08-27T00:50:08.784Ztrap 0.276885893
18312026-08-27T00:50:08.784Ztflt 0.941100364
18322026-08-27T00:50:08.784Zdflt 1.758511179
18332026-08-27T00:50:08.784Zkflt 0.029573226
18342026-08-27T00:50:08.784Zlock 29:05.384414857
18352026-08-27T00:50:08.785Zslp 20:11.609892028
18362026-08-27T00:50:08.785Zlat 28.513500970
18372026-08-27T00:50:08.785Zstop 3:35.223538999
18382026-08-27T00:50:08.785Z+ ptime -m cargo xtask download softnpu
18392026-08-27T00:50:09.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-27T00:50:09.265Z Running `target/debug/xtask download softnpu`
18412026-08-27T00:50:10.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18422026-08-27T00:50:10.124Z Running `target/debug/xtask-downloader softnpu`
18432026-08-27T00:50:10.172ZAug 27 00:50:09.177 INFO Starting download, target: Softnpu
18442026-08-27T00:50:10.178ZAug 27 00:50:09.178 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-27T00:50:13.456ZAug 27 00:50:12.447 INFO Download complete, target: Softnpu
18462026-08-27T00:50:13.469Z
18472026-08-27T00:50:13.469Zreal 4.656831844
18482026-08-27T00:50:13.469Zuser 1.368600076
18492026-08-27T00:50:13.469Zsys 0.666083339
18502026-08-27T00:50:13.469Ztrap 0.000975270
18512026-08-27T00:50:13.469Ztflt 0.000069020
18522026-08-27T00:50:13.469Zdflt 0.000112390
18532026-08-27T00:50:13.469Zkflt 0.000000000
18542026-08-27T00:50:13.469Zlock 1:02.526962385
18552026-08-27T00:50:13.469Zslp 3.064167568
18562026-08-27T00:50:13.469Zlat 0.160111615
18572026-08-27T00:50:13.470Zstop 0.000199010
18582026-08-27T00:50:13.470Z+ export CARGO_INCREMENTAL=0
18592026-08-27T00:50:13.470Z+ CARGO_INCREMENTAL=0
18602026-08-27T00:50:13.470Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-27T00:50:14.397Z Compiling proc-macro2 v1.0.106
18622026-08-27T00:50:14.397Z Compiling quote v1.0.45
18632026-08-27T00:50:14.397Z Compiling unicode-ident v1.0.24
18642026-08-27T00:50:14.397Z Compiling serde_core v1.0.228
18652026-08-27T00:50:14.414Z Compiling libc v0.2.185
18662026-08-27T00:50:14.414Z Compiling serde v1.0.228
18672026-08-27T00:50:14.414Z Compiling cfg-if v1.0.4
18682026-08-27T00:50:14.414Z Compiling version_check v0.9.5
18692026-08-27T00:50:14.415Z Compiling autocfg v1.5.0
18702026-08-27T00:50:14.415Z Compiling shlex v1.3.0
18712026-08-27T00:50:14.415Z Compiling find-msvc-tools v0.1.9
18722026-08-27T00:50:14.415Z Compiling memchr v2.8.0
18732026-08-27T00:50:14.415Z Compiling zmij v1.0.21
18742026-08-27T00:50:14.586Z Compiling serde_json v1.0.151
18752026-08-27T00:50:14.713Z Compiling portable-atomic v1.13.1
18762026-08-27T00:50:14.750Z Compiling zerocopy v0.8.55
18772026-08-27T00:50:14.881Z Compiling libm v0.2.16
18782026-08-27T00:50:14.898Z Compiling getrandom v0.4.3
18792026-08-27T00:50:14.988Z Compiling num-traits v0.2.19
18802026-08-27T00:50:15.021Z Compiling generic-array v0.14.7
18812026-08-27T00:50:15.039Z Compiling icu_properties_data v2.1.2
18822026-08-27T00:50:15.065Z Compiling icu_normalizer_data v2.1.1
18832026-08-27T00:50:15.110Z Compiling smallvec v1.15.1
18842026-08-27T00:50:15.179Z Compiling parking_lot_core v0.9.12
18852026-08-27T00:50:15.198Z Compiling itoa v1.0.17
18862026-08-27T00:50:15.222Z Compiling log v0.4.33
18872026-08-27T00:50:15.245Z Compiling subtle v2.6.1
18882026-08-27T00:50:15.245Z Compiling pkg-config v0.3.32
18892026-08-27T00:50:15.304Z Compiling stable_deref_trait v1.2.1
18902026-08-27T00:50:15.457Z Compiling rustix v1.1.4
18912026-08-27T00:50:15.478Z Compiling typenum v1.20.1
18922026-08-27T00:50:15.478Z Compiling getrandom v0.3.4
18932026-08-27T00:50:15.478Z Compiling scopeguard v1.2.0
18942026-08-27T00:50:15.503Z Compiling jobserver v0.1.34
18952026-08-27T00:50:15.517Z Compiling errno v0.3.14
18962026-08-27T00:50:15.554Z Compiling thiserror v2.0.18
18972026-08-27T00:50:15.614Z Compiling lock_api v0.4.14
18982026-08-27T00:50:15.735Z Compiling cc v1.2.56
18992026-08-27T00:50:15.754Z Compiling rand_core v0.10.0
19002026-08-27T00:50:15.828Z Compiling heck v0.5.0
19012026-08-27T00:50:15.858Z Compiling syn v2.0.117
19022026-08-27T00:50:15.904Z Compiling critical-section v1.2.0
19032026-08-27T00:50:15.952Z Compiling getrandom v0.2.17
19042026-08-27T00:50:15.959Z Compiling schemars v0.8.22
19052026-08-27T00:50:15.981Z Compiling equivalent v1.0.2
19062026-08-27T00:50:15.985Z Compiling litemap v0.8.1
19072026-08-27T00:50:16.020Z Compiling percent-encoding v2.3.2
19082026-08-27T00:50:16.059Z Compiling writeable v0.6.2
19092026-08-27T00:50:16.094Z Compiling rand_core v0.6.4
19102026-08-27T00:50:16.140Z Compiling syn v1.0.109
19112026-08-27T00:50:16.223Z Compiling pin-project-lite v0.2.17
19122026-08-27T00:50:16.739Z Compiling once_cell v1.21.3
19132026-08-27T00:50:16.745Z Compiling rustversion v1.0.22
19142026-08-27T00:50:16.745Z Compiling hashbrown v0.17.0
19152026-08-27T00:50:16.745Z Compiling cmake v0.1.57
19162026-08-27T00:50:16.745Z Compiling dunce v1.0.5
19172026-08-27T00:50:16.745Z Compiling fs_extra v1.3.0
19182026-08-27T00:50:16.745Z Compiling utf8_iter v1.0.4
19192026-08-27T00:50:16.745Z Compiling byteorder v1.5.0
19202026-08-27T00:50:16.745Z Compiling form_urlencoded v1.2.2
19212026-08-27T00:50:16.745Z Compiling semver v1.0.28
19222026-08-27T00:50:16.745Z Compiling bitflags v2.11.0
19232026-08-27T00:50:16.880Z Compiling strsim v0.11.1
19242026-08-27T00:50:16.976Z Compiling indexmap v2.14.0
19252026-08-27T00:50:17.024Z Compiling signal-hook-registry v1.4.8
19262026-08-27T00:50:17.040Z Compiling aws-lc-sys v0.40.0
19272026-08-27T00:50:17.044Z Compiling thiserror v1.0.69
19282026-08-27T00:50:17.099Z Compiling socket2 v0.6.3
19292026-08-27T00:50:17.188Z Compiling mio v1.2.0
19302026-08-27T00:50:17.272Z Compiling parking_lot v0.12.5
19312026-08-27T00:50:17.425Z Compiling aws-lc-rs v1.16.3
19322026-08-27T00:50:17.442Z Compiling futures-core v0.3.32
19332026-08-27T00:50:17.456Z Compiling const-oid v0.9.6
19342026-08-27T00:50:17.609Z Compiling iana-time-zone v0.1.65
19352026-08-27T00:50:17.630Z Compiling httparse v1.10.1
19362026-08-27T00:50:17.782Z Compiling crc32fast v1.5.0
19372026-08-27T00:50:17.860Z Compiling ucd-trie v0.1.7
19382026-08-27T00:50:17.901Z Compiling regex-syntax v0.8.10
19392026-08-27T00:50:17.939Z Compiling fnv v1.0.7
19402026-08-27T00:50:18.053Z Compiling pest v2.8.6
19412026-08-27T00:50:18.097Z Compiling uuid v1.23.4
19422026-08-27T00:50:18.114Z Compiling ident_case v1.0.1
19432026-08-27T00:50:18.170Z Compiling vcpkg v0.2.15
19442026-08-27T00:50:18.354Z Compiling rustc_version v0.4.1
19452026-08-27T00:50:18.422Z Compiling dyn-clone v1.0.20
19462026-08-27T00:50:18.469Z Compiling futures-sink v0.3.32
19472026-08-27T00:50:18.601Z Compiling synstructure v0.13.2
19482026-08-27T00:50:18.618Z Compiling serde_derive_internals v0.29.1
19492026-08-27T00:50:18.662Z Compiling rustls v0.23.41
19502026-08-27T00:50:18.666Z Compiling futures-channel v0.3.32
19512026-08-27T00:50:18.769Z Compiling openssl-sys v0.9.117
19522026-08-27T00:50:18.911Z Compiling aho-corasick v1.1.4
19532026-08-27T00:50:18.926Z Compiling futures-io v0.3.32
19542026-08-27T00:50:19.094Z Compiling slab v0.4.12
19552026-08-27T00:50:19.111Z Compiling futures-task v0.3.32
19562026-08-27T00:50:19.161Z Compiling pest_meta v2.8.6
19572026-08-27T00:50:19.330Z Compiling plain v0.2.3
19582026-08-27T00:50:19.330Z Compiling num-conv v0.2.0
19592026-08-27T00:50:19.334Z Compiling time-core v0.1.8
19602026-08-27T00:50:19.378Z Compiling radium v0.7.0
19612026-08-27T00:50:19.505Z Compiling crossbeam-utils v0.8.21
19622026-08-27T00:50:19.515Z Compiling maybe-uninit v2.0.0
19632026-08-27T00:50:19.524Z Compiling pretty-hex v0.4.1
19642026-08-27T00:50:19.527Z Compiling base64 v0.22.1
19652026-08-27T00:50:19.558Z Compiling time-macros v0.2.27
19662026-08-27T00:50:19.618Z Compiling base64ct v1.8.3
19672026-08-27T00:50:19.691Z Compiling openssl v0.10.80
19682026-08-27T00:50:19.699Z Compiling slog v2.8.2
19692026-08-27T00:50:19.713Z Compiling regex-automata v0.4.14
19702026-08-27T00:50:19.784Z Compiling pest_generator v2.8.6
19712026-08-27T00:50:19.800Z Compiling flagset v0.4.7
19722026-08-27T00:50:19.825Z Compiling serde_derive v1.0.228
19732026-08-27T00:50:19.986Z Compiling zeroize_derive v1.5.0
19742026-08-27T00:50:20.015Z Compiling zerofrom-derive v0.1.6
19752026-08-27T00:50:20.015Z Compiling yoke-derive v0.8.1
19762026-08-27T00:50:20.015Z Compiling zerocopy-derive v0.8.55
19772026-08-27T00:50:20.015Z Compiling zerovec-derive v0.11.2
19782026-08-27T00:50:20.051Z Compiling displaydoc v0.2.5
19792026-08-27T00:50:20.174Z Compiling tokio-macros v2.7.0
19802026-08-27T00:50:20.174Z Compiling futures-macro v0.3.32
19812026-08-27T00:50:20.334Z Compiling thiserror-impl v2.0.18
19822026-08-27T00:50:20.455Z Compiling schemars_derive v0.8.22
19832026-08-27T00:50:20.515Z Compiling der_derive v0.7.3
19842026-08-27T00:50:20.515Z Compiling tracing-attributes v0.1.31
19852026-08-27T00:50:20.631Z Compiling thiserror-impl v1.0.69
19862026-08-27T00:50:20.788Z Compiling pest_derive v2.8.6
19872026-08-27T00:50:20.788Z Compiling pem-rfc7468 v0.7.0
19882026-08-27T00:50:20.814Z Compiling scroll_derive v0.13.1
19892026-08-27T00:50:20.814Z Compiling scroll_derive v0.12.1
19902026-08-27T00:50:20.869Z Compiling futures-util v0.3.32
19912026-08-27T00:50:21.090Z Compiling openssl-macros v0.1.1
19922026-08-27T00:50:21.211Z Compiling rand_core v0.9.5
19932026-08-27T00:50:21.211Z Compiling zerofrom v0.1.6
19942026-08-27T00:50:21.321Z Compiling yoke v0.8.1
19952026-08-27T00:50:21.440Z Compiling darling_core v0.23.0
19962026-08-27T00:50:21.503Z Compiling zerovec v0.11.5
19972026-08-27T00:50:21.565Z Compiling zerotrie v0.2.3
19982026-08-27T00:50:21.628Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19992026-08-27T00:50:21.744Z Compiling bzip2-sys v0.1.13+1.0.8
20002026-08-27T00:50:21.829Z Compiling syn v3.0.3
20012026-08-27T00:50:21.829Z Compiling ahash v0.8.12
20022026-08-27T00:50:21.948Z Compiling num-bigint-dig v0.8.6
20032026-08-27T00:50:21.996Z Compiling packed_struct v0.10.1
20042026-08-27T00:50:21.996Z Compiling native-tls v0.2.18
20052026-08-27T00:50:22.019Z Compiling paste v1.0.15
20062026-08-27T00:50:22.037Z Compiling tinystr v0.8.2
20072026-08-27T00:50:22.037Z Compiling potential_utf v0.1.4
20082026-08-27T00:50:22.170Z Compiling anyhow v1.0.104
20092026-08-27T00:50:22.213Z Compiling icu_locale_core v2.1.1
20102026-08-27T00:50:22.729Z Compiling icu_collections v2.1.1
20112026-08-27T00:50:22.781Z Compiling regex v1.12.3
20122026-08-27T00:50:22.783Z Compiling zerocopy-derive v0.7.35
20132026-08-27T00:50:22.970Z Compiling icu_provider v2.1.1
20142026-08-27T00:50:23.168Z Compiling zeroize v1.9.0
20152026-08-27T00:50:23.239Z Compiling bytes v1.11.1
20162026-08-27T00:50:23.275Z Compiling chrono v0.4.45
20172026-08-27T00:50:23.275Z Compiling icu_normalizer v2.1.1
20182026-08-27T00:50:23.435Z Compiling icu_properties v2.1.2
20192026-08-27T00:50:23.987Z Compiling serde_tokenstream v0.2.3
20202026-08-27T00:50:24.022Z Compiling tokio v1.52.1
20212026-08-27T00:50:24.022Z Compiling crypto-common v0.1.7
20222026-08-27T00:50:24.022Z Compiling block-buffer v0.10.4
20232026-08-27T00:50:24.037Z Compiling der v0.7.10
20242026-08-27T00:50:24.070Z Compiling digest v0.10.7
20252026-08-27T00:50:24.215Z Compiling idna_adapter v1.2.1
20262026-08-27T00:50:24.425Z Compiling idna v1.1.0
20272026-08-27T00:50:24.557Z Compiling ppv-lite86 v0.2.21
20282026-08-27T00:50:24.615Z Compiling http v1.4.2
20292026-08-27T00:50:24.757Z Compiling url v2.5.8
20302026-08-27T00:50:24.887Z Compiling darling_macro v0.23.0
20312026-08-27T00:50:25.065Z Compiling spki v0.7.3
20322026-08-27T00:50:25.552Z Compiling tracing-core v0.1.36
20332026-08-27T00:50:25.552Z Compiling cookie v0.18.1
20342026-08-27T00:50:25.601Z Compiling cpufeatures v0.2.17
20352026-08-27T00:50:25.601Z Compiling camino v1.2.5
20362026-08-27T00:50:25.601Z Compiling fastrand v2.3.0
20372026-08-27T00:50:25.601Z Compiling darling v0.23.0
20382026-08-27T00:50:25.601Z Compiling tracing v0.1.44
20392026-08-27T00:50:25.601Z Compiling rand_chacha v0.9.0
20402026-08-27T00:50:25.615Z Compiling toml_datetime v0.6.11
20412026-08-27T00:50:25.615Z Compiling serde_spanned v0.6.9
20422026-08-27T00:50:25.899Z Compiling packed_struct_codegen v0.10.1
20432026-08-27T00:50:26.017Z Compiling zerocopy-derive v0.6.6
20442026-08-27T00:50:26.017Z Compiling bitfield-macros v0.19.4
20452026-08-27T00:50:26.017Z Compiling clap_derive v4.6.1
20462026-08-27T00:50:26.399Z Compiling indexmap v1.9.3
20472026-08-27T00:50:26.471Z Compiling object v0.37.3
20482026-08-27T00:50:26.541Z Compiling simd-adler32 v0.3.8
20492026-08-27T00:50:26.611Z Compiling rand v0.9.2
20502026-08-27T00:50:26.659Z Compiling http-body v1.0.1
20512026-08-27T00:50:26.750Z Compiling pkcs8 v0.10.2
20522026-08-27T00:50:26.784Z Compiling daft-derive v0.1.8
20532026-08-27T00:50:26.784Z Compiling rustls-pki-types v1.14.0
20542026-08-27T00:50:26.873Z Compiling spin v0.9.8
20552026-08-27T00:50:26.947Z Compiling usdt-impl v0.5.0
20562026-08-27T00:50:26.976Z Compiling usdt-impl v0.6.0
20572026-08-27T00:50:27.104Z Compiling cmov v0.5.4
20582026-08-27T00:50:27.185Z Compiling tinyvec_macros v0.1.1
20592026-08-27T00:50:27.202Z Compiling anstyle v1.0.14
20602026-08-27T00:50:27.222Z Compiling adler2 v2.0.1
20612026-08-27T00:50:27.248Z Compiling ref-cast v1.0.25
20622026-08-27T00:50:27.290Z Compiling either v1.15.0
20632026-08-27T00:50:27.327Z Compiling openssl-probe v0.2.1
20642026-08-27T00:50:27.365Z Compiling winnow v0.5.40
20652026-08-27T00:50:27.438Z Compiling utf8parse v0.2.2
20662026-08-27T00:50:27.489Z Compiling miniz_oxide v0.8.9
20672026-08-27T00:50:27.505Z Compiling ctutils v0.4.2
20682026-08-27T00:50:27.539Z Compiling anstyle-parse v1.0.0
20692026-08-27T00:50:27.539Z Compiling tinyvec v1.10.0
20702026-08-27T00:50:27.672Z Compiling sha2 v0.10.9
20712026-08-27T00:50:27.736Z Compiling tokio-util v0.7.18
20722026-08-27T00:50:27.900Z Compiling tempfile v3.27.0
20732026-08-27T00:50:27.939Z Compiling scroll v0.13.0
20742026-08-27T00:50:28.054Z Compiling scroll v0.12.0
20752026-08-27T00:50:28.112Z Compiling terminal_size v0.4.3
20762026-08-27T00:50:28.221Z Compiling async-trait v0.1.89
20772026-08-27T00:50:28.685Z Compiling heapless v0.7.17
20782026-08-27T00:50:28.693Z Compiling signal-hook v0.3.18
20792026-08-27T00:50:28.693Z Compiling colorchoice v1.0.4
20802026-08-27T00:50:28.693Z Compiling winnow v1.0.3
20812026-08-27T00:50:28.693Z Compiling toml_edit v0.19.15
20822026-08-27T00:50:28.693Z Compiling tower-layer v0.3.3
20832026-08-27T00:50:28.693Z Compiling winnow v0.7.14
20842026-08-27T00:50:28.707Z Compiling untrusted v0.7.1
20852026-08-27T00:50:28.732Z Compiling try-lock v0.2.5
20862026-08-27T00:50:28.793Z Compiling atomic-waker v1.1.2
20872026-08-27T00:50:28.858Z Compiling is_terminal_polyfill v1.70.2
20882026-08-27T00:50:28.887Z Compiling tower-service v0.3.3
20892026-08-27T00:50:28.936Z Compiling litrs v1.0.0
20902026-08-27T00:50:29.015Z Compiling zstd-safe v7.2.4
20912026-08-27T00:50:29.050Z Compiling anstyle-query v1.1.5
20922026-08-27T00:50:29.122Z Compiling unicode-segmentation v1.12.0
20932026-08-27T00:50:29.142Z Compiling rustix v0.38.44
20942026-08-27T00:50:29.193Z Compiling anstream v1.0.0
20952026-08-27T00:50:29.240Z Compiling h2 v0.4.15
20962026-08-27T00:50:29.412Z Compiling document-features v0.2.12
20972026-08-27T00:50:29.430Z Compiling want v0.3.1
20982026-08-27T00:50:29.607Z Compiling toml_parser v1.1.2+spec-1.1.0
20992026-08-27T00:50:29.798Z Compiling goblin v0.8.2
21002026-08-27T00:50:29.830Z Compiling goblin v0.10.5
21012026-08-27T00:50:29.948Z Compiling hybrid-array v0.4.13
21022026-08-27T00:50:30.091Z Compiling itertools v0.15.0
21032026-08-27T00:50:30.152Z Compiling ipnetwork v0.21.1
21042026-08-27T00:50:30.181Z Compiling zerocopy v0.7.35
21052026-08-27T00:50:30.355Z Compiling ipnet v2.12.0
21062026-08-27T00:50:30.577Z Compiling structmeta-derive v0.3.0
21072026-08-27T00:50:30.776Z Compiling ref-cast-impl v1.0.25
21082026-08-27T00:50:30.832Z Compiling curve25519-dalek v4.1.3
21092026-08-27T00:50:30.909Z Compiling darling_core v0.20.11
21102026-08-27T00:50:30.958Z Compiling memoffset v0.9.1
21112026-08-27T00:50:30.958Z Compiling tap v1.0.1
21122026-08-27T00:50:31.077Z Compiling httpdate v1.0.3
21132026-08-27T00:50:31.102Z Compiling powerfmt v0.2.0
21142026-08-27T00:50:31.164Z Compiling untrusted v0.9.0
21152026-08-27T00:50:31.322Z Compiling foreign-types-shared v0.1.1
21162026-08-27T00:50:31.424Z Compiling foreign-types v0.3.2
21172026-08-27T00:50:31.448Z Compiling deranged v0.5.8
21182026-08-27T00:50:31.465Z Compiling wyz v0.5.1
21192026-08-27T00:50:31.589Z Compiling structmeta v0.3.0
21202026-08-27T00:50:31.650Z Compiling unicode-normalization v0.1.25
21212026-08-27T00:50:31.760Z Compiling dtrace-parser v0.2.0
21222026-08-27T00:50:31.776Z Compiling rand_chacha v0.3.1
21232026-08-27T00:50:31.814Z Compiling signature v2.2.0
21242026-08-27T00:50:31.830Z Compiling hex v0.4.3
21252026-08-27T00:50:31.995Z Compiling dtrace-parser v0.3.0
21262026-08-27T00:50:32.127Z Compiling dof v0.3.0
21272026-08-27T00:50:32.145Z Compiling pin-project-internal v1.1.11
21282026-08-27T00:50:32.201Z Compiling num-integer v0.1.46
21292026-08-27T00:50:32.355Z Compiling wait-timeout v0.2.1
21302026-08-27T00:50:32.488Z Compiling hyper v1.10.1
21312026-08-27T00:50:32.531Z Compiling thread-id v5.1.0
21322026-08-27T00:50:32.609Z Compiling dof v0.4.0
21332026-08-27T00:50:32.625Z Compiling thread-id v4.2.2
21342026-08-27T00:50:32.629Z Compiling bit-vec v0.8.0
21352026-08-27T00:50:32.657Z Compiling clap_lex v1.0.0
21362026-08-27T00:50:32.824Z Compiling darling_macro v0.20.11
21372026-08-27T00:50:32.894Z Compiling funty v2.0.0
21382026-08-27T00:50:32.927Z Compiling smoltcp v0.9.1
21392026-08-27T00:50:33.052Z Compiling owo-colors v4.3.0
21402026-08-27T00:50:33.124Z Compiling num_threads v0.1.7
21412026-08-27T00:50:33.141Z Compiling quick-error v1.2.3
21422026-08-27T00:50:33.158Z Compiling cfg_aliases v0.2.1
21432026-08-27T00:50:33.177Z Compiling bit-set v0.8.0
21442026-08-27T00:50:33.213Z Compiling time v0.3.47
21452026-08-27T00:50:33.242Z Compiling bitvec v1.0.1
21462026-08-27T00:50:33.256Z Compiling nix v0.31.2
21472026-08-27T00:50:33.261Z Compiling rusty-fork v0.3.1
21482026-08-27T00:50:33.292Z Compiling clap_builder v4.6.0
21492026-08-27T00:50:33.331Z Compiling darling v0.20.11
21502026-08-27T00:50:33.437Z Compiling num-iter v0.1.45
21512026-08-27T00:50:33.583Z Compiling rand v0.8.6
21522026-08-27T00:50:33.623Z Compiling hyper-util v0.1.20
21532026-08-27T00:50:33.660Z Compiling lazy_static v1.5.0
21542026-08-27T00:50:33.794Z Compiling hmac v0.12.1
21552026-08-27T00:50:33.887Z Compiling erased-serde v0.3.31
21562026-08-27T00:50:34.067Z Compiling rand_xorshift v0.4.0
21572026-08-27T00:50:34.228Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-27T00:50:34.232Z Compiling sync_wrapper v1.0.2
21592026-08-27T00:50:34.497Z Compiling nodrop v0.1.14
21602026-08-27T00:50:34.516Z Compiling siphasher v1.0.2
21612026-08-27T00:50:34.609Z Compiling unarray v0.1.4
21622026-08-27T00:50:34.645Z Compiling crc-catalog v2.4.0
21632026-08-27T00:50:34.688Z Compiling zlib-rs v0.6.2
21642026-08-27T00:50:34.718Z Compiling proptest v1.11.0
21652026-08-27T00:50:34.736Z Compiling crc v3.4.0
21662026-08-27T00:50:34.754Z Compiling clap v4.6.1
21672026-08-27T00:50:34.965Z Compiling array-init v0.0.4
21682026-08-27T00:50:35.329Z Compiling tower v0.5.3
21692026-08-27T00:50:36.156Z Compiling smallvec v0.6.14
21702026-08-27T00:50:36.213Z Compiling derive_builder_core v0.20.2
21712026-08-27T00:50:36.282Z Compiling pkcs1 v0.7.5
21722026-08-27T00:50:36.338Z Compiling http-body-util v0.1.3
21732026-08-27T00:50:36.396Z Compiling zerocopy v0.6.6
21742026-08-27T00:50:36.440Z Compiling bitfield v0.19.4
21752026-08-27T00:50:36.643Z Compiling hubpack_derive v0.1.1
21762026-08-27T00:50:36.659Z Compiling snafu-derive v0.8.9
21772026-08-27T00:50:36.732Z Compiling flate2 v1.1.9
21782026-08-27T00:50:36.749Z Compiling strum_macros v0.27.2
21792026-08-27T00:50:36.838Z Compiling strum_macros v0.26.4
21802026-08-27T00:50:37.009Z Compiling env_filter v2.0.0
21812026-08-27T00:50:37.027Z Compiling fs-err v3.3.0
21822026-08-27T00:50:37.144Z Compiling base64 v0.21.7
21832026-08-27T00:50:37.168Z Compiling iri-string v0.7.10
21842026-08-27T00:50:37.444Z Compiling ryu v1.0.23
21852026-08-27T00:50:37.570Z Compiling unicode-properties v0.1.4
21862026-08-27T00:50:37.627Z Compiling hashbrown v0.12.3
21872026-08-27T00:50:37.642Z Compiling gimli v0.32.3
21882026-08-27T00:50:37.797Z Compiling unicode-bidi v0.3.18
21892026-08-27T00:50:37.973Z Compiling allocator-api2 v0.2.21
21902026-08-27T00:50:38.289Z Compiling stringprep v0.1.5
21912026-08-27T00:50:38.305Z Compiling tower-http v0.6.8
21922026-08-27T00:50:38.364Z Compiling serde_urlencoded v0.7.1
21932026-08-27T00:50:38.482Z Compiling ron v0.8.1
21942026-08-27T00:50:38.659Z Compiling env_logger v0.11.11
21952026-08-27T00:50:38.676Z Compiling derive_builder_macro v0.20.2
21962026-08-27T00:50:38.735Z Compiling newtype-uuid v1.3.2
21972026-08-27T00:50:38.913Z Compiling rsa v0.9.10
21982026-08-27T00:50:39.033Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-27T00:50:39.049Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-27T00:50:39.063Z Compiling oxnet v0.1.6
22012026-08-27T00:50:39.244Z Compiling serde-hex v0.1.0
22022026-08-27T00:50:39.344Z Compiling addr2line v0.25.1
22032026-08-27T00:50:39.369Z Compiling hashbrown v0.13.2
22042026-08-27T00:50:39.397Z Compiling tokio-native-tls v0.3.1
22052026-08-27T00:50:39.473Z Compiling bzip2 v0.4.4
22062026-08-27T00:50:39.492Z Compiling usdt-macro v0.6.0
22072026-08-27T00:50:39.526Z Compiling usdt-attr-macro v0.6.0
22082026-08-27T00:50:39.587Z Compiling derive-ex v0.1.8
22092026-08-27T00:50:39.678Z Compiling crypto-common v0.2.2
22102026-08-27T00:50:39.678Z Compiling block-buffer v0.12.1
22112026-08-27T00:50:39.713Z Compiling block-padding v0.4.2
22122026-08-27T00:50:40.008Z Compiling convert_case v0.10.0
22132026-08-27T00:50:40.162Z Compiling rustls-native-certs v0.8.3
22142026-08-27T00:50:40.340Z Compiling x509-cert v0.2.5
22152026-08-27T00:50:40.410Z Compiling md-5 v0.10.6
22162026-08-27T00:50:40.510Z Compiling bstr v1.12.1
22172026-08-27T00:50:40.847Z Compiling vergen-lib v9.1.0
22182026-08-27T00:50:40.854Z Compiling hash32 v0.2.1
22192026-08-27T00:50:40.854Z Compiling encoding_rs v0.8.35
22202026-08-27T00:50:41.112Z Compiling fallible-iterator v0.2.0
22212026-08-27T00:50:41.138Z Compiling unicode-width v0.2.0
22222026-08-27T00:50:41.155Z Compiling rustc-demangle v0.1.27
22232026-08-27T00:50:41.168Z Compiling psl-types v2.0.11
22242026-08-27T00:50:41.191Z Compiling mime v0.3.17
22252026-08-27T00:50:41.449Z Compiling cpufeatures v0.3.0
22262026-08-27T00:50:41.452Z Compiling crc-any v2.5.0
22272026-08-27T00:50:41.534Z Compiling postgres-protocol v0.6.10
22282026-08-27T00:50:41.552Z Compiling publicsuffix v2.3.0
22292026-08-27T00:50:41.698Z Compiling backtrace v0.3.76
22302026-08-27T00:50:41.714Z Compiling test-strategy v0.4.5
22312026-08-27T00:50:42.183Z Compiling derive_more-impl v2.1.1
22322026-08-27T00:50:42.289Z Compiling inout v0.2.2
22332026-08-27T00:50:42.385Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22342026-08-27T00:50:42.470Z Compiling object v0.30.4
22352026-08-27T00:50:42.487Z Compiling zip v0.6.6
22362026-08-27T00:50:42.538Z Compiling hyper-tls v0.6.0
22372026-08-27T00:50:42.561Z Compiling daft v0.1.8
22382026-08-27T00:50:42.742Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392026-08-27T00:50:42.789Z Compiling derive_builder v0.20.2
22402026-08-27T00:50:42.856Z Compiling phf_shared v0.13.1
22412026-08-27T00:50:42.976Z Compiling pin-project v1.1.11
22422026-08-27T00:50:43.028Z Compiling toml v0.7.8
22432026-08-27T00:50:43.109Z Compiling heck v0.4.1
22442026-08-27T00:50:43.141Z Compiling serde_with_macros v3.21.0
22452026-08-27T00:50:43.221Z Compiling futures-executor v0.3.32
22462026-08-27T00:50:43.334Z Compiling serde_repr v0.1.20
22472026-08-27T00:50:43.375Z Compiling miette-derive v7.6.0
22482026-08-27T00:50:43.470Z Compiling enum-as-inner v0.6.1
22492026-08-27T00:50:43.513Z Compiling async-recursion v1.1.1
22502026-08-27T00:50:43.607Z Compiling ff v0.13.1
22512026-08-27T00:50:43.622Z Compiling vergen v9.1.0
22522026-08-27T00:50:43.705Z Compiling cargo-platform v0.3.2
22532026-08-27T00:50:43.769Z Compiling managed v0.8.0
22542026-08-27T00:50:43.837Z Compiling jiff-core v0.1.0
22552026-08-27T00:50:43.868Z Compiling unicode-linebreak v0.1.5
22562026-08-27T00:50:43.967Z Compiling bitflags v1.3.2
22572026-08-27T00:50:43.970Z Compiling foldhash v0.2.0
22582026-08-27T00:50:44.043Z Compiling bumpalo v3.20.2
22592026-08-27T00:50:44.125Z Compiling path-slash v0.1.5
22602026-08-27T00:50:44.171Z Compiling same-file v1.0.6
22612026-08-27T00:50:44.196Z Compiling base16ct v0.2.0
22622026-08-27T00:50:44.211Z Compiling smawk v0.3.2
22632026-08-27T00:50:44.377Z Compiling libbz2-rs-sys v0.2.2
22642026-08-27T00:50:44.394Z Compiling foldhash v0.1.5
22652026-08-27T00:50:44.394Z Compiling is_ci v1.2.0
22662026-08-27T00:50:44.559Z Compiling hashbrown v0.15.5
22672026-08-27T00:50:44.589Z Compiling jiff v0.2.34
22682026-08-27T00:50:44.673Z Compiling supports-color v3.0.2
22692026-08-27T00:50:44.743Z Compiling textwrap v0.16.2
22702026-08-27T00:50:44.821Z Compiling bzip2 v0.6.1
22712026-08-27T00:50:44.847Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22722026-08-27T00:50:44.960Z Compiling sec1 v0.7.3
22732026-08-27T00:50:45.043Z Compiling walkdir v2.5.0
22742026-08-27T00:50:45.130Z Compiling zopfli v0.8.3
22752026-08-27T00:50:45.180Z Compiling hashbrown v0.16.1
22762026-08-27T00:50:45.260Z Compiling cargo_metadata v0.23.1
22772026-08-27T00:50:45.371Z Compiling group v0.13.0
22782026-08-27T00:50:45.667Z Compiling futures v0.3.32
22792026-08-27T00:50:46.026Z Compiling snafu v0.8.9
22802026-08-27T00:50:46.060Z Compiling phf v0.13.1
22812026-08-27T00:50:46.246Z Compiling reqwest v0.12.28
22822026-08-27T00:50:46.263Z Compiling signal-hook-mio v0.2.5
22832026-08-27T00:50:46.386Z Compiling cipher v0.5.2
22842026-08-27T00:50:46.416Z Compiling cookie_store v0.22.1
22852026-08-27T00:50:46.499Z Compiling backtrace-ext v0.2.1
22862026-08-27T00:50:46.534Z Compiling zstd v0.13.3
22872026-08-27T00:50:46.681Z Compiling postgres-types v0.2.12
22882026-08-27T00:50:46.698Z Compiling globset v0.4.18
22892026-08-27T00:50:46.816Z Compiling strum v0.27.2
22902026-08-27T00:50:46.862Z Compiling hubpack v0.1.2
22912026-08-27T00:50:46.976Z Compiling phf_shared v0.11.3
22922026-08-27T00:50:46.990Z Compiling crossbeam-epoch v0.9.18
22932026-08-27T00:50:47.009Z Compiling hkdf v0.12.4
22942026-08-27T00:50:47.048Z Compiling byte-wrapper v0.1.0
22952026-08-27T00:50:47.100Z Compiling olpc-cjson v0.1.4
22962026-08-27T00:50:47.184Z Compiling ed25519 v2.2.3
22972026-08-27T00:50:47.361Z Compiling crypto-bigint v0.5.5
22982026-08-27T00:50:47.374Z Compiling serde_plain v1.0.2
22992026-08-27T00:50:47.393Z Compiling serde-big-array v0.5.1
23002026-08-27T00:50:47.452Z Compiling pem v3.0.6
23012026-08-27T00:50:47.556Z Compiling float-cmp v0.10.0
23022026-08-27T00:50:47.589Z Compiling memmap2 v0.9.10
23032026-08-27T00:50:47.604Z Compiling static_assertions v1.1.0
23042026-08-27T00:50:47.689Z Compiling toml_write v0.1.2
23052026-08-27T00:50:47.744Z Compiling predicates-core v1.0.10
23062026-08-27T00:50:47.789Z Compiling new_debug_unreachable v1.0.6
23072026-08-27T00:50:47.808Z Compiling typed-path v0.9.3
23082026-08-27T00:50:47.877Z Compiling difflib v0.4.0
23092026-08-27T00:50:47.894Z Compiling fixedbitset v0.5.7
23102026-08-27T00:50:47.945Z Compiling unicode-width v0.1.14
23112026-08-27T00:50:47.950Z Compiling keccak v0.1.6
23122026-08-27T00:50:48.087Z Compiling whoami v2.1.0
23132026-08-27T00:50:48.172Z Compiling supports-hyperlinks v3.2.0
23142026-08-27T00:50:48.191Z Compiling normalize-line-endings v0.3.0
23152026-08-27T00:50:48.236Z Compiling supports-unicode v3.0.0
23162026-08-27T00:50:48.302Z Compiling const-oid v0.10.2
23172026-08-27T00:50:48.326Z Compiling fixedbitset v0.4.2
23182026-08-27T00:50:48.342Z Compiling precomputed-hash v0.1.1
23192026-08-27T00:50:48.364Z Compiling data-encoding v2.10.0
23202026-08-27T00:50:48.464Z Compiling miette v7.6.0
23212026-08-27T00:50:48.481Z Compiling string_cache v0.8.9
23222026-08-27T00:50:48.481Z Compiling tokio-postgres v0.7.16
23232026-08-27T00:50:48.490Z Compiling digest v0.11.3
23242026-08-27T00:50:48.522Z Compiling petgraph v0.6.5
23252026-08-27T00:50:48.549Z Compiling predicates v3.1.4
23262026-08-27T00:50:48.678Z Compiling hickory-proto v0.25.2
23272026-08-27T00:50:48.694Z Compiling elliptic-curve v0.13.8
23282026-08-27T00:50:48.896Z Compiling sha3 v0.10.8
23292026-08-27T00:50:48.949Z Compiling petgraph v0.8.3
23302026-08-27T00:50:49.063Z Compiling chacha20 v0.10.0
23312026-08-27T00:50:49.121Z Compiling toml_edit v0.22.27
23322026-08-27T00:50:49.398Z Compiling usdt v0.6.0
23332026-08-27T00:50:49.523Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-27T00:50:49.863Z Compiling ed25519-dalek v2.2.0
23352026-08-27T00:50:50.045Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23362026-08-27T00:50:50.588Z Compiling zip v4.6.1
23372026-08-27T00:50:50.882Z Compiling crossterm v0.28.1
23382026-08-27T00:50:51.083Z Compiling iddqd v0.4.2
23392026-08-27T00:50:51.454Z Compiling serde_with v3.21.0
23402026-08-27T00:50:51.506Z Compiling derive_more v2.1.1
23412026-08-27T00:50:51.627Z Compiling similar v2.7.0
23422026-08-27T00:50:51.672Z Compiling strum v0.26.3
23432026-08-27T00:50:51.860Z Compiling tokio-stream v0.1.18
23442026-08-27T00:50:51.891Z Compiling buf-list v1.1.2
23452026-08-27T00:50:52.094Z Compiling itertools v0.13.0
23462026-08-27T00:50:52.131Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-27T00:50:52.292Z Compiling openapiv3 v2.2.0
23482026-08-27T00:50:52.461Z Compiling lalrpop-util v0.19.12
23492026-08-27T00:50:53.198Z Compiling peg-runtime v0.8.5
23502026-08-27T00:51:07.416Z Compiling rustls-webpki v0.103.13
23512026-08-27T00:51:10.968Z Compiling tokio-rustls v0.26.4
23522026-08-27T00:51:11.110Z Compiling rustls-platform-verifier v0.6.2
23532026-08-27T00:51:11.261Z Compiling hyper-rustls v0.27.7
23542026-08-27T00:51:11.298Z Compiling tough v0.22.0
23552026-08-27T00:51:11.549Z Compiling reqwest v0.13.2
23562026-08-27T00:51:14.796Z Compiling macaddr v1.0.1
23572026-08-27T00:51:14.822Z Compiling crucible-workspace-hack v0.1.0
23582026-08-27T00:51:14.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592026-08-27T00:51:15.030Z Compiling rayon-core v1.13.0
23602026-08-27T00:51:15.061Z Compiling secrecy v0.10.3
23612026-08-27T00:51:15.091Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-27T00:51:15.095Z Compiling toml_datetime v0.7.5+spec-1.1.0
23632026-08-27T00:51:15.124Z Compiling heapless v0.8.0
23642026-08-27T00:51:15.156Z Compiling crossbeam-deque v0.8.6
23652026-08-27T00:51:15.174Z Compiling ingot-macros v0.2.0
23662026-08-27T00:51:15.266Z Compiling inout v0.1.4
23672026-08-27T00:51:15.270Z Compiling hash32 v0.3.1
23682026-08-27T00:51:15.300Z Compiling toml_edit v0.23.10+spec-1.0.0
23692026-08-27T00:51:15.417Z Compiling multer v3.1.0
23702026-08-27T00:51:15.422Z Compiling thread_local v1.1.9
23712026-08-27T00:51:15.422Z Compiling match_cfg v0.1.0
23722026-08-27T00:51:15.422Z Compiling slog-async v2.8.0
23732026-08-27T00:51:15.455Z Compiling compression-core v0.4.31
23742026-08-27T00:51:15.471Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23752026-08-27T00:51:15.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23762026-08-27T00:51:15.542Z Compiling smoltcp v0.11.0
23772026-08-27T00:51:15.624Z Compiling compression-codecs v0.4.37
23782026-08-27T00:51:15.698Z Compiling hostname v0.3.1
23792026-08-27T00:51:15.731Z Compiling cipher v0.4.4
23802026-08-27T00:51:15.801Z Compiling atomicwrites v0.4.4
23812026-08-27T00:51:15.820Z Compiling slog-json v2.6.1
23822026-08-27T00:51:15.886Z Compiling proc-macro-crate v3.4.0
23832026-08-27T00:51:15.925Z Compiling crossbeam-channel v0.5.15
23842026-08-27T00:51:16.002Z Compiling half v2.7.1
23852026-08-27T00:51:16.021Z Compiling universal-hash v0.5.1
23862026-08-27T00:51:16.099Z Compiling newtype-uuid-macros v0.1.0
23872026-08-27T00:51:16.117Z Compiling serde_tokenstream v0.3.0
23882026-08-27T00:51:16.184Z Compiling cobs v0.3.0
23892026-08-27T00:51:16.200Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-27T00:51:16.229Z Compiling async-stream-impl v0.3.6
23912026-08-27T00:51:16.340Z Compiling serde_spanned v1.1.1
23922026-08-27T00:51:16.390Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-27T00:51:16.406Z Compiling is-terminal v0.4.17
23942026-08-27T00:51:16.445Z Compiling proc-macro-error-attr v1.0.4
23952026-08-27T00:51:16.485Z Compiling dropshot v0.17.1
23962026-08-27T00:51:16.514Z Compiling term v1.2.1
23972026-08-27T00:51:16.531Z Compiling toml_writer v1.1.1+spec-1.1.0
23982026-08-27T00:51:16.628Z Compiling convert_case v0.4.0
23992026-08-27T00:51:16.663Z Compiling take_mut v0.2.2
24002026-08-27T00:51:16.716Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24012026-08-27T00:51:16.805Z Compiling ciborium-io v0.2.2
24022026-08-27T00:51:16.822Z Compiling opaque-debug v0.3.1
24032026-08-27T00:51:16.840Z Compiling slog-term v2.9.2
24042026-08-27T00:51:16.857Z Compiling async-stream v0.3.6
24052026-08-27T00:51:16.861Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24062026-08-27T00:51:16.915Z Compiling ciborium-ll v0.2.2
24072026-08-27T00:51:16.933Z Compiling poly1305 v0.8.0
24082026-08-27T00:51:16.967Z Compiling derive_more v0.99.20
24092026-08-27T00:51:16.989Z Compiling toml v1.1.2+spec-1.1.0
24102026-08-27T00:51:17.193Z Compiling oxide-generation-macros v0.2.0
24112026-08-27T00:51:17.207Z Compiling num_enum_derive v0.7.6
24122026-08-27T00:51:17.230Z Compiling thiserror-no-std v2.0.2
24132026-08-27T00:51:17.267Z Compiling postcard v1.1.3
24142026-08-27T00:51:17.500Z Compiling slog-bunyan v2.5.0
24152026-08-27T00:51:17.590Z Compiling chacha20 v0.9.1
24162026-08-27T00:51:17.697Z Compiling async-compression v0.4.41
24172026-08-27T00:51:17.851Z Compiling ingot-types v0.2.0
24182026-08-27T00:51:17.865Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-27T00:51:17.926Z Compiling sha1 v0.11.0
24202026-08-27T00:51:18.078Z Compiling oxide-generation v0.1.3
24212026-08-27T00:51:18.097Z Compiling parse-display-derive v0.10.0
24222026-08-27T00:51:18.151Z Compiling proc-macro-crate v1.3.1
24232026-08-27T00:51:18.177Z Compiling waitgroup v0.1.2
24242026-08-27T00:51:18.309Z Compiling ingot v0.2.1
24252026-08-27T00:51:18.329Z Compiling rustls-pemfile v2.2.0
24262026-08-27T00:51:18.356Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-27T00:51:18.384Z Compiling backon v1.6.0
24282026-08-27T00:51:18.504Z Compiling blake2 v0.10.6
24292026-08-27T00:51:18.632Z Compiling aead v0.5.2
24302026-08-27T00:51:18.652Z Compiling dropshot_endpoint v0.17.1
24312026-08-27T00:51:18.868Z Compiling password-hash v0.5.0
24322026-08-27T00:51:18.904Z Compiling foreign-types-macros v0.2.3
24332026-08-27T00:51:18.954Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-27T00:51:19.038Z Compiling serde_path_to_error v0.1.20
24352026-08-27T00:51:19.128Z Compiling hostname v0.4.2
24362026-08-27T00:51:19.166Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-27T00:51:19.320Z Compiling proc-macro-error v1.0.4
24382026-08-27T00:51:19.374Z Compiling instant v0.1.13
24392026-08-27T00:51:19.397Z Compiling illumos-nvpair-sys v0.2.0
24402026-08-27T00:51:19.414Z Compiling foreign-types-shared v0.3.1
24412026-08-27T00:51:19.492Z Compiling debug-ignore v1.0.5
24422026-08-27T00:51:19.513Z Compiling foreign-types v0.5.0
24432026-08-27T00:51:19.529Z Compiling backoff v0.4.0
24442026-08-27T00:51:19.579Z Compiling parse-display v0.10.0
24452026-08-27T00:51:19.606Z Compiling argon2 v0.5.3
24462026-08-27T00:51:19.629Z Compiling chacha20poly1305 v0.10.1
24472026-08-27T00:51:19.632Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-27T00:51:19.683Z Compiling num_enum_derive v0.5.11
24492026-08-27T00:51:19.699Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-27T00:51:19.766Z Compiling num_enum v0.7.6
24512026-08-27T00:51:19.805Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-27T00:51:19.835Z Compiling vsss-rs v3.3.4
24532026-08-27T00:51:19.914Z Compiling ciborium v0.2.2
24542026-08-27T00:51:20.231Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-27T00:51:20.382Z Compiling regress v0.10.5
24562026-08-27T00:51:20.396Z Compiling itertools v0.14.0
24572026-08-27T00:51:20.415Z Compiling tabwriter v1.4.1
24582026-08-27T00:51:20.434Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-27T00:51:20.505Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-27T00:51:20.566Z Compiling cstr-argument v0.1.2
24612026-08-27T00:51:20.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-27T00:51:20.655Z Compiling humantime v2.3.0
24632026-08-27T00:51:20.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-27T00:51:20.814Z Compiling num_enum v0.5.11
24652026-08-27T00:51:20.832Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-27T00:51:20.915Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-27T00:51:20.985Z Compiling rayon v1.11.0
24682026-08-27T00:51:21.068Z Compiling rand v0.10.1
24692026-08-27T00:51:21.090Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-27T00:51:21.106Z Compiling libefi-sys v0.1.0
24712026-08-27T00:51:21.120Z Compiling colored v3.1.1
24722026-08-27T00:51:21.124Z Compiling indent_write v2.2.0
24732026-08-27T00:51:21.184Z Compiling zone_cfg_derive v0.3.1
24742026-08-27T00:51:21.203Z Compiling illumos-nvpair v0.3.0
24752026-08-27T00:51:21.385Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-27T00:51:21.407Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-27T00:51:21.427Z Compiling camino-tempfile v1.4.1
24782026-08-27T00:51:21.457Z Compiling itertools v0.12.1
24792026-08-27T00:51:21.636Z Compiling usdt-macro v0.5.0
24802026-08-27T00:51:21.670Z Compiling usdt-attr-macro v0.5.0
24812026-08-27T00:51:21.843Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-27T00:51:21.850Z Compiling bitfield-struct v0.6.2
24832026-08-27T00:51:21.850Z Compiling num-derive v0.4.2
24842026-08-27T00:51:21.870Z Compiling blake3 v1.8.5
24852026-08-27T00:51:21.898Z Compiling sigpipe v0.1.3
24862026-08-27T00:51:21.974Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24872026-08-27T00:51:22.017Z Compiling memmap v0.7.0
24882026-08-27T00:51:22.045Z Compiling swrite v0.1.0
24892026-08-27T00:51:22.095Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24902026-08-27T00:51:22.161Z Compiling glob v0.3.3
24912026-08-27T00:51:22.177Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-27T00:51:22.379Z Compiling smf v0.2.3
24932026-08-27T00:51:22.442Z Compiling usdt v0.5.0
24942026-08-27T00:51:22.458Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24952026-08-27T00:51:22.490Z Compiling filetime v0.2.27
24962026-08-27T00:51:22.548Z Compiling constant_time_eq v0.4.2
24972026-08-27T00:51:22.718Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24982026-08-27T00:51:22.734Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24992026-08-27T00:51:22.753Z Compiling whoami v1.6.1
25002026-08-27T00:51:22.772Z Compiling arrayvec v0.7.6
25012026-08-27T00:51:22.790Z Compiling xattr v1.6.1
25022026-08-27T00:51:22.809Z Compiling zone v0.3.1
25032026-08-27T00:51:22.825Z Compiling arrayref v0.3.9
25042026-08-27T00:51:22.922Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-27T00:51:22.966Z Compiling tar v0.4.46
25062026-08-27T00:51:23.013Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25072026-08-27T00:51:23.080Z Compiling tokio-dtrace v0.1.1
25082026-08-27T00:51:23.097Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-08-27T00:51:23.178Z Compiling gethostname v0.5.0
25102026-08-27T00:51:23.223Z Compiling console v0.16.2
25112026-08-27T00:51:23.356Z Compiling unit-prefix v0.5.2
25122026-08-27T00:51:23.406Z Compiling topological-sort v0.2.2
25132026-08-27T00:51:23.433Z Compiling oxide-tokio-rt v0.1.4
25142026-08-27T00:51:23.520Z Compiling toml v0.8.23
25152026-08-27T00:51:23.533Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-27T00:51:23.596Z Compiling shell-words v1.1.1
25172026-08-27T00:51:23.857Z Compiling indicatif v0.18.4
25182026-08-27T00:51:32.945Z Compiling progenitor-client v0.14.0
25192026-08-27T00:51:32.945Z Compiling omicron-zone-package v0.12.3
25202026-08-27T00:51:33.202Z Compiling progenitor-extras v0.2.0
25212026-08-27T00:51:33.552Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-27T00:51:33.599Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-27T00:51:33.671Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-27T00:51:33.694Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-27T00:51:33.779Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25262026-08-27T00:51:33.789Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25272026-08-27T00:51:34.035Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25282026-08-27T00:51:34.181Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25292026-08-27T00:51:34.408Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-27T00:51:37.966Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-27T00:51:47.213Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-27T00:51:50.538Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-27T00:51:51.630Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-27T00:52:02.138Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-27T00:52:02.286Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-27T00:52:02.350ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-27T00:52:02.353ZCreated new build target 'test' and set it as active
25382026-08-27T00:52:02.353Z
25392026-08-27T00:52:02.353Zreal 1:48.903825689
25402026-08-27T00:52:02.353Zuser 17:52.307904324
25412026-08-27T00:52:02.353Zsys 2:49.823023869
25422026-08-27T00:52:02.353Ztrap 0.494523542
25432026-08-27T00:52:02.353Ztflt 2.468251423
25442026-08-27T00:52:02.353Zdflt 4.701059539
25452026-08-27T00:52:02.353Zkflt 0.000654520
25462026-08-27T00:52:02.353Zlock 58:30.220310163
25472026-08-27T00:52:02.353Zslp 45:33.253449023
25482026-08-27T00:52:02.353Zlat 50.005928904
25492026-08-27T00:52:02.353Zstop 6:24.261854001
25502026-08-27T00:52:02.357Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-27T00:52:03.254Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-27T00:52:03.323Z Running `target/release/omicron-package -t test package`
25532026-08-27T00:52:03.381ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-27T00:52:04.860Z Compiling heck v0.5.0
25552026-08-27T00:52:04.860Z Compiling regress v0.11.1
25562026-08-27T00:52:05.088Z Compiling unsafe-libyaml v0.2.11
25572026-08-27T00:52:05.130Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-27T00:52:05.162Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-27T00:52:05.162Z Compiling derive-where v1.6.0
25602026-08-27T00:52:05.165Z Compiling bytecount v0.6.9
25612026-08-27T00:52:05.205Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-27T00:52:05.249Z Compiling atomicwrites v0.4.4
25632026-08-27T00:52:05.249Z Compiling is-terminal v0.4.17
25642026-08-27T00:52:05.252Z Compiling prettyplease v0.2.37
25652026-08-27T00:52:05.252Z Compiling newline-converter v0.3.0
25662026-08-27T00:52:05.271Z Compiling console v0.15.11
25672026-08-27T00:52:05.312Z Compiling slog-dtrace v0.3.0
25682026-08-27T00:52:05.315Z Compiling cancel-safe-futures v0.1.5
25692026-08-27T00:52:05.399Z Compiling resolv-conf v0.7.6
25702026-08-27T00:52:05.421Z Compiling num-rational v0.4.2
25712026-08-27T00:52:05.446Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-27T00:52:05.468Z Compiling num-complex v0.4.6
25732026-08-27T00:52:05.471Z Compiling thread_local v1.1.9
25742026-08-27T00:52:05.542Z Compiling compression-core v0.4.31
25752026-08-27T00:52:05.626Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-27T00:52:05.721Z Compiling match_cfg v0.1.0
25772026-08-27T00:52:05.758Z Compiling compression-codecs v0.4.37
25782026-08-27T00:52:05.822Z Compiling expectorate v1.2.0
25792026-08-27T00:52:05.958Z Compiling num v0.4.3
25802026-08-27T00:52:05.979Z Compiling hostname v0.3.1
25812026-08-27T00:52:06.019Z Compiling multer v3.1.0
25822026-08-27T00:52:06.022Z Compiling slog-async v2.8.0
25832026-08-27T00:52:06.062Z Compiling crossbeam-channel v0.5.15
25842026-08-27T00:52:06.086Z Compiling slog-json v2.6.1
25852026-08-27T00:52:06.108Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-27T00:52:06.129Z Compiling serde_spanned v1.1.1
25872026-08-27T00:52:06.153Z Compiling linear-map v1.2.0
25882026-08-27T00:52:06.186Z Compiling term v1.2.1
25892026-08-27T00:52:06.315Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-27T00:52:06.315Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-27T00:52:06.356Z Compiling toml_writer v1.1.1+spec-1.1.0
25922026-08-27T00:52:06.401Z Compiling take_mut v0.2.2
25932026-08-27T00:52:06.424Z Compiling float-ord v0.3.2
25942026-08-27T00:52:06.427Z Compiling oxide-update-engine-types v0.1.2
25952026-08-27T00:52:06.503Z Compiling linked-hash-map v0.5.6
25962026-08-27T00:52:06.508Z Compiling slog-bunyan v2.5.0
25972026-08-27T00:52:06.515Z Compiling slog-term v2.9.2
25982026-08-27T00:52:06.538Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25992026-08-27T00:52:06.541Z Compiling toml v1.1.2+spec-1.1.0
26002026-08-27T00:52:06.600Z Compiling typify-impl v0.6.2
26012026-08-27T00:52:06.696Z Compiling lru-cache v0.1.2
26022026-08-27T00:52:06.700Z Compiling async-compression v0.4.41
26032026-08-27T00:52:06.915Z Compiling dropshot v0.17.1
26042026-08-27T00:52:06.984Z Compiling async-stream v0.3.6
26052026-08-27T00:52:07.006Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26062026-08-27T00:52:07.036Z Compiling progenitor-client v0.14.0
26072026-08-27T00:52:07.059Z Compiling sha1 v0.11.0
26082026-08-27T00:52:07.090Z Compiling oxide-generation v0.1.3
26092026-08-27T00:52:07.119Z Compiling waitgroup v0.1.2
26102026-08-27T00:52:07.170Z Compiling rustls-pemfile v2.2.0
26112026-08-27T00:52:07.190Z Compiling backon v1.6.0
26122026-08-27T00:52:07.281Z Compiling serde_path_to_error v0.1.20
26132026-08-27T00:52:07.344Z Compiling hostname v0.4.2
26142026-08-27T00:52:07.375Z Compiling instant v0.1.13
26152026-08-27T00:52:07.398Z Compiling minimal-lexical v0.2.1
26162026-08-27T00:52:07.422Z Compiling debug-ignore v1.0.5
26172026-08-27T00:52:07.447Z Compiling progenitor-extras v0.2.0
26182026-08-27T00:52:07.516Z Compiling backoff v0.4.0
26192026-08-27T00:52:07.516Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-08-27T00:52:07.561Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-27T00:52:07.656Z Compiling oxide-update-engine v0.1.2
26222026-08-27T00:52:07.678Z Compiling nom v7.1.3
26232026-08-27T00:52:07.727Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-27T00:52:07.751Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-27T00:52:07.751Z Compiling parse-display v0.10.0
26262026-08-27T00:52:07.822Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-27T00:52:07.848Z Compiling hickory-proto v0.24.4
26282026-08-27T00:52:08.268Z Compiling itertools v0.14.0
26292026-08-27T00:52:08.492Z Compiling regress v0.10.5
26302026-08-27T00:52:08.962Z Compiling macaddr v1.0.1
26312026-08-27T00:52:09.023Z Compiling unicode-xid v0.2.6
26322026-08-27T00:52:09.108Z Compiling humantime v2.3.0
26332026-08-27T00:52:09.213Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-27T00:52:09.382Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-27T00:52:09.430Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-27T00:52:09.514Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-27T00:52:09.569Z Compiling toml v0.8.23
26382026-08-27T00:52:09.780Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-27T00:52:09.784Z Compiling papergrid v0.11.0
26402026-08-27T00:52:10.039Z Compiling tabled_derive v0.7.0
26412026-08-27T00:52:10.062Z Compiling typify-macro v0.6.2
26422026-08-27T00:52:10.138Z Compiling termtree v0.5.1
26432026-08-27T00:52:10.223Z Compiling crossterm v0.29.0
26442026-08-27T00:52:10.335Z Compiling hickory-resolver v0.24.4
26452026-08-27T00:52:10.492Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26462026-08-27T00:52:10.954Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26472026-08-27T00:52:11.047Z Compiling tabled v0.15.0
26482026-08-27T00:52:11.595Z Compiling qorb v0.4.1
26492026-08-27T00:52:11.699Z Compiling typify v0.6.2
26502026-08-27T00:52:12.032Z Compiling progenitor-impl v0.14.0
26512026-08-27T00:52:12.527Z Compiling phf_shared v0.12.1
26522026-08-27T00:52:12.865Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26532026-08-27T00:52:13.055Z Compiling csv-core v0.1.13
26542026-08-27T00:52:13.323Z Compiling vte v0.14.1
26552026-08-27T00:52:13.500Z Compiling chrono-tz v0.10.4
26562026-08-27T00:52:13.584Z Compiling highway v1.3.0
26572026-08-27T00:52:13.747Z Compiling strip-ansi-escapes v0.2.1
26582026-08-27T00:52:14.176Z Compiling progenitor-macro v0.14.0
26592026-08-27T00:52:14.301Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-08-27T00:52:14.940Z Compiling csv v1.4.0
26612026-08-27T00:52:15.250Z Compiling phf v0.12.1
26622026-08-27T00:52:15.454Z Compiling const_format_proc_macros v0.2.34
26632026-08-27T00:52:15.652Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-27T00:52:15.851Z Compiling fd-lock v4.0.4
26652026-08-27T00:52:15.911Z Compiling peg-macros v0.8.5
26662026-08-27T00:52:16.030Z Compiling nu-ansi-term v0.50.3
26672026-08-27T00:52:16.053Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26682026-08-27T00:52:16.300Z Compiling reedline v0.40.0
26692026-08-27T00:52:16.597Z Compiling const_format v0.2.35
26702026-08-27T00:52:17.101Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-27T00:52:17.153Z Compiling peg v0.8.5
26722026-08-27T00:52:17.260Z Compiling bcs v0.1.6
26732026-08-27T00:52:17.691Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-08-27T00:52:17.856Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26752026-08-27T00:52:18.332Z Compiling progenitor v0.14.0
26762026-08-27T00:52:18.439Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-08-27T00:52:18.520Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26782026-08-27T00:52:18.584Z Compiling nom v8.0.0
26792026-08-27T00:52:18.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26802026-08-27T00:52:19.027Z Compiling semver v0.1.20
26812026-08-27T00:52:19.307Z Compiling rustc_version v0.1.7
26822026-08-27T00:52:19.335Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26832026-08-27T00:52:19.556Z Compiling newtype_derive v0.1.6
26842026-08-27T00:52:19.600Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-27T00:52:19.829Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-27T00:52:19.952Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-27T00:52:20.144Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-27T00:52:20.465Z Compiling steno v0.4.1
26892026-08-27T00:52:20.563Z Compiling dropshot-api-manager-types v0.8.0
26902026-08-27T00:52:21.043Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26912026-08-27T00:52:21.198Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-27T00:52:21.331Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26932026-08-27T00:52:21.373Z Compiling sha1 v0.10.6
26942026-08-27T00:52:21.452Z Compiling tagptr v0.2.0
26952026-08-27T00:52:21.653Z Compiling utf-8 v0.7.6
26962026-08-27T00:52:21.869Z Compiling moka v0.12.13
26972026-08-27T00:52:21.900Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26982026-08-27T00:52:21.922Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-08-27T00:52:22.080Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-27T00:52:22.344Z Compiling tungstenite v0.21.0
27012026-08-27T00:52:22.740Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-27T00:52:23.132Z Compiling hickory-resolver v0.25.2
27032026-08-27T00:52:24.363Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27042026-08-27T00:52:24.420Z Compiling tokio-tungstenite v0.21.0
27052026-08-27T00:52:24.809Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-27T00:52:25.356Z Compiling darling_core v0.21.3
27072026-08-27T00:52:26.639Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-27T00:52:27.445Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-27T00:52:27.602Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-27T00:52:27.626Z Compiling darling_macro v0.21.3
27112026-08-27T00:52:28.140Z Compiling display-error-chain v0.2.2
27122026-08-27T00:52:28.323Z Compiling darling v0.21.3
27132026-08-27T00:52:28.347Z Compiling libscf-sys v1.2.0
27142026-08-27T00:52:28.439Z Compiling vergen-lib v0.1.6
27152026-08-27T00:52:28.548Z Compiling diesel_derives v2.3.7
27162026-08-27T00:52:28.696Z Compiling dsl_auto_type v0.2.0
27172026-08-27T00:52:28.948Z Compiling scheduled-thread-pool v0.2.7
27182026-08-27T00:52:28.985Z Compiling vergen-gitcl v1.0.8
27192026-08-27T00:52:29.208Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-27T00:52:29.230Z Compiling dirs-sys-next v0.1.2
27212026-08-27T00:52:29.437Z Compiling glob v0.3.3
27222026-08-27T00:52:29.488Z Compiling maplit v1.0.2
27232026-08-27T00:52:29.509Z Compiling crunchy v0.2.4
27242026-08-27T00:52:29.609Z Compiling dirs-next v2.0.0
27252026-08-27T00:52:29.723Z Compiling r2d2 v0.8.10
27262026-08-27T00:52:29.782Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-27T00:52:29.804Z Compiling clang-sys v1.8.1
27282026-08-27T00:52:29.850Z Compiling papergrid v0.18.0
27292026-08-27T00:52:29.983Z Compiling downcast-rs v2.0.2
27302026-08-27T00:52:30.015Z Compiling tiny-keccak v2.0.2
27312026-08-27T00:52:30.095Z Compiling xshell-macros v0.2.7
27322026-08-27T00:52:30.294Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-27T00:52:30.347Z Compiling term v0.7.0
27342026-08-27T00:52:30.451Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27352026-08-27T00:52:30.492Z Compiling xshell v0.2.7
27362026-08-27T00:52:30.514Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27372026-08-27T00:52:30.630Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-27T00:52:30.866Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-27T00:52:31.063Z Compiling bit-vec v0.6.3
27402026-08-27T00:52:31.099Z Compiling tabled v0.21.0
27412026-08-27T00:52:31.312Z Compiling bit-set v0.5.3
27422026-08-27T00:52:31.422Z Compiling ascii-canvas v3.0.0
27432026-08-27T00:52:31.501Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27442026-08-27T00:52:31.685Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27452026-08-27T00:52:31.746Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27462026-08-27T00:52:32.045Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-27T00:52:32.066Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-27T00:52:32.166Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-27T00:52:32.385Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-27T00:52:32.597Z Compiling itertools v0.10.5
27512026-08-27T00:52:32.637Z Compiling ena v0.14.4
27522026-08-27T00:52:32.771Z Compiling libloading v0.8.9
27532026-08-27T00:52:32.891Z Compiling bindgen v0.71.1
27542026-08-27T00:52:32.945Z Compiling unicase v2.9.0
27552026-08-27T00:52:33.060Z Compiling diff v0.1.13
27562026-08-27T00:52:33.166Z Compiling regex-syntax v0.6.29
27572026-08-27T00:52:33.501Z Compiling cexpr v0.6.0
27582026-08-27T00:52:33.681Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-27T00:52:33.901Z Compiling crc8 v0.1.1
27602026-08-27T00:52:34.049Z Compiling rustc-hash v2.1.1
27612026-08-27T00:52:34.171Z Compiling diesel v2.3.7
27622026-08-27T00:52:34.214Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27632026-08-27T00:52:34.388Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27642026-08-27T00:52:34.502Z Compiling lalrpop v0.19.12
27652026-08-27T00:52:35.026Z Compiling headers-core v0.3.0
27662026-08-27T00:52:35.187Z Compiling libxml v0.3.3
27672026-08-27T00:52:35.416Z Compiling headers v0.4.1
27682026-08-27T00:52:35.486Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-27T00:52:35.508Z Compiling strum_macros v0.24.3
27702026-08-27T00:52:35.718Z Compiling indoc v1.0.9
27712026-08-27T00:52:35.897Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-27T00:52:36.117Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-27T00:52:36.161Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-27T00:52:36.295Z Compiling derive_builder v0.20.2
27752026-08-27T00:52:36.300Z Compiling quick-xml v0.37.5
27762026-08-27T00:52:36.476Z Compiling oso-derive v0.27.3
27772026-08-27T00:52:36.516Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-27T00:52:36.762Z Compiling openssl-probe v0.1.6
27792026-08-27T00:52:37.019Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-27T00:52:37.038Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-27T00:52:37.071Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-27T00:52:37.638Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-27T00:52:37.752Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-27T00:52:37.800Z Compiling bb8 v0.8.6
27852026-08-27T00:52:37.936Z Compiling trait-variant v0.1.2
27862026-08-27T00:52:37.977Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-27T00:52:38.192Z Compiling half v1.8.3
27882026-08-27T00:52:38.270Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27892026-08-27T00:52:38.398Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27902026-08-27T00:52:38.497Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27912026-08-27T00:52:38.550Z Compiling serde_cbor v0.11.2
27922026-08-27T00:52:38.635Z Compiling proc-macro-error2 v2.0.1
27932026-08-27T00:52:38.993Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-27T00:52:39.018Z Compiling hashbrown v0.14.5
27952026-08-27T00:52:39.044Z Compiling rfc6979 v0.4.0
27962026-08-27T00:52:39.215Z Compiling salty v0.3.0
27972026-08-27T00:52:39.282Z Compiling ecdsa v0.16.9
27982026-08-27T00:52:39.514Z Compiling knus-derive v3.4.0
27992026-08-27T00:52:39.561Z Compiling samael v0.0.19
28002026-08-27T00:52:39.626Z Compiling chumsky v0.9.3
28012026-08-27T00:52:39.732Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-27T00:52:39.843Z Compiling progenitor-impl v0.13.0
28032026-08-27T00:52:39.879Z Compiling primeorder v0.13.6
28042026-08-27T00:52:40.179Z Compiling nonempty v0.12.0
28052026-08-27T00:52:40.449Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-27T00:52:40.864Z Compiling p384 v0.13.1
28072026-08-27T00:52:40.908Z Compiling knus v3.4.0
28082026-08-27T00:52:41.802Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28092026-08-27T00:52:41.937Z Compiling polar-core v0.27.3
28102026-08-27T00:52:42.044Z Compiling progenitor-macro v0.13.0
28112026-08-27T00:52:42.420Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28122026-08-27T00:52:43.007Z Compiling progenitor-client v0.13.0
28132026-08-27T00:52:43.134Z Compiling fxhash v0.2.1
28142026-08-27T00:52:43.301Z Compiling libz-sys v1.1.24
28152026-08-27T00:52:43.436Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-27T00:52:43.514Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-27T00:52:43.680Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28182026-08-27T00:52:44.108Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28192026-08-27T00:52:44.494Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-27T00:52:44.599Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-27T00:52:45.207Z Compiling kstat-rs v0.2.5
28222026-08-27T00:52:45.904Z Compiling mime_guess v2.0.5
28232026-08-27T00:52:46.175Z Compiling progenitor v0.13.0
28242026-08-27T00:52:46.398Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28252026-08-27T00:52:47.302Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-27T00:52:51.485Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-27T00:52:51.560Z Compiling nanorand v0.7.0
28282026-08-27T00:52:51.560Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-27T00:52:51.603Z Compiling parking_lot_core v0.8.6
28302026-08-27T00:52:51.603Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-27T00:52:51.603Z Compiling flume v0.11.1
28322026-08-27T00:52:51.603Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-27T00:52:51.603Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-27T00:52:51.603Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-27T00:52:51.603Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-27T00:52:51.603Z Compiling git-stub v1.0.0
28372026-08-27T00:52:51.603Z Compiling oso v0.27.3
28382026-08-27T00:52:51.603Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28392026-08-27T00:52:51.603Z Compiling http-range v0.1.5
28402026-08-27T00:52:51.603Z Compiling strsim v0.10.0
28412026-08-27T00:52:51.603Z Compiling async-bb8-diesel v0.2.1
28422026-08-27T00:52:51.794Z Compiling diesel-dtrace v0.5.0
28432026-08-27T00:52:51.934Z Compiling corncobs v0.1.4
28442026-08-27T00:52:52.107Z Compiling instability v0.3.11
28452026-08-27T00:52:52.184Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28462026-08-27T00:52:52.371Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28472026-08-27T00:52:53.084Z Compiling darling_core v0.13.4
28482026-08-27T00:52:54.718Z Compiling git-stub-vcs v0.1.0
28492026-08-27T00:52:55.089Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-27T00:52:55.862Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-27T00:52:56.109Z Compiling ignore v0.4.25
28522026-08-27T00:52:56.726Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-27T00:52:56.998Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-27T00:52:57.243Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-27T00:52:57.472Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-27T00:52:57.745Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-27T00:52:58.934Z Compiling anstyle-parse v0.2.7
28582026-08-27T00:52:59.168Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28592026-08-27T00:52:59.205Z Compiling secrecy v0.8.0
28602026-08-27T00:52:59.288Z Compiling castaway v0.2.4
28612026-08-27T00:52:59.400Z Compiling vergen-git2 v9.1.0
28622026-08-27T00:52:59.448Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-27T00:52:59.621Z Compiling indoc v2.0.7
28642026-08-27T00:52:59.805Z Compiling compact_str v0.8.1
28652026-08-27T00:53:00.820Z Compiling anstream v0.6.21
28662026-08-27T00:53:00.914Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-27T00:53:01.005Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-27T00:53:01.174Z Compiling globwalk v0.9.1
28692026-08-27T00:53:01.370Z Compiling parking_lot v0.11.2
28702026-08-27T00:53:01.592Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28712026-08-27T00:53:01.815Z Compiling hyper-staticfile v0.10.1
28722026-08-27T00:53:02.170Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732026-08-27T00:53:02.265Z Compiling darling_macro v0.13.4
28742026-08-27T00:53:02.287Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-08-27T00:53:02.662Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-27T00:53:02.772Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-27T00:53:02.945Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28782026-08-27T00:53:03.324Z Compiling predicates-tree v1.0.13
28792026-08-27T00:53:03.689Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-27T00:53:03.762Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-27T00:53:03.852Z Compiling unicode-truncate v1.1.0
28822026-08-27T00:53:03.920Z Compiling sha2 v0.11.0
28832026-08-27T00:53:04.062Z Compiling digest-io v0.1.0
28842026-08-27T00:53:04.282Z Compiling lru v0.12.5
28852026-08-27T00:53:04.515Z Compiling prefix-trie v0.7.0
28862026-08-27T00:53:04.622Z Compiling rand_seeder v0.4.0
28872026-08-27T00:53:04.752Z Compiling cassowary v0.3.0
28882026-08-27T00:53:04.878Z Compiling rawzip v0.4.4
28892026-08-27T00:53:04.973Z Compiling hickory-server v0.25.2
28902026-08-27T00:53:05.019Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28912026-08-27T00:53:05.088Z Compiling ratatui v0.29.0
28922026-08-27T00:53:05.260Z Compiling camino-tempfile-ext v0.3.3
28932026-08-27T00:53:05.547Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28942026-08-27T00:53:05.776Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28952026-08-27T00:53:05.811Z Compiling darling v0.13.4
28962026-08-27T00:53:05.928Z Compiling sled v0.34.7
28972026-08-27T00:53:05.983Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-27T00:53:06.329Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-27T00:53:08.290Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-27T00:53:08.769Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29012026-08-27T00:53:08.993Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-27T00:53:10.008Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-27T00:53:11.344Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-27T00:53:12.042Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-27T00:53:13.306Z Compiling serde_with_macros v1.5.2
29062026-08-27T00:53:13.378Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29072026-08-27T00:53:13.420Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-27T00:53:13.796Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29092026-08-27T00:53:13.946Z Compiling git2 v0.20.4
29102026-08-27T00:53:14.028Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29112026-08-27T00:53:14.149Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29122026-08-27T00:53:14.319Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-27T00:53:14.397Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29142026-08-27T00:53:14.538Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29152026-08-27T00:53:14.634Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-27T00:53:14.769Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29172026-08-27T00:53:14.938Z Compiling arc-swap v1.8.2
29182026-08-27T00:53:14.994Z Compiling void v1.0.2
29192026-08-27T00:53:15.140Z Compiling lzss v0.8.2
29202026-08-27T00:53:15.226Z Compiling slog-scope v4.4.1
29212026-08-27T00:53:15.440Z Compiling serde_with v1.14.0
29222026-08-27T00:53:15.517Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29232026-08-27T00:53:15.633Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29242026-08-27T00:53:16.675Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29252026-08-27T00:53:16.698Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-27T00:53:17.019Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29272026-08-27T00:53:17.178Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29282026-08-27T00:53:17.330Z Compiling scuffle v0.1.0
29292026-08-27T00:53:17.422Z Compiling tungstenite v0.23.0
29302026-08-27T00:53:18.009Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-27T00:53:19.379Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-27T00:53:19.663Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-27T00:53:19.666Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-27T00:53:19.922Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-27T00:53:20.043Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-27T00:53:20.152Z Compiling nix v0.27.1
29372026-08-27T00:53:20.295Z Compiling twox-hash v2.1.2
29382026-08-27T00:53:20.795Z Compiling libsw-core v0.3.2
29392026-08-27T00:53:20.965Z Compiling atty v0.2.14
29402026-08-27T00:53:21.025Z Compiling serde_bytes v0.11.19
29412026-08-27T00:53:21.127Z Compiling libsw v3.5.0
29422026-08-27T00:53:21.329Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29432026-08-27T00:53:21.351Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29442026-08-27T00:53:21.424Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-27T00:53:21.445Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-27T00:53:21.730Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29472026-08-27T00:53:22.485Z Compiling tokio-tungstenite v0.23.1
29482026-08-27T00:53:22.600Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-27T00:53:22.848Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-27T00:53:23.061Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-27T00:53:24.388Z Compiling slog-stdlog v4.1.1
29522026-08-27T00:53:24.778Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-27T00:53:25.792Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-27T00:53:26.020Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-27T00:53:26.491Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562026-08-27T00:53:27.838Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29572026-08-27T00:53:27.862Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29582026-08-27T00:53:28.281Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-27T00:53:29.919Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-27T00:53:30.449Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-27T00:53:30.919Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-27T00:53:31.178Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-27T00:53:31.518Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-27T00:53:32.342Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29652026-08-27T00:53:33.643Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29662026-08-27T00:53:35.332Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-27T00:53:35.419Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-27T00:53:36.634Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29692026-08-27T00:53:36.864Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-08-27T00:53:37.735Z Compiling signal-hook-tokio v0.3.1
29712026-08-27T00:53:37.950Z Compiling fatfs v0.3.6
29722026-08-27T00:53:38.655Z Compiling yasna v0.5.2
29732026-08-27T00:53:38.924Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-27T00:53:38.949Z Compiling assert_matches v1.5.0
29752026-08-27T00:53:39.060Z Compiling seq-macro v0.3.6
29762026-08-27T00:53:39.260Z Compiling rcgen v0.12.1
29772026-08-27T00:53:39.568Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-27T00:53:40.057Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-27T00:53:40.229Z Compiling slog-envlogger v2.2.0
29802026-08-27T00:53:41.472Z Compiling oxide-update-engine-display v0.1.2
29812026-08-27T00:53:42.409Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-27T00:53:42.701Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-27T00:53:42.745Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29842026-08-27T00:53:42.978Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29852026-08-27T00:53:43.208Z Compiling port-file v0.1.0
29862026-08-27T00:53:43.536Z Compiling rtoolbox v0.0.3
29872026-08-27T00:53:43.747Z Compiling subprocess v0.2.15
29882026-08-27T00:53:43.768Z Compiling rpassword v7.5.4
29892026-08-27T00:53:43.849Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29902026-08-27T00:53:44.383Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29912026-08-27T00:53:45.898Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-27T00:53:46.496Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-27T00:53:46.589Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-27T00:53:46.612Z Compiling tui-tree-widget v0.23.1
29952026-08-27T00:53:46.961Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-27T00:53:48.150Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29972026-08-27T00:53:49.965Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29982026-08-27T00:53:51.097Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-27T00:53:51.753Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-27T00:53:51.985Z Compiling uzers v0.12.2
30012026-08-27T00:53:52.218Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30022026-08-27T00:53:52.411Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-08-27T00:53:52.682Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042026-08-27T00:53:53.474Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-27T00:53:54.736Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-08-27T00:53:55.062Z Compiling support-bundle-viewer v0.1.2
30072026-08-27T00:53:56.954Z Compiling multimap v0.10.1
30082026-08-27T00:54:04.161Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-08-27T00:54:06.126Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30102026-08-27T00:54:12.335Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-27T00:54:14.935Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-27T00:54:17.532Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-27T01:01:22.194Z Finished `release` profile [optimized] target(s) in 9m 18s
30142026-08-27T01:01:22.200Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-27T01:01:22.200Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-27T01:02:46.596Z
30172026-08-27T01:02:46.597Zreal 10:44.213214092
30182026-08-27T01:02:46.597Zuser 1:21:49.068498046
30192026-08-27T01:02:46.602Zsys 3:39.625274963
30202026-08-27T01:02:46.602Ztrap 1.776962982
30212026-08-27T01:02:46.602Ztflt 1.771467559
30222026-08-27T01:02:46.602Zdflt 21.103489774
30232026-08-27T01:02:46.602Zkflt 0.005822590
30242026-08-27T01:02:46.602Zlock 7:57:02.170948261
30252026-08-27T01:02:46.602Zslp 2:18:12.636884424
30262026-08-27T01:02:46.602Zlat 2:32.606024555
30272026-08-27T01:02:46.602Zstop 5:42.021864513
30282026-08-27T01:02:46.602Z+ mapfile -t packages
30292026-08-27T01:02:46.602Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-27T01:02:47.567Z Finished `release` profile [optimized] target(s) in 0.96s
30312026-08-27T01:02:47.641Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-27T01:02:47.707ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-27T01:02:47.711Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-27T01:02:48.188Z Compiling libc v0.2.185
30352026-08-27T01:02:48.188Z Compiling serde_core v1.0.228
30362026-08-27T01:02:48.188Z Compiling serde v1.0.228
30372026-08-27T01:02:48.194Z Compiling rustix v1.1.4
30382026-08-27T01:02:48.194Z Compiling serde_json v1.0.151
30392026-08-27T01:02:48.194Z Compiling bitflags v2.11.0
30402026-08-27T01:02:48.194Z Compiling usdt-impl v0.5.0
30412026-08-27T01:02:48.194Z Compiling syn v2.0.117
30422026-08-27T01:02:48.194Z Compiling syn v1.0.109
30432026-08-27T01:02:48.358Z Compiling getrandom v0.4.3
30442026-08-27T01:02:48.368Z Compiling log v0.4.33
30452026-08-27T01:02:48.379Z Compiling indexmap v2.14.0
30462026-08-27T01:02:48.421Z Compiling fs-err v3.3.0
30472026-08-27T01:02:48.644Z Compiling heck v0.4.1
30482026-08-27T01:02:48.780Z Compiling anyhow v1.0.104
30492026-08-27T01:02:48.784Z Compiling once_cell v1.21.3
30502026-08-27T01:02:49.105Z Compiling thread-id v4.2.2
30512026-08-27T01:02:49.114Z Compiling errno v0.3.14
30522026-08-27T01:02:49.118Z Compiling memmap v0.7.0
30532026-08-27T01:02:49.789Z Compiling proc-macro-error v1.0.4
30542026-08-27T01:02:50.054Z Compiling tabled_derive v0.7.0
30552026-08-27T01:02:50.092Z Compiling terminal_size v0.4.3
30562026-08-27T01:02:50.092Z Compiling tempfile v3.27.0
30572026-08-27T01:02:50.188Z Compiling clap_builder v4.6.0
30582026-08-27T01:02:50.189Z Compiling textwrap v0.16.2
30592026-08-27T01:02:50.462Z Compiling camino v1.2.5
30602026-08-27T01:02:50.462Z Compiling semver v1.0.28
30612026-08-27T01:02:50.469Z Compiling cargo-platform v0.3.2
30622026-08-27T01:02:50.506Z Compiling pest_generator v2.8.6
30632026-08-27T01:02:50.734Z Compiling tabled v0.15.0
30642026-08-27T01:02:50.828Z Compiling camino-tempfile v1.4.1
30652026-08-27T01:02:51.091Z Compiling serde_derive v1.0.228
30662026-08-27T01:02:51.091Z Compiling thiserror-impl v1.0.69
30672026-08-27T01:02:51.110Z Compiling zerocopy-derive v0.7.35
30682026-08-27T01:02:51.110Z Compiling pest_derive v2.8.6
30692026-08-27T01:02:51.111Z Compiling scroll_derive v0.12.1
30702026-08-27T01:02:51.111Z Compiling thiserror-impl v2.0.18
30712026-08-27T01:02:51.111Z Compiling clap_derive v4.6.1
30722026-08-27T01:02:51.819Z Compiling scroll v0.12.0
30732026-08-27T01:02:51.901Z Compiling zerocopy v0.7.35
30742026-08-27T01:02:52.103Z Compiling goblin v0.8.2
30752026-08-27T01:02:52.177Z Compiling thiserror v1.0.69
30762026-08-27T01:02:52.288Z Compiling dtrace-parser v0.2.0
30772026-08-27T01:02:52.471Z Compiling thiserror v2.0.18
30782026-08-27T01:02:52.486Z Compiling clap v4.6.1
30792026-08-27T01:02:54.181Z Compiling dof v0.3.0
30802026-08-27T01:02:54.216Z Compiling serde_tokenstream v0.2.3
30812026-08-27T01:02:54.232Z Compiling serde_spanned v0.6.9
30822026-08-27T01:02:54.281Z Compiling toml_datetime v0.6.11
30832026-08-27T01:02:54.415Z Compiling cargo_metadata v0.23.1
30842026-08-27T01:02:54.529Z Compiling macaddr v1.0.1
30852026-08-27T01:02:54.539Z Compiling toml_edit v0.22.27
30862026-08-27T01:02:54.539Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30872026-08-27T01:02:54.915Z Compiling usdt-macro v0.5.0
30882026-08-27T01:02:54.927Z Compiling usdt-attr-macro v0.5.0
30892026-08-27T01:02:55.521Z Compiling usdt v0.5.0
30902026-08-27T01:02:56.004Z Compiling toml v0.8.23
30912026-08-27T01:02:56.432Z Compiling cargo_toml v0.21.0
30922026-08-27T01:03:00.825Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-27T01:03:04.051Z Finished `release` profile [optimized] target(s) in 16.33s
30942026-08-27T01:03:04.156Z
30952026-08-27T01:03:04.160Zreal 16.412220447
30962026-08-27T01:03:04.160Zuser 2:05.050336934
30972026-08-27T01:03:04.160Zsys 13.741766610
30982026-08-27T01:03:04.160Ztrap 0.059808170
30992026-08-27T01:03:04.160Ztflt 0.462094034
31002026-08-27T01:03:04.160Zdflt 1.421506024
31012026-08-27T01:03:04.160Zkflt 0.000147010
31022026-08-27T01:03:04.161Zlock 4:48.058223089
31032026-08-27T01:03:04.161Zslp 2:41.232966943
31042026-08-27T01:03:04.161Zlat 3.856663095
31052026-08-27T01:03:04.161Zstop 16.651191994
31062026-08-27T01:03:04.161Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-27T01:03:04.161Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-27T01:03:04.161Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-27T01:03:04.161Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-27T01:03:04.161Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-27T01:03:05.131Z Compiling match_cfg v0.1.0
31122026-08-27T01:03:05.131Z Compiling progenitor-client v0.14.0
31132026-08-27T01:03:05.131Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-27T01:03:05.134Z Compiling slog-json v2.6.1
31152026-08-27T01:03:05.134Z Compiling newtype-uuid-macros v0.1.0
31162026-08-27T01:03:05.134Z Compiling sha1 v0.11.0
31172026-08-27T01:03:05.135Z Compiling multer v3.1.0
31182026-08-27T01:03:05.135Z Compiling debug-ignore v1.0.5
31192026-08-27T01:03:05.135Z Compiling compression-core v0.4.31
31202026-08-27T01:03:05.135Z Compiling async-stream-impl v0.3.6
31212026-08-27T01:03:05.135Z Compiling serde_spanned v1.1.1
31222026-08-27T01:03:05.282Z Compiling toml_datetime v1.1.1+spec-1.1.0
31232026-08-27T01:03:05.286Z Compiling dropshot v0.17.1
31242026-08-27T01:03:05.297Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-27T01:03:05.321Z Compiling waitgroup v0.1.2
31262026-08-27T01:03:05.351Z Compiling rustls-pemfile v2.2.0
31272026-08-27T01:03:05.368Z Compiling hostname v0.3.1
31282026-08-27T01:03:05.452Z Compiling compression-codecs v0.4.37
31292026-08-27T01:03:05.467Z Compiling dropshot_endpoint v0.17.1
31302026-08-27T01:03:05.483Z Compiling serde_path_to_error v0.1.20
31312026-08-27T01:03:05.517Z Compiling hostname v0.4.2
31322026-08-27T01:03:05.569Z Compiling atomicwrites v0.4.4
31332026-08-27T01:03:05.588Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31342026-08-27T01:03:05.636Z Compiling toml v1.1.2+spec-1.1.0
31352026-08-27T01:03:05.709Z Compiling slog-bunyan v2.5.0
31362026-08-27T01:03:05.729Z Compiling async-compression v0.4.41
31372026-08-27T01:03:05.748Z Compiling macaddr v1.0.1
31382026-08-27T01:03:05.767Z Compiling serde_tokenstream v0.3.0
31392026-08-27T01:03:05.770Z Compiling oxide-generation v0.1.3
31402026-08-27T01:03:05.800Z Compiling instant v0.1.13
31412026-08-27T01:03:05.851Z Compiling regress v0.10.5
31422026-08-27T01:03:05.893Z Compiling parse-display-derive v0.10.0
31432026-08-27T01:03:05.893Z Compiling backon v1.6.0
31442026-08-27T01:03:05.906Z Compiling itertools v0.14.0
31452026-08-27T01:03:05.926Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31462026-08-27T01:03:05.960Z Compiling backoff v0.4.0
31472026-08-27T01:03:06.008Z Compiling async-stream v0.3.6
31482026-08-27T01:03:06.020Z Compiling humantime v2.3.0
31492026-08-27T01:03:06.055Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31502026-08-27T01:03:06.095Z Compiling progenitor-extras v0.2.0
31512026-08-27T01:03:06.100Z Compiling half v2.7.1
31522026-08-27T01:03:06.112Z Compiling crucible-workspace-hack v0.1.0
31532026-08-27T01:03:06.139Z Compiling oxide-generation-macros v0.2.0
31542026-08-27T01:03:06.195Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31552026-08-27T01:03:06.199Z Compiling ciborium-io v0.2.2
31562026-08-27T01:03:06.228Z Compiling convert_case v0.4.0
31572026-08-27T01:03:06.232Z Compiling regress v0.11.1
31582026-08-27T01:03:06.301Z Compiling secrecy v0.10.3
31592026-08-27T01:03:06.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-27T01:03:06.337Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-27T01:03:06.373Z Compiling ciborium-ll v0.2.2
31622026-08-27T01:03:06.391Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-27T01:03:06.428Z Compiling inout v0.1.4
31642026-08-27T01:03:06.479Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31652026-08-27T01:03:06.497Z Compiling thiserror-impl-no-std v2.0.2
31662026-08-27T01:03:06.516Z Compiling universal-hash v0.5.1
31672026-08-27T01:03:06.604Z Compiling ciborium v0.2.2
31682026-08-27T01:03:06.622Z Compiling cipher v0.4.4
31692026-08-27T01:03:06.637Z Compiling derive_more v0.99.20
31702026-08-27T01:03:06.680Z Compiling unsafe-libyaml v0.2.11
31712026-08-27T01:03:06.727Z Compiling opaque-debug v0.3.1
31722026-08-27T01:03:06.745Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-27T01:03:06.822Z Compiling poly1305 v0.8.0
31742026-08-27T01:03:06.903Z Compiling chacha20 v0.9.1
31752026-08-27T01:03:06.927Z Compiling blake2 v0.10.6
31762026-08-27T01:03:06.944Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31772026-08-27T01:03:06.999Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31782026-08-27T01:03:07.204Z Compiling aead v0.5.2
31792026-08-27T01:03:07.227Z Compiling password-hash v0.5.0
31802026-08-27T01:03:07.231Z Compiling indent_write v2.2.0
31812026-08-27T01:03:07.231Z Compiling toml_datetime v0.7.5+spec-1.1.0
31822026-08-27T01:03:07.298Z Compiling serde_yaml v0.9.34+deprecated
31832026-08-27T01:03:07.440Z Compiling chacha20poly1305 v0.10.1
31842026-08-27T01:03:07.460Z Compiling toml_edit v0.23.10+spec-1.0.0
31852026-08-27T01:03:07.494Z Compiling num-derive v0.4.2
31862026-08-27T01:03:07.541Z Compiling argon2 v0.5.3
31872026-08-27T01:03:07.559Z Compiling heapless v0.8.0
31882026-08-27T01:03:07.612Z Compiling ingot-macros v0.2.0
31892026-08-27T01:03:07.631Z Compiling tabwriter v1.4.1
31902026-08-27T01:03:07.682Z Compiling parse-display v0.10.0
31912026-08-27T01:03:07.700Z Compiling hash32 v0.3.1
31922026-08-27T01:03:07.751Z Compiling thiserror-no-std v2.0.2
31932026-08-27T01:03:07.867Z Compiling typify-impl v0.6.2
31942026-08-27T01:03:07.885Z Compiling vsss-rs v3.3.4
31952026-08-27T01:03:07.904Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31962026-08-27T01:03:08.012Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31972026-08-27T01:03:08.119Z Compiling proc-macro-crate v3.4.0
31982026-08-27T01:03:08.163Z Compiling smoltcp v0.11.0
31992026-08-27T01:03:08.514Z Compiling cobs v0.3.0
32002026-08-27T01:03:08.531Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32012026-08-27T01:03:08.589Z Compiling illumos-nvpair-sys v0.2.0
32022026-08-27T01:03:08.728Z Compiling num_enum_derive v0.7.6
32032026-08-27T01:03:08.746Z Compiling colored v3.1.1
32042026-08-27T01:03:08.812Z Compiling postcard v1.1.3
32052026-08-27T01:03:08.847Z Compiling proc-macro-error v1.0.4
32062026-08-27T01:03:08.851Z Compiling rand v0.10.1
32072026-08-27T01:03:08.884Z Compiling proc-macro-crate v1.3.1
32082026-08-27T01:03:08.928Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-27T01:03:09.063Z Compiling foreign-types-macros v0.2.3
32102026-08-27T01:03:10.258Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32112026-08-27T01:03:10.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-27T01:03:10.279Z Compiling foreign-types-shared v0.3.1
32132026-08-27T01:03:10.279Z Compiling rayon-core v1.13.0
32142026-08-27T01:03:10.280Z Compiling num_enum_derive v0.5.11
32152026-08-27T01:03:10.280Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32162026-08-27T01:03:10.280Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32172026-08-27T01:03:10.280Z Compiling crossbeam-deque v0.8.6
32182026-08-27T01:03:10.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-27T01:03:10.280Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-27T01:03:10.280Z Compiling cstr-argument v0.1.2
32212026-08-27T01:03:10.280Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-27T01:03:10.280Z Compiling foreign-types v0.5.0
32232026-08-27T01:03:10.280Z Compiling illumos-nvpair v0.3.0
32242026-08-27T01:03:10.280Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32252026-08-27T01:03:10.280Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32262026-08-27T01:03:10.280Z Compiling num_enum v0.7.6
32272026-08-27T01:03:10.280Z Compiling zone_cfg_derive v0.3.1
32282026-08-27T01:03:10.280Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-27T01:03:10.280Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32302026-08-27T01:03:10.280Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32312026-08-27T01:03:10.281Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-27T01:03:10.281Z Compiling itertools v0.12.1
32332026-08-27T01:03:10.281Z Compiling rayon v1.11.0
32342026-08-27T01:03:10.281Z Compiling sigpipe v0.1.3
32352026-08-27T01:03:10.281Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-27T01:03:10.281Z Compiling glob v0.3.3
32372026-08-27T01:03:10.298Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-27T01:03:10.306Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-27T01:03:10.402Z Compiling smf v0.2.3
32402026-08-27T01:03:10.421Z Compiling cpubits v0.1.1
32412026-08-27T01:03:10.460Z Compiling num_enum v0.5.11
32422026-08-27T01:03:10.515Z Compiling whoami v1.6.1
32432026-08-27T01:03:10.536Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32442026-08-27T01:03:10.559Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-08-27T01:03:10.591Z Compiling ingot-types v0.2.0
32462026-08-27T01:03:10.606Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32472026-08-27T01:03:10.632Z Compiling gethostname v0.5.0
32482026-08-27T01:03:10.644Z Compiling derive-where v1.6.0
32492026-08-27T01:03:10.670Z Compiling usdt-macro v0.5.0
32502026-08-27T01:03:10.712Z Compiling usdt-attr-macro v0.5.0
32512026-08-27T01:03:10.731Z Compiling num-rational v0.4.2
32522026-08-27T01:03:10.761Z Compiling num-complex v0.4.6
32532026-08-27T01:03:10.932Z Compiling memmap v0.7.0
32542026-08-27T01:03:10.948Z Compiling toml v0.8.23
32552026-08-27T01:03:11.037Z Compiling ingot v0.2.1
32562026-08-27T01:03:11.100Z Compiling pem-rfc7468 v1.0.0
32572026-08-27T01:03:11.143Z Compiling num v0.4.3
32582026-08-27T01:03:11.176Z Compiling float-ord v0.3.2
32592026-08-27T01:03:11.242Z Compiling cancel-safe-futures v0.1.5
32602026-08-27T01:03:11.322Z Compiling zone v0.3.1
32612026-08-27T01:03:11.354Z Compiling resolv-conf v0.7.6
32622026-08-27T01:03:11.389Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-27T01:03:11.428Z Compiling hmac v0.13.0
32642026-08-27T01:03:11.490Z Compiling universal-hash v0.6.1
32652026-08-27T01:03:11.576Z Compiling usdt v0.5.0
32662026-08-27T01:03:11.607Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-27T01:03:11.649Z Compiling sha1 v0.10.6
32682026-08-27T01:03:11.667Z Compiling prettyplease v0.2.37
32692026-08-27T01:03:11.727Z Compiling linear-map v1.2.0
32702026-08-27T01:03:11.747Z Compiling libefi-sys v0.1.0
32712026-08-27T01:03:11.883Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32722026-08-27T01:03:11.900Z Compiling polyval v0.7.1
32732026-08-27T01:03:11.921Z Compiling der v0.8.0
32742026-08-27T01:03:11.956Z Compiling hickory-proto v0.24.4
32752026-08-27T01:03:11.976Z Compiling newline-converter v0.3.0
32762026-08-27T01:03:11.979Z Compiling console v0.15.11
32772026-08-27T01:03:12.031Z Compiling oxide-update-engine-types v0.1.2
32782026-08-27T01:03:12.035Z Compiling bitfield-struct v0.6.2
32792026-08-27T01:03:12.047Z Compiling linked-hash-map v0.5.6
32802026-08-27T01:03:12.127Z Compiling ghash v0.6.0
32812026-08-27T01:03:12.282Z Compiling lru-cache v0.1.2
32822026-08-27T01:03:12.353Z Compiling expectorate v1.2.0
32832026-08-27T01:03:12.392Z Compiling pbkdf2 v0.13.0
32842026-08-27T01:03:12.438Z Compiling aes v0.9.1
32852026-08-27T01:03:12.514Z Compiling crypto-bigint v0.7.5
32862026-08-27T01:03:12.545Z Compiling ctr v0.10.1
32872026-08-27T01:03:12.548Z Compiling typify-macro v0.6.2
32882026-08-27T01:03:12.579Z Compiling aead v0.6.1
32892026-08-27T01:03:12.624Z Compiling sha2 v0.11.0
32902026-08-27T01:03:12.748Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-27T01:03:12.771Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32922026-08-27T01:03:12.803Z Compiling nom v8.0.0
32932026-08-27T01:03:12.971Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-27T01:03:13.059Z Compiling oxide-update-engine v0.1.2
32952026-08-27T01:03:13.076Z Compiling semver v0.1.20
32962026-08-27T01:03:13.210Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32972026-08-27T01:03:13.228Z Compiling aes-gcm v0.11.0
32982026-08-27T01:03:13.262Z Compiling spki v0.8.0
32992026-08-27T01:03:13.471Z Compiling rustc_version v0.1.7
33002026-08-27T01:03:13.517Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-27T01:03:13.537Z Compiling tokio-dtrace v0.1.1
33022026-08-27T01:03:13.551Z Compiling dropshot-api-manager-types v0.8.0
33032026-08-27T01:03:13.609Z Compiling salsa20 v0.11.0
33042026-08-27T01:03:13.614Z Compiling slog-dtrace v0.3.0
33052026-08-27T01:03:13.678Z Compiling minimal-lexical v0.2.1
33062026-08-27T01:03:13.734Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33072026-08-27T01:03:13.785Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33082026-08-27T01:03:13.802Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33092026-08-27T01:03:13.829Z Compiling xshell-macros v0.2.7
33102026-08-27T01:03:13.899Z Compiling nom v7.1.3
33112026-08-27T01:03:13.920Z Compiling scrypt v0.12.0
33122026-08-27T01:03:13.967Z Compiling newtype_derive v0.1.6
33132026-08-27T01:03:13.983Z Compiling oxide-tokio-rt v0.1.4
33142026-08-27T01:03:14.197Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33152026-08-27T01:03:14.264Z Compiling hickory-resolver v0.24.4
33162026-08-27T01:03:14.277Z Compiling xshell v0.2.7
33172026-08-27T01:03:14.296Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-27T01:03:14.323Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33192026-08-27T01:03:14.411Z Compiling typify v0.6.2
33202026-08-27T01:03:14.492Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33212026-08-27T01:03:14.546Z Compiling progenitor-impl v0.14.0
33222026-08-27T01:03:14.564Z Compiling phf_shared v0.12.1
33232026-08-27T01:03:14.780Z Compiling rfc6979 v0.4.0
33242026-08-27T01:03:14.802Z Compiling cbc v0.2.1
33252026-08-27T01:03:14.924Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-27T01:03:14.945Z Compiling csv-core v0.1.13
33272026-08-27T01:03:14.964Z Compiling chrono-tz v0.10.4
33282026-08-27T01:03:15.002Z Compiling highway v1.3.0
33292026-08-27T01:03:15.124Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-27T01:03:15.179Z Compiling unicode-xid v0.2.6
33312026-08-27T01:03:15.198Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-27T01:03:15.246Z Compiling csv v1.4.0
33332026-08-27T01:03:15.282Z Compiling pkcs5 v0.8.1
33342026-08-27T01:03:15.294Z Compiling qorb v0.4.1
33352026-08-27T01:03:15.310Z Compiling ecdsa v0.16.9
33362026-08-27T01:03:15.329Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33372026-08-27T01:03:15.370Z Compiling const_format_proc_macros v0.2.34
33382026-08-27T01:03:15.374Z Compiling proc-macro-error2 v2.0.1
33392026-08-27T01:03:15.403Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33402026-08-27T01:03:15.615Z Compiling phf v0.12.1
33412026-08-27T01:03:15.740Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33422026-08-27T01:03:15.828Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-08-27T01:03:15.851Z Compiling primeorder v0.13.6
33442026-08-27T01:03:15.870Z Compiling hashbrown v0.14.5
33452026-08-27T01:03:15.873Z Compiling salty v0.3.0
33462026-08-27T01:03:16.107Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33472026-08-27T01:03:16.152Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33482026-08-27T01:03:16.170Z Compiling p384 v0.13.1
33492026-08-27T01:03:16.252Z Compiling const_format v0.2.35
33502026-08-27T01:03:16.405Z Compiling chumsky v0.9.3
33512026-08-27T01:03:16.490Z Compiling knus-derive v3.4.0
33522026-08-27T01:03:16.532Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-08-27T01:03:16.599Z Compiling pkcs8 v0.11.0
33542026-08-27T01:03:16.802Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-27T01:03:16.820Z Compiling tabled_derive v0.7.0
33562026-08-27T01:03:17.043Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-27T01:03:17.216Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33582026-08-27T01:03:17.284Z Compiling progenitor-macro v0.14.0
33592026-08-27T01:03:17.390Z Compiling bcs v0.1.6
33602026-08-27T01:03:17.421Z Compiling ff v0.14.0
33612026-08-27T01:03:17.592Z Compiling termtree v0.5.1
33622026-08-27T01:03:17.651Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33632026-08-27T01:03:17.680Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33642026-08-27T01:03:17.743Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-08-27T01:03:17.781Z Compiling steno v0.4.1
33662026-08-27T01:03:17.837Z Compiling tabled v0.15.0
33672026-08-27T01:03:17.970Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-08-27T01:03:17.990Z Compiling tagptr v0.2.0
33692026-08-27T01:03:18.010Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-08-27T01:03:18.028Z Compiling knus v3.4.0
33712026-08-27T01:03:18.141Z Compiling moka v0.12.13
33722026-08-27T01:03:18.170Z Compiling group v0.14.0
33732026-08-27T01:03:18.259Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-27T01:03:18.368Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-27T01:03:18.437Z Compiling signature v3.0.0
33762026-08-27T01:03:18.522Z Compiling base16ct v1.0.0
33772026-08-27T01:03:18.671Z Compiling sec1 v0.8.1
33782026-08-27T01:03:18.729Z Compiling hkdf v0.13.0
33792026-08-27T01:03:18.745Z Compiling libscf-sys v1.2.0
33802026-08-27T01:03:18.889Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33812026-08-27T01:03:18.915Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33822026-08-27T01:03:18.950Z Compiling hickory-resolver v0.25.2
33832026-08-27T01:03:19.013Z Compiling elliptic-curve v0.14.1
33842026-08-27T01:03:19.017Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33852026-08-27T01:03:19.048Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-27T01:03:19.189Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-27T01:03:19.316Z Compiling utf-8 v0.7.6
33882026-08-27T01:03:19.525Z Compiling corncobs v0.1.4
33892026-08-27T01:03:19.543Z Compiling parking_lot_core v0.8.6
33902026-08-27T01:03:19.609Z Compiling tungstenite v0.21.0
33912026-08-27T01:03:19.683Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33922026-08-27T01:03:19.846Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-27T01:03:19.872Z Compiling wnaf v0.14.0
33942026-08-27T01:03:19.967Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-27T01:03:20.102Z Compiling primefield v0.14.0
33962026-08-27T01:03:20.121Z Compiling rfc6979 v0.6.0
33972026-08-27T01:03:20.124Z Compiling papergrid v0.18.0
33982026-08-27T01:03:20.239Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-27T01:03:20.256Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-27T01:03:20.315Z Compiling git-stub v1.0.0
34012026-08-27T01:03:20.383Z Compiling secrecy v0.8.0
34022026-08-27T01:03:20.416Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-27T01:03:20.491Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-27T01:03:20.555Z Compiling git-stub-vcs v0.1.0
34052026-08-27T01:03:20.635Z Compiling primeorder v0.14.0
34062026-08-27T01:03:20.760Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-27T01:03:20.779Z Compiling ecdsa v0.17.0
34082026-08-27T01:03:20.926Z Compiling tokio-tungstenite v0.21.0
34092026-08-27T01:03:21.078Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34102026-08-27T01:03:21.096Z Compiling curve25519-dalek v5.0.0
34112026-08-27T01:03:21.176Z Compiling tabled v0.21.0
34122026-08-27T01:03:21.192Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34132026-08-27T01:03:21.272Z Compiling unicase v2.9.0
34142026-08-27T01:03:21.292Z Compiling parking_lot v0.11.2
34152026-08-27T01:03:21.295Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162026-08-27T01:03:21.295Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34172026-08-27T01:03:21.342Z Compiling ssh-encoding v0.3.0
34182026-08-27T01:03:21.483Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-27T01:03:21.505Z Compiling mime_guess v2.0.5
34202026-08-27T01:03:21.603Z Compiling progenitor-impl v0.13.0
34212026-08-27T01:03:21.708Z Compiling prefix-trie v0.7.0
34222026-08-27T01:03:21.727Z Compiling fxhash v0.2.1
34232026-08-27T01:03:21.855Z Compiling keccak v0.2.0
34242026-08-27T01:03:21.926Z Compiling crc8 v0.1.1
34252026-08-27T01:03:21.933Z Compiling sled v0.34.7
34262026-08-27T01:03:22.032Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-27T01:03:22.077Z Compiling hickory-server v0.25.2
34282026-08-27T01:03:22.124Z Compiling ed25519 v3.0.0
34292026-08-27T01:03:22.144Z Compiling crypto-primes v0.7.2
34302026-08-27T01:03:22.497Z Compiling progenitor v0.14.0
34312026-08-27T01:03:22.617Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322026-08-27T01:03:22.650Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34332026-08-27T01:03:22.689Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34342026-08-27T01:03:22.712Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34352026-08-27T01:03:23.171Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-27T01:03:23.247Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34372026-08-27T01:03:23.265Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34382026-08-27T01:03:23.289Z Compiling pkcs1 v0.8.0-rc.4
34392026-08-27T01:03:23.736Z Compiling poly1305 v0.9.0
34402026-08-27T01:03:23.774Z Compiling progenitor-client v0.13.0
34412026-08-27T01:03:23.824Z Compiling blowfish v0.10.0
34422026-08-27T01:03:23.841Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34432026-08-27T01:03:24.001Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34442026-08-27T01:03:24.021Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34452026-08-27T01:03:24.110Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34462026-08-27T01:03:24.128Z Compiling blake2 v0.11.0-rc.6
34472026-08-27T01:03:24.131Z Compiling http-range v0.1.5
34482026-08-27T01:03:24.331Z Compiling progenitor-macro v0.13.0
34492026-08-27T01:03:24.370Z Compiling half v1.8.3
34502026-08-27T01:03:24.409Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34512026-08-27T01:03:24.522Z Compiling argon2 v0.6.0-rc.8
34522026-08-27T01:03:24.664Z Compiling serde_cbor v0.11.2
34532026-08-27T01:03:24.714Z Compiling ssh-cipher v0.3.0
34542026-08-27T01:03:24.770Z Compiling bcrypt-pbkdf v0.11.0
34552026-08-27T01:03:25.291Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34562026-08-27T01:03:25.322Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34572026-08-27T01:03:25.486Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582026-08-27T01:03:25.626Z Compiling rsa v0.10.0-rc.18
34592026-08-27T01:03:25.811Z Compiling ed25519-dalek v3.0.0
34602026-08-27T01:03:25.891Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-27T01:03:26.355Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34622026-08-27T01:03:26.519Z Compiling sha3 v0.11.0
34632026-08-27T01:03:26.826Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34642026-08-27T01:03:26.848Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652026-08-27T01:03:26.867Z Compiling p256 v0.14.0
34662026-08-27T01:03:27.005Z Compiling p384 v0.14.0
34672026-08-27T01:03:27.050Z Compiling p521 v0.14.0
34682026-08-27T01:03:27.071Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34692026-08-27T01:03:27.288Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34702026-08-27T01:03:27.312Z Compiling scuffle v0.1.0
34712026-08-27T01:03:27.724Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-08-27T01:03:27.840Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34732026-08-27T01:03:28.035Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-27T01:03:28.280Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-27T01:03:28.580Z Compiling yasna v0.5.2
34762026-08-27T01:03:28.602Z Compiling kstat-rs v0.2.5
34772026-08-27T01:03:28.912Z Compiling headers-core v0.3.0
34782026-08-27T01:03:28.929Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34792026-08-27T01:03:29.068Z Compiling kem v0.3.0
34802026-08-27T01:03:29.162Z Compiling module-lattice v0.2.3
34812026-08-27T01:03:29.230Z Compiling nanorand v0.7.0
34822026-08-27T01:03:29.288Z Compiling sponge-cursor v0.1.0
34832026-08-27T01:03:29.353Z Compiling rcgen v0.12.1
34842026-08-27T01:03:29.387Z Compiling headers v0.4.1
34852026-08-27T01:03:29.417Z Compiling ml-kem v0.3.2
34862026-08-27T01:03:29.449Z Compiling flume v0.11.1
34872026-08-27T01:03:29.452Z Compiling sha3 v0.12.0
34882026-08-27T01:03:29.482Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34892026-08-27T01:03:29.532Z Compiling progenitor v0.13.0
34902026-08-27T01:03:29.551Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34912026-08-27T01:03:29.656Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34922026-08-27T01:03:29.684Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34932026-08-27T01:03:29.723Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34942026-08-27T01:03:29.812Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34952026-08-27T01:03:30.003Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34962026-08-27T01:03:30.020Z Compiling hyper-staticfile v0.10.1
34972026-08-27T01:03:30.042Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-27T01:03:30.167Z Compiling ssh-key v0.7.0-rc.11
34992026-08-27T01:03:30.242Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35002026-08-27T01:03:30.355Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35012026-08-27T01:03:30.375Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35022026-08-27T01:03:30.394Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35032026-08-27T01:03:30.460Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35042026-08-27T01:03:30.487Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35052026-08-27T01:03:30.551Z Compiling russh-cryptovec v0.62.0
35062026-08-27T01:03:30.649Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-27T01:03:30.678Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-27T01:03:30.696Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-27T01:03:30.808Z Compiling port-file v0.1.0
35102026-08-27T01:03:30.840Z Compiling num-bigint v0.4.6
35112026-08-27T01:03:30.858Z Compiling generic-array v1.4.3
35122026-08-27T01:03:30.874Z Compiling russh-util v0.52.0
35132026-08-27T01:03:30.895Z Compiling enum_dispatch v0.3.13
35142026-08-27T01:03:31.054Z Compiling delegate v0.13.5
35152026-08-27T01:03:31.072Z Compiling subprocess v0.2.15
35162026-08-27T01:03:31.161Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-27T01:03:31.381Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35182026-08-27T01:03:31.464Z Compiling hex-literal v1.1.0
35192026-08-27T01:03:31.610Z Compiling display-error-chain v0.2.2
35202026-08-27T01:03:31.629Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35212026-08-27T01:03:31.774Z Compiling md5 v0.8.0
35222026-08-27T01:03:31.828Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35232026-08-27T01:03:31.923Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35242026-08-27T01:03:31.945Z Compiling colored v2.2.0
35252026-08-27T01:03:32.030Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-27T01:03:32.068Z Compiling russh v0.62.4
35272026-08-27T01:03:32.085Z Compiling socket2 v0.5.10
35282026-08-27T01:03:32.298Z Compiling internet-checksum v0.2.1
35292026-08-27T01:03:32.544Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35302026-08-27T01:03:32.634Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35312026-08-27T01:03:35.364Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-27T01:03:36.065Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-27T01:03:36.602Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-27T01:03:37.716Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-27T01:03:37.936Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-27T01:03:46.877Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35372026-08-27T01:03:46.878Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35382026-08-27T01:03:46.882Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35392026-08-27T01:03:46.882Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35402026-08-27T01:03:46.882Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35412026-08-27T01:03:48.700Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-27T01:03:48.810Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-27T01:03:52.931Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-27T01:04:34.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35452026-08-27T01:04:34.547Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-27T01:04:34.547Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-27T01:04:34.792Z
35482026-08-27T01:04:34.792Zreal 1:30.566459967
35492026-08-27T01:04:34.792Zuser 8:42.942621048
35502026-08-27T01:04:34.792Zsys 1:43.721136000
35512026-08-27T01:04:34.792Ztrap 0.257031453
35522026-08-27T01:04:34.792Ztflt 0.260510324
35532026-08-27T01:04:34.796Zdflt 1.883173248
35542026-08-27T01:04:34.796Zkflt 0.009780513
35552026-08-27T01:04:34.796Zlock 31:00.989632257
35562026-08-27T01:04:34.797Zslp 19:52.302988107
35572026-08-27T01:04:34.797Zlat 39.008758279
35582026-08-27T01:04:34.797Zstop 2:54.832029799
35592026-08-27T01:04:34.797Z+ mkdir tests
35602026-08-27T01:04:34.800Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-27T01:04:34.800Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-27T01:04:34.820Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-27T01:04:34.842Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-27T01:04:34.864Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-27T01:04:34.886Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-27T01:04:35.192Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35672026-08-27T01:04:35.195Z+ 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35682026-08-27T01:06:05.564ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-27T01:06:05.564Za .github/buildomat/ci-env.sh 1K
35702026-08-27T01:06:05.564Za out/target/test 1K
35712026-08-27T01:06:05.564Za out/npuzone/npuzone 27402K
35722026-08-27T01:06:05.564Za package-manifest.toml 35K
35732026-08-27T01:06:05.564Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-27T01:06:05.564Za target/release/omicron-package 49477K
35752026-08-27T01:06:05.564Za target/release/xtask 11727K
35762026-08-27T01:06:05.564Za target/debug/bootstrap 440091K
35772026-08-27T01:06:05.565Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-27T01:06:05.565Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-27T01:06:05.565Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-27T01:06:05.565Za tests/end_to_end_tests-b5ca3a6470910f92 503680K
35812026-08-27T01:06:05.565Za tools/opte_version 1K
35822026-08-27T01:06:05.565Za tools/opte_version_override 2K
35832026-08-27T01:06:05.565Za out/clickhouse.tar.gz 330973K
35842026-08-27T01:06:05.566Za out/clickhouse_keeper.tar.gz 314979K
35852026-08-27T01:06:05.566Za out/clickhouse_server.tar.gz 330970K
35862026-08-27T01:06:05.566Za out/cockroachdb.tar.gz 170217K
35872026-08-27T01:06:05.566Za out/crucible-pantry-zone.tar.gz 41901K
35882026-08-27T01:06:05.566Za out/crucible-utils.tar 18900K
35892026-08-27T01:06:05.566Za out/crucible-zone.tar.gz 56713K
35902026-08-27T01:06:05.566Za out/external-dns.tar.gz 46754K
35912026-08-27T01:06:05.566Za out/internal-dns.tar.gz 46754K
35922026-08-27T01:06:05.566Za out/mg-ddm-gz.tar 100917K
35932026-08-27T01:06:05.566Za out/nexus.tar.gz 364657K
35942026-08-27T01:06:05.566Za out/ntp.tar.gz 35240K
35952026-08-27T01:06:05.566Za out/omicron-gateway-softnpu.tar.gz 29006K
35962026-08-27T01:06:05.566Za out/omicron-sled-agent.tar 243693K
35972026-08-27T01:06:05.566Za out/overlay.tar.gz 4K
35982026-08-27T01:06:05.566Za out/oximeter.tar.gz 72054K
35992026-08-27T01:06:05.566Za out/oxlog.tar 4088K
36002026-08-27T01:06:05.566Za out/probe.tar.gz 3037K
36012026-08-27T01:06:05.566Za out/propolis-server.tar.gz 34642K
36022026-08-27T01:06:05.566Za out/pumpkind-gz.tar 26647K
36032026-08-27T01:06:05.566Za out/switch-softnpu.tar.gz 504923K
36042026-08-27T01:06:05.577Z
36052026-08-27T01:06:05.577Zreal 1:30.363043573
36062026-08-27T01:06:05.577Zuser 1:27.359416442
36072026-08-27T01:06:05.577Zsys 5.020702209
36082026-08-27T01:06:05.577Ztrap 0.007130812
36092026-08-27T01:06:05.577Ztflt 0.000000000
36102026-08-27T01:06:05.577Zdflt 0.000000000
36112026-08-27T01:06:05.577Zkflt 0.000000000
36122026-08-27T01:06:05.577Zlock 0.000000000
36132026-08-27T01:06:05.577Zslp 1:27.179502366
36142026-08-27T01:06:05.577Zlat 1.155062772
36152026-08-27T01:06:05.577Zstop 0.000191820
36162026-08-27T01:06:05.577Zprocess exited: duration 1073971 ms, exit code 0
 
36172026-08-27T01:06:05.612Zfound 1 output files
36182026-08-27T01:06:05.612Zuploading: /work/package.tar.gz (2777583117 bytes)
36192026-08-27T01:07:30.332Zuploaded: /work/package.tar.gz