01M0JH4EYZ4Z5JJ1HBMW2JYWTN: 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: 01M0JH4ZQPZA1Z59KJTX1F06HA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T16:06:51.934Zjob assigned to worker 01M0JH54M558MQTRMMPW7DDY87 [factory aws, i-00d45b915783c9dd5] (queued for 47 s)
 
22026-08-21T16:06:58.754Zstarting task 0: "setup"
32026-08-21T16:06:58.758Z++ uname -s
42026-08-21T16:06:58.762Z+ kern=SunOS
52026-08-21T16:06:58.762Z+ build_user=build
62026-08-21T16:06:58.762Z+ build_uid=12345
72026-08-21T16:06:58.762Z+ work_dir=/work
82026-08-21T16:06:58.762Z+ input_dir=/input
92026-08-21T16:06:58.762Z+ [[ 0 == 12345 ]]
102026-08-21T16:06:58.762Z+ case "$kern" in
112026-08-21T16:06:58.762Z+ groupadd -g 12345 build
122026-08-21T16:06:58.773Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T16:07:00.782Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T16:07:00.836Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T16:07:00.839Z+ home_fs=zfs
162026-08-21T16:07:00.839Z+ [[ zfs == autofs ]]
172026-08-21T16:07:00.839Z+ mkdir -p /home/build
182026-08-21T16:07:00.839Z+ chown build:build /home/build /work
192026-08-21T16:07:02.842Z+ chmod 0700 /home/build /work
202026-08-21T16:07:02.845Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-21T16:07:02.852Zstarting task 1: "rust-toolchain"
222026-08-21T16:07:02.858Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T16:07:02.858Z * rust toolchain channel = "1.97.1"
242026-08-21T16:07:02.858Z * rust toolchain profile = "default"
252026-08-21T16:07:02.858Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T16:07:02.858Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T16:07:02.858Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T16:07:02.861Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T16:07:02.861Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T16:07:02.973Zinfo: downloading installer
312026-08-21T16:07:04.361Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T16:07:04.361Zwarn: /home/build/.rustup/settings.toml
332026-08-21T16:07:04.361Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T16:07:04.361Zwarn: instead of the one inferred from the default host triple.
352026-08-21T16:07:04.365Zinfo: profile set to default
362026-08-21T16:07:04.365Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T16:07:04.365Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T16:07:04.459Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T16:07:04.463Zinfo: downloading 6 components
402026-08-21T16:07:19.029Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T16:07:19.029Z
422026-08-21T16:07:19.062Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T16:07:19.062Z
442026-08-21T16:07:19.062Z
452026-08-21T16:07:19.062ZRust is installed now. Great!
462026-08-21T16:07:19.062Z
472026-08-21T16:07:19.062ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T16:07:19.062Zenvironment variable. This has not been done automatically.
492026-08-21T16:07:19.062Z
502026-08-21T16:07:19.062ZTo configure your current shell, you need to source
512026-08-21T16:07:19.062Zthe corresponding env file under $HOME/.cargo.
522026-08-21T16:07:19.062Z
532026-08-21T16:07:19.062ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T16:07:19.062Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T16:07:19.062Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T16:07:19.062Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T16:07:19.063Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T16:07:19.063Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T16:07:19.063Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T16:07:19.067Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T16:07:19.067Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T16:07:19.164Z+ rustup --version
632026-08-21T16:07:19.170Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T16:07:19.174Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T16:07:19.194Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T16:07:19.230Z+ cargo --version
672026-08-21T16:07:19.230Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T16:07:19.230Z+ rustc --version
692026-08-21T16:07:19.231Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T16:07:19.231Zprocess exited: duration 16375 ms, exit code 0
 
712026-08-21T16:07:19.240Zstarting task 2: "authentication"
722026-08-21T16:07:19.259Zprocess exited: duration 19 ms, exit code 0
 
732026-08-21T16:07:19.267Zstarting task 3: "clone repository"
742026-08-21T16:07:19.272Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T16:07:19.277Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T16:07:19.315ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T16:07:30.831Z+ cd /work/oxidecomputer/omicron
782026-08-21T16:07:30.831Z+ git fetch origin 0430d3da4650be4937f7b68fcb43d42239d32e7f
792026-08-21T16:07:31.357ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T16:07:31.357Z * branch 0430d3da4650be4937f7b68fcb43d42239d32e7f -> FETCH_HEAD
812026-08-21T16:07:31.372Z+ [[ -n ben/add-external-ip-pool-service-association-table ]]
822026-08-21T16:07:31.375Z++ git branch --show-current
832026-08-21T16:07:31.375Z+ current=main
842026-08-21T16:07:31.375Z+ [[ main != ben/add-external-ip-pool-service-association-table ]]
852026-08-21T16:07:31.376Z+ git branch -f ben/add-external-ip-pool-service-association-table 0430d3da4650be4937f7b68fcb43d42239d32e7f
862026-08-21T16:07:31.379Z+ git checkout -f ben/add-external-ip-pool-service-association-table
872026-08-21T16:07:31.618ZSwitched to branch 'ben/add-external-ip-pool-service-association-table'
882026-08-21T16:07:31.621Z+ git reset --hard 0430d3da4650be4937f7b68fcb43d42239d32e7f
892026-08-21T16:07:31.635ZHEAD is now at 0430d3da4 Merge branch 'main' into ben/add-external-ip-pool-service-association-table
902026-08-21T16:07:31.639Zprocess exited: duration 12369 ms, exit code 0
 
912026-08-21T16:07:31.645Zstarting task 4: "build"
922026-08-21T16:07:31.651Z+ source .github/buildomat/ci-env.sh
932026-08-21T16:07:31.651Z++ export CARGO_TERM_COLOR=always
942026-08-21T16:07:31.651Z++ CARGO_TERM_COLOR=always
952026-08-21T16:07:31.655Z+++ uname -s
962026-08-21T16:07:31.655Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T16:07:31.655Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T16:07:31.655Z+ cargo --version
992026-08-21T16:07:31.664Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T16:07:31.668Z+ rustc --version
1012026-08-21T16:07:31.687Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T16:07:31.692Z+ WORK=/work
1032026-08-21T16:07:31.692Z+ pfexec mkdir -p /work
1042026-08-21T16:07:31.695Z+ pfexec chown build /work
1052026-08-21T16:07:31.695Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-21T16:07:33.615Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-21T16:07:33.963Z Startup: Caching catalogs ... Done
1082026-08-21T16:07:35.885ZPlanning: Solver setup ... Done (1.813s)
1092026-08-21T16:07:35.943ZPlanning: Running solver ... Done (0.058s)
1102026-08-21T16:07:35.986ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-21T16:07:35.999ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-21T16:07:36.021ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-21T16:07:36.034ZPlanning: Package planning ... Done (0.014s)
1142026-08-21T16:07:36.037ZPlanning: Merging actions ... Done (0.001s)
1152026-08-21T16:07:36.203ZPlanning: Checking for conflicting actions ... Done (0.167s)
1162026-08-21T16:07:36.206ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-21T16:07:37.122ZPlanning: Evaluating mediators ... Done (0.918s)
1182026-08-21T16:07:37.126ZPlanning: Planning completed in 3.13 seconds
1192026-08-21T16:07:37.133Z Packages to install: 2
1202026-08-21T16:07:37.133Z Estimated space available: 156.01 GB
1212026-08-21T16:07:37.133ZEstimated space to be consumed: 73.56 MB
1222026-08-21T16:07:37.133Z Create boot environment: No
1232026-08-21T16:07:37.136ZCreate backup boot environment: No
1242026-08-21T16:07:37.136Z Rebuild boot archive: No
1252026-08-21T16:07:37.136Z
1262026-08-21T16:07:37.136ZChanged packages:
1272026-08-21T16:07:37.136Zhelios
1282026-08-21T16:07:37.137Z developer/build-essential
1292026-08-21T16:07:37.137Z None -> 11-3.0
1302026-08-21T16:07:37.137Z library/libxmlsec1
1312026-08-21T16:07:37.137Z None -> 1.2.35-3.0
1322026-08-21T16:07:37.159Z
1332026-08-21T16:07:37.159ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-21T16:07:37.228ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1352026-08-21T16:07:37.313Z Actions: 1/268 actions (Installing new actions)
1362026-08-21T16:07:37.351Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-21T16:07:37.382ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-21T16:07:37.383ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-21T16:07:37.462ZFinalize: Updating image state ... Done (0.080s)
1402026-08-21T16:07:40.163ZFinalize: Creating fast lookup database ... Done (2.652s)
1412026-08-21T16:07:40.238ZFinalize: Reading search index ... Done (0.012s)
1422026-08-21T16:07:40.241ZFinalize: Updating search index ... Done (0.000s)
1432026-08-21T16:07:40.337ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-21T16:07:40.700ZPlanning: Evaluating mediator changes ... Done
1452026-08-21T16:07:40.805ZPlanning: Checking for conflicting actions ... Done
1462026-08-21T16:07:40.808ZPlanning: Consolidating action changes ... Done
1472026-08-21T16:07:40.962ZPlanning: Evaluating mediators ... Done
1482026-08-21T16:07:40.966ZPlanning: Planning completed in 0.26 seconds
1492026-08-21T16:07:40.987Z Mediators to change: 2
1502026-08-21T16:07:40.987Z Create boot environment: No
1512026-08-21T16:07:40.987ZCreate backup boot environment: No
1522026-08-21T16:07:41.050ZFinalize: Updating package state database ... Done
1532026-08-21T16:07:41.050ZFinalize: Updating package cache ... Done
1542026-08-21T16:07:41.101ZFinalize: Updating image state ... Done
1552026-08-21T16:07:43.079ZFinalize: Creating fast lookup database ... Done
1562026-08-21T16:07:43.149ZFinalize: Reading search index ... Done
1572026-08-21T16:07:43.152ZFinalize: Updating search index ... Done
1582026-08-21T16:07:43.242ZFinalize: Updating package cache ... Done
1592026-08-21T16:07:43.531ZPlanning: Evaluating mediator changes ... Done
1602026-08-21T16:07:43.637ZPlanning: Checking for conflicting actions ... Done
1612026-08-21T16:07:43.640ZPlanning: Consolidating action changes ... Done
1622026-08-21T16:07:43.793ZPlanning: Evaluating mediators ... Done
1632026-08-21T16:07:43.797ZPlanning: Planning completed in 0.26 seconds
1642026-08-21T16:07:43.817Z Mediators to change: 1
1652026-08-21T16:07:43.817Z Create boot environment: No
1662026-08-21T16:07:43.817ZCreate backup boot environment: No
1672026-08-21T16:07:43.884ZFinalize: Updating package state database ... Done
1682026-08-21T16:07:43.884ZFinalize: Updating package cache ... Done
1692026-08-21T16:07:43.935ZFinalize: Updating image state ... Done
1702026-08-21T16:07:45.887ZFinalize: Creating fast lookup database ... Done
1712026-08-21T16:07:45.950ZFinalize: Reading search index ... Done
1722026-08-21T16:07:45.954ZFinalize: Updating search index ... Done
1732026-08-21T16:07:46.035ZFinalize: Updating package cache ... Done
1742026-08-21T16:07:46.345ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-21T16:07:46.345Zapache system 2.4 system
1762026-08-21T16:07:46.345Zclang system 15 system
1772026-08-21T16:07:46.345Zcsh system system illumos
1782026-08-21T16:07:46.346Zctags system system illumos
1792026-08-21T16:07:46.346Zfile vendor vendor darwinsys
1802026-08-21T16:07:46.346Zfile system system illumos
1812026-08-21T16:07:46.346Zgcc vendor 14 vendor
1822026-08-21T16:07:46.346Zgcc system 13 system
1832026-08-21T16:07:46.346Zgcc system 10 system
1842026-08-21T16:07:46.346Zgo system 1.25 system
1852026-08-21T16:07:46.346Zllvm system 15 system
1862026-08-21T16:07:46.346Zmariadb system 11.4 system
1872026-08-21T16:07:46.346Zmta vendor vendor dma
1882026-08-21T16:07:46.346Zopenjdk system 17 system
1892026-08-21T16:07:46.346Zopenjdk system 11 system
1902026-08-21T16:07:46.347Zopenssl vendor 3 vendor
1912026-08-21T16:07:46.347Zperl system 5.40 system
1922026-08-21T16:07:46.347Zpostgresql system 18 system
1932026-08-21T16:07:46.347Zpostgresql system 17 system
1942026-08-21T16:07:46.347Zpython vendor 3 vendor
1952026-08-21T16:07:46.347Zpython system 2 system
1962026-08-21T16:07:46.347Zpython3 vendor 3.13 vendor
1972026-08-21T16:07:46.347Zruby system 3.4 system
1982026-08-21T16:07:46.347Zruby system 3.0 system
1992026-08-21T16:07:46.347Zwords vendor vendor american-english
2002026-08-21T16:07:46.347Zwords system system australian-english
2012026-08-21T16:07:46.347Zwords system system british-english
2022026-08-21T16:07:46.347Zwords system system canadian-english
2032026-08-21T16:07:46.347Zwords system system french
2042026-08-21T16:07:46.347Zwords system system italian
2052026-08-21T16:07:46.347Zwords system system ngerman
2062026-08-21T16:07:46.347Zwords system system ogerman
2072026-08-21T16:07:46.347Zwords system system spanish
2082026-08-21T16:07:46.596ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-21T16:07:46.596Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-21T16:07:47.064ZFMRI IFO
2112026-08-21T16:07:47.064Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-21T16:07:47.064Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-21T16:07:47.064Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-21T16:07:47.064Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-21T16:07:47.064Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-21T16:07:47.064Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-21T16:07:47.064Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-21T16:07:47.064Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-21T16:07:47.064Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-21T16:07:47.389Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-21T16:07:47.734Z Updating crates.io index
2222026-08-21T16:07:47.738Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-21T16:07:48.006Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-21T16:07:48.377Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-21T16:07:49.337Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-21T16:07:49.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-21T16:07:51.494Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-21T16:07:52.411Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-21T16:07:52.724Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-21T16:07:53.097Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-21T16:07:54.424Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-21T16:07:54.713Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-21T16:07:55.167Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-21T16:07:55.451Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-21T16:07:55.728Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-21T16:07:56.008Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-21T16:07:56.350Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-21T16:07:56.612Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-21T16:07:56.927Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-21T16:07:57.505Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-21T16:07:57.886Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-21T16:07:58.280Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-21T16:07:58.592Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-21T16:07:59.128Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-21T16:07:59.557Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-21T16:07:59.812Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-21T16:08:00.324Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-21T16:08:00.703Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-21T16:08:01.156Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-21T16:08:01.664Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-21T16:08:02.973Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-21T16:08:03.344Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-21T16:08:03.762Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-21T16:08:04.301Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-21T16:08:04.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-21T16:08:06.182Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-21T16:08:06.493Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-21T16:08:07.500Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-21T16:08:07.788Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-21T16:08:08.049Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-21T16:08:08.385Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-21T16:08:08.669Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-21T16:08:09.391Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-21T16:08:12.723Z Downloading crates ...
2652026-08-21T16:08:12.774Z Downloaded anstyle-query v1.1.5
2662026-08-21T16:08:12.783Z Downloaded bitflags v2.11.0
2672026-08-21T16:08:12.790Z Downloaded clap_derive v4.6.1
2682026-08-21T16:08:12.793Z Downloaded pest_generator v2.8.6
2692026-08-21T16:08:12.793Z Downloaded zerocopy-derive v0.7.35
2702026-08-21T16:08:12.797Z Downloaded memmap v0.7.0
2712026-08-21T16:08:12.797Z Downloaded colorchoice v1.0.4
2722026-08-21T16:08:12.797Z Downloaded camino-tempfile v1.4.1
2732026-08-21T16:08:12.797Z Downloaded zmij v1.0.21
2742026-08-21T16:08:12.804Z Downloaded cargo_metadata v0.23.1
2752026-08-21T16:08:12.804Z Downloaded anstream v1.0.0
2762026-08-21T16:08:12.804Z Downloaded is_terminal_polyfill v1.70.2
2772026-08-21T16:08:12.807Z Downloaded zerocopy v0.7.35
2782026-08-21T16:08:12.812Z Downloaded fastrand v2.3.0
2792026-08-21T16:08:12.815Z Downloaded generic-array v0.14.7
2802026-08-21T16:08:12.815Z Downloaded dtrace-parser v0.2.0
2812026-08-21T16:08:12.815Z Downloaded equivalent v1.0.2
2822026-08-21T16:08:12.819Z Downloaded dof v0.3.0
2832026-08-21T16:08:12.819Z Downloaded heck v0.4.1
2842026-08-21T16:08:12.822Z Downloaded byteorder v1.5.0
2852026-08-21T16:08:12.826Z Downloaded macaddr v1.0.1
2862026-08-21T16:08:12.830Z Downloaded cpufeatures v0.2.17
2872026-08-21T16:08:12.830Z Downloaded scroll_derive v0.12.1
2882026-08-21T16:08:12.830Z Downloaded itoa v1.0.17
2892026-08-21T16:08:12.834Z Downloaded errno v0.3.14
2902026-08-21T16:08:12.837Z Downloaded crypto-common v0.1.7
2912026-08-21T16:08:12.837Z Downloaded heck v0.5.0
2922026-08-21T16:08:12.837Z Downloaded fnv v1.0.7
2932026-08-21T16:08:12.841Z Downloaded autocfg v1.5.0
2942026-08-21T16:08:12.847Z Downloaded cfg-if v1.0.4
2952026-08-21T16:08:12.847Z Downloaded anstyle v1.0.14
2962026-08-21T16:08:12.847Z Downloaded anyhow v1.0.104
2972026-08-21T16:08:12.850Z Downloaded plain v0.2.3
2982026-08-21T16:08:12.850Z Downloaded getrandom v0.3.4
2992026-08-21T16:08:12.854Z Downloaded papergrid v0.11.0
3002026-08-21T16:08:12.854Z Downloaded swrite v0.1.0
3012026-08-21T16:08:12.857Z Downloaded serde_spanned v0.6.9
3022026-08-21T16:08:12.861Z Downloaded pretty-hex v0.4.1
3032026-08-21T16:08:12.864Z Downloaded usdt-attr-macro v0.5.0
3042026-08-21T16:08:12.864Z Downloaded unicode-linebreak v0.1.5
3052026-08-21T16:08:12.869Z Downloaded toml_write v0.1.2
3062026-08-21T16:08:12.873Z Downloaded usdt v0.5.0
3072026-08-21T16:08:12.877Z Downloaded strsim v0.11.1
3082026-08-21T16:08:12.881Z Downloaded proc-macro-error-attr v1.0.4
3092026-08-21T16:08:12.885Z Downloaded terminal_size v0.4.3
3102026-08-21T16:08:12.885Z Downloaded thread-id v4.2.2
3112026-08-21T16:08:12.889Z Downloaded utf8parse v0.2.2
3122026-08-21T16:08:12.889Z Downloaded toml_datetime v0.6.11
3132026-08-21T16:08:12.893Z Downloaded tabled_derive v0.7.0
3142026-08-21T16:08:12.893Z Downloaded cargo-platform v0.3.2
3152026-08-21T16:08:12.893Z Downloaded version_check v0.9.5
3162026-08-21T16:08:12.898Z Downloaded bytecount v0.6.9
3172026-08-21T16:08:12.901Z Downloaded clap_lex v1.0.0
3182026-08-21T16:08:12.902Z Downloaded fs-err v3.3.0
3192026-08-21T16:08:12.905Z Downloaded once_cell v1.21.3
3202026-08-21T16:08:12.913Z Downloaded serde_tokenstream v0.2.3
3212026-08-21T16:08:12.919Z Downloaded block-buffer v0.10.4
3222026-08-21T16:08:12.923Z Downloaded thiserror-impl v1.0.69
3232026-08-21T16:08:12.923Z Downloaded thiserror v2.0.18
3242026-08-21T16:08:12.927Z Downloaded scroll v0.12.0
3252026-08-21T16:08:12.927Z Downloaded sha2 v0.10.9
3262026-08-21T16:08:12.931Z Downloaded proc-macro-error v1.0.4
3272026-08-21T16:08:12.931Z Downloaded smawk v0.3.2
3282026-08-21T16:08:12.931Z Downloaded thiserror v1.0.69
3292026-08-21T16:08:12.935Z Downloaded thiserror-impl v2.0.18
3302026-08-21T16:08:12.936Z Downloaded usdt-macro v0.5.0
3312026-08-21T16:08:12.936Z Downloaded digest v0.10.7
3322026-08-21T16:08:12.939Z Downloaded pest_derive v2.8.6
3332026-08-21T16:08:12.939Z Downloaded cargo_toml v0.21.0
3342026-08-21T16:08:12.939Z Downloaded usdt-impl v0.5.0
3352026-08-21T16:08:12.939Z Downloaded anstyle-parse v1.0.0
3362026-08-21T16:08:12.944Z Downloaded camino v1.2.5
3372026-08-21T16:08:12.948Z Downloaded ucd-trie v0.1.7
3382026-08-21T16:08:12.979Z Downloaded tempfile v3.27.0
3392026-08-21T16:08:12.980Z Downloaded toml v0.8.23
3402026-08-21T16:08:12.980Z Downloaded quote v1.0.45
3412026-08-21T16:08:12.980Z Downloaded semver v1.0.28
3422026-08-21T16:08:12.980Z Downloaded log v0.4.33
3432026-08-21T16:08:12.986Z Downloaded clap v4.6.1
3442026-08-21T16:08:12.986Z Downloaded unicode-ident v1.0.24
3452026-08-21T16:08:12.989Z Downloaded textwrap v0.16.2
3462026-08-21T16:08:12.989Z Downloaded serde_derive v1.0.228
3472026-08-21T16:08:12.989Z Downloaded serde_core v1.0.228
3482026-08-21T16:08:12.995Z Downloaded indexmap v2.14.0
3492026-08-21T16:08:13.002Z Downloaded toml_edit v0.22.27
3502026-08-21T16:08:13.007Z Downloaded memchr v2.8.0
3512026-08-21T16:08:13.010Z Downloaded proc-macro2 v1.0.106
3522026-08-21T16:08:13.015Z Downloaded pest_meta v2.8.6
3532026-08-21T16:08:13.024Z Downloaded serde v1.0.228
3542026-08-21T16:08:13.033Z Downloaded pest v2.8.6
3552026-08-21T16:08:13.038Z Downloaded typenum v1.20.1
3562026-08-21T16:08:13.054Z Downloaded goblin v0.8.2
3572026-08-21T16:08:13.071Z Downloaded clap_builder v4.6.0
3582026-08-21T16:08:13.074Z Downloaded hashbrown v0.17.0
3592026-08-21T16:08:13.083Z Downloaded serde_json v1.0.151
3602026-08-21T16:08:13.102Z Downloaded winnow v0.7.14
3612026-08-21T16:08:13.107Z Downloaded tabled v0.15.0
3622026-08-21T16:08:13.127Z Downloaded unicode-width v0.1.14
3632026-08-21T16:08:13.131Z Downloaded unicode-width v0.2.0
3642026-08-21T16:08:13.134Z Downloaded syn v1.0.109
3652026-08-21T16:08:13.139Z Downloaded syn v2.0.117
3662026-08-21T16:08:13.158Z Downloaded rustix v1.1.4
3672026-08-21T16:08:13.184Z Downloaded libc v0.2.185
3682026-08-21T16:08:13.249Z Compiling proc-macro2 v1.0.106
3692026-08-21T16:08:13.249Z Compiling quote v1.0.45
3702026-08-21T16:08:13.249Z Compiling unicode-ident v1.0.24
3712026-08-21T16:08:13.254Z Compiling serde_core v1.0.228
3722026-08-21T16:08:13.254Z Compiling libc v0.2.185
3732026-08-21T16:08:13.254Z Compiling version_check v0.9.5
3742026-08-21T16:08:13.254Z Compiling memchr v2.8.0
3752026-08-21T16:08:13.254Z Compiling serde v1.0.228
3762026-08-21T16:08:13.254Z Compiling zmij v1.0.21
3772026-08-21T16:08:13.254Z Compiling thiserror v1.0.69
3782026-08-21T16:08:13.254Z Compiling itoa v1.0.17
3792026-08-21T16:08:13.449Z Compiling ucd-trie v0.1.7
3802026-08-21T16:08:13.452Z Compiling rustix v1.1.4
3812026-08-21T16:08:13.452Z Compiling byteorder v1.5.0
3822026-08-21T16:08:13.617Z Compiling bitflags v2.11.0
3832026-08-21T16:08:13.663Z Compiling serde_json v1.0.151
3842026-08-21T16:08:13.804Z Compiling camino v1.2.5
3852026-08-21T16:08:13.843Z Compiling syn v1.0.109
3862026-08-21T16:08:13.847Z Compiling proc-macro-error-attr v1.0.4
3872026-08-21T16:08:13.970Z Compiling usdt-impl v0.5.0
3882026-08-21T16:08:13.970Z Compiling proc-macro-error v1.0.4
3892026-08-21T16:08:14.022Z Compiling equivalent v1.0.2
3902026-08-21T16:08:14.073Z Compiling pest v2.8.6
3912026-08-21T16:08:14.144Z Compiling utf8parse v0.2.2
3922026-08-21T16:08:14.148Z Compiling log v0.4.33
3932026-08-21T16:08:14.211Z Compiling plain v0.2.3
3942026-08-21T16:08:14.246Z Compiling hashbrown v0.17.0
3952026-08-21T16:08:14.301Z Compiling getrandom v0.3.4
3962026-08-21T16:08:14.337Z Compiling anstyle-parse v1.0.0
3972026-08-21T16:08:14.390Z Compiling anstyle-query v1.1.5
3982026-08-21T16:08:14.393Z Compiling is_terminal_polyfill v1.70.2
3992026-08-21T16:08:14.393Z Compiling pretty-hex v0.4.1
4002026-08-21T16:08:14.424Z Compiling anstyle v1.0.14
4012026-08-21T16:08:14.488Z Compiling thiserror v2.0.18
4022026-08-21T16:08:14.492Z Compiling cfg-if v1.0.4
4032026-08-21T16:08:14.492Z Compiling toml_write v0.1.2
4042026-08-21T16:08:14.539Z Compiling colorchoice v1.0.4
4052026-08-21T16:08:14.638Z Compiling winnow v0.7.14
4062026-08-21T16:08:14.642Z Compiling autocfg v1.5.0
4072026-08-21T16:08:14.642Z Compiling clap_lex v1.0.0
4082026-08-21T16:08:14.688Z Compiling errno v0.3.14
4092026-08-21T16:08:14.708Z Compiling thread-id v4.2.2
4102026-08-21T16:08:14.727Z Compiling anstream v1.0.0
4112026-08-21T16:08:14.777Z Compiling once_cell v1.21.3
4122026-08-21T16:08:14.809Z Compiling syn v2.0.117
4132026-08-21T16:08:14.884Z Compiling indexmap v2.14.0
4142026-08-21T16:08:14.918Z Compiling anyhow v1.0.104
4152026-08-21T16:08:14.937Z Compiling heck v0.4.1
4162026-08-21T16:08:15.015Z Compiling heck v0.5.0
4172026-08-21T16:08:15.051Z Compiling unicode-width v0.1.14
4182026-08-21T16:08:15.090Z Compiling fs-err v3.3.0
4192026-08-21T16:08:15.163Z Compiling bytecount v0.6.9
4202026-08-21T16:08:15.192Z Compiling pest_meta v2.8.6
4212026-08-21T16:08:15.242Z Compiling fastrand v2.3.0
4222026-08-21T16:08:15.259Z Compiling strsim v0.11.1
4232026-08-21T16:08:15.274Z Compiling fnv v1.0.7
4242026-08-21T16:08:15.366Z Compiling memmap v0.7.0
4252026-08-21T16:08:15.445Z Compiling papergrid v0.11.0
4262026-08-21T16:08:15.583Z Compiling smawk v0.3.2
4272026-08-21T16:08:15.583Z Compiling unicode-linebreak v0.1.5
4282026-08-21T16:08:15.583Z Compiling unicode-width v0.2.0
4292026-08-21T16:08:15.727Z Compiling swrite v0.1.0
4302026-08-21T16:08:15.871Z Compiling terminal_size v0.4.3
4312026-08-21T16:08:15.871Z Compiling tempfile v3.27.0
4322026-08-21T16:08:15.871Z Compiling semver v1.0.28
4332026-08-21T16:08:15.871Z Compiling cargo-platform v0.3.2
4342026-08-21T16:08:16.010Z Compiling clap_builder v4.6.0
4352026-08-21T16:08:16.010Z Compiling textwrap v0.16.2
4362026-08-21T16:08:16.155Z Compiling camino-tempfile v1.4.1
4372026-08-21T16:08:16.509Z Compiling tabled_derive v0.7.0
4382026-08-21T16:08:17.052Z Compiling pest_generator v2.8.6
4392026-08-21T16:08:17.214Z Compiling tabled v0.15.0
4402026-08-21T16:08:17.537Z Compiling serde_derive v1.0.228
4412026-08-21T16:08:17.541Z Compiling thiserror-impl v1.0.69
4422026-08-21T16:08:17.541Z Compiling zerocopy-derive v0.7.35
4432026-08-21T16:08:17.541Z Compiling scroll_derive v0.12.1
4442026-08-21T16:08:17.541Z Compiling thiserror-impl v2.0.18
4452026-08-21T16:08:17.541Z Compiling clap_derive v4.6.1
4462026-08-21T16:08:17.638Z Compiling pest_derive v2.8.6
4472026-08-21T16:08:18.211Z Compiling scroll v0.12.0
4482026-08-21T16:08:18.250Z Compiling zerocopy v0.7.35
4492026-08-21T16:08:18.408Z Compiling goblin v0.8.2
4502026-08-21T16:08:18.642Z Compiling dtrace-parser v0.2.0
4512026-08-21T16:08:18.859Z Compiling clap v4.6.1
4522026-08-21T16:08:19.882Z Compiling dof v0.3.0
4532026-08-21T16:08:19.882Z Compiling serde_tokenstream v0.2.3
4542026-08-21T16:08:19.898Z Compiling serde_spanned v0.6.9
4552026-08-21T16:08:19.902Z Compiling toml_datetime v0.6.11
4562026-08-21T16:08:19.902Z Compiling cargo_metadata v0.23.1
4572026-08-21T16:08:19.914Z Compiling macaddr v1.0.1
4582026-08-21T16:08:19.917Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4592026-08-21T16:08:20.171Z Compiling toml_edit v0.22.27
4602026-08-21T16:08:20.562Z Compiling usdt-attr-macro v0.5.0
4612026-08-21T16:08:20.562Z Compiling usdt-macro v0.5.0
4622026-08-21T16:08:21.180Z Compiling usdt v0.5.0
4632026-08-21T16:08:21.405Z Compiling toml v0.8.23
4642026-08-21T16:08:21.724Z Compiling cargo_toml v0.21.0
4652026-08-21T16:08:23.000Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-21T16:08:25.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.82s
4672026-08-21T16:08:25.252Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-21T16:08:25.755Z Downloading crates ...
4692026-08-21T16:08:25.805Z Downloaded assert_matches v1.5.0
4702026-08-21T16:08:25.846Z Downloaded async-recursion v1.1.1
4712026-08-21T16:08:25.851Z Downloaded anstream v0.6.21
4722026-08-21T16:08:25.851Z Downloaded adler2 v2.0.1
4732026-08-21T16:08:25.851Z Downloaded aead v0.5.2
4742026-08-21T16:08:25.851Z Downloaded bit-vec v0.6.3
4752026-08-21T16:08:25.851Z Downloaded addr2line v0.25.1
4762026-08-21T16:08:25.851Z Downloaded aead v0.6.1
4772026-08-21T16:08:25.851Z Downloaded atomic-waker v1.1.2
4782026-08-21T16:08:25.851Z Downloaded block-buffer v0.12.1
4792026-08-21T16:08:25.851Z Downloaded fixedbitset v0.4.2
4802026-08-21T16:08:25.851Z Downloaded flagset v0.4.7
4812026-08-21T16:08:25.851Z Downloaded backon v1.6.0
4822026-08-21T16:08:25.851Z Downloaded bs58 v0.5.1
4832026-08-21T16:08:25.851Z Downloaded cmov v0.5.4
4842026-08-21T16:08:25.851Z Downloaded async-stream v0.3.6
4852026-08-21T16:08:25.851Z Downloaded base16ct v1.0.0
4862026-08-21T16:08:25.851Z Downloaded chacha20 v0.9.1
4872026-08-21T16:08:25.851Z Downloaded anstyle-parse v0.2.7
4882026-08-21T16:08:25.851Z Downloaded arrayvec v0.7.6
4892026-08-21T16:08:25.855Z Downloaded buf-list v1.1.2
4902026-08-21T16:08:25.855Z Downloaded flate2 v1.1.9
4912026-08-21T16:08:25.856Z Downloaded fixedbitset v0.5.7
4922026-08-21T16:08:25.859Z Downloaded bit-set v0.8.0
4932026-08-21T16:08:25.863Z Downloaded const-oid v0.10.2
4942026-08-21T16:08:25.867Z Downloaded bit-set v0.5.3
4952026-08-21T16:08:25.867Z Downloaded array-init v0.0.4
4962026-08-21T16:08:25.867Z Downloaded async-trait v0.1.89
4972026-08-21T16:08:25.870Z Downloaded atomicwrites v0.4.4
4982026-08-21T16:08:25.870Z Downloaded base16ct v0.2.0
4992026-08-21T16:08:25.870Z Downloaded const-oid v0.9.6
5002026-08-21T16:08:25.875Z Downloaded bb8 v0.8.6
5012026-08-21T16:08:25.879Z Downloaded ff v0.13.1
5022026-08-21T16:08:25.883Z Downloaded async-stream-impl v0.3.6
5032026-08-21T16:08:25.883Z Downloaded bitfield-macros v0.19.4
5042026-08-21T16:08:25.883Z Downloaded arrayref v0.3.9
5052026-08-21T16:08:25.883Z Downloaded atty v0.2.14
5062026-08-21T16:08:25.889Z Downloaded erased-serde v0.3.31
5072026-08-21T16:08:25.892Z Downloaded backoff v0.4.0
5082026-08-21T16:08:25.892Z Downloaded cipher v0.5.2
5092026-08-21T16:08:25.892Z Downloaded env_filter v2.0.0
5102026-08-21T16:08:25.895Z Downloaded fxhash v0.2.1
5112026-08-21T16:08:25.896Z Downloaded base64ct v1.8.3
5122026-08-21T16:08:25.900Z Downloaded bcrypt-pbkdf v0.11.0
5132026-08-21T16:08:25.900Z Downloaded bitfield-struct v0.6.2
5142026-08-21T16:08:25.903Z Downloaded futures-core v0.3.32
5152026-08-21T16:08:25.903Z Downloaded ghash v0.6.0
5162026-08-21T16:08:25.903Z Downloaded compression-core v0.4.31
5172026-08-21T16:08:25.903Z Downloaded foreign-types v0.5.0
5182026-08-21T16:08:25.903Z Downloaded gethostname v0.5.0
5192026-08-21T16:08:25.907Z Downloaded ascii-canvas v3.0.0
5202026-08-21T16:08:25.907Z Downloaded fallible-iterator v0.2.0
5212026-08-21T16:08:25.907Z Downloaded ff v0.14.0
5222026-08-21T16:08:25.907Z Downloaded find-msvc-tools v0.1.9
5232026-08-21T16:08:25.910Z Downloaded castaway v0.2.4
5242026-08-21T16:08:25.910Z Downloaded cobs v0.3.0
5252026-08-21T16:08:25.914Z Downloaded futures-macro v0.3.32
5262026-08-21T16:08:25.918Z Downloaded foldhash v0.2.0
5272026-08-21T16:08:25.925Z Downloaded hostname v0.4.2
5282026-08-21T16:08:25.928Z Downloaded endian-type v0.1.2
5292026-08-21T16:08:25.928Z Downloaded foreign-types v0.3.2
5302026-08-21T16:08:25.928Z Downloaded hubpack v0.1.2
5312026-08-21T16:08:25.932Z Downloaded cfg_aliases v0.2.1
5322026-08-21T16:08:25.932Z Downloaded ciborium-io v0.2.2
5332026-08-21T16:08:25.932Z Downloaded ciborium-ll v0.2.2
5342026-08-21T16:08:25.932Z Downloaded http-range v0.1.5
5352026-08-21T16:08:25.935Z Downloaded futures-sink v0.3.32
5362026-08-21T16:08:25.935Z Downloaded home v0.5.12
5372026-08-21T16:08:25.938Z Downloaded enum-as-inner v0.6.1
5382026-08-21T16:08:25.938Z Downloaded float-ord v0.3.2
5392026-08-21T16:08:25.942Z Downloaded cfg_aliases v0.1.1
5402026-08-21T16:08:25.945Z Downloaded nodrop v0.1.14
5412026-08-21T16:08:25.945Z Downloaded openssl-macros v0.1.1
5422026-08-21T16:08:25.949Z Downloaded nibble_vec v0.1.0
5432026-08-21T16:08:25.956Z Downloaded hash32 v0.3.1
5442026-08-21T16:08:25.959Z Downloaded argon2 v0.5.3
5452026-08-21T16:08:25.959Z Downloaded bcs v0.1.6
5462026-08-21T16:08:25.962Z Downloaded bit-vec v0.8.0
5472026-08-21T16:08:25.962Z Downloaded http-body v1.0.1
5482026-08-21T16:08:25.962Z Downloaded float-cmp v0.10.0
5492026-08-21T16:08:25.962Z Downloaded globwalk v0.9.1
5502026-08-21T16:08:25.967Z Downloaded normalize-line-endings v0.3.0
5512026-08-21T16:08:25.967Z Downloaded async-bb8-diesel v0.2.1
5522026-08-21T16:08:25.967Z Downloaded foreign-types-shared v0.3.1
5532026-08-21T16:08:25.967Z Downloaded form_urlencoded v1.2.2
5542026-08-21T16:08:25.971Z Downloaded parse-display v0.10.0
5552026-08-21T16:08:25.971Z Downloaded headers-core v0.3.0
5562026-08-21T16:08:25.974Z Downloaded backtrace-ext v0.2.1
5572026-08-21T16:08:25.974Z Downloaded git-stub v1.0.0
5582026-08-21T16:08:25.974Z Downloaded hash32 v0.2.1
5592026-08-21T16:08:25.974Z Downloaded blowfish v0.10.0
5602026-08-21T16:08:25.978Z Downloaded futures-task v0.3.32
5612026-08-21T16:08:25.981Z Downloaded hostname v0.3.1
5622026-08-21T16:08:25.981Z Downloaded cipher v0.4.4
5632026-08-21T16:08:25.981Z Downloaded hex v0.4.3
5642026-08-21T16:08:25.984Z Downloaded phf_shared v0.11.3
5652026-08-21T16:08:25.988Z Downloaded precomputed-hash v0.1.1
5662026-08-21T16:08:25.988Z Downloaded funty v2.0.0
5672026-08-21T16:08:25.991Z Downloaded fs_extra v1.3.0
5682026-08-21T16:08:25.991Z Downloaded hubpack_derive v0.1.1
5692026-08-21T16:08:25.996Z Downloaded enum_dispatch v0.3.13
5702026-08-21T16:08:25.996Z Downloaded fd-lock v4.0.4
5712026-08-21T16:08:26.000Z Downloaded arc-swap v1.8.2
5722026-08-21T16:08:26.003Z Downloaded futures-io v0.3.32
5732026-08-21T16:08:26.003Z Downloaded hex-literal v1.1.0
5742026-08-21T16:08:26.003Z Downloaded bitflags v1.3.2
5752026-08-21T16:08:26.006Z Downloaded camino-tempfile-ext v0.3.3
5762026-08-21T16:08:26.006Z Downloaded bitfield v0.19.4
5772026-08-21T16:08:26.007Z Downloaded ahash v0.8.12
5782026-08-21T16:08:26.010Z Downloaded bytes v1.11.1
5792026-08-21T16:08:26.010Z Downloaded chacha20poly1305 v0.10.1
5802026-08-21T16:08:26.013Z Downloaded git-stub-vcs v0.1.0
5812026-08-21T16:08:26.017Z Downloaded compression-codecs v0.4.37
5822026-08-21T16:08:26.017Z Downloaded hmac v0.13.0
5832026-08-21T16:08:26.020Z Downloaded num-integer v0.1.46
5842026-08-21T16:08:26.020Z Downloaded block-padding v0.4.2
5852026-08-21T16:08:26.020Z Downloaded byte-wrapper v0.1.0
5862026-08-21T16:08:26.024Z Downloaded cassowary v0.3.0
5872026-08-21T16:08:26.024Z Downloaded foreign-types-shared v0.1.1
5882026-08-21T16:08:26.024Z Downloaded ref-cast-impl v1.0.25
5892026-08-21T16:08:26.028Z Downloaded psl-types v2.0.11
5902026-08-21T16:08:26.031Z Downloaded cmake v0.1.57
5912026-08-21T16:08:26.031Z Downloaded num_enum v0.5.11
5922026-08-21T16:08:26.034Z Downloaded russh-util v0.52.0
5932026-08-21T16:08:26.034Z Downloaded serde-big-array v0.5.1
5942026-08-21T16:08:26.034Z Downloaded allocator-api2 v0.2.21
5952026-08-21T16:08:26.037Z Downloaded scopeguard v1.2.0
5962026-08-21T16:08:26.037Z Downloaded rand_pcg v0.10.2
5972026-08-21T16:08:26.038Z Downloaded serde_repr v0.1.20
5982026-08-21T16:08:26.038Z Downloaded cbc v0.2.1
5992026-08-21T16:08:26.038Z Downloaded oxide-update-engine v0.1.2
6002026-08-21T16:08:26.041Z Downloaded seq-macro v0.3.6
6012026-08-21T16:08:26.041Z Downloaded highway v1.3.0
6022026-08-21T16:08:26.041Z Downloaded foreign-types-macros v0.2.3
6032026-08-21T16:08:26.041Z Downloaded futures-executor v0.3.32
6042026-08-21T16:08:26.044Z Downloaded foldhash v0.1.5
6052026-08-21T16:08:26.044Z Downloaded humantime v2.3.0
6062026-08-21T16:08:26.048Z Downloaded globset v0.4.18
6072026-08-21T16:08:26.048Z Downloaded http-body-util v0.1.3
6082026-08-21T16:08:26.048Z Downloaded packed_struct v0.10.1
6092026-08-21T16:08:26.052Z Downloaded siphasher v1.0.2
6102026-08-21T16:08:26.052Z Downloaded strum v0.27.2
6112026-08-21T16:08:26.052Z Downloaded fs-err v2.11.0
6122026-08-21T16:08:26.052Z Downloaded chacha20 v0.10.0
6132026-08-21T16:08:26.056Z Downloaded colored v2.2.0
6142026-08-21T16:08:26.056Z Downloaded glob v0.3.3
6152026-08-21T16:08:26.056Z Downloaded paste v1.0.15
6162026-08-21T16:08:26.056Z Downloaded pem-rfc7468 v1.0.0
6172026-08-21T16:08:26.059Z Downloaded pkg-config v0.3.32
6182026-08-21T16:08:26.060Z Downloaded console v0.16.2
6192026-08-21T16:08:26.060Z Downloaded peg-macros v0.8.5
6202026-08-21T16:08:26.060Z Downloaded env_logger v0.11.11
6212026-08-21T16:08:26.064Z Downloaded group v0.14.0
6222026-08-21T16:08:26.064Z Downloaded progenitor-client v0.13.0
6232026-08-21T16:08:26.067Z Downloaded hmac v0.12.1
6242026-08-21T16:08:26.073Z Downloaded supports-hyperlinks v3.2.0
6252026-08-21T16:08:26.076Z Downloaded supports-unicode v3.0.0
6262026-08-21T16:08:26.076Z Downloaded tinyvec_macros v0.1.1
6272026-08-21T16:08:26.076Z Downloaded hyper-rustls v0.27.7
6282026-08-21T16:08:26.076Z Downloaded sync-ptr v0.1.4
6292026-08-21T16:08:26.079Z Downloaded httpdate v1.0.3
6302026-08-21T16:08:26.079Z Downloaded filetime v0.2.27
6312026-08-21T16:08:26.079Z Downloaded blake2 v0.10.6
6322026-08-21T16:08:26.083Z Downloaded bzip2 v0.6.1
6332026-08-21T16:08:26.083Z Downloaded half v1.8.3
6342026-08-21T16:08:26.086Z Downloaded futures v0.3.32
6352026-08-21T16:08:26.089Z Downloaded port-file v0.1.0
6362026-08-21T16:08:26.093Z Downloaded half v2.7.1
6372026-08-21T16:08:26.093Z Downloaded cancel-safe-futures v0.1.5
6382026-08-21T16:08:26.096Z Downloaded colored v3.1.1
6392026-08-21T16:08:26.096Z Downloaded console v0.15.11
6402026-08-21T16:08:26.099Z Downloaded bzip2 v0.4.4
6412026-08-21T16:08:26.099Z Downloaded cexpr v0.6.0
6422026-08-21T16:08:26.099Z Downloaded sync_wrapper v1.0.2
6432026-08-21T16:08:26.099Z Downloaded rustls-pemfile v2.2.0
6442026-08-21T16:08:26.103Z Downloaded pin-project-internal v1.1.11
6452026-08-21T16:08:26.103Z Downloaded rustversion v1.0.22
6462026-08-21T16:08:26.106Z Downloaded schemars_derive v0.8.22
6472026-08-21T16:08:26.106Z Downloaded rusty-fork v0.3.1
6482026-08-21T16:08:26.106Z Downloaded ciborium v0.2.2
6492026-08-21T16:08:26.110Z Downloaded usdt v0.6.0
6502026-08-21T16:08:26.113Z Downloaded utf-8 v0.7.6
6512026-08-21T16:08:26.116Z Downloaded parking_lot v0.12.5
6522026-08-21T16:08:26.117Z Downloaded simd-adler32 v0.3.8
6532026-08-21T16:08:26.117Z Downloaded yoke-derive v0.8.1
6542026-08-21T16:08:26.120Z Downloaded zerofrom-derive v0.1.6
6552026-08-21T16:08:26.120Z Downloaded wait-timeout v0.2.1
6562026-08-21T16:08:26.120Z Downloaded convert_case v0.4.0
6572026-08-21T16:08:26.120Z Downloaded zone_cfg_derive v0.3.1
6582026-08-21T16:08:26.120Z Downloaded futures-channel v0.3.32
6592026-08-21T16:08:26.123Z Downloaded group v0.13.0
6602026-08-21T16:08:26.126Z Downloaded httparse v1.10.1
6612026-08-21T16:08:26.126Z Downloaded hybrid-array v0.4.13
6622026-08-21T16:08:26.126Z Downloaded argon2 v0.6.0-rc.8
6632026-08-21T16:08:26.130Z Downloaded elliptic-curve v0.14.1
6642026-08-21T16:08:26.130Z Downloaded postgres-types v0.2.12
6652026-08-21T16:08:26.133Z Downloaded serdect v0.4.3
6662026-08-21T16:08:26.133Z Downloaded shlex v1.3.0
6672026-08-21T16:08:26.136Z Downloaded spki v0.7.3
6682026-08-21T16:08:26.136Z Downloaded sqlformat v0.3.5
6692026-08-21T16:08:26.140Z Downloaded quinn-udp v0.5.14
6702026-08-21T16:08:26.143Z Downloaded slog-stdlog v4.1.1
6712026-08-21T16:08:26.143Z Downloaded smf v0.2.3
6722026-08-21T16:08:26.143Z Downloaded snafu-derive v0.8.9
6732026-08-21T16:08:26.143Z Downloaded string_cache v0.8.9
6742026-08-21T16:08:26.147Z Downloaded tiny-keccak v2.0.2
6752026-08-21T16:08:26.151Z Downloaded darling_macro v0.20.11
6762026-08-21T16:08:26.151Z Downloaded darling_macro v0.21.3
6772026-08-21T16:08:26.151Z Downloaded darling_macro v0.23.0
6782026-08-21T16:08:26.151Z Downloaded difflib v0.4.0
6792026-08-21T16:08:26.151Z Downloaded dirs-next v2.0.0
6802026-08-21T16:08:26.155Z Downloaded curve25519-dalek-derive v0.1.1
6812026-08-21T16:08:26.155Z Downloaded base64 v0.22.1
6822026-08-21T16:08:26.159Z Downloaded getrandom v0.4.3
6832026-08-21T16:08:26.162Z Downloaded blake2 v0.11.0-rc.6
6842026-08-21T16:08:26.165Z Downloaded clang-sys v1.8.1
6852026-08-21T16:08:26.168Z Downloaded termios v0.3.3
6862026-08-21T16:08:26.168Z Downloaded tls_codec v0.4.2
6872026-08-21T16:08:26.168Z Downloaded toml_writer v1.1.1+spec-1.1.0
6882026-08-21T16:08:26.172Z Downloaded tls_codec_derive v0.4.2
6892026-08-21T16:08:26.172Z Downloaded dirs-sys-next v0.1.2
6902026-08-21T16:08:26.172Z Downloaded dunce v1.0.5
6912026-08-21T16:08:26.172Z Downloaded dtrace-parser v0.3.0
6922026-08-21T16:08:26.177Z Downloaded inout v0.1.4
6932026-08-21T16:08:26.183Z Downloaded embedded-io v0.6.1
6942026-08-21T16:08:26.183Z Downloaded indent_write v2.2.0
6952026-08-21T16:08:26.183Z Downloaded libscf-sys v1.2.0
6962026-08-21T16:08:26.183Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6972026-08-21T16:08:26.183Z Downloaded generic-array v1.4.3
6982026-08-21T16:08:26.187Z Downloaded backtrace v0.3.76
6992026-08-21T16:08:26.187Z Downloaded is_ci v1.2.0
7002026-08-21T16:08:26.187Z Downloaded rustc-demangle v0.1.27
7012026-08-21T16:08:26.191Z Downloaded omicron-zone-package v0.12.3
7022026-08-21T16:08:26.195Z Downloaded new_debug_unreachable v1.0.6
7032026-08-21T16:08:26.199Z Downloaded corncobs v0.1.4
7042026-08-21T16:08:26.199Z Downloaded maplit v1.0.2
7052026-08-21T16:08:26.199Z Downloaded lzss v0.8.2
7062026-08-21T16:08:26.199Z Downloaded managed v0.8.0
7072026-08-21T16:08:26.203Z Downloaded num_enum_derive v0.5.11
7082026-08-21T16:08:26.203Z Downloaded fatfs v0.3.6
7092026-08-21T16:08:26.207Z Downloaded packed_struct_codegen v0.10.1
7102026-08-21T16:08:26.212Z Downloaded critical-section v1.2.0
7112026-08-21T16:08:26.212Z Downloaded oso v0.27.3
7122026-08-21T16:08:26.216Z Downloaded sha2 v0.11.0
7132026-08-21T16:08:26.216Z Downloaded wyz v0.5.1
7142026-08-21T16:08:26.216Z Downloaded crossbeam-deque v0.8.6
7152026-08-21T16:08:26.216Z Downloaded prefix-trie v0.7.0
7162026-08-21T16:08:26.219Z Downloaded multimap v0.10.1
7172026-08-21T16:08:26.219Z Downloaded num-iter v0.1.45
7182026-08-21T16:08:26.219Z Downloaded progenitor-impl v0.14.0
7192026-08-21T16:08:26.224Z Downloaded headers v0.4.1
7202026-08-21T16:08:26.228Z Downloaded oso-derive v0.27.3
7212026-08-21T16:08:26.228Z Downloaded peg-runtime v0.8.5
7222026-08-21T16:08:26.228Z Downloaded potential_utf v0.1.4
7232026-08-21T16:08:26.228Z Downloaded chumsky v0.9.3
7242026-08-21T16:08:26.228Z Downloaded ctr v0.10.1
7252026-08-21T16:08:26.233Z Downloaded olpc-cjson v0.1.4
7262026-08-21T16:08:26.233Z Downloaded password-hash v0.6.1
7272026-08-21T16:08:26.237Z Downloaded tui-tree-widget v0.23.1
7282026-08-21T16:08:26.238Z Downloaded compact_str v0.8.1
7292026-08-21T16:08:26.238Z Downloaded predicates-core v1.0.10
7302026-08-21T16:08:26.241Z Downloaded data-encoding v2.10.0
7312026-08-21T16:08:26.241Z Downloaded heapless v0.7.17
7322026-08-21T16:08:26.245Z Downloaded proc-macro-error-attr2 v2.0.0
7332026-08-21T16:08:26.245Z Downloaded pkcs5 v0.8.1
7342026-08-21T16:08:26.248Z Downloaded ar_archive_writer v0.5.1
7352026-08-21T16:08:26.248Z Downloaded rfc6979 v0.6.0
7362026-08-21T16:08:26.248Z Downloaded flume v0.11.1
7372026-08-21T16:08:26.252Z Downloaded term v1.2.1
7382026-08-21T16:08:26.253Z Downloaded num-traits v0.2.19
7392026-08-21T16:08:26.258Z Downloaded unicode-properties v0.1.4
7402026-08-21T16:08:26.258Z Downloaded impl-trait-for-tuples v0.2.3
7412026-08-21T16:08:26.258Z Downloaded ref-cast v1.0.25
7422026-08-21T16:08:26.262Z Downloaded same-file v1.0.6
7432026-08-21T16:08:26.262Z Downloaded linear-map v1.2.0
7442026-08-21T16:08:26.262Z Downloaded rfc6979 v0.4.0
7452026-08-21T16:08:26.265Z Downloaded rustc-hash v2.1.1
7462026-08-21T16:08:26.268Z Downloaded signal-hook-mio v0.2.5
7472026-08-21T16:08:26.274Z Downloaded p256 v0.14.0
7482026-08-21T16:08:26.278Z Downloaded similar v2.7.0
7492026-08-21T16:08:26.278Z Downloaded ipnetwork v0.21.1
7502026-08-21T16:08:26.278Z Downloaded lalrpop-util v0.19.12
7512026-08-21T16:08:26.281Z Downloaded lock_api v0.4.14
7522026-08-21T16:08:26.281Z Downloaded mime_guess v2.0.5
7532026-08-21T16:08:26.281Z Downloaded secrecy v0.10.3
7542026-08-21T16:08:26.281Z Downloaded semver v0.1.20
7552026-08-21T16:08:26.281Z Downloaded openssl-probe v0.1.6
7562026-08-21T16:08:26.281Z Downloaded signal-hook-tokio v0.3.1
7572026-08-21T16:08:26.285Z Downloaded signature v2.2.0
7582026-08-21T16:08:26.285Z Downloaded vergen v9.1.0
7592026-08-21T16:08:26.289Z Downloaded getrandom v0.2.17
7602026-08-21T16:08:26.292Z Downloaded signal-hook v0.3.18
7612026-08-21T16:08:26.295Z Downloaded prettyplease v0.2.37
7622026-08-21T16:08:26.296Z Downloaded sqlparser_derive v0.5.0
7632026-08-21T16:08:26.303Z Downloaded crossbeam-epoch v0.9.18
7642026-08-21T16:08:26.307Z Downloaded owo-colors v4.3.0
7652026-08-21T16:08:26.307Z Downloaded heapless v0.8.0
7662026-08-21T16:08:26.310Z Downloaded tokio-macros v2.7.0
7672026-08-21T16:08:26.310Z Downloaded ron v0.8.1
7682026-08-21T16:08:26.314Z Downloaded async-compression v0.4.41
7692026-08-21T16:08:26.320Z Downloaded phf v0.13.1
7702026-08-21T16:08:26.324Z Downloaded phf_shared v0.12.1
7712026-08-21T16:08:26.324Z Downloaded darling v0.20.11
7722026-08-21T16:08:26.327Z Downloaded primeorder v0.14.0
7732026-08-21T16:08:26.327Z Downloaded wnaf v0.14.0
7742026-08-21T16:08:26.327Z Downloaded xshell-macros v0.2.7
7752026-08-21T16:08:26.327Z Downloaded derive_builder v0.20.2
7762026-08-21T16:08:26.331Z Downloaded universal-hash v0.5.1
7772026-08-21T16:08:26.331Z Downloaded waitgroup v0.1.2
7782026-08-21T16:08:26.331Z Downloaded rand_core v0.6.4
7792026-08-21T16:08:26.335Z Downloaded utf8_iter v1.0.4
7802026-08-21T16:08:26.335Z Downloaded subprocess v0.2.15
7812026-08-21T16:08:26.335Z Downloaded rand_chacha v0.9.0
7822026-08-21T16:08:26.335Z Downloaded unsafe-libyaml v0.2.11
7832026-08-21T16:08:26.338Z Downloaded cc v1.2.56
7842026-08-21T16:08:26.338Z Downloaded iana-time-zone v0.1.65
7852026-08-21T16:08:26.343Z Downloaded rand_core v0.9.5
7862026-08-21T16:08:26.343Z Downloaded ingot-types v0.2.0
7872026-08-21T16:08:26.343Z Downloaded rustls-native-certs v0.8.3
7882026-08-21T16:08:26.343Z Downloaded secrecy v0.8.0
7892026-08-21T16:08:26.347Z Downloaded crucible-workspace-hack v0.1.0
7902026-08-21T16:08:26.347Z Downloaded scrypt v0.12.0
7912026-08-21T16:08:26.347Z Downloaded serde_with_macros v1.5.2
7922026-08-21T16:08:26.347Z Downloaded shell-words v1.1.1
7932026-08-21T16:08:26.347Z Downloaded expectorate v1.2.0
7942026-08-21T16:08:26.347Z Downloaded typify v0.6.2
7952026-08-21T16:08:26.352Z Downloaded zopfli v0.8.3
7962026-08-21T16:08:26.356Z Downloaded zerocopy v0.6.6
7972026-08-21T16:08:26.356Z Downloaded vte v0.14.1
7982026-08-21T16:08:26.360Z Downloaded derive_builder_macro v0.20.2
7992026-08-21T16:08:26.361Z Downloaded dyn-clone v1.0.20
8002026-08-21T16:08:26.364Z Downloaded digest-io v0.1.0
8012026-08-21T16:08:26.364Z Downloaded embedded-io v0.4.0
8022026-08-21T16:08:26.369Z Downloaded signal-hook-registry v1.4.8
8032026-08-21T16:08:26.376Z Downloaded base64 v0.21.7
8042026-08-21T16:08:26.376Z Downloaded rand v0.8.6
8052026-08-21T16:08:26.379Z Downloaded pretty_assertions v1.4.1
8062026-08-21T16:08:26.379Z Downloaded qorb v0.4.1
8072026-08-21T16:08:26.383Z Downloaded strum_macros v0.27.2
8082026-08-21T16:08:26.383Z Downloaded strum_macros v0.26.4
8092026-08-21T16:08:26.383Z Downloaded thread_local v1.1.9
8102026-08-21T16:08:26.388Z Downloaded tinystr v0.8.2
8112026-08-21T16:08:26.388Z Downloaded idna_adapter v1.2.1
8122026-08-21T16:08:26.388Z Downloaded stacker v0.1.23
8132026-08-21T16:08:26.391Z Downloaded static_assertions v1.1.0
8142026-08-21T16:08:26.391Z Downloaded strum_macros v0.24.3
8152026-08-21T16:08:26.391Z Downloaded instant v0.1.13
8162026-08-21T16:08:26.391Z Downloaded hashbrown v0.12.3
8172026-08-21T16:08:26.395Z Downloaded linked-hash-map v0.5.6
8182026-08-21T16:08:26.395Z Downloaded lru-cache v0.1.2
8192026-08-21T16:08:26.395Z Downloaded md-5 v0.10.6
8202026-08-21T16:08:26.395Z Downloaded openssl-probe v0.2.1
8212026-08-21T16:08:26.395Z Downloaded crc-any v2.5.0
8222026-08-21T16:08:26.399Z Downloaded hickory-resolver v0.25.2
8232026-08-21T16:08:26.399Z Downloaded bumpalo v3.20.2
8242026-08-21T16:08:26.407Z Downloaded pkcs8 v0.11.0
8252026-08-21T16:08:26.407Z Downloaded proc-macro-error2 v2.0.1
8262026-08-21T16:08:26.410Z Downloaded num v0.4.3
8272026-08-21T16:08:26.410Z Downloaded crc-catalog v2.4.0
8282026-08-21T16:08:26.411Z Downloaded vsss-rs v3.3.4
8292026-08-21T16:08:26.411Z Downloaded zeroize v1.9.0
8302026-08-21T16:08:26.411Z Downloaded path-slash v0.1.5
8312026-08-21T16:08:26.411Z Downloaded md5 v0.8.0
8322026-08-21T16:08:26.415Z Downloaded samael v0.0.19
8332026-08-21T16:08:26.419Z Downloaded hashbrown v0.13.2
8342026-08-21T16:08:26.419Z Downloaded icu_provider v2.1.1
8352026-08-21T16:08:26.425Z Downloaded zerovec-derive v0.11.2
8362026-08-21T16:08:26.429Z Downloaded predicates-tree v1.0.13
8372026-08-21T16:08:26.429Z Downloaded proc-macro-crate v3.4.0
8382026-08-21T16:08:26.429Z Downloaded darling v0.13.4
8392026-08-21T16:08:26.435Z Downloaded spin v0.9.8
8402026-08-21T16:08:26.435Z Downloaded zip v0.6.6
8412026-08-21T16:08:26.443Z Downloaded ml-kem v0.3.2
8422026-08-21T16:08:26.443Z Downloaded serde_with_macros v3.21.0
8432026-08-21T16:08:26.443Z Downloaded digest v0.11.3
8442026-08-21T16:08:26.447Z Downloaded russh-cryptovec v0.62.0
8452026-08-21T16:08:26.447Z Downloaded deranged v0.5.8
8462026-08-21T16:08:26.447Z Downloaded ed25519 v2.2.3
8472026-08-21T16:08:26.451Z Downloaded papergrid v0.18.0
8482026-08-21T16:08:26.451Z Downloaded progenitor-macro v0.14.0
8492026-08-21T16:08:26.455Z Downloaded recursive-proc-macro-impl v0.1.1
8502026-08-21T16:08:26.455Z Downloaded steno v0.4.1
8512026-08-21T16:08:26.460Z Downloaded libefi-sys v0.1.0
8522026-08-21T16:08:26.468Z Downloaded twox-hash v2.1.2
8532026-08-21T16:08:26.468Z Downloaded indoc v2.0.7
8542026-08-21T16:08:26.471Z Downloaded jobserver v0.1.34
8552026-08-21T16:08:26.471Z Downloaded scroll_derive v0.13.1
8562026-08-21T16:08:26.471Z Downloaded term v0.7.0
8572026-08-21T16:08:26.471Z Downloaded sha1 v0.11.0
8582026-08-21T16:08:26.475Z Downloaded sigpipe v0.1.3
8592026-08-21T16:08:26.475Z Downloaded cookie_store v0.22.1
8602026-08-21T16:08:26.481Z Downloaded testing_table v0.3.0
8612026-08-21T16:08:26.481Z Downloaded tagptr v0.2.0
8622026-08-21T16:08:26.484Z Downloaded hickory-resolver v0.24.4
8632026-08-21T16:08:26.484Z Downloaded tokio-rustls v0.26.4
8642026-08-21T16:08:26.485Z Downloaded tokio-stream v0.1.18
8652026-08-21T16:08:26.488Z Downloaded toml_parser v1.1.2+spec-1.1.0
8662026-08-21T16:08:26.488Z Downloaded native-tls v0.2.18
8672026-08-21T16:08:26.488Z Downloaded knus v3.4.0
8682026-08-21T16:08:26.491Z Downloaded pem-rfc7468 v0.7.0
8692026-08-21T16:08:26.491Z Downloaded nu-ansi-term v0.50.3
8702026-08-21T16:08:26.495Z Downloaded progenitor v0.13.0
8712026-08-21T16:08:26.495Z Downloaded untrusted v0.9.0
8722026-08-21T16:08:26.498Z Downloaded unit-prefix v0.5.2
8732026-08-21T16:08:26.501Z Downloaded darling v0.23.0
8742026-08-21T16:08:26.504Z Downloaded hickory-server v0.25.2
8752026-08-21T16:08:26.508Z Downloaded num-bigint v0.4.6
8762026-08-21T16:08:26.508Z Downloaded darling v0.21.3
8772026-08-21T16:08:26.511Z Downloaded scheduled-thread-pool v0.2.7
8782026-08-21T16:08:26.514Z Downloaded cpubits v0.1.1
8792026-08-21T16:08:26.514Z Downloaded crc8 v0.1.1
8802026-08-21T16:08:26.517Z Downloaded darling_macro v0.13.4
8812026-08-21T16:08:26.517Z Downloaded debug-ignore v1.0.5
8822026-08-21T16:08:26.520Z Downloaded phf v0.12.1
8832026-08-21T16:08:26.521Z Downloaded postgres-protocol v0.6.10
8842026-08-21T16:08:26.521Z Downloaded document-features v0.2.12
8852026-08-21T16:08:26.524Z Downloaded hyper-tls v0.6.0
8862026-08-21T16:08:26.524Z Downloaded serde_derive_internals v0.29.1
8872026-08-21T16:08:26.524Z Downloaded serde_path_to_error v0.1.20
8882026-08-21T16:08:26.527Z Downloaded crossbeam-channel v0.5.15
8892026-08-21T16:08:26.527Z Downloaded defmt v0.3.100
8902026-08-21T16:08:26.530Z Downloaded schemars v1.2.1
8912026-08-21T16:08:26.537Z Downloaded serde-hex v0.1.0
8922026-08-21T16:08:26.541Z Downloaded slog-async v2.8.0
8932026-08-21T16:08:26.542Z Downloaded unicode_categories v0.1.1
8942026-08-21T16:08:26.542Z Downloaded internet-checksum v0.2.1
8952026-08-21T16:08:26.542Z Downloaded jiff-static v0.2.34
8962026-08-21T16:08:26.542Z Downloaded darling_core v0.20.11
8972026-08-21T16:08:26.572Z Downloaded aes v0.9.1
8982026-08-21T16:08:26.572Z Downloaded ssh-cipher v0.3.0
8992026-08-21T16:08:26.572Z Downloaded tungstenite v0.23.0
9002026-08-21T16:08:26.572Z Downloaded http v1.4.2
9012026-08-21T16:08:26.572Z Downloaded illumos-nvpair-sys v0.2.0
9022026-08-21T16:08:26.572Z Downloaded uuid v1.23.4
9032026-08-21T16:08:26.573Z Downloaded ssh-encoding v0.3.0
9042026-08-21T16:08:26.573Z Downloaded lru-slab v0.1.2
9052026-08-21T16:08:26.573Z Downloaded knus-derive v3.4.0
9062026-08-21T16:08:26.573Z Downloaded slog-json v2.6.1
9072026-08-21T16:08:26.573Z Downloaded slog-scope v4.4.1
9082026-08-21T16:08:26.573Z Downloaded synstructure v0.13.2
9092026-08-21T16:08:26.573Z Downloaded memoffset v0.9.1
9102026-08-21T16:08:26.573Z Downloaded kstat-rs v0.2.5
9112026-08-21T16:08:26.573Z Downloaded newtype-uuid-macros v0.1.0
9122026-08-21T16:08:26.573Z Downloaded tracing-core v0.1.36
9132026-08-21T16:08:26.573Z Downloaded pkcs1 v0.7.5
9142026-08-21T16:08:26.573Z Downloaded unicase v2.9.0
9152026-08-21T16:08:26.576Z Downloaded opaque-debug v0.3.1
9162026-08-21T16:08:26.576Z Downloaded tokio-test v0.4.5
9172026-08-21T16:08:26.580Z Downloaded tokio-tungstenite v0.21.0
9182026-08-21T16:08:26.580Z Downloaded phf_shared v0.13.1
9192026-08-21T16:08:26.583Z Downloaded parse-size v1.1.0
9202026-08-21T16:08:26.583Z Downloaded darling_core v0.13.4
9212026-08-21T16:08:26.583Z Downloaded vergen-git2 v9.1.0
9222026-08-21T16:08:26.586Z Downloaded icu_properties v2.1.2
9232026-08-21T16:08:26.586Z Downloaded derive_more v2.1.1
9242026-08-21T16:08:26.593Z Downloaded zstd-safe v7.2.4
9252026-08-21T16:08:26.596Z Downloaded vergen-lib v9.1.0
9262026-08-21T16:08:26.599Z Downloaded displaydoc v0.2.5
9272026-08-21T16:08:26.604Z Downloaded either v1.15.0
9282026-08-21T16:08:26.607Z Downloaded whoami v2.1.0
9292026-08-21T16:08:26.607Z Downloaded rand_xorshift v0.4.0
9302026-08-21T16:08:26.611Z Downloaded slog-bunyan v2.5.0
9312026-08-21T16:08:26.616Z Downloaded sha1 v0.10.6
9322026-08-21T16:08:26.616Z Downloaded structmeta-derive v0.3.0
9332026-08-21T16:08:26.616Z Downloaded supports-color v3.0.2
9342026-08-21T16:08:26.616Z Downloaded serde_bytes v0.11.19
9352026-08-21T16:08:26.622Z Downloaded libsw v3.5.0
9362026-08-21T16:08:26.625Z Downloaded derive_more v0.99.20
9372026-08-21T16:08:26.628Z Downloaded psm v0.1.30
9382026-08-21T16:08:26.628Z Downloaded ecdsa v0.16.9
9392026-08-21T16:08:26.632Z Downloaded take_mut v0.2.2
9402026-08-21T16:08:26.635Z Downloaded tracing-attributes v0.1.31
9412026-08-21T16:08:26.635Z Downloaded x509-cert v0.2.5
9422026-08-21T16:08:26.638Z Downloaded nanorand v0.7.0
9432026-08-21T16:08:26.642Z Downloaded num-complex v0.4.6
9442026-08-21T16:08:26.642Z Downloaded unarray v0.1.4
9452026-08-21T16:08:26.642Z Downloaded tar v0.4.46
9462026-08-21T16:08:26.645Z Downloaded want v0.3.1
9472026-08-21T16:08:26.645Z Downloaded usdt-attr-macro v0.6.0
9482026-08-21T16:08:26.645Z Downloaded cpufeatures v0.3.0
9492026-08-21T16:08:26.649Z Downloaded pkcs1 v0.8.0-rc.4
9502026-08-21T16:08:26.652Z Downloaded topological-sort v0.2.2
9512026-08-21T16:08:26.652Z Downloaded typify-macro v0.6.2
9522026-08-21T16:08:26.652Z Downloaded toml_edit v0.23.10+spec-1.0.0
9532026-08-21T16:08:26.655Z Downloaded zone v0.3.1
9542026-08-21T16:08:26.659Z Downloaded cstr-argument v0.1.2
9552026-08-21T16:08:26.659Z Downloaded parking_lot_core v0.9.12
9562026-08-21T16:08:26.663Z Downloaded zstd v0.13.3
9572026-08-21T16:08:26.663Z Downloaded poly1305 v0.8.0
9582026-08-21T16:08:26.668Z Downloaded password-hash v0.5.0
9592026-08-21T16:08:26.668Z Downloaded primefield v0.14.0
9602026-08-21T16:08:26.668Z Downloaded progenitor-macro v0.13.0
9612026-08-21T16:08:26.668Z Downloaded crunchy v0.2.4
9622026-08-21T16:08:26.668Z Downloaded illumos-nvpair v0.3.0
9632026-08-21T16:08:26.668Z Downloaded quinn v0.11.11
9642026-08-21T16:08:26.671Z Downloaded derive_more-impl v2.1.1
9652026-08-21T16:08:26.671Z Downloaded daft v0.1.7
9662026-08-21T16:08:26.675Z Downloaded primeorder v0.13.6
9672026-08-21T16:08:26.678Z Downloaded inout v0.2.2
9682026-08-21T16:08:26.681Z Downloaded is-terminal v0.4.17
9692026-08-21T16:08:26.681Z Downloaded num-derive v0.4.2
9702026-08-21T16:08:26.685Z Downloaded hyper-staticfile v0.10.1
9712026-08-21T16:08:26.685Z Downloaded rand_seeder v0.4.0
9722026-08-21T16:08:26.688Z Downloaded sec1 v0.8.1
9732026-08-21T16:08:26.691Z Downloaded ingot v0.2.1
9742026-08-21T16:08:26.695Z Downloaded smallvec v0.6.14
9752026-08-21T16:08:26.698Z Downloaded stringprep v0.1.5
9762026-08-21T16:08:26.698Z Downloaded thiserror-no-std v2.0.2
9772026-08-21T16:08:26.701Z Downloaded time-macros v0.2.27
9782026-08-21T16:08:26.701Z Downloaded tower v0.5.3
9792026-08-21T16:08:26.705Z Downloaded typed-path v0.9.3
9802026-08-21T16:08:26.710Z Downloaded aho-corasick v1.1.4
9812026-08-21T16:08:26.714Z Downloaded aes-gcm v0.11.0
9822026-08-21T16:08:26.717Z Downloaded rand_chacha v0.3.1
9832026-08-21T16:08:26.720Z Downloaded hashbrown v0.15.5
9842026-08-21T16:08:26.724Z Downloaded socket2 v0.6.3
9852026-08-21T16:08:26.724Z Downloaded usdt-impl v0.6.0
9862026-08-21T16:08:26.724Z Downloaded rustc_version v0.4.1
9872026-08-21T16:08:26.727Z Downloaded itertools v0.10.5
9882026-08-21T16:08:26.730Z Downloaded defmt-macros v1.0.1
9892026-08-21T16:08:26.735Z Downloaded url v2.5.8
9902026-08-21T16:08:26.735Z Downloaded csv-core v0.1.13
9912026-08-21T16:08:26.738Z Downloaded serde_spanned v1.1.1
9922026-08-21T16:08:26.738Z Downloaded structmeta v0.3.0
9932026-08-21T16:08:26.738Z Downloaded miniz_oxide v0.8.9
9942026-08-21T16:08:26.743Z Downloaded strsim v0.10.0
9952026-08-21T16:08:26.743Z Downloaded time-core v0.1.8
9962026-08-21T16:08:26.743Z Downloaded der_derive v0.7.3
9972026-08-21T16:08:26.746Z Downloaded termtree v0.5.1
9982026-08-21T16:08:26.746Z Downloaded tower-layer v0.3.3
9992026-08-21T16:08:26.749Z Downloaded hashbrown v0.14.5
10002026-08-21T16:08:26.752Z Downloaded hyper v1.10.1
10012026-08-21T16:08:26.756Z Downloaded postcard v1.1.3
10022026-08-21T16:08:26.759Z Downloaded ena v0.14.4
10032026-08-21T16:08:26.762Z Downloaded keccak v0.1.6
10042026-08-21T16:08:26.762Z Downloaded xattr v1.6.1
10052026-08-21T16:08:26.762Z Downloaded zerofrom v0.1.6
10062026-08-21T16:08:26.762Z Downloaded multer v3.1.0
10072026-08-21T16:08:26.766Z Downloaded usdt-macro v0.6.0
10082026-08-21T16:08:26.766Z Downloaded zeroize_derive v1.5.0
10092026-08-21T16:08:26.770Z Downloaded ssh-key v0.7.0-rc.11
10102026-08-21T16:08:26.775Z Downloaded tokio-util v0.7.18
10112026-08-21T16:08:26.779Z Downloaded unicode-truncate v1.1.0
10122026-08-21T16:08:26.782Z Downloaded void v1.0.2
10132026-08-21T16:08:26.782Z Downloaded oxnet v0.1.6
10142026-08-21T16:08:26.782Z Downloaded tokio-tungstenite v0.23.1
10152026-08-21T16:08:26.782Z Downloaded lru v0.12.5
10162026-08-21T16:08:26.785Z Downloaded maybe-uninit v2.0.0
10172026-08-21T16:08:26.785Z Downloaded diesel_table_macro_syntax v0.3.0
10182026-08-21T16:08:26.790Z Downloaded pem v3.0.6
10192026-08-21T16:08:26.793Z Downloaded pin-project-lite v0.2.17
10202026-08-21T16:08:26.796Z Downloaded instability v0.3.11
10212026-08-21T16:08:26.796Z Downloaded match_cfg v0.1.0
10222026-08-21T16:08:26.800Z Downloaded hashbrown v0.16.1
10232026-08-21T16:08:26.803Z Downloaded num_enum v0.7.6
10242026-08-21T16:08:26.806Z Downloaded progenitor-extras v0.2.0
10252026-08-21T16:08:26.806Z Downloaded resolv-conf v0.7.6
10262026-08-21T16:08:26.806Z Downloaded lazy_static v1.5.0
10272026-08-21T16:08:26.809Z Downloaded proc-macro-crate v1.3.1
10282026-08-21T16:08:26.809Z Downloaded quick-error v1.2.3
10292026-08-21T16:08:26.809Z Downloaded h2 v0.4.15
10302026-08-21T16:08:26.813Z Downloaded rtoolbox v0.0.3
10312026-08-21T16:08:26.816Z Downloaded hkdf v0.13.0
10322026-08-21T16:08:26.819Z Downloaded yasna v0.5.2
10332026-08-21T16:08:26.819Z Downloaded oxide-update-engine-types v0.1.2
10342026-08-21T16:08:26.822Z Downloaded progenitor-impl v0.13.0
10352026-08-21T16:08:26.822Z Downloaded xshell v0.2.7
10362026-08-21T16:08:26.826Z Downloaded try-lock v0.2.5
10372026-08-21T16:08:26.826Z Downloaded slog-term v2.9.2
10382026-08-21T16:08:26.826Z Downloaded spki v0.8.0
10392026-08-21T16:08:26.829Z Downloaded crypto-common v0.2.2
10402026-08-21T16:08:26.829Z Downloaded ed25519-dalek v3.0.0
10412026-08-21T16:08:26.832Z Downloaded hyper-util v0.1.20
10422026-08-21T16:08:26.836Z Downloaded derive-where v1.6.0
10432026-08-21T16:08:26.839Z Downloaded litemap v0.8.1
10442026-08-21T16:08:26.842Z Downloaded schemars v0.8.22
10452026-08-21T16:08:26.846Z Downloaded diff v0.1.13
10462026-08-21T16:08:26.850Z Downloaded universal-hash v0.6.1
10472026-08-21T16:08:26.850Z Downloaded defmt v1.0.1
10482026-08-21T16:08:26.853Z Downloaded ed25519 v3.0.0
10492026-08-21T16:08:26.853Z Downloaded reqwest v0.13.2
10502026-08-21T16:08:26.856Z Downloaded mime v0.3.17
10512026-08-21T16:08:26.859Z Downloaded regex v1.12.3
10522026-08-21T16:08:26.863Z Downloaded ryu v1.0.23
10532026-08-21T16:08:26.863Z Downloaded socket2 v0.5.10
10542026-08-21T16:08:26.866Z Downloaded tower-http v0.6.8
10552026-08-21T16:08:26.869Z Downloaded icu_collections v2.1.1
10562026-08-21T16:08:26.872Z Downloaded diesel-dtrace v0.5.0
10572026-08-21T16:08:26.872Z Downloaded dof v0.4.0
10582026-08-21T16:08:26.875Z Downloaded phc v0.6.1
10592026-08-21T16:08:26.876Z Downloaded display-error-chain v0.2.2
10602026-08-21T16:08:26.876Z Downloaded miette-derive v7.6.0
10612026-08-21T16:08:26.876Z Downloaded nonempty v0.12.0
10622026-08-21T16:08:26.876Z Downloaded num_threads v0.1.7
10632026-08-21T16:08:26.879Z Downloaded oxide-update-engine-display v0.1.2
10642026-08-21T16:08:26.879Z Downloaded strip-ansi-escapes v0.2.1
10652026-08-21T16:08:26.882Z Downloaded openssl-sys v0.9.117
10662026-08-21T16:08:26.888Z Downloaded salsa20 v0.11.0
10672026-08-21T16:08:26.888Z Downloaded unicode-segmentation v1.12.0
10682026-08-21T16:08:26.888Z Downloaded kem v0.3.0
10692026-08-21T16:08:26.893Z Downloaded percent-encoding v2.3.2
10702026-08-21T16:08:26.893Z Downloaded stable_deref_trait v1.2.1
10712026-08-21T16:08:26.893Z Downloaded support-bundle-viewer v0.1.2
10722026-08-21T16:08:26.896Z Downloaded dropshot-api-manager v0.8.0
10732026-08-21T16:08:26.901Z Downloaded zip v4.6.1
10742026-08-21T16:08:26.908Z Downloaded libbz2-rs-sys v0.2.2
10752026-08-21T16:08:26.911Z Downloaded r2d2 v0.8.10
10762026-08-21T16:08:26.911Z Downloaded sec1 v0.7.3
10772026-08-21T16:08:26.911Z Downloaded slog-dtrace v0.3.0
10782026-08-21T16:08:26.915Z Downloaded tokio-dtrace v0.1.1
10792026-08-21T16:08:26.917Z Downloaded vergen-lib v0.1.6
10802026-08-21T16:08:26.918Z Downloaded slab v0.4.12
10812026-08-21T16:08:26.918Z Downloaded internal-russh-num-bigint v0.5.0
10822026-08-21T16:08:26.922Z Downloaded indoc v1.0.9
10832026-08-21T16:08:26.926Z Downloaded rand v0.9.2
10842026-08-21T16:08:26.929Z Downloaded drift v0.2.0
10852026-08-21T16:08:26.932Z Downloaded ecdsa v0.17.0
10862026-08-21T16:08:26.935Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-08-21T16:08:26.936Z Downloaded dropshot-api-manager-types v0.8.0
10882026-08-21T16:08:26.936Z Downloaded sapling-renderdag v0.1.0
10892026-08-21T16:08:26.939Z Downloaded rawzip v0.4.4
10902026-08-21T16:08:26.942Z Downloaded derive-ex v0.1.8
10912026-08-21T16:08:26.942Z Downloaded futures-util v0.3.32
10922026-08-21T16:08:26.947Z Downloaded memmap2 v0.9.10
10932026-08-21T16:08:26.950Z Downloaded num-bigint-dig v0.8.6
10942026-08-21T16:08:26.954Z Downloaded pin-project v1.1.11
10952026-08-21T16:08:26.958Z Downloaded hkdf v0.12.4
10962026-08-21T16:08:26.963Z Downloaded convert_case v0.10.0
10972026-08-21T16:08:26.963Z Downloaded serde_urlencoded v0.7.1
10982026-08-21T16:08:26.966Z Downloaded dsl_auto_type v0.2.0
10992026-08-21T16:08:26.966Z Downloaded tabwriter v1.4.1
11002026-08-21T16:08:26.966Z Downloaded untrusted v0.7.1
11012026-08-21T16:08:26.966Z Downloaded mio v1.2.0
11022026-08-21T16:08:26.970Z Downloaded nom v7.1.3
11032026-08-21T16:08:26.973Z Downloaded parking_lot_core v0.8.6
11042026-08-21T16:08:26.973Z Downloaded pkcs8 v0.10.2
11052026-08-21T16:08:26.973Z Downloaded predicates v3.1.4
11062026-08-21T16:08:26.976Z Downloaded progenitor v0.14.0
11072026-08-21T16:08:26.976Z Downloaded progenitor-client v0.14.0
11082026-08-21T16:08:26.976Z Downloaded const_format_proc_macros v0.2.34
11092026-08-21T16:08:26.979Z Downloaded daft-derive v0.1.7
11102026-08-21T16:08:26.982Z Downloaded derive_builder_core v0.20.2
11112026-08-21T16:08:26.982Z Downloaded powerfmt v0.2.0
11122026-08-21T16:08:26.982Z Downloaded slog-envlogger v2.2.0
11132026-08-21T16:08:26.983Z Downloaded crc v3.4.0
11142026-08-21T16:08:26.986Z Downloaded yansi v1.0.1
11152026-08-21T16:08:26.986Z Downloaded itertools v0.12.1
11162026-08-21T16:08:26.989Z Downloaded thread-id v5.1.0
11172026-08-21T16:08:26.990Z Downloaded writeable v0.6.2
11182026-08-21T16:08:26.997Z Downloaded aws-lc-rs v1.16.3
11192026-08-21T16:08:27.002Z Downloaded cookie v0.18.1
11202026-08-21T16:08:27.006Z Downloaded yoke v0.8.1
11212026-08-21T16:08:27.009Z Downloaded defmt-parser v1.0.0
11222026-08-21T16:08:27.009Z Downloaded newtype_derive v0.1.6
11232026-08-21T16:08:27.013Z Downloaded newtype-uuid v1.3.2
11242026-08-21T16:08:27.017Z Downloaded rustyline v14.0.0
11252026-08-21T16:08:27.020Z Downloaded peg v0.8.5
11262026-08-21T16:08:27.023Z Downloaded rpassword v7.5.4
11272026-08-21T16:08:27.023Z Downloaded tokio-native-tls v0.3.1
11282026-08-21T16:08:27.023Z Downloaded ident_case v1.0.1
11292026-08-21T16:08:27.023Z Downloaded subtle v2.6.1
11302026-08-21T16:08:27.027Z Downloaded num-conv v0.2.0
11312026-08-21T16:08:27.027Z Downloaded serde_plain v1.0.2
11322026-08-21T16:08:27.027Z Downloaded sponge-cursor v0.1.0
11332026-08-21T16:08:27.027Z Downloaded unicode-xid v0.2.6
11342026-08-21T16:08:27.035Z Downloaded uzers v0.12.2
11352026-08-21T16:08:27.039Z Downloaded constant_time_eq v0.4.2
11362026-08-21T16:08:27.039Z Downloaded blake3 v1.8.5
11372026-08-21T16:08:27.043Z Downloaded ctutils v0.4.2
11382026-08-21T16:08:27.046Z Downloaded toml_edit v0.19.15
11392026-08-21T16:08:27.053Z Downloaded tower-service v0.3.3
11402026-08-21T16:08:27.057Z Downloaded trait-variant v0.1.2
11412026-08-21T16:08:27.057Z Downloaded rustls-pki-types v1.14.0
11422026-08-21T16:08:27.057Z Downloaded thiserror-impl-no-std v2.0.2
11432026-08-21T16:08:27.057Z Downloaded tap v1.0.1
11442026-08-21T16:08:27.060Z Downloaded ipnet v2.12.0
11452026-08-21T16:08:27.060Z Downloaded delegate v0.13.5
11462026-08-21T16:08:27.060Z Downloaded oxide-tokio-rt v0.1.4
11472026-08-21T16:08:27.060Z Downloaded scuffle v0.1.0
11482026-08-21T16:08:27.063Z Downloaded polyval v0.7.1
11492026-08-21T16:08:27.063Z Downloaded rustc_version v0.1.7
11502026-08-21T16:08:27.066Z Downloaded whoami v1.6.1
11512026-08-21T16:08:27.070Z Downloaded crossterm v0.28.1
11522026-08-21T16:08:27.073Z Downloaded crossterm v0.29.0
11532026-08-21T16:08:27.076Z Downloaded strum v0.26.3
11542026-08-21T16:08:27.080Z Downloaded bindgen v0.71.1
11552026-08-21T16:08:27.083Z Downloaded winnow v0.6.26
11562026-08-21T16:08:27.087Z Downloaded idna v1.1.0
11572026-08-21T16:08:27.090Z Downloaded tungstenite v0.21.0
11582026-08-21T16:08:27.094Z Downloaded num-rational v0.4.2
11592026-08-21T16:08:27.094Z Downloaded litrs v1.0.0
11602026-08-21T16:08:27.094Z Downloaded rand_core v0.10.0
11612026-08-21T16:08:27.103Z Downloaded parking_lot v0.11.2
11622026-08-21T16:08:27.107Z Downloaded ingot-macros v0.2.0
11632026-08-21T16:08:27.107Z Downloaded radium v0.7.0
11642026-08-21T16:08:27.110Z Downloaded newline-converter v0.3.0
11652026-08-21T16:08:27.110Z Downloaded recursive v0.1.1
11662026-08-21T16:08:27.110Z Downloaded signature v3.0.0
11672026-08-21T16:08:27.113Z Downloaded icu_normalizer v2.1.1
11682026-08-21T16:08:27.117Z Downloaded icu_normalizer_data v2.1.1
11692026-08-21T16:08:27.120Z Downloaded bitvec v1.0.1
11702026-08-21T16:08:27.126Z Downloaded miette v7.6.0
11712026-08-21T16:08:27.130Z Downloaded rustls-platform-verifier v0.6.2
11722026-08-21T16:08:27.133Z Downloaded downcast-rs v2.0.2
11732026-08-21T16:08:27.138Z Downloaded serde_yaml v0.9.34+deprecated
11742026-08-21T16:08:27.138Z Downloaded tokio-postgres v0.7.16
11752026-08-21T16:08:27.141Z Downloaded toml v1.1.2+spec-1.1.0
11762026-08-21T16:08:27.142Z Downloaded unicode-bidi v0.3.18
11772026-08-21T16:08:27.145Z Downloaded walkdir v2.5.0
11782026-08-21T16:08:27.145Z Downloaded ppv-lite86 v0.2.21
11792026-08-21T16:08:27.145Z Downloaded slog v2.8.2
11802026-08-21T16:08:27.149Z Downloaded keccak v0.2.0
11812026-08-21T16:08:27.149Z Downloaded poly1305 v0.9.0
11822026-08-21T16:08:27.152Z Downloaded diesel_derives v2.3.7
11832026-08-21T16:08:27.155Z Downloaded module-lattice v0.2.3
11842026-08-21T16:08:27.155Z Downloaded vergen-gitcl v1.0.8
11852026-08-21T16:08:27.160Z Downloaded crypto-bigint v0.5.5
11862026-08-21T16:08:27.164Z Downloaded petname v2.0.2
11872026-08-21T16:08:27.168Z Downloaded dropshot_endpoint v0.17.1
11882026-08-21T16:08:27.171Z Downloaded icu_locale_core v2.1.1
11892026-08-21T16:08:27.174Z Downloaded libloading v0.8.9
11902026-08-21T16:08:27.177Z Downloaded indicatif v0.18.4
11912026-08-21T16:08:27.177Z Downloaded serde_cbor v0.11.2
11922026-08-21T16:08:27.180Z Downloaded chrono v0.4.45
11932026-08-21T16:08:27.184Z Downloaded reedline v0.40.0
11942026-08-21T16:08:27.187Z Downloaded libsw-core v0.3.2
11952026-08-21T16:08:27.190Z Downloaded num_enum_derive v0.7.6
11962026-08-21T16:08:27.190Z Downloaded p384 v0.14.0
11972026-08-21T16:08:27.194Z Downloaded tough v0.22.0
11982026-08-21T16:08:27.197Z Downloaded scroll v0.13.0
11992026-08-21T16:08:27.197Z Downloaded serde_with v3.21.0
12002026-08-21T16:08:27.204Z Downloaded des v0.9.0
12012026-08-21T16:08:27.207Z Downloaded iddqd v0.4.2
12022026-08-21T16:08:27.211Z Downloaded p521 v0.14.0
12032026-08-21T16:08:27.214Z Downloaded ignore v0.4.25
12042026-08-21T16:08:27.215Z Downloaded quick-xml v0.37.5
12052026-08-21T16:08:27.218Z Downloaded smallvec v1.15.1
12062026-08-21T16:08:27.221Z Downloaded der v0.8.0
12072026-08-21T16:08:27.224Z Downloaded rsa v0.10.0-rc.18
12082026-08-21T16:08:27.227Z Downloaded itertools v0.15.0
12092026-08-21T16:08:27.230Z Downloaded rayon-core v1.13.0
12102026-08-21T16:08:27.234Z Downloaded darling_core v0.21.3
12112026-08-21T16:08:27.237Z Downloaded der v0.7.10
12122026-08-21T16:08:27.240Z Downloaded minimal-lexical v0.2.1
12132026-08-21T16:08:27.240Z Downloaded pbkdf2 v0.13.0
12142026-08-21T16:08:27.243Z Downloaded git2 v0.20.4
12152026-08-21T16:08:27.247Z Downloaded toml v0.7.8
12162026-08-21T16:08:27.251Z Downloaded rcgen v0.12.1
12172026-08-21T16:08:27.254Z Downloaded itertools v0.13.0
12182026-08-21T16:08:27.257Z Downloaded rayon v1.11.0
12192026-08-21T16:08:27.261Z Downloaded test-strategy v0.4.5
12202026-08-21T16:08:27.264Z Downloaded indexmap v1.9.3
12212026-08-21T16:08:27.264Z Downloaded radix_trie v0.2.1
12222026-08-21T16:08:27.267Z Downloaded parse-display-derive v0.10.0
12232026-08-21T16:08:27.270Z Downloaded const_format v0.2.35
12242026-08-21T16:08:27.270Z Downloaded crc32fast v1.5.0
12252026-08-21T16:08:27.274Z Downloaded crossbeam-utils v0.8.21
12262026-08-21T16:08:27.274Z Downloaded elliptic-curve v0.13.8
12272026-08-21T16:08:27.277Z Downloaded winnow v0.5.40
12282026-08-21T16:08:27.280Z Downloaded proptest v1.11.0
12292026-08-21T16:08:27.286Z Downloaded libm v0.2.16
12302026-08-21T16:08:27.292Z Downloaded tinyvec v1.10.0
12312026-08-21T16:08:27.296Z Downloaded salty v0.3.0
12322026-08-21T16:08:27.300Z Downloaded lalrpop v0.19.12
12332026-08-21T16:08:27.307Z Downloaded snafu v0.8.9
12342026-08-21T16:08:27.311Z Downloaded reqwest v0.12.28
12352026-08-21T16:08:27.314Z Downloaded publicsuffix v2.3.0
12362026-08-21T16:08:27.314Z Downloaded rustls-webpki v0.103.13
12372026-08-21T16:08:27.318Z Downloaded zerotrie v0.2.3
12382026-08-21T16:08:27.318Z Downloaded darling_core v0.23.0
12392026-08-21T16:08:27.322Z Downloaded serde_with v1.14.0
12402026-08-21T16:08:27.326Z Downloaded ed25519-dalek v2.2.0
12412026-08-21T16:08:27.326Z Downloaded vcpkg v0.2.15
12422026-08-21T16:08:27.350Z Downloaded schemars v0.9.0
12432026-08-21T16:08:27.357Z Downloaded unicode-normalization v0.1.25
12442026-08-21T16:08:27.361Z Downloaded winnow v1.0.3
12452026-08-21T16:08:27.365Z Downloaded zlib-rs v0.6.2
12462026-08-21T16:08:27.368Z Downloaded libxml v0.3.3
12472026-08-21T16:08:27.371Z Downloaded rsa v0.9.10
12482026-08-21T16:08:27.374Z Downloaded gimli v0.32.3
12492026-08-21T16:08:27.379Z Downloaded sha3 v0.12.0
12502026-08-21T16:08:27.384Z Downloaded iri-string v0.7.10
12512026-08-21T16:08:27.387Z Downloaded goblin v0.10.5
12522026-08-21T16:08:27.390Z Downloaded icu_properties_data v2.1.2
12532026-08-21T16:08:27.394Z Downloaded rand v0.10.1
12542026-08-21T16:08:27.397Z Downloaded zerocopy-derive v0.8.55
12552026-08-21T16:08:27.400Z Downloaded russh v0.62.4
12562026-08-21T16:08:27.404Z Downloaded jiff-core v0.1.0
12572026-08-21T16:08:27.408Z Downloaded p384 v0.13.1
12582026-08-21T16:08:27.411Z Downloaded nix v0.27.1
12592026-08-21T16:08:27.415Z Downloaded nom v8.0.0
12602026-08-21T16:08:27.419Z Downloaded bstr v1.12.1
12612026-08-21T16:08:27.423Z Downloaded object v0.30.4
12622026-08-21T16:08:27.428Z Downloaded time v0.3.47
12632026-08-21T16:08:27.434Z Downloaded zerocopy v0.8.55
12642026-08-21T16:08:27.446Z Downloaded nix v0.28.0
12652026-08-21T16:08:27.453Z Downloaded polar-core v0.27.3
12662026-08-21T16:08:27.457Z Downloaded zerovec v0.11.5
12672026-08-21T16:08:27.469Z Downloaded openssl v0.10.80
12682026-08-21T16:08:27.488Z Downloaded itertools v0.14.0
12692026-08-21T16:08:27.492Z Downloaded quinn-proto v0.11.16
12702026-08-21T16:08:27.496Z Downloaded portable-atomic v1.13.1
12712026-08-21T16:08:27.507Z Downloaded crypto-primes v0.7.2
12722026-08-21T16:08:27.521Z Downloaded hickory-proto v0.24.4
12732026-08-21T16:08:27.528Z Downloaded curve25519-dalek v4.1.3
12742026-08-21T16:08:27.543Z Downloaded tabled v0.21.0
12752026-08-21T16:08:27.554Z Downloaded smoltcp v0.11.0
12762026-08-21T16:08:27.594Z Downloaded crypto-bigint v0.7.5
12772026-08-21T16:08:27.600Z Downloaded regex-syntax v0.6.29
12782026-08-21T16:08:27.600Z Downloaded rustls v0.23.41
12792026-08-21T16:08:27.604Z Downloaded hickory-proto v0.25.2
12802026-08-21T16:08:27.610Z Downloaded moka v0.12.13
12812026-08-21T16:08:27.613Z Downloaded regex-syntax v0.8.10
12822026-08-21T16:08:27.618Z Downloaded dropshot v0.17.1
12832026-08-21T16:08:27.631Z Downloaded regress v0.10.5
12842026-08-21T16:08:27.636Z Downloaded smoltcp v0.9.1
12852026-08-21T16:08:27.642Z Downloaded object v0.37.3
12862026-08-21T16:08:27.651Z Downloaded typify-impl v0.6.2
12872026-08-21T16:08:27.659Z Downloaded nix v0.31.2
12882026-08-21T16:08:27.666Z Downloaded rustix v0.38.44
12892026-08-21T16:08:27.680Z Downloaded sqlparser v0.61.0
12902026-08-21T16:08:27.684Z Downloaded curve25519-dalek v5.0.0
12912026-08-21T16:08:27.690Z Downloaded ratatui v0.29.0
12922026-08-21T16:08:27.701Z Downloaded openapiv3 v2.2.0
12932026-08-21T16:08:27.709Z Downloaded regress v0.11.1
12942026-08-21T16:08:27.738Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-08-21T16:08:27.745Z Downloaded zerocopy-derive v0.6.6
12962026-08-21T16:08:27.752Z Downloaded diesel v2.3.7
12972026-08-21T16:08:27.762Z Downloaded sled v0.34.7
12982026-08-21T16:08:27.768Z Downloaded tracing v0.1.44
12992026-08-21T16:08:27.780Z Downloaded sha3 v0.11.0
13002026-08-21T16:08:27.783Z Downloaded regex-automata v0.4.14
13012026-08-21T16:08:27.794Z Downloaded petgraph v0.6.5
13022026-08-21T16:08:27.815Z Downloaded encoding_rs v0.8.35
13032026-08-21T16:08:27.827Z Downloaded chrono-tz v0.10.4
13042026-08-21T16:08:27.836Z Downloaded jiff v0.2.34
13052026-08-21T16:08:27.848Z Downloaded tokio v1.52.1
13062026-08-21T16:08:27.870Z Downloaded libz-sys v1.1.24
13072026-08-21T16:08:27.886Z Downloaded sha3 v0.10.8
13082026-08-21T16:08:27.890Z Downloaded petgraph v0.8.3
13092026-08-21T16:08:27.898Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-21T16:08:27.907Z Downloaded csv v1.4.0
13112026-08-21T16:08:28.004Z Downloaded ring v0.17.14
13122026-08-21T16:08:28.066Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-21T16:08:28.583Z Downloaded aws-lc-sys v0.40.0
13142026-08-21T16:08:28.845Z Compiling serde_core v1.0.228
13152026-08-21T16:08:28.845Z Compiling libc v0.2.185
13162026-08-21T16:08:28.845Z Compiling serde v1.0.228
13172026-08-21T16:08:28.849Z Compiling log v0.4.33
13182026-08-21T16:08:28.849Z Compiling smallvec v1.15.1
13192026-08-21T16:08:28.849Z Compiling find-msvc-tools v0.1.9
13202026-08-21T16:08:28.849Z Compiling shlex v1.3.0
13212026-08-21T16:08:28.849Z Compiling subtle v2.6.1
13222026-08-21T16:08:29.009Z Compiling scopeguard v1.2.0
13232026-08-21T16:08:29.019Z Compiling stable_deref_trait v1.2.1
13242026-08-21T16:08:29.024Z Compiling typenum v1.20.1
13252026-08-21T16:08:29.024Z Compiling zerocopy v0.8.55
13262026-08-21T16:08:29.025Z Compiling portable-atomic v1.13.1
13272026-08-21T16:08:29.054Z Compiling serde_json v1.0.151
13282026-08-21T16:08:29.080Z Compiling syn v2.0.117
13292026-08-21T16:08:29.095Z Compiling critical-section v1.2.0
13302026-08-21T16:08:29.332Z Compiling libm v0.2.16
13312026-08-21T16:08:29.332Z Compiling num-traits v0.2.19
13322026-08-21T16:08:29.346Z Compiling pkg-config v0.3.32
13332026-08-21T16:08:29.372Z Compiling lock_api v0.4.14
13342026-08-21T16:08:29.393Z Compiling generic-array v0.14.7
13352026-08-21T16:08:29.409Z Compiling pin-project-lite v0.2.17
13362026-08-21T16:08:29.436Z Compiling const-oid v0.9.6
13372026-08-21T16:08:29.464Z Compiling parking_lot_core v0.9.12
13382026-08-21T16:08:29.468Z Compiling getrandom v0.3.4
13392026-08-21T16:08:29.504Z Compiling litemap v0.8.1
13402026-08-21T16:08:29.538Z Compiling futures-core v0.3.32
13412026-08-21T16:08:29.628Z Compiling percent-encoding v2.3.2
13422026-08-21T16:08:29.628Z Compiling writeable v0.6.2
13432026-08-21T16:08:29.675Z Compiling icu_properties_data v2.1.2
13442026-08-21T16:08:29.703Z Compiling icu_normalizer_data v2.1.1
13452026-08-21T16:08:29.747Z Compiling rustix v1.1.4
13462026-08-21T16:08:29.777Z Compiling getrandom v0.4.3
13472026-08-21T16:08:29.792Z Compiling rand_core v0.10.0
13482026-08-21T16:08:29.836Z Compiling futures-sink v0.3.32
13492026-08-21T16:08:29.851Z Compiling futures-io v0.3.32
13502026-08-21T16:08:29.921Z Compiling futures-channel v0.3.32
13512026-08-21T16:08:29.965Z Compiling futures-task v0.3.32
13522026-08-21T16:08:29.980Z Compiling utf8_iter v1.0.4
13532026-08-21T16:08:30.016Z Compiling errno v0.3.14
13542026-08-21T16:08:30.041Z Compiling jobserver v0.1.34
13552026-08-21T16:08:30.061Z Compiling getrandom v0.2.17
13562026-08-21T16:08:30.104Z Compiling mio v1.2.0
13572026-08-21T16:08:30.139Z Compiling signal-hook-registry v1.4.8
13582026-08-21T16:08:30.155Z Compiling once_cell v1.21.3
13592026-08-21T16:08:30.158Z Compiling socket2 v0.6.3
13602026-08-21T16:08:30.214Z Compiling rand_core v0.6.4
13612026-08-21T16:08:30.218Z Compiling slab v0.4.12
13622026-08-21T16:08:30.269Z Compiling cc v1.2.56
13632026-08-21T16:08:30.296Z Compiling parking_lot v0.12.5
13642026-08-21T16:08:30.388Z Compiling form_urlencoded v1.2.2
13652026-08-21T16:08:30.405Z Compiling rustversion v1.0.22
13662026-08-21T16:08:30.421Z Compiling iana-time-zone v0.1.65
13672026-08-21T16:08:30.424Z Compiling base64ct v1.8.3
13682026-08-21T16:08:30.449Z Compiling ident_case v1.0.1
13692026-08-21T16:08:30.473Z Compiling flagset v0.4.7
13702026-08-21T16:08:30.474Z Compiling regex-syntax v0.8.10
13712026-08-21T16:08:30.522Z Compiling fs_extra v1.3.0
13722026-08-21T16:08:30.572Z Compiling dunce v1.0.5
13732026-08-21T16:08:30.590Z Compiling rand_core v0.9.5
13742026-08-21T16:08:30.594Z Compiling base64 v0.22.1
13752026-08-21T16:08:30.594Z Compiling syn v1.0.109
13762026-08-21T16:08:30.639Z Compiling vcpkg v0.2.15
13772026-08-21T16:08:30.643Z Compiling tracing-core v0.1.36
13782026-08-21T16:08:30.688Z Compiling pem-rfc7468 v0.7.0
13792026-08-21T16:08:30.702Z Compiling cpufeatures v0.2.17
13802026-08-21T16:08:30.740Z Compiling aws-lc-rs v1.16.3
13812026-08-21T16:08:30.795Z Compiling schemars v0.8.22
13822026-08-21T16:08:30.813Z Compiling dyn-clone v1.0.20
13832026-08-21T16:08:30.843Z Compiling simd-adler32 v0.3.8
13842026-08-21T16:08:30.903Z Compiling spin v0.9.8
13852026-08-21T16:08:30.933Z Compiling adler2 v2.0.1
13862026-08-21T16:08:30.966Z Compiling openssl-probe v0.2.1
13872026-08-21T16:08:31.062Z Compiling cmake v0.1.57
13882026-08-21T16:08:31.126Z Compiling crc32fast v1.5.0
13892026-08-21T16:08:31.139Z Compiling httparse v1.10.1
13902026-08-21T16:08:31.169Z Compiling cmov v0.5.4
13912026-08-21T16:08:31.181Z Compiling tinyvec_macros v0.1.1
13922026-08-21T16:08:31.196Z Compiling miniz_oxide v0.8.9
13932026-08-21T16:08:31.212Z Compiling aho-corasick v1.1.4
13942026-08-21T16:08:31.247Z Compiling tinyvec v1.10.0
13952026-08-21T16:08:31.264Z Compiling tower-service v0.3.3
13962026-08-21T16:08:31.285Z Compiling untrusted v0.7.1
13972026-08-21T16:08:31.370Z Compiling bitflags v2.11.0
13982026-08-21T16:08:31.419Z Compiling semver v1.0.28
13992026-08-21T16:08:31.436Z Compiling indexmap v2.14.0
14002026-08-21T16:08:31.471Z Compiling uuid v1.23.4
14012026-08-21T16:08:31.487Z Compiling ctutils v0.4.2
14022026-08-21T16:08:31.516Z Compiling tower-layer v0.3.3
14032026-08-21T16:08:31.570Z Compiling atomic-waker v1.1.2
14042026-08-21T16:08:31.624Z Compiling try-lock v0.2.5
14052026-08-21T16:08:31.639Z Compiling radium v0.7.0
14062026-08-21T16:08:31.706Z Compiling rustc_version v0.4.1
14072026-08-21T16:08:31.721Z Compiling want v0.3.1
14082026-08-21T16:08:31.772Z Compiling openssl v0.10.80
14092026-08-21T16:08:31.843Z Compiling maybe-uninit v2.0.0
14102026-08-21T16:08:31.910Z Compiling untrusted v0.9.0
14112026-08-21T16:08:31.947Z Compiling rustls v0.23.41
14122026-08-21T16:08:31.962Z Compiling aws-lc-sys v0.40.0
14132026-08-21T16:08:31.978Z Compiling openssl-sys v0.9.117
14142026-08-21T16:08:32.042Z Compiling tap v1.0.1
14152026-08-21T16:08:32.058Z Compiling httpdate v1.0.3
14162026-08-21T16:08:32.073Z Compiling foreign-types-shared v0.1.1
14172026-08-21T16:08:32.087Z Compiling regex-automata v0.4.14
14182026-08-21T16:08:32.141Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14192026-08-21T16:08:32.184Z Compiling synstructure v0.13.2
14202026-08-21T16:08:32.188Z Compiling serde_derive_internals v0.29.1
14212026-08-21T16:08:32.188Z Compiling pest_generator v2.8.6
14222026-08-21T16:08:32.234Z Compiling darling_core v0.20.11
14232026-08-21T16:08:32.237Z Compiling foreign-types v0.3.2
14242026-08-21T16:08:32.330Z Compiling wyz v0.5.1
14252026-08-21T16:08:32.345Z Compiling bzip2-sys v0.1.13+1.0.8
14262026-08-21T16:08:32.541Z Compiling terminal_size v0.4.3
14272026-08-21T16:08:32.584Z Compiling tempfile v3.27.0
14282026-08-21T16:08:32.651Z Compiling unicode-normalization v0.1.25
14292026-08-21T16:08:32.696Z Compiling num-integer v0.1.46
14302026-08-21T16:08:32.817Z Compiling wait-timeout v0.2.1
14312026-08-21T16:08:32.832Z Compiling ahash v0.8.12
14322026-08-21T16:08:32.849Z Compiling bit-vec v0.8.0
14332026-08-21T16:08:32.939Z Compiling packed_struct v0.10.1
14342026-08-21T16:08:32.994Z Compiling funty v2.0.0
14352026-08-21T16:08:33.015Z Compiling num-conv v0.2.0
14362026-08-21T16:08:33.030Z Compiling quick-error v1.2.3
14372026-08-21T16:08:33.053Z Compiling powerfmt v0.2.0
14382026-08-21T16:08:33.073Z Compiling num-bigint-dig v0.8.6
14392026-08-21T16:08:33.110Z Compiling native-tls v0.2.18
14402026-08-21T16:08:33.114Z Compiling time-core v0.1.8
14412026-08-21T16:08:33.156Z Compiling clap_builder v4.6.0
14422026-08-21T16:08:33.174Z Compiling rusty-fork v0.3.1
14432026-08-21T16:08:33.178Z Compiling bit-set v0.8.0
14442026-08-21T16:08:33.242Z Compiling deranged v0.5.8
14452026-08-21T16:08:33.257Z Compiling num-iter v0.1.45
14462026-08-21T16:08:33.287Z Compiling time-macros v0.2.27
14472026-08-21T16:08:33.338Z Compiling bitvec v1.0.1
14482026-08-21T16:08:33.384Z Compiling lazy_static v1.5.0
14492026-08-21T16:08:33.400Z Compiling rand_xorshift v0.4.0
14502026-08-21T16:08:33.451Z Compiling sync_wrapper v1.0.2
14512026-08-21T16:08:33.490Z Compiling indexmap v1.9.3
14522026-08-21T16:08:33.514Z Compiling object v0.37.3
14532026-08-21T16:08:33.576Z Compiling nodrop v0.1.14
14542026-08-21T16:08:33.589Z Compiling usdt-impl v0.6.0
14552026-08-21T16:08:33.605Z Compiling siphasher v1.0.2
14562026-08-21T16:08:33.681Z Compiling zlib-rs v0.6.2
14572026-08-21T16:08:33.700Z Compiling paste v1.0.15
14582026-08-21T16:08:33.817Z Compiling unarray v0.1.4
14592026-08-21T16:08:33.821Z Compiling crc-catalog v2.4.0
14602026-08-21T16:08:33.821Z Compiling crossbeam-utils v0.8.21
14612026-08-21T16:08:33.957Z Compiling num_threads v0.1.7
14622026-08-21T16:08:33.971Z Compiling crc v3.4.0
14632026-08-21T16:08:33.989Z Compiling serde_derive v1.0.228
14642026-08-21T16:08:34.023Z Compiling zeroize_derive v1.5.0
14652026-08-21T16:08:34.069Z Compiling zerofrom-derive v0.1.6
14662026-08-21T16:08:34.151Z Compiling zerocopy-derive v0.8.55
14672026-08-21T16:08:34.183Z Compiling yoke-derive v0.8.1
14682026-08-21T16:08:34.237Z Compiling zerovec-derive v0.11.2
14692026-08-21T16:08:34.304Z Compiling displaydoc v0.2.5
14702026-08-21T16:08:34.442Z Compiling tokio-macros v2.7.0
14712026-08-21T16:08:34.700Z Compiling futures-macro v0.3.32
14722026-08-21T16:08:34.733Z Compiling thiserror-impl v2.0.18
14732026-08-21T16:08:34.846Z Compiling der_derive v0.7.3
14742026-08-21T16:08:35.078Z Compiling tracing-attributes v0.1.31
14752026-08-21T16:08:35.188Z Compiling schemars_derive v0.8.22
14762026-08-21T16:08:35.212Z Compiling scroll_derive v0.13.1
14772026-08-21T16:08:35.400Z Compiling pest_derive v2.8.6
14782026-08-21T16:08:35.415Z Compiling darling_macro v0.20.11
14792026-08-21T16:08:35.525Z Compiling zerofrom v0.1.6
14802026-08-21T16:08:35.570Z Compiling futures-util v0.3.32
14812026-08-21T16:08:35.666Z Compiling yoke v0.8.1
14822026-08-21T16:08:35.878Z Compiling zerovec v0.11.5
14832026-08-21T16:08:35.902Z Compiling zerotrie v0.2.3
14842026-08-21T16:08:35.916Z Compiling thiserror-impl v1.0.69
14852026-08-21T16:08:35.954Z Compiling openssl-macros v0.1.1
14862026-08-21T16:08:36.079Z Compiling scroll v0.13.0
14872026-08-21T16:08:36.193Z Compiling thiserror v2.0.18
14882026-08-21T16:08:36.249Z Compiling darling v0.20.11
14892026-08-21T16:08:36.308Z Compiling goblin v0.10.5
14902026-08-21T16:08:36.323Z Compiling packed_struct_codegen v0.10.1
14912026-08-21T16:08:36.348Z Compiling clap_derive v4.6.1
14922026-08-21T16:08:36.373Z Compiling zerocopy-derive v0.6.6
14932026-08-21T16:08:36.435Z Compiling tinystr v0.8.2
14942026-08-21T16:08:36.499Z Compiling potential_utf v0.1.4
14952026-08-21T16:08:36.515Z Compiling tracing v0.1.44
14962026-08-21T16:08:36.578Z Compiling bitfield-macros v0.19.4
14972026-08-21T16:08:36.658Z Compiling icu_locale_core v2.1.1
14982026-08-21T16:08:36.676Z Compiling icu_collections v2.1.1
14992026-08-21T16:08:36.806Z Compiling flate2 v1.1.9
15002026-08-21T16:08:37.077Z Compiling derive_builder_core v0.20.2
15012026-08-21T16:08:37.176Z Compiling dtrace-parser v0.3.0
15022026-08-21T16:08:37.242Z Compiling time v0.3.47
15032026-08-21T16:08:37.258Z Compiling zerocopy v0.6.6
15042026-08-21T16:08:37.262Z Compiling thiserror v1.0.69
15052026-08-21T16:08:37.320Z Compiling icu_provider v2.1.1
15062026-08-21T16:08:37.391Z Compiling bitfield v0.19.4
15072026-08-21T16:08:37.551Z Compiling zeroize v1.9.0
15082026-08-21T16:08:37.556Z Compiling bytes v1.11.1
15092026-08-21T16:08:37.582Z Compiling icu_properties v2.1.2
15102026-08-21T16:08:37.605Z Compiling icu_normalizer v2.1.1
15112026-08-21T16:08:37.626Z Compiling chrono v0.4.45
15122026-08-21T16:08:37.699Z Compiling ipnet v2.12.0
15132026-08-21T16:08:37.945Z Compiling der v0.7.10
15142026-08-21T16:08:37.960Z Compiling rustls-pki-types v1.14.0
15152026-08-21T16:08:38.014Z Compiling hybrid-array v0.4.13
15162026-08-21T16:08:38.163Z Compiling tokio v1.52.1
15172026-08-21T16:08:38.181Z Compiling http v1.4.2
15182026-08-21T16:08:38.204Z Compiling hex v0.4.3
15192026-08-21T16:08:38.219Z Compiling toml_datetime v0.6.11
15202026-08-21T16:08:38.378Z Compiling block-buffer v0.10.4
15212026-08-21T16:08:38.437Z Compiling crypto-common v0.1.7
15222026-08-21T16:08:38.489Z Compiling idna_adapter v1.2.1
15232026-08-21T16:08:38.493Z Compiling serde_spanned v0.6.9
15242026-08-21T16:08:38.566Z Compiling digest v0.10.7
15252026-08-21T16:08:38.603Z Compiling clap v4.6.1
15262026-08-21T16:08:38.650Z Compiling idna v1.1.0
15272026-08-21T16:08:38.728Z Compiling structmeta-derive v0.3.0
15282026-08-21T16:08:38.763Z Compiling ppv-lite86 v0.2.21
15292026-08-21T16:08:38.807Z Compiling spki v0.7.3
15302026-08-21T16:08:38.836Z Compiling http-body v1.0.1
15312026-08-21T16:08:38.855Z Compiling sha2 v0.10.9
15322026-08-21T16:08:38.954Z Compiling url v2.5.8
15332026-08-21T16:08:39.003Z Compiling pkcs8 v0.10.2
15342026-08-21T16:08:39.022Z Compiling signature v2.2.0
15352026-08-21T16:08:39.037Z Compiling hmac v0.12.1
15362026-08-21T16:08:39.097Z Compiling rand_chacha v0.9.0
15372026-08-21T16:08:39.121Z Compiling rand_chacha v0.3.1
15382026-08-21T16:08:39.160Z Compiling dof v0.4.0
15392026-08-21T16:08:39.212Z Compiling pkcs1 v0.7.5
15402026-08-21T16:08:39.227Z Compiling http-body-util v0.1.3
15412026-08-21T16:08:39.327Z Compiling rand v0.9.2
15422026-08-21T16:08:39.543Z Compiling rand v0.8.6
15432026-08-21T16:08:39.627Z Compiling scroll_derive v0.12.1
15442026-08-21T16:08:39.820Z Compiling array-init v0.0.4
15452026-08-21T16:08:39.833Z Compiling smallvec v0.6.14
15462026-08-21T16:08:39.846Z Compiling darling_core v0.23.0
15472026-08-21T16:08:39.862Z Compiling heapless v0.7.17
15482026-08-21T16:08:39.913Z Compiling proptest v1.11.0
15492026-08-21T16:08:39.978Z Compiling slog v2.8.2
15502026-08-21T16:08:40.051Z Compiling thread-id v5.1.0
15512026-08-21T16:08:40.080Z Compiling env_filter v2.0.0
15522026-08-21T16:08:40.121Z Compiling cookie v0.18.1
15532026-08-21T16:08:40.171Z Compiling ryu v1.0.23
15542026-08-21T16:08:40.184Z Compiling unicode-properties v0.1.4
15552026-08-21T16:08:40.201Z Compiling zstd-safe v7.2.4
15562026-08-21T16:08:40.316Z Compiling ipnetwork v0.21.1
15572026-08-21T16:08:40.332Z Compiling signal-hook v0.3.18
15582026-08-21T16:08:40.375Z Compiling iri-string v0.7.10
15592026-08-21T16:08:40.378Z Compiling gimli v0.32.3
15602026-08-21T16:08:40.378Z Compiling allocator-api2 v0.2.21
15612026-08-21T16:08:40.379Z Compiling base64 v0.21.7
15622026-08-21T16:08:40.405Z Compiling hashbrown v0.12.3
15632026-08-21T16:08:40.422Z Compiling anyhow v1.0.104
15642026-08-21T16:08:40.425Z Compiling winnow v0.5.40
15652026-08-21T16:08:40.520Z Compiling unicode-bidi v0.3.18
15662026-08-21T16:08:40.619Z Compiling oxnet v0.1.6
15672026-08-21T16:08:40.715Z Compiling ron v0.8.1
15682026-08-21T16:08:40.807Z Compiling scroll v0.12.0
15692026-08-21T16:08:40.845Z Compiling stringprep v0.1.5
15702026-08-21T16:08:40.915Z Compiling serde_urlencoded v0.7.1
15712026-08-21T16:08:40.996Z Compiling env_logger v0.11.11
15722026-08-21T16:08:41.127Z Compiling serde-hex v0.1.0
15732026-08-21T16:08:41.192Z Compiling rsa v0.9.10
15742026-08-21T16:08:41.302Z Compiling camino v1.2.5
15752026-08-21T16:08:41.348Z Compiling structmeta v0.3.0
15762026-08-21T16:08:41.407Z Compiling hashbrown v0.13.2
15772026-08-21T16:08:41.576Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15782026-08-21T16:08:41.678Z Compiling x509-cert v0.2.5
15792026-08-21T16:08:41.712Z Compiling md-5 v0.10.6
15802026-08-21T16:08:41.762Z Compiling toml_edit v0.19.15
15812026-08-21T16:08:41.902Z Compiling block-buffer v0.12.1
15822026-08-21T16:08:41.933Z Compiling crypto-common v0.2.2
15832026-08-21T16:08:41.936Z Compiling block-padding v0.4.2
15842026-08-21T16:08:42.141Z Compiling tokio-util v0.7.18
15852026-08-21T16:08:42.145Z Compiling tower v0.5.3
15862026-08-21T16:08:42.363Z Compiling newtype-uuid v1.3.2
15872026-08-21T16:08:42.398Z Compiling darling_macro v0.23.0
15882026-08-21T16:08:42.430Z Compiling addr2line v0.25.1
15892026-08-21T16:08:42.663Z Compiling tower-http v0.6.8
15902026-08-21T16:08:42.719Z Compiling tokio-native-tls v0.3.1
15912026-08-21T16:08:42.918Z Compiling h2 v0.4.15
15922026-08-21T16:08:42.934Z Compiling rustls-native-certs v0.8.3
15932026-08-21T16:08:42.937Z Compiling derive_builder_macro v0.20.2
15942026-08-21T16:08:43.097Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15952026-08-21T16:08:43.208Z Compiling bzip2 v0.4.4
15962026-08-21T16:08:43.261Z Compiling serde_tokenstream v0.2.3
15972026-08-21T16:08:43.311Z Compiling erased-serde v0.3.31
15982026-08-21T16:08:43.315Z Compiling bstr v1.12.1
15992026-08-21T16:08:43.341Z Compiling pin-project-internal v1.1.11
16002026-08-21T16:08:43.437Z Compiling zerocopy-derive v0.7.35
16012026-08-21T16:08:43.452Z Compiling daft-derive v0.1.7
16022026-08-21T16:08:43.602Z Compiling async-trait v0.1.89
16032026-08-21T16:08:43.702Z Compiling curve25519-dalek v4.1.3
16042026-08-21T16:08:43.824Z Compiling vergen-lib v9.1.0
16052026-08-21T16:08:43.942Z Compiling hash32 v0.2.1
16062026-08-21T16:08:44.013Z Compiling encoding_rs v0.8.35
16072026-08-21T16:08:44.035Z Compiling memoffset v0.9.1
16082026-08-21T16:08:44.050Z Compiling smoltcp v0.9.1
16092026-08-21T16:08:44.066Z Compiling rustix v0.38.44
16102026-08-21T16:08:44.158Z Compiling cfg_aliases v0.2.1
16112026-08-21T16:08:44.208Z Compiling litrs v1.0.0
16122026-08-21T16:08:44.243Z Compiling psl-types v2.0.11
16132026-08-21T16:08:44.257Z Compiling rustc-demangle v0.1.27
16142026-08-21T16:08:44.272Z Compiling mime v0.3.17
16152026-08-21T16:08:44.342Z Compiling fallible-iterator v0.2.0
16162026-08-21T16:08:44.387Z Compiling owo-colors v4.3.0
16172026-08-21T16:08:44.415Z Compiling crc-any v2.5.0
16182026-08-21T16:08:44.444Z Compiling ref-cast v1.0.25
16192026-08-21T16:08:44.502Z Compiling pin-project v1.1.11
16202026-08-21T16:08:44.549Z Compiling backtrace v0.3.76
16212026-08-21T16:08:44.584Z Compiling publicsuffix v2.3.0
16222026-08-21T16:08:44.618Z Compiling zerocopy v0.7.35
16232026-08-21T16:08:44.665Z Compiling postgres-protocol v0.6.10
16242026-08-21T16:08:44.680Z Compiling nix v0.31.2
16252026-08-21T16:08:44.709Z Compiling daft v0.1.7
16262026-08-21T16:08:44.731Z Compiling document-features v0.2.12
16272026-08-21T16:08:44.829Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16282026-08-21T16:08:44.903Z Compiling derive_builder v0.20.2
16292026-08-21T16:08:45.020Z Compiling zip v0.6.6
16302026-08-21T16:08:45.050Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16312026-08-21T16:08:45.085Z Compiling toml v0.7.8
16322026-08-21T16:08:45.193Z Compiling darling v0.23.0
16332026-08-21T16:08:45.238Z Compiling inout v0.2.2
16342026-08-21T16:08:45.256Z Compiling object v0.30.4
16352026-08-21T16:08:45.272Z Compiling derive-ex v0.1.8
16362026-08-21T16:08:45.292Z Compiling goblin v0.8.2
16372026-08-21T16:08:45.579Z Compiling futures-executor v0.3.32
16382026-08-21T16:08:45.626Z Compiling hubpack_derive v0.1.1
16392026-08-21T16:08:45.697Z Compiling regex v1.12.3
16402026-08-21T16:08:45.713Z Compiling snafu-derive v0.8.9
16412026-08-21T16:08:45.732Z Compiling curve25519-dalek-derive v0.1.1
16422026-08-21T16:08:45.748Z Compiling ref-cast-impl v1.0.25
16432026-08-21T16:08:45.860Z Compiling strum_macros v0.27.2
16442026-08-21T16:08:45.883Z Compiling phf_shared v0.13.1
16452026-08-21T16:08:45.985Z Compiling vergen v9.1.0
16462026-08-21T16:08:46.143Z Compiling hyper v1.10.1
16472026-08-21T16:08:46.194Z Compiling cargo-platform v0.3.2
16482026-08-21T16:08:46.197Z Compiling ff v0.13.1
16492026-08-21T16:08:46.230Z Compiling fs-err v3.3.0
16502026-08-21T16:08:46.257Z Compiling unicode-segmentation v1.12.0
16512026-08-21T16:08:46.363Z Compiling libbz2-rs-sys v0.2.2
16522026-08-21T16:08:46.387Z Compiling managed v0.8.0
16532026-08-21T16:08:46.446Z Compiling bitflags v1.3.2
16542026-08-21T16:08:46.461Z Compiling either v1.15.0
16552026-08-21T16:08:46.489Z Compiling jiff-core v0.1.0
16562026-08-21T16:08:46.531Z Compiling foldhash v0.2.0
16572026-08-21T16:08:46.629Z Compiling base16ct v0.2.0
16582026-08-21T16:08:46.666Z Compiling is_ci v1.2.0
16592026-08-21T16:08:46.689Z Compiling same-file v1.0.6
16602026-08-21T16:08:46.779Z Compiling path-slash v0.1.5
16612026-08-21T16:08:46.824Z Compiling foldhash v0.1.5
16622026-08-21T16:08:46.825Z Compiling bumpalo v3.20.2
16632026-08-21T16:08:46.877Z Compiling walkdir v2.5.0
16642026-08-21T16:08:46.929Z Compiling bzip2 v0.6.1
16652026-08-21T16:08:47.020Z Compiling hashbrown v0.15.5
16662026-08-21T16:08:47.035Z Compiling test-strategy v0.4.5
16672026-08-21T16:08:47.091Z Compiling zopfli v0.8.3
16682026-08-21T16:08:47.112Z Compiling supports-color v3.0.2
16692026-08-21T16:08:47.163Z Compiling sec1 v0.7.3
16702026-08-21T16:08:47.177Z Compiling textwrap v0.16.2
16712026-08-21T16:08:47.205Z Compiling hashbrown v0.16.1
16722026-08-21T16:08:47.302Z Compiling hyper-util v0.1.20
16732026-08-21T16:08:47.466Z Compiling jiff v0.2.34
16742026-08-21T16:08:47.607Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-21T16:08:47.623Z Compiling dof v0.3.0
16762026-08-21T16:08:47.734Z Compiling snafu v0.8.9
16772026-08-21T16:08:47.841Z Compiling cargo_metadata v0.23.1
16782026-08-21T16:08:47.943Z Compiling strum v0.27.2
16792026-08-21T16:08:48.049Z Compiling group v0.13.0
16802026-08-21T16:08:48.111Z Compiling hubpack v0.1.2
16812026-08-21T16:08:48.127Z Compiling phf v0.13.1
16822026-08-21T16:08:48.188Z Compiling signal-hook-mio v0.2.5
16832026-08-21T16:08:48.249Z Compiling futures v0.3.32
16842026-08-21T16:08:48.299Z Compiling cookie_store v0.22.1
16852026-08-21T16:08:48.344Z Compiling zstd v0.13.3
16862026-08-21T16:08:48.359Z Compiling cipher v0.5.2
16872026-08-21T16:08:48.373Z Compiling serde_with_macros v3.21.0
16882026-08-21T16:08:48.520Z Compiling postgres-types v0.2.12
16892026-08-21T16:08:48.552Z Compiling backtrace-ext v0.2.1
16902026-08-21T16:08:48.720Z Compiling hyper-tls v0.6.0
16912026-08-21T16:08:48.735Z Compiling globset v0.4.18
16922026-08-21T16:08:48.870Z Compiling usdt-attr-macro v0.6.0
16932026-08-21T16:08:48.972Z Compiling reqwest v0.12.28
16942026-08-21T16:08:48.986Z Compiling usdt-macro v0.6.0
16952026-08-21T16:08:49.063Z Compiling byte-wrapper v0.1.0
16962026-08-21T16:08:49.094Z Compiling hkdf v0.12.4
16972026-08-21T16:08:49.114Z Compiling ed25519 v2.2.3
16982026-08-21T16:08:49.226Z Compiling crypto-bigint v0.5.5
16992026-08-21T16:08:49.284Z Compiling olpc-cjson v0.1.4
17002026-08-21T16:08:49.428Z Compiling serde_plain v1.0.2
17012026-08-21T16:08:49.445Z Compiling serde-big-array v0.5.1
17022026-08-21T16:08:49.460Z Compiling dtrace-parser v0.2.0
17032026-08-21T16:08:49.474Z Compiling serde_repr v0.1.20
17042026-08-21T16:08:49.540Z Compiling enum-as-inner v0.6.1
17052026-08-21T16:08:49.609Z Compiling async-recursion v1.1.1
17062026-08-21T16:08:49.643Z Compiling strum_macros v0.26.4
17072026-08-21T16:08:49.727Z Compiling miette-derive v7.6.0
17082026-08-21T16:08:49.794Z Compiling phf_shared v0.11.3
17092026-08-21T16:08:49.820Z Compiling float-cmp v0.10.0
17102026-08-21T16:08:49.984Z Compiling pem v3.0.6
17112026-08-21T16:08:50.005Z Compiling memmap2 v0.9.10
17122026-08-21T16:08:50.048Z Compiling thread-id v4.2.2
17132026-08-21T16:08:50.063Z Compiling precomputed-hash v0.1.1
17142026-08-21T16:08:50.082Z Compiling supports-unicode v3.0.0
17152026-08-21T16:08:50.146Z Compiling fixedbitset v0.4.2
17162026-08-21T16:08:50.167Z Compiling fixedbitset v0.5.7
17172026-08-21T16:08:50.219Z Compiling predicates-core v1.0.10
17182026-08-21T16:08:50.238Z Compiling difflib v0.4.0
17192026-08-21T16:08:50.252Z Compiling const-oid v0.10.2
17202026-08-21T16:08:50.291Z Compiling typed-path v0.9.3
17212026-08-21T16:08:50.330Z Compiling cpufeatures v0.3.0
17222026-08-21T16:08:50.383Z Compiling supports-hyperlinks v3.2.0
17232026-08-21T16:08:50.416Z Compiling keccak v0.1.6
17242026-08-21T16:08:50.420Z Compiling new_debug_unreachable v1.0.6
17252026-08-21T16:08:50.474Z Compiling normalize-line-endings v0.3.0
17262026-08-21T16:08:50.497Z Compiling static_assertions v1.1.0
17272026-08-21T16:08:50.513Z Compiling whoami v2.1.0
17282026-08-21T16:08:50.563Z Compiling winnow v1.0.3
17292026-08-21T16:08:50.584Z Compiling data-encoding v2.10.0
17302026-08-21T16:08:50.602Z Compiling sha3 v0.10.8
17312026-08-21T16:08:50.750Z Compiling tokio-postgres v0.7.16
17322026-08-21T16:08:50.806Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-08-21T16:08:50.912Z Compiling hickory-proto v0.25.2
17342026-08-21T16:08:50.926Z Compiling miette v7.6.0
17352026-08-21T16:08:51.009Z Compiling predicates v3.1.4
17362026-08-21T16:08:51.061Z Compiling string_cache v0.8.9
17372026-08-21T16:08:51.146Z Compiling digest v0.11.3
17382026-08-21T16:08:51.228Z Compiling chacha20 v0.10.0
17392026-08-21T16:08:51.312Z Compiling petgraph v0.8.3
17402026-08-21T16:08:51.351Z Compiling petgraph v0.6.5
17412026-08-21T16:08:51.405Z Compiling elliptic-curve v0.13.8
17422026-08-21T16:08:51.420Z Compiling toml_edit v0.22.27
17432026-08-21T16:08:51.437Z Compiling strum v0.26.3
17442026-08-21T16:08:51.584Z Compiling usdt v0.6.0
17452026-08-21T16:08:51.600Z Compiling toml_parser v1.1.2+spec-1.1.0
17462026-08-21T16:08:51.637Z Compiling usdt-impl v0.5.0
17472026-08-21T16:08:51.713Z Compiling zip v4.6.1
17482026-08-21T16:08:51.761Z Compiling crossterm v0.28.1
17492026-08-21T16:08:51.838Z Compiling serde_with v3.21.0
17502026-08-21T16:08:51.881Z Compiling ed25519-dalek v2.2.0
17512026-08-21T16:08:52.128Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-21T16:08:52.439Z Compiling iddqd v0.4.2
17532026-08-21T16:08:52.706Z Compiling itertools v0.13.0
17542026-08-21T16:08:52.763Z Compiling itertools v0.15.0
17552026-08-21T16:08:52.864Z Compiling heck v0.4.1
17562026-08-21T16:08:53.060Z Compiling similar v2.7.0
17572026-08-21T16:08:53.092Z Compiling crossbeam-epoch v0.9.18
17582026-08-21T16:08:53.096Z Compiling tokio-stream v0.1.18
17592026-08-21T16:08:53.121Z Compiling buf-list v1.1.2
17602026-08-21T16:08:53.317Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-21T16:08:53.415Z Compiling openapiv3 v2.2.0
17622026-08-21T16:08:53.436Z Compiling peg-runtime v0.8.5
17632026-08-21T16:08:53.581Z Compiling lalrpop-util v0.19.12
17642026-08-21T16:08:53.653Z Compiling thread_local v1.1.9
17652026-08-21T16:08:53.686Z Compiling slog-async v2.8.0
17662026-08-21T16:08:53.689Z Compiling crossbeam-channel v0.5.15
17672026-08-21T16:08:53.741Z Compiling is-terminal v0.4.17
17682026-08-21T16:08:53.763Z Compiling filetime v0.2.27
17692026-08-21T16:08:53.783Z Compiling xattr v1.6.1
17702026-08-21T16:08:53.799Z Compiling term v1.2.1
17712026-08-21T16:08:53.853Z Compiling take_mut v0.2.2
17722026-08-21T16:08:53.931Z Compiling tar v0.4.46
17732026-08-21T16:08:53.948Z Compiling camino-tempfile v1.4.1
17742026-08-21T16:08:54.116Z Compiling slog-term v2.9.2
17752026-08-21T16:09:11.286Z Compiling rustls-webpki v0.103.13
17762026-08-21T16:09:13.957Z Compiling tokio-rustls v0.26.4
17772026-08-21T16:09:13.957Z Compiling rustls-platform-verifier v0.6.2
17782026-08-21T16:09:13.961Z Compiling tough v0.22.0
17792026-08-21T16:09:14.181Z Compiling hyper-rustls v0.27.7
17802026-08-21T16:09:14.370Z Compiling reqwest v0.13.2
17812026-08-21T16:09:16.485Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-21T16:09:16.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-21T16:09:19.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.27s
17842026-08-21T16:09:19.730Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-21T16:09:19.785ZAug 21 16:09:19.201 INFO Starting download, target: Cockroach
17862026-08-21T16:09:19.785ZAug 21 16:09:19.202 INFO Starting download, target: Console
17872026-08-21T16:09:19.785ZAug 21 16:09:19.202 INFO Starting download, target: Clickhouse
17882026-08-21T16:09:19.785ZAug 21 16:09:19.202 INFO Starting download, target: DendriteStub
17892026-08-21T16:09:19.786ZAug 21 16:09:19.202 INFO Starting download, target: MaghemiteMgd
17902026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Starting download, target: MaghemiteDdmd
17912026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Starting download, target: TransceiverControl
17922026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17972026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-21T16:09:19.789ZAug 21 16:09:19.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-21T16:09:20.148ZAug 21 16:09:19.553 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-21T16:09:20.363ZAug 21 16:09:19.777 INFO Download complete, target: TransceiverControl
18012026-08-21T16:09:21.391ZAug 21 16:09:20.801 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18022026-08-21T16:09:21.810ZAug 21 16:09:21.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-21T16:09:22.062ZAug 21 16:09:21.467 INFO Download complete, target: Console
18042026-08-21T16:09:22.315ZAug 21 16:09:21.710 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-21T16:09:22.702ZAug 21 16:09:22.118 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18062026-08-21T16:09:23.284ZAug 21 16:09:22.699 INFO Download complete, target: MaghemiteDdmd
18072026-08-21T16:09:24.709ZAug 21 16:09:24.125 INFO Download complete, target: DendriteStub
18082026-08-21T16:09:25.416ZAug 21 16:09:24.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-21T16:09:26.103ZAug 21 16:09:25.519 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-21T16:09:26.103ZAug 21 16:09:25.519 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-21T16:09:28.006ZAug 21 16:09:27.423 INFO Download complete, target: MaghemiteMgd
18122026-08-21T16:09:29.557ZAug 21 16:09:28.972 INFO Checking that binary works, target: Clickhouse
18132026-08-21T16:09:29.649ZAug 21 16:09:29.065 INFO Download complete, target: Clickhouse
18142026-08-21T16:09:30.759ZAug 21 16:09:30.168 INFO Checking that binary works, target: Cockroach
18152026-08-21T16:09:30.874ZAug 21 16:09:30.290 INFO Download complete, target: Cockroach
18162026-08-21T16:09:30.882ZAll prerequisites installed successfully
18172026-08-21T16:09:30.892Z
18182026-08-21T16:09:30.892Zreal 1:59.182283271
18192026-08-21T16:09:30.892Zuser 7:18.592949567
18202026-08-21T16:09:30.892Zsys 1:45.598324999
18212026-08-21T16:09:30.892Ztrap 0.312878327
18222026-08-21T16:09:30.892Ztflt 0.926680518
18232026-08-21T16:09:30.892Zdflt 1.560668129
18242026-08-21T16:09:30.893Zkflt 0.025962786
18252026-08-21T16:09:30.893Zlock 29:35.544607297
18262026-08-21T16:09:30.893Zslp 20:14.616507725
18272026-08-21T16:09:30.893Zlat 29.296479204
18282026-08-21T16:09:30.893Zstop 3:33.554436836
18292026-08-21T16:09:30.893Z+ ptime -m cargo xtask download softnpu
18302026-08-21T16:09:31.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-08-21T16:09:31.365Z Running `target/debug/xtask download softnpu`
18322026-08-21T16:09:32.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18332026-08-21T16:09:32.196Z Running `target/debug/xtask-downloader softnpu`
18342026-08-21T16:09:32.254ZAug 21 16:09:31.648 INFO Starting download, target: Softnpu
18352026-08-21T16:09:32.276ZAug 21 16:09:31.648 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-21T16:09:33.148ZAug 21 16:09:32.554 INFO Download complete, target: Softnpu
18372026-08-21T16:09:33.177Z
18382026-08-21T16:09:33.178Zreal 2.254410336
18392026-08-21T16:09:33.178Zuser 1.316844225
18402026-08-21T16:09:33.178Zsys 0.612255638
18412026-08-21T16:09:33.178Ztrap 0.000706980
18422026-08-21T16:09:33.178Ztflt 0.000167660
18432026-08-21T16:09:33.178Zdflt 0.000298620
18442026-08-21T16:09:33.178Zkflt 0.000000000
18452026-08-21T16:09:33.178Zlock 17.258975801
18462026-08-21T16:09:33.178Zslp 0.755862422
18472026-08-21T16:09:33.178Zlat 0.086456876
18482026-08-21T16:09:33.178Zstop 0.000159870
18492026-08-21T16:09:33.178Z+ export CARGO_INCREMENTAL=0
18502026-08-21T16:09:33.178Z+ CARGO_INCREMENTAL=0
18512026-08-21T16:09:33.178Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-21T16:09:34.067Z Compiling proc-macro2 v1.0.106
18532026-08-21T16:09:34.067Z Compiling quote v1.0.45
18542026-08-21T16:09:34.067Z Compiling unicode-ident v1.0.24
18552026-08-21T16:09:34.079Z Compiling serde_core v1.0.228
18562026-08-21T16:09:34.079Z Compiling libc v0.2.185
18572026-08-21T16:09:34.080Z Compiling serde v1.0.228
18582026-08-21T16:09:34.080Z Compiling cfg-if v1.0.4
18592026-08-21T16:09:34.080Z Compiling version_check v0.9.5
18602026-08-21T16:09:34.080Z Compiling autocfg v1.5.0
18612026-08-21T16:09:34.080Z Compiling find-msvc-tools v0.1.9
18622026-08-21T16:09:34.207Z Compiling shlex v1.3.0
18632026-08-21T16:09:34.222Z Compiling memchr v2.8.0
18642026-08-21T16:09:34.233Z Compiling zmij v1.0.21
18652026-08-21T16:09:34.233Z Compiling serde_json v1.0.151
18662026-08-21T16:09:34.352Z Compiling portable-atomic v1.13.1
18672026-08-21T16:09:34.410Z Compiling zerocopy v0.8.55
18682026-08-21T16:09:34.414Z Compiling libm v0.2.16
18692026-08-21T16:09:34.700Z Compiling parking_lot_core v0.9.12
18702026-08-21T16:09:34.706Z Compiling icu_properties_data v2.1.2
18712026-08-21T16:09:34.749Z Compiling num-traits v0.2.19
18722026-08-21T16:09:34.749Z Compiling smallvec v1.15.1
18732026-08-21T16:09:34.758Z Compiling icu_normalizer_data v2.1.1
18742026-08-21T16:09:34.788Z Compiling generic-array v0.14.7
18752026-08-21T16:09:34.793Z Compiling itoa v1.0.17
18762026-08-21T16:09:34.801Z Compiling getrandom v0.4.3
18772026-08-21T16:09:34.836Z Compiling log v0.4.33
18782026-08-21T16:09:34.966Z Compiling getrandom v0.3.4
18792026-08-21T16:09:34.997Z Compiling subtle v2.6.1
18802026-08-21T16:09:35.034Z Compiling pkg-config v0.3.32
18812026-08-21T16:09:35.141Z Compiling typenum v1.20.1
18822026-08-21T16:09:35.145Z Compiling stable_deref_trait v1.2.1
18832026-08-21T16:09:35.179Z Compiling errno v0.3.14
18842026-08-21T16:09:35.211Z Compiling rustix v1.1.4
18852026-08-21T16:09:35.252Z Compiling jobserver v0.1.34
18862026-08-21T16:09:35.330Z Compiling scopeguard v1.2.0
18872026-08-21T16:09:35.355Z Compiling thiserror v2.0.18
18882026-08-21T16:09:35.461Z Compiling lock_api v0.4.14
18892026-08-21T16:09:35.491Z Compiling cc v1.2.56
18902026-08-21T16:09:35.508Z Compiling getrandom v0.2.17
18912026-08-21T16:09:35.525Z Compiling syn v2.0.117
18922026-08-21T16:09:35.597Z Compiling equivalent v1.0.2
18932026-08-21T16:09:35.625Z Compiling heck v0.5.0
18942026-08-21T16:09:35.701Z Compiling rand_core v0.6.4
18952026-08-21T16:09:35.760Z Compiling syn v1.0.109
18962026-08-21T16:09:35.792Z Compiling pin-project-lite v0.2.17
18972026-08-21T16:09:35.792Z Compiling critical-section v1.2.0
18982026-08-21T16:09:35.902Z Compiling schemars v0.8.22
18992026-08-21T16:09:35.921Z Compiling percent-encoding v2.3.2
19002026-08-21T16:09:35.937Z Compiling writeable v0.6.2
19012026-08-21T16:09:35.961Z Compiling litemap v0.8.1
19022026-08-21T16:09:36.007Z Compiling hashbrown v0.17.0
19032026-08-21T16:09:36.129Z Compiling fs_extra v1.3.0
19042026-08-21T16:09:36.184Z Compiling once_cell v1.21.3
19052026-08-21T16:09:36.185Z Compiling rustversion v1.0.22
19062026-08-21T16:09:36.280Z Compiling dunce v1.0.5
19072026-08-21T16:09:36.281Z Compiling cmake v0.1.57
19082026-08-21T16:09:36.806Z Compiling byteorder v1.5.0
19092026-08-21T16:09:36.812Z Compiling strsim v0.11.1
19102026-08-21T16:09:36.813Z Compiling semver v1.0.28
19112026-08-21T16:09:36.813Z Compiling bitflags v2.11.0
19122026-08-21T16:09:36.813Z Compiling indexmap v2.14.0
19132026-08-21T16:09:36.813Z Compiling rand_core v0.10.0
19142026-08-21T16:09:36.813Z Compiling signal-hook-registry v1.4.8
19152026-08-21T16:09:36.813Z Compiling thiserror v1.0.69
19162026-08-21T16:09:36.813Z Compiling aws-lc-sys v0.40.0
19172026-08-21T16:09:36.814Z Compiling utf8_iter v1.0.4
19182026-08-21T16:09:36.965Z Compiling parking_lot v0.12.5
19192026-08-21T16:09:37.021Z Compiling form_urlencoded v1.2.2
19202026-08-21T16:09:37.106Z Compiling mio v1.2.0
19212026-08-21T16:09:37.116Z Compiling socket2 v0.6.3
19222026-08-21T16:09:37.212Z Compiling aws-lc-rs v1.16.3
19232026-08-21T16:09:37.241Z Compiling const-oid v0.9.6
19242026-08-21T16:09:37.275Z Compiling futures-core v0.3.32
19252026-08-21T16:09:37.403Z Compiling httparse v1.10.1
19262026-08-21T16:09:37.510Z Compiling crc32fast v1.5.0
19272026-08-21T16:09:37.528Z Compiling ucd-trie v0.1.7
19282026-08-21T16:09:37.562Z Compiling fnv v1.0.7
19292026-08-21T16:09:37.751Z Compiling regex-syntax v0.8.10
19302026-08-21T16:09:37.818Z Compiling pest v2.8.6
19312026-08-21T16:09:37.842Z Compiling iana-time-zone v0.1.65
19322026-08-21T16:09:37.861Z Compiling ident_case v1.0.1
19332026-08-21T16:09:37.865Z Compiling vcpkg v0.2.15
19342026-08-21T16:09:38.082Z Compiling uuid v1.23.4
19352026-08-21T16:09:38.130Z Compiling rustc_version v0.4.1
19362026-08-21T16:09:38.181Z Compiling rustls v0.23.41
19372026-08-21T16:09:38.216Z Compiling futures-sink v0.3.32
19382026-08-21T16:09:38.299Z Compiling synstructure v0.13.2
19392026-08-21T16:09:38.340Z Compiling serde_derive_internals v0.29.1
19402026-08-21T16:09:38.376Z Compiling futures-channel v0.3.32
19412026-08-21T16:09:38.458Z Compiling openssl-sys v0.9.117
19422026-08-21T16:09:38.609Z Compiling aho-corasick v1.1.4
19432026-08-21T16:09:38.670Z Compiling futures-task v0.3.32
19442026-08-21T16:09:38.734Z Compiling slab v0.4.12
19452026-08-21T16:09:38.804Z Compiling futures-io v0.3.32
19462026-08-21T16:09:38.848Z Compiling pest_meta v2.8.6
19472026-08-21T16:09:38.986Z Compiling time-core v0.1.8
19482026-08-21T16:09:39.027Z Compiling dyn-clone v1.0.20
19492026-08-21T16:09:39.045Z Compiling num-conv v0.2.0
19502026-08-21T16:09:39.084Z Compiling plain v0.2.3
19512026-08-21T16:09:39.100Z Compiling radium v0.7.0
19522026-08-21T16:09:39.157Z Compiling crossbeam-utils v0.8.21
19532026-08-21T16:09:39.167Z Compiling maybe-uninit v2.0.0
19542026-08-21T16:09:39.184Z Compiling time-macros v0.2.27
19552026-08-21T16:09:39.204Z Compiling pretty-hex v0.4.1
19562026-08-21T16:09:39.235Z Compiling openssl v0.10.80
19572026-08-21T16:09:39.367Z Compiling base64 v0.22.1
19582026-08-21T16:09:39.372Z Compiling base64ct v1.8.3
19592026-08-21T16:09:39.392Z Compiling flagset v0.4.7
19602026-08-21T16:09:39.458Z Compiling pest_generator v2.8.6
19612026-08-21T16:09:39.477Z Compiling regex-automata v0.4.14
19622026-08-21T16:09:39.537Z Compiling darling_core v0.23.0
19632026-08-21T16:09:39.562Z Compiling serde_derive v1.0.228
19642026-08-21T16:09:39.586Z Compiling zeroize_derive v1.5.0
19652026-08-21T16:09:39.606Z Compiling zerofrom-derive v0.1.6
19662026-08-21T16:09:39.673Z Compiling yoke-derive v0.8.1
19672026-08-21T16:09:39.707Z Compiling zerocopy-derive v0.8.55
19682026-08-21T16:09:39.822Z Compiling zerovec-derive v0.11.2
19692026-08-21T16:09:39.862Z Compiling displaydoc v0.2.5
19702026-08-21T16:09:39.891Z Compiling tokio-macros v2.7.0
19712026-08-21T16:09:40.018Z Compiling futures-macro v0.3.32
19722026-08-21T16:09:40.021Z Compiling thiserror-impl v2.0.18
19732026-08-21T16:09:40.095Z Compiling schemars_derive v0.8.22
19742026-08-21T16:09:40.111Z Compiling der_derive v0.7.3
19752026-08-21T16:09:40.157Z Compiling tracing-attributes v0.1.31
19762026-08-21T16:09:40.238Z Compiling thiserror-impl v1.0.69
19772026-08-21T16:09:40.565Z Compiling pest_derive v2.8.6
19782026-08-21T16:09:40.596Z Compiling pem-rfc7468 v0.7.0
19792026-08-21T16:09:40.680Z Compiling scroll_derive v0.13.1
19802026-08-21T16:09:40.749Z Compiling zerofrom v0.1.6
19812026-08-21T16:09:40.882Z Compiling yoke v0.8.1
19822026-08-21T16:09:40.907Z Compiling futures-util v0.3.32
19832026-08-21T16:09:41.043Z Compiling scroll_derive v0.12.1
19842026-08-21T16:09:41.060Z Compiling openssl-macros v0.1.1
19852026-08-21T16:09:41.117Z Compiling zerovec v0.11.5
19862026-08-21T16:09:41.136Z Compiling zerotrie v0.2.3
19872026-08-21T16:09:41.491Z Compiling rand_core v0.9.5
19882026-08-21T16:09:41.507Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-08-21T16:09:41.529Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19902026-08-21T16:09:41.533Z Compiling ahash v0.8.12
19912026-08-21T16:09:41.561Z Compiling num-bigint-dig v0.8.6
19922026-08-21T16:09:41.721Z Compiling tinystr v0.8.2
19932026-08-21T16:09:41.739Z Compiling potential_utf v0.1.4
19942026-08-21T16:09:41.791Z Compiling packed_struct v0.10.1
19952026-08-21T16:09:41.795Z Compiling native-tls v0.2.18
19962026-08-21T16:09:41.795Z Compiling anyhow v1.0.104
19972026-08-21T16:09:41.914Z Compiling icu_locale_core v2.1.1
19982026-08-21T16:09:41.930Z Compiling icu_collections v2.1.1
19992026-08-21T16:09:41.963Z Compiling darling_macro v0.23.0
20002026-08-21T16:09:41.996Z Compiling regex v1.12.3
20012026-08-21T16:09:42.042Z Compiling zerocopy-derive v0.7.35
20022026-08-21T16:09:42.210Z Compiling slog v2.8.2
20032026-08-21T16:09:42.480Z Compiling tracing-core v0.1.36
20042026-08-21T16:09:42.622Z Compiling icu_provider v2.1.1
20052026-08-21T16:09:42.640Z Compiling cookie v0.18.1
20062026-08-21T16:09:42.748Z Compiling zeroize v1.9.0
20072026-08-21T16:09:42.825Z Compiling bytes v1.11.1
20082026-08-21T16:09:42.957Z Compiling icu_properties v2.1.2
20092026-08-21T16:09:42.975Z Compiling icu_normalizer v2.1.1
20102026-08-21T16:09:43.007Z Compiling chrono v0.4.45
20112026-08-21T16:09:43.460Z Compiling crypto-common v0.1.7
20122026-08-21T16:09:43.490Z Compiling tokio v1.52.1
20132026-08-21T16:09:43.511Z Compiling block-buffer v0.10.4
20142026-08-21T16:09:43.624Z Compiling serde_tokenstream v0.2.3
20152026-08-21T16:09:43.683Z Compiling digest v0.10.7
20162026-08-21T16:09:43.700Z Compiling der v0.7.10
20172026-08-21T16:09:43.919Z Compiling idna_adapter v1.2.1
20182026-08-21T16:09:43.934Z Compiling http v1.4.2
20192026-08-21T16:09:44.070Z Compiling idna v1.1.0
20202026-08-21T16:09:44.131Z Compiling ppv-lite86 v0.2.21
20212026-08-21T16:09:44.258Z Compiling camino v1.2.5
20222026-08-21T16:09:44.432Z Compiling url v2.5.8
20232026-08-21T16:09:44.455Z Compiling cpufeatures v0.2.17
20242026-08-21T16:09:44.469Z Compiling rand_chacha v0.9.0
20252026-08-21T16:09:44.541Z Compiling spki v0.7.3
20262026-08-21T16:09:44.566Z Compiling toml_datetime v0.6.11
20272026-08-21T16:09:44.592Z Compiling serde_spanned v0.6.9
20282026-08-21T16:09:44.768Z Compiling tracing v0.1.44
20292026-08-21T16:09:44.818Z Compiling darling v0.23.0
20302026-08-21T16:09:44.853Z Compiling packed_struct_codegen v0.10.1
20312026-08-21T16:09:44.904Z Compiling zerocopy-derive v0.6.6
20322026-08-21T16:09:44.922Z Compiling bitfield-macros v0.19.4
20332026-08-21T16:09:44.939Z Compiling clap_derive v4.6.1
20342026-08-21T16:09:44.982Z Compiling indexmap v1.9.3
20352026-08-21T16:09:45.245Z Compiling simd-adler32 v0.3.8
20362026-08-21T16:09:45.503Z Compiling object v0.37.3
20372026-08-21T16:09:45.604Z Compiling paste v1.0.15
20382026-08-21T16:09:45.667Z Compiling pkcs8 v0.10.2
20392026-08-21T16:09:45.695Z Compiling rand v0.9.2
20402026-08-21T16:09:45.771Z Compiling http-body v1.0.1
20412026-08-21T16:09:45.821Z Compiling rustls-pki-types v1.14.0
20422026-08-21T16:09:45.944Z Compiling spin v0.9.8
20432026-08-21T16:09:45.981Z Compiling usdt-impl v0.5.0
20442026-08-21T16:09:45.997Z Compiling ref-cast v1.0.25
20452026-08-21T16:09:46.130Z Compiling either v1.15.0
20462026-08-21T16:09:46.183Z Compiling tinyvec_macros v0.1.1
20472026-08-21T16:09:46.222Z Compiling winnow v0.5.40
20482026-08-21T16:09:46.253Z Compiling anstyle v1.0.14
20492026-08-21T16:09:46.269Z Compiling usdt-impl v0.6.0
20502026-08-21T16:09:46.289Z Compiling cmov v0.5.4
20512026-08-21T16:09:46.357Z Compiling utf8parse v0.2.2
20522026-08-21T16:09:46.393Z Compiling adler2 v2.0.1
20532026-08-21T16:09:46.538Z Compiling fastrand v2.3.0
20542026-08-21T16:09:46.553Z Compiling openssl-probe v0.2.1
20552026-08-21T16:09:46.553Z Compiling ctutils v0.4.2
20562026-08-21T16:09:46.595Z Compiling miniz_oxide v0.8.9
20572026-08-21T16:09:46.611Z Compiling anstyle-parse v1.0.0
20582026-08-21T16:09:46.722Z Compiling tinyvec v1.10.0
20592026-08-21T16:09:46.854Z Compiling sha2 v0.10.9
20602026-08-21T16:09:46.967Z Compiling scroll v0.12.0
20612026-08-21T16:09:47.087Z Compiling scroll v0.13.0
20622026-08-21T16:09:47.108Z Compiling terminal_size v0.4.3
20632026-08-21T16:09:47.115Z Compiling async-trait v0.1.89
20642026-08-21T16:09:47.136Z Compiling heapless v0.7.17
20652026-08-21T16:09:47.311Z Compiling tokio-util v0.7.18
20662026-08-21T16:09:47.327Z Compiling litrs v1.0.0
20672026-08-21T16:09:47.351Z Compiling tower-service v0.3.3
20682026-08-21T16:09:47.398Z Compiling atomic-waker v1.1.2
20692026-08-21T16:09:47.460Z Compiling try-lock v0.2.5
20702026-08-21T16:09:47.495Z Compiling anstyle-query v1.1.5
20712026-08-21T16:09:47.545Z Compiling toml_edit v0.19.15
20722026-08-21T16:09:47.560Z Compiling rustix v0.38.44
20732026-08-21T16:09:47.617Z Compiling signal-hook v0.3.18
20742026-08-21T16:09:47.634Z Compiling tower-layer v0.3.3
20752026-08-21T16:09:47.822Z Compiling winnow v0.7.14
20762026-08-21T16:09:47.826Z Compiling colorchoice v1.0.4
20772026-08-21T16:09:47.852Z Compiling zstd-safe v7.2.4
20782026-08-21T16:09:47.883Z Compiling untrusted v0.7.1
20792026-08-21T16:09:47.965Z Compiling is_terminal_polyfill v1.70.2
20802026-08-21T16:09:47.996Z Compiling winnow v1.0.3
20812026-08-21T16:09:48.027Z Compiling document-features v0.2.12
20822026-08-21T16:09:48.072Z Compiling anstream v1.0.0
20832026-08-21T16:09:48.088Z Compiling h2 v0.4.15
20842026-08-21T16:09:48.093Z Compiling tempfile v3.27.0
20852026-08-21T16:09:48.366Z Compiling want v0.3.1
20862026-08-21T16:09:48.584Z Compiling goblin v0.10.5
20872026-08-21T16:09:48.863Z Compiling goblin v0.8.2
20882026-08-21T16:09:48.882Z Compiling hybrid-array v0.4.13
20892026-08-21T16:09:49.043Z Compiling toml_parser v1.1.2+spec-1.1.0
20902026-08-21T16:09:49.298Z Compiling itertools v0.15.0
20912026-08-21T16:09:49.332Z Compiling ipnet v2.12.0
20922026-08-21T16:09:49.558Z Compiling zerocopy v0.7.35
20932026-08-21T16:09:49.606Z Compiling ref-cast-impl v1.0.25
20942026-08-21T16:09:49.661Z Compiling structmeta-derive v0.3.0
20952026-08-21T16:09:49.779Z Compiling daft-derive v0.1.7
20962026-08-21T16:09:49.820Z Compiling curve25519-dalek v4.1.3
20972026-08-21T16:09:49.838Z Compiling darling_core v0.20.11
20982026-08-21T16:09:49.974Z Compiling memoffset v0.9.1
20992026-08-21T16:09:49.977Z Compiling foreign-types-shared v0.1.1
21002026-08-21T16:09:50.118Z Compiling powerfmt v0.2.0
21012026-08-21T16:09:50.189Z Compiling untrusted v0.9.0
21022026-08-21T16:09:50.259Z Compiling httpdate v1.0.3
21032026-08-21T16:09:50.328Z Compiling tap v1.0.1
21042026-08-21T16:09:50.430Z Compiling wyz v0.5.1
21052026-08-21T16:09:50.463Z Compiling deranged v0.5.8
21062026-08-21T16:09:50.505Z Compiling foreign-types v0.3.2
21072026-08-21T16:09:50.643Z Compiling unicode-normalization v0.1.25
21082026-08-21T16:09:50.675Z Compiling structmeta v0.3.0
21092026-08-21T16:09:50.923Z Compiling dtrace-parser v0.2.0
21102026-08-21T16:09:50.933Z Compiling rand_chacha v0.3.1
21112026-08-21T16:09:51.139Z Compiling dof v0.3.0
21122026-08-21T16:09:51.236Z Compiling signature v2.2.0
21132026-08-21T16:09:51.253Z Compiling hyper v1.10.1
21142026-08-21T16:09:51.327Z Compiling dof v0.4.0
21152026-08-21T16:09:51.410Z Compiling hex v0.4.3
21162026-08-21T16:09:51.503Z Compiling dtrace-parser v0.3.0
21172026-08-21T16:09:51.636Z Compiling pin-project-internal v1.1.11
21182026-08-21T16:09:51.737Z Compiling num-integer v0.1.46
21192026-08-21T16:09:51.798Z Compiling darling_macro v0.20.11
21202026-08-21T16:09:51.934Z Compiling thread-id v4.2.2
21212026-08-21T16:09:51.972Z Compiling thread-id v5.1.0
21222026-08-21T16:09:52.024Z Compiling wait-timeout v0.2.1
21232026-08-21T16:09:52.073Z Compiling owo-colors v4.3.0
21242026-08-21T16:09:52.091Z Compiling num_threads v0.1.7
21252026-08-21T16:09:52.180Z Compiling clap_lex v1.0.0
21262026-08-21T16:09:52.205Z Compiling cfg_aliases v0.2.1
21272026-08-21T16:09:52.228Z Compiling funty v2.0.0
21282026-08-21T16:09:52.267Z Compiling bit-vec v0.8.0
21292026-08-21T16:09:52.299Z Compiling smoltcp v0.9.1
21302026-08-21T16:09:52.358Z Compiling quick-error v1.2.3
21312026-08-21T16:09:52.409Z Compiling clap_builder v4.6.0
21322026-08-21T16:09:52.473Z Compiling bit-set v0.8.0
21332026-08-21T16:09:52.489Z Compiling rusty-fork v0.3.1
21342026-08-21T16:09:52.515Z Compiling hyper-util v0.1.20
21352026-08-21T16:09:52.534Z Compiling darling v0.20.11
21362026-08-21T16:09:52.617Z Compiling bitvec v1.0.1
21372026-08-21T16:09:52.631Z Compiling nix v0.31.2
21382026-08-21T16:09:52.650Z Compiling time v0.3.47
21392026-08-21T16:09:52.714Z Compiling num-iter v0.1.45
21402026-08-21T16:09:52.771Z Compiling rand v0.8.6
21412026-08-21T16:09:53.176Z Compiling ipnetwork v0.21.1
21422026-08-21T16:09:53.192Z Compiling lazy_static v1.5.0
21432026-08-21T16:09:53.240Z Compiling hmac v0.12.1
21442026-08-21T16:09:53.558Z Compiling rand_xorshift v0.4.0
21452026-08-21T16:09:53.569Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-21T16:09:53.576Z Compiling sync_wrapper v1.0.2
21472026-08-21T16:09:53.698Z Compiling siphasher v1.0.2
21482026-08-21T16:09:53.731Z Compiling nodrop v0.1.14
21492026-08-21T16:09:53.835Z Compiling crc-catalog v2.4.0
21502026-08-21T16:09:53.898Z Compiling unarray v0.1.4
21512026-08-21T16:09:54.024Z Compiling zlib-rs v0.6.2
21522026-08-21T16:09:54.109Z Compiling proptest v1.11.0
21532026-08-21T16:09:54.643Z Compiling crc v3.4.0
21542026-08-21T16:09:54.740Z Compiling clap v4.6.1
21552026-08-21T16:09:54.839Z Compiling array-init v0.0.4
21562026-08-21T16:09:54.862Z Compiling tower v0.5.3
21572026-08-21T16:09:55.490Z Compiling smallvec v0.6.14
21582026-08-21T16:09:55.505Z Compiling derive_builder_core v0.20.2
21592026-08-21T16:09:55.608Z Compiling http-body-util v0.1.3
21602026-08-21T16:09:55.626Z Compiling pkcs1 v0.7.5
21612026-08-21T16:09:55.889Z Compiling zerocopy v0.6.6
21622026-08-21T16:09:55.930Z Compiling bitfield v0.19.4
21632026-08-21T16:09:56.024Z Compiling hubpack_derive v0.1.1
21642026-08-21T16:09:56.056Z Compiling flate2 v1.1.9
21652026-08-21T16:09:56.222Z Compiling strum_macros v0.27.2
21662026-08-21T16:09:56.245Z Compiling snafu-derive v0.8.9
21672026-08-21T16:09:56.261Z Compiling strum_macros v0.26.4
21682026-08-21T16:09:56.312Z Compiling env_filter v2.0.0
21692026-08-21T16:09:56.328Z Compiling fs-err v3.3.0
21702026-08-21T16:09:56.412Z Compiling gimli v0.32.3
21712026-08-21T16:09:56.469Z Compiling ryu v1.0.23
21722026-08-21T16:09:56.504Z Compiling allocator-api2 v0.2.21
21732026-08-21T16:09:56.541Z Compiling unicode-segmentation v1.12.0
21742026-08-21T16:09:56.650Z Compiling hashbrown v0.12.3
21752026-08-21T16:09:56.946Z Compiling unicode-bidi v0.3.18
21762026-08-21T16:09:56.978Z Compiling unicode-properties v0.1.4
21772026-08-21T16:09:57.170Z Compiling iri-string v0.7.10
21782026-08-21T16:09:57.199Z Compiling base64 v0.21.7
21792026-08-21T16:09:57.326Z Compiling stringprep v0.1.5
21802026-08-21T16:09:57.441Z Compiling ron v0.8.1
21812026-08-21T16:09:57.876Z Compiling serde_urlencoded v0.7.1
21822026-08-21T16:09:57.898Z Compiling env_logger v0.11.11
21832026-08-21T16:09:57.951Z Compiling derive_builder_macro v0.20.2
21842026-08-21T16:09:58.182Z Compiling addr2line v0.25.1
21852026-08-21T16:09:58.225Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21862026-08-21T16:09:58.255Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21872026-08-21T16:09:58.273Z Compiling newtype-uuid v1.3.2
21882026-08-21T16:09:58.297Z Compiling tower-http v0.6.8
21892026-08-21T16:09:58.435Z Compiling rsa v0.9.10
21902026-08-21T16:09:58.451Z Compiling oxnet v0.1.6
21912026-08-21T16:09:58.483Z Compiling serde-hex v0.1.0
21922026-08-21T16:09:58.503Z Compiling hashbrown v0.13.2
21932026-08-21T16:09:58.518Z Compiling tokio-native-tls v0.3.1
21942026-08-21T16:09:58.593Z Compiling bzip2 v0.4.4
21952026-08-21T16:09:58.734Z Compiling usdt-attr-macro v0.6.0
21962026-08-21T16:09:58.758Z Compiling usdt-macro v0.6.0
21972026-08-21T16:09:58.804Z Compiling derive-ex v0.1.8
21982026-08-21T16:09:58.808Z Compiling block-buffer v0.12.1
21992026-08-21T16:09:58.865Z Compiling crypto-common v0.2.2
22002026-08-21T16:09:58.908Z Compiling block-padding v0.4.2
22012026-08-21T16:09:59.132Z Compiling rustls-native-certs v0.8.3
22022026-08-21T16:09:59.238Z Compiling x509-cert v0.2.5
22032026-08-21T16:09:59.390Z Compiling md-5 v0.10.6
22042026-08-21T16:09:59.496Z Compiling erased-serde v0.3.31
22052026-08-21T16:09:59.563Z Compiling bstr v1.12.1
22062026-08-21T16:09:59.813Z Compiling vergen-lib v9.1.0
22072026-08-21T16:09:59.912Z Compiling hash32 v0.2.1
22082026-08-21T16:09:59.947Z Compiling encoding_rs v0.8.35
22092026-08-21T16:10:00.131Z Compiling rustc-demangle v0.1.27
22102026-08-21T16:10:00.135Z Compiling cpufeatures v0.3.0
22112026-08-21T16:10:00.196Z Compiling mime v0.3.17
22122026-08-21T16:10:00.229Z Compiling fallible-iterator v0.2.0
22132026-08-21T16:10:00.243Z Compiling psl-types v2.0.11
22142026-08-21T16:10:00.318Z Compiling unicode-width v0.2.0
22152026-08-21T16:10:00.423Z Compiling crc-any v2.5.0
22162026-08-21T16:10:00.539Z Compiling postgres-protocol v0.6.10
22172026-08-21T16:10:00.559Z Compiling publicsuffix v2.3.0
22182026-08-21T16:10:00.645Z Compiling test-strategy v0.4.5
22192026-08-21T16:10:01.022Z Compiling backtrace v0.3.76
22202026-08-21T16:10:01.255Z Compiling inout v0.2.2
22212026-08-21T16:10:01.299Z Compiling object v0.30.4
22222026-08-21T16:10:01.416Z Compiling zip v0.6.6
22232026-08-21T16:10:01.432Z Compiling daft v0.1.7
22242026-08-21T16:10:01.449Z Compiling hyper-tls v0.6.0
22252026-08-21T16:10:01.474Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-21T16:10:01.491Z Compiling derive_builder v0.20.2
22272026-08-21T16:10:01.539Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-21T16:10:01.692Z Compiling heck v0.4.1
22292026-08-21T16:10:01.726Z Compiling phf_shared v0.13.1
22302026-08-21T16:10:01.758Z Compiling pin-project v1.1.11
22312026-08-21T16:10:01.913Z Compiling toml v0.7.8
22322026-08-21T16:10:01.964Z Compiling serde_with_macros v3.21.0
22332026-08-21T16:10:01.985Z Compiling futures-executor v0.3.32
22342026-08-21T16:10:02.053Z Compiling async-recursion v1.1.1
22352026-08-21T16:10:02.198Z Compiling enum-as-inner v0.6.1
22362026-08-21T16:10:02.232Z Compiling serde_repr v0.1.20
22372026-08-21T16:10:02.274Z Compiling miette-derive v7.6.0
22382026-08-21T16:10:02.437Z Compiling vergen v9.1.0
22392026-08-21T16:10:02.456Z Compiling ff v0.13.1
22402026-08-21T16:10:02.474Z Compiling cargo-platform v0.3.2
22412026-08-21T16:10:02.644Z Compiling unicode-linebreak v0.1.5
22422026-08-21T16:10:02.668Z Compiling smawk v0.3.2
22432026-08-21T16:10:02.742Z Compiling bitflags v1.3.2
22442026-08-21T16:10:02.760Z Compiling managed v0.8.0
22452026-08-21T16:10:02.804Z Compiling jiff-core v0.1.0
22462026-08-21T16:10:02.896Z Compiling bumpalo v3.20.2
22472026-08-21T16:10:03.065Z Compiling base16ct v0.2.0
22482026-08-21T16:10:03.145Z Compiling path-slash v0.1.5
22492026-08-21T16:10:03.161Z Compiling foldhash v0.2.0
22502026-08-21T16:10:03.165Z Compiling foldhash v0.1.5
22512026-08-21T16:10:03.242Z Compiling same-file v1.0.6
22522026-08-21T16:10:03.260Z Compiling is_ci v1.2.0
22532026-08-21T16:10:03.329Z Compiling libbz2-rs-sys v0.2.2
22542026-08-21T16:10:03.341Z Compiling hashbrown v0.16.1
22552026-08-21T16:10:03.356Z Compiling walkdir v2.5.0
22562026-08-21T16:10:03.374Z Compiling supports-color v3.0.2
22572026-08-21T16:10:03.409Z Compiling hashbrown v0.15.5
22582026-08-21T16:10:03.553Z Compiling jiff v0.2.34
22592026-08-21T16:10:03.644Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22602026-08-21T16:10:03.779Z Compiling bzip2 v0.6.1
22612026-08-21T16:10:03.896Z Compiling sec1 v0.7.3
22622026-08-21T16:10:03.971Z Compiling zopfli v0.8.3
22632026-08-21T16:10:04.020Z Compiling textwrap v0.16.2
22642026-08-21T16:10:04.166Z Compiling cargo_metadata v0.23.1
22652026-08-21T16:10:04.201Z Compiling group v0.13.0
22662026-08-21T16:10:04.364Z Compiling futures v0.3.32
22672026-08-21T16:10:04.571Z Compiling phf v0.13.1
22682026-08-21T16:10:04.716Z Compiling snafu v0.8.9
22692026-08-21T16:10:04.750Z Compiling reqwest v0.12.28
22702026-08-21T16:10:04.904Z Compiling backtrace-ext v0.2.1
22712026-08-21T16:10:05.090Z Compiling cipher v0.5.2
22722026-08-21T16:10:05.107Z Compiling signal-hook-mio v0.2.5
22732026-08-21T16:10:05.129Z Compiling cookie_store v0.22.1
22742026-08-21T16:10:05.215Z Compiling postgres-types v0.2.12
22752026-08-21T16:10:05.242Z Compiling zstd v0.13.3
22762026-08-21T16:10:05.335Z Compiling globset v0.4.18
22772026-08-21T16:10:05.402Z Compiling strum v0.27.2
22782026-08-21T16:10:05.522Z Compiling hubpack v0.1.2
22792026-08-21T16:10:05.540Z Compiling phf_shared v0.11.3
22802026-08-21T16:10:05.587Z Compiling hkdf v0.12.4
22812026-08-21T16:10:05.618Z Compiling crossbeam-epoch v0.9.18
22822026-08-21T16:10:05.747Z Compiling byte-wrapper v0.1.0
22832026-08-21T16:10:05.763Z Compiling ed25519 v2.2.3
22842026-08-21T16:10:05.767Z Compiling olpc-cjson v0.1.4
22852026-08-21T16:10:06.022Z Compiling crypto-bigint v0.5.5
22862026-08-21T16:10:06.025Z Compiling serde-big-array v0.5.1
22872026-08-21T16:10:06.097Z Compiling serde_plain v1.0.2
22882026-08-21T16:10:06.113Z Compiling pem v3.0.6
22892026-08-21T16:10:06.202Z Compiling float-cmp v0.10.0
22902026-08-21T16:10:06.243Z Compiling memmap2 v0.9.10
22912026-08-21T16:10:06.297Z Compiling precomputed-hash v0.1.1
22922026-08-21T16:10:06.365Z Compiling supports-hyperlinks v3.2.0
22932026-08-21T16:10:06.404Z Compiling fixedbitset v0.5.7
22942026-08-21T16:10:06.419Z Compiling supports-unicode v3.0.0
22952026-08-21T16:10:06.461Z Compiling typed-path v0.9.3
22962026-08-21T16:10:06.461Z Compiling static_assertions v1.1.0
22972026-08-21T16:10:06.526Z Compiling difflib v0.4.0
22982026-08-21T16:10:06.560Z Compiling unicode-width v0.1.14
22992026-08-21T16:10:06.577Z Compiling whoami v2.1.0
23002026-08-21T16:10:06.580Z Compiling fixedbitset v0.4.2
23012026-08-21T16:10:06.608Z Compiling new_debug_unreachable v1.0.6
23022026-08-21T16:10:06.693Z Compiling toml_write v0.1.2
23032026-08-21T16:10:06.710Z Compiling data-encoding v2.10.0
23042026-08-21T16:10:06.800Z Compiling keccak v0.1.6
23052026-08-21T16:10:06.868Z Compiling predicates-core v1.0.10
23062026-08-21T16:10:06.923Z Compiling const-oid v0.10.2
23072026-08-21T16:10:06.939Z Compiling normalize-line-endings v0.3.0
23082026-08-21T16:10:07.043Z Compiling predicates v3.1.4
23092026-08-21T16:10:07.059Z Compiling chacha20 v0.10.0
23102026-08-21T16:10:07.077Z Compiling digest v0.11.3
23112026-08-21T16:10:07.114Z Compiling hickory-proto v0.25.2
23122026-08-21T16:10:07.134Z Compiling sha3 v0.10.8
23132026-08-21T16:10:07.169Z Compiling elliptic-curve v0.13.8
23142026-08-21T16:10:07.388Z Compiling toml_edit v0.22.27
23152026-08-21T16:10:07.544Z Compiling tokio-postgres v0.7.16
23162026-08-21T16:10:07.602Z Compiling miette v7.6.0
23172026-08-21T16:10:07.605Z Compiling petgraph v0.6.5
23182026-08-21T16:10:07.634Z Compiling string_cache v0.8.9
23192026-08-21T16:10:07.692Z Compiling petgraph v0.8.3
23202026-08-21T16:10:07.767Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23212026-08-21T16:10:08.005Z Compiling usdt v0.6.0
23222026-08-21T16:10:09.101Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23232026-08-21T16:10:09.182Z Compiling ed25519-dalek v2.2.0
23242026-08-21T16:10:09.598Z Compiling zip v4.6.1
23252026-08-21T16:10:09.695Z Compiling crossterm v0.28.1
23262026-08-21T16:10:10.141Z Compiling iddqd v0.4.2
23272026-08-21T16:10:10.367Z Compiling serde_with v3.21.0
23282026-08-21T16:10:10.417Z Compiling similar v2.7.0
23292026-08-21T16:10:10.510Z Compiling strum v0.26.3
23302026-08-21T16:10:10.661Z Compiling tokio-stream v0.1.18
23312026-08-21T16:10:10.701Z Compiling buf-list v1.1.2
23322026-08-21T16:10:10.872Z Compiling itertools v0.13.0
23332026-08-21T16:10:11.032Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-21T16:10:11.147Z Compiling openapiv3 v2.2.0
23352026-08-21T16:10:11.499Z Compiling lalrpop-util v0.19.12
23362026-08-21T16:10:11.701Z Compiling peg-runtime v0.8.5
23372026-08-21T16:10:27.181Z Compiling rustls-webpki v0.103.13
23382026-08-21T16:10:30.639Z Compiling tokio-rustls v0.26.4
23392026-08-21T16:10:30.708Z Compiling rustls-platform-verifier v0.6.2
23402026-08-21T16:10:30.800Z Compiling tough v0.22.0
23412026-08-21T16:10:30.934Z Compiling hyper-rustls v0.27.7
23422026-08-21T16:10:31.250Z Compiling reqwest v0.13.2
23432026-08-21T16:10:34.185Z Compiling macaddr v1.0.1
23442026-08-21T16:10:34.203Z Compiling crucible-workspace-hack v0.1.0
23452026-08-21T16:10:34.299Z Compiling rayon-core v1.13.0
23462026-08-21T16:10:34.315Z Compiling secrecy v0.10.3
23472026-08-21T16:10:34.331Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-21T16:10:34.430Z Compiling toml_datetime v0.7.5+spec-1.1.0
23492026-08-21T16:10:34.491Z Compiling heapless v0.8.0
23502026-08-21T16:10:34.545Z Compiling crossbeam-deque v0.8.6
23512026-08-21T16:10:34.548Z Compiling ingot-macros v0.2.0
23522026-08-21T16:10:34.563Z Compiling inout v0.1.4
23532026-08-21T16:10:34.597Z Compiling toml_edit v0.23.10+spec-1.0.0
23542026-08-21T16:10:34.615Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23552026-08-21T16:10:34.618Z Compiling hash32 v0.3.1
23562026-08-21T16:10:34.650Z Compiling multer v3.1.0
23572026-08-21T16:10:34.674Z Compiling thread_local v1.1.9
23582026-08-21T16:10:34.748Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-08-21T16:10:34.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-08-21T16:10:34.801Z Compiling slog-async v2.8.0
23612026-08-21T16:10:34.819Z Compiling match_cfg v0.1.0
23622026-08-21T16:10:34.848Z Compiling smoltcp v0.11.0
23632026-08-21T16:10:34.865Z Compiling compression-core v0.4.31
23642026-08-21T16:10:34.906Z Compiling hostname v0.3.1
23652026-08-21T16:10:35.015Z Compiling compression-codecs v0.4.37
23662026-08-21T16:10:35.084Z Compiling cipher v0.4.4
23672026-08-21T16:10:35.103Z Compiling atomicwrites v0.4.4
23682026-08-21T16:10:35.115Z Compiling slog-json v2.6.1
23692026-08-21T16:10:35.185Z Compiling proc-macro-crate v3.4.0
23702026-08-21T16:10:35.226Z Compiling crossbeam-channel v0.5.15
23712026-08-21T16:10:35.245Z Compiling half v2.7.1
23722026-08-21T16:10:35.366Z Compiling newtype-uuid-macros v0.1.0
23732026-08-21T16:10:35.384Z Compiling universal-hash v0.5.1
23742026-08-21T16:10:35.405Z Compiling cobs v0.3.0
23752026-08-21T16:10:35.421Z Compiling thiserror-impl-no-std v2.0.2
23762026-08-21T16:10:35.513Z Compiling async-stream-impl v0.3.6
23772026-08-21T16:10:35.537Z Compiling toml_datetime v1.1.1+spec-1.1.0
23782026-08-21T16:10:35.554Z Compiling serde_spanned v1.1.1
23792026-08-21T16:10:35.623Z Compiling is-terminal v0.4.17
23802026-08-21T16:10:35.639Z Compiling dropshot v0.17.1
23812026-08-21T16:10:35.701Z Compiling proc-macro-error-attr v1.0.4
23822026-08-21T16:10:35.722Z Compiling ciborium-io v0.2.2
23832026-08-21T16:10:35.744Z Compiling toml_writer v1.1.1+spec-1.1.0
23842026-08-21T16:10:35.860Z Compiling term v1.2.1
23852026-08-21T16:10:35.882Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23862026-08-21T16:10:35.924Z Compiling take_mut v0.2.2
23872026-08-21T16:10:35.924Z Compiling opaque-debug v0.3.1
23882026-08-21T16:10:35.987Z Compiling convert_case v0.4.0
23892026-08-21T16:10:36.043Z Compiling poly1305 v0.8.0
23902026-08-21T16:10:36.063Z Compiling toml v1.1.2+spec-1.1.0
23912026-08-21T16:10:36.115Z Compiling async-stream v0.3.6
23922026-08-21T16:10:36.115Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23932026-08-21T16:10:36.205Z Compiling slog-term v2.9.2
23942026-08-21T16:10:36.305Z Compiling derive_more v0.99.20
23952026-08-21T16:10:36.330Z Compiling ciborium-ll v0.2.2
23962026-08-21T16:10:36.347Z Compiling num_enum_derive v0.7.6
23972026-08-21T16:10:36.364Z Compiling postcard v1.1.3
23982026-08-21T16:10:36.435Z Compiling thiserror-no-std v2.0.2
23992026-08-21T16:10:36.566Z Compiling chacha20 v0.9.1
24002026-08-21T16:10:36.617Z Compiling slog-bunyan v2.5.0
24012026-08-21T16:10:36.691Z Compiling async-compression v0.4.41
24022026-08-21T16:10:36.838Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-21T16:10:36.856Z Compiling sha1 v0.11.0
24042026-08-21T16:10:37.173Z Compiling parse-display-derive v0.10.0
24052026-08-21T16:10:37.190Z Compiling ingot-types v0.2.0
24062026-08-21T16:10:37.218Z Compiling proc-macro-crate v1.3.1
24072026-08-21T16:10:37.294Z Compiling waitgroup v0.1.2
24082026-08-21T16:10:37.322Z Compiling backon v1.6.0
24092026-08-21T16:10:37.457Z Compiling rustls-pemfile v2.2.0
24102026-08-21T16:10:37.473Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24112026-08-21T16:10:37.572Z Compiling dropshot_endpoint v0.17.1
24122026-08-21T16:10:37.590Z Compiling blake2 v0.10.6
24132026-08-21T16:10:37.644Z Compiling ingot v0.2.1
24142026-08-21T16:10:37.678Z Compiling aead v0.5.2
24152026-08-21T16:10:37.761Z Compiling password-hash v0.5.0
24162026-08-21T16:10:37.897Z Compiling foreign-types-macros v0.2.3
24172026-08-21T16:10:37.980Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-21T16:10:38.127Z Compiling serde_path_to_error v0.1.20
24192026-08-21T16:10:38.374Z Compiling hostname v0.4.2
24202026-08-21T16:10:38.404Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-21T16:10:38.473Z Compiling proc-macro-error v1.0.4
24222026-08-21T16:10:38.492Z Compiling instant v0.1.13
24232026-08-21T16:10:38.545Z Compiling debug-ignore v1.0.5
24242026-08-21T16:10:38.560Z Compiling foreign-types-shared v0.3.1
24252026-08-21T16:10:38.585Z Compiling backoff v0.4.0
24262026-08-21T16:10:38.636Z Compiling argon2 v0.5.3
24272026-08-21T16:10:38.654Z Compiling parse-display v0.10.0
24282026-08-21T16:10:38.678Z Compiling foreign-types v0.5.0
24292026-08-21T16:10:38.682Z Compiling chacha20poly1305 v0.10.1
24302026-08-21T16:10:38.711Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-21T16:10:38.742Z Compiling num_enum_derive v0.5.11
24322026-08-21T16:10:38.779Z Compiling num_enum v0.7.6
24332026-08-21T16:10:38.821Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342026-08-21T16:10:38.838Z Compiling ciborium v0.2.2
24352026-08-21T16:10:38.860Z Compiling vsss-rs v3.3.4
24362026-08-21T16:10:39.152Z Compiling regress v0.10.5
24372026-08-21T16:10:39.190Z Compiling itertools v0.14.0
24382026-08-21T16:10:39.253Z Compiling tabwriter v1.4.1
24392026-08-21T16:10:39.270Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24402026-08-21T16:10:39.459Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-21T16:10:39.632Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24422026-08-21T16:10:39.648Z Compiling cstr-argument v0.1.2
24432026-08-21T16:10:39.682Z Compiling humantime v2.3.0
24442026-08-21T16:10:39.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24452026-08-21T16:10:39.722Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24462026-08-21T16:10:39.790Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24472026-08-21T16:10:39.833Z Compiling num_enum v0.5.11
24482026-08-21T16:10:39.872Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-21T16:10:39.917Z Compiling rayon v1.11.0
24502026-08-21T16:10:39.955Z Compiling rand v0.10.1
24512026-08-21T16:10:39.978Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-21T16:10:40.127Z Compiling indent_write v2.2.0
24532026-08-21T16:10:40.162Z Compiling libefi-sys v0.1.0
24542026-08-21T16:10:40.176Z Compiling colored v3.1.1
24552026-08-21T16:10:40.194Z Compiling zone_cfg_derive v0.3.1
24562026-08-21T16:10:40.225Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-21T16:10:40.302Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-21T16:10:40.358Z Compiling camino-tempfile v1.4.1
24592026-08-21T16:10:40.397Z Compiling itertools v0.12.1
24602026-08-21T16:10:40.431Z Compiling usdt-macro v0.5.0
24612026-08-21T16:10:40.531Z Compiling usdt-attr-macro v0.5.0
24622026-08-21T16:10:40.548Z Compiling bitfield-struct v0.6.2
24632026-08-21T16:10:40.758Z Compiling num-derive v0.4.2
24642026-08-21T16:10:40.774Z Compiling blake3 v1.8.5
24652026-08-21T16:10:40.789Z Compiling sigpipe v0.1.3
24662026-08-21T16:10:40.825Z Compiling memmap v0.7.0
24672026-08-21T16:10:40.840Z Compiling swrite v0.1.0
24682026-08-21T16:10:40.900Z Compiling glob v0.3.3
24692026-08-21T16:10:40.972Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24702026-08-21T16:10:41.094Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-21T16:10:41.154Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-21T16:10:41.207Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24732026-08-21T16:10:41.240Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24742026-08-21T16:10:41.316Z Compiling usdt v0.5.0
24752026-08-21T16:10:41.546Z Compiling smf v0.2.3
24762026-08-21T16:10:41.562Z Compiling filetime v0.2.27
24772026-08-21T16:10:41.566Z Compiling constant_time_eq v0.4.2
24782026-08-21T16:10:41.628Z Compiling arrayvec v0.7.6
24792026-08-21T16:10:41.669Z Compiling whoami v1.6.1
24802026-08-21T16:10:41.684Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24812026-08-21T16:10:41.769Z Compiling zone v0.3.1
24822026-08-21T16:10:41.791Z Compiling arrayref v0.3.9
24832026-08-21T16:10:41.806Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24842026-08-21T16:10:41.828Z Compiling xattr v1.6.1
24852026-08-21T16:10:41.899Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862026-08-21T16:10:41.916Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24872026-08-21T16:10:41.931Z Compiling tokio-dtrace v0.1.1
24882026-08-21T16:10:41.956Z Compiling gethostname v0.5.0
24892026-08-21T16:10:42.057Z Compiling tar v0.4.46
24902026-08-21T16:10:42.126Z Compiling console v0.16.2
24912026-08-21T16:10:42.166Z Compiling topological-sort v0.2.2
24922026-08-21T16:10:42.182Z Compiling unit-prefix v0.5.2
24932026-08-21T16:10:42.272Z Compiling oxide-tokio-rt v0.1.4
24942026-08-21T16:10:42.354Z Compiling toml v0.8.23
24952026-08-21T16:10:42.357Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24962026-08-21T16:10:42.622Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24972026-08-21T16:10:42.679Z Compiling indicatif v0.18.4
24982026-08-21T16:10:42.682Z Compiling shell-words v1.1.1
24992026-08-21T16:10:51.843Z Compiling progenitor-client v0.14.0
25002026-08-21T16:10:51.843Z Compiling omicron-zone-package v0.12.3
25012026-08-21T16:10:52.084Z Compiling progenitor-extras v0.2.0
25022026-08-21T16:10:52.378Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-21T16:10:52.499Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-21T16:10:52.558Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-21T16:10:52.609Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-21T16:10:52.629Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25072026-08-21T16:10:53.677Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25082026-08-21T16:10:53.680Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-21T16:10:53.680Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-21T16:10:53.680Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-21T16:10:56.933Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-21T16:11:05.809Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-21T16:11:09.047Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-21T16:11:10.146Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-21T16:11:20.388Z Finished `release` profile [optimized] target(s) in 1m 47s
25162026-08-21T16:11:20.538Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-21T16:11:20.602ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-21T16:11:20.605ZCreated new build target 'test' and set it as active
25192026-08-21T16:11:20.605Z
25202026-08-21T16:11:20.605Zreal 1:47.458091689
25212026-08-21T16:11:20.605Zuser 17:43.769944212
25222026-08-21T16:11:20.605Zsys 2:46.329439614
25232026-08-21T16:11:20.606Ztrap 0.495701364
25242026-08-21T16:11:20.606Ztflt 2.337909747
25252026-08-21T16:11:20.606Zdflt 4.521108003
25262026-08-21T16:11:20.606Zkflt 0.000607170
25272026-08-21T16:11:20.606Zlock 58:02.214096798
25282026-08-21T16:11:20.606Zslp 45:11.132811288
25292026-08-21T16:11:20.606Zlat 49.561600441
25302026-08-21T16:11:20.606Zstop 6:17.867665900
25312026-08-21T16:11:20.609Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-21T16:11:21.497Z Finished `release` profile [optimized] target(s) in 0.88s
25332026-08-21T16:11:21.570Z Running `target/release/omicron-package -t test package`
25342026-08-21T16:11:21.626ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-21T16:11:23.070Z Compiling heck v0.5.0
25362026-08-21T16:11:23.074Z Compiling regress v0.11.1
25372026-08-21T16:11:23.301Z Compiling unsafe-libyaml v0.2.11
25382026-08-21T16:11:23.322Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-21T16:11:23.348Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-21T16:11:23.348Z Compiling derive-where v1.6.0
25412026-08-21T16:11:23.352Z Compiling bytecount v0.6.9
25422026-08-21T16:11:23.410Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-21T16:11:23.413Z Compiling atomicwrites v0.4.4
25442026-08-21T16:11:23.413Z Compiling is-terminal v0.4.17
25452026-08-21T16:11:23.413Z Compiling prettyplease v0.2.37
25462026-08-21T16:11:23.413Z Compiling newline-converter v0.3.0
25472026-08-21T16:11:23.432Z Compiling console v0.15.11
25482026-08-21T16:11:23.496Z Compiling slog-dtrace v0.3.0
25492026-08-21T16:11:23.499Z Compiling cancel-safe-futures v0.1.5
25502026-08-21T16:11:23.579Z Compiling resolv-conf v0.7.6
25512026-08-21T16:11:23.599Z Compiling num-rational v0.4.2
25522026-08-21T16:11:23.603Z Compiling num-complex v0.4.6
25532026-08-21T16:11:23.644Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25542026-08-21T16:11:23.705Z Compiling thread_local v1.1.9
25552026-08-21T16:11:23.736Z Compiling compression-core v0.4.31
25562026-08-21T16:11:23.821Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-21T16:11:23.858Z Compiling expectorate v1.2.0
25582026-08-21T16:11:23.961Z Compiling match_cfg v0.1.0
25592026-08-21T16:11:23.982Z Compiling compression-codecs v0.4.37
25602026-08-21T16:11:24.054Z Compiling hostname v0.3.1
25612026-08-21T16:11:24.075Z Compiling num v0.4.3
25622026-08-21T16:11:24.121Z Compiling multer v3.1.0
25632026-08-21T16:11:24.179Z Compiling slog-async v2.8.0
25642026-08-21T16:11:24.202Z Compiling crossbeam-channel v0.5.15
25652026-08-21T16:11:24.205Z Compiling slog-json v2.6.1
25662026-08-21T16:11:24.245Z Compiling serde_spanned v1.1.1
25672026-08-21T16:11:24.248Z Compiling toml_datetime v1.1.1+spec-1.1.0
25682026-08-21T16:11:24.248Z Compiling float-ord v0.3.2
25692026-08-21T16:11:24.389Z Compiling linear-map v1.2.0
25702026-08-21T16:11:24.430Z Compiling term v1.2.1
25712026-08-21T16:11:24.452Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25722026-08-21T16:11:24.490Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25732026-08-21T16:11:24.556Z Compiling oxide-update-engine-types v0.1.2
25742026-08-21T16:11:24.582Z Compiling take_mut v0.2.2
25752026-08-21T16:11:24.601Z Compiling linked-hash-map v0.5.6
25762026-08-21T16:11:24.626Z Compiling toml_writer v1.1.1+spec-1.1.0
25772026-08-21T16:11:24.648Z Compiling slog-bunyan v2.5.0
25782026-08-21T16:11:24.649Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25792026-08-21T16:11:24.734Z Compiling slog-term v2.9.2
25802026-08-21T16:11:24.764Z Compiling async-compression v0.4.41
25812026-08-21T16:11:24.832Z Compiling typify-impl v0.6.2
25822026-08-21T16:11:24.854Z Compiling toml v1.1.2+spec-1.1.0
25832026-08-21T16:11:24.874Z Compiling lru-cache v0.1.2
25842026-08-21T16:11:25.109Z Compiling dropshot v0.17.1
25852026-08-21T16:11:25.133Z Compiling async-stream v0.3.6
25862026-08-21T16:11:25.137Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25872026-08-21T16:11:25.171Z Compiling progenitor-client v0.14.0
25882026-08-21T16:11:25.192Z Compiling sha1 v0.11.0
25892026-08-21T16:11:25.259Z Compiling waitgroup v0.1.2
25902026-08-21T16:11:25.315Z Compiling rustls-pemfile v2.2.0
25912026-08-21T16:11:25.336Z Compiling backon v1.6.0
25922026-08-21T16:11:25.340Z Compiling serde_path_to_error v0.1.20
25932026-08-21T16:11:25.420Z Compiling hostname v0.4.2
25942026-08-21T16:11:25.489Z Compiling instant v0.1.13
25952026-08-21T16:11:25.522Z Compiling debug-ignore v1.0.5
25962026-08-21T16:11:25.543Z Compiling minimal-lexical v0.2.1
25972026-08-21T16:11:25.575Z Compiling progenitor-extras v0.2.0
25982026-08-21T16:11:25.596Z Compiling backoff v0.4.0
25992026-08-21T16:11:25.622Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26002026-08-21T16:11:25.654Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-21T16:11:25.813Z Compiling oxide-update-engine v0.1.2
26022026-08-21T16:11:25.835Z Compiling nom v7.1.3
26032026-08-21T16:11:25.858Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-21T16:11:25.917Z Compiling parse-display v0.10.0
26052026-08-21T16:11:25.977Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-21T16:11:25.997Z Compiling hickory-proto v0.24.4
26072026-08-21T16:11:26.460Z Compiling regress v0.10.5
26082026-08-21T16:11:26.673Z Compiling itertools v0.14.0
26092026-08-21T16:11:27.120Z Compiling macaddr v1.0.1
26102026-08-21T16:11:27.190Z Compiling humantime v2.3.0
26112026-08-21T16:11:27.236Z Compiling unicode-xid v0.2.6
26122026-08-21T16:11:27.397Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-21T16:11:27.470Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-21T16:11:27.696Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-21T16:11:27.726Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26162026-08-21T16:11:27.860Z Compiling convert_case v0.10.0
26172026-08-21T16:11:27.884Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-21T16:11:27.983Z Compiling toml v0.8.23
26192026-08-21T16:11:28.027Z Compiling papergrid v0.11.0
26202026-08-21T16:11:28.154Z Compiling derive_more-impl v2.1.1
26212026-08-21T16:11:28.340Z Compiling typify-macro v0.6.2
26222026-08-21T16:11:28.462Z Compiling tabled_derive v0.7.0
26232026-08-21T16:11:28.548Z Compiling hickory-resolver v0.24.4
26242026-08-21T16:11:28.571Z Compiling termtree v0.5.1
26252026-08-21T16:11:28.765Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-08-21T16:11:28.932Z Compiling derive_more v2.1.1
26272026-08-21T16:11:29.040Z Compiling crossterm v0.29.0
26282026-08-21T16:11:29.159Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26292026-08-21T16:11:29.353Z Compiling tabled v0.15.0
26302026-08-21T16:11:29.760Z Compiling qorb v0.4.1
26312026-08-21T16:11:29.900Z Compiling typify v0.6.2
26322026-08-21T16:11:30.199Z Compiling progenitor-impl v0.14.0
26332026-08-21T16:11:30.930Z Compiling phf_shared v0.12.1
26342026-08-21T16:11:31.183Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-21T16:11:31.695Z Compiling vte v0.14.1
26362026-08-21T16:11:31.878Z Compiling csv-core v0.1.13
26372026-08-21T16:11:32.305Z Compiling highway v1.3.0
26382026-08-21T16:11:32.328Z Compiling progenitor-macro v0.14.0
26392026-08-21T16:11:33.013Z Compiling chrono-tz v0.10.4
26402026-08-21T16:11:33.038Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-21T16:11:33.244Z Compiling csv v1.4.0
26422026-08-21T16:11:33.271Z Compiling strip-ansi-escapes v0.2.1
26432026-08-21T16:11:33.894Z Compiling phf v0.12.1
26442026-08-21T16:11:33.900Z Compiling const_format_proc_macros v0.2.34
26452026-08-21T16:11:34.050Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-21T16:11:34.174Z Compiling fd-lock v4.0.4
26472026-08-21T16:11:34.197Z Compiling peg-macros v0.8.5
26482026-08-21T16:11:34.550Z Compiling nu-ansi-term v0.50.3
26492026-08-21T16:11:34.625Z Compiling const_format v0.2.35
26502026-08-21T16:11:34.701Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26512026-08-21T16:11:35.098Z Compiling reedline v0.40.0
26522026-08-21T16:11:35.129Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26532026-08-21T16:11:35.438Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26542026-08-21T16:11:35.461Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26552026-08-21T16:11:36.360Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26562026-08-21T16:11:36.471Z Compiling progenitor v0.14.0
26572026-08-21T16:11:36.665Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26582026-08-21T16:11:36.755Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592026-08-21T16:11:36.777Z Compiling peg v0.8.5
26602026-08-21T16:11:36.882Z Compiling bcs v0.1.6
26612026-08-21T16:11:37.326Z Compiling nom v8.0.0
26622026-08-21T16:11:37.410Z Compiling semver v0.1.20
26632026-08-21T16:11:37.703Z Compiling rustc_version v0.1.7
26642026-08-21T16:11:37.931Z Compiling newtype_derive v0.1.6
26652026-08-21T16:11:37.956Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26662026-08-21T16:11:38.160Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26672026-08-21T16:11:38.205Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-21T16:11:38.334Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26692026-08-21T16:11:38.380Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26702026-08-21T16:11:38.675Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26712026-08-21T16:11:39.070Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26722026-08-21T16:11:39.521Z Compiling dropshot-api-manager-types v0.8.0
26732026-08-21T16:11:39.604Z Compiling steno v0.4.1
26742026-08-21T16:11:39.626Z Compiling sha1 v0.10.6
26752026-08-21T16:11:39.796Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26762026-08-21T16:11:40.062Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-08-21T16:11:40.153Z Compiling tagptr v0.2.0
26782026-08-21T16:11:40.175Z Compiling utf-8 v0.7.6
26792026-08-21T16:11:40.354Z Compiling moka v0.12.13
26802026-08-21T16:11:40.486Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26812026-08-21T16:11:40.664Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-21T16:11:40.916Z Compiling tungstenite v0.21.0
26832026-08-21T16:11:41.271Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26842026-08-21T16:11:41.659Z Compiling hickory-resolver v0.25.2
26852026-08-21T16:11:42.518Z Compiling tokio-tungstenite v0.21.0
26862026-08-21T16:11:42.907Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26872026-08-21T16:11:42.967Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26882026-08-21T16:11:43.867Z Compiling darling_core v0.21.3
26892026-08-21T16:11:45.424Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26902026-08-21T16:11:45.506Z Compiling display-error-chain v0.2.2
26912026-08-21T16:11:45.688Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-21T16:11:45.827Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-21T16:11:46.061Z Compiling darling_macro v0.21.3
26942026-08-21T16:11:46.544Z Compiling libscf-sys v1.2.0
26952026-08-21T16:11:46.623Z Compiling darling v0.21.3
26962026-08-21T16:11:46.735Z Compiling vergen-lib v0.1.6
26972026-08-21T16:11:46.784Z Compiling diesel_derives v2.3.7
26982026-08-21T16:11:46.989Z Compiling dsl_auto_type v0.2.0
26992026-08-21T16:11:47.202Z Compiling scheduled-thread-pool v0.2.7
27002026-08-21T16:11:47.342Z Compiling vergen-gitcl v1.0.8
27012026-08-21T16:11:47.518Z Compiling diesel_table_macro_syntax v0.3.0
27022026-08-21T16:11:47.568Z Compiling dirs-sys-next v0.1.2
27032026-08-21T16:11:47.593Z Compiling maplit v1.0.2
27042026-08-21T16:11:47.711Z Compiling glob v0.3.3
27052026-08-21T16:11:47.740Z Compiling crunchy v0.2.4
27062026-08-21T16:11:47.765Z Compiling dirs-next v2.0.0
27072026-08-21T16:11:47.842Z Compiling r2d2 v0.8.10
27082026-08-21T16:11:47.932Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27092026-08-21T16:11:48.049Z Compiling papergrid v0.18.0
27102026-08-21T16:11:48.071Z Compiling xshell-macros v0.2.7
27112026-08-21T16:11:48.075Z Compiling clang-sys v1.8.1
27122026-08-21T16:11:48.122Z Compiling tiny-keccak v2.0.2
27132026-08-21T16:11:48.183Z Compiling downcast-rs v2.0.2
27142026-08-21T16:11:48.371Z Compiling term v0.7.0
27152026-08-21T16:11:48.415Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27162026-08-21T16:11:48.469Z Compiling xshell v0.2.7
27172026-08-21T16:11:48.521Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-21T16:11:48.614Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-21T16:11:48.716Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-21T16:11:48.860Z Compiling bit-vec v0.6.3
27212026-08-21T16:11:49.020Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27222026-08-21T16:11:49.056Z Compiling ascii-canvas v3.0.0
27232026-08-21T16:11:49.083Z Compiling bit-set v0.5.3
27242026-08-21T16:11:49.275Z Compiling tabled v0.21.0
27252026-08-21T16:11:49.310Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27262026-08-21T16:11:49.346Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27272026-08-21T16:11:49.556Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27282026-08-21T16:11:49.699Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27292026-08-21T16:11:49.902Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27302026-08-21T16:11:50.006Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-21T16:11:50.240Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-21T16:11:50.430Z Compiling itertools v0.10.5
27332026-08-21T16:11:50.455Z Compiling ena v0.14.4
27342026-08-21T16:11:50.640Z Compiling libloading v0.8.9
27352026-08-21T16:11:50.702Z Compiling unicase v2.9.0
27362026-08-21T16:11:50.875Z Compiling diff v0.1.13
27372026-08-21T16:11:50.956Z Compiling regex-syntax v0.6.29
27382026-08-21T16:11:51.016Z Compiling bindgen v0.71.1
27392026-08-21T16:11:51.362Z Compiling cexpr v0.6.0
27402026-08-21T16:11:51.522Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-21T16:11:51.743Z Compiling crc8 v0.1.1
27422026-08-21T16:11:51.888Z Compiling rustc-hash v2.1.1
27432026-08-21T16:11:52.050Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442026-08-21T16:11:52.272Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27452026-08-21T16:11:52.349Z Compiling diesel v2.3.7
27462026-08-21T16:11:52.659Z Compiling lalrpop v0.19.12
27472026-08-21T16:11:52.886Z Compiling headers-core v0.3.0
27482026-08-21T16:11:53.059Z Compiling libxml v0.3.3
27492026-08-21T16:11:53.250Z Compiling headers v0.4.1
27502026-08-21T16:11:53.359Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-21T16:11:53.565Z Compiling strum_macros v0.24.3
27522026-08-21T16:11:53.614Z Compiling indoc v1.0.9
27532026-08-21T16:11:53.773Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-21T16:11:53.992Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-21T16:11:54.014Z Compiling derive_builder v0.20.2
27562026-08-21T16:11:54.053Z Compiling quick-xml v0.37.5
27572026-08-21T16:11:54.180Z Compiling oso-derive v0.27.3
27582026-08-21T16:11:54.698Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-21T16:11:54.799Z Compiling openssl-probe v0.1.6
27602026-08-21T16:11:54.913Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-21T16:11:55.120Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-21T16:11:55.286Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-21T16:11:55.571Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-21T16:11:55.640Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-21T16:11:55.796Z Compiling bb8 v0.8.6
27662026-08-21T16:11:55.881Z Compiling trait-variant v0.1.2
27672026-08-21T16:11:56.000Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-21T16:11:56.173Z Compiling half v1.8.3
27692026-08-21T16:11:56.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27702026-08-21T16:11:56.425Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27712026-08-21T16:11:56.503Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27722026-08-21T16:11:56.613Z Compiling proc-macro-error2 v2.0.1
27732026-08-21T16:11:56.711Z Compiling serde_cbor v0.11.2
27742026-08-21T16:11:56.797Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-21T16:11:56.993Z Compiling hashbrown v0.14.5
27762026-08-21T16:11:57.053Z Compiling rfc6979 v0.4.0
27772026-08-21T16:11:57.185Z Compiling salty v0.3.0
27782026-08-21T16:11:57.223Z Compiling ecdsa v0.16.9
27792026-08-21T16:11:57.307Z Compiling samael v0.0.19
27802026-08-21T16:11:57.522Z Compiling chumsky v0.9.3
27812026-08-21T16:11:57.590Z Compiling knus-derive v3.4.0
27822026-08-21T16:11:57.681Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27832026-08-21T16:11:57.820Z Compiling progenitor-impl v0.13.0
27842026-08-21T16:11:57.954Z Compiling primeorder v0.13.6
27852026-08-21T16:11:58.260Z Compiling nonempty v0.12.0
27862026-08-21T16:11:58.509Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27872026-08-21T16:11:58.738Z Compiling p384 v0.13.1
27882026-08-21T16:11:58.928Z Compiling knus v3.4.0
27892026-08-21T16:11:59.810Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27902026-08-21T16:11:59.872Z Compiling progenitor-macro v0.13.0
27912026-08-21T16:12:00.091Z Compiling polar-core v0.27.3
27922026-08-21T16:12:00.264Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27932026-08-21T16:12:01.111Z Compiling progenitor-client v0.13.0
27942026-08-21T16:12:01.457Z Compiling fxhash v0.2.1
27952026-08-21T16:12:01.632Z Compiling libz-sys v1.1.24
27962026-08-21T16:12:01.908Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-21T16:12:01.935Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-21T16:12:02.128Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27992026-08-21T16:12:02.182Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28002026-08-21T16:12:02.549Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28012026-08-21T16:12:02.730Z Compiling kstat-rs v0.2.5
28022026-08-21T16:12:03.131Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032026-08-21T16:12:03.183Z Compiling mime_guess v2.0.5
28042026-08-21T16:12:03.700Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28052026-08-21T16:12:03.988Z Compiling progenitor v0.13.0
28062026-08-21T16:12:05.558Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-21T16:12:05.639Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28082026-08-21T16:12:05.811Z Compiling nanorand v0.7.0
28092026-08-21T16:12:05.897Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-21T16:12:06.191Z Compiling parking_lot_core v0.8.6
28112026-08-21T16:12:06.364Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28122026-08-21T16:12:06.518Z Compiling flume v0.11.1
28132026-08-21T16:12:06.780Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-21T16:12:07.067Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-21T16:12:07.612Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-21T16:12:07.766Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-21T16:12:08.230Z Compiling git-stub v1.0.0
28182026-08-21T16:12:08.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28192026-08-21T16:12:08.501Z Compiling corncobs v0.1.4
28202026-08-21T16:12:08.647Z Compiling instability v0.3.11
28212026-08-21T16:12:08.753Z Compiling http-range v0.1.5
28222026-08-21T16:12:08.800Z Compiling strsim v0.10.0
28232026-08-21T16:12:08.941Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28242026-08-21T16:12:09.089Z Compiling oso v0.27.3
28252026-08-21T16:12:09.157Z Compiling darling_core v0.13.4
28262026-08-21T16:12:09.678Z Compiling diesel-dtrace v0.5.0
28272026-08-21T16:12:10.012Z Compiling async-bb8-diesel v0.2.1
28282026-08-21T16:12:10.521Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28292026-08-21T16:12:10.815Z Compiling git-stub-vcs v0.1.0
28302026-08-21T16:12:13.059Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-21T16:12:13.656Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-21T16:12:13.822Z Compiling ignore v0.4.25
28332026-08-21T16:12:14.873Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28342026-08-21T16:12:15.052Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28352026-08-21T16:12:15.124Z Compiling anstyle-parse v0.2.7
28362026-08-21T16:12:15.158Z Compiling secrecy v0.8.0
28372026-08-21T16:12:15.354Z Compiling vergen-git2 v9.1.0
28382026-08-21T16:12:15.389Z Compiling castaway v0.2.4
28392026-08-21T16:12:15.555Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-21T16:12:15.581Z Compiling indoc v2.0.7
28412026-08-21T16:12:15.654Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28422026-08-21T16:12:15.787Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28432026-08-21T16:12:16.030Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442026-08-21T16:12:16.812Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-21T16:12:17.063Z Compiling compact_str v0.8.1
28462026-08-21T16:12:17.087Z Compiling anstream v0.6.21
28472026-08-21T16:12:17.623Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28482026-08-21T16:12:18.142Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28492026-08-21T16:12:18.701Z Compiling globwalk v0.9.1
28502026-08-21T16:12:18.995Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28512026-08-21T16:12:19.338Z Compiling parking_lot v0.11.2
28522026-08-21T16:12:19.658Z Compiling hyper-staticfile v0.10.1
28532026-08-21T16:12:20.119Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28542026-08-21T16:12:20.218Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28552026-08-21T16:12:20.241Z Compiling darling_macro v0.13.4
28562026-08-21T16:12:20.703Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-21T16:12:20.750Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28582026-08-21T16:12:20.823Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28592026-08-21T16:12:20.971Z Compiling predicates-tree v1.0.13
28602026-08-21T16:12:21.348Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-21T16:12:21.380Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-21T16:12:21.575Z Compiling unicode-truncate v1.1.0
28632026-08-21T16:12:21.669Z Compiling sha2 v0.11.0
28642026-08-21T16:12:21.781Z Compiling digest-io v0.1.0
28652026-08-21T16:12:21.962Z Compiling lru v0.12.5
28662026-08-21T16:12:22.190Z Compiling prefix-trie v0.7.0
28672026-08-21T16:12:22.433Z Compiling rand_seeder v0.4.0
28682026-08-21T16:12:22.457Z Compiling cassowary v0.3.0
28692026-08-21T16:12:22.644Z Compiling illumos-nvpair-sys v0.2.0
28702026-08-21T16:12:22.688Z Compiling rawzip v0.4.4
28712026-08-21T16:12:22.710Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28722026-08-21T16:12:22.898Z Compiling ratatui v0.29.0
28732026-08-21T16:12:22.919Z Compiling hickory-server v0.25.2
28742026-08-21T16:12:23.242Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28752026-08-21T16:12:23.766Z Compiling camino-tempfile-ext v0.3.3
28762026-08-21T16:12:23.769Z Compiling darling v0.13.4
28772026-08-21T16:12:23.853Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-08-21T16:12:23.909Z Compiling sled v0.34.7
28792026-08-21T16:12:24.058Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-21T16:12:24.351Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-21T16:12:26.433Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-21T16:12:26.897Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28832026-08-21T16:12:27.115Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28842026-08-21T16:12:27.925Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-21T16:12:29.501Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-21T16:12:30.043Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-21T16:12:30.456Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28882026-08-21T16:12:31.180Z Compiling serde_with_macros v1.5.2
28892026-08-21T16:12:31.648Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28902026-08-21T16:12:31.714Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28912026-08-21T16:12:31.792Z Compiling git2 v0.20.4
28922026-08-21T16:12:31.944Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28932026-08-21T16:12:32.004Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28942026-08-21T16:12:32.176Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28952026-08-21T16:12:32.231Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28962026-08-21T16:12:32.276Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28972026-08-21T16:12:32.404Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28982026-08-21T16:12:32.457Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28992026-08-21T16:12:32.500Z Compiling arc-swap v1.8.2
29002026-08-21T16:12:32.524Z Compiling void v1.0.2
29012026-08-21T16:12:32.666Z Compiling lzss v0.8.2
29022026-08-21T16:12:32.793Z Compiling slog-scope v4.4.1
29032026-08-21T16:12:32.897Z Compiling serde_with v1.14.0
29042026-08-21T16:12:32.973Z Compiling illumos-nvpair v0.3.0
29052026-08-21T16:12:33.199Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29062026-08-21T16:12:33.489Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29072026-08-21T16:12:34.617Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-21T16:12:34.804Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29092026-08-21T16:12:34.888Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-08-21T16:12:35.012Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29112026-08-21T16:12:35.617Z Compiling scuffle v0.1.0
29122026-08-21T16:12:35.797Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-21T16:12:36.189Z Compiling tungstenite v0.23.0
29142026-08-21T16:12:37.740Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-21T16:12:37.744Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-21T16:12:38.066Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-21T16:12:38.296Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-21T16:12:38.465Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-21T16:12:38.533Z Compiling nix v0.27.1
29202026-08-21T16:12:38.713Z Compiling twox-hash v2.1.2
29212026-08-21T16:12:38.795Z Compiling libsw-core v0.3.2
29222026-08-21T16:12:39.021Z Compiling serde_bytes v0.11.19
29232026-08-21T16:12:39.233Z Compiling atty v0.2.14
29242026-08-21T16:12:39.328Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29252026-08-21T16:12:39.395Z Compiling libsw v3.5.0
29262026-08-21T16:12:39.626Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29272026-08-21T16:12:39.717Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29282026-08-21T16:12:39.769Z Compiling tokio-tungstenite v0.23.1
29292026-08-21T16:12:39.799Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29302026-08-21T16:12:40.162Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29312026-08-21T16:12:40.558Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29322026-08-21T16:12:41.063Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29332026-08-21T16:12:41.551Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-21T16:12:42.873Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-21T16:12:43.505Z Compiling slog-stdlog v4.1.1
29362026-08-21T16:12:43.906Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-21T16:12:43.947Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-21T16:12:44.179Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-21T16:12:44.671Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29402026-08-21T16:12:45.507Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29412026-08-21T16:12:45.754Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29422026-08-21T16:12:46.342Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-21T16:12:48.060Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-21T16:12:48.856Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-21T16:12:49.021Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-21T16:12:49.459Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-21T16:12:50.370Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29482026-08-21T16:12:52.502Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29492026-08-21T16:12:53.097Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29502026-08-21T16:12:53.513Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-21T16:12:53.752Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29522026-08-21T16:12:54.635Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29532026-08-21T16:12:54.910Z Compiling signal-hook-tokio v0.3.1
29542026-08-21T16:12:55.115Z Compiling fatfs v0.3.6
29552026-08-21T16:12:56.380Z Compiling yasna v0.5.2
29562026-08-21T16:12:56.823Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-21T16:12:57.430Z Compiling seq-macro v0.3.6
29582026-08-21T16:12:57.791Z Compiling assert_matches v1.5.0
29592026-08-21T16:12:57.903Z Compiling rcgen v0.12.1
29602026-08-21T16:12:57.925Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-21T16:12:57.949Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-21T16:12:58.341Z Compiling slog-envlogger v2.2.0
29632026-08-21T16:12:59.380Z Compiling oxide-update-engine-display v0.1.2
29642026-08-21T16:12:59.469Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-21T16:13:00.313Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-21T16:13:00.512Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29672026-08-21T16:13:00.744Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29682026-08-21T16:13:00.976Z Compiling port-file v0.1.0
29692026-08-21T16:13:01.313Z Compiling subprocess v0.2.15
29702026-08-21T16:13:01.794Z Compiling rtoolbox v0.0.3
29712026-08-21T16:13:01.828Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29722026-08-21T16:13:02.069Z Compiling rpassword v7.5.4
29732026-08-21T16:13:02.397Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742026-08-21T16:13:03.437Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29752026-08-21T16:13:04.196Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-08-21T16:13:04.338Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-21T16:13:05.344Z Compiling tui-tree-widget v0.23.1
29782026-08-21T16:13:05.706Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-21T16:13:05.731Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29802026-08-21T16:13:07.132Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29812026-08-21T16:13:08.941Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29822026-08-21T16:13:09.559Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-21T16:13:09.793Z Compiling uzers v0.12.2
29842026-08-21T16:13:09.864Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-08-21T16:13:11.218Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-08-21T16:13:11.329Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29872026-08-21T16:13:12.264Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-21T16:13:12.486Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-08-21T16:13:12.908Z Compiling support-bundle-viewer v0.1.2
29902026-08-21T16:13:14.664Z Compiling multimap v0.10.1
29912026-08-21T16:13:22.497Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29922026-08-21T16:13:24.921Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29932026-08-21T16:13:30.093Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-21T16:13:33.766Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-21T16:13:35.124Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-21T16:21:07.146Z Finished `release` profile [optimized] target(s) in 9m 45s
29972026-08-21T16:21:07.150Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-21T16:21:07.150Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-21T16:21:58.493Z
30002026-08-21T16:21:58.493Zreal 10:37.857061575
30012026-08-21T16:21:58.493Zuser 1:21:53.278546243
30022026-08-21T16:21:58.497Zsys 3:38.471145479
30032026-08-21T16:21:58.497Ztrap 1.830552809
30042026-08-21T16:21:58.497Ztflt 1.818101263
30052026-08-21T16:21:58.497Zdflt 19.639661582
30062026-08-21T16:21:58.497Zkflt 0.005839670
30072026-08-21T16:21:58.497Zlock 7:55:07.344531976
30082026-08-21T16:21:58.497Zslp 2:19:35.446588451
30092026-08-21T16:21:58.497Zlat 2:32.949910508
30102026-08-21T16:21:58.497Zstop 5:33.682366398
30112026-08-21T16:21:58.497Z+ mapfile -t packages
30122026-08-21T16:21:58.497Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-21T16:21:59.450Z Finished `release` profile [optimized] target(s) in 0.94s
30142026-08-21T16:21:59.525Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-21T16:21:59.585ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-21T16:21:59.591Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-21T16:22:00.073Z Compiling libc v0.2.185
30182026-08-21T16:22:00.074Z Compiling serde_core v1.0.228
30192026-08-21T16:22:00.074Z Compiling serde v1.0.228
30202026-08-21T16:22:00.078Z Compiling rustix v1.1.4
30212026-08-21T16:22:00.078Z Compiling serde_json v1.0.151
30222026-08-21T16:22:00.161Z Compiling bitflags v2.11.0
30232026-08-21T16:22:00.233Z Compiling usdt-impl v0.5.0
30242026-08-21T16:22:00.237Z Compiling syn v2.0.117
30252026-08-21T16:22:00.254Z Compiling syn v1.0.109
30262026-08-21T16:22:00.266Z Compiling getrandom v0.3.4
30272026-08-21T16:22:00.278Z Compiling log v0.4.33
30282026-08-21T16:22:00.282Z Compiling indexmap v2.14.0
30292026-08-21T16:22:00.302Z Compiling fs-err v3.3.0
30302026-08-21T16:22:00.437Z Compiling heck v0.4.1
30312026-08-21T16:22:00.529Z Compiling once_cell v1.21.3
30322026-08-21T16:22:00.539Z Compiling anyhow v1.0.104
30332026-08-21T16:22:00.911Z Compiling errno v0.3.14
30342026-08-21T16:22:00.915Z Compiling thread-id v4.2.2
30352026-08-21T16:22:00.915Z Compiling memmap v0.7.0
30362026-08-21T16:22:01.656Z Compiling proc-macro-error v1.0.4
30372026-08-21T16:22:01.884Z Compiling terminal_size v0.4.3
30382026-08-21T16:22:01.884Z Compiling tempfile v3.27.0
30392026-08-21T16:22:01.917Z Compiling tabled_derive v0.7.0
30402026-08-21T16:22:01.981Z Compiling clap_builder v4.6.0
30412026-08-21T16:22:01.981Z Compiling textwrap v0.16.2
30422026-08-21T16:22:02.236Z Compiling camino v1.2.5
30432026-08-21T16:22:02.240Z Compiling semver v1.0.28
30442026-08-21T16:22:02.240Z Compiling cargo-platform v0.3.2
30452026-08-21T16:22:02.379Z Compiling pest_generator v2.8.6
30462026-08-21T16:22:02.584Z Compiling camino-tempfile v1.4.1
30472026-08-21T16:22:02.653Z Compiling tabled v0.15.0
30482026-08-21T16:22:02.884Z Compiling serde_derive v1.0.228
30492026-08-21T16:22:02.888Z Compiling thiserror-impl v1.0.69
30502026-08-21T16:22:02.888Z Compiling zerocopy-derive v0.7.35
30512026-08-21T16:22:02.888Z Compiling scroll_derive v0.12.1
30522026-08-21T16:22:02.888Z Compiling thiserror-impl v2.0.18
30532026-08-21T16:22:02.888Z Compiling clap_derive v4.6.1
30542026-08-21T16:22:02.949Z Compiling pest_derive v2.8.6
30552026-08-21T16:22:03.579Z Compiling scroll v0.12.0
30562026-08-21T16:22:03.766Z Compiling zerocopy v0.7.35
30572026-08-21T16:22:03.846Z Compiling goblin v0.8.2
30582026-08-21T16:22:04.025Z Compiling thiserror v1.0.69
30592026-08-21T16:22:04.139Z Compiling dtrace-parser v0.2.0
30602026-08-21T16:22:04.348Z Compiling thiserror v2.0.18
30612026-08-21T16:22:04.378Z Compiling clap v4.6.1
30622026-08-21T16:22:06.024Z Compiling dof v0.3.0
30632026-08-21T16:22:06.055Z Compiling serde_spanned v0.6.9
30642026-08-21T16:22:06.082Z Compiling toml_datetime v0.6.11
30652026-08-21T16:22:06.148Z Compiling serde_tokenstream v0.2.3
30662026-08-21T16:22:06.184Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30672026-08-21T16:22:06.228Z Compiling macaddr v1.0.1
30682026-08-21T16:22:06.406Z Compiling toml_edit v0.22.27
30692026-08-21T16:22:06.429Z Compiling cargo_metadata v0.23.1
30702026-08-21T16:22:06.808Z Compiling usdt-attr-macro v0.5.0
30712026-08-21T16:22:06.808Z Compiling usdt-macro v0.5.0
30722026-08-21T16:22:07.440Z Compiling usdt v0.5.0
30732026-08-21T16:22:07.912Z Compiling toml v0.8.23
30742026-08-21T16:22:08.347Z Compiling cargo_toml v0.21.0
30752026-08-21T16:22:12.760Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-21T16:22:15.967Z Finished `release` profile [optimized] target(s) in 16.36s
30772026-08-21T16:22:16.069Z
30782026-08-21T16:22:16.069Zreal 16.446866550
30792026-08-21T16:22:16.069Zuser 2:05.064035661
30802026-08-21T16:22:16.069Zsys 13.442022426
30812026-08-21T16:22:16.074Ztrap 0.076303541
30822026-08-21T16:22:16.074Ztflt 0.468951390
30832026-08-21T16:22:16.074Zdflt 1.451514933
30842026-08-21T16:22:16.074Zkflt 0.000034330
30852026-08-21T16:22:16.074Zlock 4:46.000283063
30862026-08-21T16:22:16.074Zslp 2:40.257213544
30872026-08-21T16:22:16.074Zlat 4.141841584
30882026-08-21T16:22:16.074Zstop 15.800612870
30892026-08-21T16:22:16.074Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-21T16:22:16.074Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-21T16:22:16.074Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-21T16:22:16.074Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-21T16:22:16.074Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-21T16:22:17.013Z Compiling match_cfg v0.1.0
30952026-08-21T16:22:17.013Z Compiling progenitor-client v0.14.0
30962026-08-21T16:22:17.013Z Compiling slog-json v2.6.1
30972026-08-21T16:22:17.016Z Compiling newtype-uuid-macros v0.1.0
30982026-08-21T16:22:17.016Z Compiling sha1 v0.11.0
30992026-08-21T16:22:17.016Z Compiling multer v3.1.0
31002026-08-21T16:22:17.016Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-21T16:22:17.160Z Compiling debug-ignore v1.0.5
31022026-08-21T16:22:17.164Z Compiling compression-core v0.4.31
31032026-08-21T16:22:17.164Z Compiling async-stream-impl v0.3.6
31042026-08-21T16:22:17.171Z Compiling toml_datetime v1.1.1+spec-1.1.0
31052026-08-21T16:22:17.174Z Compiling serde_spanned v1.1.1
31062026-08-21T16:22:17.175Z Compiling dropshot v0.17.1
31072026-08-21T16:22:17.183Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-21T16:22:17.195Z Compiling waitgroup v0.1.2
31092026-08-21T16:22:17.198Z Compiling rustls-pemfile v2.2.0
31102026-08-21T16:22:17.221Z Compiling hostname v0.3.1
31112026-08-21T16:22:17.450Z Compiling toml v1.1.2+spec-1.1.0
31122026-08-21T16:22:17.454Z Compiling dropshot_endpoint v0.17.1
31132026-08-21T16:22:17.454Z Compiling hostname v0.4.2
31142026-08-21T16:22:17.454Z Compiling serde_path_to_error v0.1.20
31152026-08-21T16:22:17.454Z Compiling atomicwrites v0.4.4
31162026-08-21T16:22:17.454Z Compiling macaddr v1.0.1
31172026-08-21T16:22:17.454Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31182026-08-21T16:22:17.518Z Compiling compression-codecs v0.4.37
31192026-08-21T16:22:17.581Z Compiling slog-bunyan v2.5.0
31202026-08-21T16:22:17.636Z Compiling instant v0.1.13
31212026-08-21T16:22:17.639Z Compiling regress v0.10.5
31222026-08-21T16:22:17.654Z Compiling parse-display-derive v0.10.0
31232026-08-21T16:22:17.691Z Compiling backon v1.6.0
31242026-08-21T16:22:17.764Z Compiling async-compression v0.4.41
31252026-08-21T16:22:17.768Z Compiling backoff v0.4.0
31262026-08-21T16:22:17.768Z Compiling itertools v0.14.0
31272026-08-21T16:22:17.768Z Compiling humantime v2.3.0
31282026-08-21T16:22:17.835Z Compiling half v2.7.1
31292026-08-21T16:22:17.838Z Compiling crucible-workspace-hack v0.1.0
31302026-08-21T16:22:17.880Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31312026-08-21T16:22:17.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-08-21T16:22:17.959Z Compiling progenitor-extras v0.2.0
31332026-08-21T16:22:17.989Z Compiling async-stream v0.3.6
31342026-08-21T16:22:18.030Z Compiling ciborium-io v0.2.2
31352026-08-21T16:22:18.071Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31362026-08-21T16:22:18.091Z Compiling convert_case v0.4.0
31372026-08-21T16:22:18.106Z Compiling regress v0.11.1
31382026-08-21T16:22:18.147Z Compiling ciborium-ll v0.2.2
31392026-08-21T16:22:18.172Z Compiling secrecy v0.10.3
31402026-08-21T16:22:18.189Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31412026-08-21T16:22:18.207Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-08-21T16:22:18.211Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-21T16:22:18.241Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31442026-08-21T16:22:18.244Z Compiling inout v0.1.4
31452026-08-21T16:22:18.324Z Compiling ciborium v0.2.2
31462026-08-21T16:22:18.350Z Compiling thiserror-impl-no-std v2.0.2
31472026-08-21T16:22:18.368Z Compiling universal-hash v0.5.1
31482026-08-21T16:22:18.388Z Compiling cipher v0.4.4
31492026-08-21T16:22:18.431Z Compiling unsafe-libyaml v0.2.11
31502026-08-21T16:22:18.471Z Compiling derive_more v0.99.20
31512026-08-21T16:22:18.529Z Compiling opaque-debug v0.3.1
31522026-08-21T16:22:18.549Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-08-21T16:22:18.596Z Compiling blake2 v0.10.6
31542026-08-21T16:22:18.626Z Compiling chacha20 v0.9.1
31552026-08-21T16:22:18.667Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31562026-08-21T16:22:18.813Z Compiling poly1305 v0.8.0
31572026-08-21T16:22:18.894Z Compiling aead v0.5.2
31582026-08-21T16:22:18.916Z Compiling password-hash v0.5.0
31592026-08-21T16:22:18.933Z Compiling indent_write v2.2.0
31602026-08-21T16:22:18.951Z Compiling toml_datetime v0.7.5+spec-1.1.0
31612026-08-21T16:22:19.098Z Compiling serde_yaml v0.9.34+deprecated
31622026-08-21T16:22:19.116Z Compiling chacha20poly1305 v0.10.1
31632026-08-21T16:22:19.134Z Compiling toml_edit v0.23.10+spec-1.0.0
31642026-08-21T16:22:19.183Z Compiling argon2 v0.5.3
31652026-08-21T16:22:19.216Z Compiling num-derive v0.4.2
31662026-08-21T16:22:19.233Z Compiling heapless v0.8.0
31672026-08-21T16:22:19.300Z Compiling ingot-macros v0.2.0
31682026-08-21T16:22:19.347Z Compiling tabwriter v1.4.1
31692026-08-21T16:22:19.413Z Compiling parse-display v0.10.0
31702026-08-21T16:22:19.553Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-08-21T16:22:19.598Z Compiling thiserror-no-std v2.0.2
31722026-08-21T16:22:19.618Z Compiling hash32 v0.3.1
31732026-08-21T16:22:19.715Z Compiling typify-impl v0.6.2
31742026-08-21T16:22:19.733Z Compiling vsss-rs v3.3.4
31752026-08-21T16:22:19.765Z Compiling proc-macro-crate v3.4.0
31762026-08-21T16:22:19.806Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31772026-08-21T16:22:19.840Z Compiling smoltcp v0.11.0
31782026-08-21T16:22:20.175Z Compiling cobs v0.3.0
31792026-08-21T16:22:20.201Z Compiling colored v3.1.1
31802026-08-21T16:22:20.260Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31812026-08-21T16:22:20.344Z Compiling num_enum_derive v0.7.6
31822026-08-21T16:22:20.377Z Compiling postcard v1.1.3
31832026-08-21T16:22:20.403Z Compiling proc-macro-error v1.0.4
31842026-08-21T16:22:20.492Z Compiling rand v0.10.1
31852026-08-21T16:22:20.596Z Compiling proc-macro-crate v1.3.1
31862026-08-21T16:22:20.615Z Compiling foreign-types-macros v0.2.3
31872026-08-21T16:22:20.702Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31882026-08-21T16:22:20.745Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31892026-08-21T16:22:20.764Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-21T16:22:20.833Z Compiling rayon-core v1.13.0
31912026-08-21T16:22:20.849Z Compiling foreign-types-shared v0.3.1
31922026-08-21T16:22:21.069Z Compiling crossbeam-deque v0.8.6
31932026-08-21T16:22:21.073Z Compiling num_enum_derive v0.5.11
31942026-08-21T16:22:21.119Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31952026-08-21T16:22:21.123Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31962026-08-21T16:22:21.159Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-08-21T16:22:21.208Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-08-21T16:22:21.265Z Compiling foreign-types v0.5.0
31992026-08-21T16:22:21.329Z Compiling cstr-argument v0.1.2
32002026-08-21T16:22:21.365Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32012026-08-21T16:22:21.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32022026-08-21T16:22:21.444Z Compiling zone_cfg_derive v0.3.1
32032026-08-21T16:22:21.487Z Compiling num_enum v0.7.6
32042026-08-21T16:22:21.517Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32052026-08-21T16:22:21.608Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32062026-08-21T16:22:21.627Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32072026-08-21T16:22:21.643Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32082026-08-21T16:22:21.659Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-21T16:22:21.725Z Compiling itertools v0.12.1
32102026-08-21T16:22:21.752Z Compiling sigpipe v0.1.3
32112026-08-21T16:22:21.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32122026-08-21T16:22:21.789Z Compiling rayon v1.11.0
32132026-08-21T16:22:21.858Z Compiling glob v0.3.3
32142026-08-21T16:22:21.876Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32152026-08-21T16:22:21.893Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-21T16:22:22.010Z Compiling smf v0.2.3
32172026-08-21T16:22:22.073Z Compiling whoami v1.6.1
32182026-08-21T16:22:22.139Z Compiling cpubits v0.1.1
32192026-08-21T16:22:22.156Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32202026-08-21T16:22:22.204Z Compiling num_enum v0.5.11
32212026-08-21T16:22:22.240Z Compiling gethostname v0.5.0
32222026-08-21T16:22:22.276Z Compiling derive-where v1.6.0
32232026-08-21T16:22:22.293Z Compiling ingot-types v0.2.0
32242026-08-21T16:22:22.311Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32252026-08-21T16:22:22.331Z Compiling usdt-attr-macro v0.5.0
32262026-08-21T16:22:22.351Z Compiling usdt-macro v0.5.0
32272026-08-21T16:22:22.355Z Compiling num-rational v0.4.2
32282026-08-21T16:22:22.386Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32292026-08-21T16:22:22.390Z Compiling num-complex v0.4.6
32302026-08-21T16:22:22.421Z Compiling memmap v0.7.0
32312026-08-21T16:22:22.629Z Compiling toml v0.8.23
32322026-08-21T16:22:22.646Z Compiling pem-rfc7468 v1.0.0
32332026-08-21T16:22:22.750Z Compiling ingot v0.2.1
32342026-08-21T16:22:22.814Z Compiling num v0.4.3
32352026-08-21T16:22:22.833Z Compiling float-ord v0.3.2
32362026-08-21T16:22:22.910Z Compiling zone v0.3.1
32372026-08-21T16:22:22.951Z Compiling cancel-safe-futures v0.1.5
32382026-08-21T16:22:22.972Z Compiling resolv-conf v0.7.6
32392026-08-21T16:22:22.990Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-08-21T16:22:23.007Z Compiling hmac v0.13.0
32412026-08-21T16:22:23.175Z Compiling universal-hash v0.6.1
32422026-08-21T16:22:23.200Z Compiling usdt v0.5.0
32432026-08-21T16:22:23.236Z Compiling sha1 v0.10.6
32442026-08-21T16:22:23.276Z Compiling prettyplease v0.2.37
32452026-08-21T16:22:23.344Z Compiling libefi-sys v0.1.0
32462026-08-21T16:22:23.361Z Compiling linear-map v1.2.0
32472026-08-21T16:22:23.379Z Compiling polyval v0.7.1
32482026-08-21T16:22:23.496Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32492026-08-21T16:22:23.514Z Compiling der v0.8.0
32502026-08-21T16:22:23.550Z Compiling hickory-proto v0.24.4
32512026-08-21T16:22:23.583Z Compiling newline-converter v0.3.0
32522026-08-21T16:22:23.603Z Compiling console v0.15.11
32532026-08-21T16:22:23.606Z Compiling bitfield-struct v0.6.2
32542026-08-21T16:22:23.637Z Compiling linked-hash-map v0.5.6
32552026-08-21T16:22:23.672Z Compiling oxide-update-engine-types v0.1.2
32562026-08-21T16:22:23.672Z Compiling ghash v0.6.0
32572026-08-21T16:22:23.854Z Compiling lru-cache v0.1.2
32582026-08-21T16:22:23.871Z Compiling pbkdf2 v0.13.0
32592026-08-21T16:22:23.875Z Compiling aes v0.9.1
32602026-08-21T16:22:24.010Z Compiling expectorate v1.2.0
32612026-08-21T16:22:24.040Z Compiling crypto-bigint v0.7.5
32622026-08-21T16:22:24.088Z Compiling ctr v0.10.1
32632026-08-21T16:22:24.201Z Compiling aead v0.6.1
32642026-08-21T16:22:24.218Z Compiling sha2 v0.11.0
32652026-08-21T16:22:24.327Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32662026-08-21T16:22:24.344Z Compiling nom v8.0.0
32672026-08-21T16:22:24.361Z Compiling typify-macro v0.6.2
32682026-08-21T16:22:24.395Z Compiling semver v0.1.20
32692026-08-21T16:22:24.635Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32702026-08-21T16:22:24.681Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32712026-08-21T16:22:24.718Z Compiling oxide-update-engine v0.1.2
32722026-08-21T16:22:24.780Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32732026-08-21T16:22:24.798Z Compiling rustc_version v0.1.7
32742026-08-21T16:22:24.910Z Compiling spki v0.8.0
32752026-08-21T16:22:24.937Z Compiling aes-gcm v0.11.0
32762026-08-21T16:22:24.990Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32772026-08-21T16:22:25.038Z Compiling tokio-dtrace v0.1.1
32782026-08-21T16:22:25.120Z Compiling dropshot-api-manager-types v0.8.0
32792026-08-21T16:22:25.212Z Compiling salsa20 v0.11.0
32802026-08-21T16:22:25.230Z Compiling slog-dtrace v0.3.0
32812026-08-21T16:22:25.248Z Compiling xshell-macros v0.2.7
32822026-08-21T16:22:25.264Z Compiling minimal-lexical v0.2.1
32832026-08-21T16:22:25.283Z Compiling newtype_derive v0.1.6
32842026-08-21T16:22:25.322Z Compiling oxide-tokio-rt v0.1.4
32852026-08-21T16:22:25.394Z Compiling scrypt v0.12.0
32862026-08-21T16:22:25.410Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32872026-08-21T16:22:25.471Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32882026-08-21T16:22:25.501Z Compiling nom v7.1.3
32892026-08-21T16:22:25.518Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32902026-08-21T16:22:25.561Z Compiling phf_shared v0.12.1
32912026-08-21T16:22:25.664Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32922026-08-21T16:22:25.682Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32932026-08-21T16:22:25.711Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32942026-08-21T16:22:25.763Z Compiling hickory-resolver v0.24.4
32952026-08-21T16:22:25.860Z Compiling xshell v0.2.7
32962026-08-21T16:22:26.094Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32972026-08-21T16:22:26.152Z Compiling rfc6979 v0.4.0
32982026-08-21T16:22:26.168Z Compiling cbc v0.2.1
32992026-08-21T16:22:26.215Z Compiling proc-macro-error-attr2 v2.0.0
33002026-08-21T16:22:26.283Z Compiling typify v0.6.2
33012026-08-21T16:22:26.318Z Compiling csv-core v0.1.13
33022026-08-21T16:22:26.367Z Compiling highway v1.3.0
33032026-08-21T16:22:26.424Z Compiling progenitor-impl v0.14.0
33042026-08-21T16:22:26.446Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-08-21T16:22:26.605Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-21T16:22:26.664Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33072026-08-21T16:22:26.701Z Compiling chrono-tz v0.10.4
33082026-08-21T16:22:26.759Z Compiling unicode-xid v0.2.6
33092026-08-21T16:22:26.783Z Compiling proc-macro-error2 v2.0.1
33102026-08-21T16:22:26.810Z Compiling csv v1.4.0
33112026-08-21T16:22:26.908Z Compiling qorb v0.4.1
33122026-08-21T16:22:26.926Z Compiling const_format_proc_macros v0.2.34
33132026-08-21T16:22:26.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33142026-08-21T16:22:26.974Z Compiling pkcs5 v0.8.1
33152026-08-21T16:22:27.151Z Compiling ecdsa v0.16.9
33162026-08-21T16:22:27.185Z Compiling phf v0.12.1
33172026-08-21T16:22:27.366Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33182026-08-21T16:22:27.398Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-08-21T16:22:27.554Z Compiling primeorder v0.13.6
33202026-08-21T16:22:27.572Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33212026-08-21T16:22:27.591Z Compiling hashbrown v0.14.5
33222026-08-21T16:22:27.610Z Compiling salty v0.3.0
33232026-08-21T16:22:27.805Z Compiling const_format v0.2.35
33242026-08-21T16:22:27.854Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33252026-08-21T16:22:27.871Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33262026-08-21T16:22:27.923Z Compiling p384 v0.13.1
33272026-08-21T16:22:28.075Z Compiling pkcs8 v0.11.0
33282026-08-21T16:22:28.158Z Compiling chumsky v0.9.3
33292026-08-21T16:22:28.201Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33302026-08-21T16:22:28.363Z Compiling knus-derive v3.4.0
33312026-08-21T16:22:28.491Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33322026-08-21T16:22:28.520Z Compiling tabled_derive v0.7.0
33332026-08-21T16:22:28.699Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342026-08-21T16:22:28.868Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33352026-08-21T16:22:28.993Z Compiling bcs v0.1.6
33362026-08-21T16:22:29.056Z Compiling ff v0.14.0
33372026-08-21T16:22:29.091Z Compiling progenitor-macro v0.14.0
33382026-08-21T16:22:29.232Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33392026-08-21T16:22:29.338Z Compiling termtree v0.5.1
33402026-08-21T16:22:29.364Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33412026-08-21T16:22:29.419Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33422026-08-21T16:22:29.521Z Compiling steno v0.4.1
33432026-08-21T16:22:29.538Z Compiling tabled v0.15.0
33442026-08-21T16:22:29.636Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33452026-08-21T16:22:29.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33462026-08-21T16:22:29.680Z Compiling tagptr v0.2.0
33472026-08-21T16:22:29.819Z Compiling group v0.14.0
33482026-08-21T16:22:29.861Z Compiling moka v0.12.13
33492026-08-21T16:22:29.879Z Compiling knus v3.4.0
33502026-08-21T16:22:29.918Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33512026-08-21T16:22:30.006Z Compiling signature v3.0.0
33522026-08-21T16:22:30.025Z Compiling base16ct v1.0.0
33532026-08-21T16:22:30.265Z Compiling sec1 v0.8.1
33542026-08-21T16:22:30.283Z Compiling hkdf v0.13.0
33552026-08-21T16:22:30.302Z Compiling libscf-sys v1.2.0
33562026-08-21T16:22:30.318Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-08-21T16:22:30.473Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33582026-08-21T16:22:30.491Z Compiling elliptic-curve v0.14.1
33592026-08-21T16:22:30.560Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33602026-08-21T16:22:30.606Z Compiling hickory-resolver v0.25.2
33612026-08-21T16:22:30.700Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33622026-08-21T16:22:30.718Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-21T16:22:30.832Z Compiling utf-8 v0.7.6
33642026-08-21T16:22:31.047Z Compiling parking_lot_core v0.8.6
33652026-08-21T16:22:31.066Z Compiling corncobs v0.1.4
33662026-08-21T16:22:31.096Z Compiling tungstenite v0.21.0
33672026-08-21T16:22:31.268Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-21T16:22:31.366Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-08-21T16:22:31.383Z Compiling wnaf v0.14.0
33702026-08-21T16:22:31.536Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33712026-08-21T16:22:31.613Z Compiling primefield v0.14.0
33722026-08-21T16:22:31.671Z Compiling rfc6979 v0.6.0
33732026-08-21T16:22:31.705Z Compiling papergrid v0.18.0
33742026-08-21T16:22:31.761Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33752026-08-21T16:22:31.861Z Compiling git-stub v1.0.0
33762026-08-21T16:22:31.882Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-21T16:22:31.959Z Compiling secrecy v0.8.0
33782026-08-21T16:22:31.986Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33792026-08-21T16:22:32.133Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33802026-08-21T16:22:32.151Z Compiling git-stub-vcs v0.1.0
33812026-08-21T16:22:32.168Z Compiling ecdsa v0.17.0
33822026-08-21T16:22:32.273Z Compiling primeorder v0.14.0
33832026-08-21T16:22:32.365Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-21T16:22:32.540Z Compiling tokio-tungstenite v0.21.0
33852026-08-21T16:22:32.661Z Compiling tabled v0.21.0
33862026-08-21T16:22:32.680Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33872026-08-21T16:22:32.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33882026-08-21T16:22:32.771Z Compiling curve25519-dalek v5.0.0
33892026-08-21T16:22:32.808Z Compiling illumos-nvpair-sys v0.2.0
33902026-08-21T16:22:32.875Z Compiling unicase v2.9.0
33912026-08-21T16:22:32.893Z Compiling parking_lot v0.11.2
33922026-08-21T16:22:32.910Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33932026-08-21T16:22:32.930Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-08-21T16:22:33.048Z Compiling ssh-encoding v0.3.0
33952026-08-21T16:22:33.103Z Compiling mime_guess v2.0.5
33962026-08-21T16:22:33.157Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33972026-08-21T16:22:33.286Z Compiling progenitor-impl v0.13.0
33982026-08-21T16:22:33.307Z Compiling prefix-trie v0.7.0
33992026-08-21T16:22:33.362Z Compiling fxhash v0.2.1
34002026-08-21T16:22:33.436Z Compiling keccak v0.2.0
34012026-08-21T16:22:33.439Z Compiling crc8 v0.1.1
34022026-08-21T16:22:33.499Z Compiling sled v0.34.7
34032026-08-21T16:22:33.653Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34042026-08-21T16:22:33.712Z Compiling hickory-server v0.25.2
34052026-08-21T16:22:33.735Z Compiling ed25519 v3.0.0
34062026-08-21T16:22:33.740Z Compiling crypto-primes v0.7.2
34072026-08-21T16:22:34.149Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-08-21T16:22:34.223Z Compiling pkcs1 v0.8.0-rc.4
34092026-08-21T16:22:34.241Z Compiling progenitor v0.14.0
34102026-08-21T16:22:34.398Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34112026-08-21T16:22:34.425Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34122026-08-21T16:22:34.636Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34132026-08-21T16:22:34.734Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34142026-08-21T16:22:34.873Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34152026-08-21T16:22:34.958Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34162026-08-21T16:22:35.209Z Compiling poly1305 v0.9.0
34172026-08-21T16:22:35.243Z Compiling progenitor-client v0.13.0
34182026-08-21T16:22:35.541Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34192026-08-21T16:22:35.564Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34202026-08-21T16:22:35.601Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34212026-08-21T16:22:35.628Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-08-21T16:22:35.660Z Compiling blowfish v0.10.0
34232026-08-21T16:22:35.771Z Compiling blake2 v0.11.0-rc.6
34242026-08-21T16:22:35.950Z Compiling http-range v0.1.5
34252026-08-21T16:22:35.967Z Compiling half v1.8.3
34262026-08-21T16:22:35.983Z Compiling progenitor-macro v0.13.0
34272026-08-21T16:22:36.043Z Compiling bcrypt-pbkdf v0.11.0
34282026-08-21T16:22:36.167Z Compiling argon2 v0.6.0-rc.8
34292026-08-21T16:22:36.239Z Compiling serde_cbor v0.11.2
34302026-08-21T16:22:36.265Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34312026-08-21T16:22:36.393Z Compiling ssh-cipher v0.3.0
34322026-08-21T16:22:36.853Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34332026-08-21T16:22:36.906Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34342026-08-21T16:22:37.226Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-08-21T16:22:37.249Z Compiling rsa v0.10.0-rc.18
34362026-08-21T16:22:37.284Z Compiling ed25519-dalek v3.0.0
34372026-08-21T16:22:37.444Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-08-21T16:22:38.011Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34392026-08-21T16:22:38.045Z Compiling illumos-nvpair v0.3.0
34402026-08-21T16:22:38.325Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34412026-08-21T16:22:38.377Z Compiling sha3 v0.11.0
34422026-08-21T16:22:38.504Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432026-08-21T16:22:38.641Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34442026-08-21T16:22:38.717Z Compiling p256 v0.14.0
34452026-08-21T16:22:38.783Z Compiling p521 v0.14.0
34462026-08-21T16:22:38.865Z Compiling p384 v0.14.0
34472026-08-21T16:22:38.931Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34482026-08-21T16:22:39.049Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34492026-08-21T16:22:39.331Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34502026-08-21T16:22:39.366Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34512026-08-21T16:22:39.594Z Compiling scuffle v0.1.0
34522026-08-21T16:22:39.856Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-21T16:22:39.914Z Compiling yasna v0.5.2
34542026-08-21T16:22:40.445Z Compiling kstat-rs v0.2.5
34552026-08-21T16:22:40.467Z Compiling headers-core v0.3.0
34562026-08-21T16:22:40.606Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34572026-08-21T16:22:40.627Z Compiling kem v0.3.0
34582026-08-21T16:22:40.649Z Compiling module-lattice v0.2.3
34592026-08-21T16:22:40.689Z Compiling nanorand v0.7.0
34602026-08-21T16:22:40.770Z Compiling sponge-cursor v0.1.0
34612026-08-21T16:22:40.787Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34622026-08-21T16:22:40.805Z Compiling headers v0.4.1
34632026-08-21T16:22:40.934Z Compiling flume v0.11.1
34642026-08-21T16:22:40.934Z Compiling sha3 v0.12.0
34652026-08-21T16:22:41.015Z Compiling ml-kem v0.3.2
34662026-08-21T16:22:41.031Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34672026-08-21T16:22:41.143Z Compiling progenitor v0.13.0
34682026-08-21T16:22:41.249Z Compiling rcgen v0.12.1
34692026-08-21T16:22:41.270Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34702026-08-21T16:22:41.288Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34712026-08-21T16:22:41.306Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-21T16:22:41.357Z Compiling hyper-staticfile v0.10.1
34732026-08-21T16:22:41.534Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34742026-08-21T16:22:41.588Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34752026-08-21T16:22:41.611Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34762026-08-21T16:22:41.628Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-21T16:22:41.878Z Compiling ssh-key v0.7.0-rc.11
34782026-08-21T16:22:41.899Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34792026-08-21T16:22:41.955Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34802026-08-21T16:22:42.023Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-21T16:22:42.026Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34822026-08-21T16:22:42.058Z Compiling russh-cryptovec v0.62.0
34832026-08-21T16:22:42.143Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-08-21T16:22:42.232Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34852026-08-21T16:22:42.258Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34862026-08-21T16:22:42.276Z Compiling internal-russh-num-bigint v0.5.0
34872026-08-21T16:22:42.307Z Compiling port-file v0.1.0
34882026-08-21T16:22:42.355Z Compiling num-bigint v0.4.6
34892026-08-21T16:22:42.383Z Compiling generic-array v1.4.3
34902026-08-21T16:22:42.400Z Compiling russh-util v0.52.0
34912026-08-21T16:22:42.567Z Compiling enum_dispatch v0.3.13
34922026-08-21T16:22:42.586Z Compiling delegate v0.13.5
34932026-08-21T16:22:42.590Z Compiling subprocess v0.2.15
34942026-08-21T16:22:42.739Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34952026-08-21T16:22:42.890Z Compiling display-error-chain v0.2.2
34962026-08-21T16:22:43.039Z Compiling hex-literal v1.1.0
34972026-08-21T16:22:43.057Z Compiling md5 v0.8.0
34982026-08-21T16:22:43.176Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34992026-08-21T16:22:43.180Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35002026-08-21T16:22:43.352Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35012026-08-21T16:22:43.401Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35022026-08-21T16:22:43.562Z Compiling colored v2.2.0
35032026-08-21T16:22:43.584Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35042026-08-21T16:22:43.615Z Compiling russh v0.62.4
35052026-08-21T16:22:43.701Z Compiling socket2 v0.5.10
35062026-08-21T16:22:43.853Z Compiling internet-checksum v0.2.1
35072026-08-21T16:22:44.326Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35082026-08-21T16:22:44.415Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35092026-08-21T16:22:47.096Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-21T16:22:47.798Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-21T16:22:48.320Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-21T16:22:49.293Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35132026-08-21T16:22:49.687Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35142026-08-21T16:22:58.409Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35152026-08-21T16:22:58.410Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35162026-08-21T16:22:58.410Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35172026-08-21T16:22:58.413Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35182026-08-21T16:22:58.413Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-21T16:23:00.229Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35202026-08-21T16:23:00.272Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-21T16:23:04.539Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-21T16:23:45.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35232026-08-21T16:23:45.301Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-21T16:23:45.301Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-21T16:23:45.529Z
35262026-08-21T16:23:45.529Zreal 1:29.392224327
35272026-08-21T16:23:45.529Zuser 8:38.102241385
35282026-08-21T16:23:45.529Zsys 1:42.460800413
35292026-08-21T16:23:45.534Ztrap 0.253869829
35302026-08-21T16:23:45.534Ztflt 0.339327370
35312026-08-21T16:23:45.534Zdflt 2.005424111
35322026-08-21T16:23:45.534Zkflt 0.000306010
35332026-08-21T16:23:45.534Zlock 32:00.758103905
35342026-08-21T16:23:45.534Zslp 19:44.141392501
35352026-08-21T16:23:45.534Zlat 38.164620900
35362026-08-21T16:23:45.534Zstop 2:56.824173202
35372026-08-21T16:23:45.534Z+ mkdir tests
35382026-08-21T16:23:45.534Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-21T16:23:45.538Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-21T16:23:45.554Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/
35412026-08-21T16:23:45.577Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/
35422026-08-21T16:23:45.599Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/
35432026-08-21T16:23:45.621Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/
35442026-08-21T16:23:45.929Z+ 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-21T16:23:45.932Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35462026-08-21T16:25:15.616ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-21T16:25:15.616Za .github/buildomat/ci-env.sh 1K
35482026-08-21T16:25:15.616Za out/target/test 1K
35492026-08-21T16:25:15.616Za out/npuzone/npuzone 27402K
35502026-08-21T16:25:15.616Za package-manifest.toml 35K
35512026-08-21T16:25:15.616Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-21T16:25:15.616Za target/release/omicron-package 48283K
35532026-08-21T16:25:15.616Za target/release/xtask 11727K
35542026-08-21T16:25:15.616Za target/debug/bootstrap 438627K
35552026-08-21T16:25:15.616Za tests/bootstrap-594f2dec84179fc3 34430K
35562026-08-21T16:25:15.616Za tests/commtest-74c7ef97fc0c6cdd 34431K
35572026-08-21T16:25:15.616Za tests/dhcp_server-e3b27565dc37fa1f 34431K
35582026-08-21T16:25:15.616Za tests/end_to_end_tests-f7200e6b6f596b24 502149K
35592026-08-21T16:25:15.617Za tools/opte_version 1K
35602026-08-21T16:25:15.617Za tools/opte_version_override 2K
35612026-08-21T16:25:15.617Za out/clickhouse.tar.gz 330158K
35622026-08-21T16:25:15.617Za out/clickhouse_keeper.tar.gz 314182K
35632026-08-21T16:25:15.617Za out/clickhouse_server.tar.gz 330155K
35642026-08-21T16:25:15.617Za out/cockroachdb.tar.gz 169577K
35652026-08-21T16:25:15.617Za out/crucible-pantry-zone.tar.gz 41338K
35662026-08-21T16:25:15.617Za out/crucible-utils.tar 18900K
35672026-08-21T16:25:15.617Za out/crucible-zone.tar.gz 56150K
35682026-08-21T16:25:15.617Za out/external-dns.tar.gz 54218K
35692026-08-21T16:25:15.617Za out/internal-dns.tar.gz 54217K
35702026-08-21T16:25:15.617Za out/mg-ddm-gz.tar 100917K
35712026-08-21T16:25:15.617Za out/nexus.tar.gz 356882K
35722026-08-21T16:25:15.617Za out/ntp.tar.gz 34662K
35732026-08-21T16:25:15.617Za out/omicron-gateway-softnpu.tar.gz 29993K
35742026-08-21T16:25:15.617Za out/omicron-sled-agent.tar 247079K
35752026-08-21T16:25:15.617Za out/overlay.tar.gz 4K
35762026-08-21T16:25:15.618Za out/oximeter.tar.gz 72450K
35772026-08-21T16:25:15.618Za out/oxlog.tar 4071K
35782026-08-21T16:25:15.618Za out/probe.tar.gz 3037K
35792026-08-21T16:25:15.618Za out/propolis-server.tar.gz 34642K
35802026-08-21T16:25:15.618Za out/pumpkind-gz.tar 26647K
35812026-08-21T16:25:15.618Za out/switch-softnpu.tar.gz 502918K
35822026-08-21T16:25:15.622Z
35832026-08-21T16:25:15.622Zreal 1:29.682740984
35842026-08-21T16:25:15.622Zuser 1:26.753717110
35852026-08-21T16:25:15.622Zsys 4.915297090
35862026-08-21T16:25:15.622Ztrap 0.006515572
35872026-08-21T16:25:15.622Ztflt 0.000000000
35882026-08-21T16:25:15.622Zdflt 0.000000000
35892026-08-21T16:25:15.622Zkflt 0.000000000
35902026-08-21T16:25:15.622Zlock 0.000000000
35912026-08-21T16:25:15.622Zslp 1:26.561044110
35922026-08-21T16:25:15.622Zlat 1.124657791
35932026-08-21T16:25:15.622Zstop 0.000174090
35942026-08-21T16:25:15.622Zprocess exited: duration 1063962 ms, exit code 0
 
35952026-08-21T16:25:15.640Zfound 1 output files
35962026-08-21T16:25:15.640Zuploading: /work/package.tar.gz (2778870129 bytes)
35972026-08-21T16:26:27.270Zuploaded: /work/package.tar.gz