01M0K6MA06H7J8YF7VCFPS5T6H: 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: 01M0K6MRHMQDG2AN5GPJF4YJXH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T22:22:31.931Zjob assigned to worker 01M0K6N11701M8ZZK8ZJ23GXAP [factory aws, i-073815585b14372a5] (queued for 50 s)
 
22026-08-21T22:22:39.123Zstarting task 0: "setup"
32026-08-21T22:22:39.128Z++ uname -s
42026-08-21T22:22:39.132Z+ kern=SunOS
52026-08-21T22:22:39.132Z+ build_user=build
62026-08-21T22:22:39.132Z+ build_uid=12345
72026-08-21T22:22:39.132Z+ work_dir=/work
82026-08-21T22:22:39.132Z+ input_dir=/input
92026-08-21T22:22:39.132Z+ [[ 0 == 12345 ]]
102026-08-21T22:22:39.132Z+ case "$kern" in
112026-08-21T22:22:39.132Z+ groupadd -g 12345 build
122026-08-21T22:22:39.135Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T22:22:41.142Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T22:22:41.239Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T22:22:41.243Z+ home_fs=zfs
162026-08-21T22:22:41.243Z+ [[ zfs == autofs ]]
172026-08-21T22:22:41.243Z+ mkdir -p /home/build
182026-08-21T22:22:41.243Z+ chown build:build /home/build /work
192026-08-21T22:22:43.245Z+ chmod 0700 /home/build /work
202026-08-21T22:22:43.248Zprocess exited: duration 4128 ms, exit code 0
 
212026-08-21T22:22:43.259Zstarting task 1: "rust-toolchain"
222026-08-21T22:22:43.266Z * rust toolchain channel = "1.97.1"
232026-08-21T22:22:43.266Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-21T22:22:43.266Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-21T22:22:43.266Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-21T22:22:43.266Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T22:22:43.266Z * rust toolchain profile = "default"
282026-08-21T22:22:43.269Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T22:22:43.269Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T22:22:43.386Zinfo: downloading installer
312026-08-21T22:22:44.971Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T22:22:44.971Zwarn: /home/build/.rustup/settings.toml
332026-08-21T22:22:44.971Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T22:22:44.971Zwarn: instead of the one inferred from the default host triple.
352026-08-21T22:22:44.983Zinfo: profile set to default
362026-08-21T22:22:44.984Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T22:22:44.988Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T22:22:45.111Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T22:22:45.114Zinfo: downloading 6 components
402026-08-21T22:22:59.270Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T22:22:59.270Z
422026-08-21T22:22:59.298Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T22:22:59.298Z
442026-08-21T22:22:59.298Z
452026-08-21T22:22:59.298ZRust is installed now. Great!
462026-08-21T22:22:59.298Z
472026-08-21T22:22:59.298ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T22:22:59.298Zenvironment variable. This has not been done automatically.
492026-08-21T22:22:59.298Z
502026-08-21T22:22:59.298ZTo configure your current shell, you need to source
512026-08-21T22:22:59.298Zthe corresponding env file under $HOME/.cargo.
522026-08-21T22:22:59.298Z
532026-08-21T22:22:59.298ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T22:22:59.298Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T22:22:59.298Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T22:22:59.298Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T22:22:59.298Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T22:22:59.298Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T22:22:59.298Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T22:22:59.301Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T22:22:59.301Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T22:22:59.459Z+ rustup --version
632026-08-21T22:22:59.465Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T22:22:59.468Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T22:22:59.489Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T22:22:59.492Z+ cargo --version
672026-08-21T22:22:59.500Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T22:22:59.503Z+ rustc --version
692026-08-21T22:22:59.524Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T22:22:59.528Zprocess exited: duration 16272 ms, exit code 0
 
712026-08-21T22:22:59.534Zstarting task 2: "authentication"
722026-08-21T22:22:59.551Zprocess exited: duration 17 ms, exit code 0
 
732026-08-21T22:22:59.557Zstarting task 3: "clone repository"
742026-08-21T22:22:59.561Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T22:22:59.564Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T22:22:59.597ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T22:23:17.506Z+ cd /work/oxidecomputer/omicron
782026-08-21T22:23:17.506Z+ git fetch origin 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
792026-08-21T22:23:17.862ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T22:23:17.862Z * branch 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 -> FETCH_HEAD
812026-08-21T22:23:17.875Z+ [[ -n oxlog-crtime-date-range ]]
822026-08-21T22:23:17.878Z++ git branch --show-current
832026-08-21T22:23:17.878Z+ current=main
842026-08-21T22:23:17.878Z+ [[ main != oxlog-crtime-date-range ]]
852026-08-21T22:23:17.889Z+ git branch -f oxlog-crtime-date-range 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
862026-08-21T22:23:17.892Z+ git checkout -f oxlog-crtime-date-range
872026-08-21T22:23:18.135ZSwitched to branch 'oxlog-crtime-date-range'
882026-08-21T22:23:18.138Z+ git reset --hard 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
892026-08-21T22:23:18.383ZHEAD is now at 27b889144 [oxlog] Look up crtime only where it can affect date filtering
902026-08-21T22:23:18.387Zprocess exited: duration 18828 ms, exit code 0
 
912026-08-21T22:23:18.394Zstarting task 4: "build"
922026-08-21T22:23:18.401Z+ source .github/buildomat/ci-env.sh
932026-08-21T22:23:18.404Z++ export CARGO_TERM_COLOR=always
942026-08-21T22:23:18.404Z++ CARGO_TERM_COLOR=always
952026-08-21T22:23:18.404Z+++ uname -s
962026-08-21T22:23:18.404Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T22:23:18.404Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T22:23:18.407Z+ cargo --version
992026-08-21T22:23:18.415Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T22:23:18.418Z+ rustc --version
1012026-08-21T22:23:18.438Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T22:23:18.441Z+ WORK=/work
1032026-08-21T22:23:18.441Z+ pfexec mkdir -p /work
1042026-08-21T22:23:18.444Z+ pfexec chown build /work
1052026-08-21T22:23:18.447Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-21T22:23:20.640Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-21T22:23:20.984Z Startup: Caching catalogs ... Done
1082026-08-21T22:23:22.884ZPlanning: Solver setup ... Done (1.792s)
1092026-08-21T22:23:22.942ZPlanning: Running solver ... Done (0.058s)
1102026-08-21T22:23:22.986ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-21T22:23:22.999ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-21T22:23:23.018ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-21T22:23:23.034ZPlanning: Package planning ... Done (0.015s)
1142026-08-21T22:23:23.038ZPlanning: Merging actions ... Done (0.002s)
1152026-08-21T22:23:23.196ZPlanning: Checking for conflicting actions ... Done (0.160s)
1162026-08-21T22:23:23.199ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-21T22:23:24.131ZPlanning: Evaluating mediators ... Done (0.924s)
1182026-08-21T22:23:24.131ZPlanning: Planning completed in 3.11 seconds
1192026-08-21T22:23:24.136Z Packages to install: 2
1202026-08-21T22:23:24.136Z Estimated space available: 156.02 GB
1212026-08-21T22:23:24.136ZEstimated space to be consumed: 73.56 MB
1222026-08-21T22:23:24.136Z Create boot environment: No
1232026-08-21T22:23:24.136ZCreate backup boot environment: No
1242026-08-21T22:23:24.136Z Rebuild boot archive: No
1252026-08-21T22:23:24.136Z
1262026-08-21T22:23:24.136ZChanged packages:
1272026-08-21T22:23:24.136Zhelios
1282026-08-21T22:23:24.136Z developer/build-essential
1292026-08-21T22:23:24.137Z None -> 11-3.0
1302026-08-21T22:23:24.137Z library/libxmlsec1
1312026-08-21T22:23:24.137Z None -> 1.2.35-3.0
1322026-08-21T22:23:24.157Z
1332026-08-21T22:23:24.157ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-21T22:23:24.227ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-08-21T22:23:24.321Z Actions: 1/268 actions (Installing new actions)
1362026-08-21T22:23:24.361Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-21T22:23:24.391ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-21T22:23:24.391ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-21T22:23:24.470ZFinalize: Updating image state ... Done (0.078s)
1402026-08-21T22:23:27.104ZFinalize: Creating fast lookup database ... Done (2.583s)
1412026-08-21T22:23:27.176ZFinalize: Reading search index ... Done (0.013s)
1422026-08-21T22:23:27.179ZFinalize: Updating search index ... Done (0.000s)
1432026-08-21T22:23:27.259ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-21T22:23:27.620ZPlanning: Evaluating mediator changes ... Done
1452026-08-21T22:23:27.725ZPlanning: Checking for conflicting actions ... Done
1462026-08-21T22:23:27.730ZPlanning: Consolidating action changes ... Done
1472026-08-21T22:23:27.884ZPlanning: Evaluating mediators ... Done
1482026-08-21T22:23:27.889ZPlanning: Planning completed in 0.26 seconds
1492026-08-21T22:23:27.907Z Mediators to change: 2
1502026-08-21T22:23:27.907Z Create boot environment: No
1512026-08-21T22:23:27.907ZCreate backup boot environment: No
1522026-08-21T22:23:27.953ZFinalize: Updating package state database ... Done
1532026-08-21T22:23:27.953ZFinalize: Updating package cache ... Done
1542026-08-21T22:23:28.001ZFinalize: Updating image state ... Done
1552026-08-21T22:23:29.943ZFinalize: Creating fast lookup database ... Done
1562026-08-21T22:23:30.009ZFinalize: Reading search index ... Done
1572026-08-21T22:23:30.012ZFinalize: Updating search index ... Done
1582026-08-21T22:23:30.078ZFinalize: Updating package cache ... Done
1592026-08-21T22:23:30.370ZPlanning: Evaluating mediator changes ... Done
1602026-08-21T22:23:30.476ZPlanning: Checking for conflicting actions ... Done
1612026-08-21T22:23:30.481ZPlanning: Consolidating action changes ... Done
1622026-08-21T22:23:30.631ZPlanning: Evaluating mediators ... Done
1632026-08-21T22:23:30.634ZPlanning: Planning completed in 0.26 seconds
1642026-08-21T22:23:30.655Z Mediators to change: 1
1652026-08-21T22:23:30.655Z Create boot environment: No
1662026-08-21T22:23:30.655ZCreate backup boot environment: No
1672026-08-21T22:23:30.695ZFinalize: Updating package state database ... Done
1682026-08-21T22:23:30.695ZFinalize: Updating package cache ... Done
1692026-08-21T22:23:30.744ZFinalize: Updating image state ... Done
1702026-08-21T22:23:32.688ZFinalize: Creating fast lookup database ... Done
1712026-08-21T22:23:32.748ZFinalize: Reading search index ... Done
1722026-08-21T22:23:32.754ZFinalize: Updating search index ... Done
1732026-08-21T22:23:32.834ZFinalize: Updating package cache ... Done
1742026-08-21T22:23:33.142ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-21T22:23:33.142Zapache system 2.4 system
1762026-08-21T22:23:33.142Zclang system 15 system
1772026-08-21T22:23:33.142Zcsh system system illumos
1782026-08-21T22:23:33.142Zctags system system illumos
1792026-08-21T22:23:33.142Zfile vendor vendor darwinsys
1802026-08-21T22:23:33.142Zfile system system illumos
1812026-08-21T22:23:33.142Zgcc vendor 14 vendor
1822026-08-21T22:23:33.142Zgcc system 13 system
1832026-08-21T22:23:33.142Zgcc system 10 system
1842026-08-21T22:23:33.142Zgo system 1.25 system
1852026-08-21T22:23:33.142Zllvm system 15 system
1862026-08-21T22:23:33.142Zmariadb system 11.4 system
1872026-08-21T22:23:33.142Zmta vendor vendor dma
1882026-08-21T22:23:33.142Zopenjdk system 17 system
1892026-08-21T22:23:33.142Zopenjdk system 11 system
1902026-08-21T22:23:33.142Zopenssl vendor 3 vendor
1912026-08-21T22:23:33.142Zperl system 5.40 system
1922026-08-21T22:23:33.142Zpostgresql system 18 system
1932026-08-21T22:23:33.142Zpostgresql system 17 system
1942026-08-21T22:23:33.142Zpython vendor 3 vendor
1952026-08-21T22:23:33.143Zpython system 2 system
1962026-08-21T22:23:33.143Zpython3 vendor 3.13 vendor
1972026-08-21T22:23:33.143Zruby system 3.4 system
1982026-08-21T22:23:33.143Zruby system 3.0 system
1992026-08-21T22:23:33.143Zwords vendor vendor american-english
2002026-08-21T22:23:33.143Zwords system system australian-english
2012026-08-21T22:23:33.143Zwords system system british-english
2022026-08-21T22:23:33.143Zwords system system canadian-english
2032026-08-21T22:23:33.143Zwords system system french
2042026-08-21T22:23:33.143Zwords system system italian
2052026-08-21T22:23:33.143Zwords system system ngerman
2062026-08-21T22:23:33.143Zwords system system ogerman
2072026-08-21T22:23:33.143Zwords system system spanish
2082026-08-21T22:23:33.398ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-21T22:23:33.398Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-21T22:23:33.872ZFMRI IFO
2112026-08-21T22:23:33.873Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-21T22:23:33.873Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-21T22:23:33.873Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-21T22:23:33.873Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-21T22:23:33.873Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-21T22:23:33.873Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-21T22:23:33.873Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-21T22:23:33.873Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-21T22:23:33.873Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-21T22:23:34.201Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-21T22:23:34.519Z Updating crates.io index
2222026-08-21T22:23:34.522Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-21T22:23:34.814Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-21T22:23:35.234Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-21T22:23:36.219Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-21T22:23:36.850Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-21T22:23:38.462Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-21T22:23:39.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-21T22:23:39.668Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-21T22:23:40.029Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-21T22:23:41.527Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-21T22:23:41.787Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-21T22:23:42.410Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-21T22:23:42.669Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-21T22:23:42.959Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-21T22:23:43.213Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-21T22:23:43.549Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-21T22:23:43.831Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-21T22:23:44.170Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-21T22:23:44.679Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-21T22:23:45.021Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-21T22:23:45.568Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-21T22:23:45.893Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-21T22:23:46.496Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-21T22:23:46.849Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-21T22:23:47.112Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-21T22:23:47.526Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-21T22:23:48.184Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-21T22:23:48.596Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-21T22:23:48.948Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-21T22:23:49.238Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-21T22:23:49.574Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-21T22:23:49.928Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-21T22:23:50.511Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-21T22:23:51.102Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-21T22:23:51.394Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-21T22:23:51.729Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-21T22:23:52.347Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-21T22:23:52.634Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-21T22:23:52.987Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-21T22:23:53.318Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-21T22:23:53.605Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-21T22:23:53.886Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-21T22:23:56.657Z Downloading crates ...
2652026-08-21T22:23:56.703Z Downloaded equivalent v1.0.2
2662026-08-21T22:23:56.706Z Downloaded fnv v1.0.7
2672026-08-21T22:23:56.721Z Downloaded clap_lex v1.0.0
2682026-08-21T22:23:56.721Z Downloaded autocfg v1.5.0
2692026-08-21T22:23:56.721Z Downloaded bitflags v2.11.0
2702026-08-21T22:23:56.721Z Downloaded cfg-if v1.0.4
2712026-08-21T22:23:56.721Z Downloaded cpufeatures v0.2.17
2722026-08-21T22:23:56.725Z Downloaded colorchoice v1.0.4
2732026-08-21T22:23:56.725Z Downloaded crypto-common v0.1.7
2742026-08-21T22:23:56.725Z Downloaded smawk v0.3.2
2752026-08-21T22:23:56.725Z Downloaded anstream v1.0.0
2762026-08-21T22:23:56.732Z Downloaded anstyle v1.0.14
2772026-08-21T22:23:56.732Z Downloaded macaddr v1.0.1
2782026-08-21T22:23:56.732Z Downloaded usdt-attr-macro v0.5.0
2792026-08-21T22:23:56.736Z Downloaded byteorder v1.5.0
2802026-08-21T22:23:56.736Z Downloaded cargo_toml v0.21.0
2812026-08-21T22:23:56.736Z Downloaded digest v0.10.7
2822026-08-21T22:23:56.736Z Downloaded fastrand v2.3.0
2832026-08-21T22:23:56.736Z Downloaded semver v1.0.28
2842026-08-21T22:23:56.740Z Downloaded zerocopy v0.7.35
2852026-08-21T22:23:56.748Z Downloaded anstyle-parse v1.0.0
2862026-08-21T22:23:56.752Z Downloaded dof v0.3.0
2872026-08-21T22:23:56.752Z Downloaded memmap v0.7.0
2882026-08-21T22:23:56.752Z Downloaded is_terminal_polyfill v1.70.2
2892026-08-21T22:23:56.752Z Downloaded anstyle-query v1.1.5
2902026-08-21T22:23:56.752Z Downloaded generic-array v0.14.7
2912026-08-21T22:23:56.755Z Downloaded heck v0.5.0
2922026-08-21T22:23:56.760Z Downloaded heck v0.4.1
2932026-08-21T22:23:56.760Z Downloaded itoa v1.0.17
2942026-08-21T22:23:56.767Z Downloaded block-buffer v0.10.4
2952026-08-21T22:23:56.772Z Downloaded version_check v0.9.5
2962026-08-21T22:23:56.775Z Downloaded dtrace-parser v0.2.0
2972026-08-21T22:23:56.778Z Downloaded camino-tempfile v1.4.1
2982026-08-21T22:23:56.781Z Downloaded cargo_metadata v0.23.1
2992026-08-21T22:23:56.785Z Downloaded utf8parse v0.2.2
3002026-08-21T22:23:56.785Z Downloaded toml_datetime v0.6.11
3012026-08-21T22:23:56.788Z Downloaded cargo-platform v0.3.2
3022026-08-21T22:23:56.788Z Downloaded errno v0.3.14
3032026-08-21T22:23:56.791Z Downloaded usdt v0.5.0
3042026-08-21T22:23:56.795Z Downloaded scroll_derive v0.12.1
3052026-08-21T22:23:56.798Z Downloaded thread-id v4.2.2
3062026-08-21T22:23:56.801Z Downloaded strsim v0.11.1
3072026-08-21T22:23:56.801Z Downloaded unicode-linebreak v0.1.5
3082026-08-21T22:23:56.804Z Downloaded serde_spanned v0.6.9
3092026-08-21T22:23:56.804Z Downloaded usdt-macro v0.5.0
3102026-08-21T22:23:56.807Z Downloaded tabled_derive v0.7.0
3112026-08-21T22:23:56.808Z Downloaded proc-macro-error-attr v1.0.4
3122026-08-21T22:23:56.808Z Downloaded clap v4.6.1
3132026-08-21T22:23:56.813Z Downloaded bytecount v0.6.9
3142026-08-21T22:23:56.813Z Downloaded textwrap v0.16.2
3152026-08-21T22:23:56.818Z Downloaded swrite v0.1.0
3162026-08-21T22:23:56.818Z Downloaded terminal_size v0.4.3
3172026-08-21T22:23:56.818Z Downloaded pretty-hex v0.4.1
3182026-08-21T22:23:56.818Z Downloaded toml_write v0.1.2
3192026-08-21T22:23:56.824Z Downloaded plain v0.2.3
3202026-08-21T22:23:56.825Z Downloaded usdt-impl v0.5.0
3212026-08-21T22:23:56.831Z Downloaded pest_derive v2.8.6
3222026-08-21T22:23:56.845Z Downloaded fs-err v3.3.0
3232026-08-21T22:23:56.845Z Downloaded camino v1.2.5
3242026-08-21T22:23:56.852Z Downloaded proc-macro-error v1.0.4
3252026-08-21T22:23:56.852Z Downloaded thiserror-impl v2.0.18
3262026-08-21T22:23:56.852Z Downloaded zmij v1.0.21
3272026-08-21T22:23:56.852Z Downloaded scroll v0.12.0
3282026-08-21T22:23:56.852Z Downloaded sha2 v0.10.9
3292026-08-21T22:23:56.852Z Downloaded toml_edit v0.22.27
3302026-08-21T22:23:56.852Z Downloaded serde_tokenstream v0.2.3
3312026-08-21T22:23:56.853Z Downloaded thiserror v1.0.69
3322026-08-21T22:23:56.869Z Downloaded thiserror v2.0.18
3332026-08-21T22:23:56.869Z Downloaded once_cell v1.21.3
3342026-08-21T22:23:56.896Z Downloaded ucd-trie v0.1.7
3352026-08-21T22:23:56.897Z Downloaded thiserror-impl v1.0.69
3362026-08-21T22:23:56.897Z Downloaded getrandom v0.3.4
3372026-08-21T22:23:56.897Z Downloaded log v0.4.33
3382026-08-21T22:23:56.898Z Downloaded clap_derive v4.6.1
3392026-08-21T22:23:56.898Z Downloaded pest_generator v2.8.6
3402026-08-21T22:23:56.899Z Downloaded toml v0.8.23
3412026-08-21T22:23:56.899Z Downloaded quote v1.0.45
3422026-08-21T22:23:56.899Z Downloaded anyhow v1.0.104
3432026-08-21T22:23:56.956Z Downloaded tempfile v3.27.0
3442026-08-21T22:23:56.956Z Downloaded pest_meta v2.8.6
3452026-08-21T22:23:56.956Z Downloaded unicode-ident v1.0.24
3462026-08-21T22:23:56.956Z Downloaded zerocopy-derive v0.7.35
3472026-08-21T22:23:56.956Z Downloaded proc-macro2 v1.0.106
3482026-08-21T22:23:56.956Z Downloaded serde_derive v1.0.228
3492026-08-21T22:23:56.956Z Downloaded papergrid v0.11.0
3502026-08-21T22:23:56.956Z Downloaded serde_core v1.0.228
3512026-08-21T22:23:57.012Z Downloaded indexmap v2.14.0
3522026-08-21T22:23:57.013Z Downloaded typenum v1.20.1
3532026-08-21T22:23:57.013Z Downloaded memchr v2.8.0
3542026-08-21T22:23:57.013Z Downloaded serde v1.0.228
3552026-08-21T22:23:57.013Z Downloaded pest v2.8.6
3562026-08-21T22:23:57.077Z Downloaded serde_json v1.0.151
3572026-08-21T22:23:57.077Z Downloaded hashbrown v0.17.0
3582026-08-21T22:23:57.077Z Downloaded clap_builder v4.6.0
3592026-08-21T22:23:57.077Z Downloaded goblin v0.8.2
3602026-08-21T22:23:57.078Z Downloaded winnow v0.7.14
3612026-08-21T22:23:57.078Z Downloaded tabled v0.15.0
3622026-08-21T22:23:57.078Z Downloaded syn v1.0.109
3632026-08-21T22:23:57.178Z Downloaded unicode-width v0.2.0
3642026-08-21T22:23:57.178Z Downloaded syn v2.0.117
3652026-08-21T22:23:57.178Z Downloaded unicode-width v0.1.14
3662026-08-21T22:23:57.178Z Downloaded rustix v1.1.4
3672026-08-21T22:23:57.178Z Downloaded libc v0.2.185
3682026-08-21T22:23:57.178Z Compiling proc-macro2 v1.0.106
3692026-08-21T22:23:57.178Z Compiling quote v1.0.45
3702026-08-21T22:23:57.178Z Compiling unicode-ident v1.0.24
3712026-08-21T22:23:57.178Z Compiling serde_core v1.0.228
3722026-08-21T22:23:57.179Z Compiling libc v0.2.185
3732026-08-21T22:23:57.179Z Compiling version_check v0.9.5
3742026-08-21T22:23:57.179Z Compiling memchr v2.8.0
3752026-08-21T22:23:57.312Z Compiling serde v1.0.228
3762026-08-21T22:23:57.317Z Compiling zmij v1.0.21
3772026-08-21T22:23:57.317Z Compiling itoa v1.0.17
3782026-08-21T22:23:57.317Z Compiling thiserror v1.0.69
3792026-08-21T22:23:57.317Z Compiling ucd-trie v0.1.7
3802026-08-21T22:23:57.325Z Compiling rustix v1.1.4
3812026-08-21T22:23:57.329Z Compiling byteorder v1.5.0
3822026-08-21T22:23:57.579Z Compiling serde_json v1.0.151
3832026-08-21T22:23:57.687Z Compiling bitflags v2.11.0
3842026-08-21T22:23:57.721Z Compiling syn v1.0.109
3852026-08-21T22:23:57.783Z Compiling pest v2.8.6
3862026-08-21T22:23:57.959Z Compiling proc-macro-error-attr v1.0.4
3872026-08-21T22:23:58.006Z Compiling usdt-impl v0.5.0
3882026-08-21T22:23:58.010Z Compiling camino v1.2.5
3892026-08-21T22:23:58.025Z Compiling proc-macro-error v1.0.4
3902026-08-21T22:23:58.040Z Compiling log v0.4.33
3912026-08-21T22:23:58.086Z Compiling plain v0.2.3
3922026-08-21T22:23:58.135Z Compiling hashbrown v0.17.0
3932026-08-21T22:23:58.138Z Compiling getrandom v0.3.4
3942026-08-21T22:23:58.224Z Compiling equivalent v1.0.2
3952026-08-21T22:23:58.239Z Compiling utf8parse v0.2.2
3962026-08-21T22:23:58.275Z Compiling winnow v0.7.14
3972026-08-21T22:23:58.328Z Compiling errno v0.3.14
3982026-08-21T22:23:58.343Z Compiling thread-id v4.2.2
3992026-08-21T22:23:58.368Z Compiling anstyle-parse v1.0.0
4002026-08-21T22:23:58.385Z Compiling toml_write v0.1.2
4012026-08-21T22:23:58.406Z Compiling anstyle v1.0.14
4022026-08-21T22:23:58.423Z Compiling is_terminal_polyfill v1.70.2
4032026-08-21T22:23:58.441Z Compiling anstyle-query v1.1.5
4042026-08-21T22:23:58.501Z Compiling autocfg v1.5.0
4052026-08-21T22:23:58.517Z Compiling pretty-hex v0.4.1
4062026-08-21T22:23:58.532Z Compiling colorchoice v1.0.4
4072026-08-21T22:23:58.550Z Compiling thiserror v2.0.18
4082026-08-21T22:23:58.593Z Compiling cfg-if v1.0.4
4092026-08-21T22:23:58.656Z Compiling anstream v1.0.0
4102026-08-21T22:23:58.674Z Compiling indexmap v2.14.0
4112026-08-21T22:23:58.677Z Compiling heck v0.4.1
4122026-08-21T22:23:58.706Z Compiling fastrand v2.3.0
4132026-08-21T22:23:58.734Z Compiling strsim v0.11.1
4142026-08-21T22:23:58.751Z Compiling unicode-width v0.1.14
4152026-08-21T22:23:58.834Z Compiling syn v2.0.117
4162026-08-21T22:23:58.890Z Compiling pest_meta v2.8.6
4172026-08-21T22:23:58.960Z Compiling fs-err v3.3.0
4182026-08-21T22:23:59.007Z Compiling anyhow v1.0.104
4192026-08-21T22:23:59.053Z Compiling clap_lex v1.0.0
4202026-08-21T22:23:59.116Z Compiling fnv v1.0.7
4212026-08-21T22:23:59.135Z Compiling bytecount v0.6.9
4222026-08-21T22:23:59.171Z Compiling heck v0.5.0
4232026-08-21T22:23:59.190Z Compiling once_cell v1.21.3
4242026-08-21T22:23:59.239Z Compiling papergrid v0.11.0
4252026-08-21T22:23:59.289Z Compiling memmap v0.7.0
4262026-08-21T22:23:59.310Z Compiling unicode-width v0.2.0
4272026-08-21T22:23:59.324Z Compiling unicode-linebreak v0.1.5
4282026-08-21T22:23:59.340Z Compiling terminal_size v0.4.3
4292026-08-21T22:23:59.343Z Compiling smawk v0.3.2
4302026-08-21T22:23:59.429Z Compiling tempfile v3.27.0
4312026-08-21T22:23:59.448Z Compiling clap_builder v4.6.0
4322026-08-21T22:23:59.509Z Compiling swrite v0.1.0
4332026-08-21T22:23:59.640Z Compiling semver v1.0.28
4342026-08-21T22:23:59.667Z Compiling cargo-platform v0.3.2
4352026-08-21T22:23:59.764Z Compiling textwrap v0.16.2
4362026-08-21T22:23:59.923Z Compiling camino-tempfile v1.4.1
4372026-08-21T22:24:00.368Z Compiling tabled_derive v0.7.0
4382026-08-21T22:24:01.000Z Compiling pest_generator v2.8.6
4392026-08-21T22:24:01.039Z Compiling tabled v0.15.0
4402026-08-21T22:24:01.497Z Compiling serde_derive v1.0.228
4412026-08-21T22:24:01.497Z Compiling thiserror-impl v1.0.69
4422026-08-21T22:24:01.500Z Compiling zerocopy-derive v0.7.35
4432026-08-21T22:24:01.500Z Compiling scroll_derive v0.12.1
4442026-08-21T22:24:01.500Z Compiling thiserror-impl v2.0.18
4452026-08-21T22:24:01.500Z Compiling clap_derive v4.6.1
4462026-08-21T22:24:01.552Z Compiling pest_derive v2.8.6
4472026-08-21T22:24:02.172Z Compiling zerocopy v0.7.35
4482026-08-21T22:24:02.188Z Compiling scroll v0.12.0
4492026-08-21T22:24:02.404Z Compiling goblin v0.8.2
4502026-08-21T22:24:02.563Z Compiling dtrace-parser v0.2.0
4512026-08-21T22:24:02.805Z Compiling clap v4.6.1
4522026-08-21T22:24:03.832Z Compiling serde_spanned v0.6.9
4532026-08-21T22:24:03.832Z Compiling toml_datetime v0.6.11
4542026-08-21T22:24:03.837Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-08-21T22:24:03.837Z Compiling cargo_metadata v0.23.1
4562026-08-21T22:24:03.837Z Compiling macaddr v1.0.1
4572026-08-21T22:24:03.848Z Compiling dof v0.3.0
4582026-08-21T22:24:03.851Z Compiling serde_tokenstream v0.2.3
4592026-08-21T22:24:04.053Z Compiling toml_edit v0.22.27
4602026-08-21T22:24:04.568Z Compiling usdt-attr-macro v0.5.0
4612026-08-21T22:24:04.572Z Compiling usdt-macro v0.5.0
4622026-08-21T22:24:05.186Z Compiling usdt v0.5.0
4632026-08-21T22:24:05.320Z Compiling toml v0.8.23
4642026-08-21T22:24:05.661Z Compiling cargo_toml v0.21.0
4652026-08-21T22:24:06.949Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-21T22:24:08.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s
4672026-08-21T22:24:09.209Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-21T22:24:09.719Z Downloading crates ...
4692026-08-21T22:24:09.794Z Downloaded foreign-types-macros v0.2.3
4702026-08-21T22:24:09.800Z Downloaded flagset v0.4.7
4712026-08-21T22:24:09.803Z Downloaded bitfield-macros v0.19.4
4722026-08-21T22:24:09.806Z Downloaded http-range v0.1.5
4732026-08-21T22:24:09.809Z Downloaded ena v0.14.4
4742026-08-21T22:24:09.810Z Downloaded erased-serde v0.3.31
4752026-08-21T22:24:09.810Z Downloaded foldhash v0.2.0
4762026-08-21T22:24:09.813Z Downloaded fs_extra v1.3.0
4772026-08-21T22:24:09.813Z Downloaded hubpack v0.1.2
4782026-08-21T22:24:09.816Z Downloaded env_filter v2.0.0
4792026-08-21T22:24:09.816Z Downloaded group v0.14.0
4802026-08-21T22:24:09.816Z Downloaded adler2 v2.0.1
4812026-08-21T22:24:09.816Z Downloaded async-stream-impl v0.3.6
4822026-08-21T22:24:09.819Z Downloaded fallible-iterator v0.2.0
4832026-08-21T22:24:09.819Z Downloaded endian-type v0.1.2
4842026-08-21T22:24:09.819Z Downloaded foreign-types v0.5.0
4852026-08-21T22:24:09.822Z Downloaded bitfield-struct v0.6.2
4862026-08-21T22:24:09.823Z Downloaded foreign-types v0.3.2
4872026-08-21T22:24:09.823Z Downloaded backtrace-ext v0.2.1
4882026-08-21T22:24:09.823Z Downloaded base16ct v0.2.0
4892026-08-21T22:24:09.825Z Downloaded fd-lock v4.0.4
4902026-08-21T22:24:09.826Z Downloaded filetime v0.2.27
4912026-08-21T22:24:09.826Z Downloaded half v2.7.1
4922026-08-21T22:24:09.828Z Downloaded base16ct v1.0.0
4932026-08-21T22:24:09.829Z Downloaded futures-io v0.3.32
4942026-08-21T22:24:09.829Z Downloaded async-recursion v1.1.1
4952026-08-21T22:24:09.834Z Downloaded bb8 v0.8.6
4962026-08-21T22:24:09.834Z Downloaded async-stream v0.3.6
4972026-08-21T22:24:09.834Z Downloaded embedded-io v0.6.1
4982026-08-21T22:24:09.834Z Downloaded foreign-types-shared v0.3.1
4992026-08-21T22:24:09.837Z Downloaded futures-task v0.3.32
5002026-08-21T22:24:09.837Z Downloaded enum-as-inner v0.6.1
5012026-08-21T22:24:09.837Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-21T22:24:09.837Z Downloaded float-cmp v0.10.0
5032026-08-21T22:24:09.837Z Downloaded array-init v0.0.4
5042026-08-21T22:24:09.837Z Downloaded arrayref v0.3.9
5052026-08-21T22:24:09.837Z Downloaded atomic-waker v1.1.2
5062026-08-21T22:24:09.837Z Downloaded bit-set v0.5.3
5072026-08-21T22:24:09.841Z Downloaded bit-set v0.8.0
5082026-08-21T22:24:09.841Z Downloaded futures-executor v0.3.32
5092026-08-21T22:24:09.841Z Downloaded ascii-canvas v3.0.0
5102026-08-21T22:24:09.844Z Downloaded atomicwrites v0.4.4
5112026-08-21T22:24:09.844Z Downloaded assert_matches v1.5.0
5122026-08-21T22:24:09.844Z Downloaded atty v0.2.14
5132026-08-21T22:24:09.844Z Downloaded fixedbitset v0.4.2
5142026-08-21T22:24:09.847Z Downloaded funty v2.0.0
5152026-08-21T22:24:09.847Z Downloaded futures-core v0.3.32
5162026-08-21T22:24:09.847Z Downloaded fxhash v0.2.1
5172026-08-21T22:24:09.847Z Downloaded gethostname v0.5.0
5182026-08-21T22:24:09.850Z Downloaded block-padding v0.4.2
5192026-08-21T22:24:09.853Z Downloaded enum_dispatch v0.3.13
5202026-08-21T22:24:09.853Z Downloaded foldhash v0.1.5
5212026-08-21T22:24:09.857Z Downloaded form_urlencoded v1.2.2
5222026-08-21T22:24:09.857Z Downloaded http-body-util v0.1.3
5232026-08-21T22:24:09.857Z Downloaded castaway v0.2.4
5242026-08-21T22:24:09.857Z Downloaded foreign-types-shared v0.1.1
5252026-08-21T22:24:09.857Z Downloaded futures-macro v0.3.32
5262026-08-21T22:24:09.860Z Downloaded futures-sink v0.3.32
5272026-08-21T22:24:09.863Z Downloaded ciborium-ll v0.2.2
5282026-08-21T22:24:09.863Z Downloaded cobs v0.3.0
5292026-08-21T22:24:09.866Z Downloaded embedded-io v0.4.0
5302026-08-21T22:24:09.869Z Downloaded compression-core v0.4.31
5312026-08-21T22:24:09.869Z Downloaded find-msvc-tools v0.1.9
5322026-08-21T22:24:09.873Z Downloaded ff v0.13.1
5332026-08-21T22:24:09.873Z Downloaded hostname v0.4.2
5342026-08-21T22:24:09.873Z Downloaded block-buffer v0.12.1
5352026-08-21T22:24:09.876Z Downloaded hex v0.4.3
5362026-08-21T22:24:09.876Z Downloaded cfg_aliases v0.1.1
5372026-08-21T22:24:09.879Z Downloaded cfg_aliases v0.2.1
5382026-08-21T22:24:09.879Z Downloaded float-ord v0.3.2
5392026-08-21T22:24:09.879Z Downloaded hostname v0.3.1
5402026-08-21T22:24:09.879Z Downloaded hash32 v0.2.1
5412026-08-21T22:24:09.884Z Downloaded ciborium-io v0.2.2
5422026-08-21T22:24:09.884Z Downloaded hash32 v0.3.1
5432026-08-21T22:24:09.884Z Downloaded aead v0.5.2
5442026-08-21T22:24:09.887Z Downloaded base64ct v1.8.3
5452026-08-21T22:24:09.887Z Downloaded aead v0.6.1
5462026-08-21T22:24:09.887Z Downloaded httpdate v1.0.3
5472026-08-21T22:24:09.891Z Downloaded globwalk v0.9.1
5482026-08-21T22:24:09.891Z Downloaded anstream v0.6.21
5492026-08-21T22:24:09.894Z Downloaded anstyle-parse v0.2.7
5502026-08-21T22:24:09.894Z Downloaded ghash v0.6.0
5512026-08-21T22:24:09.897Z Downloaded backoff v0.4.0
5522026-08-21T22:24:09.898Z Downloaded ff v0.14.0
5532026-08-21T22:24:09.902Z Downloaded elliptic-curve v0.14.1
5542026-08-21T22:24:09.902Z Downloaded fixedbitset v0.5.7
5552026-08-21T22:24:09.907Z Downloaded async-trait v0.1.89
5562026-08-21T22:24:09.907Z Downloaded bit-vec v0.6.3
5572026-08-21T22:24:09.907Z Downloaded hex-literal v1.1.0
5582026-08-21T22:24:09.907Z Downloaded nodrop v0.1.14
5592026-08-21T22:24:09.910Z Downloaded http-body v1.0.1
5602026-08-21T22:24:09.911Z Downloaded hubpack_derive v0.1.1
5612026-08-21T22:24:09.911Z Downloaded bit-vec v0.8.0
5622026-08-21T22:24:09.911Z Downloaded bitfield v0.19.4
5632026-08-21T22:24:09.911Z Downloaded headers-core v0.3.0
5642026-08-21T22:24:09.911Z Downloaded blowfish v0.10.0
5652026-08-21T22:24:09.914Z Downloaded bs58 v0.5.1
5662026-08-21T22:24:09.914Z Downloaded cipher v0.4.4
5672026-08-21T22:24:09.914Z Downloaded home v0.5.12
5682026-08-21T22:24:09.914Z Downloaded normalize-line-endings v0.3.0
5692026-08-21T22:24:09.918Z Downloaded buf-list v1.1.2
5702026-08-21T22:24:09.918Z Downloaded cassowary v0.3.0
5712026-08-21T22:24:09.921Z Downloaded env_logger v0.11.11
5722026-08-21T22:24:09.925Z Downloaded futures-channel v0.3.32
5732026-08-21T22:24:09.926Z Downloaded cipher v0.5.2
5742026-08-21T22:24:09.926Z Downloaded cmake v0.1.57
5752026-08-21T22:24:09.926Z Downloaded cmov v0.5.4
5762026-08-21T22:24:09.929Z Downloaded num-conv v0.2.0
5772026-08-21T22:24:09.929Z Downloaded bitflags v1.3.2
5782026-08-21T22:24:09.929Z Downloaded compression-codecs v0.4.37
5792026-08-21T22:24:09.933Z Downloaded newline-converter v0.3.0
5802026-08-21T22:24:09.933Z Downloaded nibble_vec v0.1.0
5812026-08-21T22:24:09.933Z Downloaded phf_shared v0.11.3
5822026-08-21T22:24:09.933Z Downloaded openssl-macros v0.1.1
5832026-08-21T22:24:09.933Z Downloaded openssl-probe v0.1.6
5842026-08-21T22:24:09.933Z Downloaded byte-wrapper v0.1.0
5852026-08-21T22:24:09.937Z Downloaded radium v0.7.0
5862026-08-21T22:24:09.937Z Downloaded proc-macro-error-attr2 v2.0.0
5872026-08-21T22:24:09.937Z Downloaded psl-types v2.0.11
5882026-08-21T22:24:09.941Z Downloaded ref-cast-impl v1.0.25
5892026-08-21T22:24:09.941Z Downloaded camino-tempfile-ext v0.3.3
5902026-08-21T22:24:09.941Z Downloaded cexpr v0.6.0
5912026-08-21T22:24:09.941Z Downloaded chacha20 v0.9.1
5922026-08-21T22:24:09.945Z Downloaded quick-error v1.2.3
5932026-08-21T22:24:09.945Z Downloaded git-stub v1.0.0
5942026-08-21T22:24:09.950Z Downloaded fs-err v2.11.0
5952026-08-21T22:24:09.954Z Downloaded ahash v0.8.12
5962026-08-21T22:24:09.954Z Downloaded backon v1.6.0
5972026-08-21T22:24:09.954Z Downloaded async-bb8-diesel v0.2.1
5982026-08-21T22:24:09.957Z Downloaded bcs v0.1.6
5992026-08-21T22:24:09.957Z Downloaded argon2 v0.6.0-rc.8
6002026-08-21T22:24:09.957Z Downloaded group v0.13.0
6012026-08-21T22:24:09.957Z Downloaded seq-macro v0.3.6
6022026-08-21T22:24:09.961Z Downloaded argon2 v0.5.3
6032026-08-21T22:24:09.961Z Downloaded owo-colors v4.3.0
6042026-08-21T22:24:09.961Z Downloaded oxide-tokio-rt v0.1.4
6052026-08-21T22:24:09.966Z Downloaded paste v1.0.15
6062026-08-21T22:24:09.966Z Downloaded russh-util v0.52.0
6072026-08-21T22:24:09.966Z Downloaded rustc-hash v2.1.1
6082026-08-21T22:24:09.966Z Downloaded rustc_version v0.1.7
6092026-08-21T22:24:09.966Z Downloaded postgres-protocol v0.6.10
6102026-08-21T22:24:09.970Z Downloaded signal-hook-tokio v0.3.1
6112026-08-21T22:24:09.970Z Downloaded scheduled-thread-pool v0.2.7
6122026-08-21T22:24:09.970Z Downloaded sapling-renderdag v0.1.0
6132026-08-21T22:24:09.970Z Downloaded strip-ansi-escapes v0.2.1
6142026-08-21T22:24:09.970Z Downloaded sync-ptr v0.1.4
6152026-08-21T22:24:09.970Z Downloaded hickory-resolver v0.24.4
6162026-08-21T22:24:09.974Z Downloaded subtle v2.6.1
6172026-08-21T22:24:09.974Z Downloaded bzip2 v0.6.1
6182026-08-21T22:24:09.974Z Downloaded chacha20 v0.10.0
6192026-08-21T22:24:09.974Z Downloaded num-complex v0.4.6
6202026-08-21T22:24:09.977Z Downloaded cbc v0.2.1
6212026-08-21T22:24:09.981Z Downloaded ciborium v0.2.2
6222026-08-21T22:24:09.981Z Downloaded num-derive v0.4.2
6232026-08-21T22:24:09.984Z Downloaded blake2 v0.10.6
6242026-08-21T22:24:09.984Z Downloaded console v0.15.11
6252026-08-21T22:24:09.985Z Downloaded console v0.16.2
6262026-08-21T22:24:09.988Z Downloaded highway v1.3.0
6272026-08-21T22:24:09.988Z Downloaded blake2 v0.11.0-rc.6
6282026-08-21T22:24:09.988Z Downloaded r2d2 v0.8.10
6292026-08-21T22:24:09.988Z Downloaded globset v0.4.18
6302026-08-21T22:24:09.992Z Downloaded signature v2.2.0
6312026-08-21T22:24:09.996Z Downloaded thread-id v5.1.0
6322026-08-21T22:24:09.996Z Downloaded untrusted v0.7.1
6332026-08-21T22:24:09.999Z Downloaded sqlparser_derive v0.5.0
6342026-08-21T22:24:09.999Z Downloaded strum v0.27.2
6352026-08-21T22:24:09.999Z Downloaded unarray v0.1.4
6362026-08-21T22:24:09.999Z Downloaded arrayvec v0.7.6
6372026-08-21T22:24:10.003Z Downloaded git-stub-vcs v0.1.0
6382026-08-21T22:24:10.003Z Downloaded resolv-conf v0.7.6
6392026-08-21T22:24:10.003Z Downloaded colored v2.2.0
6402026-08-21T22:24:10.003Z Downloaded colored v3.1.1
6412026-08-21T22:24:10.007Z Downloaded const-oid v0.9.6
6422026-08-21T22:24:10.007Z Downloaded allocator-api2 v0.2.21
6432026-08-21T22:24:10.007Z Downloaded packed_struct v0.10.1
6442026-08-21T22:24:10.010Z Downloaded parking_lot_core v0.8.6
6452026-08-21T22:24:10.010Z Downloaded peg v0.8.5
6462026-08-21T22:24:10.010Z Downloaded pin-project-internal v1.1.11
6472026-08-21T22:24:10.014Z Downloaded addr2line v0.25.1
6482026-08-21T22:24:10.014Z Downloaded pin-project-lite v0.2.17
6492026-08-21T22:24:10.017Z Downloaded primeorder v0.13.6
6502026-08-21T22:24:10.017Z Downloaded proc-macro-error2 v2.0.1
6512026-08-21T22:24:10.017Z Downloaded untrusted v0.9.0
6522026-08-21T22:24:10.020Z Downloaded xshell-macros v0.2.7
6532026-08-21T22:24:10.020Z Downloaded take_mut v0.2.2
6542026-08-21T22:24:10.020Z Downloaded zeroize_derive v1.5.0
6552026-08-21T22:24:10.020Z Downloaded tokio-test v0.4.5
6562026-08-21T22:24:10.020Z Downloaded unicode-truncate v1.1.0
6572026-08-21T22:24:10.023Z Downloaded slog-stdlog v4.1.1
6582026-08-21T22:24:10.023Z Downloaded snafu-derive v0.8.9
6592026-08-21T22:24:10.023Z Downloaded crucible-workspace-hack v0.1.0
6602026-08-21T22:24:10.027Z Downloaded curve25519-dalek-derive v0.1.1
6612026-08-21T22:24:10.027Z Downloaded dirs-next v2.0.0
6622026-08-21T22:24:10.030Z Downloaded getrandom v0.2.17
6632026-08-21T22:24:10.030Z Downloaded postgres-types v0.2.12
6642026-08-21T22:24:10.033Z Downloaded glob v0.3.3
6652026-08-21T22:24:10.036Z Downloaded httparse v1.10.1
6662026-08-21T22:24:10.036Z Downloaded clang-sys v1.8.1
6672026-08-21T22:24:10.036Z Downloaded rpassword v7.5.4
6682026-08-21T22:24:10.039Z Downloaded rustc-demangle v0.1.27
6692026-08-21T22:24:10.039Z Downloaded serde_derive_internals v0.29.1
6702026-08-21T22:24:10.043Z Downloaded cancel-safe-futures v0.1.5
6712026-08-21T22:24:10.043Z Downloaded bzip2 v0.4.4
6722026-08-21T22:24:10.046Z Downloaded crc-catalog v2.4.0
6732026-08-21T22:24:10.049Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6742026-08-21T22:24:10.049Z Downloaded const-oid v0.10.2
6752026-08-21T22:24:10.063Z Downloaded difflib v0.4.0
6762026-08-21T22:24:10.063Z Downloaded hmac v0.12.1
6772026-08-21T22:24:10.067Z Downloaded dtrace-parser v0.3.0
6782026-08-21T22:24:10.067Z Downloaded instability v0.3.11
6792026-08-21T22:24:10.067Z Downloaded jiff-static v0.2.34
6802026-08-21T22:24:10.067Z Downloaded walkdir v2.5.0
6812026-08-21T22:24:10.067Z Downloaded arc-swap v1.8.2
6822026-08-21T22:24:10.068Z Downloaded debug-ignore v1.0.5
6832026-08-21T22:24:10.068Z Downloaded generic-array v1.4.3
6842026-08-21T22:24:10.072Z Downloaded shlex v1.3.0
6852026-08-21T22:24:10.072Z Downloaded salsa20 v0.11.0
6862026-08-21T22:24:10.072Z Downloaded illumos-nvpair-sys v0.2.0
6872026-08-21T22:24:10.072Z Downloaded defmt-parser v1.0.0
6882026-08-21T22:24:10.072Z Downloaded dof v0.4.0
6892026-08-21T22:24:10.076Z Downloaded hyper-tls v0.6.0
6902026-08-21T22:24:10.076Z Downloaded lru v0.12.5
6912026-08-21T22:24:10.076Z Downloaded mime v0.3.17
6922026-08-21T22:24:10.076Z Downloaded pem-rfc7468 v0.7.0
6932026-08-21T22:24:10.079Z Downloaded smf v0.2.3
6942026-08-21T22:24:10.079Z Downloaded half v1.8.3
6952026-08-21T22:24:10.079Z Downloaded hmac v0.13.0
6962026-08-21T22:24:10.083Z Downloaded polyval v0.7.1
6972026-08-21T22:24:10.083Z Downloaded tls_codec v0.4.2
6982026-08-21T22:24:10.083Z Downloaded daft v0.1.7
6992026-08-21T22:24:10.088Z Downloaded daft-derive v0.1.7
7002026-08-21T22:24:10.088Z Downloaded derive_builder_core v0.20.2
7012026-08-21T22:24:10.093Z Downloaded libscf-sys v1.2.0
7022026-08-21T22:24:10.093Z Downloaded new_debug_unreachable v1.0.6
7032026-08-21T22:24:10.093Z Downloaded tiny-keccak v2.0.2
7042026-08-21T22:24:10.093Z Downloaded tokio-dtrace v0.1.1
7052026-08-21T22:24:10.093Z Downloaded is_ci v1.2.0
7062026-08-21T22:24:10.093Z Downloaded num_threads v0.1.7
7072026-08-21T22:24:10.093Z Downloaded password-hash v0.6.1
7082026-08-21T22:24:10.096Z Downloaded darling v0.13.4
7092026-08-21T22:24:10.099Z Downloaded futures v0.3.32
7102026-08-21T22:24:10.102Z Downloaded fatfs v0.3.6
7112026-08-21T22:24:10.106Z Downloaded chacha20poly1305 v0.10.1
7122026-08-21T22:24:10.106Z Downloaded chumsky v0.9.3
7132026-08-21T22:24:10.106Z Downloaded bytes v1.11.1
7142026-08-21T22:24:10.109Z Downloaded prefix-trie v0.7.0
7152026-08-21T22:24:10.109Z Downloaded tui-tree-widget v0.23.1
7162026-08-21T22:24:10.112Z Downloaded quinn-udp v0.5.14
7172026-08-21T22:24:10.112Z Downloaded unicase v2.9.0
7182026-08-21T22:24:10.112Z Downloaded diesel-dtrace v0.5.0
7192026-08-21T22:24:10.115Z Downloaded ecdsa v0.16.9
7202026-08-21T22:24:10.118Z Downloaded peg-runtime v0.8.5
7212026-08-21T22:24:10.118Z Downloaded phf_shared v0.13.1
7222026-08-21T22:24:10.121Z Downloaded ref-cast v1.0.25
7232026-08-21T22:24:10.127Z Downloaded ar_archive_writer v0.5.1
7242026-08-21T22:24:10.127Z Downloaded ed25519 v2.2.3
7252026-08-21T22:24:10.130Z Downloaded serde_cbor v0.11.2
7262026-08-21T22:24:10.131Z Downloaded backtrace v0.3.76
7272026-08-21T22:24:10.131Z Downloaded base64 v0.21.7
7282026-08-21T22:24:10.131Z Downloaded base64 v0.22.1
7292026-08-21T22:24:10.134Z Downloaded corncobs v0.1.4
7302026-08-21T22:24:10.134Z Downloaded getrandom v0.4.3
7312026-08-21T22:24:10.137Z Downloaded ipnet v2.12.0
7322026-08-21T22:24:10.137Z Downloaded jobserver v0.1.34
7332026-08-21T22:24:10.137Z Downloaded secrecy v0.8.0
7342026-08-21T22:24:10.140Z Downloaded serde-big-array v0.5.1
7352026-08-21T22:24:10.140Z Downloaded yasna v0.5.2
7362026-08-21T22:24:10.140Z Downloaded socket2 v0.5.10
7372026-08-21T22:24:10.143Z Downloaded subprocess v0.2.15
7382026-08-21T22:24:10.143Z Downloaded crossbeam-utils v0.8.21
7392026-08-21T22:24:10.143Z Downloaded powerfmt v0.2.0
7402026-08-21T22:24:10.146Z Downloaded lock_api v0.4.14
7412026-08-21T22:24:10.146Z Downloaded ctr v0.10.1
7422026-08-21T22:24:10.146Z Downloaded num_enum_derive v0.7.6
7432026-08-21T22:24:10.146Z Downloaded oxide-update-engine v0.1.2
7442026-08-21T22:24:10.149Z Downloaded oxide-update-engine-display v0.1.2
7452026-08-21T22:24:10.149Z Downloaded siphasher v1.0.2
7462026-08-21T22:24:10.149Z Downloaded der_derive v0.7.3
7472026-08-21T22:24:10.152Z Downloaded slog-envlogger v2.2.0
7482026-08-21T22:24:10.152Z Downloaded supports-color v3.0.2
7492026-08-21T22:24:10.155Z Downloaded rustc_version v0.4.1
7502026-08-21T22:24:10.156Z Downloaded oxnet v0.1.6
7512026-08-21T22:24:10.160Z Downloaded bumpalo v3.20.2
7522026-08-21T22:24:10.164Z Downloaded derive_builder v0.20.2
7532026-08-21T22:24:10.164Z Downloaded sha1 v0.11.0
7542026-08-21T22:24:10.164Z Downloaded shell-words v1.1.1
7552026-08-21T22:24:10.168Z Downloaded omicron-zone-package v0.12.3
7562026-08-21T22:24:10.168Z Downloaded parking_lot v0.12.5
7572026-08-21T22:24:10.168Z Downloaded term v1.2.1
7582026-08-21T22:24:10.168Z Downloaded progenitor-impl v0.14.0
7592026-08-21T22:24:10.171Z Downloaded compact_str v0.8.1
7602026-08-21T22:24:10.171Z Downloaded test-strategy v0.4.5
7612026-08-21T22:24:10.176Z Downloaded tokio-stream v0.1.18
7622026-08-21T22:24:10.179Z Downloaded toml_parser v1.1.2+spec-1.1.0
7632026-08-21T22:24:10.179Z Downloaded unsafe-libyaml v0.2.11
7642026-08-21T22:24:10.179Z Downloaded multer v3.1.0
7652026-08-21T22:24:10.182Z Downloaded serde_repr v0.1.20
7662026-08-21T22:24:10.183Z Downloaded rand_core v0.6.4
7672026-08-21T22:24:10.183Z Downloaded unicode-xid v0.2.6
7682026-08-21T22:24:10.183Z Downloaded usdt-attr-macro v0.6.0
7692026-08-21T22:24:10.183Z Downloaded heapless v0.8.0
7702026-08-21T22:24:10.186Z Downloaded newtype-uuid v1.3.2
7712026-08-21T22:24:10.186Z Downloaded progenitor v0.13.0
7722026-08-21T22:24:10.189Z Downloaded rand_core v0.9.5
7732026-08-21T22:24:10.189Z Downloaded vergen-gitcl v1.0.8
7742026-08-21T22:24:10.189Z Downloaded vte v0.14.1
7752026-08-21T22:24:10.189Z Downloaded ecdsa v0.17.0
7762026-08-21T22:24:10.192Z Downloaded rustversion v1.0.22
7772026-08-21T22:24:10.195Z Downloaded libefi-sys v0.1.0
7782026-08-21T22:24:10.200Z Downloaded yoke v0.8.1
7792026-08-21T22:24:10.200Z Downloaded zone_cfg_derive v0.3.1
7802026-08-21T22:24:10.200Z Downloaded crunchy v0.2.4
7812026-08-21T22:24:10.200Z Downloaded num-integer v0.1.46
7822026-08-21T22:24:10.200Z Downloaded litrs v1.0.0
7832026-08-21T22:24:10.204Z Downloaded serde_yaml v0.9.34+deprecated
7842026-08-21T22:24:10.204Z Downloaded tagptr v0.2.0
7852026-08-21T22:24:10.204Z Downloaded termtree v0.5.1
7862026-08-21T22:24:10.209Z Downloaded topological-sort v0.2.2
7872026-08-21T22:24:10.209Z Downloaded tower-layer v0.3.3
7882026-08-21T22:24:10.210Z Downloaded slog-dtrace v0.3.0
7892026-08-21T22:24:10.210Z Downloaded cstr-argument v0.1.2
7902026-08-21T22:24:10.210Z Downloaded darling_macro v0.23.0
7912026-08-21T22:24:10.210Z Downloaded utf8_iter v1.0.4
7922026-08-21T22:24:10.213Z Downloaded diesel_table_macro_syntax v0.3.0
7932026-08-21T22:24:10.213Z Downloaded indent_write v2.2.0
7942026-08-21T22:24:10.217Z Downloaded ppv-lite86 v0.2.21
7952026-08-21T22:24:10.220Z Downloaded flume v0.11.1
7962026-08-21T22:24:10.220Z Downloaded headers v0.4.1
7972026-08-21T22:24:10.224Z Downloaded inout v0.2.2
7982026-08-21T22:24:10.224Z Downloaded pkcs8 v0.11.0
7992026-08-21T22:24:10.229Z Downloaded strum_macros v0.24.3
8002026-08-21T22:24:10.229Z Downloaded thread_local v1.1.9
8012026-08-21T22:24:10.229Z Downloaded time-macros v0.2.27
8022026-08-21T22:24:10.229Z Downloaded cc v1.2.56
8032026-08-21T22:24:10.232Z Downloaded toml_edit v0.23.10+spec-1.0.0
8042026-08-21T22:24:10.232Z Downloaded progenitor-extras v0.2.0
8052026-08-21T22:24:10.232Z Downloaded hickory-resolver v0.25.2
8062026-08-21T22:24:10.236Z Downloaded tls_codec_derive v0.4.2
8072026-08-21T22:24:10.239Z Downloaded iana-time-zone v0.1.65
8082026-08-21T22:24:10.244Z Downloaded rfc6979 v0.6.0
8092026-08-21T22:24:10.244Z Downloaded kem v0.3.0
8102026-08-21T22:24:10.248Z Downloaded scroll v0.13.0
8112026-08-21T22:24:10.248Z Downloaded slog v2.8.2
8122026-08-21T22:24:10.253Z Downloaded whoami v1.6.1
8132026-08-21T22:24:10.253Z Downloaded match_cfg v0.1.0
8142026-08-21T22:24:10.253Z Downloaded zerotrie v0.2.3
8152026-08-21T22:24:10.256Z Downloaded xshell v0.2.7
8162026-08-21T22:24:10.257Z Downloaded memoffset v0.9.1
8172026-08-21T22:24:10.257Z Downloaded newtype-uuid-macros v0.1.0
8182026-08-21T22:24:10.257Z Downloaded newtype_derive v0.1.6
8192026-08-21T22:24:10.257Z Downloaded parse-display v0.10.0
8202026-08-21T22:24:10.260Z Downloaded yansi v1.0.1
8212026-08-21T22:24:10.260Z Downloaded path-slash v0.1.5
8222026-08-21T22:24:10.260Z Downloaded serde_with_macros v1.5.2
8232026-08-21T22:24:10.260Z Downloaded ssh-encoding v0.3.0
8242026-08-21T22:24:10.263Z Downloaded dunce v1.0.5
8252026-08-21T22:24:10.263Z Downloaded lru-slab v0.1.2
8262026-08-21T22:24:10.263Z Downloaded constant_time_eq v0.4.2
8272026-08-21T22:24:10.263Z Downloaded oxide-update-engine-types v0.1.2
8282026-08-21T22:24:10.266Z Downloaded num-iter v0.1.45
8292026-08-21T22:24:10.266Z Downloaded flate2 v1.1.9
8302026-08-21T22:24:10.273Z Downloaded ssh-cipher v0.3.0
8312026-08-21T22:24:10.280Z Downloaded deranged v0.5.8
8322026-08-21T22:24:10.283Z Downloaded defmt-macros v1.0.1
8332026-08-21T22:24:10.283Z Downloaded proc-macro-crate v1.3.1
8342026-08-21T22:24:10.288Z Downloaded predicates-tree v1.0.13
8352026-08-21T22:24:10.288Z Downloaded proc-macro-crate v3.4.0
8362026-08-21T22:24:10.288Z Downloaded schemars v0.9.0
8372026-08-21T22:24:10.292Z Downloaded rand_xorshift v0.4.0
8382026-08-21T22:24:10.296Z Downloaded schemars v0.8.22
8392026-08-21T22:24:10.299Z Downloaded synstructure v0.13.2
8402026-08-21T22:24:10.299Z Downloaded impl-trait-for-tuples v0.2.3
8412026-08-21T22:24:10.299Z Downloaded primefield v0.14.0
8422026-08-21T22:24:10.302Z Downloaded toml_edit v0.19.15
8432026-08-21T22:24:10.309Z Downloaded olpc-cjson v0.1.4
8442026-08-21T22:24:10.313Z Downloaded opaque-debug v0.3.1
8452026-08-21T22:24:10.313Z Downloaded packed_struct_codegen v0.10.1
8462026-08-21T22:24:10.313Z Downloaded tracing-attributes v0.1.31
8472026-08-21T22:24:10.313Z Downloaded twox-hash v2.1.2
8482026-08-21T22:24:10.316Z Downloaded russh-cryptovec v0.62.0
8492026-08-21T22:24:10.316Z Downloaded knus-derive v3.4.0
8502026-08-21T22:24:10.317Z Downloaded serde_urlencoded v0.7.1
8512026-08-21T22:24:10.317Z Downloaded vsss-rs v3.3.4
8522026-08-21T22:24:10.317Z Downloaded async-compression v0.4.41
8532026-08-21T22:24:10.320Z Downloaded heapless v0.7.17
8542026-08-21T22:24:10.323Z Downloaded strum v0.26.3
8552026-08-21T22:24:10.323Z Downloaded supports-hyperlinks v3.2.0
8562026-08-21T22:24:10.323Z Downloaded whoami v2.1.0
8572026-08-21T22:24:10.326Z Downloaded crc-any v2.5.0
8582026-08-21T22:24:10.326Z Downloaded port-file v0.1.0
8592026-08-21T22:24:10.326Z Downloaded linear-map v1.2.0
8602026-08-21T22:24:10.329Z Downloaded cookie_store v0.22.1
8612026-08-21T22:24:10.329Z Downloaded tinyvec_macros v0.1.1
8622026-08-21T22:24:10.329Z Downloaded tokio-macros v2.7.0
8632026-08-21T22:24:10.329Z Downloaded ingot-macros v0.2.0
8642026-08-21T22:24:10.329Z Downloaded crossbeam-deque v0.8.6
8652026-08-21T22:24:10.333Z Downloaded zeroize v1.9.0
8662026-08-21T22:24:10.333Z Downloaded secrecy v0.10.3
8672026-08-21T22:24:10.333Z Downloaded hybrid-array v0.4.13
8682026-08-21T22:24:10.333Z Downloaded tabwriter v1.4.1
8692026-08-21T22:24:10.336Z Downloaded rand_core v0.10.0
8702026-08-21T22:24:10.336Z Downloaded serde_path_to_error v0.1.20
8712026-08-21T22:24:10.336Z Downloaded memmap2 v0.9.10
8722026-08-21T22:24:10.339Z Downloaded ipnetwork v0.21.1
8732026-08-21T22:24:10.342Z Downloaded num v0.4.3
8742026-08-21T22:24:10.347Z Downloaded unit-prefix v0.5.2
8752026-08-21T22:24:10.347Z Downloaded rayon-core v1.13.0
8762026-08-21T22:24:10.351Z Downloaded void v1.0.2
8772026-08-21T22:24:10.351Z Downloaded wait-timeout v0.2.1
8782026-08-21T22:24:10.351Z Downloaded hickory-server v0.25.2
8792026-08-21T22:24:10.354Z Downloaded scrypt v0.12.0
8802026-08-21T22:24:10.354Z Downloaded expectorate v1.2.0
8812026-08-21T22:24:10.354Z Downloaded crypto-common v0.2.2
8822026-08-21T22:24:10.357Z Downloaded rcgen v0.12.1
8832026-08-21T22:24:10.357Z Downloaded tungstenite v0.21.0
8842026-08-21T22:24:10.360Z Downloaded aes v0.9.1
8852026-08-21T22:24:10.365Z Downloaded slog-json v2.6.1
8862026-08-21T22:24:10.365Z Downloaded spki v0.7.3
8872026-08-21T22:24:10.365Z Downloaded sqlformat v0.3.5
8882026-08-21T22:24:10.368Z Downloaded const_format v0.2.35
8892026-08-21T22:24:10.368Z Downloaded dyn-clone v1.0.20
8902026-08-21T22:24:10.368Z Downloaded instant v0.1.13
8912026-08-21T22:24:10.371Z Downloaded tokio-rustls v0.26.4
8922026-08-21T22:24:10.371Z Downloaded is-terminal v0.4.17
8932026-08-21T22:24:10.371Z Downloaded pkcs1 v0.8.0-rc.4
8942026-08-21T22:24:10.374Z Downloaded pbkdf2 v0.13.0
8952026-08-21T22:24:10.374Z Downloaded hashbrown v0.13.2
8962026-08-21T22:24:10.377Z Downloaded toml_writer v1.1.1+spec-1.1.0
8972026-08-21T22:24:10.377Z Downloaded multimap v0.10.1
8982026-08-21T22:24:10.380Z Downloaded hashbrown v0.12.3
8992026-08-21T22:24:10.380Z Downloaded poly1305 v0.8.0
9002026-08-21T22:24:10.385Z Downloaded display-error-chain v0.2.2
9012026-08-21T22:24:10.389Z Downloaded psm v0.1.30
9022026-08-21T22:24:10.395Z Downloaded linked-hash-map v0.5.6
9032026-08-21T22:24:10.398Z Downloaded openssl-probe v0.2.1
9042026-08-21T22:24:10.398Z Downloaded parse-size v1.1.0
9052026-08-21T22:24:10.398Z Downloaded percent-encoding v2.3.2
9062026-08-21T22:24:10.398Z Downloaded potential_utf v0.1.4
9072026-08-21T22:24:10.398Z Downloaded crc32fast v1.5.0
9082026-08-21T22:24:10.402Z Downloaded zstd-safe v7.2.4
9092026-08-21T22:24:10.405Z Downloaded const_format_proc_macros v0.2.34
9102026-08-21T22:24:10.405Z Downloaded critical-section v1.2.0
9112026-08-21T22:24:10.405Z Downloaded slab v0.4.12
9122026-08-21T22:24:10.406Z Downloaded md-5 v0.10.6
9132026-08-21T22:24:10.409Z Downloaded rusty-fork v0.3.1
9142026-08-21T22:24:10.416Z Downloaded signal-hook-registry v1.4.8
9152026-08-21T22:24:10.416Z Downloaded stringprep v0.1.5
9162026-08-21T22:24:10.416Z Downloaded indicatif v0.18.4
9172026-08-21T22:24:10.420Z Downloaded tungstenite v0.23.0
9182026-08-21T22:24:10.423Z Downloaded termios v0.3.3
9192026-08-21T22:24:10.423Z Downloaded phf_shared v0.12.1
9202026-08-21T22:24:10.428Z Downloaded recursive v0.1.1
9212026-08-21T22:24:10.429Z Downloaded scopeguard v1.2.0
9222026-08-21T22:24:10.429Z Downloaded serde_spanned v1.1.1
9232026-08-21T22:24:10.432Z Downloaded data-encoding v2.10.0
9242026-08-21T22:24:10.432Z Downloaded either v1.15.0
9252026-08-21T22:24:10.432Z Downloaded indoc v2.0.7
9262026-08-21T22:24:10.436Z Downloaded keccak v0.1.6
9272026-08-21T22:24:10.436Z Downloaded usdt-impl v0.6.0
9282026-08-21T22:24:10.444Z Downloaded peg-macros v0.8.5
9292026-08-21T22:24:10.447Z Downloaded thiserror-impl-no-std v2.0.2
9302026-08-21T22:24:10.447Z Downloaded want v0.3.1
9312026-08-21T22:24:10.448Z Downloaded serde_plain v1.0.2
9322026-08-21T22:24:10.451Z Downloaded cpufeatures v0.3.0
9332026-08-21T22:24:10.451Z Downloaded nanorand v0.7.0
9342026-08-21T22:24:10.455Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9352026-08-21T22:24:10.456Z Downloaded zip v0.6.6
9362026-08-21T22:24:10.456Z Downloaded http v1.4.2
9372026-08-21T22:24:10.460Z Downloaded snafu v0.8.9
9382026-08-21T22:24:10.464Z Downloaded icu_normalizer v2.1.1
9392026-08-21T22:24:10.464Z Downloaded vergen v9.1.0
9402026-08-21T22:24:10.464Z Downloaded postcard v1.1.3
9412026-08-21T22:24:10.467Z Downloaded hyper-staticfile v0.10.1
9422026-08-21T22:24:10.467Z Downloaded phf v0.13.1
9432026-08-21T22:24:10.467Z Downloaded progenitor-client v0.14.0
9442026-08-21T22:24:10.472Z Downloaded darling_macro v0.20.11
9452026-08-21T22:24:10.472Z Downloaded digest-io v0.1.0
9462026-08-21T22:24:10.472Z Downloaded downcast-rs v2.0.2
9472026-08-21T22:24:10.472Z Downloaded mime_guess v2.0.5
9482026-08-21T22:24:10.472Z Downloaded progenitor-client v0.13.0
9492026-08-21T22:24:10.472Z Downloaded wnaf v0.14.0
9502026-08-21T22:24:10.477Z Downloaded structmeta v0.3.0
9512026-08-21T22:24:10.477Z Downloaded structmeta-derive v0.3.0
9522026-08-21T22:24:10.477Z Downloaded usdt-macro v0.6.0
9532026-08-21T22:24:10.481Z Downloaded darling v0.23.0
9542026-08-21T22:24:10.485Z Downloaded sha2 v0.11.0
9552026-08-21T22:24:10.485Z Downloaded usdt v0.6.0
9562026-08-21T22:24:10.485Z Downloaded keccak v0.2.0
9572026-08-21T22:24:10.488Z Downloaded illumos-nvpair v0.3.0
9582026-08-21T22:24:10.488Z Downloaded aes-gcm v0.11.0
9592026-08-21T22:24:10.488Z Downloaded convert_case v0.4.0
9602026-08-21T22:24:10.491Z Downloaded steno v0.4.1
9612026-08-21T22:24:10.494Z Downloaded sec1 v0.8.1
9622026-08-21T22:24:10.494Z Downloaded nu-ansi-term v0.50.3
9632026-08-21T22:24:10.497Z Downloaded num-rational v0.4.2
9642026-08-21T22:24:10.500Z Downloaded derive_more v0.99.20
9652026-08-21T22:24:10.504Z Downloaded knus v3.4.0
9662026-08-21T22:24:10.508Z Downloaded rand_seeder v0.4.0
9672026-08-21T22:24:10.508Z Downloaded typify v0.6.2
9682026-08-21T22:24:10.512Z Downloaded smallvec v0.6.14
9692026-08-21T22:24:10.512Z Downloaded writeable v0.6.2
9702026-08-21T22:24:10.515Z Downloaded uuid v1.23.4
9712026-08-21T22:24:10.520Z Downloaded mio v1.2.0
9722026-08-21T22:24:10.524Z Downloaded icu_locale_core v2.1.1
9732026-08-21T22:24:10.527Z Downloaded managed v0.8.0
9742026-08-21T22:24:10.527Z Downloaded sigpipe v0.1.3
9752026-08-21T22:24:10.530Z Downloaded icu_collections v2.1.1
9762026-08-21T22:24:10.533Z Downloaded slog-async v2.8.0
9772026-08-21T22:24:10.534Z Downloaded stacker v0.1.23
9782026-08-21T22:24:10.536Z Downloaded reqwest v0.13.2
9792026-08-21T22:24:10.540Z Downloaded unicode-segmentation v1.12.0
9802026-08-21T22:24:10.543Z Downloaded rustls-pemfile v2.2.0
9812026-08-21T22:24:10.543Z Downloaded quinn v0.11.11
9822026-08-21T22:24:10.545Z Downloaded rustls-pki-types v1.14.0
9832026-08-21T22:24:10.546Z Downloaded tap v1.0.1
9842026-08-21T22:24:10.546Z Downloaded aho-corasick v1.1.4
9852026-08-21T22:24:10.550Z Downloaded predicates-core v1.0.10
9862026-08-21T22:24:10.553Z Downloaded progenitor-macro v0.13.0
9872026-08-21T22:24:10.553Z Downloaded serde_bytes v0.11.19
9882026-08-21T22:24:10.553Z Downloaded regex v1.12.3
9892026-08-21T22:24:10.556Z Downloaded libsw-core v0.3.2
9902026-08-21T22:24:10.559Z Downloaded trait-variant v0.1.2
9912026-08-21T22:24:10.562Z Downloaded yoke-derive v0.8.1
9922026-08-21T22:24:10.562Z Downloaded samael v0.0.19
9932026-08-21T22:24:10.566Z Downloaded darling_core v0.13.4
9942026-08-21T22:24:10.569Z Downloaded tokio-native-tls v0.3.1
9952026-08-21T22:24:10.569Z Downloaded rsa v0.10.0-rc.18
9962026-08-21T22:24:10.574Z Downloaded sha1 v0.10.6
9972026-08-21T22:24:10.574Z Downloaded delegate v0.13.5
9982026-08-21T22:24:10.577Z Downloaded miette-derive v7.6.0
9992026-08-21T22:24:10.580Z Downloaded similar v2.7.0
10002026-08-21T22:24:10.583Z Downloaded zone v0.3.1
10012026-08-21T22:24:10.583Z Downloaded crossbeam-epoch v0.9.18
10022026-08-21T22:24:10.586Z Downloaded utf-8 v0.7.6
10032026-08-21T22:24:10.591Z Downloaded diesel_derives v2.3.7
10042026-08-21T22:24:10.594Z Downloaded ed25519 v3.0.0
10052026-08-21T22:24:10.594Z Downloaded hashbrown v0.15.5
10062026-08-21T22:24:10.600Z Downloaded ingot-types v0.2.0
10072026-08-21T22:24:10.604Z Downloaded num_enum v0.5.11
10082026-08-21T22:24:10.604Z Downloaded rustls-native-certs v0.8.3
10092026-08-21T22:24:10.609Z Downloaded dirs-sys-next v0.1.2
10102026-08-21T22:24:10.609Z Downloaded rawzip v0.4.4
10112026-08-21T22:24:10.612Z Downloaded progenitor-impl v0.13.0
10122026-08-21T22:24:10.612Z Downloaded ron v0.8.1
10132026-08-21T22:24:10.616Z Downloaded idna_adapter v1.2.1
10142026-08-21T22:24:10.616Z Downloaded maybe-uninit v2.0.0
10152026-08-21T22:24:10.620Z Downloaded slog-term v2.9.2
10162026-08-21T22:24:10.620Z Downloaded string_cache v0.8.9
10172026-08-21T22:24:10.620Z Downloaded support-bundle-viewer v0.1.2
10182026-08-21T22:24:10.620Z Downloaded rtoolbox v0.0.3
10192026-08-21T22:24:10.623Z Downloaded signal-hook v0.3.18
10202026-08-21T22:24:10.626Z Downloaded diff v0.1.13
10212026-08-21T22:24:10.629Z Downloaded rand_pcg v0.10.2
10222026-08-21T22:24:10.629Z Downloaded same-file v1.0.6
10232026-08-21T22:24:10.629Z Downloaded signature v3.0.0
10242026-08-21T22:24:10.632Z Downloaded num_enum_derive v0.5.11
10252026-08-21T22:24:10.647Z Downloaded drift v0.2.0
10262026-08-21T22:24:10.651Z Downloaded smallvec v1.15.1
10272026-08-21T22:24:10.651Z Downloaded zstd v0.13.3
10282026-08-21T22:24:10.651Z Downloaded convert_case v0.10.0
10292026-08-21T22:24:10.651Z Downloaded hyper-util v0.1.20
10302026-08-21T22:24:10.651Z Downloaded testing_table v0.3.0
10312026-08-21T22:24:10.651Z Downloaded darling_macro v0.13.4
10322026-08-21T22:24:10.651Z Downloaded poly1305 v0.9.0
10332026-08-21T22:24:10.656Z Downloaded spki v0.8.0
10342026-08-21T22:24:10.656Z Downloaded num-bigint-dig v0.8.6
10352026-08-21T22:24:10.661Z Downloaded ed25519-dalek v3.0.0
10362026-08-21T22:24:10.661Z Downloaded openssl-sys v0.9.117
10372026-08-21T22:24:10.666Z Downloaded minimal-lexical v0.2.1
10382026-08-21T22:24:10.669Z Downloaded phf v0.12.1
10392026-08-21T22:24:10.669Z Downloaded sponge-cursor v0.1.0
10402026-08-21T22:24:10.669Z Downloaded universal-hash v0.6.1
10412026-08-21T22:24:10.669Z Downloaded zerofrom v0.1.6
10422026-08-21T22:24:10.669Z Downloaded dsl_auto_type v0.2.0
10432026-08-21T22:24:10.669Z Downloaded indoc v1.0.9
10442026-08-21T22:24:10.673Z Downloaded digest v0.11.3
10452026-08-21T22:24:10.679Z Downloaded hashbrown v0.14.5
10462026-08-21T22:24:10.679Z Downloaded schemars v1.2.1
10472026-08-21T22:24:10.686Z Downloaded hashbrown v0.16.1
10482026-08-21T22:24:10.691Z Downloaded idna v1.1.0
10492026-08-21T22:24:10.695Z Downloaded num-bigint v0.4.6
10502026-08-21T22:24:10.695Z Downloaded rand_chacha v0.9.0
10512026-08-21T22:24:10.700Z Downloaded crypto-bigint v0.5.5
10522026-08-21T22:24:10.704Z Downloaded der v0.7.10
10532026-08-21T22:24:10.704Z Downloaded unicode-properties v0.1.4
10542026-08-21T22:24:10.704Z Downloaded vergen-lib v9.1.0
10552026-08-21T22:24:10.704Z Downloaded native-tls v0.2.18
10562026-08-21T22:24:10.707Z Downloaded oso-derive v0.27.3
10572026-08-21T22:24:10.707Z Downloaded tokio-tungstenite v0.21.0
10582026-08-21T22:24:10.707Z Downloaded itertools v0.14.0
10592026-08-21T22:24:10.710Z Downloaded lazy_static v1.5.0
10602026-08-21T22:24:10.713Z Downloaded lru-cache v0.1.2
10612026-08-21T22:24:10.713Z Downloaded cookie v0.18.1
10622026-08-21T22:24:10.714Z Downloaded strum_macros v0.27.2
10632026-08-21T22:24:10.717Z Downloaded qorb v0.4.1
10642026-08-21T22:24:10.720Z Downloaded pkcs1 v0.7.5
10652026-08-21T22:24:10.720Z Downloaded slog-bunyan v2.5.0
10662026-08-21T22:24:10.723Z Downloaded supports-unicode v3.0.0
10672026-08-21T22:24:10.723Z Downloaded typify-macro v0.6.2
10682026-08-21T22:24:10.723Z Downloaded xattr v1.6.1
10692026-08-21T22:24:10.723Z Downloaded crc v3.4.0
10702026-08-21T22:24:10.728Z Downloaded password-hash v0.5.0
10712026-08-21T22:24:10.728Z Downloaded pkcs8 v0.10.2
10722026-08-21T22:24:10.728Z Downloaded rand_chacha v0.3.1
10732026-08-21T22:24:10.731Z Downloaded rfc6979 v0.4.0
10742026-08-21T22:24:10.731Z Downloaded x509-cert v0.2.5
10752026-08-21T22:24:10.734Z Downloaded icu_normalizer_data v2.1.1
10762026-08-21T22:24:10.734Z Downloaded ignore v0.4.25
10772026-08-21T22:24:10.738Z Downloaded publicsuffix v2.3.0
10782026-08-21T22:24:10.738Z Downloaded rustls-platform-verifier v0.6.2
10792026-08-21T22:24:10.742Z Downloaded tinyvec v1.10.0
10802026-08-21T22:24:10.742Z Downloaded litemap v0.8.1
10812026-08-21T22:24:10.742Z Downloaded derive-ex v0.1.8
10822026-08-21T22:24:10.745Z Downloaded oso v0.27.3
10832026-08-21T22:24:10.746Z Downloaded internet-checksum v0.2.1
10842026-08-21T22:24:10.746Z Downloaded zerofrom-derive v0.1.6
10852026-08-21T22:24:10.749Z Downloaded derive_builder_macro v0.20.2
10862026-08-21T22:24:10.749Z Downloaded kstat-rs v0.2.5
10872026-08-21T22:24:10.749Z Downloaded jiff-core v0.1.0
10882026-08-21T22:24:10.753Z Downloaded serde_with_macros v3.21.0
10892026-08-21T22:24:10.753Z Downloaded zerocopy v0.6.6
10902026-08-21T22:24:10.756Z Downloaded futures-util v0.3.32
10912026-08-21T22:24:10.761Z Downloaded time-core v0.1.8
10922026-08-21T22:24:10.764Z Downloaded zopfli v0.8.3
10932026-08-21T22:24:10.764Z Downloaded miniz_oxide v0.8.9
10942026-08-21T22:24:10.769Z Downloaded icu_provider v2.1.1
10952026-08-21T22:24:10.769Z Downloaded des v0.9.0
10962026-08-21T22:24:10.769Z Downloaded unicode_categories v0.1.1
10972026-08-21T22:24:10.772Z Downloaded darling_core v0.20.11
10982026-08-21T22:24:10.773Z Downloaded vergen-lib v0.1.6
10992026-08-21T22:24:10.773Z Downloaded lzss v0.8.2
11002026-08-21T22:24:10.777Z Downloaded recursive-proc-macro-impl v0.1.1
11012026-08-21T22:24:10.777Z Downloaded nom v8.0.0
11022026-08-21T22:24:10.781Z Downloaded strsim v0.10.0
11032026-08-21T22:24:10.781Z Downloaded darling v0.20.11
11042026-08-21T22:24:10.784Z Downloaded phc v0.6.1
11052026-08-21T22:24:10.784Z Downloaded libbz2-rs-sys v0.2.2
11062026-08-21T22:24:10.784Z Downloaded ctutils v0.4.2
11072026-08-21T22:24:10.789Z Downloaded dropshot-api-manager-types v0.8.0
11082026-08-21T22:24:10.789Z Downloaded humantime v2.3.0
11092026-08-21T22:24:10.789Z Downloaded stable_deref_trait v1.2.1
11102026-08-21T22:24:10.789Z Downloaded try-lock v0.2.5
11112026-08-21T22:24:10.789Z Downloaded darling_macro v0.21.3
11122026-08-21T22:24:10.792Z Downloaded blake3 v1.8.5
11132026-08-21T22:24:10.796Z Downloaded dropshot-api-manager v0.8.0
11142026-08-21T22:24:10.799Z Downloaded progenitor v0.14.0
11152026-08-21T22:24:10.799Z Downloaded tar v0.4.46
11162026-08-21T22:24:10.804Z Downloaded waitgroup v0.1.2
11172026-08-21T22:24:10.804Z Downloaded crc8 v0.1.1
11182026-08-21T22:24:10.804Z Downloaded libsw v3.5.0
11192026-08-21T22:24:10.804Z Downloaded ml-kem v0.3.2
11202026-08-21T22:24:10.804Z Downloaded document-features v0.2.12
11212026-08-21T22:24:10.808Z Downloaded ident_case v1.0.1
11222026-08-21T22:24:10.808Z Downloaded progenitor-macro v0.14.0
11232026-08-21T22:24:10.808Z Downloaded parking_lot_core v0.9.12
11242026-08-21T22:24:10.808Z Downloaded module-lattice v0.2.3
11252026-08-21T22:24:10.808Z Downloaded der v0.8.0
11262026-08-21T22:24:10.811Z Downloaded nonempty v0.12.0
11272026-08-21T22:24:10.811Z Downloaded scroll_derive v0.13.1
11282026-08-21T22:24:10.811Z Downloaded sec1 v0.7.3
11292026-08-21T22:24:10.815Z Downloaded thiserror-no-std v2.0.2
11302026-08-21T22:24:10.815Z Downloaded predicates v3.1.4
11312026-08-21T22:24:10.820Z Downloaded toml v0.7.8
11322026-08-21T22:24:10.820Z Downloaded semver v0.1.20
11332026-08-21T22:24:10.827Z Downloaded cpubits v0.1.1
11342026-08-21T22:24:10.831Z Downloaded spin v0.9.8
11352026-08-21T22:24:10.831Z Downloaded universal-hash v0.5.1
11362026-08-21T22:24:10.832Z Downloaded inout v0.1.4
11372026-08-21T22:24:10.834Z Downloaded pretty_assertions v1.4.1
11382026-08-21T22:24:10.834Z Downloaded unicode-normalization v0.1.25
11392026-08-21T22:24:10.837Z Downloaded zip v4.6.1
11402026-08-21T22:24:10.841Z Downloaded hkdf v0.13.0
11412026-08-21T22:24:10.841Z Downloaded aws-lc-rs v1.16.3
11422026-08-21T22:24:10.846Z Downloaded bitvec v1.0.1
11432026-08-21T22:24:10.860Z Downloaded derive-where v1.6.0
11442026-08-21T22:24:10.864Z Downloaded prettyplease v0.2.37
11452026-08-21T22:24:10.864Z Downloaded p384 v0.14.0
11462026-08-21T22:24:10.864Z Downloaded indexmap v1.9.3
11472026-08-21T22:24:10.868Z Downloaded papergrid v0.18.0
11482026-08-21T22:24:10.868Z Downloaded primeorder v0.14.0
11492026-08-21T22:24:10.872Z Downloaded schemars_derive v0.8.22
11502026-08-21T22:24:10.872Z Downloaded md5 v0.8.0
11512026-08-21T22:24:10.872Z Downloaded tower-service v0.3.3
11522026-08-21T22:24:10.872Z Downloaded hkdf v0.12.4
11532026-08-21T22:24:10.877Z Downloaded hyper-rustls v0.27.7
11542026-08-21T22:24:10.877Z Downloaded pem v3.0.6
11552026-08-21T22:24:10.877Z Downloaded signal-hook-mio v0.2.5
11562026-08-21T22:24:10.877Z Downloaded precomputed-hash v0.1.1
11572026-08-21T22:24:10.882Z Downloaded itertools v0.12.1
11582026-08-21T22:24:10.886Z Downloaded libxml v0.3.3
11592026-08-21T22:24:10.890Z Downloaded defmt v0.3.100
11602026-08-21T22:24:10.891Z Downloaded lalrpop-util v0.19.12
11612026-08-21T22:24:10.891Z Downloaded maplit v1.0.2
11622026-08-21T22:24:10.894Z Downloaded unicode-bidi v0.3.18
11632026-08-21T22:24:10.894Z Downloaded sha3 v0.12.0
11642026-08-21T22:24:10.897Z Downloaded pem-rfc7468 v1.0.0
11652026-08-21T22:24:10.897Z Downloaded pkg-config v0.3.32
11662026-08-21T22:24:10.897Z Downloaded sync_wrapper v1.0.2
11672026-08-21T22:24:10.900Z Downloaded serdect v0.4.3
11682026-08-21T22:24:10.900Z Downloaded simd-adler32 v0.3.8
11692026-08-21T22:24:10.906Z Downloaded uzers v0.12.2
11702026-08-21T22:24:10.906Z Downloaded chrono v0.4.45
11712026-08-21T22:24:10.911Z Downloaded ssh-key v0.7.0-rc.11
11722026-08-21T22:24:10.915Z Downloaded quinn-proto v0.11.16
11732026-08-21T22:24:10.918Z Downloaded num_enum v0.7.6
11742026-08-21T22:24:10.918Z Downloaded ingot v0.2.1
11752026-08-21T22:24:10.921Z Downloaded itertools v0.10.5
11762026-08-21T22:24:10.924Z Downloaded crossterm v0.29.0
11772026-08-21T22:24:10.927Z Downloaded slog-scope v4.4.1
11782026-08-21T22:24:10.927Z Downloaded tokio-tungstenite v0.23.1
11792026-08-21T22:24:10.930Z Downloaded static_assertions v1.1.0
11802026-08-21T22:24:10.930Z Downloaded tokio-util v0.7.18
11812026-08-21T22:24:10.933Z Downloaded winnow v0.6.26
11822026-08-21T22:24:10.938Z Downloaded wyz v0.5.1
11832026-08-21T22:24:10.942Z Downloaded pin-project v1.1.11
11842026-08-21T22:24:10.947Z Downloaded icu_properties v2.1.2
11852026-08-21T22:24:10.950Z Downloaded scuffle v0.1.0
11862026-08-21T22:24:10.950Z Downloaded parking_lot v0.11.2
11872026-08-21T22:24:10.953Z Downloaded strum_macros v0.26.4
11882026-08-21T22:24:10.953Z Downloaded bindgen v0.71.1
11892026-08-21T22:24:10.957Z Downloaded tinystr v0.8.2
11902026-08-21T22:24:10.960Z Downloaded vergen-git2 v9.1.0
11912026-08-21T22:24:10.960Z Downloaded zerocopy-derive v0.8.55
11922026-08-21T22:24:10.966Z Downloaded miette v7.6.0
11932026-08-21T22:24:10.969Z Downloaded pkcs5 v0.8.1
11942026-08-21T22:24:10.972Z Downloaded displaydoc v0.2.5
11952026-08-21T22:24:10.972Z Downloaded zerovec-derive v0.11.2
11962026-08-21T22:24:10.975Z Downloaded term v0.7.0
11972026-08-21T22:24:10.975Z Downloaded defmt v1.0.1
11982026-08-21T22:24:10.980Z Downloaded num-traits v0.2.19
11992026-08-21T22:24:10.983Z Downloaded serde-hex v0.1.0
12002026-08-21T22:24:10.983Z Downloaded tokio-postgres v0.7.16
12012026-08-21T22:24:10.983Z Downloaded parse-display-derive v0.10.0
12022026-08-21T22:24:10.986Z Downloaded darling v0.21.3
12032026-08-21T22:24:10.990Z Downloaded csv-core v0.1.13
12042026-08-21T22:24:10.990Z Downloaded derive_more v2.1.1
12052026-08-21T22:24:10.994Z Downloaded libloading v0.8.9
12062026-08-21T22:24:10.998Z Downloaded typed-path v0.9.3
12072026-08-21T22:24:11.001Z Downloaded winnow v1.0.3
12082026-08-21T22:24:11.006Z Downloaded nom v7.1.3
12092026-08-21T22:24:11.009Z Downloaded reqwest v0.12.28
12102026-08-21T22:24:11.014Z Downloaded ryu v1.0.23
12112026-08-21T22:24:11.018Z Downloaded h2 v0.4.15
12122026-08-21T22:24:11.023Z Downloaded iri-string v0.7.10
12132026-08-21T22:24:11.026Z Downloaded rand v0.9.2
12142026-08-21T22:24:11.026Z Downloaded rand v0.8.6
12152026-08-21T22:24:11.029Z Downloaded darling_core v0.21.3
12162026-08-21T22:24:11.034Z Downloaded toml v1.1.2+spec-1.1.0
12172026-08-21T22:24:11.034Z Downloaded tracing-core v0.1.36
12182026-08-21T22:24:11.037Z Downloaded crypto-primes v0.7.2
12192026-08-21T22:24:11.041Z Downloaded dropshot_endpoint v0.17.1
12202026-08-21T22:24:11.041Z Downloaded salty v0.3.0
12212026-08-21T22:24:11.044Z Downloaded proptest v1.11.0
12222026-08-21T22:24:11.050Z Downloaded darling_core v0.23.0
12232026-08-21T22:24:11.053Z Downloaded p256 v0.14.0
12242026-08-21T22:24:11.056Z Downloaded p521 v0.14.0
12252026-08-21T22:24:11.059Z Downloaded socket2 v0.6.3
12262026-08-21T22:24:11.059Z Downloaded elliptic-curve v0.13.8
12272026-08-21T22:24:11.062Z Downloaded winnow v0.5.40
12282026-08-21T22:24:11.066Z Downloaded polar-core v0.27.3
12292026-08-21T22:24:11.071Z Downloaded tower-http v0.6.8
12302026-08-21T22:24:11.077Z Downloaded rustls-webpki v0.103.13
12312026-08-21T22:24:11.082Z Downloaded moka v0.12.13
12322026-08-21T22:24:11.085Z Downloaded tower v0.5.3
12332026-08-21T22:24:11.089Z Downloaded gimli v0.32.3
12342026-08-21T22:24:11.093Z Downloaded internal-russh-num-bigint v0.5.0
12352026-08-21T22:24:11.097Z Downloaded russh v0.62.4
12362026-08-21T22:24:11.101Z Downloaded rand v0.10.1
12372026-08-21T22:24:11.104Z Downloaded rsa v0.9.10
12382026-08-21T22:24:11.108Z Downloaded git2 v0.20.4
12392026-08-21T22:24:11.113Z Downloaded serde_with v1.14.0
12402026-08-21T22:24:11.116Z Downloaded quick-xml v0.37.5
12412026-08-21T22:24:11.121Z Downloaded rayon v1.11.0
12422026-08-21T22:24:11.124Z Downloaded url v2.5.8
12432026-08-21T22:24:11.124Z Downloaded crossbeam-channel v0.5.15
12442026-08-21T22:24:11.128Z Downloaded derive_more-impl v2.1.1
12452026-08-21T22:24:11.131Z Downloaded rustyline v14.0.0
12462026-08-21T22:24:11.131Z Downloaded vcpkg v0.2.15
12472026-08-21T22:24:11.155Z Downloaded ed25519-dalek v2.2.0
12482026-08-21T22:24:11.158Z Downloaded bstr v1.12.1
12492026-08-21T22:24:11.161Z Downloaded zerovec v0.11.5
12502026-08-21T22:24:11.164Z Downloaded serde_with v3.21.0
12512026-08-21T22:24:11.171Z Downloaded petname v2.0.2
12522026-08-21T22:24:11.175Z Downloaded zlib-rs v0.6.2
12532026-08-21T22:24:11.178Z Downloaded goblin v0.10.5
12542026-08-21T22:24:11.181Z Downloaded lalrpop v0.19.12
12552026-08-21T22:24:11.188Z Downloaded portable-atomic v1.13.1
12562026-08-21T22:24:11.191Z Downloaded hyper v1.10.1
12572026-08-21T22:24:11.197Z Downloaded tabled v0.21.0
12582026-08-21T22:24:11.205Z Downloaded crossterm v0.28.1
12592026-08-21T22:24:11.209Z Downloaded iddqd v0.4.2
12602026-08-21T22:24:11.215Z Downloaded p384 v0.13.1
12612026-08-21T22:24:11.217Z Downloaded crypto-bigint v0.7.5
12622026-08-21T22:24:11.225Z Downloaded libm v0.2.16
12632026-08-21T22:24:11.232Z Downloaded itertools v0.15.0
12642026-08-21T22:24:11.235Z Downloaded radix_trie v0.2.1
12652026-08-21T22:24:11.238Z Downloaded regress v0.10.5
12662026-08-21T22:24:11.243Z Downloaded smoltcp v0.11.0
12672026-08-21T22:24:11.250Z Downloaded object v0.30.4
12682026-08-21T22:24:11.255Z Downloaded tough v0.22.0
12692026-08-21T22:24:11.261Z Downloaded itertools v0.13.0
12702026-08-21T22:24:11.266Z Downloaded reedline v0.40.0
12712026-08-21T22:24:11.273Z Downloaded nix v0.27.1
12722026-08-21T22:24:11.277Z Downloaded time v0.3.47
12732026-08-21T22:24:11.303Z Downloaded icu_properties_data v2.1.2
12742026-08-21T22:24:11.306Z Downloaded diesel v2.3.7
12752026-08-21T22:24:11.318Z Downloaded nix v0.28.0
12762026-08-21T22:24:11.325Z Downloaded rustls v0.23.41
12772026-08-21T22:24:11.354Z Downloaded hickory-proto v0.24.4
12782026-08-21T22:24:11.363Z Downloaded zerocopy v0.8.55
12792026-08-21T22:24:11.375Z Downloaded curve25519-dalek v5.0.0
12802026-08-21T22:24:11.381Z Downloaded smoltcp v0.9.1
12812026-08-21T22:24:11.390Z Downloaded tracing v0.1.44
12822026-08-21T22:24:11.409Z Downloaded ratatui v0.29.0
12832026-08-21T22:24:11.417Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-08-21T22:24:11.425Z Downloaded hickory-proto v0.25.2
12852026-08-21T22:24:11.435Z Downloaded rustix v0.38.44
12862026-08-21T22:24:11.448Z Downloaded curve25519-dalek v4.1.3
12872026-08-21T22:24:11.454Z Downloaded openssl v0.10.80
12882026-08-21T22:24:11.460Z Downloaded dropshot v0.17.1
12892026-08-21T22:24:11.474Z Downloaded openapiv3 v2.2.0
12902026-08-21T22:24:11.480Z Downloaded sqlparser v0.61.0
12912026-08-21T22:24:11.488Z Downloaded regex-syntax v0.6.29
12922026-08-21T22:24:11.491Z Downloaded sha3 v0.11.0
12932026-08-21T22:24:11.494Z Downloaded chrono-tz v0.10.4
12942026-08-21T22:24:11.503Z Downloaded object v0.37.3
12952026-08-21T22:24:11.509Z Downloaded regex-syntax v0.8.10
12962026-08-21T22:24:11.513Z Downloaded sled v0.34.7
12972026-08-21T22:24:11.519Z Downloaded jiff v0.2.34
12982026-08-21T22:24:11.529Z Downloaded petgraph v0.8.3
12992026-08-21T22:24:11.541Z Downloaded nix v0.31.2
13002026-08-21T22:24:11.548Z Downloaded regress v0.11.1
13012026-08-21T22:24:11.553Z Downloaded sha3 v0.10.8
13022026-08-21T22:24:11.557Z Downloaded zerocopy-derive v0.6.6
13032026-08-21T22:24:11.561Z Downloaded typify-impl v0.6.2
13042026-08-21T22:24:11.569Z Downloaded csv v1.4.0
13052026-08-21T22:24:11.581Z Downloaded tokio v1.52.1
13062026-08-21T22:24:11.605Z Downloaded petgraph v0.6.5
13072026-08-21T22:24:11.615Z Downloaded regex-automata v0.4.14
13082026-08-21T22:24:11.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-08-21T22:24:11.634Z Downloaded libz-sys v1.1.24
13102026-08-21T22:24:11.646Z Downloaded ring v0.17.14
13112026-08-21T22:24:11.671Z Downloaded encoding_rs v0.8.35
13122026-08-21T22:24:11.684Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-21T22:24:12.080Z Downloaded aws-lc-sys v0.40.0
13142026-08-21T22:24:12.341Z Compiling serde_core v1.0.228
13152026-08-21T22:24:12.341Z Compiling libc v0.2.185
13162026-08-21T22:24:12.341Z Compiling serde v1.0.228
13172026-08-21T22:24:12.341Z Compiling log v0.4.33
13182026-08-21T22:24:12.341Z Compiling smallvec v1.15.1
13192026-08-21T22:24:12.344Z Compiling shlex v1.3.0
13202026-08-21T22:24:12.344Z Compiling find-msvc-tools v0.1.9
13212026-08-21T22:24:12.344Z Compiling subtle v2.6.1
13222026-08-21T22:24:12.344Z Compiling scopeguard v1.2.0
13232026-08-21T22:24:12.344Z Compiling stable_deref_trait v1.2.1
13242026-08-21T22:24:12.344Z Compiling typenum v1.20.1
13252026-08-21T22:24:12.344Z Compiling zerocopy v0.8.55
13262026-08-21T22:24:12.480Z Compiling portable-atomic v1.13.1
13272026-08-21T22:24:12.540Z Compiling serde_json v1.0.151
13282026-08-21T22:24:12.568Z Compiling syn v2.0.117
13292026-08-21T22:24:12.580Z Compiling critical-section v1.2.0
13302026-08-21T22:24:12.690Z Compiling lock_api v0.4.14
13312026-08-21T22:24:12.705Z Compiling libm v0.2.16
13322026-08-21T22:24:12.718Z Compiling num-traits v0.2.19
13332026-08-21T22:24:12.734Z Compiling pkg-config v0.3.32
13342026-08-21T22:24:12.792Z Compiling generic-array v0.14.7
13352026-08-21T22:24:12.877Z Compiling pin-project-lite v0.2.17
13362026-08-21T22:24:12.880Z Compiling const-oid v0.9.6
13372026-08-21T22:24:12.946Z Compiling parking_lot_core v0.9.12
13382026-08-21T22:24:12.963Z Compiling getrandom v0.3.4
13392026-08-21T22:24:12.977Z Compiling litemap v0.8.1
13402026-08-21T22:24:13.009Z Compiling futures-core v0.3.32
13412026-08-21T22:24:13.041Z Compiling writeable v0.6.2
13422026-08-21T22:24:13.171Z Compiling percent-encoding v2.3.2
13432026-08-21T22:24:13.191Z Compiling icu_properties_data v2.1.2
13442026-08-21T22:24:13.221Z Compiling icu_normalizer_data v2.1.1
13452026-08-21T22:24:13.237Z Compiling rustix v1.1.4
13462026-08-21T22:24:13.279Z Compiling getrandom v0.4.3
13472026-08-21T22:24:13.293Z Compiling futures-sink v0.3.32
13482026-08-21T22:24:13.293Z Compiling rand_core v0.10.0
13492026-08-21T22:24:13.383Z Compiling slab v0.4.12
13502026-08-21T22:24:13.458Z Compiling futures-channel v0.3.32
13512026-08-21T22:24:13.463Z Compiling futures-task v0.3.32
13522026-08-21T22:24:13.485Z Compiling utf8_iter v1.0.4
13532026-08-21T22:24:13.501Z Compiling futures-io v0.3.32
13542026-08-21T22:24:13.582Z Compiling errno v0.3.14
13552026-08-21T22:24:13.611Z Compiling jobserver v0.1.34
13562026-08-21T22:24:13.629Z Compiling getrandom v0.2.17
13572026-08-21T22:24:13.662Z Compiling mio v1.2.0
13582026-08-21T22:24:13.665Z Compiling socket2 v0.6.3
13592026-08-21T22:24:13.696Z Compiling signal-hook-registry v1.4.8
13602026-08-21T22:24:13.728Z Compiling form_urlencoded v1.2.2
13612026-08-21T22:24:13.755Z Compiling rustversion v1.0.22
13622026-08-21T22:24:13.788Z Compiling once_cell v1.21.3
13632026-08-21T22:24:13.887Z Compiling cc v1.2.56
13642026-08-21T22:24:13.902Z Compiling rand_core v0.6.4
13652026-08-21T22:24:13.933Z Compiling parking_lot v0.12.5
13662026-08-21T22:24:13.946Z Compiling iana-time-zone v0.1.65
13672026-08-21T22:24:14.023Z Compiling base64ct v1.8.3
13682026-08-21T22:24:14.042Z Compiling flagset v0.4.7
13692026-08-21T22:24:14.092Z Compiling fs_extra v1.3.0
13702026-08-21T22:24:14.309Z Compiling ident_case v1.0.1
13712026-08-21T22:24:14.309Z Compiling regex-syntax v0.8.10
13722026-08-21T22:24:14.355Z Compiling dunce v1.0.5
13732026-08-21T22:24:14.355Z Compiling rand_core v0.9.5
13742026-08-21T22:24:14.356Z Compiling base64 v0.22.1
13752026-08-21T22:24:14.356Z Compiling syn v1.0.109
13762026-08-21T22:24:14.356Z Compiling vcpkg v0.2.15
13772026-08-21T22:24:14.356Z Compiling tracing-core v0.1.36
13782026-08-21T22:24:14.356Z Compiling schemars v0.8.22
13792026-08-21T22:24:14.363Z Compiling pem-rfc7468 v0.7.0
13802026-08-21T22:24:14.363Z Compiling simd-adler32 v0.3.8
13812026-08-21T22:24:14.364Z Compiling aws-lc-rs v1.16.3
13822026-08-21T22:24:14.364Z Compiling cpufeatures v0.2.17
13832026-08-21T22:24:14.460Z Compiling dyn-clone v1.0.20
13842026-08-21T22:24:14.489Z Compiling spin v0.9.8
13852026-08-21T22:24:14.509Z Compiling crc32fast v1.5.0
13862026-08-21T22:24:14.547Z Compiling httparse v1.10.1
13872026-08-21T22:24:14.640Z Compiling openssl-probe v0.2.1
13882026-08-21T22:24:14.659Z Compiling adler2 v2.0.1
13892026-08-21T22:24:14.677Z Compiling cmake v0.1.57
13902026-08-21T22:24:14.695Z Compiling cmov v0.5.4
13912026-08-21T22:24:14.711Z Compiling tinyvec_macros v0.1.1
13922026-08-21T22:24:14.756Z Compiling aho-corasick v1.1.4
13932026-08-21T22:24:14.798Z Compiling miniz_oxide v0.8.9
13942026-08-21T22:24:14.815Z Compiling tinyvec v1.10.0
13952026-08-21T22:24:14.854Z Compiling untrusted v0.7.1
13962026-08-21T22:24:14.869Z Compiling radium v0.7.0
13972026-08-21T22:24:14.885Z Compiling bitflags v2.11.0
13982026-08-21T22:24:14.934Z Compiling semver v1.0.28
13992026-08-21T22:24:14.948Z Compiling indexmap v2.14.0
14002026-08-21T22:24:15.002Z Compiling uuid v1.23.4
14012026-08-21T22:24:15.056Z Compiling ctutils v0.4.2
14022026-08-21T22:24:15.105Z Compiling tower-service v0.3.3
14032026-08-21T22:24:15.142Z Compiling atomic-waker v1.1.2
14042026-08-21T22:24:15.156Z Compiling try-lock v0.2.5
14052026-08-21T22:24:15.200Z Compiling rustc_version v0.4.1
14062026-08-21T22:24:15.218Z Compiling tower-layer v0.3.3
14072026-08-21T22:24:15.278Z Compiling want v0.3.1
14082026-08-21T22:24:15.339Z Compiling foreign-types-shared v0.1.1
14092026-08-21T22:24:15.398Z Compiling untrusted v0.9.0
14102026-08-21T22:24:15.437Z Compiling httpdate v1.0.3
14112026-08-21T22:24:15.451Z Compiling rustls v0.23.41
14122026-08-21T22:24:15.467Z Compiling maybe-uninit v2.0.0
14132026-08-21T22:24:15.541Z Compiling tap v1.0.1
14142026-08-21T22:24:15.555Z Compiling openssl v0.10.80
14152026-08-21T22:24:15.559Z Compiling aws-lc-sys v0.40.0
14162026-08-21T22:24:15.559Z Compiling openssl-sys v0.9.117
14172026-08-21T22:24:15.631Z Compiling synstructure v0.13.2
14182026-08-21T22:24:15.646Z Compiling serde_derive_internals v0.29.1
14192026-08-21T22:24:15.661Z Compiling pest_generator v2.8.6
14202026-08-21T22:24:15.677Z Compiling darling_core v0.20.11
14212026-08-21T22:24:15.693Z Compiling regex-automata v0.4.14
14222026-08-21T22:24:15.721Z Compiling wyz v0.5.1
14232026-08-21T22:24:15.816Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14242026-08-21T22:24:15.831Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-21T22:24:15.932Z Compiling foreign-types v0.3.2
14262026-08-21T22:24:16.014Z Compiling tempfile v3.27.0
14272026-08-21T22:24:16.094Z Compiling terminal_size v0.4.3
14282026-08-21T22:24:16.246Z Compiling unicode-normalization v0.1.25
14292026-08-21T22:24:16.264Z Compiling num-integer v0.1.46
14302026-08-21T22:24:16.280Z Compiling wait-timeout v0.2.1
14312026-08-21T22:24:16.315Z Compiling ahash v0.8.12
14322026-08-21T22:24:16.393Z Compiling num-bigint-dig v0.8.6
14332026-08-21T22:24:16.417Z Compiling native-tls v0.2.18
14342026-08-21T22:24:16.447Z Compiling quick-error v1.2.3
14352026-08-21T22:24:16.606Z Compiling packed_struct v0.10.1
14362026-08-21T22:24:16.623Z Compiling powerfmt v0.2.0
14372026-08-21T22:24:16.623Z Compiling funty v2.0.0
14382026-08-21T22:24:16.639Z Compiling num-conv v0.2.0
14392026-08-21T22:24:16.652Z Compiling bit-vec v0.8.0
14402026-08-21T22:24:16.671Z Compiling time-core v0.1.8
14412026-08-21T22:24:16.696Z Compiling clap_builder v4.6.0
14422026-08-21T22:24:16.760Z Compiling num-iter v0.1.45
14432026-08-21T22:24:16.784Z Compiling deranged v0.5.8
14442026-08-21T22:24:16.799Z Compiling rusty-fork v0.3.1
14452026-08-21T22:24:16.852Z Compiling time-macros v0.2.27
14462026-08-21T22:24:16.894Z Compiling bit-set v0.8.0
14472026-08-21T22:24:16.938Z Compiling lazy_static v1.5.0
14482026-08-21T22:24:16.953Z Compiling rand_xorshift v0.4.0
14492026-08-21T22:24:16.988Z Compiling bitvec v1.0.1
14502026-08-21T22:24:17.042Z Compiling sync_wrapper v1.0.2
14512026-08-21T22:24:17.073Z Compiling indexmap v1.9.3
14522026-08-21T22:24:17.131Z Compiling zlib-rs v0.6.2
14532026-08-21T22:24:17.145Z Compiling nodrop v0.1.14
14542026-08-21T22:24:17.163Z Compiling paste v1.0.15
14552026-08-21T22:24:17.248Z Compiling unarray v0.1.4
14562026-08-21T22:24:17.264Z Compiling siphasher v1.0.2
14572026-08-21T22:24:17.278Z Compiling usdt-impl v0.6.0
14582026-08-21T22:24:17.376Z Compiling crc-catalog v2.4.0
14592026-08-21T22:24:17.452Z Compiling object v0.37.3
14602026-08-21T22:24:17.470Z Compiling num_threads v0.1.7
14612026-08-21T22:24:17.484Z Compiling crossbeam-utils v0.8.21
14622026-08-21T22:24:17.504Z Compiling serde_derive v1.0.228
14632026-08-21T22:24:17.514Z Compiling zeroize_derive v1.5.0
14642026-08-21T22:24:17.579Z Compiling zerofrom-derive v0.1.6
14652026-08-21T22:24:17.735Z Compiling zerocopy-derive v0.8.55
14662026-08-21T22:24:17.818Z Compiling yoke-derive v0.8.1
14672026-08-21T22:24:17.818Z Compiling zerovec-derive v0.11.2
14682026-08-21T22:24:17.856Z Compiling displaydoc v0.2.5
14692026-08-21T22:24:17.982Z Compiling tokio-macros v2.7.0
14702026-08-21T22:24:18.130Z Compiling futures-macro v0.3.32
14712026-08-21T22:24:18.244Z Compiling thiserror-impl v2.0.18
14722026-08-21T22:24:18.502Z Compiling der_derive v0.7.3
14732026-08-21T22:24:18.634Z Compiling tracing-attributes v0.1.31
14742026-08-21T22:24:18.744Z Compiling schemars_derive v0.8.22
14752026-08-21T22:24:18.748Z Compiling scroll_derive v0.13.1
14762026-08-21T22:24:18.986Z Compiling pest_derive v2.8.6
14772026-08-21T22:24:19.016Z Compiling futures-util v0.3.32
14782026-08-21T22:24:19.064Z Compiling zerofrom v0.1.6
14792026-08-21T22:24:19.078Z Compiling darling_macro v0.20.11
14802026-08-21T22:24:19.206Z Compiling yoke v0.8.1
14812026-08-21T22:24:19.411Z Compiling zerovec v0.11.5
14822026-08-21T22:24:19.473Z Compiling zerotrie v0.2.3
14832026-08-21T22:24:19.539Z Compiling thiserror-impl v1.0.69
14842026-08-21T22:24:19.608Z Compiling openssl-macros v0.1.1
14852026-08-21T22:24:19.637Z Compiling scroll v0.13.0
14862026-08-21T22:24:19.663Z Compiling thiserror v2.0.18
14872026-08-21T22:24:19.785Z Compiling darling v0.20.11
14882026-08-21T22:24:19.801Z Compiling packed_struct_codegen v0.10.1
14892026-08-21T22:24:19.833Z Compiling bitfield-macros v0.19.4
14902026-08-21T22:24:19.884Z Compiling goblin v0.10.5
14912026-08-21T22:24:19.928Z Compiling tinystr v0.8.2
14922026-08-21T22:24:19.963Z Compiling potential_utf v0.1.4
14932026-08-21T22:24:20.047Z Compiling zerocopy-derive v0.6.6
14942026-08-21T22:24:20.062Z Compiling tracing v0.1.44
14952026-08-21T22:24:20.098Z Compiling icu_collections v2.1.1
14962026-08-21T22:24:20.146Z Compiling icu_locale_core v2.1.1
14972026-08-21T22:24:20.162Z Compiling clap_derive v4.6.1
14982026-08-21T22:24:20.357Z Compiling flate2 v1.1.9
14992026-08-21T22:24:20.430Z Compiling derive_builder_core v0.20.2
15002026-08-21T22:24:20.596Z Compiling dtrace-parser v0.3.0
15012026-08-21T22:24:20.609Z Compiling bitfield v0.19.4
15022026-08-21T22:24:20.800Z Compiling icu_provider v2.1.1
15032026-08-21T22:24:20.857Z Compiling thiserror v1.0.69
15042026-08-21T22:24:20.925Z Compiling time v0.3.47
15052026-08-21T22:24:20.941Z Compiling zerocopy v0.6.6
15062026-08-21T22:24:21.054Z Compiling zeroize v1.9.0
15072026-08-21T22:24:21.071Z Compiling bytes v1.11.1
15082026-08-21T22:24:21.071Z Compiling icu_properties v2.1.2
15092026-08-21T22:24:21.107Z Compiling icu_normalizer v2.1.1
15102026-08-21T22:24:21.124Z Compiling chrono v0.4.45
15112026-08-21T22:24:21.296Z Compiling der v0.7.10
15122026-08-21T22:24:21.316Z Compiling rustls-pki-types v1.14.0
15132026-08-21T22:24:21.358Z Compiling hybrid-array v0.4.13
15142026-08-21T22:24:21.435Z Compiling ipnet v2.12.0
15152026-08-21T22:24:21.546Z Compiling tokio v1.52.1
15162026-08-21T22:24:21.699Z Compiling http v1.4.2
15172026-08-21T22:24:21.790Z Compiling hex v0.4.3
15182026-08-21T22:24:21.865Z Compiling crypto-common v0.1.7
15192026-08-21T22:24:21.947Z Compiling block-buffer v0.10.4
15202026-08-21T22:24:21.966Z Compiling idna_adapter v1.2.1
15212026-08-21T22:24:22.023Z Compiling toml_datetime v0.6.11
15222026-08-21T22:24:22.079Z Compiling idna v1.1.0
15232026-08-21T22:24:22.121Z Compiling digest v0.10.7
15242026-08-21T22:24:22.136Z Compiling spki v0.7.3
15252026-08-21T22:24:22.154Z Compiling serde_spanned v0.6.9
15262026-08-21T22:24:22.182Z Compiling clap v4.6.1
15272026-08-21T22:24:22.293Z Compiling ppv-lite86 v0.2.21
15282026-08-21T22:24:22.315Z Compiling pkcs8 v0.10.2
15292026-08-21T22:24:22.365Z Compiling http-body v1.0.1
15302026-08-21T22:24:22.397Z Compiling url v2.5.8
15312026-08-21T22:24:22.519Z Compiling sha2 v0.10.9
15322026-08-21T22:24:22.534Z Compiling signature v2.2.0
15332026-08-21T22:24:22.553Z Compiling hmac v0.12.1
15342026-08-21T22:24:22.557Z Compiling http-body-util v0.1.3
15352026-08-21T22:24:22.583Z Compiling pkcs1 v0.7.5
15362026-08-21T22:24:22.601Z Compiling rand_chacha v0.9.0
15372026-08-21T22:24:22.642Z Compiling rand_chacha v0.3.1
15382026-08-21T22:24:22.658Z Compiling dof v0.4.0
15392026-08-21T22:24:22.787Z Compiling structmeta-derive v0.3.0
15402026-08-21T22:24:22.895Z Compiling rand v0.9.2
15412026-08-21T22:24:23.009Z Compiling rand v0.8.6
15422026-08-21T22:24:23.126Z Compiling scroll_derive v0.12.1
15432026-08-21T22:24:23.196Z Compiling crc v3.4.0
15442026-08-21T22:24:23.298Z Compiling array-init v0.0.4
15452026-08-21T22:24:23.400Z Compiling smallvec v0.6.14
15462026-08-21T22:24:23.415Z Compiling darling_core v0.23.0
15472026-08-21T22:24:23.524Z Compiling proptest v1.11.0
15482026-08-21T22:24:23.641Z Compiling heapless v0.7.17
15492026-08-21T22:24:23.662Z Compiling slog v2.8.2
15502026-08-21T22:24:23.688Z Compiling thread-id v5.1.0
15512026-08-21T22:24:23.784Z Compiling ipnetwork v0.21.1
15522026-08-21T22:24:23.822Z Compiling env_filter v2.0.0
15532026-08-21T22:24:23.846Z Compiling cookie v0.18.1
15542026-08-21T22:24:23.883Z Compiling ryu v1.0.23
15552026-08-21T22:24:23.883Z Compiling zstd-safe v7.2.4
15562026-08-21T22:24:23.909Z Compiling unicode-properties v0.1.4
15572026-08-21T22:24:23.922Z Compiling anyhow v1.0.104
15582026-08-21T22:24:23.968Z Compiling base64 v0.21.7
15592026-08-21T22:24:24.048Z Compiling signal-hook v0.3.18
15602026-08-21T22:24:24.094Z Compiling allocator-api2 v0.2.21
15612026-08-21T22:24:24.109Z Compiling unicode-bidi v0.3.18
15622026-08-21T22:24:24.145Z Compiling gimli v0.32.3
15632026-08-21T22:24:24.159Z Compiling winnow v0.5.40
15642026-08-21T22:24:24.200Z Compiling iri-string v0.7.10
15652026-08-21T22:24:24.245Z Compiling hashbrown v0.12.3
15662026-08-21T22:24:24.303Z Compiling ron v0.8.1
15672026-08-21T22:24:24.350Z Compiling serde_urlencoded v0.7.1
15682026-08-21T22:24:24.376Z Compiling oxnet v0.1.6
15692026-08-21T22:24:24.438Z Compiling stringprep v0.1.5
15702026-08-21T22:24:24.499Z Compiling env_logger v0.11.11
15712026-08-21T22:24:24.620Z Compiling structmeta v0.3.0
15722026-08-21T22:24:24.650Z Compiling rsa v0.9.10
15732026-08-21T22:24:24.817Z Compiling scroll v0.12.0
15742026-08-21T22:24:24.851Z Compiling serde-hex v0.1.0
15752026-08-21T22:24:24.867Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15762026-08-21T22:24:24.899Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15772026-08-21T22:24:25.101Z Compiling camino v1.2.5
15782026-08-21T22:24:25.131Z Compiling hashbrown v0.13.2
15792026-08-21T22:24:25.271Z Compiling md-5 v0.10.6
15802026-08-21T22:24:25.435Z Compiling tokio-util v0.7.18
15812026-08-21T22:24:25.454Z Compiling tower v0.5.3
15822026-08-21T22:24:25.515Z Compiling toml_edit v0.19.15
15832026-08-21T22:24:25.631Z Compiling tokio-native-tls v0.3.1
15842026-08-21T22:24:25.651Z Compiling x509-cert v0.2.5
15852026-08-21T22:24:25.670Z Compiling block-buffer v0.12.1
15862026-08-21T22:24:25.759Z Compiling block-padding v0.4.2
15872026-08-21T22:24:25.827Z Compiling crypto-common v0.2.2
15882026-08-21T22:24:25.879Z Compiling tower-http v0.6.8
15892026-08-21T22:24:25.946Z Compiling addr2line v0.25.1
15902026-08-21T22:24:25.960Z Compiling rustls-native-certs v0.8.3
15912026-08-21T22:24:25.975Z Compiling darling_macro v0.23.0
15922026-08-21T22:24:26.123Z Compiling h2 v0.4.15
15932026-08-21T22:24:26.264Z Compiling newtype-uuid v1.3.2
15942026-08-21T22:24:26.289Z Compiling derive_builder_macro v0.20.2
15952026-08-21T22:24:26.492Z Compiling bzip2 v0.4.4
15962026-08-21T22:24:26.507Z Compiling serde_tokenstream v0.2.3
15972026-08-21T22:24:26.614Z Compiling erased-serde v0.3.31
15982026-08-21T22:24:26.715Z Compiling bstr v1.12.1
15992026-08-21T22:24:26.788Z Compiling async-trait v0.1.89
16002026-08-21T22:24:26.842Z Compiling zerocopy-derive v0.7.35
16012026-08-21T22:24:27.152Z Compiling pin-project-internal v1.1.11
16022026-08-21T22:24:27.170Z Compiling daft-derive v0.1.7
16032026-08-21T22:24:27.299Z Compiling curve25519-dalek v4.1.3
16042026-08-21T22:24:27.403Z Compiling vergen-lib v9.1.0
16052026-08-21T22:24:27.434Z Compiling hash32 v0.2.1
16062026-08-21T22:24:27.602Z Compiling memoffset v0.9.1
16072026-08-21T22:24:27.622Z Compiling encoding_rs v0.8.35
16082026-08-21T22:24:27.644Z Compiling ref-cast v1.0.25
16092026-08-21T22:24:27.663Z Compiling rustc-demangle v0.1.27
16102026-08-21T22:24:27.703Z Compiling smoltcp v0.9.1
16112026-08-21T22:24:27.790Z Compiling fallible-iterator v0.2.0
16122026-08-21T22:24:27.852Z Compiling mime v0.3.17
16132026-08-21T22:24:27.883Z Compiling cfg_aliases v0.2.1
16142026-08-21T22:24:27.969Z Compiling owo-colors v4.3.0
16152026-08-21T22:24:27.983Z Compiling psl-types v2.0.11
16162026-08-21T22:24:28.011Z Compiling rustix v0.38.44
16172026-08-21T22:24:28.094Z Compiling crc-any v2.5.0
16182026-08-21T22:24:28.121Z Compiling litrs v1.0.0
16192026-08-21T22:24:28.218Z Compiling postgres-protocol v0.6.10
16202026-08-21T22:24:28.218Z Compiling publicsuffix v2.3.0
16212026-08-21T22:24:28.231Z Compiling daft v0.1.7
16222026-08-21T22:24:28.245Z Compiling nix v0.31.2
16232026-08-21T22:24:28.336Z Compiling pin-project v1.1.11
16242026-08-21T22:24:28.352Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-21T22:24:28.389Z Compiling zerocopy v0.7.35
16262026-08-21T22:24:28.538Z Compiling toml v0.7.8
16272026-08-21T22:24:28.552Z Compiling derive_builder v0.20.2
16282026-08-21T22:24:28.635Z Compiling zip v0.6.6
16292026-08-21T22:24:28.658Z Compiling document-features v0.2.12
16302026-08-21T22:24:28.695Z Compiling darling v0.23.0
16312026-08-21T22:24:28.716Z Compiling inout v0.2.2
16322026-08-21T22:24:28.790Z Compiling object v0.30.4
16332026-08-21T22:24:28.917Z Compiling goblin v0.8.2
16342026-08-21T22:24:28.936Z Compiling backtrace v0.3.76
16352026-08-21T22:24:28.994Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-21T22:24:29.009Z Compiling derive-ex v0.1.8
16372026-08-21T22:24:29.281Z Compiling futures-executor v0.3.32
16382026-08-21T22:24:29.298Z Compiling hubpack_derive v0.1.1
16392026-08-21T22:24:29.312Z Compiling regex v1.12.3
16402026-08-21T22:24:29.394Z Compiling hyper v1.10.1
16412026-08-21T22:24:29.567Z Compiling snafu-derive v0.8.9
16422026-08-21T22:24:29.600Z Compiling curve25519-dalek-derive v0.1.1
16432026-08-21T22:24:29.616Z Compiling ref-cast-impl v1.0.25
16442026-08-21T22:24:29.655Z Compiling strum_macros v0.27.2
16452026-08-21T22:24:29.772Z Compiling phf_shared v0.13.1
16462026-08-21T22:24:29.786Z Compiling cargo-platform v0.3.2
16472026-08-21T22:24:29.811Z Compiling vergen v9.1.0
16482026-08-21T22:24:30.007Z Compiling ff v0.13.1
16492026-08-21T22:24:30.032Z Compiling fs-err v3.3.0
16502026-08-21T22:24:30.072Z Compiling foldhash v0.1.5
16512026-08-21T22:24:30.165Z Compiling either v1.15.0
16522026-08-21T22:24:30.180Z Compiling is_ci v1.2.0
16532026-08-21T22:24:30.199Z Compiling base16ct v0.2.0
16542026-08-21T22:24:30.248Z Compiling bitflags v1.3.2
16552026-08-21T22:24:30.266Z Compiling managed v0.8.0
16562026-08-21T22:24:30.284Z Compiling path-slash v0.1.5
16572026-08-21T22:24:30.334Z Compiling jiff-core v0.1.0
16582026-08-21T22:24:30.356Z Compiling bumpalo v3.20.2
16592026-08-21T22:24:30.383Z Compiling foldhash v0.2.0
16602026-08-21T22:24:30.399Z Compiling libbz2-rs-sys v0.2.2
16612026-08-21T22:24:30.413Z Compiling unicode-segmentation v1.12.0
16622026-08-21T22:24:30.440Z Compiling same-file v1.0.6
16632026-08-21T22:24:30.625Z Compiling hyper-util v0.1.20
16642026-08-21T22:24:30.639Z Compiling zopfli v0.8.3
16652026-08-21T22:24:30.642Z Compiling walkdir v2.5.0
16662026-08-21T22:24:30.736Z Compiling test-strategy v0.4.5
16672026-08-21T22:24:30.821Z Compiling hashbrown v0.16.1
16682026-08-21T22:24:30.981Z Compiling bzip2 v0.6.1
16692026-08-21T22:24:31.035Z Compiling textwrap v0.16.2
16702026-08-21T22:24:31.108Z Compiling jiff v0.2.34
16712026-08-21T22:24:31.210Z Compiling dof v0.3.0
16722026-08-21T22:24:31.315Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-21T22:24:31.330Z Compiling sec1 v0.7.3
16742026-08-21T22:24:31.440Z Compiling supports-color v3.0.2
16752026-08-21T22:24:31.526Z Compiling snafu v0.8.9
16762026-08-21T22:24:31.616Z Compiling hashbrown v0.15.5
16772026-08-21T22:24:31.642Z Compiling group v0.13.0
16782026-08-21T22:24:31.728Z Compiling strum v0.27.2
16792026-08-21T22:24:31.770Z Compiling phf v0.13.1
16802026-08-21T22:24:31.783Z Compiling cargo_metadata v0.23.1
16812026-08-21T22:24:31.842Z Compiling hubpack v0.1.2
16822026-08-21T22:24:31.876Z Compiling cookie_store v0.22.1
16832026-08-21T22:24:31.905Z Compiling signal-hook-mio v0.2.5
16842026-08-21T22:24:31.963Z Compiling futures v0.3.32
16852026-08-21T22:24:32.040Z Compiling hyper-tls v0.6.0
16862026-08-21T22:24:32.055Z Compiling backtrace-ext v0.2.1
16872026-08-21T22:24:32.084Z Compiling zstd v0.13.3
16882026-08-21T22:24:32.203Z Compiling cipher v0.5.2
16892026-08-21T22:24:32.247Z Compiling reqwest v0.12.28
16902026-08-21T22:24:32.262Z Compiling serde_with_macros v3.21.0
16912026-08-21T22:24:32.317Z Compiling postgres-types v0.2.12
16922026-08-21T22:24:32.465Z Compiling globset v0.4.18
16932026-08-21T22:24:32.479Z Compiling usdt-attr-macro v0.6.0
16942026-08-21T22:24:32.529Z Compiling usdt-macro v0.6.0
16952026-08-21T22:24:32.556Z Compiling byte-wrapper v0.1.0
16962026-08-21T22:24:32.760Z Compiling hkdf v0.12.4
16972026-08-21T22:24:32.942Z Compiling ed25519 v2.2.3
16982026-08-21T22:24:32.958Z Compiling crypto-bigint v0.5.5
16992026-08-21T22:24:32.992Z Compiling olpc-cjson v0.1.4
17002026-08-21T22:24:33.175Z Compiling serde-big-array v0.5.1
17012026-08-21T22:24:33.190Z Compiling serde_plain v1.0.2
17022026-08-21T22:24:33.214Z Compiling dtrace-parser v0.2.0
17032026-08-21T22:24:33.228Z Compiling enum-as-inner v0.6.1
17042026-08-21T22:24:33.342Z Compiling serde_repr v0.1.20
17052026-08-21T22:24:33.357Z Compiling miette-derive v7.6.0
17062026-08-21T22:24:33.400Z Compiling strum_macros v0.26.4
17072026-08-21T22:24:33.415Z Compiling async-recursion v1.1.1
17082026-08-21T22:24:33.472Z Compiling phf_shared v0.11.3
17092026-08-21T22:24:33.486Z Compiling float-cmp v0.10.0
17102026-08-21T22:24:33.656Z Compiling pem v3.0.6
17112026-08-21T22:24:33.675Z Compiling thread-id v4.2.2
17122026-08-21T22:24:33.774Z Compiling memmap2 v0.9.10
17132026-08-21T22:24:33.788Z Compiling precomputed-hash v0.1.1
17142026-08-21T22:24:33.877Z Compiling supports-unicode v3.0.0
17152026-08-21T22:24:33.891Z Compiling winnow v1.0.3
17162026-08-21T22:24:33.912Z Compiling keccak v0.1.6
17172026-08-21T22:24:33.991Z Compiling whoami v2.1.0
17182026-08-21T22:24:34.009Z Compiling supports-hyperlinks v3.2.0
17192026-08-21T22:24:34.024Z Compiling new_debug_unreachable v1.0.6
17202026-08-21T22:24:34.044Z Compiling difflib v0.4.0
17212026-08-21T22:24:34.102Z Compiling data-encoding v2.10.0
17222026-08-21T22:24:34.118Z Compiling fixedbitset v0.4.2
17232026-08-21T22:24:34.177Z Compiling fixedbitset v0.5.7
17242026-08-21T22:24:34.349Z Compiling normalize-line-endings v0.3.0
17252026-08-21T22:24:34.391Z Compiling static_assertions v1.1.0
17262026-08-21T22:24:34.465Z Compiling const-oid v0.10.2
17272026-08-21T22:24:34.481Z Compiling predicates-core v1.0.10
17282026-08-21T22:24:34.496Z Compiling typed-path v0.9.3
17292026-08-21T22:24:34.510Z Compiling cpufeatures v0.3.0
17302026-08-21T22:24:34.581Z Compiling miette v7.6.0
17312026-08-21T22:24:34.603Z Compiling chacha20 v0.10.0
17322026-08-21T22:24:34.630Z Compiling digest v0.11.3
17332026-08-21T22:24:34.677Z Compiling predicates v3.1.4
17342026-08-21T22:24:34.692Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17352026-08-21T22:24:34.706Z Compiling hickory-proto v0.25.2
17362026-08-21T22:24:34.807Z Compiling petgraph v0.8.3
17372026-08-21T22:24:34.827Z Compiling petgraph v0.6.5
17382026-08-21T22:24:34.842Z Compiling tokio-postgres v0.7.16
17392026-08-21T22:24:34.886Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-08-21T22:24:35.006Z Compiling string_cache v0.8.9
17412026-08-21T22:24:35.027Z Compiling sha3 v0.10.8
17422026-08-21T22:24:35.181Z Compiling toml_edit v0.22.27
17432026-08-21T22:24:35.251Z Compiling strum v0.26.3
17442026-08-21T22:24:35.266Z Compiling elliptic-curve v0.13.8
17452026-08-21T22:24:35.347Z Compiling usdt v0.6.0
17462026-08-21T22:24:35.402Z Compiling usdt-impl v0.5.0
17472026-08-21T22:24:35.500Z Compiling serde_with v3.21.0
17482026-08-21T22:24:35.535Z Compiling zip v4.6.1
17492026-08-21T22:24:35.633Z Compiling crossterm v0.28.1
17502026-08-21T22:24:35.693Z Compiling ed25519-dalek v2.2.0
17512026-08-21T22:24:35.745Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-21T22:24:36.112Z Compiling iddqd v0.4.2
17532026-08-21T22:24:36.240Z Compiling similar v2.7.0
17542026-08-21T22:24:36.350Z Compiling heck v0.4.1
17552026-08-21T22:24:36.495Z Compiling itertools v0.15.0
17562026-08-21T22:24:36.593Z Compiling itertools v0.13.0
17572026-08-21T22:24:36.623Z Compiling crossbeam-epoch v0.9.18
17582026-08-21T22:24:36.769Z Compiling tokio-stream v0.1.18
17592026-08-21T22:24:36.913Z Compiling buf-list v1.1.2
17602026-08-21T22:24:36.967Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-21T22:24:37.086Z Compiling openapiv3 v2.2.0
17622026-08-21T22:24:37.117Z Compiling lalrpop-util v0.19.12
17632026-08-21T22:24:37.203Z Compiling peg-runtime v0.8.5
17642026-08-21T22:24:37.250Z Compiling thread_local v1.1.9
17652026-08-21T22:24:37.281Z Compiling slog-async v2.8.0
17662026-08-21T22:24:37.298Z Compiling crossbeam-channel v0.5.15
17672026-08-21T22:24:37.328Z Compiling filetime v0.2.27
17682026-08-21T22:24:37.345Z Compiling is-terminal v0.4.17
17692026-08-21T22:24:37.420Z Compiling term v1.2.1
17702026-08-21T22:24:37.455Z Compiling take_mut v0.2.2
17712026-08-21T22:24:37.502Z Compiling xattr v1.6.1
17722026-08-21T22:24:37.531Z Compiling camino-tempfile v1.4.1
17732026-08-21T22:24:37.686Z Compiling slog-term v2.9.2
17742026-08-21T22:24:37.768Z Compiling tar v0.4.46
17752026-08-21T22:24:54.990Z Compiling rustls-webpki v0.103.13
17762026-08-21T22:24:57.678Z Compiling tokio-rustls v0.26.4
17772026-08-21T22:24:57.678Z Compiling rustls-platform-verifier v0.6.2
17782026-08-21T22:24:57.682Z Compiling tough v0.22.0
17792026-08-21T22:24:57.877Z Compiling hyper-rustls v0.27.7
17802026-08-21T22:24:58.065Z Compiling reqwest v0.13.2
17812026-08-21T22:25:00.234Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-21T22:25:00.462Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-21T22:25:03.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.09s
17842026-08-21T22:25:03.518Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-21T22:25:03.590ZAug 21 22:25:03.299 INFO Starting download, target: Cockroach
17862026-08-21T22:25:03.590ZAug 21 22:25:03.300 INFO Starting download, target: DendriteStub
17872026-08-21T22:25:03.590ZAug 21 22:25:03.300 INFO Starting download, target: Console
17882026-08-21T22:25:03.590ZAug 21 22:25:03.300 INFO Starting download, target: MaghemiteMgd
17892026-08-21T22:25:03.590ZAug 21 22:25:03.300 INFO Starting download, target: Clickhouse
17902026-08-21T22:25:03.633ZAug 21 22:25:03.300 INFO Starting download, target: MaghemiteDdmd
17912026-08-21T22:25:03.634ZAug 21 22:25:03.300 INFO Starting download, target: TransceiverControl
17922026-08-21T22:25:03.634ZAug 21 22:25:03.300 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-21T22:25:03.634ZAug 21 22:25:03.300 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17942026-08-21T22:25:03.634ZAug 21 22:25:03.301 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-21T22:25:03.634ZAug 21 22:25:03.301 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-21T22:25:03.634ZAug 21 22:25:03.301 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-21T22:25:03.634ZAug 21 22:25:03.301 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-08-21T22:25:03.634ZAug 21 22:25:03.301 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-21T22:25:04.402ZAug 21 22:25:04.131 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-21T22:25:04.638ZAug 21 22:25:04.377 INFO Download complete, target: TransceiverControl
18012026-08-21T22:25:05.347ZAug 21 22:25:05.091 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-08-21T22:25:05.755ZAug 21 22:25:05.496 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-21T22:25:05.972ZAug 21 22:25:05.709 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-21T22:25:06.010ZAug 21 22:25:05.750 INFO Download complete, target: Console
18052026-08-21T22:25:06.142ZAug 21 22:25:05.886 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-21T22:25:06.333ZAug 21 22:25:06.072 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-21T22:25:06.911ZAug 21 22:25:06.656 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-21T22:25:06.911ZAug 21 22:25:06.656 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-21T22:25:08.009ZAug 21 22:25:07.750 INFO Download complete, target: MaghemiteDdmd
18102026-08-21T22:25:08.896ZAug 21 22:25:08.639 INFO Download complete, target: DendriteStub
18112026-08-21T22:25:09.113ZAug 21 22:25:08.856 INFO Download complete, target: MaghemiteMgd
18122026-08-21T22:25:11.696ZAug 21 22:25:11.432 INFO Checking that binary works, target: Cockroach
18132026-08-21T22:25:11.807ZAug 21 22:25:11.551 INFO Download complete, target: Cockroach
18142026-08-21T22:25:12.281ZAug 21 22:25:12.023 INFO Checking that binary works, target: Clickhouse
18152026-08-21T22:25:12.366ZAug 21 22:25:12.107 INFO Download complete, target: Clickhouse
18162026-08-21T22:25:12.378ZAll prerequisites installed successfully
18172026-08-21T22:25:12.379Z
18182026-08-21T22:25:12.379Zreal 1:53.917241986
18192026-08-21T22:25:12.379Zuser 7:22.030545269
18202026-08-21T22:25:12.379Zsys 1:46.160597902
18212026-08-21T22:25:12.379Ztrap 0.299080301
18222026-08-21T22:25:12.379Ztflt 0.824041582
18232026-08-21T22:25:12.379Zdflt 1.695310067
18242026-08-21T22:25:12.379Zkflt 0.040057986
18252026-08-21T22:25:12.379Zlock 28:17.394843681
18262026-08-21T22:25:12.380Zslp 20:15.353355564
18272026-08-21T22:25:12.380Zlat 29.870334387
18282026-08-21T22:25:12.380Zstop 3:28.961804880
18292026-08-21T22:25:12.380Z+ ptime -m cargo xtask download softnpu
18302026-08-21T22:25:12.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-08-21T22:25:12.856Z Running `target/debug/xtask download softnpu`
18322026-08-21T22:25:13.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18332026-08-21T22:25:13.691Z Running `target/debug/xtask-downloader softnpu`
18342026-08-21T22:25:13.733ZAug 21 22:25:13.475 INFO Starting download, target: Softnpu
18352026-08-21T22:25:13.736ZAug 21 22:25:13.476 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-21T22:25:14.354ZAug 21 22:25:14.099 INFO Download complete, target: Softnpu
18372026-08-21T22:25:14.358Z
18382026-08-21T22:25:14.368Zreal 1.983905712
18392026-08-21T22:25:14.369Zuser 1.340820720
18402026-08-21T22:25:14.369Zsys 0.622618423
18412026-08-21T22:25:14.369Ztrap 0.000572470
18422026-08-21T22:25:14.369Ztflt 0.000125260
18432026-08-21T22:25:14.369Zdflt 0.000121640
18442026-08-21T22:25:14.369Zkflt 0.000000000
18452026-08-21T22:25:14.369Zlock 11.826056057
18462026-08-21T22:25:14.369Zslp 0.458744004
18472026-08-21T22:25:14.369Zlat 0.091052142
18482026-08-21T22:25:14.370Zstop 0.000185420
18492026-08-21T22:25:14.370Z+ export CARGO_INCREMENTAL=0
18502026-08-21T22:25:14.370Z+ CARGO_INCREMENTAL=0
18512026-08-21T22:25:14.370Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-21T22:25:15.274Z Compiling proc-macro2 v1.0.106
18532026-08-21T22:25:15.274Z Compiling quote v1.0.45
18542026-08-21T22:25:15.274Z Compiling unicode-ident v1.0.24
18552026-08-21T22:25:15.274Z Compiling serde_core v1.0.228
18562026-08-21T22:25:15.285Z Compiling libc v0.2.185
18572026-08-21T22:25:15.285Z Compiling serde v1.0.228
18582026-08-21T22:25:15.285Z Compiling cfg-if v1.0.4
18592026-08-21T22:25:15.285Z Compiling version_check v0.9.5
18602026-08-21T22:25:15.424Z Compiling autocfg v1.5.0
18612026-08-21T22:25:15.433Z Compiling shlex v1.3.0
18622026-08-21T22:25:15.433Z Compiling find-msvc-tools v0.1.9
18632026-08-21T22:25:15.433Z Compiling memchr v2.8.0
18642026-08-21T22:25:15.433Z Compiling zmij v1.0.21
18652026-08-21T22:25:15.433Z Compiling serde_json v1.0.151
18662026-08-21T22:25:15.657Z Compiling portable-atomic v1.13.1
18672026-08-21T22:25:15.719Z Compiling zerocopy v0.8.55
18682026-08-21T22:25:15.777Z Compiling libm v0.2.16
18692026-08-21T22:25:15.781Z Compiling parking_lot_core v0.9.12
18702026-08-21T22:25:15.827Z Compiling icu_properties_data v2.1.2
18712026-08-21T22:25:15.838Z Compiling smallvec v1.15.1
18722026-08-21T22:25:15.870Z Compiling icu_normalizer_data v2.1.1
18732026-08-21T22:25:15.935Z Compiling num-traits v0.2.19
18742026-08-21T22:25:16.109Z Compiling generic-array v0.14.7
18752026-08-21T22:25:16.122Z Compiling itoa v1.0.17
18762026-08-21T22:25:16.162Z Compiling getrandom v0.4.3
18772026-08-21T22:25:16.183Z Compiling log v0.4.33
18782026-08-21T22:25:16.188Z Compiling getrandom v0.3.4
18792026-08-21T22:25:16.192Z Compiling subtle v2.6.1
18802026-08-21T22:25:16.192Z Compiling pkg-config v0.3.32
18812026-08-21T22:25:16.334Z Compiling typenum v1.20.1
18822026-08-21T22:25:16.412Z Compiling stable_deref_trait v1.2.1
18832026-08-21T22:25:16.443Z Compiling rustix v1.1.4
18842026-08-21T22:25:16.499Z Compiling scopeguard v1.2.0
18852026-08-21T22:25:16.524Z Compiling thiserror v2.0.18
18862026-08-21T22:25:16.606Z Compiling jobserver v0.1.34
18872026-08-21T22:25:16.627Z Compiling errno v0.3.14
18882026-08-21T22:25:16.646Z Compiling lock_api v0.4.14
18892026-08-21T22:25:16.726Z Compiling getrandom v0.2.17
18902026-08-21T22:25:16.782Z Compiling equivalent v1.0.2
18912026-08-21T22:25:16.798Z Compiling heck v0.5.0
18922026-08-21T22:25:16.846Z Compiling cc v1.2.56
18932026-08-21T22:25:16.887Z Compiling rand_core v0.6.4
18942026-08-21T22:25:16.905Z Compiling syn v2.0.117
18952026-08-21T22:25:16.969Z Compiling syn v1.0.109
18962026-08-21T22:25:16.973Z Compiling pin-project-lite v0.2.17
18972026-08-21T22:25:16.973Z Compiling critical-section v1.2.0
18982026-08-21T22:25:17.039Z Compiling percent-encoding v2.3.2
18992026-08-21T22:25:17.092Z Compiling litemap v0.8.1
19002026-08-21T22:25:17.111Z Compiling writeable v0.6.2
19012026-08-21T22:25:17.178Z Compiling schemars v0.8.22
19022026-08-21T22:25:17.201Z Compiling hashbrown v0.17.0
19032026-08-21T22:25:17.306Z Compiling once_cell v1.21.3
19042026-08-21T22:25:17.336Z Compiling fs_extra v1.3.0
19052026-08-21T22:25:17.353Z Compiling rustversion v1.0.22
19062026-08-21T22:25:17.383Z Compiling dunce v1.0.5
19072026-08-21T22:25:17.519Z Compiling byteorder v1.5.0
19082026-08-21T22:25:17.577Z Compiling strsim v0.11.1
19092026-08-21T22:25:17.581Z Compiling rand_core v0.10.0
19102026-08-21T22:25:17.607Z Compiling cmake v0.1.57
19112026-08-21T22:25:17.640Z Compiling signal-hook-registry v1.4.8
19122026-08-21T22:25:17.791Z Compiling utf8_iter v1.0.4
19132026-08-21T22:25:17.976Z Compiling bitflags v2.11.0
19142026-08-21T22:25:17.993Z Compiling semver v1.0.28
19152026-08-21T22:25:18.039Z Compiling indexmap v2.14.0
19162026-08-21T22:25:18.042Z Compiling thiserror v1.0.69
19172026-08-21T22:25:18.091Z Compiling parking_lot v0.12.5
19182026-08-21T22:25:18.144Z Compiling form_urlencoded v1.2.2
19192026-08-21T22:25:18.160Z Compiling aws-lc-sys v0.40.0
19202026-08-21T22:25:18.261Z Compiling socket2 v0.6.3
19212026-08-21T22:25:18.311Z Compiling mio v1.2.0
19222026-08-21T22:25:18.373Z Compiling const-oid v0.9.6
19232026-08-21T22:25:18.419Z Compiling aws-lc-rs v1.16.3
19242026-08-21T22:25:18.435Z Compiling futures-core v0.3.32
19252026-08-21T22:25:18.625Z Compiling httparse v1.10.1
19262026-08-21T22:25:18.874Z Compiling regex-syntax v0.8.10
19272026-08-21T22:25:18.952Z Compiling fnv v1.0.7
19282026-08-21T22:25:19.004Z Compiling crc32fast v1.5.0
19292026-08-21T22:25:19.025Z Compiling ucd-trie v0.1.7
19302026-08-21T22:25:19.103Z Compiling iana-time-zone v0.1.65
19312026-08-21T22:25:19.118Z Compiling vcpkg v0.2.15
19322026-08-21T22:25:19.618Z Compiling ident_case v1.0.1
19332026-08-21T22:25:19.641Z Compiling pest v2.8.6
19342026-08-21T22:25:19.641Z Compiling uuid v1.23.4
19352026-08-21T22:25:19.641Z Compiling rustc_version v0.4.1
19362026-08-21T22:25:19.641Z Compiling futures-sink v0.3.32
19372026-08-21T22:25:19.641Z Compiling rustls v0.23.41
19382026-08-21T22:25:19.718Z Compiling futures-channel v0.3.32
19392026-08-21T22:25:19.772Z Compiling synstructure v0.13.2
19402026-08-21T22:25:19.772Z Compiling serde_derive_internals v0.29.1
19412026-08-21T22:25:19.772Z Compiling openssl-sys v0.9.117
19422026-08-21T22:25:19.935Z Compiling aho-corasick v1.1.4
19432026-08-21T22:25:19.966Z Compiling futures-io v0.3.32
19442026-08-21T22:25:20.014Z Compiling slab v0.4.12
19452026-08-21T22:25:20.041Z Compiling futures-task v0.3.32
19462026-08-21T22:25:20.314Z Compiling time-core v0.1.8
19472026-08-21T22:25:20.336Z Compiling num-conv v0.2.0
19482026-08-21T22:25:20.336Z Compiling radium v0.7.0
19492026-08-21T22:25:20.361Z Compiling pest_meta v2.8.6
19502026-08-21T22:25:20.423Z Compiling plain v0.2.3
19512026-08-21T22:25:20.442Z Compiling dyn-clone v1.0.20
19522026-08-21T22:25:20.479Z Compiling time-macros v0.2.27
19532026-08-21T22:25:20.530Z Compiling crossbeam-utils v0.8.21
19542026-08-21T22:25:20.562Z Compiling base64ct v1.8.3
19552026-08-21T22:25:20.648Z Compiling maybe-uninit v2.0.0
19562026-08-21T22:25:20.661Z Compiling pretty-hex v0.4.1
19572026-08-21T22:25:20.677Z Compiling base64 v0.22.1
19582026-08-21T22:25:20.726Z Compiling openssl v0.10.80
19592026-08-21T22:25:20.804Z Compiling regex-automata v0.4.14
19602026-08-21T22:25:20.811Z Compiling pem-rfc7468 v0.7.0
19612026-08-21T22:25:20.872Z Compiling flagset v0.4.7
19622026-08-21T22:25:20.923Z Compiling darling_core v0.23.0
19632026-08-21T22:25:20.941Z Compiling rand_core v0.9.5
19642026-08-21T22:25:20.978Z Compiling serde_derive v1.0.228
19652026-08-21T22:25:20.992Z Compiling zeroize_derive v1.5.0
19662026-08-21T22:25:21.016Z Compiling zerofrom-derive v0.1.6
19672026-08-21T22:25:21.045Z Compiling yoke-derive v0.8.1
19682026-08-21T22:25:21.054Z Compiling zerocopy-derive v0.8.55
19692026-08-21T22:25:21.124Z Compiling zerovec-derive v0.11.2
19702026-08-21T22:25:21.169Z Compiling displaydoc v0.2.5
19712026-08-21T22:25:21.246Z Compiling tokio-macros v2.7.0
19722026-08-21T22:25:21.295Z Compiling futures-macro v0.3.32
19732026-08-21T22:25:21.394Z Compiling thiserror-impl v2.0.18
19742026-08-21T22:25:21.400Z Compiling schemars_derive v0.8.22
19752026-08-21T22:25:21.472Z Compiling der_derive v0.7.3
19762026-08-21T22:25:21.636Z Compiling tracing-attributes v0.1.31
19772026-08-21T22:25:21.672Z Compiling thiserror-impl v1.0.69
19782026-08-21T22:25:21.896Z Compiling pest_generator v2.8.6
19792026-08-21T22:25:21.938Z Compiling scroll_derive v0.13.1
19802026-08-21T22:25:22.041Z Compiling scroll_derive v0.12.1
19812026-08-21T22:25:22.099Z Compiling futures-util v0.3.32
19822026-08-21T22:25:22.179Z Compiling zerofrom v0.1.6
19832026-08-21T22:25:22.324Z Compiling yoke v0.8.1
19842026-08-21T22:25:22.452Z Compiling openssl-macros v0.1.1
19852026-08-21T22:25:22.499Z Compiling zerovec v0.11.5
19862026-08-21T22:25:22.544Z Compiling zerotrie v0.2.3
19872026-08-21T22:25:22.671Z Compiling pest_derive v2.8.6
19882026-08-21T22:25:22.802Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19892026-08-21T22:25:22.821Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-08-21T22:25:22.883Z Compiling ahash v0.8.12
19912026-08-21T22:25:22.900Z Compiling native-tls v0.2.18
19922026-08-21T22:25:22.934Z Compiling packed_struct v0.10.1
19932026-08-21T22:25:22.992Z Compiling num-bigint-dig v0.8.6
19942026-08-21T22:25:23.118Z Compiling tinystr v0.8.2
19952026-08-21T22:25:23.137Z Compiling potential_utf v0.1.4
19962026-08-21T22:25:23.182Z Compiling anyhow v1.0.104
19972026-08-21T22:25:23.232Z Compiling darling_macro v0.23.0
19982026-08-21T22:25:23.239Z Compiling regex v1.12.3
19992026-08-21T22:25:23.239Z Compiling zerocopy-derive v0.7.35
20002026-08-21T22:25:23.337Z Compiling icu_locale_core v2.1.1
20012026-08-21T22:25:23.355Z Compiling icu_collections v2.1.1
20022026-08-21T22:25:23.757Z Compiling slog v2.8.2
20032026-08-21T22:25:23.823Z Compiling tracing-core v0.1.36
20042026-08-21T22:25:23.937Z Compiling cookie v0.18.1
20052026-08-21T22:25:23.973Z Compiling camino v1.2.5
20062026-08-21T22:25:24.040Z Compiling icu_provider v2.1.1
20072026-08-21T22:25:24.137Z Compiling zeroize v1.9.0
20082026-08-21T22:25:24.208Z Compiling bytes v1.11.1
20092026-08-21T22:25:24.284Z Compiling chrono v0.4.45
20102026-08-21T22:25:24.345Z Compiling icu_properties v2.1.2
20112026-08-21T22:25:24.386Z Compiling icu_normalizer v2.1.1
20122026-08-21T22:25:24.828Z Compiling tokio v1.52.1
20132026-08-21T22:25:24.845Z Compiling crypto-common v0.1.7
20142026-08-21T22:25:24.864Z Compiling block-buffer v0.10.4
20152026-08-21T22:25:24.995Z Compiling digest v0.10.7
20162026-08-21T22:25:25.054Z Compiling serde_tokenstream v0.2.3
20172026-08-21T22:25:25.090Z Compiling der v0.7.10
20182026-08-21T22:25:25.222Z Compiling idna_adapter v1.2.1
20192026-08-21T22:25:25.356Z Compiling idna v1.1.0
20202026-08-21T22:25:25.379Z Compiling ppv-lite86 v0.2.21
20212026-08-21T22:25:25.609Z Compiling http v1.4.2
20222026-08-21T22:25:25.715Z Compiling cpufeatures v0.2.17
20232026-08-21T22:25:25.774Z Compiling url v2.5.8
20242026-08-21T22:25:25.803Z Compiling rand_chacha v0.9.0
20252026-08-21T22:25:25.820Z Compiling tracing v0.1.44
20262026-08-21T22:25:25.902Z Compiling serde_spanned v0.6.9
20272026-08-21T22:25:25.945Z Compiling toml_datetime v0.6.11
20282026-08-21T22:25:26.181Z Compiling spki v0.7.3
20292026-08-21T22:25:26.246Z Compiling darling v0.23.0
20302026-08-21T22:25:26.250Z Compiling clap_derive v4.6.1
20312026-08-21T22:25:26.338Z Compiling bitfield-macros v0.19.4
20322026-08-21T22:25:26.356Z Compiling zerocopy-derive v0.6.6
20332026-08-21T22:25:26.361Z Compiling packed_struct_codegen v0.10.1
20342026-08-21T22:25:26.487Z Compiling indexmap v1.9.3
20352026-08-21T22:25:26.696Z Compiling object v0.37.3
20362026-08-21T22:25:26.898Z Compiling simd-adler32 v0.3.8
20372026-08-21T22:25:26.976Z Compiling paste v1.0.15
20382026-08-21T22:25:27.093Z Compiling pkcs8 v0.10.2
20392026-08-21T22:25:27.132Z Compiling http-body v1.0.1
20402026-08-21T22:25:27.157Z Compiling rand v0.9.2
20412026-08-21T22:25:27.302Z Compiling rustls-pki-types v1.14.0
20422026-08-21T22:25:27.389Z Compiling spin v0.9.8
20432026-08-21T22:25:27.410Z Compiling usdt-impl v0.5.0
20442026-08-21T22:25:27.521Z Compiling winnow v0.5.40
20452026-08-21T22:25:27.657Z Compiling fastrand v2.3.0
20462026-08-21T22:25:27.670Z Compiling cmov v0.5.4
20472026-08-21T22:25:27.750Z Compiling anstyle v1.0.14
20482026-08-21T22:25:27.750Z Compiling adler2 v2.0.1
20492026-08-21T22:25:27.783Z Compiling ref-cast v1.0.25
20502026-08-21T22:25:27.888Z Compiling utf8parse v0.2.2
20512026-08-21T22:25:27.907Z Compiling tinyvec_macros v0.1.1
20522026-08-21T22:25:27.987Z Compiling either v1.15.0
20532026-08-21T22:25:28.019Z Compiling openssl-probe v0.2.1
20542026-08-21T22:25:28.022Z Compiling usdt-impl v0.6.0
20552026-08-21T22:25:28.051Z Compiling anstyle-parse v1.0.0
20562026-08-21T22:25:28.079Z Compiling tinyvec v1.10.0
20572026-08-21T22:25:28.169Z Compiling ctutils v0.4.2
20582026-08-21T22:25:28.212Z Compiling miniz_oxide v0.8.9
20592026-08-21T22:25:28.246Z Compiling sha2 v0.10.9
20602026-08-21T22:25:28.445Z Compiling scroll v0.13.0
20612026-08-21T22:25:28.450Z Compiling scroll v0.12.0
20622026-08-21T22:25:28.476Z Compiling terminal_size v0.4.3
20632026-08-21T22:25:28.480Z Compiling async-trait v0.1.89
20642026-08-21T22:25:28.619Z Compiling heapless v0.7.17
20652026-08-21T22:25:28.777Z Compiling colorchoice v1.0.4
20662026-08-21T22:25:28.795Z Compiling tokio-util v0.7.18
20672026-08-21T22:25:28.811Z Compiling toml_edit v0.19.15
20682026-08-21T22:25:28.827Z Compiling atomic-waker v1.1.2
20692026-08-21T22:25:28.880Z Compiling rustix v0.38.44
20702026-08-21T22:25:28.909Z Compiling tower-service v0.3.3
20712026-08-21T22:25:28.977Z Compiling winnow v1.0.3
20722026-08-21T22:25:29.020Z Compiling signal-hook v0.3.18
20732026-08-21T22:25:29.224Z Compiling winnow v0.7.14
20742026-08-21T22:25:29.227Z Compiling anstyle-query v1.1.5
20752026-08-21T22:25:29.258Z Compiling try-lock v0.2.5
20762026-08-21T22:25:29.372Z Compiling zstd-safe v7.2.4
20772026-08-21T22:25:29.372Z Compiling is_terminal_polyfill v1.70.2
20782026-08-21T22:25:29.406Z Compiling litrs v1.0.0
20792026-08-21T22:25:29.409Z Compiling tower-layer v0.3.3
20802026-08-21T22:25:29.502Z Compiling untrusted v0.7.1
20812026-08-21T22:25:29.591Z Compiling h2 v0.4.15
20822026-08-21T22:25:29.594Z Compiling anstream v1.0.0
20832026-08-21T22:25:29.645Z Compiling want v0.3.1
20842026-08-21T22:25:29.892Z Compiling toml_parser v1.1.2+spec-1.1.0
20852026-08-21T22:25:29.909Z Compiling document-features v0.2.12
20862026-08-21T22:25:30.024Z Compiling tempfile v3.27.0
20872026-08-21T22:25:30.372Z Compiling goblin v0.10.5
20882026-08-21T22:25:30.435Z Compiling goblin v0.8.2
20892026-08-21T22:25:30.458Z Compiling hybrid-array v0.4.13
20902026-08-21T22:25:30.557Z Compiling itertools v0.15.0
20912026-08-21T22:25:30.655Z Compiling ipnet v2.12.0
20922026-08-21T22:25:30.725Z Compiling zerocopy v0.7.35
20932026-08-21T22:25:31.051Z Compiling daft-derive v0.1.7
20942026-08-21T22:25:31.070Z Compiling ref-cast-impl v1.0.25
20952026-08-21T22:25:31.112Z Compiling structmeta-derive v0.3.0
20962026-08-21T22:25:31.263Z Compiling curve25519-dalek v4.1.3
20972026-08-21T22:25:31.302Z Compiling darling_core v0.20.11
20982026-08-21T22:25:31.335Z Compiling memoffset v0.9.1
20992026-08-21T22:25:31.366Z Compiling foreign-types-shared v0.1.1
21002026-08-21T22:25:31.382Z Compiling untrusted v0.9.0
21012026-08-21T22:25:31.629Z Compiling powerfmt v0.2.0
21022026-08-21T22:25:31.682Z Compiling httpdate v1.0.3
21032026-08-21T22:25:31.711Z Compiling tap v1.0.1
21042026-08-21T22:25:31.825Z Compiling wyz v0.5.1
21052026-08-21T22:25:31.844Z Compiling deranged v0.5.8
21062026-08-21T22:25:31.917Z Compiling foreign-types v0.3.2
21072026-08-21T22:25:32.016Z Compiling unicode-normalization v0.1.25
21082026-08-21T22:25:32.127Z Compiling structmeta v0.3.0
21092026-08-21T22:25:32.310Z Compiling dtrace-parser v0.2.0
21102026-08-21T22:25:32.351Z Compiling rand_chacha v0.3.1
21112026-08-21T22:25:32.497Z Compiling signature v2.2.0
21122026-08-21T22:25:32.638Z Compiling hex v0.4.3
21132026-08-21T22:25:32.661Z Compiling dtrace-parser v0.3.0
21142026-08-21T22:25:32.737Z Compiling dof v0.3.0
21152026-08-21T22:25:32.852Z Compiling hyper v1.10.1
21162026-08-21T22:25:32.918Z Compiling pin-project-internal v1.1.11
21172026-08-21T22:25:33.010Z Compiling num-integer v0.1.46
21182026-08-21T22:25:33.248Z Compiling dof v0.4.0
21192026-08-21T22:25:33.289Z Compiling wait-timeout v0.2.1
21202026-08-21T22:25:33.306Z Compiling darling_macro v0.20.11
21212026-08-21T22:25:33.326Z Compiling thread-id v4.2.2
21222026-08-21T22:25:33.343Z Compiling thread-id v5.1.0
21232026-08-21T22:25:33.425Z Compiling clap_lex v1.0.0
21242026-08-21T22:25:33.490Z Compiling owo-colors v4.3.0
21252026-08-21T22:25:33.539Z Compiling bit-vec v0.8.0
21262026-08-21T22:25:33.716Z Compiling funty v2.0.0
21272026-08-21T22:25:33.818Z Compiling quick-error v1.2.3
21282026-08-21T22:25:33.822Z Compiling smoltcp v0.9.1
21292026-08-21T22:25:33.822Z Compiling cfg_aliases v0.2.1
21302026-08-21T22:25:33.871Z Compiling num_threads v0.1.7
21312026-08-21T22:25:33.926Z Compiling nix v0.31.2
21322026-08-21T22:25:33.945Z Compiling rusty-fork v0.3.1
21332026-08-21T22:25:33.949Z Compiling darling v0.20.11
21342026-08-21T22:25:33.949Z Compiling bit-set v0.8.0
21352026-08-21T22:25:33.997Z Compiling time v0.3.47
21362026-08-21T22:25:34.020Z Compiling hyper-util v0.1.20
21372026-08-21T22:25:34.059Z Compiling bitvec v1.0.1
21382026-08-21T22:25:34.177Z Compiling clap_builder v4.6.0
21392026-08-21T22:25:34.238Z Compiling num-iter v0.1.45
21402026-08-21T22:25:34.304Z Compiling rand v0.8.6
21412026-08-21T22:25:34.682Z Compiling lazy_static v1.5.0
21422026-08-21T22:25:34.739Z Compiling ipnetwork v0.21.1
21432026-08-21T22:25:34.791Z Compiling hmac v0.12.1
21442026-08-21T22:25:34.999Z Compiling rand_xorshift v0.4.0
21452026-08-21T22:25:35.037Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-21T22:25:35.083Z Compiling sync_wrapper v1.0.2
21472026-08-21T22:25:35.161Z Compiling zlib-rs v0.6.2
21482026-08-21T22:25:35.204Z Compiling crc-catalog v2.4.0
21492026-08-21T22:25:35.308Z Compiling nodrop v0.1.14
21502026-08-21T22:25:35.510Z Compiling unarray v0.1.4
21512026-08-21T22:25:35.540Z Compiling siphasher v1.0.2
21522026-08-21T22:25:35.661Z Compiling clap v4.6.1
21532026-08-21T22:25:35.778Z Compiling proptest v1.11.0
21542026-08-21T22:25:36.260Z Compiling array-init v0.0.4
21552026-08-21T22:25:36.517Z Compiling crc v3.4.0
21562026-08-21T22:25:36.722Z Compiling tower v0.5.3
21572026-08-21T22:25:36.930Z Compiling smallvec v0.6.14
21582026-08-21T22:25:37.161Z Compiling derive_builder_core v0.20.2
21592026-08-21T22:25:37.212Z Compiling flate2 v1.1.9
21602026-08-21T22:25:37.359Z Compiling pkcs1 v0.7.5
21612026-08-21T22:25:37.455Z Compiling http-body-util v0.1.3
21622026-08-21T22:25:37.472Z Compiling zerocopy v0.6.6
21632026-08-21T22:25:37.495Z Compiling bitfield v0.19.4
21642026-08-21T22:25:37.655Z Compiling snafu-derive v0.8.9
21652026-08-21T22:25:37.712Z Compiling strum_macros v0.27.2
21662026-08-21T22:25:37.744Z Compiling strum_macros v0.26.4
21672026-08-21T22:25:37.791Z Compiling hubpack_derive v0.1.1
21682026-08-21T22:25:37.838Z Compiling env_filter v2.0.0
21692026-08-21T22:25:37.928Z Compiling fs-err v3.3.0
21702026-08-21T22:25:37.944Z Compiling gimli v0.32.3
21712026-08-21T22:25:37.960Z Compiling unicode-bidi v0.3.18
21722026-08-21T22:25:38.139Z Compiling base64 v0.21.7
21732026-08-21T22:25:38.254Z Compiling allocator-api2 v0.2.21
21742026-08-21T22:25:38.317Z Compiling ryu v1.0.23
21752026-08-21T22:25:38.460Z Compiling iri-string v0.7.10
21762026-08-21T22:25:38.496Z Compiling unicode-properties v0.1.4
21772026-08-21T22:25:38.681Z Compiling hashbrown v0.12.3
21782026-08-21T22:25:38.717Z Compiling unicode-segmentation v1.12.0
21792026-08-21T22:25:38.940Z Compiling stringprep v0.1.5
21802026-08-21T22:25:39.157Z Compiling serde_urlencoded v0.7.1
21812026-08-21T22:25:39.319Z Compiling ron v0.8.1
21822026-08-21T22:25:39.422Z Compiling env_logger v0.11.11
21832026-08-21T22:25:39.502Z Compiling derive_builder_macro v0.20.2
21842026-08-21T22:25:39.576Z Compiling newtype-uuid v1.3.2
21852026-08-21T22:25:39.748Z Compiling addr2line v0.25.1
21862026-08-21T22:25:39.816Z Compiling tower-http v0.6.8
21872026-08-21T22:25:39.871Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882026-08-21T22:25:39.888Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21892026-08-21T22:25:39.905Z Compiling rsa v0.9.10
21902026-08-21T22:25:39.936Z Compiling oxnet v0.1.6
21912026-08-21T22:25:40.005Z Compiling serde-hex v0.1.0
21922026-08-21T22:25:40.071Z Compiling hashbrown v0.13.2
21932026-08-21T22:25:40.087Z Compiling tokio-native-tls v0.3.1
21942026-08-21T22:25:40.159Z Compiling bzip2 v0.4.4
21952026-08-21T22:25:40.183Z Compiling usdt-macro v0.6.0
21962026-08-21T22:25:40.258Z Compiling usdt-attr-macro v0.6.0
21972026-08-21T22:25:40.279Z Compiling derive-ex v0.1.8
21982026-08-21T22:25:40.342Z Compiling block-buffer v0.12.1
21992026-08-21T22:25:40.359Z Compiling block-padding v0.4.2
22002026-08-21T22:25:40.374Z Compiling crypto-common v0.2.2
22012026-08-21T22:25:40.660Z Compiling rustls-native-certs v0.8.3
22022026-08-21T22:25:40.780Z Compiling x509-cert v0.2.5
22032026-08-21T22:25:40.946Z Compiling md-5 v0.10.6
22042026-08-21T22:25:41.053Z Compiling erased-serde v0.3.31
22052026-08-21T22:25:41.183Z Compiling bstr v1.12.1
22062026-08-21T22:25:41.404Z Compiling vergen-lib v9.1.0
22072026-08-21T22:25:41.423Z Compiling hash32 v0.2.1
22082026-08-21T22:25:41.499Z Compiling encoding_rs v0.8.35
22092026-08-21T22:25:41.618Z Compiling unicode-width v0.2.0
22102026-08-21T22:25:41.634Z Compiling psl-types v2.0.11
22112026-08-21T22:25:41.674Z Compiling mime v0.3.17
22122026-08-21T22:25:41.817Z Compiling rustc-demangle v0.1.27
22132026-08-21T22:25:41.821Z Compiling fallible-iterator v0.2.0
22142026-08-21T22:25:41.848Z Compiling crc-any v2.5.0
22152026-08-21T22:25:41.951Z Compiling cpufeatures v0.3.0
22162026-08-21T22:25:42.180Z Compiling postgres-protocol v0.6.10
22172026-08-21T22:25:42.183Z Compiling test-strategy v0.4.5
22182026-08-21T22:25:42.214Z Compiling publicsuffix v2.3.0
22192026-08-21T22:25:42.599Z Compiling backtrace v0.3.76
22202026-08-21T22:25:42.789Z Compiling object v0.30.4
22212026-08-21T22:25:42.894Z Compiling inout v0.2.2
22222026-08-21T22:25:42.911Z Compiling zip v0.6.6
22232026-08-21T22:25:42.939Z Compiling hyper-tls v0.6.0
22242026-08-21T22:25:43.058Z Compiling daft v0.1.7
22252026-08-21T22:25:43.079Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22262026-08-21T22:25:43.124Z Compiling derive_builder v0.20.2
22272026-08-21T22:25:43.177Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22282026-08-21T22:25:43.265Z Compiling heck v0.4.1
22292026-08-21T22:25:43.354Z Compiling phf_shared v0.13.1
22302026-08-21T22:25:43.401Z Compiling pin-project v1.1.11
22312026-08-21T22:25:43.505Z Compiling toml v0.7.8
22322026-08-21T22:25:43.555Z Compiling serde_with_macros v3.21.0
22332026-08-21T22:25:43.576Z Compiling futures-executor v0.3.32
22342026-08-21T22:25:43.643Z Compiling miette-derive v7.6.0
22352026-08-21T22:25:43.773Z Compiling enum-as-inner v0.6.1
22362026-08-21T22:25:43.823Z Compiling serde_repr v0.1.20
22372026-08-21T22:25:43.856Z Compiling async-recursion v1.1.1
22382026-08-21T22:25:44.054Z Compiling vergen v9.1.0
22392026-08-21T22:25:44.076Z Compiling ff v0.13.1
22402026-08-21T22:25:44.124Z Compiling cargo-platform v0.3.2
22412026-08-21T22:25:44.290Z Compiling is_ci v1.2.0
22422026-08-21T22:25:44.377Z Compiling same-file v1.0.6
22432026-08-21T22:25:44.393Z Compiling managed v0.8.0
22442026-08-21T22:25:44.438Z Compiling foldhash v0.1.5
22452026-08-21T22:25:44.500Z Compiling unicode-linebreak v0.1.5
22462026-08-21T22:25:44.622Z Compiling bumpalo v3.20.2
22472026-08-21T22:25:44.639Z Compiling foldhash v0.2.0
22482026-08-21T22:25:44.713Z Compiling base16ct v0.2.0
22492026-08-21T22:25:44.753Z Compiling smawk v0.3.2
22502026-08-21T22:25:44.768Z Compiling jiff-core v0.1.0
22512026-08-21T22:25:44.805Z Compiling path-slash v0.1.5
22522026-08-21T22:25:44.875Z Compiling libbz2-rs-sys v0.2.2
22532026-08-21T22:25:44.893Z Compiling bitflags v1.3.2
22542026-08-21T22:25:44.959Z Compiling textwrap v0.16.2
22552026-08-21T22:25:45.001Z Compiling sec1 v0.7.3
22562026-08-21T22:25:45.018Z Compiling zopfli v0.8.3
22572026-08-21T22:25:45.152Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22582026-08-21T22:25:45.202Z Compiling hashbrown v0.16.1
22592026-08-21T22:25:45.291Z Compiling bzip2 v0.6.1
22602026-08-21T22:25:45.507Z Compiling jiff v0.2.34
22612026-08-21T22:25:45.553Z Compiling hashbrown v0.15.5
22622026-08-21T22:25:45.577Z Compiling walkdir v2.5.0
22632026-08-21T22:25:45.707Z Compiling supports-color v3.0.2
22642026-08-21T22:25:45.823Z Compiling cargo_metadata v0.23.1
22652026-08-21T22:25:45.886Z Compiling group v0.13.0
22662026-08-21T22:25:46.081Z Compiling futures v0.3.32
22672026-08-21T22:25:46.280Z Compiling phf v0.13.1
22682026-08-21T22:25:46.369Z Compiling snafu v0.8.9
22692026-08-21T22:25:46.453Z Compiling reqwest v0.12.28
22702026-08-21T22:25:46.599Z Compiling cipher v0.5.2
22712026-08-21T22:25:46.735Z Compiling backtrace-ext v0.2.1
22722026-08-21T22:25:46.739Z Compiling signal-hook-mio v0.2.5
22732026-08-21T22:25:46.768Z Compiling cookie_store v0.22.1
22742026-08-21T22:25:46.786Z Compiling postgres-types v0.2.12
22752026-08-21T22:25:46.885Z Compiling zstd v0.13.3
22762026-08-21T22:25:46.902Z Compiling globset v0.4.18
22772026-08-21T22:25:46.933Z Compiling strum v0.27.2
22782026-08-21T22:25:47.018Z Compiling hubpack v0.1.2
22792026-08-21T22:25:47.151Z Compiling phf_shared v0.11.3
22802026-08-21T22:25:47.214Z Compiling hkdf v0.12.4
22812026-08-21T22:25:47.229Z Compiling crossbeam-epoch v0.9.18
22822026-08-21T22:25:47.273Z Compiling byte-wrapper v0.1.0
22832026-08-21T22:25:47.293Z Compiling ed25519 v2.2.3
22842026-08-21T22:25:47.355Z Compiling olpc-cjson v0.1.4
22852026-08-21T22:25:47.551Z Compiling crypto-bigint v0.5.5
22862026-08-21T22:25:47.608Z Compiling serde_plain v1.0.2
22872026-08-21T22:25:47.644Z Compiling serde-big-array v0.5.1
22882026-08-21T22:25:47.699Z Compiling pem v3.0.6
22892026-08-21T22:25:47.748Z Compiling float-cmp v0.10.0
22902026-08-21T22:25:47.806Z Compiling memmap2 v0.9.10
22912026-08-21T22:25:47.918Z Compiling precomputed-hash v0.1.1
22922026-08-21T22:25:48.003Z Compiling new_debug_unreachable v1.0.6
22932026-08-21T22:25:48.019Z Compiling whoami v2.1.0
22942026-08-21T22:25:48.094Z Compiling supports-unicode v3.0.0
22952026-08-21T22:25:48.142Z Compiling typed-path v0.9.3
22962026-08-21T22:25:48.156Z Compiling normalize-line-endings v0.3.0
22972026-08-21T22:25:48.196Z Compiling toml_write v0.1.2
22982026-08-21T22:25:48.241Z Compiling predicates-core v1.0.10
22992026-08-21T22:25:48.274Z Compiling static_assertions v1.1.0
23002026-08-21T22:25:48.357Z Compiling data-encoding v2.10.0
23012026-08-21T22:25:48.425Z Compiling difflib v0.4.0
23022026-08-21T22:25:48.447Z Compiling const-oid v0.10.2
23032026-08-21T22:25:48.466Z Compiling keccak v0.1.6
23042026-08-21T22:25:48.550Z Compiling unicode-width v0.1.14
23052026-08-21T22:25:48.636Z Compiling supports-hyperlinks v3.2.0
23062026-08-21T22:25:48.654Z Compiling fixedbitset v0.5.7
23072026-08-21T22:25:48.667Z Compiling fixedbitset v0.4.2
23082026-08-21T22:25:48.683Z Compiling predicates v3.1.4
23092026-08-21T22:25:48.737Z Compiling hickory-proto v0.25.2
23102026-08-21T22:25:48.777Z Compiling miette v7.6.0
23112026-08-21T22:25:48.840Z Compiling petgraph v0.6.5
23122026-08-21T22:25:48.876Z Compiling petgraph v0.8.3
23132026-08-21T22:25:48.891Z Compiling digest v0.11.3
23142026-08-21T22:25:48.906Z Compiling sha3 v0.10.8
23152026-08-21T22:25:49.125Z Compiling elliptic-curve v0.13.8
23162026-08-21T22:25:49.184Z Compiling chacha20 v0.10.0
23172026-08-21T22:25:49.231Z Compiling toml_edit v0.22.27
23182026-08-21T22:25:49.247Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23192026-08-21T22:25:49.305Z Compiling tokio-postgres v0.7.16
23202026-08-21T22:25:49.704Z Compiling string_cache v0.8.9
23212026-08-21T22:25:49.923Z Compiling usdt v0.6.0
23222026-08-21T22:25:50.021Z Compiling zip v4.6.1
23232026-08-21T22:25:50.770Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-21T22:25:50.801Z Compiling ed25519-dalek v2.2.0
23252026-08-21T22:25:51.364Z Compiling crossterm v0.28.1
23262026-08-21T22:25:51.629Z Compiling iddqd v0.4.2
23272026-08-21T22:25:51.907Z Compiling serde_with v3.21.0
23282026-08-21T22:25:51.927Z Compiling similar v2.7.0
23292026-08-21T22:25:52.097Z Compiling strum v0.26.3
23302026-08-21T22:25:52.247Z Compiling tokio-stream v0.1.18
23312026-08-21T22:25:52.264Z Compiling buf-list v1.1.2
23322026-08-21T22:25:52.529Z Compiling itertools v0.13.0
23332026-08-21T22:25:52.547Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-21T22:25:52.609Z Compiling openapiv3 v2.2.0
23352026-08-21T22:25:53.043Z Compiling lalrpop-util v0.19.12
23362026-08-21T22:25:53.254Z Compiling peg-runtime v0.8.5
23372026-08-21T22:26:08.799Z Compiling rustls-webpki v0.103.13
23382026-08-21T22:26:12.263Z Compiling tokio-rustls v0.26.4
23392026-08-21T22:26:12.470Z Compiling rustls-platform-verifier v0.6.2
23402026-08-21T22:26:12.548Z Compiling hyper-rustls v0.27.7
23412026-08-21T22:26:12.692Z Compiling tough v0.22.0
23422026-08-21T22:26:12.785Z Compiling reqwest v0.13.2
23432026-08-21T22:26:15.751Z Compiling macaddr v1.0.1
23442026-08-21T22:26:15.755Z Compiling crucible-workspace-hack v0.1.0
23452026-08-21T22:26:15.791Z Compiling rayon-core v1.13.0
23462026-08-21T22:26:15.853Z Compiling secrecy v0.10.3
23472026-08-21T22:26:15.869Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-21T22:26:16.047Z Compiling heapless v0.8.0
23492026-08-21T22:26:16.068Z Compiling toml_datetime v0.7.5+spec-1.1.0
23502026-08-21T22:26:16.100Z Compiling crossbeam-deque v0.8.6
23512026-08-21T22:26:16.103Z Compiling ingot-macros v0.2.0
23522026-08-21T22:26:16.160Z Compiling inout v0.1.4
23532026-08-21T22:26:16.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23542026-08-21T22:26:16.338Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552026-08-21T22:26:16.355Z Compiling toml_edit v0.23.10+spec-1.0.0
23562026-08-21T22:26:16.355Z Compiling hash32 v0.3.1
23572026-08-21T22:26:16.355Z Compiling multer v3.1.0
23582026-08-21T22:26:16.419Z Compiling thread_local v1.1.9
23592026-08-21T22:26:16.472Z Compiling match_cfg v0.1.0
23602026-08-21T22:26:16.503Z Compiling compression-core v0.4.31
23612026-08-21T22:26:16.558Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-08-21T22:26:16.583Z Compiling slog-async v2.8.0
23632026-08-21T22:26:16.584Z Compiling smoltcp v0.11.0
23642026-08-21T22:26:16.637Z Compiling compression-codecs v0.4.37
23652026-08-21T22:26:16.695Z Compiling hostname v0.3.1
23662026-08-21T22:26:16.735Z Compiling cipher v0.4.4
23672026-08-21T22:26:16.826Z Compiling atomicwrites v0.4.4
23682026-08-21T22:26:16.843Z Compiling slog-json v2.6.1
23692026-08-21T22:26:16.908Z Compiling crossbeam-channel v0.5.15
23702026-08-21T22:26:16.928Z Compiling proc-macro-crate v3.4.0
23712026-08-21T22:26:16.969Z Compiling half v2.7.1
23722026-08-21T22:26:17.009Z Compiling newtype-uuid-macros v0.1.0
23732026-08-21T22:26:17.030Z Compiling universal-hash v0.5.1
23742026-08-21T22:26:17.119Z Compiling cobs v0.3.0
23752026-08-21T22:26:17.135Z Compiling async-stream-impl v0.3.6
23762026-08-21T22:26:17.164Z Compiling thiserror-impl-no-std v2.0.2
23772026-08-21T22:26:17.194Z Compiling toml_datetime v1.1.1+spec-1.1.0
23782026-08-21T22:26:17.270Z Compiling serde_spanned v1.1.1
23792026-08-21T22:26:17.347Z Compiling is-terminal v0.4.17
23802026-08-21T22:26:17.368Z Compiling dropshot v0.17.1
23812026-08-21T22:26:17.409Z Compiling proc-macro-error-attr v1.0.4
23822026-08-21T22:26:17.439Z Compiling ciborium-io v0.2.2
23832026-08-21T22:26:17.494Z Compiling take_mut v0.2.2
23842026-08-21T22:26:17.559Z Compiling convert_case v0.4.0
23852026-08-21T22:26:17.577Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23862026-08-21T22:26:17.621Z Compiling opaque-debug v0.3.1
23872026-08-21T22:26:17.638Z Compiling term v1.2.1
23882026-08-21T22:26:17.656Z Compiling toml_writer v1.1.1+spec-1.1.0
23892026-08-21T22:26:17.725Z Compiling async-stream v0.3.6
23902026-08-21T22:26:17.745Z Compiling poly1305 v0.8.0
23912026-08-21T22:26:17.776Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23922026-08-21T22:26:17.834Z Compiling ciborium-ll v0.2.2
23932026-08-21T22:26:17.879Z Compiling derive_more v0.99.20
23942026-08-21T22:26:17.936Z Compiling toml v1.1.2+spec-1.1.0
23952026-08-21T22:26:17.952Z Compiling num_enum_derive v0.7.6
23962026-08-21T22:26:18.120Z Compiling slog-term v2.9.2
23972026-08-21T22:26:18.196Z Compiling thiserror-no-std v2.0.2
23982026-08-21T22:26:18.265Z Compiling postcard v1.1.3
23992026-08-21T22:26:18.308Z Compiling slog-bunyan v2.5.0
24002026-08-21T22:26:18.387Z Compiling chacha20 v0.9.1
24012026-08-21T22:26:18.528Z Compiling async-compression v0.4.41
24022026-08-21T22:26:18.665Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-21T22:26:18.665Z Compiling sha1 v0.11.0
24042026-08-21T22:26:18.738Z Compiling ingot-types v0.2.0
24052026-08-21T22:26:18.898Z Compiling parse-display-derive v0.10.0
24062026-08-21T22:26:18.990Z Compiling proc-macro-crate v1.3.1
24072026-08-21T22:26:19.017Z Compiling waitgroup v0.1.2
24082026-08-21T22:26:19.131Z Compiling backon v1.6.0
24092026-08-21T22:26:19.192Z Compiling ingot v0.2.1
24102026-08-21T22:26:19.209Z Compiling rustls-pemfile v2.2.0
24112026-08-21T22:26:19.344Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24122026-08-21T22:26:19.372Z Compiling blake2 v0.10.6
24132026-08-21T22:26:19.393Z Compiling dropshot_endpoint v0.17.1
24142026-08-21T22:26:19.453Z Compiling aead v0.5.2
24152026-08-21T22:26:19.517Z Compiling password-hash v0.5.0
24162026-08-21T22:26:19.669Z Compiling foreign-types-macros v0.2.3
24172026-08-21T22:26:19.797Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-21T22:26:19.895Z Compiling serde_path_to_error v0.1.20
24192026-08-21T22:26:19.968Z Compiling hostname v0.4.2
24202026-08-21T22:26:20.082Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-21T22:26:20.150Z Compiling proc-macro-error v1.0.4
24222026-08-21T22:26:20.228Z Compiling instant v0.1.13
24232026-08-21T22:26:20.265Z Compiling foreign-types-shared v0.3.1
24242026-08-21T22:26:20.303Z Compiling illumos-nvpair-sys v0.2.0
24252026-08-21T22:26:20.369Z Compiling debug-ignore v1.0.5
24262026-08-21T22:26:20.386Z Compiling foreign-types v0.5.0
24272026-08-21T22:26:20.400Z Compiling backoff v0.4.0
24282026-08-21T22:26:20.416Z Compiling parse-display v0.10.0
24292026-08-21T22:26:20.492Z Compiling argon2 v0.5.3
24302026-08-21T22:26:20.510Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-21T22:26:20.513Z Compiling chacha20poly1305 v0.10.1
24322026-08-21T22:26:20.513Z Compiling num_enum_derive v0.5.11
24332026-08-21T22:26:20.513Z Compiling num_enum v0.7.6
24342026-08-21T22:26:20.615Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24352026-08-21T22:26:20.700Z Compiling vsss-rs v3.3.4
24362026-08-21T22:26:20.725Z Compiling ciborium v0.2.2
24372026-08-21T22:26:20.983Z Compiling regress v0.10.5
24382026-08-21T22:26:21.033Z Compiling itertools v0.14.0
24392026-08-21T22:26:21.051Z Compiling tabwriter v1.4.1
24402026-08-21T22:26:21.142Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-21T22:26:21.271Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24422026-08-21T22:26:21.440Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-21T22:26:21.473Z Compiling cstr-argument v0.1.2
24442026-08-21T22:26:21.497Z Compiling humantime v2.3.0
24452026-08-21T22:26:21.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24462026-08-21T22:26:21.587Z Compiling num_enum v0.5.11
24472026-08-21T22:26:21.635Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482026-08-21T22:26:21.737Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-21T22:26:21.794Z Compiling rayon v1.11.0
24502026-08-21T22:26:21.883Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24512026-08-21T22:26:21.923Z Compiling rand v0.10.1
24522026-08-21T22:26:21.953Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24532026-08-21T22:26:21.971Z Compiling colored v3.1.1
24542026-08-21T22:26:22.004Z Compiling indent_write v2.2.0
24552026-08-21T22:26:22.033Z Compiling libefi-sys v0.1.0
24562026-08-21T22:26:22.050Z Compiling zone_cfg_derive v0.3.1
24572026-08-21T22:26:22.055Z Compiling illumos-nvpair v0.3.0
24582026-08-21T22:26:22.266Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24592026-08-21T22:26:22.285Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24602026-08-21T22:26:22.317Z Compiling camino-tempfile v1.4.1
24612026-08-21T22:26:22.370Z Compiling itertools v0.12.1
24622026-08-21T22:26:22.467Z Compiling usdt-macro v0.5.0
24632026-08-21T22:26:22.544Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24642026-08-21T22:26:22.593Z Compiling usdt-attr-macro v0.5.0
24652026-08-21T22:26:22.609Z Compiling num-derive v0.4.2
24662026-08-21T22:26:22.668Z Compiling bitfield-struct v0.6.2
24672026-08-21T22:26:22.705Z Compiling blake3 v1.8.5
24682026-08-21T22:26:22.727Z Compiling memmap v0.7.0
24692026-08-21T22:26:22.808Z Compiling sigpipe v0.1.3
24702026-08-21T22:26:22.869Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-21T22:26:22.917Z Compiling glob v0.3.3
24722026-08-21T22:26:22.977Z Compiling swrite v0.1.0
24732026-08-21T22:26:22.994Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24742026-08-21T22:26:23.101Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24752026-08-21T22:26:23.246Z Compiling smf v0.2.3
24762026-08-21T22:26:23.311Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24772026-08-21T22:26:23.364Z Compiling usdt v0.5.0
24782026-08-21T22:26:23.410Z Compiling filetime v0.2.27
24792026-08-21T22:26:23.426Z Compiling xattr v1.6.1
24802026-08-21T22:26:23.503Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24812026-08-21T22:26:23.536Z Compiling arrayvec v0.7.6
24822026-08-21T22:26:23.596Z Compiling arrayref v0.3.9
24832026-08-21T22:26:23.640Z Compiling constant_time_eq v0.4.2
24842026-08-21T22:26:23.656Z Compiling whoami v1.6.1
24852026-08-21T22:26:23.659Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862026-08-21T22:26:23.690Z Compiling tokio-dtrace v0.1.1
24872026-08-21T22:26:23.771Z Compiling zone v0.3.1
24882026-08-21T22:26:23.828Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24892026-08-21T22:26:23.854Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24902026-08-21T22:26:23.893Z Compiling tar v0.4.46
24912026-08-21T22:26:23.970Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24922026-08-21T22:26:24.006Z Compiling gethostname v0.5.0
24932026-08-21T22:26:24.039Z Compiling console v0.16.2
24942026-08-21T22:26:24.158Z Compiling topological-sort v0.2.2
24952026-08-21T22:26:24.184Z Compiling unit-prefix v0.5.2
24962026-08-21T22:26:24.227Z Compiling oxide-tokio-rt v0.1.4
24972026-08-21T22:26:24.362Z Compiling toml v0.8.23
24982026-08-21T22:26:24.410Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24992026-08-21T22:26:24.498Z Compiling indicatif v0.18.4
25002026-08-21T22:26:24.655Z Compiling shell-words v1.1.1
25012026-08-21T22:26:33.829Z Compiling progenitor-client v0.14.0
25022026-08-21T22:26:33.829Z Compiling omicron-zone-package v0.12.3
25032026-08-21T22:26:34.074Z Compiling progenitor-extras v0.2.0
25042026-08-21T22:26:34.371Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25052026-08-21T22:26:34.489Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25062026-08-21T22:26:34.539Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25072026-08-21T22:26:34.600Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25082026-08-21T22:26:34.618Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25092026-08-21T22:26:34.661Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25102026-08-21T22:26:34.794Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25112026-08-21T22:26:34.934Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25122026-08-21T22:26:35.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-08-21T22:26:39.000Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25142026-08-21T22:26:47.896Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25152026-08-21T22:26:51.181Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25162026-08-21T22:26:52.269Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25172026-08-21T22:27:02.499Z Finished `release` profile [optimized] target(s) in 1m 48s
25182026-08-21T22:27:02.646Z Running `target/release/omicron-package -t test target create -p dev`
25192026-08-21T22:27:02.707ZLogging to: /work/oxidecomputer/omicron/out/LOG
25202026-08-21T22:27:02.710ZCreated new build target 'test' and set it as active
25212026-08-21T22:27:02.710Z
25222026-08-21T22:27:02.710Zreal 1:48.346895944
25232026-08-21T22:27:02.710Zuser 17:51.815152240
25242026-08-21T22:27:02.710Zsys 2:47.737125400
25252026-08-21T22:27:02.710Ztrap 0.505280882
25262026-08-21T22:27:02.710Ztflt 2.273279673
25272026-08-21T22:27:02.710Zdflt 4.886580646
25282026-08-21T22:27:02.710Zkflt 0.000734610
25292026-08-21T22:27:02.710Zlock 58:28.653710803
25302026-08-21T22:27:02.710Zslp 45:26.123548948
25312026-08-21T22:27:02.711Zlat 53.290613220
25322026-08-21T22:27:02.711Zstop 6:30.664253229
25332026-08-21T22:27:02.714Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25342026-08-21T22:27:03.602Z Finished `release` profile [optimized] target(s) in 0.88s
25352026-08-21T22:27:03.675Z Running `target/release/omicron-package -t test package`
25362026-08-21T22:27:03.733ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-21T22:27:05.189Z Compiling heck v0.5.0
25382026-08-21T22:27:05.189Z Compiling regress v0.11.1
25392026-08-21T22:27:05.433Z Compiling unsafe-libyaml v0.2.11
25402026-08-21T22:27:05.458Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25412026-08-21T22:27:05.489Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25422026-08-21T22:27:05.489Z Compiling derive-where v1.6.0
25432026-08-21T22:27:05.494Z Compiling bytecount v0.6.9
25442026-08-21T22:27:05.554Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25452026-08-21T22:27:05.558Z Compiling atomicwrites v0.4.4
25462026-08-21T22:27:05.558Z Compiling is-terminal v0.4.17
25472026-08-21T22:27:05.558Z Compiling prettyplease v0.2.37
25482026-08-21T22:27:05.558Z Compiling newline-converter v0.3.0
25492026-08-21T22:27:05.657Z Compiling console v0.15.11
25502026-08-21T22:27:05.681Z Compiling slog-dtrace v0.3.0
25512026-08-21T22:27:05.684Z Compiling cancel-safe-futures v0.1.5
25522026-08-21T22:27:05.729Z Compiling resolv-conf v0.7.6
25532026-08-21T22:27:05.754Z Compiling num-rational v0.4.2
25542026-08-21T22:27:05.758Z Compiling num-complex v0.4.6
25552026-08-21T22:27:05.758Z Compiling thread_local v1.1.9
25562026-08-21T22:27:05.822Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25572026-08-21T22:27:05.874Z Compiling compression-core v0.4.31
25582026-08-21T22:27:05.971Z Compiling match_cfg v0.1.0
25592026-08-21T22:27:05.992Z Compiling serde_yaml v0.9.34+deprecated
25602026-08-21T22:27:06.061Z Compiling hostname v0.3.1
25612026-08-21T22:27:06.081Z Compiling expectorate v1.2.0
25622026-08-21T22:27:06.119Z Compiling compression-codecs v0.4.37
25632026-08-21T22:27:06.212Z Compiling num v0.4.3
25642026-08-21T22:27:06.285Z Compiling slog-async v2.8.0
25652026-08-21T22:27:06.316Z Compiling multer v3.1.0
25662026-08-21T22:27:06.337Z Compiling crossbeam-channel v0.5.15
25672026-08-21T22:27:06.362Z Compiling slog-json v2.6.1
25682026-08-21T22:27:06.362Z Compiling toml_datetime v1.1.1+spec-1.1.0
25692026-08-21T22:27:06.407Z Compiling serde_spanned v1.1.1
25702026-08-21T22:27:06.407Z Compiling linked-hash-map v0.5.6
25712026-08-21T22:27:06.597Z Compiling linear-map v1.2.0
25722026-08-21T22:27:06.616Z Compiling take_mut v0.2.2
25732026-08-21T22:27:06.653Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25742026-08-21T22:27:06.678Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25752026-08-21T22:27:06.682Z Compiling term v1.2.1
25762026-08-21T22:27:06.720Z Compiling oxide-update-engine-types v0.1.2
25772026-08-21T22:27:06.724Z Compiling toml_writer v1.1.1+spec-1.1.0
25782026-08-21T22:27:06.763Z Compiling float-ord v0.3.2
25792026-08-21T22:27:06.812Z Compiling lru-cache v0.1.2
25802026-08-21T22:27:06.815Z Compiling slog-bunyan v2.5.0
25812026-08-21T22:27:06.882Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25822026-08-21T22:27:06.906Z Compiling async-compression v0.4.41
25832026-08-21T22:27:06.969Z Compiling typify-impl v0.6.2
25842026-08-21T22:27:06.990Z Compiling slog-term v2.9.2
25852026-08-21T22:27:06.995Z Compiling toml v1.1.2+spec-1.1.0
25862026-08-21T22:27:07.212Z Compiling async-stream v0.3.6
25872026-08-21T22:27:07.236Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25882026-08-21T22:27:07.289Z Compiling dropshot v0.17.1
25892026-08-21T22:27:07.311Z Compiling sha1 v0.11.0
25902026-08-21T22:27:07.356Z Compiling progenitor-client v0.14.0
25912026-08-21T22:27:07.395Z Compiling waitgroup v0.1.2
25922026-08-21T22:27:07.417Z Compiling rustls-pemfile v2.2.0
25932026-08-21T22:27:07.488Z Compiling backon v1.6.0
25942026-08-21T22:27:07.513Z Compiling hostname v0.4.2
25952026-08-21T22:27:07.559Z Compiling serde_path_to_error v0.1.20
25962026-08-21T22:27:07.598Z Compiling instant v0.1.13
25972026-08-21T22:27:07.640Z Compiling minimal-lexical v0.2.1
25982026-08-21T22:27:07.683Z Compiling debug-ignore v1.0.5
25992026-08-21T22:27:07.711Z Compiling backoff v0.4.0
26002026-08-21T22:27:07.734Z Compiling progenitor-extras v0.2.0
26012026-08-21T22:27:07.735Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26022026-08-21T22:27:07.816Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26032026-08-21T22:27:07.935Z Compiling nom v7.1.3
26042026-08-21T22:27:07.959Z Compiling oxide-update-engine v0.1.2
26052026-08-21T22:27:08.012Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26062026-08-21T22:27:08.040Z Compiling parse-display v0.10.0
26072026-08-21T22:27:08.043Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26082026-08-21T22:27:08.137Z Compiling hickory-proto v0.24.4
26092026-08-21T22:27:08.591Z Compiling regress v0.10.5
26102026-08-21T22:27:08.702Z Compiling itertools v0.14.0
26112026-08-21T22:27:09.243Z Compiling macaddr v1.0.1
26122026-08-21T22:27:09.312Z Compiling unicode-xid v0.2.6
26132026-08-21T22:27:09.334Z Compiling humantime v2.3.0
26142026-08-21T22:27:09.513Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26152026-08-21T22:27:09.620Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26162026-08-21T22:27:09.734Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26172026-08-21T22:27:09.865Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26182026-08-21T22:27:09.970Z Compiling convert_case v0.10.0
26192026-08-21T22:27:09.995Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26202026-08-21T22:27:10.074Z Compiling toml v0.8.23
26212026-08-21T22:27:10.166Z Compiling papergrid v0.11.0
26222026-08-21T22:27:10.258Z Compiling derive_more-impl v2.1.1
26232026-08-21T22:27:10.425Z Compiling typify-macro v0.6.2
26242026-08-21T22:27:10.596Z Compiling tabled_derive v0.7.0
26252026-08-21T22:27:10.680Z Compiling hickory-resolver v0.24.4
26262026-08-21T22:27:10.707Z Compiling termtree v0.5.1
26272026-08-21T22:27:10.917Z Compiling phf_shared v0.12.1
26282026-08-21T22:27:11.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26292026-08-21T22:27:11.172Z Compiling derive_more v2.1.1
26302026-08-21T22:27:11.283Z Compiling crossterm v0.29.0
26312026-08-21T22:27:11.381Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26322026-08-21T22:27:11.518Z Compiling tabled v0.15.0
26332026-08-21T22:27:11.885Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26342026-08-21T22:27:12.079Z Compiling typify v0.6.2
26352026-08-21T22:27:12.387Z Compiling progenitor-impl v0.14.0
26362026-08-21T22:27:12.761Z Compiling qorb v0.4.1
26372026-08-21T22:27:13.025Z Compiling csv-core v0.1.13
26382026-08-21T22:27:13.452Z Compiling vte v0.14.1
26392026-08-21T22:27:13.705Z Compiling highway v1.3.0
26402026-08-21T22:27:14.153Z Compiling chrono-tz v0.10.4
26412026-08-21T22:27:14.451Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26422026-08-21T22:27:14.541Z Compiling progenitor-macro v0.14.0
26432026-08-21T22:27:15.379Z Compiling strip-ansi-escapes v0.2.1
26442026-08-21T22:27:15.445Z Compiling csv v1.4.0
26452026-08-21T22:27:15.949Z Compiling phf v0.12.1
26462026-08-21T22:27:16.012Z Compiling const_format_proc_macros v0.2.34
26472026-08-21T22:27:16.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26482026-08-21T22:27:16.152Z Compiling fd-lock v4.0.4
26492026-08-21T22:27:16.348Z Compiling peg-macros v0.8.5
26502026-08-21T22:27:16.411Z Compiling nu-ansi-term v0.50.3
26512026-08-21T22:27:16.786Z Compiling const_format v0.2.35
26522026-08-21T22:27:16.894Z Compiling reedline v0.40.0
26532026-08-21T22:27:17.057Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26542026-08-21T22:27:17.296Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26552026-08-21T22:27:17.588Z Compiling peg v0.8.5
26562026-08-21T22:27:17.736Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26572026-08-21T22:27:17.963Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26582026-08-21T22:27:18.572Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26592026-08-21T22:27:18.735Z Compiling progenitor v0.14.0
26602026-08-21T22:27:18.928Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26612026-08-21T22:27:18.960Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26622026-08-21T22:27:18.990Z Compiling bcs v0.1.6
26632026-08-21T22:27:19.422Z Compiling nom v8.0.0
26642026-08-21T22:27:19.474Z Compiling semver v0.1.20
26652026-08-21T22:27:19.777Z Compiling rustc_version v0.1.7
26662026-08-21T22:27:20.007Z Compiling newtype_derive v0.1.6
26672026-08-21T22:27:20.235Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26682026-08-21T22:27:20.300Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26692026-08-21T22:27:20.483Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26702026-08-21T22:27:20.609Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26712026-08-21T22:27:20.634Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26722026-08-21T22:27:21.001Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26732026-08-21T22:27:21.297Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26742026-08-21T22:27:21.588Z Compiling dropshot-api-manager-types v0.8.0
26752026-08-21T22:27:21.635Z Compiling steno v0.4.1
26762026-08-21T22:27:21.932Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-08-21T22:27:22.087Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26782026-08-21T22:27:22.178Z Compiling sha1 v0.10.6
26792026-08-21T22:27:22.217Z Compiling tagptr v0.2.0
26802026-08-21T22:27:22.460Z Compiling utf-8 v0.7.6
26812026-08-21T22:27:22.685Z Compiling moka v0.12.13
26822026-08-21T22:27:22.705Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26832026-08-21T22:27:22.915Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26842026-08-21T22:27:23.160Z Compiling tungstenite v0.21.0
26852026-08-21T22:27:23.471Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26862026-08-21T22:27:23.981Z Compiling hickory-resolver v0.25.2
26872026-08-21T22:27:24.717Z Compiling tokio-tungstenite v0.21.0
26882026-08-21T22:27:25.100Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26892026-08-21T22:27:25.220Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26902026-08-21T22:27:26.078Z Compiling darling_core v0.21.3
26912026-08-21T22:27:27.260Z Compiling display-error-chain v0.2.2
26922026-08-21T22:27:27.469Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-21T22:27:27.521Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-21T22:27:27.667Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26952026-08-21T22:27:28.319Z Compiling darling_macro v0.21.3
26962026-08-21T22:27:28.865Z Compiling darling v0.21.3
26972026-08-21T22:27:28.895Z Compiling libscf-sys v1.2.0
26982026-08-21T22:27:28.985Z Compiling vergen-lib v0.1.6
26992026-08-21T22:27:29.129Z Compiling diesel_derives v2.3.7
27002026-08-21T22:27:29.245Z Compiling dsl_auto_type v0.2.0
27012026-08-21T22:27:29.534Z Compiling scheduled-thread-pool v0.2.7
27022026-08-21T22:27:29.790Z Compiling vergen-gitcl v1.0.8
27032026-08-21T22:27:29.817Z Compiling diesel_table_macro_syntax v0.3.0
27042026-08-21T22:27:30.012Z Compiling dirs-sys-next v0.1.2
27052026-08-21T22:27:30.046Z Compiling glob v0.3.3
27062026-08-21T22:27:30.087Z Compiling crunchy v0.2.4
27072026-08-21T22:27:30.109Z Compiling maplit v1.0.2
27082026-08-21T22:27:30.185Z Compiling dirs-next v2.0.0
27092026-08-21T22:27:30.226Z Compiling r2d2 v0.8.10
27102026-08-21T22:27:30.332Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27112026-08-21T22:27:30.392Z Compiling papergrid v0.18.0
27122026-08-21T22:27:30.412Z Compiling clang-sys v1.8.1
27132026-08-21T22:27:30.460Z Compiling downcast-rs v2.0.2
27142026-08-21T22:27:30.517Z Compiling xshell-macros v0.2.7
27152026-08-21T22:27:30.562Z Compiling tiny-keccak v2.0.2
27162026-08-21T22:27:30.728Z Compiling term v0.7.0
27172026-08-21T22:27:30.840Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27182026-08-21T22:27:30.862Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27192026-08-21T22:27:30.923Z Compiling xshell v0.2.7
27202026-08-21T22:27:31.018Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27212026-08-21T22:27:31.120Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27222026-08-21T22:27:31.233Z Compiling bit-vec v0.6.3
27232026-08-21T22:27:31.384Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-08-21T22:27:31.417Z Compiling bit-set v0.5.3
27252026-08-21T22:27:31.477Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27262026-08-21T22:27:31.594Z Compiling tabled v0.21.0
27272026-08-21T22:27:31.616Z Compiling ascii-canvas v3.0.0
27282026-08-21T22:27:32.026Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27292026-08-21T22:27:32.122Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27302026-08-21T22:27:32.176Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27312026-08-21T22:27:32.445Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27322026-08-21T22:27:32.567Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27332026-08-21T22:27:32.785Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27342026-08-21T22:27:32.810Z Compiling itertools v0.10.5
27352026-08-21T22:27:32.960Z Compiling ena v0.14.4
27362026-08-21T22:27:33.211Z Compiling libloading v0.8.9
27372026-08-21T22:27:33.314Z Compiling regex-syntax v0.6.29
27382026-08-21T22:27:33.351Z Compiling diff v0.1.13
27392026-08-21T22:27:33.467Z Compiling bindgen v0.71.1
27402026-08-21T22:27:33.619Z Compiling unicase v2.9.0
27412026-08-21T22:27:33.968Z Compiling cexpr v0.6.0
27422026-08-21T22:27:34.039Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27432026-08-21T22:27:34.255Z Compiling rustc-hash v2.1.1
27442026-08-21T22:27:34.435Z Compiling crc8 v0.1.1
27452026-08-21T22:27:34.639Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27462026-08-21T22:27:34.791Z Compiling diesel v2.3.7
27472026-08-21T22:27:34.850Z Compiling lalrpop v0.19.12
27482026-08-21T22:27:35.089Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27492026-08-21T22:27:35.228Z Compiling headers-core v0.3.0
27502026-08-21T22:27:35.591Z Compiling libxml v0.3.3
27512026-08-21T22:27:35.818Z Compiling headers v0.4.1
27522026-08-21T22:27:35.922Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27532026-08-21T22:27:35.990Z Compiling strum_macros v0.24.3
27542026-08-21T22:27:36.107Z Compiling indoc v1.0.9
27552026-08-21T22:27:36.255Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27562026-08-21T22:27:36.478Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27572026-08-21T22:27:36.541Z Compiling derive_builder v0.20.2
27582026-08-21T22:27:36.707Z Compiling oso-derive v0.27.3
27592026-08-21T22:27:36.820Z Compiling quick-xml v0.37.5
27602026-08-21T22:27:37.128Z Compiling impl-trait-for-tuples v0.2.3
27612026-08-21T22:27:37.233Z Compiling openssl-probe v0.1.6
27622026-08-21T22:27:37.286Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27632026-08-21T22:27:37.433Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27642026-08-21T22:27:37.528Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27652026-08-21T22:27:38.029Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27662026-08-21T22:27:38.075Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27672026-08-21T22:27:38.234Z Compiling bb8 v0.8.6
27682026-08-21T22:27:38.310Z Compiling trait-variant v0.1.2
27692026-08-21T22:27:38.430Z Compiling proc-macro-error-attr2 v2.0.0
27702026-08-21T22:27:38.616Z Compiling half v1.8.3
27712026-08-21T22:27:38.709Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27722026-08-21T22:27:38.843Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27732026-08-21T22:27:38.895Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27742026-08-21T22:27:38.961Z Compiling proc-macro-error2 v2.0.1
27752026-08-21T22:27:39.048Z Compiling serde_cbor v0.11.2
27762026-08-21T22:27:39.375Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27772026-08-21T22:27:39.486Z Compiling hashbrown v0.14.5
27782026-08-21T22:27:39.532Z Compiling rfc6979 v0.4.0
27792026-08-21T22:27:39.596Z Compiling salty v0.3.0
27802026-08-21T22:27:39.695Z Compiling ecdsa v0.16.9
27812026-08-21T22:27:39.927Z Compiling knus-derive v3.4.0
27822026-08-21T22:27:40.043Z Compiling samael v0.0.19
27832026-08-21T22:27:40.067Z Compiling chumsky v0.9.3
27842026-08-21T22:27:40.126Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27852026-08-21T22:27:40.191Z Compiling progenitor-impl v0.13.0
27862026-08-21T22:27:40.386Z Compiling primeorder v0.13.6
27872026-08-21T22:27:40.712Z Compiling nonempty v0.12.0
27882026-08-21T22:27:41.013Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27892026-08-21T22:27:41.324Z Compiling knus v3.4.0
27902026-08-21T22:27:41.391Z Compiling p384 v0.13.1
27912026-08-21T22:27:42.218Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27922026-08-21T22:27:42.371Z Compiling polar-core v0.27.3
27932026-08-21T22:27:42.430Z Compiling progenitor-macro v0.13.0
27942026-08-21T22:27:42.911Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27952026-08-21T22:27:43.505Z Compiling progenitor-client v0.13.0
27962026-08-21T22:27:43.731Z Compiling fxhash v0.2.1
27972026-08-21T22:27:43.924Z Compiling libz-sys v1.1.24
27982026-08-21T22:27:44.027Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-08-21T22:27:44.152Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28002026-08-21T22:27:44.418Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28012026-08-21T22:27:44.657Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28022026-08-21T22:27:44.932Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032026-08-21T22:27:45.037Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28042026-08-21T22:27:45.355Z Compiling kstat-rs v0.2.5
28052026-08-21T22:27:46.077Z Compiling mime_guess v2.0.5
28062026-08-21T22:27:46.536Z Compiling progenitor v0.13.0
28072026-08-21T22:27:46.632Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28082026-08-21T22:27:47.963Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-21T22:27:48.132Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28102026-08-21T22:27:48.289Z Compiling nanorand v0.7.0
28112026-08-21T22:27:48.331Z Compiling libgit2-sys v0.18.3+1.9.2
28122026-08-21T22:27:48.661Z Compiling parking_lot_core v0.8.6
28132026-08-21T22:27:48.912Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28142026-08-21T22:27:48.979Z Compiling flume v0.11.1
28152026-08-21T22:27:49.189Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28162026-08-21T22:27:49.530Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-21T22:27:50.148Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28182026-08-21T22:27:50.231Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28192026-08-21T22:27:50.717Z Compiling git-stub v1.0.0
28202026-08-21T22:27:50.960Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28212026-08-21T22:27:51.010Z Compiling http-range v0.1.5
28222026-08-21T22:27:51.217Z Compiling instability v0.3.11
28232026-08-21T22:27:51.373Z Compiling oso v0.27.3
28242026-08-21T22:27:51.425Z Compiling strsim v0.10.0
28252026-08-21T22:27:51.486Z Compiling corncobs v0.1.4
28262026-08-21T22:27:51.761Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28272026-08-21T22:27:51.896Z Compiling darling_core v0.13.4
28282026-08-21T22:27:52.445Z Compiling diesel-dtrace v0.5.0
28292026-08-21T22:27:52.741Z Compiling async-bb8-diesel v0.2.1
28302026-08-21T22:27:53.179Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28312026-08-21T22:27:53.429Z Compiling git-stub-vcs v0.1.0
28322026-08-21T22:27:54.781Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28332026-08-21T22:27:56.260Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28342026-08-21T22:27:56.368Z Compiling ignore v0.4.25
28352026-08-21T22:27:57.450Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28362026-08-21T22:27:57.680Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28372026-08-21T22:27:57.773Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28382026-08-21T22:27:57.949Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28392026-08-21T22:27:58.214Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-21T22:27:59.117Z Compiling anstyle-parse v0.2.7
28412026-08-21T22:27:59.381Z Compiling secrecy v0.8.0
28422026-08-21T22:27:59.577Z Compiling castaway v0.2.4
28432026-08-21T22:27:59.647Z Compiling vergen-git2 v9.1.0
28442026-08-21T22:27:59.651Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-21T22:27:59.693Z Compiling indoc v2.0.7
28462026-08-21T22:27:59.741Z Compiling compact_str v0.8.1
28472026-08-21T22:27:59.881Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28482026-08-21T22:28:00.842Z Compiling anstream v0.6.21
28492026-08-21T22:28:00.865Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28502026-08-21T22:28:01.281Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28512026-08-21T22:28:01.381Z Compiling globwalk v0.9.1
28522026-08-21T22:28:01.914Z Compiling parking_lot v0.11.2
28532026-08-21T22:28:01.971Z Compiling hyper-staticfile v0.10.1
28542026-08-21T22:28:02.023Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28552026-08-21T22:28:02.740Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28562026-08-21T22:28:02.796Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28572026-08-21T22:28:02.940Z Compiling darling_macro v0.13.4
28582026-08-21T22:28:03.115Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28592026-08-21T22:28:03.291Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28602026-08-21T22:28:03.450Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28612026-08-21T22:28:03.755Z Compiling predicates-tree v1.0.13
28622026-08-21T22:28:04.163Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28632026-08-21T22:28:04.193Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28642026-08-21T22:28:04.294Z Compiling unicode-truncate v1.1.0
28652026-08-21T22:28:04.386Z Compiling lru v0.12.5
28662026-08-21T22:28:04.508Z Compiling sha2 v0.11.0
28672026-08-21T22:28:04.614Z Compiling digest-io v0.1.0
28682026-08-21T22:28:04.796Z Compiling prefix-trie v0.7.0
28692026-08-21T22:28:05.084Z Compiling rand_seeder v0.4.0
28702026-08-21T22:28:05.110Z Compiling rawzip v0.4.4
28712026-08-21T22:28:05.251Z Compiling cassowary v0.3.0
28722026-08-21T22:28:05.293Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28732026-08-21T22:28:05.393Z Compiling hickory-server v0.25.2
28742026-08-21T22:28:05.555Z Compiling ratatui v0.29.0
28752026-08-21T22:28:05.725Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28762026-08-21T22:28:05.750Z Compiling camino-tempfile-ext v0.3.3
28772026-08-21T22:28:06.096Z Compiling darling v0.13.4
28782026-08-21T22:28:06.214Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28792026-08-21T22:28:06.244Z Compiling sled v0.34.7
28802026-08-21T22:28:06.493Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-08-21T22:28:06.804Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28822026-08-21T22:28:08.718Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28832026-08-21T22:28:09.318Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28842026-08-21T22:28:09.562Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28852026-08-21T22:28:10.462Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28862026-08-21T22:28:11.775Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28872026-08-21T22:28:12.511Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28882026-08-21T22:28:13.737Z Compiling serde_with_macros v1.5.2
28892026-08-21T22:28:13.908Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28902026-08-21T22:28:14.064Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28912026-08-21T22:28:14.460Z Compiling git2 v0.20.4
28922026-08-21T22:28:14.484Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-08-21T22:28:14.571Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28942026-08-21T22:28:14.710Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28952026-08-21T22:28:14.720Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28962026-08-21T22:28:14.789Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28972026-08-21T22:28:14.921Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28982026-08-21T22:28:14.946Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28992026-08-21T22:28:15.126Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29002026-08-21T22:28:15.170Z Compiling arc-swap v1.8.2
29012026-08-21T22:28:15.190Z Compiling void v1.0.2
29022026-08-21T22:28:15.387Z Compiling lzss v0.8.2
29032026-08-21T22:28:15.449Z Compiling slog-scope v4.4.1
29042026-08-21T22:28:15.739Z Compiling serde_with v1.14.0
29052026-08-21T22:28:15.871Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29062026-08-21T22:28:16.033Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29072026-08-21T22:28:17.211Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29082026-08-21T22:28:17.407Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29092026-08-21T22:28:17.486Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29102026-08-21T22:28:17.550Z Compiling scuffle v0.1.0
29112026-08-21T22:28:17.600Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29122026-08-21T22:28:18.102Z Compiling tungstenite v0.23.0
29132026-08-21T22:28:18.422Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29142026-08-21T22:28:19.608Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-21T22:28:20.073Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-21T22:28:20.340Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-21T22:28:20.549Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-21T22:28:20.574Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-21T22:28:20.782Z Compiling nix v0.27.1
29202026-08-21T22:28:20.827Z Compiling twox-hash v2.1.2
29212026-08-21T22:28:21.339Z Compiling libsw-core v0.3.2
29222026-08-21T22:28:21.374Z Compiling serde_bytes v0.11.19
29232026-08-21T22:28:21.564Z Compiling atty v0.2.14
29242026-08-21T22:28:21.614Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29252026-08-21T22:28:21.674Z Compiling libsw v3.5.0
29262026-08-21T22:28:21.782Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29272026-08-21T22:28:21.907Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29282026-08-21T22:28:21.947Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29292026-08-21T22:28:22.113Z Compiling tokio-tungstenite v0.23.1
29302026-08-21T22:28:22.478Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29312026-08-21T22:28:23.190Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29322026-08-21T22:28:23.497Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29332026-08-21T22:28:24.032Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-21T22:28:25.352Z Compiling slog-stdlog v4.1.1
29352026-08-21T22:28:25.747Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29362026-08-21T22:28:26.093Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29372026-08-21T22:28:26.598Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29382026-08-21T22:28:27.043Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29392026-08-21T22:28:28.184Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29402026-08-21T22:28:28.693Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29412026-08-21T22:28:28.762Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29422026-08-21T22:28:30.429Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29432026-08-21T22:28:30.909Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29442026-08-21T22:28:31.470Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-21T22:28:31.560Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-21T22:28:32.031Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-21T22:28:32.477Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29482026-08-21T22:28:34.616Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-21T22:28:35.331Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29502026-08-21T22:28:35.607Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-21T22:28:35.914Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29522026-08-21T22:28:36.147Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29532026-08-21T22:28:37.023Z Compiling signal-hook-tokio v0.3.1
29542026-08-21T22:28:37.222Z Compiling fatfs v0.3.6
29552026-08-21T22:28:38.491Z Compiling yasna v0.5.2
29562026-08-21T22:28:38.878Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-21T22:28:38.899Z Compiling seq-macro v0.3.6
29582026-08-21T22:28:39.466Z Compiling assert_matches v1.5.0
29592026-08-21T22:28:39.583Z Compiling rcgen v0.12.1
29602026-08-21T22:28:40.061Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-21T22:28:40.469Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-21T22:28:41.035Z Compiling slog-envlogger v2.2.0
29632026-08-21T22:28:42.294Z Compiling oxide-update-engine-display v0.1.2
29642026-08-21T22:28:42.803Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-21T22:28:43.264Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-21T22:28:44.094Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29672026-08-21T22:28:44.128Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682026-08-21T22:28:44.321Z Compiling port-file v0.1.0
29692026-08-21T22:28:44.344Z Compiling rtoolbox v0.0.3
29702026-08-21T22:28:44.366Z Compiling subprocess v0.2.15
29712026-08-21T22:28:44.658Z Compiling rpassword v7.5.4
29722026-08-21T22:28:44.759Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29732026-08-21T22:28:45.274Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29742026-08-21T22:28:46.560Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29752026-08-21T22:28:46.700Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29762026-08-21T22:28:47.213Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-21T22:28:47.320Z Compiling tui-tree-widget v0.23.1
29782026-08-21T22:28:47.611Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-21T22:28:48.905Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29802026-08-21T22:28:50.564Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29812026-08-21T22:28:50.951Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29822026-08-21T22:28:51.775Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-21T22:28:51.998Z Compiling uzers v0.12.2
29842026-08-21T22:28:52.922Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852026-08-21T22:28:53.019Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-08-21T22:28:53.268Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-21T22:28:54.060Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-21T22:28:54.918Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-08-21T22:28:55.475Z Compiling support-bundle-viewer v0.1.2
29902026-08-21T22:28:57.106Z Compiling multimap v0.10.1
29912026-08-21T22:29:04.956Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29922026-08-21T22:29:06.698Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29932026-08-21T22:29:13.608Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-21T22:29:15.607Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-21T22:29:18.070Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-21T22:36:42.531Z Finished `release` profile [optimized] target(s) in 9m 38s
29972026-08-21T22:36:42.537Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-21T22:36:42.537Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-21T22:37:33.834Z
30002026-08-21T22:37:33.834Zreal 10:31.091583078
30012026-08-21T22:37:33.834Zuser 1:22:18.855157816
30022026-08-21T22:37:33.834Zsys 3:39.867197637
30032026-08-21T22:37:33.837Ztrap 1.840048876
30042026-08-21T22:37:33.837Ztflt 1.914063675
30052026-08-21T22:37:33.837Zdflt 20.402619186
30062026-08-21T22:37:33.837Zkflt 0.119778040
30072026-08-21T22:37:33.837Zlock 7:47:05.433479243
30082026-08-21T22:37:33.838Zslp 2:19:13.706335256
30092026-08-21T22:37:33.838Zlat 2:33.757869631
30102026-08-21T22:37:33.838Zstop 5:42.875433494
30112026-08-21T22:37:33.838Z+ mapfile -t packages
30122026-08-21T22:37:33.838Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-21T22:37:34.795Z Finished `release` profile [optimized] target(s) in 0.94s
30142026-08-21T22:37:34.870Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-21T22:37:34.926ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-21T22:37:34.930Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-21T22:37:35.414Z Compiling libc v0.2.185
30182026-08-21T22:37:35.414Z Compiling serde_core v1.0.228
30192026-08-21T22:37:35.418Z Compiling serde v1.0.228
30202026-08-21T22:37:35.418Z Compiling rustix v1.1.4
30212026-08-21T22:37:35.418Z Compiling bitflags v2.11.0
30222026-08-21T22:37:35.500Z Compiling serde_json v1.0.151
30232026-08-21T22:37:35.566Z Compiling usdt-impl v0.5.0
30242026-08-21T22:37:35.575Z Compiling syn v2.0.117
30252026-08-21T22:37:35.579Z Compiling syn v1.0.109
30262026-08-21T22:37:35.597Z Compiling log v0.4.33
30272026-08-21T22:37:35.607Z Compiling getrandom v0.3.4
30282026-08-21T22:37:35.610Z Compiling indexmap v2.14.0
30292026-08-21T22:37:35.633Z Compiling fs-err v3.3.0
30302026-08-21T22:37:35.816Z Compiling anyhow v1.0.104
30312026-08-21T22:37:35.855Z Compiling heck v0.4.1
30322026-08-21T22:37:35.900Z Compiling once_cell v1.21.3
30332026-08-21T22:37:36.255Z Compiling errno v0.3.14
30342026-08-21T22:37:36.258Z Compiling thread-id v4.2.2
30352026-08-21T22:37:36.258Z Compiling memmap v0.7.0
30362026-08-21T22:37:37.042Z Compiling proc-macro-error v1.0.4
30372026-08-21T22:37:37.276Z Compiling terminal_size v0.4.3
30382026-08-21T22:37:37.276Z Compiling tempfile v3.27.0
30392026-08-21T22:37:37.306Z Compiling tabled_derive v0.7.0
30402026-08-21T22:37:37.372Z Compiling clap_builder v4.6.0
30412026-08-21T22:37:37.372Z Compiling textwrap v0.16.2
30422026-08-21T22:37:37.673Z Compiling camino v1.2.5
30432026-08-21T22:37:37.687Z Compiling cargo-platform v0.3.2
30442026-08-21T22:37:37.690Z Compiling semver v1.0.28
30452026-08-21T22:37:37.763Z Compiling pest_generator v2.8.6
30462026-08-21T22:37:37.993Z Compiling tabled v0.15.0
30472026-08-21T22:37:38.027Z Compiling camino-tempfile v1.4.1
30482026-08-21T22:37:38.240Z Compiling serde_derive v1.0.228
30492026-08-21T22:37:38.243Z Compiling thiserror-impl v1.0.69
30502026-08-21T22:37:38.243Z Compiling zerocopy-derive v0.7.35
30512026-08-21T22:37:38.243Z Compiling scroll_derive v0.12.1
30522026-08-21T22:37:38.243Z Compiling thiserror-impl v2.0.18
30532026-08-21T22:37:38.243Z Compiling clap_derive v4.6.1
30542026-08-21T22:37:38.308Z Compiling pest_derive v2.8.6
30552026-08-21T22:37:38.929Z Compiling scroll v0.12.0
30562026-08-21T22:37:39.083Z Compiling zerocopy v0.7.35
30572026-08-21T22:37:39.202Z Compiling goblin v0.8.2
30582026-08-21T22:37:39.445Z Compiling thiserror v1.0.69
30592026-08-21T22:37:39.569Z Compiling dtrace-parser v0.2.0
30602026-08-21T22:37:39.673Z Compiling thiserror v2.0.18
30612026-08-21T22:37:39.772Z Compiling clap v4.6.1
30622026-08-21T22:37:41.391Z Compiling dof v0.3.0
30632026-08-21T22:37:41.404Z Compiling toml_datetime v0.6.11
30642026-08-21T22:37:41.434Z Compiling serde_spanned v0.6.9
30652026-08-21T22:37:41.489Z Compiling serde_tokenstream v0.2.3
30662026-08-21T22:37:41.604Z Compiling toml_edit v0.22.27
30672026-08-21T22:37:41.700Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30682026-08-21T22:37:41.703Z Compiling cargo_metadata v0.23.1
30692026-08-21T22:37:41.748Z Compiling macaddr v1.0.1
30702026-08-21T22:37:42.149Z Compiling usdt-attr-macro v0.5.0
30712026-08-21T22:37:42.184Z Compiling usdt-macro v0.5.0
30722026-08-21T22:37:42.784Z Compiling usdt v0.5.0
30732026-08-21T22:37:43.205Z Compiling toml v0.8.23
30742026-08-21T22:37:43.644Z Compiling cargo_toml v0.21.0
30752026-08-21T22:37:48.054Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-21T22:37:51.288Z Finished `release` profile [optimized] target(s) in 16.34s
30772026-08-21T22:37:51.390Z
30782026-08-21T22:37:51.391Zreal 16.426569039
30792026-08-21T22:37:51.391Zuser 2:05.912055374
30802026-08-21T22:37:51.391Zsys 13.558862989
30812026-08-21T22:37:51.394Ztrap 0.065429389
30822026-08-21T22:37:51.394Ztflt 0.468695945
30832026-08-21T22:37:51.394Zdflt 1.503367273
30842026-08-21T22:37:51.394Zkflt 0.000010000
30852026-08-21T22:37:51.394Zlock 4:44.448531785
30862026-08-21T22:37:51.394Zslp 2:42.592246871
30872026-08-21T22:37:51.394Zlat 4.213437882
30882026-08-21T22:37:51.394Zstop 16.079162935
30892026-08-21T22:37:51.394Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-21T22:37:51.394Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-21T22:37:51.394Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-21T22:37:51.394Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-21T22:37:51.394Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-21T22:37:52.349Z Compiling match_cfg v0.1.0
30952026-08-21T22:37:52.349Z Compiling progenitor-client v0.14.0
30962026-08-21T22:37:52.350Z Compiling slog-json v2.6.1
30972026-08-21T22:37:52.350Z Compiling newtype-uuid-macros v0.1.0
30982026-08-21T22:37:52.350Z Compiling sha1 v0.11.0
30992026-08-21T22:37:52.353Z Compiling multer v3.1.0
31002026-08-21T22:37:52.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-21T22:37:52.353Z Compiling compression-core v0.4.31
31022026-08-21T22:37:52.353Z Compiling debug-ignore v1.0.5
31032026-08-21T22:37:52.353Z Compiling async-stream-impl v0.3.6
31042026-08-21T22:37:52.353Z Compiling toml_datetime v1.1.1+spec-1.1.0
31052026-08-21T22:37:52.498Z Compiling serde_spanned v1.1.1
31062026-08-21T22:37:52.501Z Compiling dropshot v0.17.1
31072026-08-21T22:37:52.502Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-21T22:37:52.518Z Compiling waitgroup v0.1.2
31092026-08-21T22:37:52.522Z Compiling rustls-pemfile v2.2.0
31102026-08-21T22:37:52.681Z Compiling compression-codecs v0.4.37
31112026-08-21T22:37:52.751Z Compiling dropshot_endpoint v0.17.1
31122026-08-21T22:37:52.769Z Compiling hostname v0.4.2
31132026-08-21T22:37:52.803Z Compiling serde_path_to_error v0.1.20
31142026-08-21T22:37:52.823Z Compiling atomicwrites v0.4.4
31152026-08-21T22:37:52.879Z Compiling hostname v0.3.1
31162026-08-21T22:37:52.882Z Compiling toml v1.1.2+spec-1.1.0
31172026-08-21T22:37:52.920Z Compiling async-compression v0.4.41
31182026-08-21T22:37:52.960Z Compiling macaddr v1.0.1
31192026-08-21T22:37:52.997Z Compiling slog-bunyan v2.5.0
31202026-08-21T22:37:53.016Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31212026-08-21T22:37:53.033Z Compiling instant v0.1.13
31222026-08-21T22:37:53.037Z Compiling regress v0.10.5
31232026-08-21T22:37:53.050Z Compiling parse-display-derive v0.10.0
31242026-08-21T22:37:53.120Z Compiling backon v1.6.0
31252026-08-21T22:37:53.123Z Compiling itertools v0.14.0
31262026-08-21T22:37:53.172Z Compiling async-stream v0.3.6
31272026-08-21T22:37:53.190Z Compiling backoff v0.4.0
31282026-08-21T22:37:53.212Z Compiling humantime v2.3.0
31292026-08-21T22:37:53.215Z Compiling half v2.7.1
31302026-08-21T22:37:53.254Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31312026-08-21T22:37:53.274Z Compiling ciborium-io v0.2.2
31322026-08-21T22:37:53.279Z Compiling crucible-workspace-hack v0.1.0
31332026-08-21T22:37:53.366Z Compiling progenitor-extras v0.2.0
31342026-08-21T22:37:53.383Z Compiling convert_case v0.4.0
31352026-08-21T22:37:53.398Z Compiling regress v0.11.1
31362026-08-21T22:37:53.421Z Compiling secrecy v0.10.3
31372026-08-21T22:37:53.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31382026-08-21T22:37:53.507Z Compiling ciborium-ll v0.2.2
31392026-08-21T22:37:53.510Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31402026-08-21T22:37:53.561Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31412026-08-21T22:37:53.579Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31422026-08-21T22:37:53.599Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31432026-08-21T22:37:53.643Z Compiling inout v0.1.4
31442026-08-21T22:37:53.647Z Compiling thiserror-impl-no-std v2.0.2
31452026-08-21T22:37:53.697Z Compiling ciborium v0.2.2
31462026-08-21T22:37:53.714Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31472026-08-21T22:37:53.752Z Compiling universal-hash v0.5.1
31482026-08-21T22:37:53.769Z Compiling derive_more v0.99.20
31492026-08-21T22:37:53.856Z Compiling cipher v0.4.4
31502026-08-21T22:37:53.880Z Compiling unsafe-libyaml v0.2.11
31512026-08-21T22:37:53.907Z Compiling opaque-debug v0.3.1
31522026-08-21T22:37:53.925Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-08-21T22:37:53.943Z Compiling blake2 v0.10.6
31542026-08-21T22:37:53.996Z Compiling poly1305 v0.8.0
31552026-08-21T22:37:54.136Z Compiling chacha20 v0.9.1
31562026-08-21T22:37:54.206Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31572026-08-21T22:37:54.252Z Compiling aead v0.5.2
31582026-08-21T22:37:54.304Z Compiling password-hash v0.5.0
31592026-08-21T22:37:54.412Z Compiling serde_yaml v0.9.34+deprecated
31602026-08-21T22:37:54.430Z Compiling indent_write v2.2.0
31612026-08-21T22:37:54.446Z Compiling chacha20poly1305 v0.10.1
31622026-08-21T22:37:54.487Z Compiling toml_datetime v0.7.5+spec-1.1.0
31632026-08-21T22:37:54.536Z Compiling num-derive v0.4.2
31642026-08-21T22:37:54.604Z Compiling argon2 v0.5.3
31652026-08-21T22:37:54.637Z Compiling heapless v0.8.0
31662026-08-21T22:37:54.663Z Compiling ingot-macros v0.2.0
31672026-08-21T22:37:54.754Z Compiling toml_edit v0.23.10+spec-1.0.0
31682026-08-21T22:37:54.772Z Compiling tabwriter v1.4.1
31692026-08-21T22:37:54.788Z Compiling hash32 v0.3.1
31702026-08-21T22:37:54.840Z Compiling parse-display v0.10.0
31712026-08-21T22:37:54.874Z Compiling thiserror-no-std v2.0.2
31722026-08-21T22:37:54.965Z Compiling vsss-rs v3.3.4
31732026-08-21T22:37:54.983Z Compiling typify-impl v0.6.2
31742026-08-21T22:37:54.999Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-08-21T22:37:55.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31762026-08-21T22:37:55.223Z Compiling smoltcp v0.11.0
31772026-08-21T22:37:55.393Z Compiling proc-macro-crate v3.4.0
31782026-08-21T22:37:55.529Z Compiling cobs v0.3.0
31792026-08-21T22:37:55.620Z Compiling illumos-nvpair-sys v0.2.0
31802026-08-21T22:37:55.756Z Compiling colored v3.1.1
31812026-08-21T22:37:55.774Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31822026-08-21T22:37:55.847Z Compiling postcard v1.1.3
31832026-08-21T22:37:55.871Z Compiling proc-macro-error v1.0.4
31842026-08-21T22:37:55.897Z Compiling rand v0.10.1
31852026-08-21T22:37:55.975Z Compiling num_enum_derive v0.7.6
31862026-08-21T22:37:56.016Z Compiling proc-macro-crate v1.3.1
31872026-08-21T22:37:56.055Z Compiling foreign-types-macros v0.2.3
31882026-08-21T22:37:56.139Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31892026-08-21T22:37:56.220Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31902026-08-21T22:37:56.224Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31912026-08-21T22:37:56.283Z Compiling rayon-core v1.13.0
31922026-08-21T22:37:56.346Z Compiling foreign-types-shared v0.3.1
31932026-08-21T22:37:56.476Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-08-21T22:37:56.480Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-08-21T22:37:56.527Z Compiling num_enum_derive v0.5.11
31962026-08-21T22:37:56.583Z Compiling crossbeam-deque v0.8.6
31972026-08-21T22:37:56.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31982026-08-21T22:37:56.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31992026-08-21T22:37:56.707Z Compiling foreign-types v0.5.0
32002026-08-21T22:37:56.727Z Compiling cstr-argument v0.1.2
32012026-08-21T22:37:56.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32022026-08-21T22:37:56.775Z Compiling illumos-nvpair v0.3.0
32032026-08-21T22:37:56.827Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32042026-08-21T22:37:56.948Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32052026-08-21T22:37:57.026Z Compiling zone_cfg_derive v0.3.1
32062026-08-21T22:37:57.089Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32072026-08-21T22:37:57.116Z Compiling num_enum v0.7.6
32082026-08-21T22:37:57.134Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32092026-08-21T22:37:57.219Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32102026-08-21T22:37:57.238Z Compiling itertools v0.12.1
32112026-08-21T22:37:57.255Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32122026-08-21T22:37:57.259Z Compiling sigpipe v0.1.3
32132026-08-21T22:37:57.291Z Compiling rayon v1.11.0
32142026-08-21T22:37:57.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32152026-08-21T22:37:57.308Z Compiling glob v0.3.3
32162026-08-21T22:37:57.367Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32172026-08-21T22:37:57.516Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32182026-08-21T22:37:57.555Z Compiling smf v0.2.3
32192026-08-21T22:37:57.594Z Compiling cpubits v0.1.1
32202026-08-21T22:37:57.671Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32212026-08-21T22:37:57.674Z Compiling ingot-types v0.2.0
32222026-08-21T22:37:57.674Z Compiling whoami v1.6.1
32232026-08-21T22:37:57.725Z Compiling num_enum v0.5.11
32242026-08-21T22:37:57.745Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32252026-08-21T22:37:57.745Z Compiling gethostname v0.5.0
32262026-08-21T22:37:57.783Z Compiling derive-where v1.6.0
32272026-08-21T22:37:57.787Z Compiling usdt-macro v0.5.0
32282026-08-21T22:37:57.787Z Compiling usdt-attr-macro v0.5.0
32292026-08-21T22:37:57.874Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32302026-08-21T22:37:57.911Z Compiling num-rational v0.4.2
32312026-08-21T22:37:57.931Z Compiling num-complex v0.4.6
32322026-08-21T22:37:58.010Z Compiling memmap v0.7.0
32332026-08-21T22:37:58.111Z Compiling ingot v0.2.1
32342026-08-21T22:37:58.209Z Compiling toml v0.8.23
32352026-08-21T22:37:58.230Z Compiling pem-rfc7468 v1.0.0
32362026-08-21T22:37:58.350Z Compiling num v0.4.3
32372026-08-21T22:37:58.439Z Compiling zone v0.3.1
32382026-08-21T22:37:58.458Z Compiling float-ord v0.3.2
32392026-08-21T22:37:58.544Z Compiling resolv-conf v0.7.6
32402026-08-21T22:37:58.561Z Compiling cancel-safe-futures v0.1.5
32412026-08-21T22:37:58.564Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32422026-08-21T22:37:58.603Z Compiling hmac v0.13.0
32432026-08-21T22:37:58.623Z Compiling universal-hash v0.6.1
32442026-08-21T22:37:58.694Z Compiling usdt v0.5.0
32452026-08-21T22:37:58.796Z Compiling sha1 v0.10.6
32462026-08-21T22:37:58.829Z Compiling linear-map v1.2.0
32472026-08-21T22:37:58.881Z Compiling libefi-sys v0.1.0
32482026-08-21T22:37:58.926Z Compiling prettyplease v0.2.37
32492026-08-21T22:37:59.007Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32502026-08-21T22:37:59.045Z Compiling polyval v0.7.1
32512026-08-21T22:37:59.063Z Compiling der v0.8.0
32522026-08-21T22:37:59.080Z Compiling hickory-proto v0.24.4
32532026-08-21T22:37:59.126Z Compiling newline-converter v0.3.0
32542026-08-21T22:37:59.151Z Compiling console v0.15.11
32552026-08-21T22:37:59.171Z Compiling bitfield-struct v0.6.2
32562026-08-21T22:37:59.206Z Compiling linked-hash-map v0.5.6
32572026-08-21T22:37:59.226Z Compiling oxide-update-engine-types v0.1.2
32582026-08-21T22:37:59.268Z Compiling ghash v0.6.0
32592026-08-21T22:37:59.422Z Compiling lru-cache v0.1.2
32602026-08-21T22:37:59.442Z Compiling pbkdf2 v0.13.0
32612026-08-21T22:37:59.550Z Compiling expectorate v1.2.0
32622026-08-21T22:37:59.575Z Compiling aes v0.9.1
32632026-08-21T22:37:59.592Z Compiling crypto-bigint v0.7.5
32642026-08-21T22:37:59.633Z Compiling ctr v0.10.1
32652026-08-21T22:37:59.656Z Compiling typify-macro v0.6.2
32662026-08-21T22:37:59.744Z Compiling aead v0.6.1
32672026-08-21T22:37:59.761Z Compiling sha2 v0.11.0
32682026-08-21T22:37:59.876Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32692026-08-21T22:37:59.894Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32702026-08-21T22:37:59.943Z Compiling nom v8.0.0
32712026-08-21T22:38:00.095Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32722026-08-21T22:38:00.198Z Compiling semver v0.1.20
32732026-08-21T22:38:00.220Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32742026-08-21T22:38:00.364Z Compiling oxide-update-engine v0.1.2
32752026-08-21T22:38:00.406Z Compiling rustc_version v0.1.7
32762026-08-21T22:38:00.442Z Compiling aes-gcm v0.11.0
32772026-08-21T22:38:00.468Z Compiling spki v0.8.0
32782026-08-21T22:38:00.523Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32792026-08-21T22:38:00.642Z Compiling tokio-dtrace v0.1.1
32802026-08-21T22:38:00.664Z Compiling dropshot-api-manager-types v0.8.0
32812026-08-21T22:38:00.681Z Compiling salsa20 v0.11.0
32822026-08-21T22:38:00.684Z Compiling slog-dtrace v0.3.0
32832026-08-21T22:38:00.719Z Compiling minimal-lexical v0.2.1
32842026-08-21T22:38:00.864Z Compiling xshell-macros v0.2.7
32852026-08-21T22:38:00.902Z Compiling oxide-tokio-rt v0.1.4
32862026-08-21T22:38:00.922Z Compiling scrypt v0.12.0
32872026-08-21T22:38:00.941Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-08-21T22:38:00.957Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32892026-08-21T22:38:01.009Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-21T22:38:01.026Z Compiling nom v7.1.3
32912026-08-21T22:38:01.113Z Compiling newtype_derive v0.1.6
32922026-08-21T22:38:01.229Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32932026-08-21T22:38:01.247Z Compiling hickory-resolver v0.24.4
32942026-08-21T22:38:01.287Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32952026-08-21T22:38:01.304Z Compiling xshell v0.2.7
32962026-08-21T22:38:01.342Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32972026-08-21T22:38:01.546Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32982026-08-21T22:38:01.565Z Compiling typify v0.6.2
32992026-08-21T22:38:01.590Z Compiling phf_shared v0.12.1
33002026-08-21T22:38:01.704Z Compiling progenitor-impl v0.14.0
33012026-08-21T22:38:01.792Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-08-21T22:38:01.855Z Compiling rfc6979 v0.4.0
33032026-08-21T22:38:02.047Z Compiling cbc v0.2.1
33042026-08-21T22:38:02.067Z Compiling proc-macro-error-attr2 v2.0.0
33052026-08-21T22:38:02.085Z Compiling csv-core v0.1.13
33062026-08-21T22:38:02.138Z Compiling highway v1.3.0
33072026-08-21T22:38:02.241Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33082026-08-21T22:38:02.371Z Compiling qorb v0.4.1
33092026-08-21T22:38:02.389Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33102026-08-21T22:38:02.407Z Compiling chrono-tz v0.10.4
33112026-08-21T22:38:02.473Z Compiling unicode-xid v0.2.6
33122026-08-21T22:38:02.492Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33132026-08-21T22:38:02.509Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33142026-08-21T22:38:02.527Z Compiling proc-macro-error2 v2.0.1
33152026-08-21T22:38:02.547Z Compiling csv v1.4.0
33162026-08-21T22:38:02.635Z Compiling const_format_proc_macros v0.2.34
33172026-08-21T22:38:02.658Z Compiling pkcs5 v0.8.1
33182026-08-21T22:38:02.706Z Compiling ecdsa v0.16.9
33192026-08-21T22:38:02.884Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33202026-08-21T22:38:02.997Z Compiling phf v0.12.1
33212026-08-21T22:38:03.135Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33222026-08-21T22:38:03.168Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33232026-08-21T22:38:03.185Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33242026-08-21T22:38:03.238Z Compiling primeorder v0.13.6
33252026-08-21T22:38:03.256Z Compiling hashbrown v0.14.5
33262026-08-21T22:38:03.462Z Compiling salty v0.3.0
33272026-08-21T22:38:03.517Z Compiling p384 v0.13.1
33282026-08-21T22:38:03.535Z Compiling const_format v0.2.35
33292026-08-21T22:38:03.699Z Compiling pkcs8 v0.11.0
33302026-08-21T22:38:03.775Z Compiling chumsky v0.9.3
33312026-08-21T22:38:03.864Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33322026-08-21T22:38:03.881Z Compiling knus-derive v3.4.0
33332026-08-21T22:38:04.022Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33342026-08-21T22:38:04.128Z Compiling tabled_derive v0.7.0
33352026-08-21T22:38:04.146Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33362026-08-21T22:38:04.352Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33372026-08-21T22:38:04.488Z Compiling bcs v0.1.6
33382026-08-21T22:38:04.530Z Compiling progenitor-macro v0.14.0
33392026-08-21T22:38:04.766Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33402026-08-21T22:38:04.771Z Compiling ff v0.14.0
33412026-08-21T22:38:04.836Z Compiling termtree v0.5.1
33422026-08-21T22:38:04.963Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-08-21T22:38:05.025Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33442026-08-21T22:38:05.124Z Compiling steno v0.4.1
33452026-08-21T22:38:05.201Z Compiling tabled v0.15.0
33462026-08-21T22:38:05.219Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33472026-08-21T22:38:05.276Z Compiling tagptr v0.2.0
33482026-08-21T22:38:05.296Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-08-21T22:38:05.321Z Compiling group v0.14.0
33502026-08-21T22:38:05.456Z Compiling moka v0.12.13
33512026-08-21T22:38:05.473Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-08-21T22:38:05.477Z Compiling knus v3.4.0
33532026-08-21T22:38:05.549Z Compiling signature v3.0.0
33542026-08-21T22:38:05.572Z Compiling base16ct v1.0.0
33552026-08-21T22:38:05.773Z Compiling sec1 v0.8.1
33562026-08-21T22:38:05.840Z Compiling hkdf v0.13.0
33572026-08-21T22:38:05.859Z Compiling libscf-sys v1.2.0
33582026-08-21T22:38:06.024Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33592026-08-21T22:38:06.041Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33602026-08-21T22:38:06.060Z Compiling elliptic-curve v0.14.1
33612026-08-21T22:38:06.110Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33622026-08-21T22:38:06.250Z Compiling hickory-resolver v0.25.2
33632026-08-21T22:38:06.269Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33642026-08-21T22:38:06.373Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33652026-08-21T22:38:06.458Z Compiling corncobs v0.1.4
33662026-08-21T22:38:06.608Z Compiling parking_lot_core v0.8.6
33672026-08-21T22:38:06.659Z Compiling utf-8 v0.7.6
33682026-08-21T22:38:06.663Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33692026-08-21T22:38:06.875Z Compiling tungstenite v0.21.0
33702026-08-21T22:38:06.980Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-08-21T22:38:06.999Z Compiling wnaf v0.14.0
33722026-08-21T22:38:07.084Z Compiling primefield v0.14.0
33732026-08-21T22:38:07.144Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33742026-08-21T22:38:07.230Z Compiling rfc6979 v0.6.0
33752026-08-21T22:38:07.284Z Compiling papergrid v0.18.0
33762026-08-21T22:38:07.350Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33772026-08-21T22:38:07.372Z Compiling git-stub v1.0.0
33782026-08-21T22:38:07.417Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33792026-08-21T22:38:07.682Z Compiling secrecy v0.8.0
33802026-08-21T22:38:07.699Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33812026-08-21T22:38:07.720Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33822026-08-21T22:38:07.822Z Compiling git-stub-vcs v0.1.0
33832026-08-21T22:38:07.865Z Compiling tokio-tungstenite v0.21.0
33842026-08-21T22:38:07.973Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33852026-08-21T22:38:07.989Z Compiling ecdsa v0.17.0
33862026-08-21T22:38:08.228Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33872026-08-21T22:38:08.247Z Compiling primeorder v0.14.0
33882026-08-21T22:38:08.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33892026-08-21T22:38:08.370Z Compiling tabled v0.21.0
33902026-08-21T22:38:08.418Z Compiling curve25519-dalek v5.0.0
33912026-08-21T22:38:08.434Z Compiling unicase v2.9.0
33922026-08-21T22:38:08.476Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33932026-08-21T22:38:08.504Z Compiling parking_lot v0.11.2
33942026-08-21T22:38:08.589Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33952026-08-21T22:38:08.609Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-08-21T22:38:08.666Z Compiling mime_guess v2.0.5
33972026-08-21T22:38:08.684Z Compiling ssh-encoding v0.3.0
33982026-08-21T22:38:08.938Z Compiling progenitor-impl v0.13.0
33992026-08-21T22:38:08.983Z Compiling prefix-trie v0.7.0
34002026-08-21T22:38:09.001Z Compiling fxhash v0.2.1
34012026-08-21T22:38:09.036Z Compiling keccak v0.2.0
34022026-08-21T22:38:09.054Z Compiling crc8 v0.1.1
34032026-08-21T22:38:09.158Z Compiling sled v0.34.7
34042026-08-21T22:38:09.202Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34052026-08-21T22:38:09.243Z Compiling ed25519 v3.0.0
34062026-08-21T22:38:09.281Z Compiling crypto-primes v0.7.2
34072026-08-21T22:38:09.396Z Compiling hickory-server v0.25.2
34082026-08-21T22:38:09.736Z Compiling progenitor v0.14.0
34092026-08-21T22:38:09.783Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34102026-08-21T22:38:09.786Z Compiling pkcs1 v0.8.0-rc.4
34112026-08-21T22:38:09.840Z Compiling poly1305 v0.9.0
34122026-08-21T22:38:09.925Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34132026-08-21T22:38:10.219Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34142026-08-21T22:38:10.317Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34152026-08-21T22:38:10.420Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34162026-08-21T22:38:10.594Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34172026-08-21T22:38:10.613Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34182026-08-21T22:38:10.867Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34192026-08-21T22:38:10.942Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34202026-08-21T22:38:11.134Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34212026-08-21T22:38:11.151Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-08-21T22:38:11.263Z Compiling progenitor-client v0.13.0
34232026-08-21T22:38:11.283Z Compiling blowfish v0.10.0
34242026-08-21T22:38:11.300Z Compiling blake2 v0.11.0-rc.6
34252026-08-21T22:38:11.567Z Compiling half v1.8.3
34262026-08-21T22:38:11.608Z Compiling http-range v0.1.5
34272026-08-21T22:38:11.612Z Compiling argon2 v0.6.0-rc.8
34282026-08-21T22:38:11.642Z Compiling progenitor-macro v0.13.0
34292026-08-21T22:38:11.728Z Compiling bcrypt-pbkdf v0.11.0
34302026-08-21T22:38:11.831Z Compiling serde_cbor v0.11.2
34312026-08-21T22:38:11.933Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34322026-08-21T22:38:12.130Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34332026-08-21T22:38:12.215Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34342026-08-21T22:38:12.735Z Compiling rsa v0.10.0-rc.18
34352026-08-21T22:38:12.788Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362026-08-21T22:38:12.935Z Compiling ssh-cipher v0.3.0
34372026-08-21T22:38:13.029Z Compiling ed25519-dalek v3.0.0
34382026-08-21T22:38:13.170Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34392026-08-21T22:38:13.465Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34402026-08-21T22:38:13.958Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34412026-08-21T22:38:14.076Z Compiling sha3 v0.11.0
34422026-08-21T22:38:14.134Z Compiling p384 v0.14.0
34432026-08-21T22:38:14.274Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34442026-08-21T22:38:14.334Z Compiling p256 v0.14.0
34452026-08-21T22:38:14.383Z Compiling p521 v0.14.0
34462026-08-21T22:38:14.573Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34472026-08-21T22:38:14.681Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34482026-08-21T22:38:14.699Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34492026-08-21T22:38:14.910Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34502026-08-21T22:38:14.991Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34512026-08-21T22:38:15.293Z Compiling scuffle v0.1.0
34522026-08-21T22:38:15.487Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-21T22:38:15.558Z Compiling yasna v0.5.2
34542026-08-21T22:38:15.750Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34552026-08-21T22:38:16.209Z Compiling kstat-rs v0.2.5
34562026-08-21T22:38:16.245Z Compiling headers-core v0.3.0
34572026-08-21T22:38:16.279Z Compiling kem v0.3.0
34582026-08-21T22:38:16.316Z Compiling module-lattice v0.2.3
34592026-08-21T22:38:16.393Z Compiling nanorand v0.7.0
34602026-08-21T22:38:16.437Z Compiling sponge-cursor v0.1.0
34612026-08-21T22:38:16.462Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34622026-08-21T22:38:16.520Z Compiling headers v0.4.1
34632026-08-21T22:38:16.537Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34642026-08-21T22:38:16.593Z Compiling sha3 v0.12.0
34652026-08-21T22:38:16.612Z Compiling flume v0.11.1
34662026-08-21T22:38:16.615Z Compiling ml-kem v0.3.2
34672026-08-21T22:38:16.713Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34682026-08-21T22:38:16.761Z Compiling rcgen v0.12.1
34692026-08-21T22:38:16.815Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34702026-08-21T22:38:16.839Z Compiling progenitor v0.13.0
34712026-08-21T22:38:16.970Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34722026-08-21T22:38:17.021Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34732026-08-21T22:38:17.057Z Compiling hyper-staticfile v0.10.1
34742026-08-21T22:38:17.180Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34752026-08-21T22:38:17.317Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34762026-08-21T22:38:17.336Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34772026-08-21T22:38:17.570Z Compiling ssh-key v0.7.0-rc.11
34782026-08-21T22:38:17.602Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-21T22:38:17.625Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34802026-08-21T22:38:17.644Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34812026-08-21T22:38:17.648Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34822026-08-21T22:38:17.719Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34832026-08-21T22:38:17.794Z Compiling russh-cryptovec v0.62.0
34842026-08-21T22:38:17.887Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852026-08-21T22:38:17.905Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34862026-08-21T22:38:17.988Z Compiling internal-russh-num-bigint v0.5.0
34872026-08-21T22:38:18.011Z Compiling port-file v0.1.0
34882026-08-21T22:38:18.051Z Compiling num-bigint v0.4.6
34892026-08-21T22:38:18.076Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34902026-08-21T22:38:18.110Z Compiling generic-array v1.4.3
34912026-08-21T22:38:18.130Z Compiling russh-util v0.52.0
34922026-08-21T22:38:18.282Z Compiling enum_dispatch v0.3.13
34932026-08-21T22:38:18.318Z Compiling delegate v0.13.5
34942026-08-21T22:38:18.467Z Compiling subprocess v0.2.15
34952026-08-21T22:38:18.643Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34962026-08-21T22:38:18.688Z Compiling display-error-chain v0.2.2
34972026-08-21T22:38:18.720Z Compiling md5 v0.8.0
34982026-08-21T22:38:18.853Z Compiling hex-literal v1.1.0
34992026-08-21T22:38:19.015Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35002026-08-21T22:38:19.036Z Compiling colored v2.2.0
35012026-08-21T22:38:19.116Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35022026-08-21T22:38:19.229Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35032026-08-21T22:38:19.314Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35042026-08-21T22:38:19.318Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35052026-08-21T22:38:19.349Z Compiling russh v0.62.4
35062026-08-21T22:38:19.429Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35072026-08-21T22:38:19.695Z Compiling socket2 v0.5.10
35082026-08-21T22:38:20.106Z Compiling internet-checksum v0.2.1
35092026-08-21T22:38:22.041Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-21T22:38:22.812Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-21T22:38:23.336Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-21T22:38:24.718Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35132026-08-21T22:38:24.914Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35142026-08-21T22:38:33.944Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35152026-08-21T22:38:33.944Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35162026-08-21T22:38:33.944Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35172026-08-21T22:38:33.947Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35182026-08-21T22:38:33.947Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-21T22:38:35.817Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35202026-08-21T22:38:35.862Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-21T22:38:40.044Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-21T22:39:21.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35232026-08-21T22:39:21.611Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-21T22:39:21.611Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-21T22:39:21.837Z
35262026-08-21T22:39:21.841Zreal 1:30.378388749
35272026-08-21T22:39:21.841Zuser 8:43.452304570
35282026-08-21T22:39:21.841Zsys 1:42.979440118
35292026-08-21T22:39:21.841Ztrap 0.255868661
35302026-08-21T22:39:21.841Ztflt 0.348135431
35312026-08-21T22:39:21.841Zdflt 1.621640506
35322026-08-21T22:39:21.841Zkflt 0.000743640
35332026-08-21T22:39:21.841Zlock 32:25.858162681
35342026-08-21T22:39:21.841Zslp 19:57.207381176
35352026-08-21T22:39:21.841Zlat 39.721764324
35362026-08-21T22:39:21.841Zstop 3:02.006329413
35372026-08-21T22:39:21.841Z+ mkdir tests
35382026-08-21T22:39:21.844Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-21T22:39:21.844Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-21T22:39:21.866Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4a18d29789969792 tests/
35412026-08-21T22:39:21.888Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4f35e63b13afbb9a tests/
35422026-08-21T22:39:21.914Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e01b87777f028278 tests/
35432026-08-21T22:39:21.937Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-15d5b25a122e1818 tests/
35442026-08-21T22:39:22.236Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35452026-08-21T22:39:22.239Z+ 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-4f35e63b13afbb9a tests/commtest-e01b87777f028278 tests/dhcp_server-4a18d29789969792 tests/end_to_end_tests-15d5b25a122e1818 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35462026-08-21T22:40:52.453ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-21T22:40:52.453Za .github/buildomat/ci-env.sh 1K
35482026-08-21T22:40:52.453Za out/target/test 1K
35492026-08-21T22:40:52.453Za out/npuzone/npuzone 27402K
35502026-08-21T22:40:52.453Za package-manifest.toml 35K
35512026-08-21T22:40:52.453Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-21T22:40:52.453Za target/release/omicron-package 48266K
35532026-08-21T22:40:52.453Za target/release/xtask 11727K
35542026-08-21T22:40:52.453Za target/debug/bootstrap 438792K
35552026-08-21T22:40:52.453Za tests/bootstrap-4f35e63b13afbb9a 34430K
35562026-08-21T22:40:52.453Za tests/commtest-e01b87777f028278 34431K
35572026-08-21T22:40:52.453Za tests/dhcp_server-4a18d29789969792 34431K
35582026-08-21T22:40:52.453Za tests/end_to_end_tests-15d5b25a122e1818 502317K
35592026-08-21T22:40:52.453Za tools/opte_version 1K
35602026-08-21T22:40:52.453Za tools/opte_version_override 2K
35612026-08-21T22:40:52.453Za out/clickhouse.tar.gz 330149K
35622026-08-21T22:40:52.453Za out/clickhouse_keeper.tar.gz 314172K
35632026-08-21T22:40:52.453Za out/clickhouse_server.tar.gz 330146K
35642026-08-21T22:40:52.453Za out/cockroachdb.tar.gz 169572K
35652026-08-21T22:40:52.453Za out/crucible-pantry-zone.tar.gz 41338K
35662026-08-21T22:40:52.453Za out/crucible-utils.tar 18900K
35672026-08-21T22:40:52.453Za out/crucible-zone.tar.gz 56151K
35682026-08-21T22:40:52.453Za out/external-dns.tar.gz 54214K
35692026-08-21T22:40:52.453Za out/internal-dns.tar.gz 54213K
35702026-08-21T22:40:52.453Za out/mg-ddm-gz.tar 100917K
35712026-08-21T22:40:52.454Za out/nexus.tar.gz 359644K
35722026-08-21T22:40:52.454Za out/ntp.tar.gz 34662K
35732026-08-21T22:40:52.454Za out/omicron-gateway-softnpu.tar.gz 29990K
35742026-08-21T22:40:52.454Za out/omicron-sled-agent.tar 246347K
35752026-08-21T22:40:52.454Za out/overlay.tar.gz 4K
35762026-08-21T22:40:52.454Za out/oximeter.tar.gz 72457K
35772026-08-21T22:40:52.454Za out/oxlog.tar 4089K
35782026-08-21T22:40:52.454Za out/probe.tar.gz 3037K
35792026-08-21T22:40:52.454Za out/propolis-server.tar.gz 34642K
35802026-08-21T22:40:52.454Za out/pumpkind-gz.tar 26647K
35812026-08-21T22:40:52.454Za out/switch-softnpu.tar.gz 504567K
35822026-08-21T22:40:52.458Z
35832026-08-21T22:40:52.458Zreal 1:30.213355276
35842026-08-21T22:40:52.458Zuser 1:27.158198852
35852026-08-21T22:40:52.458Zsys 5.090676182
35862026-08-21T22:40:52.458Ztrap 0.007407921
35872026-08-21T22:40:52.458Ztflt 0.000000000
35882026-08-21T22:40:52.458Zdflt 0.000000000
35892026-08-21T22:40:52.458Zkflt 0.000000000
35902026-08-21T22:40:52.459Zlock 0.000000000
35912026-08-21T22:40:52.459Zslp 1:26.981712651
35922026-08-21T22:40:52.459Zlat 1.183234848
35932026-08-21T22:40:52.459Zstop 0.000273280
35942026-08-21T22:40:52.459Zprocess exited: duration 1054051 ms, exit code 0
 
35952026-08-21T22:40:52.473Zfound 1 output files
35962026-08-21T22:40:52.473Zuploading: /work/package.tar.gz (2783155265 bytes)
35972026-08-21T22:41:32.122Zuploaded: /work/package.tar.gz