01M17NC0WXQ8TPJNQ2SD3TA2PE: 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: 01M17NCEP0W80MSP6FC6M6MVVB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T21:04:53.118Zjob assigned to worker 01M17NCJGFDHSC4MJXQ7YVG7YW [factory aws, i-0db6aa2be9aab417e] (queued for 46 s)
 
22026-08-29T21:05:00.293Zstarting task 0: "setup"
32026-08-29T21:05:00.298Z++ uname -s
42026-08-29T21:05:00.303Z+ kern=SunOS
52026-08-29T21:05:00.303Z+ build_user=build
62026-08-29T21:05:00.303Z+ build_uid=12345
72026-08-29T21:05:00.303Z+ work_dir=/work
82026-08-29T21:05:00.303Z+ input_dir=/input
92026-08-29T21:05:00.303Z+ [[ 0 == 12345 ]]
102026-08-29T21:05:00.303Z+ case "$kern" in
112026-08-29T21:05:00.303Z+ groupadd -g 12345 build
122026-08-29T21:05:00.306Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T21:05:02.312Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T21:05:02.452Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T21:05:02.457Z+ home_fs=zfs
162026-08-29T21:05:02.458Z+ [[ zfs == autofs ]]
172026-08-29T21:05:02.458Z+ mkdir -p /home/build
182026-08-29T21:05:02.458Z+ chown build:build /home/build /work
192026-08-29T21:05:04.437Z+ chmod 0700 /home/build /work
202026-08-29T21:05:04.442Zprocess exited: duration 4148 ms, exit code 0
 
212026-08-29T21:05:04.453Zstarting task 1: "rust-toolchain"
222026-08-29T21:05:04.460Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T21:05:04.460Z * rust toolchain channel = "1.97.1"
242026-08-29T21:05:04.460Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-29T21:05:04.460Z * rust toolchain profile = "default"
262026-08-29T21:05:04.460Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T21:05:04.460Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T21:05:04.463Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T21:05:04.463Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T21:05:04.577Zinfo: downloading installer
312026-08-29T21:05:06.011Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T21:05:06.012Zwarn: /home/build/.rustup/settings.toml
332026-08-29T21:05:06.012Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T21:05:06.012Zwarn: instead of the one inferred from the default host triple.
352026-08-29T21:05:06.027Zinfo: profile set to default
362026-08-29T21:05:06.027Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T21:05:06.030Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T21:05:06.198Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T21:05:06.202Zinfo: downloading 6 components
402026-08-29T21:05:20.901Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T21:05:20.901Z
422026-08-29T21:05:20.929Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T21:05:20.929Z
442026-08-29T21:05:20.929Z
452026-08-29T21:05:20.929ZRust is installed now. Great!
462026-08-29T21:05:20.930Z
472026-08-29T21:05:20.930ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T21:05:20.930Zenvironment variable. This has not been done automatically.
492026-08-29T21:05:20.930Z
502026-08-29T21:05:20.930ZTo configure your current shell, you need to source
512026-08-29T21:05:20.930Zthe corresponding env file under $HOME/.cargo.
522026-08-29T21:05:20.930Z
532026-08-29T21:05:20.930ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T21:05:20.930Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T21:05:20.930Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T21:05:20.930Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T21:05:20.930Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T21:05:20.930Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T21:05:20.930Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T21:05:20.934Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T21:05:20.934Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T21:05:21.027Z+ rustup --version
632026-08-29T21:05:21.034Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T21:05:21.039Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T21:05:21.056Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T21:05:21.068Z+ cargo --version
672026-08-29T21:05:21.079Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T21:05:21.080Z+ rustc --version
692026-08-29T21:05:21.087Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T21:05:21.090Zprocess exited: duration 16635 ms, exit code 0
 
712026-08-29T21:05:21.097Zstarting task 2: "authentication"
722026-08-29T21:05:21.116Zprocess exited: duration 18 ms, exit code 0
 
732026-08-29T21:05:21.123Zstarting task 3: "clone repository"
742026-08-29T21:05:21.136Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T21:05:21.140Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T21:05:21.166ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T21:05:33.873Z+ cd /work/oxidecomputer/omicron
782026-08-29T21:05:33.873Z+ git fetch origin 1cb7ef2815f22fdc98e64c4762eee266ca31f829
792026-08-29T21:05:34.258ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T21:05:34.258Z * branch 1cb7ef2815f22fdc98e64c4762eee266ca31f829 -> FETCH_HEAD
812026-08-29T21:05:34.275Z+ [[ -n nexus-tunnel ]]
822026-08-29T21:05:34.278Z++ git branch --show-current
832026-08-29T21:05:34.278Z+ current=main
842026-08-29T21:05:34.278Z+ [[ main != nexus-tunnel ]]
852026-08-29T21:05:34.278Z+ git branch -f nexus-tunnel 1cb7ef2815f22fdc98e64c4762eee266ca31f829
862026-08-29T21:05:34.282Z+ git checkout -f nexus-tunnel
872026-08-29T21:05:34.553ZSwitched to branch 'nexus-tunnel'
882026-08-29T21:05:34.557Z+ git reset --hard 1cb7ef2815f22fdc98e64c4762eee266ca31f829
892026-08-29T21:05:34.592ZHEAD is now at 1cb7ef281 Advance sush to sled health
902026-08-29T21:05:34.595Zprocess exited: duration 13470 ms, exit code 0
 
912026-08-29T21:05:34.601Zstarting task 4: "build"
922026-08-29T21:05:34.606Z+ source .github/buildomat/ci-env.sh
932026-08-29T21:05:34.609Z++ export CARGO_TERM_COLOR=always
942026-08-29T21:05:34.609Z++ CARGO_TERM_COLOR=always
952026-08-29T21:05:34.609Z+++ uname -s
962026-08-29T21:05:34.609Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T21:05:34.609Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T21:05:34.612Z+ cargo --version
992026-08-29T21:05:34.621Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T21:05:34.624Z+ rustc --version
1012026-08-29T21:05:34.644Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T21:05:34.647Z+ WORK=/work
1032026-08-29T21:05:34.647Z+ pfexec mkdir -p /work
1042026-08-29T21:05:34.650Z+ pfexec chown build /work
1052026-08-29T21:05:34.653Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-29T21:05:36.676Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-29T21:05:37.077Z Startup: Caching catalogs ... Done
1082026-08-29T21:05:39.367ZPlanning: Solver setup ... Done (2.165s)
1092026-08-29T21:05:39.430ZPlanning: Running solver ... Done (0.063s)
1102026-08-29T21:05:39.479ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-29T21:05:39.491ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-29T21:05:39.515ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-29T21:05:39.531ZPlanning: Package planning ... Done (0.015s)
1142026-08-29T21:05:39.534ZPlanning: Merging actions ... Done (0.001s)
1152026-08-29T21:05:39.763ZPlanning: Checking for conflicting actions ... Done (0.232s)
1162026-08-29T21:05:39.767ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-29T21:05:40.655ZPlanning: Evaluating mediators ... Done (0.891s)
1182026-08-29T21:05:40.658ZPlanning: Planning completed in 3.54 seconds
1192026-08-29T21:05:40.666Z Packages to install: 2
1202026-08-29T21:05:40.666Z Estimated space available: 156.01 GB
1212026-08-29T21:05:40.669ZEstimated space to be consumed: 83.65 MB
1222026-08-29T21:05:40.669Z Create boot environment: No
1232026-08-29T21:05:40.669ZCreate backup boot environment: No
1242026-08-29T21:05:40.669Z Rebuild boot archive: No
1252026-08-29T21:05:40.669Z
1262026-08-29T21:05:40.669ZChanged packages:
1272026-08-29T21:05:40.669Zhelios
1282026-08-29T21:05:40.669Z developer/build-essential
1292026-08-29T21:05:40.669Z None -> 11-3.0
1302026-08-29T21:05:40.669Z library/libxmlsec1
1312026-08-29T21:05:40.669Z None -> 1.2.35-3.0
1322026-08-29T21:05:40.692Z
1332026-08-29T21:05:40.692ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-29T21:05:40.764ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
1352026-08-29T21:05:40.810Z Actions: 1/268 actions (Installing new actions)
1362026-08-29T21:05:40.848Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-29T21:05:40.886ZFinalize: Updating package state database ... Done (0.037s)
1382026-08-29T21:05:40.886ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-29T21:05:40.978ZFinalize: Updating image state ... Done (0.093s)
1402026-08-29T21:05:43.670ZFinalize: Creating fast lookup database ... Done (2.638s)
1412026-08-29T21:05:43.739ZFinalize: Reading search index ... Done (0.013s)
1422026-08-29T21:05:43.744ZFinalize: Updating search index ... Done (0.000s)
1432026-08-29T21:05:43.822ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-29T21:05:44.205ZPlanning: Evaluating mediator changes ... Done
1452026-08-29T21:05:44.308ZPlanning: Checking for conflicting actions ... Done
1462026-08-29T21:05:44.311ZPlanning: Consolidating action changes ... Done
1472026-08-29T21:05:44.465ZPlanning: Evaluating mediators ... Done
1482026-08-29T21:05:44.468ZPlanning: Planning completed in 0.26 seconds
1492026-08-29T21:05:44.489Z Mediators to change: 2
1502026-08-29T21:05:44.489Z Create boot environment: No
1512026-08-29T21:05:44.489ZCreate backup boot environment: No
1522026-08-29T21:05:44.558ZFinalize: Updating package state database ... Done
1532026-08-29T21:05:44.558ZFinalize: Updating package cache ... Done
1542026-08-29T21:05:44.613ZFinalize: Updating image state ... Done
1552026-08-29T21:05:46.557ZFinalize: Creating fast lookup database ... Done
1562026-08-29T21:05:46.616ZFinalize: Reading search index ... Done
1572026-08-29T21:05:46.621ZFinalize: Updating search index ... Done
1582026-08-29T21:05:46.719ZFinalize: Updating package cache ... Done
1592026-08-29T21:05:47.008ZPlanning: Evaluating mediator changes ... Done
1602026-08-29T21:05:47.112ZPlanning: Checking for conflicting actions ... Done
1612026-08-29T21:05:47.115ZPlanning: Consolidating action changes ... Done
1622026-08-29T21:05:47.266ZPlanning: Evaluating mediators ... Done
1632026-08-29T21:05:47.270ZPlanning: Planning completed in 0.26 seconds
1642026-08-29T21:05:47.292Z Mediators to change: 1
1652026-08-29T21:05:47.292Z Create boot environment: No
1662026-08-29T21:05:47.292ZCreate backup boot environment: No
1672026-08-29T21:05:47.371ZFinalize: Updating package state database ... Done
1682026-08-29T21:05:47.371ZFinalize: Updating package cache ... Done
1692026-08-29T21:05:47.426ZFinalize: Updating image state ... Done
1702026-08-29T21:05:49.363ZFinalize: Creating fast lookup database ... Done
1712026-08-29T21:05:49.427ZFinalize: Reading search index ... Done
1722026-08-29T21:05:49.430ZFinalize: Updating search index ... Done
1732026-08-29T21:05:49.504ZFinalize: Updating package cache ... Done
1742026-08-29T21:05:49.811ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-29T21:05:49.811Zapache system 2.4 system
1762026-08-29T21:05:49.811Zclang system 15 system
1772026-08-29T21:05:49.811Zcsh system system illumos
1782026-08-29T21:05:49.812Zctags system system illumos
1792026-08-29T21:05:49.812Zfile vendor vendor darwinsys
1802026-08-29T21:05:49.812Zfile system system illumos
1812026-08-29T21:05:49.812Zgcc vendor 14 vendor
1822026-08-29T21:05:49.812Zgcc system 13 system
1832026-08-29T21:05:49.812Zgcc system 10 system
1842026-08-29T21:05:49.812Zgo system 1.25 system
1852026-08-29T21:05:49.812Zllvm system 15 system
1862026-08-29T21:05:49.812Zmariadb system 11.4 system
1872026-08-29T21:05:49.812Zmta vendor vendor dma
1882026-08-29T21:05:49.812Zopenjdk system 17 system
1892026-08-29T21:05:49.812Zopenjdk system 11 system
1902026-08-29T21:05:49.812Zopenssl vendor 3 vendor
1912026-08-29T21:05:49.812Zperl system 5.40 system
1922026-08-29T21:05:49.812Zpostgresql system 18 system
1932026-08-29T21:05:49.812Zpostgresql system 17 system
1942026-08-29T21:05:49.812Zpython vendor 3 vendor
1952026-08-29T21:05:49.812Zpython system 2 system
1962026-08-29T21:05:49.812Zpython3 vendor 3.13 vendor
1972026-08-29T21:05:49.812Zruby system 3.4 system
1982026-08-29T21:05:49.812Zruby system 3.0 system
1992026-08-29T21:05:49.812Zwords vendor vendor american-english
2002026-08-29T21:05:49.812Zwords system system australian-english
2012026-08-29T21:05:49.812Zwords system system british-english
2022026-08-29T21:05:49.812Zwords system system canadian-english
2032026-08-29T21:05:49.812Zwords system system french
2042026-08-29T21:05:49.812Zwords system system italian
2052026-08-29T21:05:49.812Zwords system system ngerman
2062026-08-29T21:05:49.812Zwords system system ogerman
2072026-08-29T21:05:49.812Zwords system system spanish
2082026-08-29T21:05:50.064ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-29T21:05:50.064Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-29T21:05:50.579ZFMRI IFO
2112026-08-29T21:05:50.579Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-29T21:05:50.579Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-29T21:05:50.579Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-29T21:05:50.579Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-29T21:05:50.579Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-29T21:05:50.579Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-29T21:05:50.580Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-29T21:05:50.580Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-29T21:05:50.580Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-29T21:05:50.927Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-29T21:05:51.252Z Updating crates.io index
2222026-08-29T21:05:51.256Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-29T21:05:51.549Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-29T21:05:51.944Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-29T21:05:52.262Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-29T21:05:53.238Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-29T21:05:53.800Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-29T21:05:55.538Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-29T21:05:56.386Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-29T21:05:56.693Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-29T21:05:57.072Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-29T21:05:58.543Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-29T21:05:58.864Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-29T21:05:59.283Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-29T21:05:59.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-29T21:06:00.388Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-29T21:06:00.661Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-29T21:06:00.950Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-29T21:06:01.334Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-29T21:06:01.645Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-29T21:06:02.011Z Updating git repository `https://github.com/oxidecomputer/sush`
2422026-08-29T21:06:02.528Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-29T21:06:03.022Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-29T21:06:03.301Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-29T21:06:03.849Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-29T21:06:04.210Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-29T21:06:04.491Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-29T21:06:04.895Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-29T21:06:05.182Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-29T21:06:05.577Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-29T21:06:06.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-29T21:06:06.558Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-29T21:06:06.899Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-29T21:06:07.284Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-29T21:06:07.824Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-29T21:06:08.096Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-29T21:06:08.365Z Updating git repository `https://github.com/oxidecomputer/rumors`
2582026-08-29T21:06:14.687Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-29T21:06:15.005Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-29T21:06:15.315Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-29T21:06:15.588Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2622026-08-29T21:06:16.021Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-08-29T21:06:16.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2642026-08-29T21:06:16.605Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2652026-08-29T21:06:16.897Z Updating git repository `https://github.com/illumos/smf-rs`
2662026-08-29T21:06:19.506Z Downloading crates ...
2672026-08-29T21:06:19.551Z Downloaded cpufeatures v0.2.17
2682026-08-29T21:06:19.554Z Downloaded cfg-if v1.0.4
2692026-08-29T21:06:19.563Z Downloaded dof v0.3.0
2702026-08-29T21:06:19.566Z Downloaded memmap v0.7.0
2712026-08-29T21:06:19.566Z Downloaded anstyle v1.0.14
2722026-08-29T21:06:19.569Z Downloaded thread-id v4.2.2
2732026-08-29T21:06:19.569Z Downloaded usdt-attr-macro v0.5.0
2742026-08-29T21:06:19.569Z Downloaded is_terminal_polyfill v1.70.2
2752026-08-29T21:06:19.572Z Downloaded bytecount v0.6.9
2762026-08-29T21:06:19.575Z Downloaded byteorder v1.5.0
2772026-08-29T21:06:19.575Z Downloaded thiserror-impl v1.0.69
2782026-08-29T21:06:19.578Z Downloaded anstream v1.0.0
2792026-08-29T21:06:19.578Z Downloaded camino v1.2.5
2802026-08-29T21:06:19.578Z Downloaded clap_derive v4.6.1
2812026-08-29T21:06:19.581Z Downloaded tempfile v3.27.0
2822026-08-29T21:06:19.581Z Downloaded ucd-trie v0.1.7
2832026-08-29T21:06:19.584Z Downloaded macaddr v1.0.1
2842026-08-29T21:06:19.584Z Downloaded equivalent v1.0.2
2852026-08-29T21:06:19.584Z Downloaded heck v0.4.1
2862026-08-29T21:06:19.587Z Downloaded zerocopy v0.7.35
2872026-08-29T21:06:19.593Z Downloaded toml_edit v0.22.27
2882026-08-29T21:06:19.596Z Downloaded fnv v1.0.7
2892026-08-29T21:06:19.596Z Downloaded generic-array v0.14.7
2902026-08-29T21:06:19.599Z Downloaded bitflags v2.11.0
2912026-08-29T21:06:19.599Z Downloaded fs-err v3.3.0
2922026-08-29T21:06:19.599Z Downloaded log v0.4.33
2932026-08-29T21:06:19.602Z Downloaded colorchoice v1.0.4
2942026-08-29T21:06:19.602Z Downloaded heck v0.5.0
2952026-08-29T21:06:19.602Z Downloaded camino-tempfile v1.4.1
2962026-08-29T21:06:19.605Z Downloaded anyhow v1.0.104
2972026-08-29T21:06:19.608Z Downloaded dtrace-parser v0.2.0
2982026-08-29T21:06:19.608Z Downloaded smawk v0.3.2
2992026-08-29T21:06:19.611Z Downloaded crypto-common v0.1.7
3002026-08-29T21:06:19.614Z Downloaded swrite v0.1.0
3012026-08-29T21:06:19.614Z Downloaded fastrand v2.3.0
3022026-08-29T21:06:19.617Z Downloaded clap_lex v1.0.0
3032026-08-29T21:06:19.617Z Downloaded tabled_derive v0.7.0
3042026-08-29T21:06:19.620Z Downloaded errno v0.3.14
3052026-08-29T21:06:19.620Z Downloaded version_check v0.9.5
3062026-08-29T21:06:19.623Z Downloaded terminal_size v0.4.3
3072026-08-29T21:06:19.626Z Downloaded block-buffer v0.10.4
3082026-08-29T21:06:19.629Z Downloaded papergrid v0.11.0
3092026-08-29T21:06:19.632Z Downloaded indexmap v2.14.0
3102026-08-29T21:06:19.635Z Downloaded cargo_metadata v0.23.1
3112026-08-29T21:06:19.635Z Downloaded itoa v1.0.17
3122026-08-29T21:06:19.635Z Downloaded cargo-platform v0.3.2
3132026-08-29T21:06:19.637Z Downloaded toml_datetime v0.6.11
3142026-08-29T21:06:19.641Z Downloaded toml_write v0.1.2
3152026-08-29T21:06:19.641Z Downloaded utf8parse v0.2.2
3162026-08-29T21:06:19.644Z Downloaded proc-macro-error-attr v1.0.4
3172026-08-29T21:06:19.644Z Downloaded scroll_derive v0.12.1
3182026-08-29T21:06:19.644Z Downloaded unicode-linebreak v0.1.5
3192026-08-29T21:06:19.644Z Downloaded serde_spanned v0.6.9
3202026-08-29T21:06:19.648Z Downloaded usdt-macro v0.5.0
3212026-08-29T21:06:19.651Z Downloaded strsim v0.11.1
3222026-08-29T21:06:19.651Z Downloaded anstyle-query v1.1.5
3232026-08-29T21:06:19.656Z Downloaded plain v0.2.3
3242026-08-29T21:06:19.659Z Downloaded pretty-hex v0.4.1
3252026-08-29T21:06:19.660Z Downloaded usdt v0.5.0
3262026-08-29T21:06:19.663Z Downloaded scroll v0.12.0
3272026-08-29T21:06:19.663Z Downloaded sha2 v0.10.9
3282026-08-29T21:06:19.666Z Downloaded serde_tokenstream v0.2.3
3292026-08-29T21:06:19.669Z Downloaded proc-macro-error v1.0.4
3302026-08-29T21:06:19.671Z Downloaded digest v0.10.7
3312026-08-29T21:06:19.676Z Downloaded anstyle-parse v1.0.0
3322026-08-29T21:06:19.678Z Downloaded thiserror v1.0.69
3332026-08-29T21:06:19.681Z Downloaded thiserror-impl v2.0.18
3342026-08-29T21:06:19.681Z Downloaded cargo_toml v0.21.0
3352026-08-29T21:06:19.681Z Downloaded autocfg v1.5.0
3362026-08-29T21:06:19.684Z Downloaded usdt-impl v0.5.0
3372026-08-29T21:06:19.687Z Downloaded zmij v1.0.21
3382026-08-29T21:06:19.691Z Downloaded toml v0.8.23
3392026-08-29T21:06:19.694Z Downloaded once_cell v1.21.3
3402026-08-29T21:06:19.694Z Downloaded pest_generator v2.8.6
3412026-08-29T21:06:19.703Z Downloaded quote v1.0.45
3422026-08-29T21:06:19.709Z Downloaded thiserror v2.0.18
3432026-08-29T21:06:19.712Z Downloaded semver v1.0.28
3442026-08-29T21:06:19.712Z Downloaded textwrap v0.16.2
3452026-08-29T21:06:19.715Z Downloaded zerocopy-derive v0.7.35
3462026-08-29T21:06:19.717Z Downloaded clap v4.6.1
3472026-08-29T21:06:19.721Z Downloaded pest_derive v2.8.6
3482026-08-29T21:06:19.724Z Downloaded unicode-ident v1.0.24
3492026-08-29T21:06:19.727Z Downloaded serde_core v1.0.228
3502026-08-29T21:06:19.729Z Downloaded proc-macro2 v1.0.106
3512026-08-29T21:06:19.741Z Downloaded serde_derive v1.0.228
3522026-08-29T21:06:19.744Z Downloaded getrandom v0.4.3
3532026-08-29T21:06:19.748Z Downloaded memchr v2.8.0
3542026-08-29T21:06:19.751Z Downloaded pest_meta v2.8.6
3552026-08-29T21:06:19.755Z Downloaded serde v1.0.228
3562026-08-29T21:06:19.769Z Downloaded typenum v1.20.1
3572026-08-29T21:06:19.787Z Downloaded pest v2.8.6
3582026-08-29T21:06:19.811Z Downloaded hashbrown v0.17.0
3592026-08-29T21:06:19.814Z Downloaded serde_json v1.0.151
3602026-08-29T21:06:19.828Z Downloaded clap_builder v4.6.0
3612026-08-29T21:06:19.828Z Downloaded winnow v0.7.14
3622026-08-29T21:06:19.828Z Downloaded tabled v0.15.0
3632026-08-29T21:06:19.834Z Downloaded goblin v0.8.2
3642026-08-29T21:06:19.841Z Downloaded syn v1.0.109
3652026-08-29T21:06:19.847Z Downloaded unicode-width v0.2.0
3662026-08-29T21:06:19.853Z Downloaded unicode-width v0.1.14
3672026-08-29T21:06:19.856Z Downloaded syn v2.0.117
3682026-08-29T21:06:19.868Z Downloaded rustix v1.1.4
3692026-08-29T21:06:19.889Z Downloaded libc v0.2.185
3702026-08-29T21:06:19.955Z Compiling proc-macro2 v1.0.106
3712026-08-29T21:06:19.955Z Compiling quote v1.0.45
3722026-08-29T21:06:19.958Z Compiling unicode-ident v1.0.24
3732026-08-29T21:06:19.958Z Compiling serde_core v1.0.228
3742026-08-29T21:06:19.959Z Compiling libc v0.2.185
3752026-08-29T21:06:19.959Z Compiling version_check v0.9.5
3762026-08-29T21:06:19.959Z Compiling memchr v2.8.0
3772026-08-29T21:06:19.959Z Compiling serde v1.0.228
3782026-08-29T21:06:20.127Z Compiling zmij v1.0.21
3792026-08-29T21:06:20.131Z Compiling ucd-trie v0.1.7
3802026-08-29T21:06:20.131Z Compiling thiserror v1.0.69
3812026-08-29T21:06:20.141Z Compiling itoa v1.0.17
3822026-08-29T21:06:20.144Z Compiling rustix v1.1.4
3832026-08-29T21:06:20.145Z Compiling byteorder v1.5.0
3842026-08-29T21:06:20.378Z Compiling serde_json v1.0.151
3852026-08-29T21:06:20.458Z Compiling bitflags v2.11.0
3862026-08-29T21:06:20.580Z Compiling syn v1.0.109
3872026-08-29T21:06:20.709Z Compiling proc-macro-error-attr v1.0.4
3882026-08-29T21:06:20.746Z Compiling pest v2.8.6
3892026-08-29T21:06:20.750Z Compiling usdt-impl v0.5.0
3902026-08-29T21:06:20.760Z Compiling camino v1.2.5
3912026-08-29T21:06:20.763Z Compiling proc-macro-error v1.0.4
3922026-08-29T21:06:20.846Z Compiling getrandom v0.4.3
3932026-08-29T21:06:20.876Z Compiling plain v0.2.3
3942026-08-29T21:06:20.991Z Compiling utf8parse v0.2.2
3952026-08-29T21:06:21.046Z Compiling log v0.4.33
3962026-08-29T21:06:21.046Z Compiling equivalent v1.0.2
3972026-08-29T21:06:21.068Z Compiling hashbrown v0.17.0
3982026-08-29T21:06:21.124Z Compiling anstyle-parse v1.0.0
3992026-08-29T21:06:21.168Z Compiling cfg-if v1.0.4
4002026-08-29T21:06:21.191Z Compiling thiserror v2.0.18
4012026-08-29T21:06:21.192Z Compiling errno v0.3.14
4022026-08-29T21:06:21.237Z Compiling thread-id v4.2.2
4032026-08-29T21:06:21.259Z Compiling anstyle v1.0.14
4042026-08-29T21:06:21.259Z Compiling pretty-hex v0.4.1
4052026-08-29T21:06:21.259Z Compiling colorchoice v1.0.4
4062026-08-29T21:06:21.259Z Compiling is_terminal_polyfill v1.70.2
4072026-08-29T21:06:21.313Z Compiling anstyle-query v1.1.5
4082026-08-29T21:06:21.326Z Compiling winnow v0.7.14
4092026-08-29T21:06:21.398Z Compiling autocfg v1.5.0
4102026-08-29T21:06:21.436Z Compiling toml_write v0.1.2
4112026-08-29T21:06:21.457Z Compiling anstream v1.0.0
4122026-08-29T21:06:21.473Z Compiling heck v0.4.1
4132026-08-29T21:06:21.509Z Compiling heck v0.5.0
4142026-08-29T21:06:21.594Z Compiling syn v2.0.117
4152026-08-29T21:06:21.647Z Compiling indexmap v2.14.0
4162026-08-29T21:06:21.672Z Compiling unicode-width v0.1.14
4172026-08-29T21:06:21.691Z Compiling strsim v0.11.1
4182026-08-29T21:06:21.746Z Compiling clap_lex v1.0.0
4192026-08-29T21:06:21.778Z Compiling fastrand v2.3.0
4202026-08-29T21:06:21.778Z Compiling anyhow v1.0.104
4212026-08-29T21:06:21.815Z Compiling bytecount v0.6.9
4222026-08-29T21:06:21.866Z Compiling fs-err v3.3.0
4232026-08-29T21:06:21.956Z Compiling pest_meta v2.8.6
4242026-08-29T21:06:22.003Z Compiling fnv v1.0.7
4252026-08-29T21:06:22.030Z Compiling once_cell v1.21.3
4262026-08-29T21:06:22.054Z Compiling memmap v0.7.0
4272026-08-29T21:06:22.086Z Compiling unicode-linebreak v0.1.5
4282026-08-29T21:06:22.116Z Compiling papergrid v0.11.0
4292026-08-29T21:06:22.119Z Compiling unicode-width v0.2.0
4302026-08-29T21:06:22.180Z Compiling smawk v0.3.2
4312026-08-29T21:06:22.219Z Compiling terminal_size v0.4.3
4322026-08-29T21:06:22.263Z Compiling tempfile v3.27.0
4332026-08-29T21:06:22.295Z Compiling swrite v0.1.0
4342026-08-29T21:06:22.326Z Compiling clap_builder v4.6.0
4352026-08-29T21:06:22.366Z Compiling textwrap v0.16.2
4362026-08-29T21:06:22.565Z Compiling cargo-platform v0.3.2
4372026-08-29T21:06:22.565Z Compiling semver v1.0.28
4382026-08-29T21:06:22.880Z Compiling camino-tempfile v1.4.1
4392026-08-29T21:06:23.174Z Compiling tabled_derive v0.7.0
4402026-08-29T21:06:23.748Z Compiling pest_generator v2.8.6
4412026-08-29T21:06:23.866Z Compiling tabled v0.15.0
4422026-08-29T21:06:24.252Z Compiling serde_derive v1.0.228
4432026-08-29T21:06:24.256Z Compiling thiserror-impl v1.0.69
4442026-08-29T21:06:24.256Z Compiling zerocopy-derive v0.7.35
4452026-08-29T21:06:24.256Z Compiling scroll_derive v0.12.1
4462026-08-29T21:06:24.256Z Compiling thiserror-impl v2.0.18
4472026-08-29T21:06:24.256Z Compiling clap_derive v4.6.1
4482026-08-29T21:06:24.335Z Compiling pest_derive v2.8.6
4492026-08-29T21:06:24.927Z Compiling scroll v0.12.0
4502026-08-29T21:06:24.996Z Compiling zerocopy v0.7.35
4512026-08-29T21:06:25.140Z Compiling goblin v0.8.2
4522026-08-29T21:06:25.303Z Compiling dtrace-parser v0.2.0
4532026-08-29T21:06:25.632Z Compiling clap v4.6.1
4542026-08-29T21:06:26.644Z Compiling serde_spanned v0.6.9
4552026-08-29T21:06:26.644Z Compiling toml_datetime v0.6.11
4562026-08-29T21:06:26.647Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-29T21:06:26.647Z Compiling macaddr v1.0.1
4582026-08-29T21:06:26.647Z Compiling cargo_metadata v0.23.1
4592026-08-29T21:06:26.661Z Compiling dof v0.3.0
4602026-08-29T21:06:26.664Z Compiling serde_tokenstream v0.2.3
4612026-08-29T21:06:26.885Z Compiling toml_edit v0.22.27
4622026-08-29T21:06:27.444Z Compiling usdt-macro v0.5.0
4632026-08-29T21:06:27.447Z Compiling usdt-attr-macro v0.5.0
4642026-08-29T21:06:28.048Z Compiling usdt v0.5.0
4652026-08-29T21:06:28.126Z Compiling toml v0.8.23
4662026-08-29T21:06:28.447Z Compiling cargo_toml v0.21.0
4672026-08-29T21:06:29.746Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682026-08-29T21:06:31.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.08s
4692026-08-29T21:06:32.051Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4702026-08-29T21:06:32.572Z Downloading crates ...
4712026-08-29T21:06:32.624Z Downloaded aead v0.5.2
4722026-08-29T21:06:32.627Z Downloaded base16ct v1.0.0
4732026-08-29T21:06:32.636Z Downloaded castaway v0.2.4
4742026-08-29T21:06:32.639Z Downloaded cobs v0.3.0
4752026-08-29T21:06:32.641Z Downloaded ciborium-ll v0.2.2
4762026-08-29T21:06:32.642Z Downloaded array-init v0.0.4
4772026-08-29T21:06:32.645Z Downloaded anstyle-parse v0.2.7
4782026-08-29T21:06:32.645Z Downloaded enum-as-inner v0.6.1
4792026-08-29T21:06:32.649Z Downloaded bcs v0.1.6
4802026-08-29T21:06:32.649Z Downloaded argon2 v0.5.3
4812026-08-29T21:06:32.660Z Downloaded async-stream v0.3.6
4822026-08-29T21:06:32.661Z Downloaded bit-vec v0.6.3
4832026-08-29T21:06:32.661Z Downloaded async-trait v0.1.89
4842026-08-29T21:06:32.661Z Downloaded cexpr v0.6.0
4852026-08-29T21:06:32.661Z Downloaded atty v0.2.14
4862026-08-29T21:06:32.661Z Downloaded bit-set v0.5.3
4872026-08-29T21:06:32.661Z Downloaded foreign-types v0.5.0
4882026-08-29T21:06:32.661Z Downloaded adler2 v2.0.1
4892026-08-29T21:06:32.661Z Downloaded async-recursion v1.1.1
4902026-08-29T21:06:32.661Z Downloaded fallible-iterator v0.2.0
4912026-08-29T21:06:32.665Z Downloaded hex-literal v1.1.0
4922026-08-29T21:06:32.665Z Downloaded async-stream-impl v0.3.6
4932026-08-29T21:06:32.665Z Downloaded atomic-waker v1.1.2
4942026-08-29T21:06:32.665Z Downloaded http-range v0.1.5
4952026-08-29T21:06:32.668Z Downloaded http-body v1.0.1
4962026-08-29T21:06:32.668Z Downloaded const-oid v0.9.6
4972026-08-29T21:06:32.668Z Downloaded bitfield-struct v0.6.2
4982026-08-29T21:06:32.671Z Downloaded arrayref v0.3.9
4992026-08-29T21:06:32.671Z Downloaded console v0.15.11
5002026-08-29T21:06:32.671Z Downloaded env_logger v0.11.11
5012026-08-29T21:06:32.674Z Downloaded bitfield v0.19.4
5022026-08-29T21:06:32.674Z Downloaded ena v0.14.4
5032026-08-29T21:06:32.677Z Downloaded endian-type v0.1.2
5042026-08-29T21:06:32.677Z Downloaded fs_extra v1.3.0
5052026-08-29T21:06:32.677Z Downloaded atomicwrites v0.4.4
5062026-08-29T21:06:32.677Z Downloaded backtrace-ext v0.2.1
5072026-08-29T21:06:32.680Z Downloaded either v1.15.0
5082026-08-29T21:06:32.680Z Downloaded glob v0.3.3
5092026-08-29T21:06:32.683Z Downloaded form_urlencoded v1.2.2
5102026-08-29T21:06:32.683Z Downloaded base16ct v0.2.0
5112026-08-29T21:06:32.686Z Downloaded flagset v0.4.7
5122026-08-29T21:06:32.686Z Downloaded foreign-types-shared v0.1.1
5132026-08-29T21:06:32.686Z Downloaded futures-io v0.3.32
5142026-08-29T21:06:32.686Z Downloaded bit-set v0.8.0
5152026-08-29T21:06:32.689Z Downloaded filetime v0.2.27
5162026-08-29T21:06:32.689Z Downloaded half v1.8.3
5172026-08-29T21:06:32.693Z Downloaded bcrypt-pbkdf v0.11.0
5182026-08-29T21:06:32.693Z Downloaded bitfield-macros v0.19.4
5192026-08-29T21:06:32.693Z Downloaded elliptic-curve v0.14.1
5202026-08-29T21:06:32.696Z Downloaded ascii-canvas v3.0.0
5212026-08-29T21:06:32.696Z Downloaded ar_archive_writer v0.5.1
5222026-08-29T21:06:32.699Z Downloaded backon v1.6.0
5232026-08-29T21:06:32.702Z Downloaded bit-vec v0.8.0
5242026-08-29T21:06:32.702Z Downloaded futures-core v0.3.32
5252026-08-29T21:06:32.702Z Downloaded compact_str v0.8.1
5262026-08-29T21:06:32.705Z Downloaded float-cmp v0.10.0
5272026-08-29T21:06:32.705Z Downloaded heapless v0.7.17
5282026-08-29T21:06:32.708Z Downloaded ed25519-dalek v2.2.0
5292026-08-29T21:06:32.711Z Downloaded funty v2.0.0
5302026-08-29T21:06:32.713Z Downloaded futures-macro v0.3.32
5312026-08-29T21:06:32.714Z Downloaded block-buffer v0.12.1
5322026-08-29T21:06:32.714Z Downloaded compression-core v0.4.31
5332026-08-29T21:06:32.716Z Downloaded block-padding v0.4.2
5342026-08-29T21:06:32.716Z Downloaded cfg_aliases v0.2.1
5352026-08-29T21:06:32.717Z Downloaded fixedbitset v0.4.2
5362026-08-29T21:06:32.720Z Downloaded foreign-types v0.3.2
5372026-08-29T21:06:32.724Z Downloaded cfg_aliases v0.1.1
5382026-08-29T21:06:32.727Z Downloaded ed25519-dalek v3.0.0
5392026-08-29T21:06:32.727Z Downloaded ciborium-io v0.2.2
5402026-08-29T21:06:32.730Z Downloaded embedded-io v0.4.0
5412026-08-29T21:06:32.730Z Downloaded fd-lock v4.0.4
5422026-08-29T21:06:32.732Z Downloaded foreign-types-shared v0.3.1
5432026-08-29T21:06:32.733Z Downloaded futures-task v0.3.32
5442026-08-29T21:06:32.735Z Downloaded embedded-io v0.6.1
5452026-08-29T21:06:32.738Z Downloaded futures-sink v0.3.32
5462026-08-29T21:06:32.738Z Downloaded headers-core v0.3.0
5472026-08-29T21:06:32.738Z Downloaded assert_matches v1.5.0
5482026-08-29T21:06:32.745Z Downloaded gethostname v0.5.0
5492026-08-29T21:06:32.748Z Downloaded hex v0.4.3
5502026-08-29T21:06:32.749Z Downloaded proc-macro-crate v1.3.1
5512026-08-29T21:06:32.749Z Downloaded home v0.5.12
5522026-08-29T21:06:32.751Z Downloaded ghash v0.6.0
5532026-08-29T21:06:32.751Z Downloaded precomputed-hash v0.1.1
5542026-08-29T21:06:32.755Z Downloaded blowfish v0.10.0
5552026-08-29T21:06:32.755Z Downloaded hash32 v0.3.1
5562026-08-29T21:06:32.758Z Downloaded hostname v0.3.1
5572026-08-29T21:06:32.758Z Downloaded fxhash v0.2.1
5582026-08-29T21:06:32.765Z Downloaded foreign-types-macros v0.2.3
5592026-08-29T21:06:32.768Z Downloaded fs-err v2.11.0
5602026-08-29T21:06:32.768Z Downloaded futures-executor v0.3.32
5612026-08-29T21:06:32.768Z Downloaded enum_dispatch v0.3.13
5622026-08-29T21:06:32.768Z Downloaded newtype-uuid-macros v0.1.0
5632026-08-29T21:06:32.773Z Downloaded erased-serde v0.3.31
5642026-08-29T21:06:32.773Z Downloaded find-msvc-tools v0.1.9
5652026-08-29T21:06:32.773Z Downloaded futures-channel v0.3.32
5662026-08-29T21:06:32.779Z Downloaded num-conv v0.2.0
5672026-08-29T21:06:32.779Z Downloaded float-ord v0.3.2
5682026-08-29T21:06:32.779Z Downloaded futures v0.3.32
5692026-08-29T21:06:32.779Z Downloaded newtype_derive v0.1.6
5702026-08-29T21:06:32.781Z Downloaded hash32 v0.2.1
5712026-08-29T21:06:32.782Z Downloaded hostname v0.4.2
5722026-08-29T21:06:32.782Z Downloaded opaque-debug v0.3.1
5732026-08-29T21:06:32.782Z Downloaded oxide-generation-macros v0.2.0
5742026-08-29T21:06:32.782Z Downloaded percent-encoding v2.3.2
5752026-08-29T21:06:32.782Z Downloaded openssl-probe v0.2.1
5762026-08-29T21:06:32.785Z Downloaded globwalk v0.9.1
5772026-08-29T21:06:32.785Z Downloaded predicates-tree v1.0.13
5782026-08-29T21:06:32.785Z Downloaded psl-types v2.0.11
5792026-08-29T21:06:32.788Z Downloaded num-derive v0.4.2
5802026-08-29T21:06:32.791Z Downloaded recursive v0.1.1
5812026-08-29T21:06:32.791Z Downloaded phf_shared v0.11.3
5822026-08-29T21:06:32.791Z Downloaded rfc6979 v0.6.0
5832026-08-29T21:06:32.794Z Downloaded rustc-hash v2.1.1
5842026-08-29T21:06:32.794Z Downloaded quick-error v1.2.3
5852026-08-29T21:06:32.794Z Downloaded async-compression v0.4.41
5862026-08-29T21:06:32.800Z Downloaded base64ct v1.8.3
5872026-08-29T21:06:32.803Z Downloaded rand_pcg v0.10.2
5882026-08-29T21:06:32.804Z Downloaded chacha20 v0.9.1
5892026-08-29T21:06:32.807Z Downloaded scopeguard v1.2.0
5902026-08-29T21:06:32.807Z Downloaded secrecy v0.10.3
5912026-08-29T21:06:32.810Z Downloaded env_filter v2.0.0
5922026-08-29T21:06:32.810Z Downloaded expectorate v1.2.0
5932026-08-29T21:06:32.810Z Downloaded packed_struct v0.10.1
5942026-08-29T21:06:32.813Z Downloaded shell-words v1.1.1
5952026-08-29T21:06:32.814Z Downloaded ff v0.13.1
5962026-08-29T21:06:32.814Z Downloaded ff v0.14.0
5972026-08-29T21:06:32.814Z Downloaded foldhash v0.1.5
5982026-08-29T21:06:32.814Z Downloaded cmake v0.1.57
5992026-08-29T21:06:32.817Z Downloaded fixedbitset v0.5.7
6002026-08-29T21:06:32.817Z Downloaded git-stub v1.0.0
6012026-08-29T21:06:32.817Z Downloaded highway v1.3.0
6022026-08-29T21:06:32.817Z Downloaded http-body-util v0.1.3
6032026-08-29T21:06:32.822Z Downloaded bb8 v0.8.6
6042026-08-29T21:06:32.822Z Downloaded bytesize v2.7.0
6052026-08-29T21:06:32.822Z Downloaded camino-tempfile-ext v0.3.3
6062026-08-29T21:06:32.822Z Downloaded group v0.13.0
6072026-08-29T21:06:32.825Z Downloaded cmov v0.5.4
6082026-08-29T21:06:32.825Z Downloaded git-stub-vcs v0.1.0
6092026-08-29T21:06:32.825Z Downloaded bitflags v1.3.2
6102026-08-29T21:06:32.828Z Downloaded cbc v0.2.1
6112026-08-29T21:06:32.828Z Downloaded cipher v0.5.2
6122026-08-29T21:06:32.828Z Downloaded globset v0.4.18
6132026-08-29T21:06:32.832Z Downloaded fatfs v0.3.6
6142026-08-29T21:06:32.835Z Downloaded native-tls v0.2.18
6152026-08-29T21:06:32.835Z Downloaded signature v2.2.0
6162026-08-29T21:06:32.835Z Downloaded anstream v0.6.21
6172026-08-29T21:06:32.838Z Downloaded sqlparser_derive v0.5.0
6182026-08-29T21:06:32.838Z Downloaded arrayvec v0.7.6
6192026-08-29T21:06:32.841Z Downloaded serde_spanned v1.1.1
6202026-08-29T21:06:32.841Z Downloaded strum v0.26.3
6212026-08-29T21:06:32.841Z Downloaded structmeta-derive v0.3.0
6222026-08-29T21:06:32.844Z Downloaded strum v0.27.2
6232026-08-29T21:06:32.844Z Downloaded tap v1.0.1
6242026-08-29T21:06:32.844Z Downloaded sha1 v0.10.6
6252026-08-29T21:06:32.844Z Downloaded sha1 v0.11.0
6262026-08-29T21:06:32.847Z Downloaded slog-envlogger v2.2.0
6272026-08-29T21:06:32.847Z Downloaded thiserror-impl-no-std v2.0.2
6282026-08-29T21:06:32.847Z Downloaded compression-codecs v0.4.37
6292026-08-29T21:06:32.850Z Downloaded topological-sort v0.2.2
6302026-08-29T21:06:32.850Z Downloaded bs58 v0.5.1
6312026-08-29T21:06:32.853Z Downloaded foldhash v0.2.0
6322026-08-29T21:06:32.856Z Downloaded nu-ansi-term v0.50.3
6332026-08-29T21:06:32.859Z Downloaded num_enum v0.5.11
6342026-08-29T21:06:32.862Z Downloaded num_enum_derive v0.7.6
6352026-08-29T21:06:32.862Z Downloaded pem-rfc7468 v1.0.0
6362026-08-29T21:06:32.862Z Downloaded oxnet v0.1.6
6372026-08-29T21:06:32.866Z Downloaded pkg-config v0.3.32
6382026-08-29T21:06:32.866Z Downloaded port-file v0.1.0
6392026-08-29T21:06:32.869Z Downloaded group v0.14.0
6402026-08-29T21:06:32.869Z Downloaded rand_seeder v0.4.0
6412026-08-29T21:06:32.872Z Downloaded unit-prefix v0.5.2
6422026-08-29T21:06:32.872Z Downloaded waitgroup v0.1.2
6432026-08-29T21:06:32.872Z Downloaded primeorder v0.13.6
6442026-08-29T21:06:32.872Z Downloaded primeorder v0.14.0
6452026-08-29T21:06:32.875Z Downloaded rand_core v0.10.0
6462026-08-29T21:06:32.875Z Downloaded addr2line v0.25.1
6472026-08-29T21:06:32.875Z Downloaded argon2 v0.6.0-rc.8
6482026-08-29T21:06:32.878Z Downloaded blake2 v0.10.6
6492026-08-29T21:06:32.881Z Downloaded clang-sys v1.8.1
6502026-08-29T21:06:32.881Z Downloaded bzip2 v0.6.1
6512026-08-29T21:06:32.881Z Downloaded aead v0.6.1
6522026-08-29T21:06:32.885Z Downloaded peg-macros v0.8.5
6532026-08-29T21:06:32.885Z Downloaded byte-wrapper v0.1.0
6542026-08-29T21:06:32.885Z Downloaded bzip2 v0.4.4
6552026-08-29T21:06:32.888Z Downloaded ciborium v0.2.2
6562026-08-29T21:06:32.888Z Downloaded cipher v0.4.4
6572026-08-29T21:06:32.888Z Downloaded cancel-safe-futures v0.1.5
6582026-08-29T21:06:32.891Z Downloaded getrandom v0.2.17
6592026-08-29T21:06:32.894Z Downloaded colored v2.2.0
6602026-08-29T21:06:32.894Z Downloaded colored v3.1.1
6612026-08-29T21:06:32.894Z Downloaded console v0.16.2
6622026-08-29T21:06:32.897Z Downloaded buf-list v1.1.2
6632026-08-29T21:06:32.897Z Downloaded cassowary v0.3.0
6642026-08-29T21:06:32.902Z Downloaded universal-hash v0.5.1
6652026-08-29T21:06:32.902Z Downloaded unicode-xid v0.2.6
6662026-08-29T21:06:32.902Z Downloaded allocator-api2 v0.2.21
6672026-08-29T21:06:32.905Z Downloaded chacha20 v0.10.0
6682026-08-29T21:06:32.905Z Downloaded crc v3.4.0
6692026-08-29T21:06:32.908Z Downloaded serde-hex v0.1.0
6702026-08-29T21:06:32.908Z Downloaded serde_path_to_error v0.1.20
6712026-08-29T21:06:32.912Z Downloaded slog-term v2.9.2
6722026-08-29T21:06:32.912Z Downloaded smallvec v0.6.14
6732026-08-29T21:06:32.912Z Downloaded aho-corasick v1.1.4
6742026-08-29T21:06:32.915Z Downloaded serde_tokenstream v0.3.0
6752026-08-29T21:06:32.915Z Downloaded zone v0.3.1
6762026-08-29T21:06:32.918Z Downloaded dropshot-api-manager-types v0.8.0
6772026-08-29T21:06:32.918Z Downloaded tinystr v0.8.2
6782026-08-29T21:06:32.918Z Downloaded toml_writer v1.1.1+spec-1.1.0
6792026-08-29T21:06:32.918Z Downloaded cpufeatures v0.3.0
6802026-08-29T21:06:32.921Z Downloaded base64 v0.21.7
6812026-08-29T21:06:32.921Z Downloaded curve25519-dalek-derive v0.1.1
6822026-08-29T21:06:32.924Z Downloaded defmt-parser v1.0.0
6832026-08-29T21:06:32.924Z Downloaded parking_lot_core v0.8.6
6842026-08-29T21:06:32.927Z Downloaded darling_macro v0.23.0
6852026-08-29T21:06:32.927Z Downloaded parking_lot v0.12.5
6862026-08-29T21:06:32.927Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6872026-08-29T21:06:32.928Z Downloaded dof v0.4.0
6882026-08-29T21:06:32.930Z Downloaded http-range-header v0.4.2
6892026-08-29T21:06:32.931Z Downloaded termios v0.3.3
6902026-08-29T21:06:32.934Z Downloaded tui-tree-widget v0.23.1
6912026-08-29T21:06:32.934Z Downloaded derive_builder_macro v0.20.2
6922026-08-29T21:06:32.934Z Downloaded difflib v0.4.0
6932026-08-29T21:06:32.934Z Downloaded indent_write v2.2.0
6942026-08-29T21:06:32.934Z Downloaded tokio-dtrace v0.1.1
6952026-08-29T21:06:32.937Z Downloaded tls_codec_derive v0.4.2
6962026-08-29T21:06:32.937Z Downloaded tokio-tungstenite v0.21.0
6972026-08-29T21:06:32.941Z Downloaded lazy_static v1.5.0
6982026-08-29T21:06:32.941Z Downloaded hmac v0.12.1
6992026-08-29T21:06:32.944Z Downloaded backoff v0.4.0
7002026-08-29T21:06:32.947Z Downloaded async-bb8-diesel v0.2.1
7012026-08-29T21:06:32.947Z Downloaded pin-project-internal v1.1.11
7022026-08-29T21:06:32.947Z Downloaded parking_lot_core v0.9.12
7032026-08-29T21:06:32.950Z Downloaded pkcs1 v0.8.0-rc.4
7042026-08-29T21:06:32.953Z Downloaded thiserror-no-std v2.0.2
7052026-08-29T21:06:32.956Z Downloaded hubpack_derive v0.1.1
7062026-08-29T21:06:32.956Z Downloaded vergen-gitcl v1.0.8
7072026-08-29T21:06:32.959Z Downloaded elliptic-curve v0.13.8
7082026-08-29T21:06:32.960Z Downloaded lru-cache v0.1.2
7092026-08-29T21:06:32.962Z Downloaded getrandom v0.3.4
7102026-08-29T21:06:32.963Z Downloaded half v2.7.1
7112026-08-29T21:06:32.965Z Downloaded blake2 v0.11.0-rc.6
7122026-08-29T21:06:32.966Z Downloaded writeable v0.6.2
7132026-08-29T21:06:32.969Z Downloaded memoffset v0.9.1
7142026-08-29T21:06:32.969Z Downloaded inout v0.1.4
7152026-08-29T21:06:32.972Z Downloaded instability v0.3.11
7162026-08-29T21:06:32.972Z Downloaded flume v0.11.1
7172026-08-29T21:06:32.975Z Downloaded universal-hash v0.6.1
7182026-08-29T21:06:32.975Z Downloaded zstd-safe v7.2.4
7192026-08-29T21:06:32.975Z Downloaded num v0.4.3
7202026-08-29T21:06:32.978Z Downloaded vsss-rs v3.3.4
7212026-08-29T21:06:32.978Z Downloaded wyz v0.5.1
7222026-08-29T21:06:32.978Z Downloaded zerovec-derive v0.11.2
7232026-08-29T21:06:32.981Z Downloaded parse-size v1.1.0
7242026-08-29T21:06:32.981Z Downloaded linked-hash-map v0.5.6
7252026-08-29T21:06:32.981Z Downloaded nibble_vec v0.1.0
7262026-08-29T21:06:32.981Z Downloaded nodrop v0.1.14
7272026-08-29T21:06:32.985Z Downloaded predicates-core v1.0.10
7282026-08-29T21:06:32.988Z Downloaded ssh-encoding v0.3.0
7292026-08-29T21:06:32.991Z Downloaded yoke v0.8.1
7302026-08-29T21:06:32.994Z Downloaded crossbeam-deque v0.8.6
7312026-08-29T21:06:32.999Z Downloaded omicron-zone-package v0.12.3
7322026-08-29T21:06:32.999Z Downloaded oxide-update-engine-types v0.1.2
7332026-08-29T21:06:33.002Z Downloaded dashu-base v0.5.1
7342026-08-29T21:06:33.002Z Downloaded derive_builder_core v0.20.2
7352026-08-29T21:06:33.007Z Downloaded generic-array v1.4.3
7362026-08-29T21:06:33.007Z Downloaded ref-cast v1.0.25
7372026-08-29T21:06:33.007Z Downloaded hyper-staticfile v0.10.1
7382026-08-29T21:06:33.012Z Downloaded digest v0.11.3
7392026-08-29T21:06:33.012Z Downloaded progenitor-client v0.14.0
7402026-08-29T21:06:33.023Z Downloaded arc-swap v1.8.2
7412026-08-29T21:06:33.027Z Downloaded base64 v0.22.1
7422026-08-29T21:06:33.027Z Downloaded schemars v0.8.22
7432026-08-29T21:06:33.034Z Downloaded ahash v0.8.12
7442026-08-29T21:06:33.039Z Downloaded bytes v1.11.1
7452026-08-29T21:06:33.039Z Downloaded chumsky v0.9.3
7462026-08-29T21:06:33.042Z Downloaded hyper-tls v0.6.0
7472026-08-29T21:06:33.042Z Downloaded recursive-proc-macro-impl v0.1.1
7482026-08-29T21:06:33.042Z Downloaded same-file v1.0.6
7492026-08-29T21:06:33.042Z Downloaded chacha20poly1305 v0.10.1
7502026-08-29T21:06:33.042Z Downloaded scroll_derive v0.13.1
7512026-08-29T21:06:33.042Z Downloaded serde_bytes v0.11.19
7522026-08-29T21:06:33.042Z Downloaded rustls-platform-verifier v0.6.2
7532026-08-29T21:06:33.047Z Downloaded lru v0.12.5
7542026-08-29T21:06:33.047Z Downloaded headers v0.4.1
7552026-08-29T21:06:33.050Z Downloaded hmac v0.13.0
7562026-08-29T21:06:33.050Z Downloaded bumpalo v3.20.2
7572026-08-29T21:06:33.050Z Downloaded heapless v0.8.0
7582026-08-29T21:06:33.054Z Downloaded secrecy v0.8.0
7592026-08-29T21:06:33.054Z Downloaded inout v0.2.2
7602026-08-29T21:06:33.054Z Downloaded siphasher v1.0.2
7612026-08-29T21:06:33.054Z Downloaded tracing-attributes v0.1.31
7622026-08-29T21:06:33.059Z Downloaded flate2 v1.1.9
7632026-08-29T21:06:33.059Z Downloaded signal-hook-tokio v0.3.1
7642026-08-29T21:06:33.059Z Downloaded supports-hyperlinks v3.2.0
7652026-08-29T21:06:33.062Z Downloaded twox-hash v2.1.2
7662026-08-29T21:06:33.062Z Downloaded cookie v0.18.1
7672026-08-29T21:06:33.062Z Downloaded lru v0.18.3
7682026-08-29T21:06:33.062Z Downloaded mime_guess v2.0.5
7692026-08-29T21:06:33.062Z Downloaded nanorand v0.7.0
7702026-08-29T21:06:33.065Z Downloaded structmeta v0.3.0
7712026-08-29T21:06:33.065Z Downloaded socket2 v0.6.3
7722026-08-29T21:06:33.065Z Downloaded pem-rfc7468 v0.7.0
7732026-08-29T21:06:33.068Z Downloaded poly1305 v0.8.0
7742026-08-29T21:06:33.068Z Downloaded num_enum v0.7.6
7752026-08-29T21:06:33.071Z Downloaded num-rational v0.4.2
7762026-08-29T21:06:33.071Z Downloaded socket2 v0.5.10
7772026-08-29T21:06:33.071Z Downloaded termtree v0.5.1
7782026-08-29T21:06:33.074Z Downloaded crossbeam-epoch v0.9.18
7792026-08-29T21:06:33.074Z Downloaded postgres-protocol v0.6.10
7802026-08-29T21:06:33.074Z Downloaded tinyvec_macros v0.1.1
7812026-08-29T21:06:33.074Z Downloaded tokio-test v0.4.5
7822026-08-29T21:06:33.078Z Downloaded untrusted v0.7.1
7832026-08-29T21:06:33.078Z Downloaded usdt-attr-macro v0.6.0
7842026-08-29T21:06:33.078Z Downloaded derive_builder v0.20.2
7852026-08-29T21:06:33.081Z Downloaded utf8_iter v1.0.4
7862026-08-29T21:06:33.081Z Downloaded zeroize_derive v1.5.0
7872026-08-29T21:06:33.081Z Downloaded progenitor-impl v0.14.0
7882026-08-29T21:06:33.084Z Downloaded delegate v0.13.5
7892026-08-29T21:06:33.084Z Downloaded hyper-rustls v0.27.7
7902026-08-29T21:06:33.087Z Downloaded pbkdf2 v0.13.0
7912026-08-29T21:06:33.087Z Downloaded ppv-lite86 v0.2.21
7922026-08-29T21:06:33.090Z Downloaded predicates v3.1.4
7932026-08-29T21:06:33.090Z Downloaded progenitor-client v0.13.0
7942026-08-29T21:06:33.093Z Downloaded rand_core v0.6.4
7952026-08-29T21:06:33.093Z Downloaded zone_cfg_derive v0.3.1
7962026-08-29T21:06:33.096Z Downloaded cc v1.2.56
7972026-08-29T21:06:33.100Z Downloaded rustc-demangle v0.1.27
7982026-08-29T21:06:33.100Z Downloaded rusty-fork v0.3.1
7992026-08-29T21:06:33.100Z Downloaded scuffle v0.1.0
8002026-08-29T21:06:33.103Z Downloaded rlimit v0.10.2
8012026-08-29T21:06:33.103Z Downloaded want v0.3.1
8022026-08-29T21:06:33.107Z Downloaded yoke-derive v0.8.1
8032026-08-29T21:06:33.107Z Downloaded crunchy v0.2.4
8042026-08-29T21:06:33.107Z Downloaded rustls-native-certs v0.8.3
8052026-08-29T21:06:33.113Z Downloaded libsw-core v0.3.2
8062026-08-29T21:06:33.121Z Downloaded serde_with_macros v1.5.2
8072026-08-29T21:06:33.124Z Downloaded shlex v1.3.0
8082026-08-29T21:06:33.124Z Downloaded darling_macro v0.20.11
8092026-08-29T21:06:33.127Z Downloaded hickory-resolver v0.24.4
8102026-08-29T21:06:33.127Z Downloaded downcast-rs v2.0.2
8112026-08-29T21:06:33.127Z Downloaded dunce v1.0.5
8122026-08-29T21:06:33.130Z Downloaded similar v2.7.0
8132026-08-29T21:06:33.130Z Downloaded slog-stdlog v4.1.1
8142026-08-29T21:06:33.134Z Downloaded darling_macro v0.21.3
8152026-08-29T21:06:33.134Z Downloaded libloading v0.8.9
8162026-08-29T21:06:33.134Z Downloaded slab v0.4.12
8172026-08-29T21:06:33.134Z Downloaded knus-derive v3.4.0
8182026-08-29T21:06:33.138Z Downloaded serdect v0.4.3
8192026-08-29T21:06:33.138Z Downloaded parking_lot v0.11.2
8202026-08-29T21:06:33.138Z Downloaded strum_macros v0.24.3
8212026-08-29T21:06:33.141Z Downloaded ident_case v1.0.1
8222026-08-29T21:06:33.141Z Downloaded slog v2.8.2
8232026-08-29T21:06:33.141Z Downloaded string_cache v0.8.9
8242026-08-29T21:06:33.141Z Downloaded synstructure v0.13.2
8252026-08-29T21:06:33.141Z Downloaded smf v0.2.3
8262026-08-29T21:06:33.142Z Downloaded dtrace-parser v0.3.0
8272026-08-29T21:06:33.145Z Downloaded crossbeam-utils v0.8.21
8282026-08-29T21:06:33.145Z Downloaded jiff-static v0.2.34
8292026-08-29T21:06:33.148Z Downloaded instant v0.1.13
8302026-08-29T21:06:33.148Z Downloaded kem v0.3.0
8312026-08-29T21:06:33.148Z Downloaded lalrpop-util v0.19.12
8322026-08-29T21:06:33.148Z Downloaded maplit v1.0.2
8332026-08-29T21:06:33.148Z Downloaded md5 v0.8.0
8342026-08-29T21:06:33.156Z Downloaded vergen-lib v9.1.0
8352026-08-29T21:06:33.159Z Downloaded hickory-resolver v0.25.2
8362026-08-29T21:06:33.162Z Downloaded dropshot_endpoint v0.17.1
8372026-08-29T21:06:33.165Z Downloaded xshell v0.2.7
8382026-08-29T21:06:33.169Z Downloaded newline-converter v0.3.0
8392026-08-29T21:06:33.169Z Downloaded num_enum_derive v0.5.11
8402026-08-29T21:06:33.172Z Downloaded num_threads v0.1.7
8412026-08-29T21:06:33.172Z Downloaded samael v0.0.19
8422026-08-29T21:06:33.175Z Downloaded backtrace v0.3.76
8432026-08-29T21:06:33.179Z Downloaded critical-section v1.2.0
8442026-08-29T21:06:33.183Z Downloaded potential_utf v0.1.4
8452026-08-29T21:06:33.186Z Downloaded phf_shared v0.13.1
8462026-08-29T21:06:33.186Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-08-29T21:06:33.189Z Downloaded convert_case v0.10.0
8482026-08-29T21:06:33.189Z Downloaded ctr v0.10.1
8492026-08-29T21:06:33.189Z Downloaded dirs-next v2.0.0
8502026-08-29T21:06:33.193Z Downloaded futures-util v0.3.32
8512026-08-29T21:06:33.197Z Downloaded rand_chacha v0.3.1
8522026-08-29T21:06:33.199Z Downloaded serde_cbor v0.11.2
8532026-08-29T21:06:33.199Z Downloaded oso v0.27.3
8542026-08-29T21:06:33.203Z Downloaded ref-cast-impl v1.0.25
8552026-08-29T21:06:33.203Z Downloaded rfc6979 v0.4.0
8562026-08-29T21:06:33.203Z Downloaded p256 v0.13.2
8572026-08-29T21:06:33.206Z Downloaded smallvec v1.15.1
8582026-08-29T21:06:33.206Z Downloaded document-features v0.2.12
8592026-08-29T21:06:33.209Z Downloaded num-traits v0.2.19
8602026-08-29T21:06:33.220Z Downloaded rtoolbox v0.0.3
8612026-08-29T21:06:33.220Z Downloaded sapling-renderdag v0.1.0
8622026-08-29T21:06:33.220Z Downloaded serde-big-array v0.5.1
8632026-08-29T21:06:33.225Z Downloaded toml_parser v1.1.2+spec-1.1.0
8642026-08-29T21:06:33.225Z Downloaded ipnetwork v0.21.1
8652026-08-29T21:06:33.225Z Downloaded tagptr v0.2.0
8662026-08-29T21:06:33.225Z Downloaded strip-ansi-escapes v0.2.1
8672026-08-29T21:06:33.225Z Downloaded humantime v2.3.0
8682026-08-29T21:06:33.225Z Downloaded indoc v2.0.7
8692026-08-29T21:06:33.229Z Downloaded slog-bunyan v2.5.0
8702026-08-29T21:06:33.232Z Downloaded ssh-cipher v0.2.0
8712026-08-29T21:06:33.232Z Downloaded take_mut v0.2.2
8722026-08-29T21:06:33.232Z Downloaded unicode-properties v0.1.4
8732026-08-29T21:06:33.232Z Downloaded tower-layer v0.3.3
8742026-08-29T21:06:33.232Z Downloaded rand v0.10.1
8752026-08-29T21:06:33.235Z Downloaded rustls-webpki v0.103.13
8762026-08-29T21:06:33.238Z Downloaded void v1.0.2
8772026-08-29T21:06:33.238Z Downloaded ignore v0.4.25
8782026-08-29T21:06:33.238Z Downloaded vergen v9.1.0
8792026-08-29T21:06:33.241Z Downloaded zerocopy v0.6.6
8802026-08-29T21:06:33.241Z Downloaded strsim v0.10.0
8812026-08-29T21:06:33.241Z Downloaded newtype-uuid v1.3.2
8822026-08-29T21:06:33.244Z Downloaded time-core v0.1.8
8832026-08-29T21:06:33.244Z Downloaded qorb v0.4.1
8842026-08-29T21:06:33.249Z Downloaded num-primitive v0.2.1
8852026-08-29T21:06:33.252Z Downloaded parse-display-derive v0.10.0
8862026-08-29T21:06:33.252Z Downloaded oxide-update-engine-display v0.1.2
8872026-08-29T21:06:33.255Z Downloaded unicode_categories v0.1.1
8882026-08-29T21:06:33.255Z Downloaded phc v0.6.1
8892026-08-29T21:06:33.258Z Downloaded password-hash v0.5.0
8902026-08-29T21:06:33.258Z Downloaded darling v0.13.4
8912026-08-29T21:06:33.258Z Downloaded proc-macro-error2 v2.0.1
8922026-08-29T21:06:33.262Z Downloaded aes v0.9.1
8932026-08-29T21:06:33.265Z Downloaded crc8 v0.1.1
8942026-08-29T21:06:33.268Z Downloaded progenitor v0.14.0
8952026-08-29T21:06:33.268Z Downloaded hickory-server v0.25.2
8962026-08-29T21:06:33.271Z Downloaded indexmap v1.9.3
8972026-08-29T21:06:33.276Z Downloaded dsl_auto_type v0.2.0
8982026-08-29T21:06:33.276Z Downloaded rustversion v1.0.22
8992026-08-29T21:06:33.279Z Downloaded cstr-argument v0.1.2
9002026-08-29T21:06:33.279Z Downloaded openssl-sys v0.9.117
9012026-08-29T21:06:33.279Z Downloaded russh-cryptovec v0.62.0
9022026-08-29T21:06:33.282Z Downloaded scheduled-thread-pool v0.2.7
9032026-08-29T21:06:33.282Z Downloaded sec1 v0.8.1
9042026-08-29T21:06:33.287Z Downloaded illumos-nvpair-sys v0.2.0
9052026-08-29T21:06:33.287Z Downloaded test-strategy v0.4.5
9062026-08-29T21:06:33.290Z Downloaded strum_macros v0.26.4
9072026-08-29T21:06:33.290Z Downloaded tls_codec v0.4.2
9082026-08-29T21:06:33.293Z Downloaded steno v0.4.1
9092026-08-29T21:06:33.296Z Downloaded hybrid-array v0.4.13
9102026-08-29T21:06:33.296Z Downloaded internet-checksum v0.2.1
9112026-08-29T21:06:33.296Z Downloaded litrs v1.0.0
9122026-08-29T21:06:33.299Z Downloaded tinyvec v1.11.0
9132026-08-29T21:06:33.299Z Downloaded tungstenite v0.23.0
9142026-08-29T21:06:33.302Z Downloaded darling_core v0.23.0
9152026-08-29T21:06:33.305Z Downloaded memmap2 v0.9.10
9162026-08-29T21:06:33.305Z Downloaded tracing-core v0.1.36
9172026-08-29T21:06:33.305Z Downloaded slog-scope v4.4.1
9182026-08-29T21:06:33.309Z Downloaded spki v0.7.3
9192026-08-29T21:06:33.309Z Downloaded managed v0.8.0
9202026-08-29T21:06:33.309Z Downloaded kstat-rs v0.2.5
9212026-08-29T21:06:33.312Z Downloaded time-macros v0.2.27
9222026-08-29T21:06:33.312Z Downloaded tiny-keccak v2.0.2
9232026-08-29T21:06:33.312Z Downloaded uzers v0.12.2
9242026-08-29T21:06:33.315Z Downloaded hashbrown v0.12.3
9252026-08-29T21:06:33.318Z Downloaded lzss v0.8.2
9262026-08-29T21:06:33.318Z Downloaded multimap v0.10.1
9272026-08-29T21:06:33.321Z Downloaded zeroize v1.9.0
9282026-08-29T21:06:33.327Z Downloaded crc-any v2.5.0
9292026-08-29T21:06:33.330Z Downloaded pkcs1 v0.7.5
9302026-08-29T21:06:33.330Z Downloaded poly1305 v0.9.0
9312026-08-29T21:06:33.333Z Downloaded vergen-lib v0.1.6
9322026-08-29T21:06:33.333Z Downloaded const_format_proc_macros v0.2.34
9332026-08-29T21:06:33.333Z Downloaded parse-display v0.10.0
9342026-08-29T21:06:33.336Z Downloaded darling_core v0.13.4
9352026-08-29T21:06:33.336Z Downloaded csv-core v0.1.13
9362026-08-29T21:06:33.339Z Downloaded derive-ex v0.1.8
9372026-08-29T21:06:33.339Z Downloaded progenitor v0.13.0
9382026-08-29T21:06:33.351Z Downloaded displaydoc v0.2.5
9392026-08-29T21:06:33.356Z Downloaded minimal-lexical v0.2.1
9402026-08-29T21:06:33.359Z Downloaded p256 v0.14.0
9412026-08-29T21:06:33.359Z Downloaded defmt v1.0.1
9422026-08-29T21:06:33.368Z Downloaded tar v0.4.46
9432026-08-29T21:06:33.368Z Downloaded progenitor-macro v0.13.0
9442026-08-29T21:06:33.368Z Downloaded signature v3.0.0
9452026-08-29T21:06:33.368Z Downloaded sha2 v0.11.0
9462026-08-29T21:06:33.371Z Downloaded ed25519 v2.2.3
9472026-08-29T21:06:33.371Z Downloaded usdt-impl v0.6.0
9482026-08-29T21:06:33.371Z Downloaded ssh-key v0.6.7
9492026-08-29T21:06:33.377Z Downloaded seq-macro v0.3.6
9502026-08-29T21:06:33.377Z Downloaded stable_deref_trait v1.2.1
9512026-08-29T21:06:33.381Z Downloaded tabwriter v1.4.1
9522026-08-29T21:06:33.381Z Downloaded toml_edit v0.23.10+spec-1.0.0
9532026-08-29T21:06:33.381Z Downloaded unicase v2.9.0
9542026-08-29T21:06:33.381Z Downloaded ipnet v2.12.0
9552026-08-29T21:06:33.381Z Downloaded linear-map v1.2.0
9562026-08-29T21:06:33.387Z Downloaded sponge-cursor v0.1.0
9572026-08-29T21:06:33.388Z Downloaded rand v0.8.6
9582026-08-29T21:06:33.394Z Downloaded publicsuffix v2.3.0
9592026-08-29T21:06:33.394Z Downloaded trait-variant v0.1.2
9602026-08-29T21:06:33.394Z Downloaded wnaf v0.14.0
9612026-08-29T21:06:33.394Z Downloaded hashbrown v0.13.2
9622026-08-29T21:06:33.394Z Downloaded ingot v0.2.1
9632026-08-29T21:06:33.398Z Downloaded typify-macro v0.6.2
9642026-08-29T21:06:33.398Z Downloaded http v1.4.2
9652026-08-29T21:06:33.398Z Downloaded num-modular v0.6.5
9662026-08-29T21:06:33.402Z Downloaded const_format v0.2.35
9672026-08-29T21:06:33.406Z Downloaded yasna v0.5.2
9682026-08-29T21:06:33.413Z Downloaded aes-gcm v0.11.0
9692026-08-29T21:06:33.416Z Downloaded darling_macro v0.13.4
9702026-08-29T21:06:33.417Z Downloaded hashbrown v0.14.5
9712026-08-29T21:06:33.420Z Downloaded oxide-generation v0.1.3
9722026-08-29T21:06:33.420Z Downloaded oxide-tokio-rt v0.1.4
9732026-08-29T21:06:33.423Z Downloaded phf v0.12.1
9742026-08-29T21:06:33.423Z Downloaded polyval v0.7.1
9752026-08-29T21:06:33.426Z Downloaded crc32fast v1.5.0
9762026-08-29T21:06:33.426Z Downloaded peg v0.8.5
9772026-08-29T21:06:33.426Z Downloaded keccak v0.1.6
9782026-08-29T21:06:33.429Z Downloaded mime v0.3.17
9792026-08-29T21:06:33.432Z Downloaded typed-path v0.9.3
9802026-08-29T21:06:33.435Z Downloaded resolv-conf v0.7.6
9812026-08-29T21:06:33.435Z Downloaded serde_derive_internals v0.29.1
9822026-08-29T21:06:33.438Z Downloaded icu_provider v2.1.1
9832026-08-29T21:06:33.438Z Downloaded progenitor-extras v0.2.0
9842026-08-29T21:06:33.441Z Downloaded rpassword v7.5.4
9852026-08-29T21:06:33.441Z Downloaded scroll v0.13.0
9862026-08-29T21:06:33.441Z Downloaded des v0.9.0
9872026-08-29T21:06:33.444Z Downloaded num-iter v0.1.45
9882026-08-29T21:06:33.444Z Downloaded packed_struct_codegen v0.10.1
9892026-08-29T21:06:33.447Z Downloaded peg-runtime v0.8.5
9902026-08-29T21:06:33.447Z Downloaded slog-async v2.8.0
9912026-08-29T21:06:33.447Z Downloaded slog-dtrace v0.3.0
9922026-08-29T21:06:33.450Z Downloaded support-bundle-viewer v0.1.2
9932026-08-29T21:06:33.450Z Downloaded ed25519 v3.0.0
9942026-08-29T21:06:33.454Z Downloaded icu_normalizer_data v2.1.1
9952026-08-29T21:06:33.457Z Downloaded tungstenite v0.28.0
9962026-08-29T21:06:33.457Z Downloaded nom v8.0.0
9972026-08-29T21:06:33.463Z Downloaded tokio-tungstenite v0.23.1
9982026-08-29T21:06:33.466Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9992026-08-29T21:06:33.466Z Downloaded path-slash v0.1.5
10002026-08-29T21:06:33.470Z Downloaded num-complex v0.4.6
10012026-08-29T21:06:33.472Z Downloaded hashbrown v0.15.5
10022026-08-29T21:06:33.476Z Downloaded hashbrown v0.16.1
10032026-08-29T21:06:33.480Z Downloaded radium v0.7.0
10042026-08-29T21:06:33.483Z Downloaded signal-hook-mio v0.2.5
10052026-08-29T21:06:33.486Z Downloaded unicode-bidi v0.3.18
10062026-08-29T21:06:33.491Z Downloaded supports-unicode v3.0.0
10072026-08-29T21:06:33.491Z Downloaded rustc_version v0.1.7
10082026-08-29T21:06:33.494Z Downloaded semver v0.1.20
10092026-08-29T21:06:33.500Z Downloaded postcard v1.1.3
10102026-08-29T21:06:33.503Z Downloaded prettyplease v0.2.37
10112026-08-29T21:06:33.506Z Downloaded crypto-bigint v0.5.5
10122026-08-29T21:06:33.510Z Downloaded daft-derive v0.1.8
10132026-08-29T21:06:33.514Z Downloaded module-lattice v0.2.3
10142026-08-29T21:06:33.515Z Downloaded sync-ptr v0.1.4
10152026-08-29T21:06:33.515Z Downloaded unicode-truncate v1.1.0
10162026-08-29T21:06:33.515Z Downloaded diesel-dtrace v0.5.0
10172026-08-29T21:06:33.515Z Downloaded httpdate v1.0.3
10182026-08-29T21:06:33.518Z Downloaded keccak v0.2.0
10192026-08-29T21:06:33.518Z Downloaded zerofrom-derive v0.1.6
10202026-08-29T21:06:33.518Z Downloaded ingot-types v0.2.0
10212026-08-29T21:06:33.518Z Downloaded salsa20 v0.11.0
10222026-08-29T21:06:33.521Z Downloaded num-bigint v0.4.6
10232026-08-29T21:06:33.521Z Downloaded usdt-macro v0.6.0
10242026-08-29T21:06:33.525Z Downloaded utf-8 v0.7.6
10252026-08-29T21:06:33.525Z Downloaded diff v0.1.13
10262026-08-29T21:06:33.528Z Downloaded nonempty v0.12.0
10272026-08-29T21:06:33.528Z Downloaded oxide-update-engine v0.1.2
10282026-08-29T21:06:33.532Z Downloaded diesel_table_macro_syntax v0.3.0
10292026-08-29T21:06:33.532Z Downloaded term v0.7.0
10302026-08-29T21:06:33.539Z Downloaded strum_macros v0.27.2
10312026-08-29T21:06:33.545Z Downloaded libscf-sys v1.2.0
10322026-08-29T21:06:33.548Z Downloaded progenitor-macro v0.14.0
10332026-08-29T21:06:33.551Z Downloaded is_ci v1.2.0
10342026-08-29T21:06:33.551Z Downloaded password-hash v0.6.1
10352026-08-29T21:06:33.559Z Downloaded rand_chacha v0.9.0
10362026-08-29T21:06:33.562Z Downloaded rustls-pemfile v2.2.0
10372026-08-29T21:06:33.562Z Downloaded unicode-normalization v0.1.25
10382026-08-29T21:06:33.565Z Downloaded vte v0.14.1
10392026-08-29T21:06:33.568Z Downloaded ssh-cipher v0.3.0
10402026-08-29T21:06:33.572Z Downloaded snafu-derive v0.8.9
10412026-08-29T21:06:33.572Z Downloaded openssl-probe v0.1.6
10422026-08-29T21:06:33.575Z Downloaded russh-util v0.52.0
10432026-08-29T21:06:33.575Z Downloaded rustc_version v0.4.1
10442026-08-29T21:06:33.578Z Downloaded stringprep v0.1.5
10452026-08-29T21:06:33.582Z Downloaded const-oid v0.10.2
10462026-08-29T21:06:33.585Z Downloaded pkcs5 v0.8.1
10472026-08-29T21:06:33.585Z Downloaded progenitor-impl v0.13.0
10482026-08-29T21:06:33.588Z Downloaded httparse v1.10.1
10492026-08-29T21:06:33.588Z Downloaded corncobs v0.1.4
10502026-08-29T21:06:33.588Z Downloaded sigpipe v0.1.3
10512026-08-29T21:06:33.591Z Downloaded ssh-encoding v0.2.0
10522026-08-29T21:06:33.591Z Downloaded subtle v2.6.1
10532026-08-29T21:06:33.591Z Downloaded supports-color v3.0.2
10542026-08-29T21:06:33.594Z Downloaded der v0.7.10
10552026-08-29T21:06:33.598Z Downloaded ron v0.8.1
10562026-08-29T21:06:33.601Z Downloaded der_derive v0.7.3
10572026-08-29T21:06:33.601Z Downloaded crucible-workspace-hack v0.1.0
10582026-08-29T21:06:33.605Z Downloaded litemap v0.8.1
10592026-08-29T21:06:33.608Z Downloaded data-encoding v2.10.0
10602026-08-29T21:06:33.611Z Downloaded wait-timeout v0.2.1
10612026-08-29T21:06:33.611Z Downloaded convert_case v0.4.0
10622026-08-29T21:06:33.611Z Downloaded daft v0.1.8
10632026-08-29T21:06:33.617Z Downloaded dropshot-api-manager v0.8.0
10642026-08-29T21:06:33.621Z Downloaded pkcs8 v0.11.0
10652026-08-29T21:06:33.624Z Downloaded itertools v0.13.0
10662026-08-29T21:06:33.628Z Downloaded itertools v0.14.0
10672026-08-29T21:06:33.631Z Downloaded digest-io v0.1.0
10682026-08-29T21:06:33.633Z Downloaded paste v1.0.15
10692026-08-29T21:06:33.633Z Downloaded indoc v1.0.9
10702026-08-29T21:06:33.633Z Downloaded defmt v0.3.100
10712026-08-29T21:06:33.636Z Downloaded libefi-sys v0.1.0
10722026-08-29T21:06:33.636Z Downloaded num-integer v0.1.46
10732026-08-29T21:06:33.636Z Downloaded oso-derive v0.27.3
10742026-08-29T21:06:33.636Z Downloaded rand_xorshift v0.4.0
10752026-08-29T21:06:33.636Z Downloaded rsa v0.10.0-rc.18
10762026-08-29T21:06:33.640Z Downloaded itertools v0.12.1
10772026-08-29T21:06:33.643Z Downloaded uuid v1.23.4
10782026-08-29T21:06:33.646Z Downloaded proc-macro-crate v3.4.0
10792026-08-29T21:06:33.646Z Downloaded simd-adler32 v0.3.8
10802026-08-29T21:06:33.650Z Downloaded serde_plain v1.0.2
10812026-08-29T21:06:33.653Z Downloaded tokio-native-tls v0.3.1
10822026-08-29T21:06:33.653Z Downloaded tokio-rustls v0.26.4
10832026-08-29T21:06:33.657Z Downloaded zstd v0.13.3
10842026-08-29T21:06:33.657Z Downloaded powerfmt v0.2.0
10852026-08-29T21:06:33.657Z Downloaded hkdf v0.12.4
10862026-08-29T21:06:33.660Z Downloaded hkdf v0.13.0
10872026-08-29T21:06:33.660Z Downloaded icu_properties v2.1.2
10882026-08-29T21:06:33.663Z Downloaded zopfli v0.8.3
10892026-08-29T21:06:33.666Z Downloaded sync_wrapper v1.0.2
10902026-08-29T21:06:33.673Z Downloaded whoami v2.1.0
10912026-08-29T21:06:33.676Z Downloaded der v0.8.0
10922026-08-29T21:06:33.679Z Downloaded diesel_derives v2.3.7
10932026-08-29T21:06:33.682Z Downloaded icu_collections v2.1.1
10942026-08-29T21:06:33.685Z Downloaded cpubits v0.1.1
10952026-08-29T21:06:33.688Z Downloaded unarray v0.1.4
10962026-08-29T21:06:33.688Z Downloaded illumos-nvpair v0.3.0
10972026-08-29T21:06:33.697Z Downloaded portable-atomic v1.13.1
10982026-08-29T21:06:33.701Z Downloaded iana-time-zone v0.1.65
10992026-08-29T21:06:33.703Z Downloaded prefix-trie v0.7.0
11002026-08-29T21:06:33.707Z Downloaded multer v3.1.0
11012026-08-29T21:06:33.707Z Downloaded olpc-cjson v0.1.4
11022026-08-29T21:06:33.710Z Downloaded libsw v3.5.0
11032026-08-29T21:06:33.710Z Downloaded lock_api v0.4.14
11042026-08-29T21:06:33.713Z Downloaded md-5 v0.10.6
11052026-08-29T21:06:33.716Z Downloaded pwd v1.4.0
11062026-08-29T21:06:33.719Z Downloaded tower-service v0.3.3
11072026-08-29T21:06:33.722Z Downloaded yansi v1.0.1
11082026-08-29T21:06:33.722Z Downloaded h2 v0.4.15
11092026-08-29T21:06:33.725Z Downloaded quinn-udp v0.5.14
11102026-08-29T21:06:33.728Z Downloaded rustls-pki-types v1.14.0
11112026-08-29T21:06:33.728Z Downloaded darling_core v0.21.3
11122026-08-29T21:06:33.731Z Downloaded darling_core v0.20.11
11132026-08-29T21:06:33.734Z Downloaded derive_more-impl v2.1.1
11142026-08-29T21:06:33.737Z Downloaded winnow v0.5.40
11152026-08-29T21:06:33.740Z Downloaded try-lock v0.2.5
11162026-08-29T21:06:33.740Z Downloaded dirs-sys-next v0.1.2
11172026-08-29T21:06:33.740Z Downloaded display-error-chain v0.2.2
11182026-08-29T21:06:33.743Z Downloaded match_cfg v0.1.0
11192026-08-29T21:06:33.743Z Downloaded new_debug_unreachable v1.0.6
11202026-08-29T21:06:33.743Z Downloaded normalize-line-endings v0.3.0
11212026-08-29T21:06:33.743Z Downloaded reedline v0.40.0
11222026-08-29T21:06:33.747Z Downloaded postgres-types v0.2.12
11232026-08-29T21:06:33.750Z Downloaded thread_local v1.1.9
11242026-08-29T21:06:33.750Z Downloaded ssh-key v0.7.0-rc.11
11252026-08-29T21:06:33.754Z Downloaded tokio-macros v2.7.0
11262026-08-29T21:06:33.758Z Downloaded itertools v0.10.5
11272026-08-29T21:06:33.761Z Downloaded slog-json v2.6.1
11282026-08-29T21:06:33.761Z Downloaded tokio-stream v0.1.18
11292026-08-29T21:06:33.764Z Downloaded typify v0.6.2
11302026-08-29T21:06:33.768Z Downloaded rayon-core v1.13.0
11312026-08-29T21:06:33.768Z Downloaded serde_with v1.14.0
11322026-08-29T21:06:33.771Z Downloaded defmt-macros v1.0.1
11332026-08-29T21:06:33.771Z Downloaded idna_adapter v1.2.1
11342026-08-29T21:06:33.771Z Downloaded is-terminal v0.4.17
11352026-08-29T21:06:33.775Z Downloaded thread-id v5.1.0
11362026-08-29T21:06:33.775Z Downloaded ecdsa v0.17.0
11372026-08-29T21:06:33.775Z Downloaded testing_table v0.3.0
11382026-08-29T21:06:33.775Z Downloaded deranged v0.5.8
11392026-08-29T21:06:33.778Z Downloaded sqlformat v0.3.5
11402026-08-29T21:06:33.778Z Downloaded darling v0.20.11
11412026-08-29T21:06:33.787Z Downloaded ingot-macros v0.2.0
11422026-08-29T21:06:33.787Z Downloaded crc-catalog v2.4.0
11432026-08-29T21:06:33.787Z Downloaded zerofrom v0.1.6
11442026-08-29T21:06:33.787Z Downloaded phf_shared v0.12.1
11452026-08-29T21:06:33.787Z Downloaded url v2.5.8
11462026-08-29T21:06:33.788Z Downloaded tower v0.5.3
11472026-08-29T21:06:33.791Z Downloaded miette v7.6.0
11482026-08-29T21:06:33.791Z Downloaded crossterm v0.28.1
11492026-08-29T21:06:33.799Z Downloaded pkcs8 v0.10.2
11502026-08-29T21:06:33.802Z Downloaded tokio-util v0.7.18
11512026-08-29T21:06:33.802Z Downloaded sec1 v0.7.3
11522026-08-29T21:06:33.802Z Downloaded debug-ignore v1.0.5
11532026-08-29T21:06:33.802Z Downloaded psm v0.1.30
11542026-08-29T21:06:33.808Z Downloaded r2d2 v0.8.10
11552026-08-29T21:06:33.808Z Downloaded crossbeam-channel v0.5.15
11562026-08-29T21:06:33.808Z Downloaded zip v4.6.1
11572026-08-29T21:06:33.812Z Downloaded bindgen v0.71.1
11582026-08-29T21:06:33.815Z Downloaded constant_time_eq v0.4.2
11592026-08-29T21:06:33.815Z Downloaded crypto-common v0.2.2
11602026-08-29T21:06:33.816Z Downloaded hubpack v0.1.2
11612026-08-29T21:06:33.816Z Downloaded p521 v0.14.0
11622026-08-29T21:06:33.819Z Downloaded rand v0.9.2
11632026-08-29T21:06:33.819Z Downloaded xattr v1.6.1
11642026-08-29T21:06:33.822Z Downloaded serde_urlencoded v0.7.1
11652026-08-29T21:06:33.826Z Downloaded walkdir v2.5.0
11662026-08-29T21:06:33.832Z Downloaded xshell-macros v0.2.7
11672026-08-29T21:06:33.833Z Downloaded tungstenite v0.21.0
11682026-08-29T21:06:33.833Z Downloaded ctutils v0.4.2
11692026-08-29T21:06:33.836Z Downloaded jobserver v0.1.34
11702026-08-29T21:06:33.841Z Downloaded miniz_oxide v0.8.9
11712026-08-29T21:06:33.845Z Downloaded pin-project v1.1.11
11722026-08-29T21:06:33.849Z Downloaded dyn-clone v1.0.20
11732026-08-29T21:06:33.852Z Downloaded maybe-uninit v2.0.0
11742026-08-29T21:06:33.852Z Downloaded serde_repr v0.1.20
11752026-08-29T21:06:33.855Z Downloaded aws-lc-rs v1.16.3
11762026-08-29T21:06:33.858Z Downloaded mio v1.2.0
11772026-08-29T21:06:33.861Z Downloaded knus v3.4.0
11782026-08-29T21:06:33.864Z Downloaded nom v7.1.3
11792026-08-29T21:06:33.867Z Downloaded rand_core v0.9.5
11802026-08-29T21:06:33.867Z Downloaded derive_more v0.99.20
11812026-08-29T21:06:33.871Z Downloaded p384 v0.14.0
11822026-08-29T21:06:33.871Z Downloaded usdt v0.6.0
11832026-08-29T21:06:33.874Z Downloaded pem v3.0.6
11842026-08-29T21:06:33.874Z Downloaded schemars_derive v0.8.22
11852026-08-29T21:06:33.874Z Downloaded scrypt v0.12.0
11862026-08-29T21:06:33.877Z Downloaded spin v0.9.8
11872026-08-29T21:06:33.882Z Downloaded vergen-git2 v9.1.0
11882026-08-29T21:06:33.882Z Downloaded git2 v0.20.4
11892026-08-29T21:06:33.885Z Downloaded lru-slab v0.1.2
11902026-08-29T21:06:33.885Z Downloaded openssl-macros v0.1.1
11912026-08-29T21:06:33.885Z Downloaded cookie_store v0.22.1
11922026-08-29T21:06:33.888Z Downloaded schemars v1.2.1
11932026-08-29T21:06:33.894Z Downloaded pin-project-lite v0.2.17
11942026-08-29T21:06:33.897Z Downloaded signal-hook-registry v1.4.8
11952026-08-29T21:06:33.900Z Downloaded owo-colors v4.3.0
11962026-08-29T21:06:33.900Z Downloaded derive-where v1.6.0
11972026-08-29T21:06:33.903Z Downloaded zerotrie v0.2.3
11982026-08-29T21:06:33.904Z Downloaded serde_with_macros v3.21.0
11992026-08-29T21:06:33.908Z Downloaded spki v0.8.0
12002026-08-29T21:06:33.908Z Downloaded untrusted v0.9.0
12012026-08-29T21:06:33.908Z Downloaded icu_normalizer v2.1.1
12022026-08-29T21:06:33.911Z Downloaded winnow v0.6.26
12032026-08-29T21:06:33.914Z Downloaded derive_more v2.1.1
12042026-08-29T21:06:33.920Z Downloaded tokio-tungstenite v0.28.0
12052026-08-29T21:06:33.922Z Downloaded phf v0.13.1
12062026-08-29T21:06:33.923Z Downloaded moka v0.12.13
12072026-08-29T21:06:33.926Z Downloaded impl-trait-for-tuples v0.2.3
12082026-08-29T21:06:33.929Z Downloaded bitvec v1.0.1
12092026-08-29T21:06:33.938Z Downloaded chrono v0.4.45
12102026-08-29T21:06:33.943Z Downloaded primefield v0.14.0
12112026-08-29T21:06:33.943Z Downloaded zerocopy-derive v0.8.55
12122026-08-29T21:06:33.946Z Downloaded serde_yaml v0.9.34+deprecated
12132026-08-29T21:06:33.949Z Downloaded signal-hook v0.3.18
12142026-08-29T21:06:33.949Z Downloaded pretty_assertions v1.4.1
12152026-08-29T21:06:33.953Z Downloaded ecdsa v0.16.9
12162026-08-29T21:06:33.953Z Downloaded quinn v0.11.11
12172026-08-29T21:06:33.956Z Downloaded stacker v0.1.23
12182026-08-29T21:06:33.957Z Downloaded miette-derive v7.6.0
12192026-08-29T21:06:33.957Z Downloaded static_assertions v1.1.0
12202026-08-29T21:06:33.957Z Downloaded unsafe-libyaml v0.2.11
12212026-08-29T21:06:33.960Z Downloaded rawzip v0.4.4
12222026-08-29T21:06:33.963Z Downloaded whoami v1.6.1
12232026-08-29T21:06:33.963Z Downloaded russh v0.62.4
12242026-08-29T21:06:33.967Z Downloaded subprocess v0.2.15
12252026-08-29T21:06:33.970Z Downloaded libm v0.2.16
12262026-08-29T21:06:33.973Z Downloaded iddqd v0.4.2
12272026-08-29T21:06:33.980Z Downloaded ml-kem v0.3.2
12282026-08-29T21:06:33.983Z Downloaded blake3 v1.8.5
12292026-08-29T21:06:33.988Z Downloaded darling v0.23.0
12302026-08-29T21:06:33.992Z Downloaded toml v1.1.2+spec-1.1.0
12312026-08-29T21:06:33.992Z Downloaded libbz2-rs-sys v0.2.2
12322026-08-29T21:06:33.992Z Downloaded term v1.2.1
12332026-08-29T21:06:33.995Z Downloaded iri-string v0.7.10
12342026-08-29T21:06:33.999Z Downloaded toml v0.7.8
12352026-08-29T21:06:33.999Z Downloaded toml_edit v0.19.15
12362026-08-29T21:06:34.007Z Downloaded goblin v0.10.5
12372026-08-29T21:06:34.011Z Downloaded tower-http v0.6.8
12382026-08-29T21:06:34.016Z Downloaded x509-cert v0.2.5
12392026-08-29T21:06:34.019Z Downloaded salty v0.3.0
12402026-08-29T21:06:34.023Z Downloaded snafu v0.8.9
12412026-08-29T21:06:34.027Z Downloaded libxml v0.3.3
12422026-08-29T21:06:34.030Z Downloaded zip v0.6.6
12432026-08-29T21:06:34.033Z Downloaded hyper-util v0.1.20
12442026-08-29T21:06:34.036Z Downloaded drift v0.2.0
12452026-08-29T21:06:34.041Z Downloaded darling v0.21.3
12462026-08-29T21:06:34.044Z Downloaded schemars v0.9.0
12472026-08-29T21:06:34.051Z Downloaded rcgen v0.12.1
12482026-08-29T21:06:34.054Z Downloaded tokio-postgres v0.7.16
12492026-08-29T21:06:34.057Z Downloaded idna v1.1.0
12502026-08-29T21:06:34.065Z Downloaded ryu v1.0.23
12512026-08-29T21:06:34.069Z Downloaded indicatif v0.18.4
12522026-08-29T21:06:34.073Z Downloaded icu_properties_data v2.1.2
12532026-08-29T21:06:34.080Z Downloaded rayon v1.11.0
12542026-08-29T21:06:34.083Z Downloaded radix_trie v0.2.1
12552026-08-29T21:06:34.086Z Downloaded tabled v0.21.0
12562026-08-29T21:06:34.096Z Downloaded unicode-segmentation v1.12.0
12572026-08-29T21:06:34.099Z Downloaded internal-russh-num-bigint v0.5.0
12582026-08-29T21:06:34.103Z Downloaded dashu-int v0.5.1
12592026-08-29T21:06:34.106Z Downloaded icu_locale_core v2.1.1
12602026-08-29T21:06:34.110Z Downloaded itertools v0.15.0
12612026-08-29T21:06:34.113Z Downloaded papergrid v0.18.0
12622026-08-29T21:06:34.116Z Downloaded reqwest v0.12.28
12632026-08-29T21:06:34.119Z Downloaded rsa v0.9.10
12642026-08-29T21:06:34.123Z Downloaded crossterm v0.29.0
12652026-08-29T21:06:34.127Z Downloaded zerocopy v0.8.55
12662026-08-29T21:06:34.136Z Downloaded rustyline v14.0.0
12672026-08-29T21:06:34.141Z Downloaded regex-syntax v0.6.29
12682026-08-29T21:06:34.144Z Downloaded sha3 v0.12.0
12692026-08-29T21:06:34.144Z Downloaded quinn-proto v0.11.16
12702026-08-29T21:06:34.148Z Downloaded petname v2.0.2
12712026-08-29T21:06:34.151Z Downloaded gimli v0.32.3
12722026-08-29T21:06:34.156Z Downloaded reqwest v0.13.2
12732026-08-29T21:06:34.159Z Downloaded zerovec v0.11.5
12742026-08-29T21:06:34.166Z Downloaded num-bigint-dig v0.8.6
12752026-08-29T21:06:34.169Z Downloaded p521 v0.13.3
12762026-08-29T21:06:34.169Z Downloaded smoltcp v0.9.1
12772026-08-29T21:06:34.193Z Downloaded time v0.3.47
12782026-08-29T21:06:34.200Z Downloaded bstr v1.12.1
12792026-08-29T21:06:34.205Z Downloaded syn v3.0.3
12802026-08-29T21:06:34.212Z Downloaded quick-xml v0.37.5
12812026-08-29T21:06:34.215Z Downloaded serde_with v3.21.0
12822026-08-29T21:06:34.223Z Downloaded jiff-core v0.1.0
12832026-08-29T21:06:34.226Z Downloaded curve25519-dalek v4.1.3
12842026-08-29T21:06:34.230Z Downloaded nix v0.27.1
12852026-08-29T21:06:34.236Z Downloaded hyper v1.10.1
12862026-08-29T21:06:34.240Z Downloaded vcpkg v0.2.15
12872026-08-29T21:06:34.262Z Downloaded regex v1.12.3
12882026-08-29T21:06:34.267Z Downloaded zlib-rs v0.6.2
12892026-08-29T21:06:34.270Z Downloaded winnow v1.0.3
12902026-08-29T21:06:34.274Z Downloaded tough v0.22.0
12912026-08-29T21:06:34.280Z Downloaded rustls v0.23.41
12922026-08-29T21:06:34.286Z Downloaded regex-syntax v0.8.10
12932026-08-29T21:06:34.290Z Downloaded p384 v0.13.1
12942026-08-29T21:06:34.295Z Downloaded crypto-primes v0.7.2
12952026-08-29T21:06:34.303Z Downloaded hickory-proto v0.24.4
12962026-08-29T21:06:34.311Z Downloaded curve25519-dalek v5.0.0
12972026-08-29T21:06:34.317Z Downloaded proptest v1.11.0
12982026-08-29T21:06:34.329Z Downloaded lalrpop v0.19.12
12992026-08-29T21:06:34.340Z Downloaded openssl v0.10.80
13002026-08-29T21:06:34.349Z Downloaded object v0.30.4
13012026-08-29T21:06:34.354Z Downloaded crypto-bigint v0.7.5
13022026-08-29T21:06:34.369Z Downloaded smoltcp v0.11.0
13032026-08-29T21:06:34.375Z Downloaded regress v0.11.1
13042026-08-29T21:06:34.380Z Downloaded object v0.37.3
13052026-08-29T21:06:34.395Z Downloaded nix v0.28.0
13062026-08-29T21:06:34.401Z Downloaded hickory-proto v0.25.2
13072026-08-29T21:06:34.411Z Downloaded polar-core v0.27.3
13082026-08-29T21:06:34.421Z Downloaded dropshot v0.17.1
13092026-08-29T21:06:34.434Z Downloaded regress v0.10.5
13102026-08-29T21:06:34.440Z Downloaded nix v0.31.2
13112026-08-29T21:06:34.446Z Downloaded rustix v0.38.44
13122026-08-29T21:06:34.462Z Downloaded openapiv3 v2.2.0
13132026-08-29T21:06:34.470Z Downloaded sqlparser v0.61.0
13142026-08-29T21:06:34.478Z Downloaded zerocopy-derive v0.6.6
13152026-08-29T21:06:34.483Z Downloaded diesel v2.3.7
13162026-08-29T21:06:34.498Z Downloaded tracing v0.1.44
13172026-08-29T21:06:34.507Z Downloaded typify-impl v0.6.2
13182026-08-29T21:06:34.514Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-08-29T21:06:34.520Z Downloaded sha3 v0.11.0
13202026-08-29T21:06:34.523Z Downloaded ratatui v0.29.0
13212026-08-29T21:06:34.542Z Downloaded sled v0.34.7
13222026-08-29T21:06:34.556Z Downloaded petgraph v0.6.5
13232026-08-29T21:06:34.567Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-08-29T21:06:34.576Z Downloaded chrono-tz v0.10.4
13252026-08-29T21:06:34.587Z Downloaded tokio v1.52.1
13262026-08-29T21:06:34.610Z Downloaded libz-sys v1.1.24
13272026-08-29T21:06:34.622Z Downloaded csv v1.4.0
13282026-08-29T21:06:34.632Z Downloaded regex-automata v0.4.14
13292026-08-29T21:06:34.642Z Downloaded petgraph v0.8.3
13302026-08-29T21:06:34.652Z Downloaded jiff v0.2.34
13312026-08-29T21:06:34.661Z Downloaded encoding_rs v0.8.35
13322026-08-29T21:06:34.673Z Downloaded sha3 v0.10.8
13332026-08-29T21:06:34.800Z Downloaded ring v0.17.14
13342026-08-29T21:06:34.892Z Downloaded libgit2-sys v0.18.3+1.9.2
13352026-08-29T21:06:35.454Z Downloaded dsi-bitstream v0.10.1
13362026-08-29T21:06:35.670Z Downloaded aws-lc-sys v0.40.0
13372026-08-29T21:06:35.968Z Compiling serde_core v1.0.228
13382026-08-29T21:06:35.969Z Compiling libc v0.2.185
13392026-08-29T21:06:35.969Z Compiling serde v1.0.228
13402026-08-29T21:06:35.973Z Compiling log v0.4.33
13412026-08-29T21:06:35.973Z Compiling smallvec v1.15.1
13422026-08-29T21:06:35.973Z Compiling subtle v2.6.1
13432026-08-29T21:06:35.974Z Compiling zerocopy v0.8.55
13442026-08-29T21:06:35.974Z Compiling typenum v1.20.1
13452026-08-29T21:06:36.162Z Compiling shlex v1.3.0
13462026-08-29T21:06:36.174Z Compiling find-msvc-tools v0.1.9
13472026-08-29T21:06:36.178Z Compiling scopeguard v1.2.0
13482026-08-29T21:06:36.178Z Compiling portable-atomic v1.13.1
13492026-08-29T21:06:36.178Z Compiling stable_deref_trait v1.2.1
13502026-08-29T21:06:36.178Z Compiling critical-section v1.2.0
13512026-08-29T21:06:36.216Z Compiling generic-array v0.14.7
13522026-08-29T21:06:36.242Z Compiling syn v2.0.117
13532026-08-29T21:06:36.348Z Compiling lock_api v0.4.14
13542026-08-29T21:06:36.364Z Compiling serde_json v1.0.151
13552026-08-29T21:06:36.364Z Compiling const-oid v0.9.6
13562026-08-29T21:06:36.394Z Compiling libm v0.2.16
13572026-08-29T21:06:36.394Z Compiling num-traits v0.2.19
13582026-08-29T21:06:36.425Z Compiling allocator-api2 v0.2.21
13592026-08-29T21:06:36.428Z Compiling writeable v0.6.2
13602026-08-29T21:06:36.527Z Compiling litemap v0.8.1
13612026-08-29T21:06:36.531Z Compiling parking_lot_core v0.9.12
13622026-08-29T21:06:36.560Z Compiling pin-project-lite v0.2.17
13632026-08-29T21:06:36.618Z Compiling percent-encoding v2.3.2
13642026-08-29T21:06:36.648Z Compiling icu_properties_data v2.1.2
13652026-08-29T21:06:36.678Z Compiling getrandom v0.3.4
13662026-08-29T21:06:36.707Z Compiling getrandom v0.4.3
13672026-08-29T21:06:36.747Z Compiling icu_normalizer_data v2.1.1
13682026-08-29T21:06:36.762Z Compiling rustix v1.1.4
13692026-08-29T21:06:36.792Z Compiling rand_core v0.10.0
13702026-08-29T21:06:36.826Z Compiling pkg-config v0.3.32
13712026-08-29T21:06:36.857Z Compiling futures-core v0.3.32
13722026-08-29T21:06:36.885Z Compiling utf8_iter v1.0.4
13732026-08-29T21:06:36.996Z Compiling base64ct v1.8.3
13742026-08-29T21:06:37.040Z Compiling form_urlencoded v1.2.2
13752026-08-29T21:06:37.057Z Compiling flagset v0.4.7
13762026-08-29T21:06:37.060Z Compiling foldhash v0.2.0
13772026-08-29T21:06:37.072Z Compiling futures-sink v0.3.32
13782026-08-29T21:06:37.101Z Compiling errno v0.3.14
13792026-08-29T21:06:37.104Z Compiling jobserver v0.1.34
13802026-08-29T21:06:37.146Z Compiling getrandom v0.2.17
13812026-08-29T21:06:37.216Z Compiling signal-hook-registry v1.4.8
13822026-08-29T21:06:37.245Z Compiling mio v1.2.0
13832026-08-29T21:06:37.272Z Compiling socket2 v0.6.3
13842026-08-29T21:06:37.314Z Compiling rand_core v0.6.4
13852026-08-29T21:06:37.317Z Compiling pem-rfc7468 v0.7.0
13862026-08-29T21:06:37.381Z Compiling cc v1.2.56
13872026-08-29T21:06:37.406Z Compiling once_cell v1.21.3
13882026-08-29T21:06:37.438Z Compiling parking_lot v0.12.5
13892026-08-29T21:06:37.473Z Compiling hashbrown v0.17.0
13902026-08-29T21:06:37.488Z Compiling futures-channel v0.3.32
13912026-08-29T21:06:37.503Z Compiling slab v0.4.12
13922026-08-29T21:06:37.533Z Compiling futures-task v0.3.32
13932026-08-29T21:06:37.536Z Compiling futures-io v0.3.32
13942026-08-29T21:06:37.657Z Compiling rustversion v1.0.22
13952026-08-29T21:06:37.672Z Compiling iana-time-zone v0.1.65
13962026-08-29T21:06:37.703Z Compiling base64 v0.22.1
13972026-08-29T21:06:37.720Z Compiling cpufeatures v0.2.17
13982026-08-29T21:06:37.724Z Compiling ident_case v1.0.1
13992026-08-29T21:06:37.724Z Compiling simd-adler32 v0.3.8
14002026-08-29T21:06:37.769Z Compiling syn v1.0.109
14012026-08-29T21:06:37.773Z Compiling adler2 v2.0.1
14022026-08-29T21:06:37.801Z Compiling spin v0.9.8
14032026-08-29T21:06:37.816Z Compiling ahash v0.8.12
14042026-08-29T21:06:37.831Z Compiling fs_extra v1.3.0
14052026-08-29T21:06:37.872Z Compiling dunce v1.0.5
14062026-08-29T21:06:37.887Z Compiling dyn-clone v1.0.20
14072026-08-29T21:06:37.930Z Compiling miniz_oxide v0.8.9
14082026-08-29T21:06:37.946Z Compiling schemars v0.8.22
14092026-08-29T21:06:37.984Z Compiling rand_core v0.9.5
14102026-08-29T21:06:38.019Z Compiling tracing-core v0.1.36
14112026-08-29T21:06:38.035Z Compiling regex-syntax v0.8.10
14122026-08-29T21:06:38.081Z Compiling tinyvec_macros v0.1.1
14132026-08-29T21:06:38.081Z Compiling num-bigint-dig v0.8.6
14142026-08-29T21:06:38.129Z Compiling cmake v0.1.57
14152026-08-29T21:06:38.143Z Compiling anyhow v1.0.104
14162026-08-29T21:06:38.146Z Compiling tinyvec v1.11.0
14172026-08-29T21:06:38.190Z Compiling num-integer v0.1.46
14182026-08-29T21:06:38.239Z Compiling aws-lc-rs v1.16.3
14192026-08-29T21:06:38.277Z Compiling bitflags v2.11.0
14202026-08-29T21:06:38.305Z Compiling semver v1.0.28
14212026-08-29T21:06:38.431Z Compiling indexmap v2.14.0
14222026-08-29T21:06:38.537Z Compiling uuid v1.23.4
14232026-08-29T21:06:38.554Z Compiling rustc_version v0.4.1
14242026-08-29T21:06:38.557Z Compiling object v0.37.3
14252026-08-29T21:06:38.558Z Compiling vcpkg v0.2.15
14262026-08-29T21:06:38.599Z Compiling num-iter v0.1.45
14272026-08-29T21:06:38.645Z Compiling lazy_static v1.5.0
14282026-08-29T21:06:38.665Z Compiling ff v0.13.1
14292026-08-29T21:06:38.738Z Compiling gimli v0.32.3
14302026-08-29T21:06:38.754Z Compiling base16ct v0.2.0
14312026-08-29T21:06:38.757Z Compiling crossbeam-utils v0.8.21
14322026-08-29T21:06:38.810Z Compiling group v0.13.0
14332026-08-29T21:06:38.900Z Compiling crc32fast v1.5.0
14342026-08-29T21:06:38.954Z Compiling httparse v1.10.1
14352026-08-29T21:06:38.972Z Compiling aws-lc-sys v0.40.0
14362026-08-29T21:06:39.003Z Compiling owo-colors v4.3.0
14372026-08-29T21:06:39.089Z Compiling cmov v0.5.4
14382026-08-29T21:06:39.105Z Compiling synstructure v0.13.2
14392026-08-29T21:06:39.185Z Compiling serde_derive_internals v0.29.1
14402026-08-29T21:06:39.214Z Compiling pest_generator v2.8.6
14412026-08-29T21:06:39.231Z Compiling openssl-probe v0.2.1
14422026-08-29T21:06:39.319Z Compiling openssl-sys v0.9.117
14432026-08-29T21:06:39.319Z Compiling untrusted v0.7.1
14442026-08-29T21:06:39.351Z Compiling rustc-demangle v0.1.27
14452026-08-29T21:06:39.436Z Compiling ctutils v0.4.2
14462026-08-29T21:06:39.531Z Compiling darling_core v0.23.0
14472026-08-29T21:06:39.567Z Compiling curve25519-dalek v4.1.3
14482026-08-29T21:06:39.582Z Compiling terminal_size v0.4.3
14492026-08-29T21:06:39.709Z Compiling clap_builder v4.6.0
14502026-08-29T21:06:39.750Z Compiling tempfile v3.27.0
14512026-08-29T21:06:39.765Z Compiling camino v1.2.5
14522026-08-29T21:06:39.816Z Compiling proc-macro-error-attr2 v2.0.0
14532026-08-29T21:06:39.924Z Compiling aho-corasick v1.1.4
14542026-08-29T21:06:39.943Z Compiling is_ci v1.2.0
14552026-08-29T21:06:39.973Z Compiling try-lock v0.2.5
14562026-08-29T21:06:40.095Z Compiling atomic-waker v1.1.2
14572026-08-29T21:06:40.100Z Compiling rustls v0.23.41
14582026-08-29T21:06:40.148Z Compiling radium v0.7.0
14592026-08-29T21:06:40.164Z Compiling tower-layer v0.3.3
14602026-08-29T21:06:40.169Z Compiling untrusted v0.9.0
14612026-08-29T21:06:40.198Z Compiling tower-service v0.3.3
14622026-08-29T21:06:40.240Z Compiling textwrap v0.16.2
14632026-08-29T21:06:40.254Z Compiling proc-macro-error2 v2.0.1
14642026-08-29T21:06:40.303Z Compiling want v0.3.1
14652026-08-29T21:06:40.318Z Compiling supports-color v3.0.2
14662026-08-29T21:06:40.496Z Compiling addr2line v0.25.1
14672026-08-29T21:06:40.510Z Compiling darling_core v0.20.11
14682026-08-29T21:06:40.562Z Compiling slog v2.8.2
14692026-08-29T21:06:40.594Z Compiling powerfmt v0.2.0
14702026-08-29T21:06:40.761Z Compiling time-core v0.1.8
14712026-08-29T21:06:40.797Z Compiling regex-automata v0.4.14
14722026-08-29T21:06:40.814Z Compiling num-conv v0.2.0
14732026-08-29T21:06:40.817Z Compiling httpdate v1.0.3
14742026-08-29T21:06:40.846Z Compiling tap v1.0.1
14752026-08-29T21:06:40.886Z Compiling foreign-types-shared v0.1.1
14762026-08-29T21:06:40.920Z Compiling serde_derive v1.0.228
14772026-08-29T21:06:40.936Z Compiling zeroize_derive v1.5.0
14782026-08-29T21:06:40.969Z Compiling zerocopy-derive v0.8.55
14792026-08-29T21:06:40.987Z Compiling zerofrom-derive v0.1.6
14802026-08-29T21:06:41.003Z Compiling yoke-derive v0.8.1
14812026-08-29T21:06:41.006Z Compiling zerovec-derive v0.11.2
14822026-08-29T21:06:41.072Z Compiling displaydoc v0.2.5
14832026-08-29T21:06:41.265Z Compiling tokio-macros v2.7.0
14842026-08-29T21:06:41.624Z Compiling thiserror-impl v2.0.18
14852026-08-29T21:06:41.696Z Compiling der_derive v0.7.3
14862026-08-29T21:06:41.862Z Compiling futures-macro v0.3.32
14872026-08-29T21:06:41.876Z Compiling thiserror-impl v1.0.69
14882026-08-29T21:06:42.044Z Compiling schemars_derive v0.8.22
14892026-08-29T21:06:42.173Z Compiling tracing-attributes v0.1.31
14902026-08-29T21:06:42.193Z Compiling clap_derive v4.6.1
14912026-08-29T21:06:42.210Z Compiling pest_derive v2.8.6
14922026-08-29T21:06:42.250Z Compiling backtrace v0.3.76
14932026-08-29T21:06:42.457Z Compiling zerofrom v0.1.6
14942026-08-29T21:06:42.621Z Compiling yoke v0.8.1
14952026-08-29T21:06:42.705Z Compiling async-trait v0.1.89
14962026-08-29T21:06:42.726Z Compiling scroll_derive v0.12.1
14972026-08-29T21:06:42.741Z Compiling futures-util v0.3.32
14982026-08-29T21:06:42.834Z Compiling zerovec v0.11.5
14992026-08-29T21:06:42.851Z Compiling zerotrie v0.2.3
15002026-08-29T21:06:42.906Z Compiling backtrace-ext v0.2.1
15012026-08-29T21:06:43.012Z Compiling thiserror v2.0.18
15022026-08-29T21:06:43.104Z Compiling darling_macro v0.23.0
15032026-08-29T21:06:43.140Z Compiling curve25519-dalek-derive v0.1.1
15042026-08-29T21:06:43.175Z Compiling miette-derive v7.6.0
15052026-08-29T21:06:43.209Z Compiling thiserror v1.0.69
15062026-08-29T21:06:43.329Z Compiling tinystr v0.8.2
15072026-08-29T21:06:43.375Z Compiling potential_utf v0.1.4
15082026-08-29T21:06:43.390Z Compiling scroll_derive v0.13.1
15092026-08-29T21:06:43.432Z Compiling scroll v0.12.0
15102026-08-29T21:06:43.462Z Compiling zerocopy-derive v0.7.35
15112026-08-29T21:06:43.552Z Compiling icu_locale_core v2.1.1
15122026-08-29T21:06:43.568Z Compiling icu_collections v2.1.1
15132026-08-29T21:06:43.572Z Compiling tracing v0.1.44
15142026-08-29T21:06:43.655Z Compiling openssl v0.10.80
15152026-08-29T21:06:43.715Z Compiling keccak v0.1.6
15162026-08-29T21:06:43.784Z Compiling maybe-uninit v2.0.0
15172026-08-29T21:06:43.838Z Compiling supports-hyperlinks v3.2.0
15182026-08-29T21:06:43.868Z Compiling supports-unicode v3.0.0
15192026-08-29T21:06:43.945Z Compiling darling v0.23.0
15202026-08-29T21:06:44.016Z Compiling goblin v0.8.2
15212026-08-29T21:06:44.030Z Compiling clap v4.6.1
15222026-08-29T21:06:44.046Z Compiling darling_macro v0.20.11
15232026-08-29T21:06:44.049Z Compiling hubpack_derive v0.1.1
15242026-08-29T21:06:44.078Z Compiling time-macros v0.2.27
15252026-08-29T21:06:44.123Z Compiling foreign-types v0.3.2
15262026-08-29T21:06:44.147Z Compiling wyz v0.5.1
15272026-08-29T21:06:44.209Z Compiling icu_provider v2.1.1
15282026-08-29T21:06:44.243Z Compiling scroll v0.13.0
15292026-08-29T21:06:44.356Z Compiling openssl-macros v0.1.1
15302026-08-29T21:06:44.371Z Compiling zerocopy v0.7.35
15312026-08-29T21:06:44.404Z Compiling miette v7.6.0
15322026-08-29T21:06:44.466Z Compiling zeroize v1.9.0
15332026-08-29T21:06:44.532Z Compiling bytes v1.11.1
15342026-08-29T21:06:44.547Z Compiling icu_normalizer v2.1.1
15352026-08-29T21:06:44.599Z Compiling icu_properties v2.1.2
15362026-08-29T21:06:44.615Z Compiling chrono v0.4.45
15372026-08-29T21:06:44.618Z Compiling ipnet v2.12.0
15382026-08-29T21:06:44.666Z Compiling hex v0.4.3
15392026-08-29T21:06:44.870Z Compiling der v0.7.10
15402026-08-29T21:06:44.963Z Compiling rustls-pki-types v1.14.0
15412026-08-29T21:06:44.999Z Compiling hybrid-array v0.4.13
15422026-08-29T21:06:45.015Z Compiling tokio v1.52.1
15432026-08-29T21:06:45.107Z Compiling http v1.4.2
15442026-08-29T21:06:45.151Z Compiling toml_datetime v0.6.11
15452026-08-29T21:06:45.184Z Compiling serde_spanned v0.6.9
15462026-08-29T21:06:45.210Z Compiling serde_tokenstream v0.2.3
15472026-08-29T21:06:45.217Z Compiling erased-serde v0.3.31
15482026-08-29T21:06:45.350Z Compiling crypto-common v0.1.7
15492026-08-29T21:06:45.365Z Compiling block-buffer v0.10.4
15502026-08-29T21:06:45.427Z Compiling crypto-bigint v0.5.5
15512026-08-29T21:06:45.450Z Compiling knus-derive v3.4.0
15522026-08-29T21:06:45.519Z Compiling digest v0.10.7
15532026-08-29T21:06:45.545Z Compiling ppv-lite86 v0.2.21
15542026-08-29T21:06:45.559Z Compiling idna_adapter v1.2.1
15552026-08-29T21:06:45.675Z Compiling idna v1.1.0
15562026-08-29T21:06:45.720Z Compiling spki v0.7.3
15572026-08-29T21:06:45.737Z Compiling hmac v0.12.1
15582026-08-29T21:06:45.754Z Compiling sha2 v0.10.9
15592026-08-29T21:06:45.757Z Compiling signature v2.2.0
15602026-08-29T21:06:45.805Z Compiling http-body v1.0.1
15612026-08-29T21:06:45.874Z Compiling rand_chacha v0.3.1
15622026-08-29T21:06:45.915Z Compiling pkcs8 v0.10.2
15632026-08-29T21:06:45.954Z Compiling rand_chacha v0.9.0
15642026-08-29T21:06:45.976Z Compiling url v2.5.8
15652026-08-29T21:06:45.979Z Compiling x509-cert v0.2.5
15662026-08-29T21:06:46.046Z Compiling hkdf v0.12.4
15672026-08-29T21:06:46.069Z Compiling hashbrown v0.14.5
15682026-08-29T21:06:46.074Z Compiling rfc6979 v0.4.0
15692026-08-29T21:06:46.100Z Compiling rand v0.8.6
15702026-08-29T21:06:46.204Z Compiling rand v0.9.2
15712026-08-29T21:06:46.232Z Compiling sec1 v0.7.3
15722026-08-29T21:06:46.247Z Compiling pkcs1 v0.7.5
15732026-08-29T21:06:46.352Z Compiling ed25519 v2.2.3
15742026-08-29T21:06:46.648Z Compiling elliptic-curve v0.13.8
15752026-08-29T21:06:46.663Z Compiling chumsky v0.9.3
15762026-08-29T21:06:46.693Z Compiling sha3 v0.10.8
15772026-08-29T21:06:46.948Z Compiling half v2.7.1
15782026-08-29T21:06:46.983Z Compiling deranged v0.5.8
15792026-08-29T21:06:47.084Z Compiling ecdsa v0.16.9
15802026-08-29T21:06:47.102Z Compiling primeorder v0.13.6
15812026-08-29T21:06:47.217Z Compiling bzip2-sys v0.1.13+1.0.8
15822026-08-29T21:06:47.268Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15832026-08-29T21:06:47.291Z Compiling unicode-normalization v0.1.25
15842026-08-29T21:06:47.381Z Compiling wait-timeout v0.2.1
15852026-08-29T21:06:47.517Z Compiling env_filter v2.0.0
15862026-08-29T21:06:47.533Z Compiling funty v2.0.0
15872026-08-29T21:06:47.600Z Compiling ciborium-io v0.2.2
15882026-08-29T21:06:47.617Z Compiling bit-vec v0.8.0
15892026-08-29T21:06:47.657Z Compiling packed_struct v0.10.1
15902026-08-29T21:06:47.674Z Compiling num_threads v0.1.7
15912026-08-29T21:06:47.692Z Compiling quick-error v1.2.3
15922026-08-29T21:06:47.708Z Compiling native-tls v0.2.18
15932026-08-29T21:06:47.771Z Compiling ciborium-ll v0.2.2
15942026-08-29T21:06:47.791Z Compiling rusty-fork v0.3.1
15952026-08-29T21:06:47.817Z Compiling bit-set v0.8.0
15962026-08-29T21:06:47.833Z Compiling rsa v0.9.10
15972026-08-29T21:06:47.871Z Compiling bitvec v1.0.1
15982026-08-29T21:06:47.888Z Compiling knus v3.4.0
15992026-08-29T21:06:47.904Z Compiling time v0.3.47
16002026-08-29T21:06:47.968Z Compiling env_logger v0.11.11
16012026-08-29T21:06:47.983Z Compiling ed25519-dalek v2.2.0
16022026-08-29T21:06:48.028Z Compiling p384 v0.13.1
16032026-08-29T21:06:48.121Z Compiling dof v0.3.0
16042026-08-29T21:06:48.331Z Compiling sha1 v0.10.6
16052026-08-29T21:06:48.524Z Compiling darling v0.20.11
16062026-08-29T21:06:48.539Z Compiling hubpack v0.1.2
16072026-08-29T21:06:48.576Z Compiling goblin v0.10.5
16082026-08-29T21:06:48.619Z Compiling serde_with_macros v3.21.0
16092026-08-29T21:06:48.675Z Compiling dtrace-parser v0.2.0
16102026-08-29T21:06:48.767Z Compiling packed_struct_codegen v0.10.1
16112026-08-29T21:06:48.781Z Compiling strum_macros v0.26.4
16122026-08-29T21:06:48.796Z Compiling zerocopy-derive v0.6.6
16132026-08-29T21:06:48.850Z Compiling tokio-util v0.7.18
16142026-08-29T21:06:49.330Z Compiling bitfield-macros v0.19.4
16152026-08-29T21:06:49.437Z Compiling rand_xorshift v0.4.0
16162026-08-29T21:06:49.497Z Compiling thread-id v4.2.2
16172026-08-29T21:06:49.596Z Compiling h2 v0.4.15
16182026-08-29T21:06:49.639Z Compiling sync_wrapper v1.0.2
16192026-08-29T21:06:49.723Z Compiling indexmap v1.9.3
16202026-08-29T21:06:49.726Z Compiling unarray v0.1.4
16212026-08-29T21:06:49.767Z Compiling siphasher v1.0.2
16222026-08-29T21:06:49.822Z Compiling salty v0.3.0
16232026-08-29T21:06:49.864Z Compiling nodrop v0.1.14
16242026-08-29T21:06:49.921Z Compiling crc-catalog v2.4.0
16252026-08-29T21:06:49.938Z Compiling usdt-impl v0.6.0
16262026-08-29T21:06:49.941Z Compiling unicode-segmentation v1.12.0
16272026-08-29T21:06:49.972Z Compiling paste v1.0.15
16282026-08-29T21:06:49.988Z Compiling zlib-rs v0.6.2
16292026-08-29T21:06:50.030Z Compiling crc v3.4.0
16302026-08-29T21:06:50.099Z Compiling array-init v0.0.4
16312026-08-29T21:06:50.129Z Compiling bitfield v0.19.4
16322026-08-29T21:06:50.250Z Compiling proptest v1.11.0
16332026-08-29T21:06:50.366Z Compiling serde_with v3.21.0
16342026-08-29T21:06:50.448Z Compiling tower v0.5.3
16352026-08-29T21:06:50.464Z Compiling zerocopy v0.6.6
16362026-08-29T21:06:50.598Z Compiling strum v0.26.3
16372026-08-29T21:06:50.656Z Compiling usdt-impl v0.5.0
16382026-08-29T21:06:50.818Z Compiling smallvec v0.6.14
16392026-08-29T21:06:50.867Z Compiling derive_builder_core v0.20.2
16402026-08-29T21:06:50.883Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16412026-08-29T21:06:50.899Z Compiling ciborium v0.2.2
16422026-08-29T21:06:50.956Z Compiling ipnetwork v0.21.1
16432026-08-29T21:06:51.051Z Compiling http-body-util v0.1.3
16442026-08-29T21:06:51.066Z Compiling dtrace-parser v0.3.0
16452026-08-29T21:06:51.264Z Compiling enum-as-inner v0.6.1
16462026-08-29T21:06:51.312Z Compiling structmeta-derive v0.3.0
16472026-08-29T21:06:51.381Z Compiling dof v0.4.0
16482026-08-29T21:06:51.490Z Compiling heapless v0.7.17
16492026-08-29T21:06:51.555Z Compiling thread-id v5.1.0
16502026-08-29T21:06:51.655Z Compiling syn v3.0.3
16512026-08-29T21:06:51.748Z Compiling cookie v0.18.1
16522026-08-29T21:06:51.763Z Compiling unicode-bidi v0.3.18
16532026-08-29T21:06:51.805Z Compiling base64 v0.21.7
16542026-08-29T21:06:51.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16552026-08-29T21:06:51.948Z Compiling data-encoding v2.10.0
16562026-08-29T21:06:52.036Z Compiling hashbrown v0.12.3
16572026-08-29T21:06:52.149Z Compiling iri-string v0.7.10
16582026-08-29T21:06:52.164Z Compiling winnow v0.5.40
16592026-08-29T21:06:52.228Z Compiling signal-hook v0.3.18
16602026-08-29T21:06:52.319Z Compiling unicode-properties v0.1.4
16612026-08-29T21:06:52.418Z Compiling ryu v1.0.23
16622026-08-29T21:06:52.421Z Compiling rayon-core v1.13.0
16632026-08-29T21:06:52.512Z Compiling zstd-safe v7.2.4
16642026-08-29T21:06:52.551Z Compiling static_assertions v1.1.0
16652026-08-29T21:06:52.581Z Compiling serde_urlencoded v0.7.1
16662026-08-29T21:06:52.624Z Compiling newtype-uuid v1.3.2
16672026-08-29T21:06:52.640Z Compiling stringprep v0.1.5
16682026-08-29T21:06:52.686Z Compiling structmeta v0.3.0
16692026-08-29T21:06:52.731Z Compiling hyper v1.10.1
16702026-08-29T21:06:52.841Z Compiling flate2 v1.1.9
16712026-08-29T21:06:52.960Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16722026-08-29T21:06:52.977Z Compiling ron v0.8.1
16732026-08-29T21:06:53.140Z Compiling derive_builder_macro v0.20.2
16742026-08-29T21:06:53.170Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16752026-08-29T21:06:53.206Z Compiling oxnet v0.1.6
16762026-08-29T21:06:53.273Z Compiling serde-hex v0.1.0
16772026-08-29T21:06:53.547Z Compiling toml_edit v0.19.15
16782026-08-29T21:06:53.611Z Compiling tower-http v0.6.8
16792026-08-29T21:06:53.648Z Compiling bzip2 v0.4.4
16802026-08-29T21:06:53.663Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16812026-08-29T21:06:53.680Z Compiling tokio-native-tls v0.3.1
16822026-08-29T21:06:53.870Z Compiling hyper-util v0.1.20
16832026-08-29T21:06:53.901Z Compiling hashbrown v0.13.2
16842026-08-29T21:06:53.958Z Compiling md-5 v0.10.6
16852026-08-29T21:06:54.043Z Compiling block-padding v0.4.2
16862026-08-29T21:06:54.144Z Compiling crypto-common v0.2.2
16872026-08-29T21:06:54.229Z Compiling block-buffer v0.12.1
16882026-08-29T21:06:54.270Z Compiling rustls-native-certs v0.8.3
16892026-08-29T21:06:54.285Z Compiling futures-executor v0.3.32
16902026-08-29T21:06:54.363Z Compiling serde-big-array v0.5.1
16912026-08-29T21:06:54.403Z Compiling bstr v1.12.1
16922026-08-29T21:06:54.452Z Compiling pin-project-internal v1.1.11
16932026-08-29T21:06:54.582Z Compiling crossbeam-epoch v0.9.18
16942026-08-29T21:06:54.609Z Compiling vergen-lib v9.1.0
16952026-08-29T21:06:54.636Z Compiling hash32 v0.2.1
16962026-08-29T21:06:54.756Z Compiling encoding_rs v0.8.35
16972026-08-29T21:06:54.812Z Compiling memoffset v0.9.1
16982026-08-29T21:06:54.848Z Compiling thread_local v1.1.9
16992026-08-29T21:06:54.962Z Compiling cfg_aliases v0.2.1
17002026-08-29T21:06:55.030Z Compiling mime v0.3.17
17012026-08-29T21:06:55.051Z Compiling rustix v0.38.44
17022026-08-29T21:06:55.066Z Compiling fallible-iterator v0.2.0
17032026-08-29T21:06:55.089Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17042026-08-29T21:06:55.115Z Compiling linked-hash-map v0.5.6
17052026-08-29T21:06:55.131Z Compiling slog-async v2.8.0
17062026-08-29T21:06:55.172Z Compiling daft-derive v0.1.8
17072026-08-29T21:06:55.297Z Compiling litrs v1.0.0
17082026-08-29T21:06:55.314Z Compiling crc-any v2.5.0
17092026-08-29T21:06:55.328Z Compiling smoltcp v0.9.1
17102026-08-29T21:06:55.407Z Compiling ref-cast v1.0.25
17112026-08-29T21:06:55.439Z Compiling psl-types v2.0.11
17122026-08-29T21:06:55.568Z Compiling publicsuffix v2.3.0
17132026-08-29T21:06:55.588Z Compiling postgres-protocol v0.6.10
17142026-08-29T21:06:55.612Z Compiling hyper-tls v0.6.0
17152026-08-29T21:06:55.648Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17162026-08-29T21:06:55.678Z Compiling pin-project v1.1.11
17172026-08-29T21:06:55.726Z Compiling toml_edit v0.22.27
17182026-08-29T21:06:55.776Z Compiling lru-cache v0.1.2
17192026-08-29T21:06:55.791Z Compiling nix v0.31.2
17202026-08-29T21:06:55.849Z Compiling document-features v0.2.12
17212026-08-29T21:06:55.865Z Compiling toml v0.7.8
17222026-08-29T21:06:55.923Z Compiling crossbeam-deque v0.8.6
17232026-08-29T21:06:55.976Z Compiling daft v0.1.8
17242026-08-29T21:06:56.003Z Compiling futures v0.3.32
17252026-08-29T21:06:56.045Z Compiling object v0.30.4
17262026-08-29T21:06:56.097Z Compiling inout v0.2.2
17272026-08-29T21:06:56.154Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17282026-08-29T21:06:56.187Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17292026-08-29T21:06:56.203Z Compiling zip v0.6.6
17302026-08-29T21:06:56.277Z Compiling derive_builder v0.20.2
17312026-08-29T21:06:56.426Z Compiling derive-ex v0.1.8
17322026-08-29T21:06:56.472Z Compiling hickory-proto v0.24.4
17332026-08-29T21:06:56.488Z Compiling usdt-macro v0.5.0
17342026-08-29T21:06:56.502Z Compiling usdt-attr-macro v0.5.0
17352026-08-29T21:06:56.516Z Compiling convert_case v0.10.0
17362026-08-29T21:06:56.531Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17372026-08-29T21:06:56.675Z Compiling phf_shared v0.13.1
17382026-08-29T21:06:56.707Z Compiling regex v1.12.3
17392026-08-29T21:06:56.812Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17402026-08-29T21:06:56.828Z Compiling strum_macros v0.27.2
17412026-08-29T21:06:56.843Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17422026-08-29T21:06:56.857Z Compiling snafu-derive v0.8.9
17432026-08-29T21:06:56.937Z Compiling ref-cast-impl v1.0.25
17442026-08-29T21:06:57.139Z Compiling crossbeam-channel v0.5.15
17452026-08-29T21:06:57.166Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
17462026-08-29T21:06:57.305Z Compiling blake3 v1.8.5
17472026-08-29T21:06:57.308Z Compiling vergen v9.1.0
17482026-08-29T21:06:57.362Z Compiling cargo-platform v0.3.2
17492026-08-29T21:06:57.407Z Compiling memmap v0.7.0
17502026-08-29T21:06:57.521Z Compiling is-terminal v0.4.17
17512026-08-29T21:06:57.538Z Compiling memmap2 v0.9.10
17522026-08-29T21:06:57.609Z Compiling fs-err v3.3.0
17532026-08-29T21:06:57.641Z Compiling same-file v1.0.6
17542026-08-29T21:06:57.657Z Compiling managed v0.8.0
17552026-08-29T21:06:57.671Z Compiling corncobs v0.1.4
17562026-08-29T21:06:57.687Z Compiling resolv-conf v0.7.6
17572026-08-29T21:06:57.780Z Compiling foldhash v0.1.5
17582026-08-29T21:06:57.822Z Compiling bumpalo v3.20.2
17592026-08-29T21:06:57.837Z Compiling take_mut v0.2.2
17602026-08-29T21:06:57.855Z Compiling cpufeatures v0.3.0
17612026-08-29T21:06:57.895Z Compiling term v1.2.1
17622026-08-29T21:06:57.950Z Compiling either v1.15.0
17632026-08-29T21:06:57.971Z Compiling bitflags v1.3.2
17642026-08-29T21:06:57.987Z Compiling jiff-core v0.1.0
17652026-08-29T21:06:57.990Z Compiling libbz2-rs-sys v0.2.2
17662026-08-29T21:06:58.040Z Compiling path-slash v0.1.5
17672026-08-29T21:06:58.061Z Compiling zopfli v0.8.3
17682026-08-29T21:06:58.150Z Compiling test-strategy v0.4.5
17692026-08-29T21:06:58.177Z Compiling slog-term v2.9.2
17702026-08-29T21:06:58.508Z Compiling bzip2 v0.6.1
17712026-08-29T21:06:58.540Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17722026-08-29T21:06:58.677Z Compiling hickory-resolver v0.24.4
17732026-08-29T21:06:58.715Z Compiling hashbrown v0.15.5
17742026-08-29T21:06:58.739Z Compiling jiff v0.2.34
17752026-08-29T21:06:58.756Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17762026-08-29T21:06:58.851Z Compiling snafu v0.8.9
17772026-08-29T21:06:58.871Z Compiling strum v0.27.2
17782026-08-29T21:06:58.888Z Compiling walkdir v2.5.0
17792026-08-29T21:06:58.994Z Compiling cargo_metadata v0.23.1
17802026-08-29T21:06:59.094Z Compiling usdt v0.5.0
17812026-08-29T21:06:59.181Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17822026-08-29T21:06:59.200Z Compiling toml v0.8.23
17832026-08-29T21:06:59.215Z Compiling phf v0.13.1
17842026-08-29T21:06:59.231Z Compiling derive_more-impl v2.1.1
17852026-08-29T21:06:59.333Z Compiling cookie_store v0.22.1
17862026-08-29T21:06:59.372Z Compiling signal-hook-mio v0.2.5
17872026-08-29T21:06:59.433Z Compiling cipher v0.5.2
17882026-08-29T21:06:59.723Z Compiling postgres-types v0.2.12
17892026-08-29T21:06:59.742Z Compiling zstd v0.13.3
17902026-08-29T21:06:59.867Z Compiling reqwest v0.12.28
17912026-08-29T21:07:00.034Z Compiling globset v0.4.18
17922026-08-29T21:07:00.051Z Compiling usdt-macro v0.6.0
17932026-08-29T21:07:00.054Z Compiling usdt-attr-macro v0.6.0
17942026-08-29T21:07:00.081Z Compiling phf_shared v0.11.3
17952026-08-29T21:07:00.281Z Compiling tokio-stream v0.1.18
17962026-08-29T21:07:00.284Z Compiling olpc-cjson v0.1.4
17972026-08-29T21:07:00.311Z Compiling byte-wrapper v0.1.0
17982026-08-29T21:07:00.439Z Compiling inout v0.1.4
17992026-08-29T21:07:00.464Z Compiling secrecy v0.8.0
18002026-08-29T21:07:00.482Z Compiling serde_plain v1.0.2
18012026-08-29T21:07:00.623Z Compiling serde_repr v0.1.20
18022026-08-29T21:07:00.638Z Compiling async-recursion v1.1.1
18032026-08-29T21:07:00.666Z Compiling derive-where v1.6.0
18042026-08-29T21:07:00.682Z Compiling float-cmp v0.10.0
18052026-08-29T21:07:00.707Z Compiling pem v3.0.6
18062026-08-29T21:07:00.741Z Compiling hashbrown v0.16.1
18072026-08-29T21:07:00.778Z Compiling predicates-core v1.0.10
18082026-08-29T21:07:00.863Z Compiling constant_time_eq v0.4.2
18092026-08-29T21:07:00.865Z Compiling normalize-line-endings v0.3.0
18102026-08-29T21:07:00.941Z Compiling arrayref v0.3.9
18112026-08-29T21:07:00.979Z Compiling const-oid v0.10.2
18122026-08-29T21:07:00.995Z Compiling fixedbitset v0.4.2
18132026-08-29T21:07:00.998Z Compiling whoami v2.1.0
18142026-08-29T21:07:01.031Z Compiling typed-path v0.9.3
18152026-08-29T21:07:01.047Z Compiling precomputed-hash v0.1.1
18162026-08-29T21:07:01.061Z Compiling arrayvec v0.7.6
18172026-08-29T21:07:01.141Z Compiling new_debug_unreachable v1.0.6
18182026-08-29T21:07:01.157Z Compiling fixedbitset v0.5.7
18192026-08-29T21:07:01.204Z Compiling winnow v1.0.3
18202026-08-29T21:07:01.219Z Compiling difflib v0.4.0
18212026-08-29T21:07:01.233Z Compiling debug-ignore v1.0.5
18222026-08-29T21:07:01.289Z Compiling string_cache v0.8.9
18232026-08-29T21:07:01.339Z Compiling iddqd v0.4.2
18242026-08-29T21:07:01.374Z Compiling petgraph v0.8.3
18252026-08-29T21:07:01.389Z Compiling tokio-postgres v0.7.16
18262026-08-29T21:07:01.410Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18272026-08-29T21:07:01.435Z Compiling petgraph v0.6.5
18282026-08-29T21:07:01.496Z Compiling predicates v3.1.4
18292026-08-29T21:07:01.541Z Compiling digest v0.11.3
18302026-08-29T21:07:01.795Z Compiling zip v4.6.1
18312026-08-29T21:07:01.809Z Compiling usdt v0.6.0
18322026-08-29T21:07:01.823Z Compiling crossterm v0.28.1
18332026-08-29T21:07:02.038Z Compiling qorb v0.4.1
18342026-08-29T21:07:02.104Z Compiling cipher v0.4.4
18352026-08-29T21:07:02.176Z Compiling toml_parser v1.1.2+spec-1.1.0
18362026-08-29T21:07:02.306Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18372026-08-29T21:07:02.321Z Compiling derive_more v2.1.1
18382026-08-29T21:07:02.450Z Compiling chacha20 v0.10.0
18392026-08-29T21:07:02.766Z Compiling itertools v0.15.0
18402026-08-29T21:07:02.803Z Compiling itertools v0.13.0
18412026-08-29T21:07:02.806Z Compiling similar v2.7.0
18422026-08-29T21:07:02.859Z Compiling hickory-proto v0.25.2
18432026-08-29T21:07:02.964Z Compiling heck v0.4.1
18442026-08-29T21:07:03.069Z Compiling buf-list v1.1.2
18452026-08-29T21:07:03.104Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18462026-08-29T21:07:03.208Z Compiling openapiv3 v2.2.0
18472026-08-29T21:07:03.346Z Compiling lalrpop-util v0.19.12
18482026-08-29T21:07:03.362Z Compiling peg-runtime v0.8.5
18492026-08-29T21:07:03.426Z Compiling filetime v0.2.27
18502026-08-29T21:07:03.556Z Compiling xattr v1.6.1
18512026-08-29T21:07:03.627Z Compiling camino-tempfile v1.4.1
18522026-08-29T21:07:03.697Z Compiling tar v0.4.46
18532026-08-29T21:07:21.334Z Compiling rustls-webpki v0.103.13
18542026-08-29T21:07:24.026Z Compiling tokio-rustls v0.26.4
18552026-08-29T21:07:24.026Z Compiling rustls-platform-verifier v0.6.2
18562026-08-29T21:07:24.026Z Compiling tough v0.22.0
18572026-08-29T21:07:24.231Z Compiling hyper-rustls v0.27.7
18582026-08-29T21:07:24.426Z Compiling reqwest v0.13.2
18592026-08-29T21:07:26.613Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18602026-08-29T21:07:26.846Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18612026-08-29T21:07:29.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.66s
18622026-08-29T21:07:29.775Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18632026-08-29T21:07:29.775Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18642026-08-29T21:07:29.919Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18652026-08-29T21:07:29.976ZAug 29 21:07:29.776 INFO Starting download, target: Cockroach
18662026-08-29T21:07:29.977ZAug 29 21:07:29.777 INFO Starting download, target: DendriteStub
18672026-08-29T21:07:29.977ZAug 29 21:07:29.777 INFO Starting download, target: Console
18682026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Starting download, target: Clickhouse
18692026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Starting download, target: MaghemiteMgd
18702026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Starting download, target: MaghemiteDdmd
18712026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Starting download, target: TransceiverControl
18722026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18732026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18742026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18752026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18762026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18772026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18782026-08-29T21:07:29.980ZAug 29 21:07:29.777 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18792026-08-29T21:07:30.460ZAug 29 21:07:30.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18802026-08-29T21:07:30.693ZAug 29 21:07:30.493 INFO Download complete, target: TransceiverControl
18812026-08-29T21:07:31.722ZAug 29 21:07:31.521 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18822026-08-29T21:07:31.976ZAug 29 21:07:31.771 INFO Download complete, target: Console
18832026-08-29T21:07:32.085ZAug 29 21:07:31.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18842026-08-29T21:07:32.094ZAug 29 21:07:31.883 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18852026-08-29T21:07:32.374ZAug 29 21:07:32.173 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18862026-08-29T21:07:32.515ZAug 29 21:07:32.308 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18872026-08-29T21:07:32.624ZAug 29 21:07:32.425 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18882026-08-29T21:07:32.624ZAug 29 21:07:32.425 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18892026-08-29T21:07:34.019ZAug 29 21:07:33.820 INFO Download complete, target: MaghemiteDdmd
18902026-08-29T21:07:34.594ZAug 29 21:07:34.393 INFO Download complete, target: DendriteStub
18912026-08-29T21:07:35.010ZAug 29 21:07:34.811 INFO Download complete, target: MaghemiteMgd
18922026-08-29T21:07:37.342ZAug 29 21:07:37.142 INFO Checking that binary works, target: Cockroach
18932026-08-29T21:07:37.463ZAug 29 21:07:37.263 INFO Download complete, target: Cockroach
18942026-08-29T21:07:39.300ZAug 29 21:07:39.100 INFO Checking that binary works, target: Clickhouse
18952026-08-29T21:07:39.390ZAug 29 21:07:39.190 INFO Download complete, target: Clickhouse
18962026-08-29T21:07:39.396ZAll prerequisites installed successfully
18972026-08-29T21:07:39.399Z
18982026-08-29T21:07:39.399Zreal 2:04.739281270
18992026-08-29T21:07:39.399Zuser 7:54.156405736
19002026-08-29T21:07:39.399Zsys 1:56.037133558
19012026-08-29T21:07:39.399Ztrap 0.301160185
19022026-08-29T21:07:39.399Ztflt 0.888693171
19032026-08-29T21:07:39.399Zdflt 1.990109125
19042026-08-29T21:07:39.399Zkflt 0.022890455
19052026-08-29T21:07:39.399Zlock 30:29.205484980
19062026-08-29T21:07:39.399Zslp 21:48.550223959
19072026-08-29T21:07:39.399Zlat 31.836022263
19082026-08-29T21:07:39.399Zstop 3:53.440087553
19092026-08-29T21:07:39.399Z+ ptime -m cargo xtask download softnpu
19102026-08-29T21:07:39.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19112026-08-29T21:07:39.919Z Running `target/debug/xtask download softnpu`
19122026-08-29T21:07:40.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19132026-08-29T21:07:40.723Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19142026-08-29T21:07:40.723Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19152026-08-29T21:07:40.789Z Running `target/debug/xtask-downloader softnpu`
19162026-08-29T21:07:40.831ZAug 29 21:07:40.630 INFO Starting download, target: Softnpu
19172026-08-29T21:07:40.834ZAug 29 21:07:40.630 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
19182026-08-29T21:07:41.339ZAug 29 21:07:41.139 INFO Download complete, target: Softnpu
19192026-08-29T21:07:41.343Z
19202026-08-29T21:07:41.346Zreal 1.940289766
19212026-08-29T21:07:41.346Zuser 1.359357527
19222026-08-29T21:07:41.346Zsys 0.662957858
19232026-08-29T21:07:41.346Ztrap 0.000499321
19242026-08-29T21:07:41.346Ztflt 0.000104951
19252026-08-29T21:07:41.346Zdflt 0.000355311
19262026-08-29T21:07:41.346Zkflt 0.000000000
19272026-08-29T21:07:41.347Zlock 9.445228790
19282026-08-29T21:07:41.347Zslp 0.376236733
19292026-08-29T21:07:41.347Zlat 0.104679988
19302026-08-29T21:07:41.347Zstop 0.000190598
19312026-08-29T21:07:41.347Z+ export CARGO_INCREMENTAL=0
19322026-08-29T21:07:41.347Z+ CARGO_INCREMENTAL=0
19332026-08-29T21:07:41.347Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
19342026-08-29T21:07:42.328Z Compiling proc-macro2 v1.0.106
19352026-08-29T21:07:42.328Z Compiling quote v1.0.45
19362026-08-29T21:07:42.328Z Compiling unicode-ident v1.0.24
19372026-08-29T21:07:42.328Z Compiling serde_core v1.0.228
19382026-08-29T21:07:42.328Z Compiling libc v0.2.185
19392026-08-29T21:07:42.332Z Compiling serde v1.0.228
19402026-08-29T21:07:42.332Z Compiling cfg-if v1.0.4
19412026-08-29T21:07:42.332Z Compiling version_check v0.9.5
19422026-08-29T21:07:42.480Z Compiling zerocopy v0.8.55
19432026-08-29T21:07:42.484Z Compiling autocfg v1.5.0
19442026-08-29T21:07:42.484Z Compiling memchr v2.8.0
19452026-08-29T21:07:42.484Z Compiling portable-atomic v1.13.1
19462026-08-29T21:07:42.484Z Compiling zmij v1.0.21
19472026-08-29T21:07:42.484Z Compiling serde_json v1.0.151
19482026-08-29T21:07:42.484Z Compiling shlex v1.3.0
19492026-08-29T21:07:42.659Z Compiling find-msvc-tools v0.1.9
19502026-08-29T21:07:42.769Z Compiling libm v0.2.16
19512026-08-29T21:07:42.846Z Compiling getrandom v0.4.3
19522026-08-29T21:07:42.878Z Compiling generic-array v0.14.7
19532026-08-29T21:07:42.895Z Compiling icu_properties_data v2.1.2
19542026-08-29T21:07:43.010Z Compiling icu_normalizer_data v2.1.1
19552026-08-29T21:07:43.027Z Compiling parking_lot_core v0.9.12
19562026-08-29T21:07:43.062Z Compiling smallvec v1.15.1
19572026-08-29T21:07:43.143Z Compiling num-traits v0.2.19
19582026-08-29T21:07:43.146Z Compiling itoa v1.0.17
19592026-08-29T21:07:43.146Z Compiling log v0.4.33
19602026-08-29T21:07:43.146Z Compiling thiserror v2.0.18
19612026-08-29T21:07:43.146Z Compiling heck v0.5.0
19622026-08-29T21:07:43.238Z Compiling subtle v2.6.1
19632026-08-29T21:07:43.241Z Compiling rustix v1.1.4
19642026-08-29T21:07:43.302Z Compiling getrandom v0.3.4
19652026-08-29T21:07:43.437Z Compiling jobserver v0.1.34
19662026-08-29T21:07:43.455Z Compiling errno v0.3.14
19672026-08-29T21:07:43.492Z Compiling stable_deref_trait v1.2.1
19682026-08-29T21:07:43.510Z Compiling typenum v1.20.1
19692026-08-29T21:07:43.543Z Compiling pkg-config v0.3.32
19702026-08-29T21:07:43.613Z Compiling allocator-api2 v0.2.21
19712026-08-29T21:07:43.649Z Compiling cc v1.2.56
19722026-08-29T21:07:43.652Z Compiling critical-section v1.2.0
19732026-08-29T21:07:43.652Z Compiling getrandom v0.2.17
19742026-08-29T21:07:43.762Z Compiling scopeguard v1.2.0
19752026-08-29T21:07:43.893Z Compiling lock_api v0.4.14
19762026-08-29T21:07:43.911Z Compiling rand_core v0.6.4
19772026-08-29T21:07:43.963Z Compiling syn v2.0.117
19782026-08-29T21:07:43.998Z Compiling rustversion v1.0.22
19792026-08-29T21:07:44.052Z Compiling thiserror v1.0.69
19802026-08-29T21:07:44.071Z Compiling schemars v0.8.22
19812026-08-29T21:07:44.140Z Compiling once_cell v1.21.3
19822026-08-29T21:07:44.173Z Compiling rand_core v0.10.0
19832026-08-29T21:07:44.215Z Compiling syn v1.0.109
19842026-08-29T21:07:44.232Z Compiling litemap v0.8.1
19852026-08-29T21:07:44.235Z Compiling writeable v0.6.2
19862026-08-29T21:07:44.265Z Compiling percent-encoding v2.3.2
19872026-08-29T21:07:44.381Z Compiling strsim v0.11.1
19882026-08-29T21:07:44.385Z Compiling const-oid v0.9.6
19892026-08-29T21:07:44.574Z Compiling pin-project-lite v0.2.17
19902026-08-29T21:07:44.641Z Compiling equivalent v1.0.2
19912026-08-29T21:07:44.673Z Compiling utf8_iter v1.0.4
19922026-08-29T21:07:44.687Z Compiling foldhash v0.2.0
19932026-08-29T21:07:44.722Z Compiling form_urlencoded v1.2.2
19942026-08-29T21:07:44.860Z Compiling hashbrown v0.17.0
19952026-08-29T21:07:44.915Z Compiling cmake v0.1.57
19962026-08-29T21:07:44.937Z Compiling signal-hook-registry v1.4.8
19972026-08-29T21:07:44.987Z Compiling semver v1.0.28
19982026-08-29T21:07:45.018Z Compiling bitflags v2.11.0
19992026-08-29T21:07:45.049Z Compiling byteorder v1.5.0
20002026-08-29T21:07:45.184Z Compiling fs_extra v1.3.0
20012026-08-29T21:07:45.260Z Compiling dunce v1.0.5
20022026-08-29T21:07:45.282Z Compiling parking_lot v0.12.5
20032026-08-29T21:07:45.342Z Compiling mio v1.2.0
20042026-08-29T21:07:45.359Z Compiling socket2 v0.6.3
20052026-08-29T21:07:45.495Z Compiling indexmap v2.14.0
20062026-08-29T21:07:45.579Z Compiling aws-lc-sys v0.40.0
20072026-08-29T21:07:45.610Z Compiling ident_case v1.0.1
20082026-08-29T21:07:46.014Z Compiling base64ct v1.8.3
20092026-08-29T21:07:46.035Z Compiling futures-core v0.3.32
20102026-08-29T21:07:46.059Z Compiling iana-time-zone v0.1.65
20112026-08-29T21:07:46.170Z Compiling rustc_version v0.4.1
20122026-08-29T21:07:46.226Z Compiling aws-lc-rs v1.16.3
20132026-08-29T21:07:46.229Z Compiling flagset v0.4.7
20142026-08-29T21:07:46.277Z Compiling pem-rfc7468 v0.7.0
20152026-08-29T21:07:46.331Z Compiling uuid v1.23.4
20162026-08-29T21:07:46.371Z Compiling ucd-trie v0.1.7
20172026-08-29T21:07:46.523Z Compiling anyhow v1.0.104
20182026-08-29T21:07:46.594Z Compiling pest v2.8.6
20192026-08-29T21:07:46.656Z Compiling ahash v0.8.12
20202026-08-29T21:07:46.659Z Compiling httparse v1.10.1
20212026-08-29T21:07:46.707Z Compiling regex-syntax v0.8.10
20222026-08-29T21:07:46.798Z Compiling synstructure v0.13.2
20232026-08-29T21:07:46.825Z Compiling serde_derive_internals v0.29.1
20242026-08-29T21:07:46.847Z Compiling dyn-clone v1.0.20
20252026-08-29T21:07:46.913Z Compiling crc32fast v1.5.0
20262026-08-29T21:07:46.959Z Compiling fnv v1.0.7
20272026-08-29T21:07:46.981Z Compiling crossbeam-utils v0.8.21
20282026-08-29T21:07:47.017Z Compiling vcpkg v0.2.15
20292026-08-29T21:07:47.020Z Compiling futures-sink v0.3.32
20302026-08-29T21:07:47.082Z Compiling base64 v0.22.1
20312026-08-29T21:07:47.182Z Compiling futures-channel v0.3.32
20322026-08-29T21:07:47.200Z Compiling darling_core v0.23.0
20332026-08-29T21:07:47.280Z Compiling slog v2.8.2
20342026-08-29T21:07:47.342Z Compiling futures-task v0.3.32
20352026-08-29T21:07:47.415Z Compiling slab v0.4.12
20362026-08-29T21:07:47.483Z Compiling futures-io v0.3.32
20372026-08-29T21:07:47.517Z Compiling cpufeatures v0.2.17
20382026-08-29T21:07:47.535Z Compiling rustls v0.23.41
20392026-08-29T21:07:47.609Z Compiling num-bigint-dig v0.8.6
20402026-08-29T21:07:47.627Z Compiling terminal_size v0.4.3
20412026-08-29T21:07:47.657Z Compiling openssl-sys v0.9.117
20422026-08-29T21:07:47.682Z Compiling object v0.37.3
20432026-08-29T21:07:47.699Z Compiling pest_meta v2.8.6
20442026-08-29T21:07:47.717Z Compiling num-conv v0.2.0
20452026-08-29T21:07:47.733Z Compiling time-core v0.1.8
20462026-08-29T21:07:47.751Z Compiling utf8parse v0.2.2
20472026-08-29T21:07:47.791Z Compiling plain v0.2.3
20482026-08-29T21:07:47.818Z Compiling anstyle v1.0.14
20492026-08-29T21:07:47.871Z Compiling camino v1.2.5
20502026-08-29T21:07:47.890Z Compiling simd-adler32 v0.3.8
20512026-08-29T21:07:47.925Z Compiling anstyle-parse v1.0.0
20522026-08-29T21:07:47.928Z Compiling time-macros v0.2.27
20532026-08-29T21:07:47.978Z Compiling adler2 v2.0.1
20542026-08-29T21:07:48.057Z Compiling serde_derive v1.0.228
20552026-08-29T21:07:48.074Z Compiling zeroize_derive v1.5.0
20562026-08-29T21:07:48.091Z Compiling zerocopy-derive v0.8.55
20572026-08-29T21:07:48.129Z Compiling zerofrom-derive v0.1.6
20582026-08-29T21:07:48.147Z Compiling yoke-derive v0.8.1
20592026-08-29T21:07:48.164Z Compiling zerovec-derive v0.11.2
20602026-08-29T21:07:48.167Z Compiling displaydoc v0.2.5
20612026-08-29T21:07:48.197Z Compiling tokio-macros v2.7.0
20622026-08-29T21:07:48.214Z Compiling thiserror-impl v2.0.18
20632026-08-29T21:07:48.267Z Compiling der_derive v0.7.3
20642026-08-29T21:07:48.403Z Compiling futures-macro v0.3.32
20652026-08-29T21:07:48.696Z Compiling thiserror-impl v1.0.69
20662026-08-29T21:07:48.890Z Compiling schemars_derive v0.8.22
20672026-08-29T21:07:48.912Z Compiling tracing-attributes v0.1.31
20682026-08-29T21:07:48.928Z Compiling pest_generator v2.8.6
20692026-08-29T21:07:48.945Z Compiling clap_derive v4.6.1
20702026-08-29T21:07:49.110Z Compiling async-trait v0.1.89
20712026-08-29T21:07:49.217Z Compiling colorchoice v1.0.4
20722026-08-29T21:07:49.221Z Compiling futures-util v0.3.32
20732026-08-29T21:07:49.269Z Compiling zerofrom v0.1.6
20742026-08-29T21:07:49.346Z Compiling darling_macro v0.23.0
20752026-08-29T21:07:49.427Z Compiling yoke v0.8.1
20762026-08-29T21:07:49.583Z Compiling pest_derive v2.8.6
20772026-08-29T21:07:49.652Z Compiling zerovec v0.11.5
20782026-08-29T21:07:49.670Z Compiling zerotrie v0.2.3
20792026-08-29T21:07:49.894Z Compiling darling v0.23.0
20802026-08-29T21:07:49.983Z Compiling anstyle-query v1.1.5
20812026-08-29T21:07:50.004Z Compiling is_terminal_polyfill v1.70.2
20822026-08-29T21:07:50.055Z Compiling miniz_oxide v0.8.9
20832026-08-29T21:07:50.075Z Compiling spin v0.9.8
20842026-08-29T21:07:50.094Z Compiling anstream v1.0.0
20852026-08-29T21:07:50.136Z Compiling aho-corasick v1.1.4
20862026-08-29T21:07:50.136Z Compiling pretty-hex v0.4.1
20872026-08-29T21:07:50.172Z Compiling tinystr v0.8.2
20882026-08-29T21:07:50.175Z Compiling potential_utf v0.1.4
20892026-08-29T21:07:50.312Z Compiling scroll_derive v0.12.1
20902026-08-29T21:07:50.371Z Compiling icu_locale_core v2.1.1
20912026-08-29T21:07:50.396Z Compiling icu_collections v2.1.1
20922026-08-29T21:07:50.504Z Compiling clap_lex v1.0.0
20932026-08-29T21:07:50.753Z Compiling radium v0.7.0
20942026-08-29T21:07:50.780Z Compiling clap_builder v4.6.0
20952026-08-29T21:07:50.849Z Compiling curve25519-dalek v4.1.3
20962026-08-29T21:07:50.885Z Compiling owo-colors v4.3.0
20972026-08-29T21:07:50.976Z Compiling regex-automata v0.4.14
20982026-08-29T21:07:51.004Z Compiling zerocopy-derive v0.7.35
20992026-08-29T21:07:51.036Z Compiling icu_provider v2.1.1
21002026-08-29T21:07:51.202Z Compiling zeroize v1.9.0
21012026-08-29T21:07:51.227Z Compiling bytes v1.11.1
21022026-08-29T21:07:51.353Z Compiling chrono v0.4.45
21032026-08-29T21:07:51.368Z Compiling icu_properties v2.1.2
21042026-08-29T21:07:51.560Z Compiling der v0.7.10
21052026-08-29T21:07:51.602Z Compiling icu_normalizer v2.1.1
21062026-08-29T21:07:51.921Z Compiling tokio v1.52.1
21072026-08-29T21:07:52.070Z Compiling crypto-common v0.1.7
21082026-08-29T21:07:52.102Z Compiling block-buffer v0.10.4
21092026-08-29T21:07:52.234Z Compiling ipnet v2.12.0
21102026-08-29T21:07:52.288Z Compiling digest v0.10.7
21112026-08-29T21:07:52.322Z Compiling idna_adapter v1.2.1
21122026-08-29T21:07:52.411Z Compiling ppv-lite86 v0.2.21
21132026-08-29T21:07:52.490Z Compiling idna v1.1.0
21142026-08-29T21:07:52.515Z Compiling spki v0.7.3
21152026-08-29T21:07:52.622Z Compiling hmac v0.12.1
21162026-08-29T21:07:52.774Z Compiling pkcs8 v0.10.2
21172026-08-29T21:07:52.794Z Compiling rand_chacha v0.3.1
21182026-08-29T21:07:52.827Z Compiling url v2.5.8
21192026-08-29T21:07:52.848Z Compiling sha2 v0.10.9
21202026-08-29T21:07:52.962Z Compiling signature v2.2.0
21212026-08-29T21:07:53.001Z Compiling serde_tokenstream v0.2.3
21222026-08-29T21:07:53.062Z Compiling rand v0.8.6
21232026-08-29T21:07:53.081Z Compiling hex v0.4.3
21242026-08-29T21:07:53.181Z Compiling clap v4.6.1
21252026-08-29T21:07:53.213Z Compiling num-integer v0.1.46
21262026-08-29T21:07:53.240Z Compiling tracing-core v0.1.36
21272026-08-29T21:07:53.382Z Compiling maybe-uninit v2.0.0
21282026-08-29T21:07:53.522Z Compiling openssl v0.10.80
21292026-08-29T21:07:53.545Z Compiling num-iter v0.1.45
21302026-08-29T21:07:53.582Z Compiling lazy_static v1.5.0
21312026-08-29T21:07:53.690Z Compiling tracing v0.1.44
21322026-08-29T21:07:53.701Z Compiling curve25519-dalek-derive v0.1.1
21332026-08-29T21:07:53.707Z Compiling scroll_derive v0.13.1
21342026-08-29T21:07:53.793Z Compiling rand_core v0.9.5
21352026-08-29T21:07:53.847Z Compiling ff v0.13.1
21362026-08-29T21:07:53.900Z Compiling gimli v0.32.3
21372026-08-29T21:07:54.073Z Compiling fastrand v2.3.0
21382026-08-29T21:07:54.140Z Compiling base16ct v0.2.0
21392026-08-29T21:07:54.311Z Compiling sec1 v0.7.3
21402026-08-29T21:07:54.334Z Compiling group v0.13.0
21412026-08-29T21:07:54.503Z Compiling pkcs1 v0.7.5
21422026-08-29T21:07:54.531Z Compiling hkdf v0.12.4
21432026-08-29T21:07:54.594Z Compiling x509-cert v0.2.5
21442026-08-29T21:07:54.613Z Compiling crypto-bigint v0.5.5
21452026-08-29T21:07:54.635Z Compiling serde_spanned v0.6.9
21462026-08-29T21:07:54.723Z Compiling toml_datetime v0.6.11
21472026-08-29T21:07:54.809Z Compiling hubpack_derive v0.1.1
21482026-08-29T21:07:54.905Z Compiling strum_macros v0.26.4
21492026-08-29T21:07:54.946Z Compiling openssl-macros v0.1.1
21502026-08-29T21:07:55.290Z Compiling bzip2-sys v0.1.13+1.0.8
21512026-08-29T21:07:55.347Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21522026-08-29T21:07:55.453Z Compiling syn v3.0.3
21532026-08-29T21:07:55.516Z Compiling usdt-impl v0.5.0
21542026-08-29T21:07:55.598Z Compiling addr2line v0.25.1
21552026-08-29T21:07:55.705Z Compiling native-tls v0.2.18
21562026-08-29T21:07:55.728Z Compiling packed_struct v0.10.1
21572026-08-29T21:07:55.754Z Compiling rustc-demangle v0.1.27
21582026-08-29T21:07:55.757Z Compiling paste v1.0.15
21592026-08-29T21:07:55.794Z Compiling tinyvec_macros v0.1.1
21602026-08-29T21:07:55.880Z Compiling tinyvec v1.11.0
21612026-08-29T21:07:55.934Z Compiling tokio-util v0.7.18
21622026-08-29T21:07:55.949Z Compiling elliptic-curve v0.13.8
21632026-08-29T21:07:55.985Z Compiling rsa v0.9.10
21642026-08-29T21:07:56.016Z Compiling rand_chacha v0.9.0
21652026-08-29T21:07:56.066Z Compiling regex v1.12.3
21662026-08-29T21:07:56.108Z Compiling http v1.4.2
21672026-08-29T21:07:56.294Z Compiling scroll v0.12.0
21682026-08-29T21:07:56.425Z Compiling miette-derive v7.6.0
21692026-08-29T21:07:56.458Z Compiling proc-macro-error-attr2 v2.0.0
21702026-08-29T21:07:56.483Z Compiling cookie v0.18.1
21712026-08-29T21:07:56.604Z Compiling unicode-width v0.2.0
21722026-08-29T21:07:56.627Z Compiling rayon-core v1.13.0
21732026-08-29T21:07:56.650Z Compiling is_ci v1.2.0
21742026-08-29T21:07:56.802Z Compiling smawk v0.3.2
21752026-08-29T21:07:56.835Z Compiling unicode-linebreak v0.1.5
21762026-08-29T21:07:56.892Z Compiling proc-macro-error2 v2.0.1
21772026-08-29T21:07:56.909Z Compiling supports-color v3.0.2
21782026-08-29T21:07:56.930Z Compiling goblin v0.8.2
21792026-08-29T21:07:57.103Z Compiling backtrace v0.3.76
21802026-08-29T21:07:57.162Z Compiling textwrap v0.16.2
21812026-08-29T21:07:57.201Z Compiling rand v0.9.2
21822026-08-29T21:07:57.535Z Compiling tempfile v3.27.0
21832026-08-29T21:07:57.556Z Compiling hashbrown v0.14.5
21842026-08-29T21:07:57.736Z Compiling backtrace-ext v0.2.1
21852026-08-29T21:07:57.802Z Compiling rfc6979 v0.4.0
21862026-08-29T21:07:57.824Z Compiling zerocopy v0.7.35
21872026-08-29T21:07:57.922Z Compiling rustls-pki-types v1.14.0
21882026-08-29T21:07:58.074Z Compiling serde_with_macros v3.21.0
21892026-08-29T21:07:58.132Z Compiling packed_struct_codegen v0.10.1
21902026-08-29T21:07:58.156Z Compiling zerocopy-derive v0.6.6
21912026-08-29T21:07:58.156Z Compiling bitfield-macros v0.19.4
21922026-08-29T21:07:58.189Z Compiling indexmap v1.9.3
21932026-08-29T21:07:58.336Z Compiling winnow v0.7.14
21942026-08-29T21:07:58.369Z Compiling unicode-width v0.1.14
21952026-08-29T21:07:58.394Z Compiling supports-unicode v3.0.0
21962026-08-29T21:07:58.559Z Compiling salty v0.3.0
21972026-08-29T21:07:58.575Z Compiling keccak v0.1.6
21982026-08-29T21:07:58.673Z Compiling supports-hyperlinks v3.2.0
21992026-08-29T21:07:58.786Z Compiling sha3 v0.10.8
22002026-08-29T21:07:58.822Z Compiling miette v7.6.0
22012026-08-29T21:07:58.839Z Compiling daft-derive v0.1.8
22022026-08-29T21:07:58.874Z Compiling chumsky v0.9.3
22032026-08-29T21:07:58.915Z Compiling ecdsa v0.16.9
22042026-08-29T21:07:59.050Z Compiling knus-derive v3.4.0
22052026-08-29T21:07:59.069Z Compiling http-body v1.0.1
22062026-08-29T21:07:59.131Z Compiling primeorder v0.13.6
22072026-08-29T21:07:59.203Z Compiling dof v0.3.0
22082026-08-29T21:07:59.336Z Compiling ed25519 v2.2.3
22092026-08-29T21:07:59.412Z Compiling dtrace-parser v0.2.0
22102026-08-29T21:07:59.563Z Compiling thread-id v4.2.2
22112026-08-29T21:07:59.593Z Compiling winnow v0.5.40
22122026-08-29T21:07:59.666Z Compiling usdt-impl v0.6.0
22132026-08-29T21:07:59.688Z Compiling cmov v0.5.4
22142026-08-29T21:07:59.824Z Compiling ref-cast v1.0.25
22152026-08-29T21:07:59.838Z Compiling untrusted v0.7.1
22162026-08-29T21:07:59.838Z Compiling either v1.15.0
22172026-08-29T21:07:59.922Z Compiling openssl-probe v0.2.1
22182026-08-29T21:08:00.003Z Compiling ctutils v0.4.2
22192026-08-29T21:08:00.016Z Compiling ed25519-dalek v2.2.0
22202026-08-29T21:08:00.097Z Compiling p384 v0.13.1
22212026-08-29T21:08:00.148Z Compiling scroll v0.13.0
22222026-08-29T21:08:00.263Z Compiling sha1 v0.10.6
22232026-08-29T21:08:00.316Z Compiling enum-as-inner v0.6.1
22242026-08-29T21:08:00.405Z Compiling knus v3.4.0
22252026-08-29T21:08:00.438Z Compiling heapless v0.7.17
22262026-08-29T21:08:00.455Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
22272026-08-29T21:08:00.504Z Compiling zstd-safe v7.2.4
22282026-08-29T21:08:00.511Z Compiling unicode-segmentation v1.12.0
22292026-08-29T21:08:00.604Z Compiling winnow v1.0.3
22302026-08-29T21:08:00.621Z Compiling powerfmt v0.2.0
22312026-08-29T21:08:00.667Z Compiling tower-layer v0.3.3
22322026-08-29T21:08:00.683Z Compiling tower-service v0.3.3
22332026-08-29T21:08:00.704Z Compiling atomic-waker v1.1.2
22342026-08-29T21:08:00.802Z Compiling try-lock v0.2.5
22352026-08-29T21:08:00.820Z Compiling litrs v1.0.0
22362026-08-29T21:08:00.852Z Compiling toml_edit v0.19.15
22372026-08-29T21:08:00.887Z Compiling rustix v0.38.44
22382026-08-29T21:08:00.905Z Compiling signal-hook v0.3.18
22392026-08-29T21:08:00.923Z Compiling untrusted v0.9.0
22402026-08-29T21:08:00.940Z Compiling want v0.3.1
22412026-08-29T21:08:00.995Z Compiling h2 v0.4.15
22422026-08-29T21:08:00.998Z Compiling deranged v0.5.8
22432026-08-29T21:08:01.126Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
22442026-08-29T21:08:01.287Z Compiling goblin v0.10.5
22452026-08-29T21:08:01.303Z Compiling document-features v0.2.12
22462026-08-29T21:08:01.414Z Compiling hybrid-array v0.4.13
22472026-08-29T21:08:01.565Z Compiling toml_parser v1.1.2+spec-1.1.0
22482026-08-29T21:08:01.691Z Compiling itertools v0.15.0
22492026-08-29T21:08:01.767Z Compiling ipnetwork v0.21.1
22502026-08-29T21:08:02.236Z Compiling erased-serde v0.3.31
22512026-08-29T21:08:02.339Z Compiling structmeta-derive v0.3.0
22522026-08-29T21:08:02.404Z Compiling ref-cast-impl v1.0.25
22532026-08-29T21:08:02.555Z Compiling darling_core v0.20.11
22542026-08-29T21:08:02.598Z Compiling memoffset v0.9.1
22552026-08-29T21:08:02.988Z Compiling httpdate v1.0.3
22562026-08-29T21:08:03.055Z Compiling num_threads v0.1.7
22572026-08-29T21:08:03.171Z Compiling foreign-types-shared v0.1.1
22582026-08-29T21:08:03.274Z Compiling tap v1.0.1
22592026-08-29T21:08:03.330Z Compiling slog-async v2.8.0
22602026-08-29T21:08:03.384Z Compiling wyz v0.5.1
22612026-08-29T21:08:03.410Z Compiling time v0.3.47
22622026-08-29T21:08:03.427Z Compiling structmeta v0.3.0
22632026-08-29T21:08:03.564Z Compiling foreign-types v0.3.2
22642026-08-29T21:08:03.886Z Compiling usdt-attr-macro v0.5.0
22652026-08-29T21:08:03.902Z Compiling usdt-macro v0.5.0
22662026-08-29T21:08:04.049Z Compiling dof v0.4.0
22672026-08-29T21:08:04.268Z Compiling hyper v1.10.1
22682026-08-29T21:08:04.378Z Compiling unicode-normalization v0.1.25
22692026-08-29T21:08:04.554Z Compiling half v2.7.1
22702026-08-29T21:08:04.576Z Compiling darling_macro v0.20.11
22712026-08-29T21:08:04.626Z Compiling dtrace-parser v0.3.0
22722026-08-29T21:08:04.652Z Compiling pin-project-internal v1.1.11
22732026-08-29T21:08:04.921Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
22742026-08-29T21:08:04.937Z Compiling env_filter v2.0.0
22752026-08-29T21:08:04.940Z Compiling wait-timeout v0.2.1
22762026-08-29T21:08:05.089Z Compiling thread-id v5.1.0
22772026-08-29T21:08:05.122Z Compiling smoltcp v0.9.1
22782026-08-29T21:08:05.190Z Compiling quick-error v1.2.3
22792026-08-29T21:08:05.205Z Compiling bit-vec v0.8.0
22802026-08-29T21:08:05.222Z Compiling funty v2.0.0
22812026-08-29T21:08:05.238Z Compiling ciborium-io v0.2.2
22822026-08-29T21:08:05.288Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
22832026-08-29T21:08:05.320Z Compiling cfg_aliases v0.2.1
22842026-08-29T21:08:05.365Z Compiling ciborium-ll v0.2.2
22852026-08-29T21:08:05.406Z Compiling nix v0.31.2
22862026-08-29T21:08:05.498Z Compiling bit-set v0.8.0
22872026-08-29T21:08:05.516Z Compiling hyper-util v0.1.20
22882026-08-29T21:08:05.541Z Compiling rusty-fork v0.3.1
22892026-08-29T21:08:05.583Z Compiling bitvec v1.0.1
22902026-08-29T21:08:05.766Z Compiling darling v0.20.11
22912026-08-29T21:08:05.770Z Compiling env_logger v0.11.11
22922026-08-29T21:08:06.117Z Compiling hubpack v0.1.2
22932026-08-29T21:08:06.188Z Compiling rand_xorshift v0.4.0
22942026-08-29T21:08:06.309Z Compiling sync_wrapper v1.0.2
22952026-08-29T21:08:06.349Z Compiling blake3 v1.8.5
22962026-08-29T21:08:06.409Z Compiling siphasher v1.0.2
22972026-08-29T21:08:06.426Z Compiling nodrop v0.1.14
22982026-08-29T21:08:06.442Z Compiling zlib-rs v0.6.2
22992026-08-29T21:08:06.537Z Compiling unarray v0.1.4
23002026-08-29T21:08:06.705Z Compiling crc-catalog v2.4.0
23012026-08-29T21:08:06.753Z Compiling proptest v1.11.0
23022026-08-29T21:08:06.820Z Compiling crc v3.4.0
23032026-08-29T21:08:07.035Z Compiling array-init v0.0.4
23042026-08-29T21:08:07.142Z Compiling tower v0.5.3
23052026-08-29T21:08:07.186Z Compiling smallvec v0.6.14
23062026-08-29T21:08:07.249Z Compiling derive_builder_core v0.20.2
23072026-08-29T21:08:07.419Z Compiling ciborium v0.2.2
23082026-08-29T21:08:07.447Z Compiling http-body-util v0.1.3
23092026-08-29T21:08:07.482Z Compiling serde_with v3.21.0
23102026-08-29T21:08:07.626Z Compiling zerocopy v0.6.6
23112026-08-29T21:08:07.716Z Compiling bitfield v0.19.4
23122026-08-29T21:08:08.016Z Compiling strum v0.26.3
23132026-08-29T21:08:08.031Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
23142026-08-29T21:08:08.063Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-08-29T21:08:08.108Z Compiling snafu-derive v0.8.9
23162026-08-29T21:08:08.263Z Compiling strum_macros v0.27.2
23172026-08-29T21:08:08.432Z Compiling fs-err v3.3.0
23182026-08-29T21:08:08.474Z Compiling unicode-properties v0.1.4
23192026-08-29T21:08:08.650Z Compiling flate2 v1.1.9
23202026-08-29T21:08:08.731Z Compiling data-encoding v2.10.0
23212026-08-29T21:08:08.765Z Compiling base64 v0.21.7
23222026-08-29T21:08:08.769Z Compiling hashbrown v0.12.3
23232026-08-29T21:08:09.060Z Compiling static_assertions v1.1.0
23242026-08-29T21:08:09.088Z Compiling unicode-bidi v0.3.18
23252026-08-29T21:08:09.266Z Compiling ryu v1.0.23
23262026-08-29T21:08:09.270Z Compiling iri-string v0.7.10
23272026-08-29T21:08:09.454Z Compiling stringprep v0.1.5
23282026-08-29T21:08:09.576Z Compiling serde_urlencoded v0.7.1
23292026-08-29T21:08:09.643Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
23302026-08-29T21:08:09.723Z Compiling ron v0.8.1
23312026-08-29T21:08:09.834Z Compiling newtype-uuid v1.3.2
23322026-08-29T21:08:09.954Z Compiling tokio-native-tls v0.3.1
23332026-08-29T21:08:09.971Z Compiling oxnet v0.1.6
23342026-08-29T21:08:10.005Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23352026-08-29T21:08:10.054Z Compiling derive_builder_macro v0.20.2
23362026-08-29T21:08:10.172Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23372026-08-29T21:08:10.373Z Compiling serde-hex v0.1.0
23382026-08-29T21:08:10.530Z Compiling tower-http v0.6.8
23392026-08-29T21:08:10.547Z Compiling bzip2 v0.4.4
23402026-08-29T21:08:10.580Z Compiling usdt-attr-macro v0.6.0
23412026-08-29T21:08:10.769Z Compiling usdt-macro v0.6.0
23422026-08-29T21:08:10.975Z Compiling derive-ex v0.1.8
23432026-08-29T21:08:11.117Z Compiling block-buffer v0.12.1
23442026-08-29T21:08:11.239Z Compiling crypto-common v0.2.2
23452026-08-29T21:08:11.364Z Compiling block-padding v0.4.2
23462026-08-29T21:08:11.567Z Compiling crossbeam-epoch v0.9.18
23472026-08-29T21:08:11.619Z Compiling convert_case v0.10.0
23482026-08-29T21:08:11.901Z Compiling rustls-native-certs v0.8.3
23492026-08-29T21:08:12.033Z Compiling bstr v1.12.1
23502026-08-29T21:08:12.085Z Compiling hashbrown v0.13.2
23512026-08-29T21:08:12.150Z Compiling md-5 v0.10.6
23522026-08-29T21:08:12.167Z Compiling futures-executor v0.3.32
23532026-08-29T21:08:12.193Z Compiling serde-big-array v0.5.1
23542026-08-29T21:08:12.504Z Compiling hash32 v0.2.1
23552026-08-29T21:08:12.552Z Compiling vergen-lib v9.1.0
23562026-08-29T21:08:12.628Z Compiling thread_local v1.1.9
23572026-08-29T21:08:12.632Z Compiling encoding_rs v0.8.35
23582026-08-29T21:08:12.701Z Compiling mime v0.3.17
23592026-08-29T21:08:12.717Z Compiling psl-types v2.0.11
23602026-08-29T21:08:12.741Z Compiling cpufeatures v0.3.0
23612026-08-29T21:08:12.822Z Compiling fallible-iterator v0.2.0
23622026-08-29T21:08:12.839Z Compiling linked-hash-map v0.5.6
23632026-08-29T21:08:12.966Z Compiling crc-any v2.5.0
23642026-08-29T21:08:13.043Z Compiling toml_write v0.1.2
23652026-08-29T21:08:13.124Z Compiling postgres-protocol v0.6.10
23662026-08-29T21:08:13.164Z Compiling lru-cache v0.1.2
23672026-08-29T21:08:13.216Z Compiling toml_edit v0.22.27
23682026-08-29T21:08:13.232Z Compiling publicsuffix v2.3.0
23692026-08-29T21:08:13.279Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23702026-08-29T21:08:13.877Z Compiling object v0.30.4
23712026-08-29T21:08:13.966Z Compiling test-strategy v0.4.5
23722026-08-29T21:08:14.043Z Compiling futures v0.3.32
23732026-08-29T21:08:14.142Z Compiling derive_more-impl v2.1.1
23742026-08-29T21:08:14.235Z Compiling crossbeam-deque v0.8.6
23752026-08-29T21:08:14.569Z Compiling inout v0.2.2
23762026-08-29T21:08:14.626Z Compiling zip v0.6.6
23772026-08-29T21:08:14.647Z Compiling derive_builder v0.20.2
23782026-08-29T21:08:14.758Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23792026-08-29T21:08:14.795Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23802026-08-29T21:08:14.825Z Compiling daft v0.1.8
23812026-08-29T21:08:15.081Z Compiling hyper-tls v0.6.0
23822026-08-29T21:08:15.125Z Compiling hickory-proto v0.24.4
23832026-08-29T21:08:15.163Z Compiling phf_shared v0.13.1
23842026-08-29T21:08:15.281Z Compiling pin-project v1.1.11
23852026-08-29T21:08:15.387Z Compiling toml v0.7.8
23862026-08-29T21:08:15.404Z Compiling crossbeam-channel v0.5.15
23872026-08-29T21:08:15.467Z Compiling heck v0.4.1
23882026-08-29T21:08:15.610Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23892026-08-29T21:08:15.746Z Compiling derive-where v1.6.0
23902026-08-29T21:08:15.857Z Compiling serde_repr v0.1.20
23912026-08-29T21:08:15.910Z Compiling async-recursion v1.1.1
23922026-08-29T21:08:15.926Z Compiling vergen v9.1.0
23932026-08-29T21:08:15.943Z Compiling cargo-platform v0.3.2
23942026-08-29T21:08:16.135Z Compiling memmap2 v0.9.10
23952026-08-29T21:08:16.209Z Compiling memmap v0.7.0
23962026-08-29T21:08:16.363Z Compiling is-terminal v0.4.17
23972026-08-29T21:08:16.410Z Compiling managed v0.8.0
23982026-08-29T21:08:16.535Z Compiling bumpalo v3.20.2
23992026-08-29T21:08:16.680Z Compiling same-file v1.0.6
24002026-08-29T21:08:16.780Z Compiling path-slash v0.1.5
24012026-08-29T21:08:16.811Z Compiling bitflags v1.3.2
24022026-08-29T21:08:16.847Z Compiling term v1.2.1
24032026-08-29T21:08:16.905Z Compiling take_mut v0.2.2
24042026-08-29T21:08:16.932Z Compiling corncobs v0.1.4
24052026-08-29T21:08:16.968Z Compiling resolv-conf v0.7.6
24062026-08-29T21:08:16.985Z Compiling foldhash v0.1.5
24072026-08-29T21:08:17.003Z Compiling jiff-core v0.1.0
24082026-08-29T21:08:17.116Z Compiling libbz2-rs-sys v0.2.2
24092026-08-29T21:08:17.136Z Compiling hashbrown v0.15.5
24102026-08-29T21:08:17.179Z Compiling slog-term v2.9.2
24112026-08-29T21:08:17.198Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24122026-08-29T21:08:17.288Z Compiling hickory-resolver v0.24.4
24132026-08-29T21:08:17.586Z Compiling bzip2 v0.6.1
24142026-08-29T21:08:17.715Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24152026-08-29T21:08:17.719Z Compiling walkdir v2.5.0
24162026-08-29T21:08:17.757Z Compiling jiff v0.2.34
24172026-08-29T21:08:17.774Z Compiling zopfli v0.8.3
24182026-08-29T21:08:18.021Z Compiling usdt v0.5.0
24192026-08-29T21:08:18.060Z Compiling cargo_metadata v0.23.1
24202026-08-29T21:08:18.816Z Compiling snafu v0.8.9
24212026-08-29T21:08:18.837Z Compiling phf v0.13.1
24222026-08-29T21:08:18.956Z Compiling reqwest v0.12.28
24232026-08-29T21:08:19.090Z Compiling signal-hook-mio v0.2.5
24242026-08-29T21:08:19.147Z Compiling cipher v0.5.2
24252026-08-29T21:08:19.171Z Compiling toml v0.8.23
24262026-08-29T21:08:19.242Z Compiling cookie_store v0.22.1
24272026-08-29T21:08:19.303Z Compiling zstd v0.13.3
24282026-08-29T21:08:19.333Z Compiling postgres-types v0.2.12
24292026-08-29T21:08:19.435Z Compiling globset v0.4.18
24302026-08-29T21:08:19.581Z Compiling strum v0.27.2
24312026-08-29T21:08:19.752Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24322026-08-29T21:08:19.861Z Compiling phf_shared v0.11.3
24332026-08-29T21:08:19.892Z Compiling olpc-cjson v0.1.4
24342026-08-29T21:08:20.086Z Compiling tokio-stream v0.1.18
24352026-08-29T21:08:20.148Z Compiling byte-wrapper v0.1.0
24362026-08-29T21:08:20.336Z Compiling inout v0.1.4
24372026-08-29T21:08:20.490Z Compiling secrecy v0.8.0
24382026-08-29T21:08:20.512Z Compiling serde_plain v1.0.2
24392026-08-29T21:08:20.528Z Compiling pem v3.0.6
24402026-08-29T21:08:20.578Z Compiling float-cmp v0.10.0
24412026-08-29T21:08:20.688Z Compiling hashbrown v0.16.1
24422026-08-29T21:08:20.735Z Compiling fixedbitset v0.4.2
24432026-08-29T21:08:20.754Z Compiling difflib v0.4.0
24442026-08-29T21:08:20.845Z Compiling const-oid v0.10.2
24452026-08-29T21:08:20.931Z Compiling whoami v2.1.0
24462026-08-29T21:08:21.029Z Compiling typed-path v0.9.3
24472026-08-29T21:08:21.064Z Compiling new_debug_unreachable v1.0.6
24482026-08-29T21:08:21.115Z Compiling arrayref v0.3.9
24492026-08-29T21:08:21.155Z Compiling constant_time_eq v0.4.2
24502026-08-29T21:08:21.170Z Compiling arrayvec v0.7.6
24512026-08-29T21:08:21.203Z Compiling debug-ignore v1.0.5
24522026-08-29T21:08:21.219Z Compiling normalize-line-endings v0.3.0
24532026-08-29T21:08:21.280Z Compiling precomputed-hash v0.1.1
24542026-08-29T21:08:21.297Z Compiling fixedbitset v0.5.7
24552026-08-29T21:08:21.327Z Compiling predicates-core v1.0.10
24562026-08-29T21:08:21.408Z Compiling string_cache v0.8.9
24572026-08-29T21:08:21.408Z Compiling qorb v0.4.1
24582026-08-29T21:08:21.462Z Compiling predicates v3.1.4
24592026-08-29T21:08:21.514Z Compiling petgraph v0.8.3
24602026-08-29T21:08:21.611Z Compiling iddqd v0.4.2
24612026-08-29T21:08:21.679Z Compiling tokio-postgres v0.7.16
24622026-08-29T21:08:21.939Z Compiling digest v0.11.3
24632026-08-29T21:08:22.113Z Compiling petgraph v0.6.5
24642026-08-29T21:08:22.323Z Compiling cipher v0.4.4
24652026-08-29T21:08:22.398Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24662026-08-29T21:08:23.214Z Compiling zip v4.6.1
24672026-08-29T21:08:23.626Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24682026-08-29T21:08:23.643Z Compiling chacha20 v0.10.0
24692026-08-29T21:08:23.696Z Compiling crossterm v0.28.1
24702026-08-29T21:08:23.961Z Compiling usdt v0.6.0
24712026-08-29T21:08:24.126Z Compiling derive_more v2.1.1
24722026-08-29T21:08:24.149Z Compiling similar v2.7.0
24732026-08-29T21:08:24.184Z Compiling hickory-proto v0.25.2
24742026-08-29T21:08:24.451Z Compiling itertools v0.13.0
24752026-08-29T21:08:24.627Z Compiling buf-list v1.1.2
24762026-08-29T21:08:24.917Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24772026-08-29T21:08:25.151Z Compiling openapiv3 v2.2.0
24782026-08-29T21:08:25.514Z Compiling peg-runtime v0.8.5
24792026-08-29T21:08:25.709Z Compiling lalrpop-util v0.19.12
24802026-08-29T21:08:40.190Z Compiling rustls-webpki v0.103.13
24812026-08-29T21:08:43.685Z Compiling tokio-rustls v0.26.4
24822026-08-29T21:08:43.747Z Compiling rustls-platform-verifier v0.6.2
24832026-08-29T21:08:43.820Z Compiling tough v0.22.0
24842026-08-29T21:08:43.980Z Compiling hyper-rustls v0.27.7
24852026-08-29T21:08:44.306Z Compiling reqwest v0.13.2
24862026-08-29T21:08:47.601Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872026-08-29T21:08:48.864Z Compiling macaddr v1.0.1
24882026-08-29T21:08:48.984Z Compiling crucible-workspace-hack v0.1.0
24892026-08-29T21:08:49.127Z Compiling secrecy v0.10.3
24902026-08-29T21:08:49.170Z Compiling heapless v0.8.0
24912026-08-29T21:08:49.230Z Compiling toml_datetime v0.7.5+spec-1.1.0
24922026-08-29T21:08:49.335Z Compiling ingot-macros v0.2.0
24932026-08-29T21:08:49.366Z Compiling hash32 v0.3.1
24942026-08-29T21:08:49.395Z Compiling multer v3.1.0
24952026-08-29T21:08:49.503Z Compiling toml_edit v0.23.10+spec-1.0.0
24962026-08-29T21:08:49.523Z Compiling match_cfg v0.1.0
24972026-08-29T21:08:49.551Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24982026-08-29T21:08:49.623Z Compiling smoltcp v0.11.0
24992026-08-29T21:08:49.644Z Compiling compression-core v0.4.31
25002026-08-29T21:08:49.743Z Compiling hostname v0.3.1
25012026-08-29T21:08:49.800Z Compiling compression-codecs v0.4.37
25022026-08-29T21:08:49.848Z Compiling atomicwrites v0.4.4
25032026-08-29T21:08:49.852Z Compiling slog-json v2.6.1
25042026-08-29T21:08:49.931Z Compiling serde_tokenstream v0.3.0
25052026-08-29T21:08:49.983Z Compiling newtype-uuid-macros v0.1.0
25062026-08-29T21:08:50.140Z Compiling proc-macro-crate v3.4.0
25072026-08-29T21:08:50.161Z Compiling universal-hash v0.5.1
25082026-08-29T21:08:50.180Z Compiling cobs v0.3.0
25092026-08-29T21:08:50.197Z Compiling thiserror-impl-no-std v2.0.2
25102026-08-29T21:08:50.250Z Compiling async-stream-impl v0.3.6
25112026-08-29T21:08:50.336Z Compiling serde_spanned v1.1.1
25122026-08-29T21:08:50.431Z Compiling toml_datetime v1.1.1+spec-1.1.0
25132026-08-29T21:08:50.434Z Compiling dropshot v0.17.1
25142026-08-29T21:08:50.487Z Compiling proc-macro-error-attr v1.0.4
25152026-08-29T21:08:50.510Z Compiling opaque-debug v0.3.1
25162026-08-29T21:08:50.589Z Compiling convert_case v0.4.0
25172026-08-29T21:08:50.606Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25182026-08-29T21:08:50.675Z Compiling toml_writer v1.1.1+spec-1.1.0
25192026-08-29T21:08:50.736Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25202026-08-29T21:08:50.838Z Compiling num_enum_derive v0.7.6
25212026-08-29T21:08:50.856Z Compiling async-stream v0.3.6
25222026-08-29T21:08:50.872Z Compiling toml v1.1.2+spec-1.1.0
25232026-08-29T21:08:50.887Z Compiling poly1305 v0.8.0
25242026-08-29T21:08:50.911Z Compiling derive_more v0.99.20
25252026-08-29T21:08:50.952Z Compiling postcard v1.1.3
25262026-08-29T21:08:51.066Z Compiling oxide-generation-macros v0.2.0
25272026-08-29T21:08:51.248Z Compiling thiserror-no-std v2.0.2
25282026-08-29T21:08:51.355Z Compiling slog-bunyan v2.5.0
25292026-08-29T21:08:51.371Z Compiling async-compression v0.4.41
25302026-08-29T21:08:51.672Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25312026-08-29T21:08:51.809Z Compiling chacha20 v0.9.1
25322026-08-29T21:08:51.830Z Compiling sha1 v0.11.0
25332026-08-29T21:08:51.834Z Compiling oxide-generation v0.1.3
25342026-08-29T21:08:51.923Z Compiling parse-display-derive v0.10.0
25352026-08-29T21:08:52.012Z Compiling ingot-types v0.2.0
25362026-08-29T21:08:52.100Z Compiling proc-macro-crate v1.3.1
25372026-08-29T21:08:52.306Z Compiling waitgroup v0.1.2
25382026-08-29T21:08:52.428Z Compiling rustls-pemfile v2.2.0
25392026-08-29T21:08:52.465Z Compiling ingot v0.2.1
25402026-08-29T21:08:52.499Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25412026-08-29T21:08:52.514Z Compiling backon v1.6.0
25422026-08-29T21:08:52.703Z Compiling dropshot_endpoint v0.17.1
25432026-08-29T21:08:52.750Z Compiling blake2 v0.10.6
25442026-08-29T21:08:52.789Z Compiling aead v0.5.2
25452026-08-29T21:08:52.805Z Compiling password-hash v0.5.0
25462026-08-29T21:08:52.942Z Compiling foreign-types-macros v0.2.3
25472026-08-29T21:08:53.016Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25482026-08-29T21:08:53.138Z Compiling serde_path_to_error v0.1.20
25492026-08-29T21:08:53.276Z Compiling hostname v0.4.2
25502026-08-29T21:08:53.406Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25512026-08-29T21:08:53.457Z Compiling proc-macro-error v1.0.4
25522026-08-29T21:08:53.474Z Compiling instant v0.1.13
25532026-08-29T21:08:53.534Z Compiling illumos-nvpair-sys v0.2.0
25542026-08-29T21:08:53.554Z Compiling foreign-types-shared v0.3.1
25552026-08-29T21:08:53.605Z Compiling backoff v0.4.0
25562026-08-29T21:08:53.622Z Compiling parse-display v0.10.0
25572026-08-29T21:08:53.678Z Compiling foreign-types v0.5.0
25582026-08-29T21:08:53.708Z Compiling argon2 v0.5.3
25592026-08-29T21:08:53.769Z Compiling chacha20poly1305 v0.10.1
25602026-08-29T21:08:53.784Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25612026-08-29T21:08:53.788Z Compiling num_enum_derive v0.5.11
25622026-08-29T21:08:53.802Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
25632026-08-29T21:08:53.832Z Compiling num_enum v0.7.6
25642026-08-29T21:08:53.851Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25652026-08-29T21:08:53.946Z Compiling vsss-rs v3.3.4
25662026-08-29T21:08:54.322Z Compiling regress v0.10.5
25672026-08-29T21:08:54.439Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25682026-08-29T21:08:54.456Z Compiling itertools v0.14.0
25692026-08-29T21:08:54.525Z Compiling tabwriter v1.4.1
25702026-08-29T21:08:54.559Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-08-29T21:08:54.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25722026-08-29T21:08:54.704Z Compiling cstr-argument v0.1.2
25732026-08-29T21:08:54.720Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25742026-08-29T21:08:54.766Z Compiling humantime v2.3.0
25752026-08-29T21:08:54.899Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25762026-08-29T21:08:54.934Z Compiling num_enum v0.5.11
25772026-08-29T21:08:55.026Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25782026-08-29T21:08:55.029Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25792026-08-29T21:08:55.086Z Compiling rand v0.10.1
25802026-08-29T21:08:55.181Z Compiling rayon v1.11.0
25812026-08-29T21:08:55.211Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25822026-08-29T21:08:55.229Z Compiling colored v3.1.1
25832026-08-29T21:08:55.274Z Compiling libefi-sys v0.1.0
25842026-08-29T21:08:55.300Z Compiling indent_write v2.2.0
25852026-08-29T21:08:55.324Z Compiling zone_cfg_derive v0.3.1
25862026-08-29T21:08:55.492Z Compiling illumos-nvpair v0.3.0
25872026-08-29T21:08:55.546Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25882026-08-29T21:08:55.613Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25892026-08-29T21:08:55.629Z Compiling camino-tempfile v1.4.1
25902026-08-29T21:08:55.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25912026-08-29T21:08:55.891Z Compiling itertools v0.12.1
25922026-08-29T21:08:55.952Z Compiling bitfield-struct v0.6.2
25932026-08-29T21:08:55.982Z Compiling num-derive v0.4.2
25942026-08-29T21:08:55.986Z Compiling sigpipe v0.1.3
25952026-08-29T21:08:56.048Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-29T21:08:56.102Z Compiling glob v0.3.3
25972026-08-29T21:08:56.118Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25982026-08-29T21:08:56.176Z Compiling swrite v0.1.0
25992026-08-29T21:08:56.193Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26002026-08-29T21:08:56.362Z Compiling smf v0.2.3
26012026-08-29T21:08:56.503Z Compiling filetime v0.2.27
26022026-08-29T21:08:56.548Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26032026-08-29T21:08:56.583Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042026-08-29T21:08:56.658Z Compiling xattr v1.6.1
26052026-08-29T21:08:56.673Z Compiling whoami v1.6.1
26062026-08-29T21:08:56.771Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26072026-08-29T21:08:56.868Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082026-08-29T21:08:56.889Z Compiling tar v0.4.46
26092026-08-29T21:08:56.924Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26102026-08-29T21:08:56.940Z Compiling gethostname v0.5.0
26112026-08-29T21:08:57.036Z Compiling tokio-dtrace v0.1.1
26122026-08-29T21:08:57.079Z Compiling console v0.16.2
26132026-08-29T21:08:57.158Z Compiling topological-sort v0.2.2
26142026-08-29T21:08:57.356Z Compiling zone v0.3.1
26152026-08-29T21:08:57.401Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26162026-08-29T21:08:57.421Z Compiling unit-prefix v0.5.2
26172026-08-29T21:08:57.543Z Compiling indicatif v0.18.4
26182026-08-29T21:08:57.573Z Compiling oxide-tokio-rt v0.1.4
26192026-08-29T21:08:57.604Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
26202026-08-29T21:08:57.627Z Compiling shell-words v1.1.1
26212026-08-29T21:09:07.006Z Compiling progenitor-client v0.14.0
26222026-08-29T21:09:07.006Z Compiling omicron-zone-package v0.12.3
26232026-08-29T21:09:07.248Z Compiling progenitor-extras v0.2.0
26242026-08-29T21:09:07.539Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26252026-08-29T21:09:07.567Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26262026-08-29T21:09:07.629Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26272026-08-29T21:09:07.705Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282026-08-29T21:09:07.772Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-08-29T21:09:07.807Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-08-29T21:09:07.838Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-08-29T21:09:07.932Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26322026-08-29T21:09:08.563Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26332026-08-29T21:09:12.125Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26342026-08-29T21:09:21.283Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26352026-08-29T21:09:24.606Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-08-29T21:09:25.693Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26372026-08-29T21:09:36.225Z Finished `release` profile [optimized] target(s) in 1m 54s
26382026-08-29T21:09:36.229Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26392026-08-29T21:09:36.229Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26402026-08-29T21:09:36.380Z Running `target/release/omicron-package -t test target create -p dev`
26412026-08-29T21:09:36.446ZLogging to: /work/oxidecomputer/omicron/out/LOG
26422026-08-29T21:09:36.449ZCreated new build target 'test' and set it as active
26432026-08-29T21:09:36.452Z
26442026-08-29T21:09:36.452Zreal 1:55.099811480
26452026-08-29T21:09:36.452Zuser 19:11.899693867
26462026-08-29T21:09:36.452Zsys 3:05.453549655
26472026-08-29T21:09:36.452Ztrap 0.560617215
26482026-08-29T21:09:36.452Ztflt 2.524969647
26492026-08-29T21:09:36.452Zdflt 4.806284337
26502026-08-29T21:09:36.452Zkflt 0.000674584
26512026-08-29T21:09:36.452Zlock 1:03:50.683154618
26522026-08-29T21:09:36.452Zslp 48:51.152187177
26532026-08-29T21:09:36.452Zlat 59.850254098
26542026-08-29T21:09:36.452Zstop 7:11.929193844
26552026-08-29T21:09:36.452Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
26562026-08-29T21:09:37.391Z Finished `release` profile [optimized] target(s) in 0.93s
26572026-08-29T21:09:37.395Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26582026-08-29T21:09:37.395Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26592026-08-29T21:09:37.471Z Running `target/release/omicron-package -t test package`
26602026-08-29T21:09:37.530ZLogging to: /work/oxidecomputer/omicron/out/LOG
26612026-08-29T21:09:39.087Z Compiling heck v0.5.0
26622026-08-29T21:09:39.087Z Compiling regress v0.11.1
26632026-08-29T21:09:39.091Z Compiling unsafe-libyaml v0.2.11
26642026-08-29T21:09:39.364Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26652026-08-29T21:09:39.394Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26662026-08-29T21:09:39.397Z Compiling bytecount v0.6.9
26672026-08-29T21:09:39.397Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26682026-08-29T21:09:39.397Z Compiling atomicwrites v0.4.4
26692026-08-29T21:09:39.418Z Compiling slog-dtrace v0.3.0
26702026-08-29T21:09:39.502Z Compiling prettyplease v0.2.37
26712026-08-29T21:09:39.505Z Compiling newline-converter v0.3.0
26722026-08-29T21:09:39.505Z Compiling console v0.15.11
26732026-08-29T21:09:39.505Z Compiling oxide-update-engine-types v0.1.2
26742026-08-29T21:09:39.568Z Compiling cancel-safe-futures v0.1.5
26752026-08-29T21:09:39.571Z Compiling num-rational v0.4.2
26762026-08-29T21:09:39.637Z Compiling num-complex v0.4.6
26772026-08-29T21:09:39.641Z Compiling match_cfg v0.1.0
26782026-08-29T21:09:39.684Z Compiling compression-core v0.4.31
26792026-08-29T21:09:39.688Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26802026-08-29T21:09:39.773Z Compiling hostname v0.3.1
26812026-08-29T21:09:39.820Z Compiling multer v3.1.0
26822026-08-29T21:09:39.846Z Compiling serde_yaml v0.9.34+deprecated
26832026-08-29T21:09:39.893Z Compiling compression-codecs v0.4.37
26842026-08-29T21:09:39.942Z Compiling slog-json v2.6.1
26852026-08-29T21:09:39.968Z Compiling expectorate v1.2.0
26862026-08-29T21:09:40.121Z Compiling num v0.4.3
26872026-08-29T21:09:40.157Z Compiling toml_datetime v1.1.1+spec-1.1.0
26882026-08-29T21:09:40.180Z Compiling serde_spanned v1.1.1
26892026-08-29T21:09:40.210Z Compiling toml_writer v1.1.1+spec-1.1.0
26902026-08-29T21:09:40.231Z Compiling linear-map v1.2.0
26912026-08-29T21:09:40.252Z Compiling float-ord v0.3.2
26922026-08-29T21:09:40.310Z Compiling slog-bunyan v2.5.0
26932026-08-29T21:09:40.364Z Compiling async-compression v0.4.41
26942026-08-29T21:09:40.403Z Compiling toml v1.1.2+spec-1.1.0
26952026-08-29T21:09:40.458Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26962026-08-29T21:09:40.505Z Compiling async-stream v0.3.6
26972026-08-29T21:09:40.508Z Compiling dropshot v0.17.1
26982026-08-29T21:09:40.613Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26992026-08-29T21:09:40.634Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27002026-08-29T21:09:40.659Z Compiling sha1 v0.11.0
27012026-08-29T21:09:40.697Z Compiling progenitor-client v0.14.0
27022026-08-29T21:09:40.725Z Compiling oxide-generation v0.1.3
27032026-08-29T21:09:40.802Z Compiling oxide-update-engine v0.1.2
27042026-08-29T21:09:40.897Z Compiling typify-impl v0.6.2
27052026-08-29T21:09:40.919Z Compiling waitgroup v0.1.2
27062026-08-29T21:09:40.943Z Compiling rustls-pemfile v2.2.0
27072026-08-29T21:09:41.054Z Compiling backon v1.6.0
27082026-08-29T21:09:41.082Z Compiling hostname v0.4.2
27092026-08-29T21:09:41.146Z Compiling serde_path_to_error v0.1.20
27102026-08-29T21:09:41.172Z Compiling instant v0.1.13
27112026-08-29T21:09:41.251Z Compiling minimal-lexical v0.2.1
27122026-08-29T21:09:41.289Z Compiling backoff v0.4.0
27132026-08-29T21:09:41.312Z Compiling progenitor-extras v0.2.0
27142026-08-29T21:09:41.392Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
27152026-08-29T21:09:41.414Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27162026-08-29T21:09:41.527Z Compiling nom v7.1.3
27172026-08-29T21:09:41.578Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27182026-08-29T21:09:41.581Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27192026-08-29T21:09:41.582Z Compiling parse-display v0.10.0
27202026-08-29T21:09:41.641Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27212026-08-29T21:09:41.870Z Compiling regress v0.10.5
27222026-08-29T21:09:41.922Z Compiling itertools v0.14.0
27232026-08-29T21:09:42.265Z Compiling macaddr v1.0.1
27242026-08-29T21:09:42.306Z Compiling humantime v2.3.0
27252026-08-29T21:09:42.518Z Compiling unicode-xid v0.2.6
27262026-08-29T21:09:42.578Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27272026-08-29T21:09:42.648Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27282026-08-29T21:09:42.843Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27292026-08-29T21:09:42.903Z Compiling papergrid v0.11.0
27302026-08-29T21:09:43.206Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27312026-08-29T21:09:43.231Z Compiling tabled_derive v0.7.0
27322026-08-29T21:09:43.731Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27332026-08-29T21:09:43.899Z Compiling termtree v0.5.1
27342026-08-29T21:09:43.964Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27352026-08-29T21:09:44.010Z Compiling crossterm v0.29.0
27362026-08-29T21:09:44.036Z Compiling phf_shared v0.12.1
27372026-08-29T21:09:44.102Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27382026-08-29T21:09:44.162Z Compiling tabled v0.15.0
27392026-08-29T21:09:44.292Z Compiling csv-core v0.1.13
27402026-08-29T21:09:44.370Z Compiling typify-macro v0.6.2
27412026-08-29T21:09:44.629Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27422026-08-29T21:09:44.772Z Compiling vte v0.14.1
27432026-08-29T21:09:45.036Z Compiling highway v1.3.0
27442026-08-29T21:09:45.116Z Compiling chrono-tz v0.10.4
27452026-08-29T21:09:45.302Z Compiling strip-ansi-escapes v0.2.1
27462026-08-29T21:09:45.381Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27472026-08-29T21:09:45.783Z Compiling csv v1.4.0
27482026-08-29T21:09:45.886Z Compiling phf v0.12.1
27492026-08-29T21:09:45.952Z Compiling typify v0.6.2
27502026-08-29T21:09:46.117Z Compiling progenitor-impl v0.14.0
27512026-08-29T21:09:46.268Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27522026-08-29T21:09:46.350Z Compiling const_format_proc_macros v0.2.34
27532026-08-29T21:09:46.726Z Compiling fd-lock v4.0.4
27542026-08-29T21:09:46.767Z Compiling peg-macros v0.8.5
27552026-08-29T21:09:46.807Z Compiling nu-ansi-term v0.50.3
27562026-08-29T21:09:47.153Z Compiling const_format v0.2.35
27572026-08-29T21:09:47.356Z Compiling reedline v0.40.0
27582026-08-29T21:09:47.699Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27592026-08-29T21:09:48.178Z Compiling peg v0.8.5
27602026-08-29T21:09:48.356Z Compiling progenitor-macro v0.14.0
27612026-08-29T21:09:48.999Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27622026-08-29T21:09:49.028Z Compiling bcs v0.1.6
27632026-08-29T21:09:49.433Z Compiling nom v8.0.0
27642026-08-29T21:09:49.477Z Compiling semver v0.1.20
27652026-08-29T21:09:49.655Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27662026-08-29T21:09:49.683Z Compiling rustc_version v0.1.7
27672026-08-29T21:09:49.774Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
27682026-08-29T21:09:49.946Z Compiling newtype_derive v0.1.6
27692026-08-29T21:09:50.169Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-29T21:09:50.357Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27712026-08-29T21:09:50.785Z Compiling steno v0.4.1
27722026-08-29T21:09:50.812Z Compiling dropshot-api-manager-types v0.8.0
27732026-08-29T21:09:50.932Z Compiling sha1 v0.10.6
27742026-08-29T21:09:51.394Z Compiling utf-8 v0.7.6
27752026-08-29T21:09:51.398Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
27762026-08-29T21:09:51.451Z Compiling tagptr v0.2.0
27772026-08-29T21:09:51.554Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27782026-08-29T21:09:51.598Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27792026-08-29T21:09:51.642Z Compiling moka v0.12.13
27802026-08-29T21:09:51.669Z Compiling tungstenite v0.21.0
27812026-08-29T21:09:51.865Z Compiling darling_core v0.21.3
27822026-08-29T21:09:51.924Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27832026-08-29T21:09:52.155Z Compiling display-error-chain v0.2.2
27842026-08-29T21:09:52.210Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27852026-08-29T21:09:52.340Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27862026-08-29T21:09:52.569Z Compiling progenitor v0.14.0
27872026-08-29T21:09:52.741Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27882026-08-29T21:09:52.770Z Compiling tokio-tungstenite v0.21.0
27892026-08-29T21:09:53.023Z Compiling hickory-resolver v0.25.2
27902026-08-29T21:09:53.180Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27912026-08-29T21:09:53.354Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27922026-08-29T21:09:53.378Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27932026-08-29T21:09:53.752Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27942026-08-29T21:09:54.092Z Compiling darling_macro v0.21.3
27952026-08-29T21:09:54.632Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27962026-08-29T21:09:55.079Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27972026-08-29T21:09:55.435Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27982026-08-29T21:09:55.733Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
27992026-08-29T21:09:57.738Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28002026-08-29T21:09:57.981Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28012026-08-29T21:09:58.128Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28022026-08-29T21:09:58.461Z Compiling darling v0.21.3
28032026-08-29T21:09:58.612Z Compiling vergen-lib v0.1.6
28042026-08-29T21:09:58.840Z Compiling diesel_derives v2.3.7
28052026-08-29T21:09:59.126Z Compiling dsl_auto_type v0.2.0
28062026-08-29T21:09:59.522Z Compiling scheduled-thread-pool v0.2.7
28072026-08-29T21:09:59.670Z Compiling vergen-gitcl v1.0.8
28082026-08-29T21:09:59.694Z Compiling diesel_table_macro_syntax v0.3.0
28092026-08-29T21:09:59.906Z Compiling dirs-sys-next v0.1.2
28102026-08-29T21:09:59.931Z Compiling glob v0.3.3
28112026-08-29T21:10:00.185Z Compiling crunchy v0.2.4
28122026-08-29T21:10:00.209Z Compiling maplit v1.0.2
28132026-08-29T21:10:00.297Z Compiling clang-sys v1.8.1
28142026-08-29T21:10:00.389Z Compiling dirs-next v2.0.0
28152026-08-29T21:10:00.576Z Compiling r2d2 v0.8.10
28162026-08-29T21:10:00.872Z Compiling libscf-sys v1.2.0
28172026-08-29T21:10:01.024Z Compiling downcast-rs v2.0.2
28182026-08-29T21:10:01.047Z Compiling tiny-keccak v2.0.2
28192026-08-29T21:10:01.157Z Compiling xshell-macros v0.2.7
28202026-08-29T21:10:01.359Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28212026-08-29T21:10:01.559Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
28222026-08-29T21:10:01.723Z Compiling xshell v0.2.7
28232026-08-29T21:10:02.056Z Compiling term v0.7.0
28242026-08-29T21:10:02.124Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28252026-08-29T21:10:02.571Z Compiling papergrid v0.18.0
28262026-08-29T21:10:02.688Z Compiling bit-vec v0.6.3
28272026-08-29T21:10:02.955Z Compiling bit-set v0.5.3
28282026-08-29T21:10:03.017Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28292026-08-29T21:10:03.144Z Compiling ascii-canvas v3.0.0
28302026-08-29T21:10:03.653Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
28312026-08-29T21:10:03.984Z Compiling tabled v0.21.0
28322026-08-29T21:10:04.229Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
28332026-08-29T21:10:04.268Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
28342026-08-29T21:10:04.555Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28352026-08-29T21:10:04.928Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
28362026-08-29T21:10:04.979Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28372026-08-29T21:10:05.152Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28382026-08-29T21:10:05.174Z Compiling itertools v0.10.5
28392026-08-29T21:10:05.199Z Compiling ena v0.14.4
28402026-08-29T21:10:05.234Z Compiling diesel v2.3.7
28412026-08-29T21:10:05.461Z Compiling libloading v0.8.9
28422026-08-29T21:10:05.557Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28432026-08-29T21:10:05.611Z Compiling bindgen v0.71.1
28442026-08-29T21:10:05.698Z Compiling diff v0.1.13
28452026-08-29T21:10:05.790Z Compiling regex-syntax v0.6.29
28462026-08-29T21:10:05.911Z Compiling unicase v2.9.0
28472026-08-29T21:10:06.096Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28482026-08-29T21:10:06.278Z Compiling cexpr v0.6.0
28492026-08-29T21:10:06.388Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28502026-08-29T21:10:06.573Z Compiling rustc-hash v2.1.1
28512026-08-29T21:10:06.741Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28522026-08-29T21:10:06.926Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28532026-08-29T21:10:06.950Z Compiling headers-core v0.3.0
28542026-08-29T21:10:07.122Z Compiling libxml v0.3.3
28552026-08-29T21:10:07.158Z Compiling lalrpop v0.19.12
28562026-08-29T21:10:07.272Z Compiling crc8 v0.1.1
28572026-08-29T21:10:07.452Z Compiling headers v0.4.1
28582026-08-29T21:10:07.475Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28592026-08-29T21:10:07.719Z Compiling strum_macros v0.24.3
28602026-08-29T21:10:07.953Z Compiling indoc v1.0.9
28612026-08-29T21:10:08.395Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28622026-08-29T21:10:08.620Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
28632026-08-29T21:10:08.948Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28642026-08-29T21:10:09.005Z Compiling derive_builder v0.20.2
28652026-08-29T21:10:09.057Z Compiling oso-derive v0.27.3
28662026-08-29T21:10:09.185Z Compiling quick-xml v0.37.5
28672026-08-29T21:10:09.367Z Compiling impl-trait-for-tuples v0.2.3
28682026-08-29T21:10:09.578Z Compiling openssl-probe v0.1.6
28692026-08-29T21:10:09.860Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28702026-08-29T21:10:09.885Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
28712026-08-29T21:10:10.156Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
28722026-08-29T21:10:10.310Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28732026-08-29T21:10:10.454Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
28742026-08-29T21:10:10.580Z Compiling bb8 v0.8.6
28752026-08-29T21:10:10.680Z Compiling trait-variant v0.1.2
28762026-08-29T21:10:10.703Z Compiling half v1.8.3
28772026-08-29T21:10:10.970Z Compiling serde_cbor v0.11.2
28782026-08-29T21:10:11.185Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28792026-08-29T21:10:11.248Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
28802026-08-29T21:10:11.355Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
28812026-08-29T21:10:11.436Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28822026-08-29T21:10:11.872Z Compiling nonempty v0.12.0
28832026-08-29T21:10:11.896Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28842026-08-29T21:10:12.061Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28852026-08-29T21:10:12.114Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28862026-08-29T21:10:12.342Z Compiling samael v0.0.19
28872026-08-29T21:10:12.511Z Compiling fxhash v0.2.1
28882026-08-29T21:10:12.687Z Compiling libz-sys v1.1.24
28892026-08-29T21:10:13.073Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28902026-08-29T21:10:13.183Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28912026-08-29T21:10:13.768Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28922026-08-29T21:10:13.861Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28932026-08-29T21:10:14.166Z Compiling kstat-rs v0.2.5
28942026-08-29T21:10:14.338Z Compiling seq-macro v0.3.6
28952026-08-29T21:10:14.611Z Compiling polar-core v0.27.3
28962026-08-29T21:10:14.642Z Compiling dashu-int v0.5.1
28972026-08-29T21:10:14.893Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28982026-08-29T21:10:14.948Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28992026-08-29T21:10:15.056Z Compiling mime_guess v2.0.5
29002026-08-29T21:10:15.269Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29012026-08-29T21:10:15.721Z Compiling ssh-encoding v0.2.0
29022026-08-29T21:10:15.772Z Compiling nanorand v0.7.0
29032026-08-29T21:10:16.009Z Compiling libgit2-sys v0.18.3+1.9.2
29042026-08-29T21:10:16.157Z Compiling parking_lot_core v0.8.6
29052026-08-29T21:10:16.303Z Compiling dashu-base v0.5.1
29062026-08-29T21:10:16.444Z Compiling num-modular v0.6.5
29072026-08-29T21:10:16.466Z Compiling rlimit v0.10.2
29082026-08-29T21:10:16.831Z Compiling flume v0.11.1
29092026-08-29T21:10:16.993Z Compiling ssh-cipher v0.2.0
29102026-08-29T21:10:17.285Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29112026-08-29T21:10:17.524Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
29122026-08-29T21:10:17.727Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29132026-08-29T21:10:17.984Z Compiling tungstenite v0.28.0
29142026-08-29T21:10:18.491Z Compiling p256 v0.13.2
29152026-08-29T21:10:18.919Z Compiling git-stub v1.0.0
29162026-08-29T21:10:19.191Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
29172026-08-29T21:10:19.431Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
29182026-08-29T21:10:19.655Z Compiling strsim v0.10.0
29192026-08-29T21:10:19.740Z Compiling http-range v0.1.5
29202026-08-29T21:10:19.969Z Compiling instability v0.3.11
29212026-08-29T21:10:20.072Z Compiling num-primitive v0.2.1
29222026-08-29T21:10:20.233Z Compiling darling_core v0.13.4
29232026-08-29T21:10:20.619Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
29242026-08-29T21:10:20.719Z Compiling dsi-bitstream v0.10.1
29252026-08-29T21:10:21.885Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
29262026-08-29T21:10:23.525Z Compiling diesel-dtrace v0.5.0
29272026-08-29T21:10:23.816Z Compiling oso v0.27.3
29282026-08-29T21:10:23.864Z Compiling async-bb8-diesel v0.2.1
29292026-08-29T21:10:23.916Z Compiling git-stub-vcs v0.1.0
29302026-08-29T21:10:24.315Z Compiling ssh-key v0.6.7
29312026-08-29T21:10:24.338Z Compiling tokio-tungstenite v0.28.0
29322026-08-29T21:10:25.542Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29332026-08-29T21:10:25.606Z Compiling progenitor-impl v0.13.0
29342026-08-29T21:10:25.733Z Compiling ignore v0.4.25
29352026-08-29T21:10:26.346Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29362026-08-29T21:10:26.647Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29372026-08-29T21:10:27.793Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29382026-08-29T21:10:28.099Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29392026-08-29T21:10:29.003Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29402026-08-29T21:10:29.904Z Compiling anstyle-parse v0.2.7
29412026-08-29T21:10:30.171Z Compiling vergen-git2 v9.1.0
29422026-08-29T21:10:30.196Z Compiling castaway v0.2.4
29432026-08-29T21:10:30.370Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29442026-08-29T21:10:30.392Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29452026-08-29T21:10:30.413Z Compiling http-range-header v0.4.2
29462026-08-29T21:10:30.627Z Compiling indoc v2.0.7
29472026-08-29T21:10:30.679Z Compiling bytesize v2.7.0
29482026-08-29T21:10:31.069Z Compiling compact_str v0.8.1
29492026-08-29T21:10:31.150Z Compiling anstream v0.6.21
29502026-08-29T21:10:31.703Z Compiling progenitor-macro v0.13.0
29512026-08-29T21:10:31.842Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29522026-08-29T21:10:32.207Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29532026-08-29T21:10:32.281Z Compiling globwalk v0.9.1
29542026-08-29T21:10:32.944Z Compiling parking_lot v0.11.2
29552026-08-29T21:10:32.967Z Compiling hyper-staticfile v0.10.1
29562026-08-29T21:10:33.809Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29572026-08-29T21:10:34.298Z Compiling darling_macro v0.13.4
29582026-08-29T21:10:34.813Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
29592026-08-29T21:10:35.399Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29602026-08-29T21:10:35.448Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29612026-08-29T21:10:35.947Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29622026-08-29T21:10:36.003Z Compiling tungstenite v0.23.0
29632026-08-29T21:10:36.108Z Compiling predicates-tree v1.0.13
29642026-08-29T21:10:36.148Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29652026-08-29T21:10:36.374Z Compiling unicode-truncate v1.1.0
29662026-08-29T21:10:36.402Z Compiling sha2 v0.11.0
29672026-08-29T21:10:36.526Z Compiling lru v0.12.5
29682026-08-29T21:10:36.607Z Compiling digest-io v0.1.0
29692026-08-29T21:10:36.778Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29702026-08-29T21:10:36.801Z Compiling progenitor-client v0.13.0
29712026-08-29T21:10:37.308Z Compiling prefix-trie v0.7.0
29722026-08-29T21:10:37.332Z Compiling rand_seeder v0.4.0
29732026-08-29T21:10:37.597Z Compiling rawzip v0.4.4
29742026-08-29T21:10:37.818Z Compiling cassowary v0.3.0
29752026-08-29T21:10:38.018Z Compiling hickory-server v0.25.2
29762026-08-29T21:10:38.334Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29772026-08-29T21:10:38.658Z Compiling ratatui v0.29.0
29782026-08-29T21:10:38.683Z Compiling progenitor v0.13.0
29792026-08-29T21:10:38.885Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29802026-08-29T21:10:38.997Z Compiling tokio-tungstenite v0.23.1
29812026-08-29T21:10:39.128Z Compiling camino-tempfile-ext v0.3.3
29822026-08-29T21:10:39.377Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
29832026-08-29T21:10:39.380Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
29842026-08-29T21:10:39.718Z Compiling darling v0.13.4
29852026-08-29T21:10:39.879Z Compiling sled v0.34.7
29862026-08-29T21:10:42.461Z Compiling git2 v0.20.4
29872026-08-29T21:10:43.054Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
29882026-08-29T21:10:43.845Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29892026-08-29T21:10:45.030Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29902026-08-29T21:10:45.461Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29912026-08-29T21:10:45.519Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29922026-08-29T21:10:45.845Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29932026-08-29T21:10:46.097Z Compiling pwd v1.4.0
29942026-08-29T21:10:46.156Z Compiling lru v0.18.3
29952026-08-29T21:10:46.372Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
29962026-08-29T21:10:47.053Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29972026-08-29T21:10:47.800Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29982026-08-29T21:10:48.021Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29992026-08-29T21:10:48.169Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
30002026-08-29T21:10:48.995Z Compiling serde_with_macros v1.5.2
30012026-08-29T21:10:49.714Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
30022026-08-29T21:10:49.815Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
30032026-08-29T21:10:50.010Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30042026-08-29T21:10:50.153Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30052026-08-29T21:10:50.221Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30062026-08-29T21:10:50.244Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30072026-08-29T21:10:50.381Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30082026-08-29T21:10:50.445Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30092026-08-29T21:10:50.474Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30102026-08-29T21:10:50.610Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30112026-08-29T21:10:50.678Z Compiling arc-swap v1.8.2
30122026-08-29T21:10:50.707Z Compiling void v1.0.2
30132026-08-29T21:10:50.862Z Compiling lzss v0.8.2
30142026-08-29T21:10:50.981Z Compiling slog-scope v4.4.1
30152026-08-29T21:10:51.229Z Compiling serde_with v1.14.0
30162026-08-29T21:10:51.386Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
30172026-08-29T21:10:51.637Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
30182026-08-29T21:10:51.770Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
30192026-08-29T21:10:52.421Z Compiling scuffle v0.1.0
30202026-08-29T21:10:52.772Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
30212026-08-29T21:10:53.749Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30222026-08-29T21:10:53.922Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30232026-08-29T21:10:54.162Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242026-08-29T21:10:54.394Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
30252026-08-29T21:10:54.514Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30262026-08-29T21:10:54.775Z Compiling nix v0.27.1
30272026-08-29T21:10:54.830Z Compiling twox-hash v2.1.2
30282026-08-29T21:10:55.118Z Compiling libsw-core v0.3.2
30292026-08-29T21:10:55.350Z Compiling serde_bytes v0.11.19
30302026-08-29T21:10:55.354Z Compiling atty v0.2.14
30312026-08-29T21:10:55.533Z Compiling libsw v3.5.0
30322026-08-29T21:10:55.658Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30332026-08-29T21:10:55.708Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30342026-08-29T21:10:55.777Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
30352026-08-29T21:10:55.937Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30362026-08-29T21:10:56.099Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30372026-08-29T21:10:58.327Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
30382026-08-29T21:10:58.639Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30392026-08-29T21:11:00.177Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30402026-08-29T21:11:00.999Z Compiling slog-stdlog v4.1.1
30412026-08-29T21:11:01.398Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30422026-08-29T21:11:01.591Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
30432026-08-29T21:11:03.247Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30442026-08-29T21:11:03.567Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
30452026-08-29T21:11:03.731Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30462026-08-29T21:11:06.172Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30472026-08-29T21:11:06.999Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
30482026-08-29T21:11:07.742Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30492026-08-29T21:11:08.441Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
30502026-08-29T21:11:08.821Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30512026-08-29T21:11:11.116Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30522026-08-29T21:11:11.611Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30532026-08-29T21:11:12.538Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30542026-08-29T21:11:14.472Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30552026-08-29T21:11:14.496Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30562026-08-29T21:11:14.762Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30572026-08-29T21:11:15.610Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30582026-08-29T21:11:15.680Z Compiling signal-hook-tokio v0.3.1
30592026-08-29T21:11:15.874Z Compiling fatfs v0.3.6
30602026-08-29T21:11:16.562Z Compiling yasna v0.5.2
30612026-08-29T21:11:16.703Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
30622026-08-29T21:11:16.772Z Compiling assert_matches v1.5.0
30632026-08-29T21:11:16.884Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30642026-08-29T21:11:17.123Z Compiling rcgen v0.12.1
30652026-08-29T21:11:18.079Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30662026-08-29T21:11:18.783Z Compiling slog-envlogger v2.2.0
30672026-08-29T21:11:19.723Z Compiling oxide-update-engine-display v0.1.2
30682026-08-29T21:11:19.916Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30692026-08-29T21:11:20.382Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30702026-08-29T21:11:20.598Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30712026-08-29T21:11:20.664Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30722026-08-29T21:11:20.825Z Compiling port-file v0.1.0
30732026-08-29T21:11:20.890Z Compiling subprocess v0.2.15
30742026-08-29T21:11:21.157Z Compiling rtoolbox v0.0.3
30752026-08-29T21:11:21.440Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30762026-08-29T21:11:21.617Z Compiling rpassword v7.5.4
30772026-08-29T21:11:22.298Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30782026-08-29T21:11:24.141Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30792026-08-29T21:11:26.403Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-29T21:11:26.545Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30812026-08-29T21:11:27.133Z Compiling tui-tree-widget v0.23.1
30822026-08-29T21:11:27.281Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30832026-08-29T21:11:27.439Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30842026-08-29T21:11:27.596Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30852026-08-29T21:11:30.279Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30862026-08-29T21:11:30.305Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30872026-08-29T21:11:30.545Z Compiling uzers v0.12.2
30882026-08-29T21:11:31.963Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30892026-08-29T21:11:32.761Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30902026-08-29T21:11:33.841Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30912026-08-29T21:11:34.658Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30922026-08-29T21:11:34.880Z Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
30932026-08-29T21:11:41.848Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30942026-08-29T21:11:42.108Z Compiling support-bundle-viewer v0.1.2
30952026-08-29T21:11:42.267Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30962026-08-29T21:11:43.967Z Compiling multimap v0.10.1
30972026-08-29T21:11:49.457Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30982026-08-29T21:11:50.831Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30992026-08-29T21:11:58.996Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31002026-08-29T21:11:59.555Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31012026-08-29T21:19:36.348Z Finished `release` profile [optimized] target(s) in 9m 58s
31022026-08-29T21:19:36.352Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31032026-08-29T21:19:36.352Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31042026-08-29T21:20:31.477Z
31052026-08-29T21:20:31.481Zreal 10:54.997826820
31062026-08-29T21:20:31.481Zuser 1:24:51.939861286
31072026-08-29T21:20:31.481Zsys 3:43.474953619
31082026-08-29T21:20:31.481Ztrap 1.868012488
31092026-08-29T21:20:31.481Ztflt 1.975503344
31102026-08-29T21:20:31.481Zdflt 21.275985041
31112026-08-29T21:20:31.481Zkflt 0.242023703
31122026-08-29T21:20:31.481Zlock 8:10:03.576286518
31132026-08-29T21:20:31.481Zslp 2:24:28.678426321
31142026-08-29T21:20:31.481Zlat 2:39.918172860
31152026-08-29T21:20:31.481Zstop 5:41.242123114
31162026-08-29T21:20:31.481Z+ mapfile -t packages
31172026-08-29T21:20:31.481Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
31182026-08-29T21:20:32.484Z Finished `release` profile [optimized] target(s) in 0.99s
31192026-08-29T21:20:32.488Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31202026-08-29T21:20:32.488Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31212026-08-29T21:20:32.556Z Running `target/release/omicron-package -t test list-outputs`
31222026-08-29T21:20:32.620ZLogging to: /work/oxidecomputer/omicron/out/LOG
31232026-08-29T21:20:32.624Z+ ptime -m cargo build --locked --release -p xtask
31242026-08-29T21:20:33.124Z Compiling libc v0.2.185
31252026-08-29T21:20:33.124Z Compiling serde_core v1.0.228
31262026-08-29T21:20:33.124Z Compiling serde v1.0.228
31272026-08-29T21:20:33.127Z Compiling rustix v1.1.4
31282026-08-29T21:20:33.127Z Compiling serde_json v1.0.151
31292026-08-29T21:20:33.267Z Compiling bitflags v2.11.0
31302026-08-29T21:20:33.287Z Compiling usdt-impl v0.5.0
31312026-08-29T21:20:33.296Z Compiling syn v2.0.117
31322026-08-29T21:20:33.299Z Compiling syn v1.0.109
31332026-08-29T21:20:33.318Z Compiling getrandom v0.4.3
31342026-08-29T21:20:33.331Z Compiling log v0.4.33
31352026-08-29T21:20:33.331Z Compiling hashbrown v0.17.0
31362026-08-29T21:20:33.354Z Compiling fs-err v3.3.0
31372026-08-29T21:20:33.549Z Compiling once_cell v1.21.3
31382026-08-29T21:20:33.563Z Compiling anyhow v1.0.104
31392026-08-29T21:20:33.660Z Compiling heck v0.4.1
31402026-08-29T21:20:33.951Z Compiling indexmap v2.14.0
31412026-08-29T21:20:33.991Z Compiling errno v0.3.14
31422026-08-29T21:20:33.995Z Compiling thread-id v4.2.2
31432026-08-29T21:20:33.995Z Compiling memmap v0.7.0
31442026-08-29T21:20:34.775Z Compiling proc-macro-error v1.0.4
31452026-08-29T21:20:34.990Z Compiling terminal_size v0.4.3
31462026-08-29T21:20:34.990Z Compiling tempfile v3.27.0
31472026-08-29T21:20:35.043Z Compiling tabled_derive v0.7.0
31482026-08-29T21:20:35.087Z Compiling clap_builder v4.6.0
31492026-08-29T21:20:35.087Z Compiling textwrap v0.16.2
31502026-08-29T21:20:35.454Z Compiling camino v1.2.5
31512026-08-29T21:20:35.457Z Compiling semver v1.0.28
31522026-08-29T21:20:35.464Z Compiling cargo-platform v0.3.2
31532026-08-29T21:20:35.488Z Compiling pest_generator v2.8.6
31542026-08-29T21:20:35.765Z Compiling camino-tempfile v1.4.1
31552026-08-29T21:20:35.786Z Compiling tabled v0.15.0
31562026-08-29T21:20:35.996Z Compiling serde_derive v1.0.228
31572026-08-29T21:20:35.996Z Compiling thiserror-impl v1.0.69
31582026-08-29T21:20:36.000Z Compiling zerocopy-derive v0.7.35
31592026-08-29T21:20:36.000Z Compiling scroll_derive v0.12.1
31602026-08-29T21:20:36.000Z Compiling thiserror-impl v2.0.18
31612026-08-29T21:20:36.000Z Compiling clap_derive v4.6.1
31622026-08-29T21:20:36.068Z Compiling pest_derive v2.8.6
31632026-08-29T21:20:36.667Z Compiling scroll v0.12.0
31642026-08-29T21:20:36.861Z Compiling zerocopy v0.7.35
31652026-08-29T21:20:36.947Z Compiling goblin v0.8.2
31662026-08-29T21:20:37.183Z Compiling thiserror v1.0.69
31672026-08-29T21:20:37.212Z Compiling thiserror v2.0.18
31682026-08-29T21:20:37.305Z Compiling dtrace-parser v0.2.0
31692026-08-29T21:20:37.510Z Compiling clap v4.6.1
31702026-08-29T21:20:39.244Z Compiling dof v0.3.0
31712026-08-29T21:20:39.273Z Compiling toml_datetime v0.6.11
31722026-08-29T21:20:39.310Z Compiling serde_spanned v0.6.9
31732026-08-29T21:20:39.314Z Compiling serde_tokenstream v0.2.3
31742026-08-29T21:20:39.430Z Compiling macaddr v1.0.1
31752026-08-29T21:20:39.446Z Compiling cargo_metadata v0.23.1
31762026-08-29T21:20:39.464Z Compiling toml_edit v0.22.27
31772026-08-29T21:20:39.510Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31782026-08-29T21:20:39.935Z Compiling usdt-attr-macro v0.5.0
31792026-08-29T21:20:39.935Z Compiling usdt-macro v0.5.0
31802026-08-29T21:20:40.605Z Compiling usdt v0.5.0
31812026-08-29T21:20:40.992Z Compiling toml v0.8.23
31822026-08-29T21:20:41.434Z Compiling cargo_toml v0.21.0
31832026-08-29T21:20:45.890Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31842026-08-29T21:20:49.159Z Finished `release` profile [optimized] target(s) in 16.52s
31852026-08-29T21:20:49.308Z
31862026-08-29T21:20:49.309Zreal 16.646434226
31872026-08-29T21:20:49.309Zuser 2:06.584908194
31882026-08-29T21:20:49.309Zsys 14.284145744
31892026-08-29T21:20:49.309Ztrap 0.063461550
31902026-08-29T21:20:49.309Ztflt 0.521890533
31912026-08-29T21:20:49.309Zdflt 1.527954989
31922026-08-29T21:20:49.309Zkflt 0.000007528
31932026-08-29T21:20:49.309Zlock 4:53.518051057
31942026-08-29T21:20:49.309Zslp 2:43.624429202
31952026-08-29T21:20:49.309Zlat 3.381684554
31962026-08-29T21:20:49.309Zstop 16.846252501
31972026-08-29T21:20:49.315Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31982026-08-29T21:20:49.315Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31992026-08-29T21:20:49.315Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
32002026-08-29T21:20:49.315Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
32012026-08-29T21:20:49.315Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
32022026-08-29T21:20:50.308Z Compiling match_cfg v0.1.0
32032026-08-29T21:20:50.308Z Compiling progenitor-client v0.14.0
32042026-08-29T21:20:50.308Z Compiling slog-json v2.6.1
32052026-08-29T21:20:50.308Z Compiling sha1 v0.11.0
32062026-08-29T21:20:50.311Z Compiling async-stream-impl v0.3.6
32072026-08-29T21:20:50.312Z Compiling multer v3.1.0
32082026-08-29T21:20:50.312Z Compiling compression-core v0.4.31
32092026-08-29T21:20:50.312Z Compiling newtype-uuid-macros v0.1.0
32102026-08-29T21:20:50.312Z Compiling toml_datetime v1.1.1+spec-1.1.0
32112026-08-29T21:20:50.312Z Compiling serde_spanned v1.1.1
32122026-08-29T21:20:50.312Z Compiling dropshot v0.17.1
32132026-08-29T21:20:50.312Z Compiling toml_writer v1.1.1+spec-1.1.0
32142026-08-29T21:20:50.460Z Compiling waitgroup v0.1.2
32152026-08-29T21:20:50.463Z Compiling rustls-pemfile v2.2.0
32162026-08-29T21:20:50.479Z Compiling dropshot_endpoint v0.17.1
32172026-08-29T21:20:50.498Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32182026-08-29T21:20:50.552Z Compiling hostname v0.3.1
32192026-08-29T21:20:50.667Z Compiling hostname v0.4.2
32202026-08-29T21:20:50.718Z Compiling slog-bunyan v2.5.0
32212026-08-29T21:20:50.822Z Compiling serde_path_to_error v0.1.20
32222026-08-29T21:20:50.860Z Compiling atomicwrites v0.4.4
32232026-08-29T21:20:50.860Z Compiling macaddr v1.0.1
32242026-08-29T21:20:50.898Z Compiling compression-codecs v0.4.37
32252026-08-29T21:20:50.935Z Compiling toml v1.1.2+spec-1.1.0
32262026-08-29T21:20:50.938Z Compiling serde_tokenstream v0.3.0
32272026-08-29T21:20:50.997Z Compiling oxide-generation v0.1.3
32282026-08-29T21:20:51.001Z Compiling instant v0.1.13
32292026-08-29T21:20:51.001Z Compiling itertools v0.14.0
32302026-08-29T21:20:51.001Z Compiling parse-display-derive v0.10.0
32312026-08-29T21:20:51.064Z Compiling regress v0.10.5
32322026-08-29T21:20:51.104Z Compiling async-compression v0.4.41
32332026-08-29T21:20:51.143Z Compiling backon v1.6.0
32342026-08-29T21:20:51.146Z Compiling async-stream v0.3.6
32352026-08-29T21:20:51.184Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32362026-08-29T21:20:51.203Z Compiling backoff v0.4.0
32372026-08-29T21:20:51.227Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32382026-08-29T21:20:51.248Z Compiling humantime v2.3.0
32392026-08-29T21:20:51.313Z Compiling oxide-generation-macros v0.2.0
32402026-08-29T21:20:51.313Z Compiling crucible-workspace-hack v0.1.0
32412026-08-29T21:20:51.364Z Compiling progenitor-extras v0.2.0
32422026-08-29T21:20:51.386Z Compiling convert_case v0.4.0
32432026-08-29T21:20:51.402Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32442026-08-29T21:20:51.444Z Compiling secrecy v0.10.3
32452026-08-29T21:20:51.473Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32462026-08-29T21:20:51.493Z Compiling regress v0.11.1
32472026-08-29T21:20:51.563Z Compiling thiserror-impl-no-std v2.0.2
32482026-08-29T21:20:51.613Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32492026-08-29T21:20:51.636Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32502026-08-29T21:20:51.640Z Compiling universal-hash v0.5.1
32512026-08-29T21:20:51.669Z Compiling opaque-debug v0.3.1
32522026-08-29T21:20:51.689Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32532026-08-29T21:20:51.759Z Compiling chacha20 v0.9.1
32542026-08-29T21:20:51.778Z Compiling derive_more v0.99.20
32552026-08-29T21:20:51.799Z Compiling poly1305 v0.8.0
32562026-08-29T21:20:51.816Z Compiling blake2 v0.10.6
32572026-08-29T21:20:51.835Z Compiling aead v0.5.2
32582026-08-29T21:20:52.050Z Compiling password-hash v0.5.0
32592026-08-29T21:20:52.085Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32602026-08-29T21:20:52.130Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32612026-08-29T21:20:52.249Z Compiling indent_write v2.2.0
32622026-08-29T21:20:52.318Z Compiling argon2 v0.5.3
32632026-08-29T21:20:52.337Z Compiling chacha20poly1305 v0.10.1
32642026-08-29T21:20:52.341Z Compiling toml_datetime v0.7.5+spec-1.1.0
32652026-08-29T21:20:52.414Z Compiling unsafe-libyaml v0.2.11
32662026-08-29T21:20:52.432Z Compiling num-derive v0.4.2
32672026-08-29T21:20:52.436Z Compiling heapless v0.8.0
32682026-08-29T21:20:52.485Z Compiling ingot-macros v0.2.0
32692026-08-29T21:20:52.525Z Compiling tabwriter v1.4.1
32702026-08-29T21:20:52.558Z Compiling hash32 v0.3.1
32712026-08-29T21:20:52.638Z Compiling toml_edit v0.23.10+spec-1.0.0
32722026-08-29T21:20:52.751Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32732026-08-29T21:20:52.788Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32742026-08-29T21:20:52.824Z Compiling parse-display v0.10.0
32752026-08-29T21:20:52.824Z Compiling thiserror-no-std v2.0.2
32762026-08-29T21:20:52.961Z Compiling vsss-rs v3.3.4
32772026-08-29T21:20:53.007Z Compiling serde_yaml v0.9.34+deprecated
32782026-08-29T21:20:53.031Z Compiling smoltcp v0.11.0
32792026-08-29T21:20:53.151Z Compiling typify-impl v0.6.2
32802026-08-29T21:20:53.193Z Compiling cobs v0.3.0
32812026-08-29T21:20:53.407Z Compiling proc-macro-crate v3.4.0
32822026-08-29T21:20:53.425Z Compiling colored v3.1.1
32832026-08-29T21:20:53.466Z Compiling illumos-nvpair-sys v0.2.0
32842026-08-29T21:20:53.538Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32852026-08-29T21:20:53.715Z Compiling postcard v1.1.3
32862026-08-29T21:20:53.740Z Compiling proc-macro-error v1.0.4
32872026-08-29T21:20:53.785Z Compiling rand v0.10.1
32882026-08-29T21:20:53.831Z Compiling proc-macro-crate v1.3.1
32892026-08-29T21:20:53.850Z Compiling foreign-types-macros v0.2.3
32902026-08-29T21:20:53.987Z Compiling num_enum_derive v0.7.6
32912026-08-29T21:20:54.087Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32922026-08-29T21:20:54.106Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32932026-08-29T21:20:54.222Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32942026-08-29T21:20:54.288Z Compiling foreign-types-shared v0.3.1
32952026-08-29T21:20:54.291Z Compiling num_enum_derive v0.5.11
32962026-08-29T21:20:54.450Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32972026-08-29T21:20:54.467Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32982026-08-29T21:20:54.531Z Compiling foreign-types v0.5.0
32992026-08-29T21:20:54.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33002026-08-29T21:20:54.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33012026-08-29T21:20:54.612Z Compiling cstr-argument v0.1.2
33022026-08-29T21:20:54.632Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33032026-08-29T21:20:54.654Z Compiling illumos-nvpair v0.3.0
33042026-08-29T21:20:54.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33052026-08-29T21:20:54.797Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33062026-08-29T21:20:54.824Z Compiling zone_cfg_derive v0.3.1
33072026-08-29T21:20:54.877Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33082026-08-29T21:20:54.929Z Compiling rayon v1.11.0
33092026-08-29T21:20:55.039Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33102026-08-29T21:20:55.060Z Compiling itertools v0.12.1
33112026-08-29T21:20:55.082Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33122026-08-29T21:20:55.101Z Compiling sigpipe v0.1.3
33132026-08-29T21:20:55.104Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-08-29T21:20:55.136Z Compiling num_enum v0.7.6
33152026-08-29T21:20:55.139Z Compiling glob v0.3.3
33162026-08-29T21:20:55.218Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33172026-08-29T21:20:55.238Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33182026-08-29T21:20:55.273Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33192026-08-29T21:20:55.302Z Compiling smf v0.2.3
33202026-08-29T21:20:55.368Z Compiling cpubits v0.1.1
33212026-08-29T21:20:55.388Z Compiling whoami v1.6.1
33222026-08-29T21:20:55.445Z Compiling num_enum v0.5.11
33232026-08-29T21:20:55.463Z Compiling ingot-types v0.2.0
33242026-08-29T21:20:55.498Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-08-29T21:20:55.522Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33262026-08-29T21:20:55.548Z Compiling gethostname v0.5.0
33272026-08-29T21:20:55.569Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33282026-08-29T21:20:55.598Z Compiling num-rational v0.4.2
33292026-08-29T21:20:55.620Z Compiling num-complex v0.4.6
33302026-08-29T21:20:55.655Z Compiling pem-rfc7468 v1.0.0
33312026-08-29T21:20:55.675Z Compiling float-ord v0.3.2
33322026-08-29T21:20:55.696Z Compiling cancel-safe-futures v0.1.5
33332026-08-29T21:20:55.714Z Compiling hmac v0.13.0
33342026-08-29T21:20:55.847Z Compiling ingot v0.2.1
33352026-08-29T21:20:55.915Z Compiling universal-hash v0.6.1
33362026-08-29T21:20:55.933Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33372026-08-29T21:20:55.936Z Compiling oxide-update-engine-types v0.1.2
33382026-08-29T21:20:56.037Z Compiling num v0.4.3
33392026-08-29T21:20:56.099Z Compiling prettyplease v0.2.37
33402026-08-29T21:20:56.103Z Compiling libefi-sys v0.1.0
33412026-08-29T21:20:56.143Z Compiling linear-map v1.2.0
33422026-08-29T21:20:56.161Z Compiling polyval v0.7.1
33432026-08-29T21:20:56.239Z Compiling der v0.8.0
33442026-08-29T21:20:56.339Z Compiling zone v0.3.1
33452026-08-29T21:20:56.378Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33462026-08-29T21:20:56.412Z Compiling newline-converter v0.3.0
33472026-08-29T21:20:56.435Z Compiling console v0.15.11
33482026-08-29T21:20:56.442Z Compiling bitfield-struct v0.6.2
33492026-08-29T21:20:56.681Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33502026-08-29T21:20:56.847Z Compiling expectorate v1.2.0
33512026-08-29T21:20:57.055Z Compiling oxide-update-engine v0.1.2
33522026-08-29T21:20:57.085Z Compiling ghash v0.6.0
33532026-08-29T21:20:57.097Z Compiling pbkdf2 v0.13.0
33542026-08-29T21:20:57.127Z Compiling crypto-bigint v0.7.5
33552026-08-29T21:20:57.195Z Compiling aes v0.9.1
33562026-08-29T21:20:57.215Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33572026-08-29T21:20:57.269Z Compiling ctr v0.10.1
33582026-08-29T21:20:57.273Z Compiling aead v0.6.1
33592026-08-29T21:20:57.312Z Compiling sha2 v0.11.0
33602026-08-29T21:20:57.344Z Compiling nom v8.0.0
33612026-08-29T21:20:57.495Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33622026-08-29T21:20:57.521Z Compiling semver v0.1.20
33632026-08-29T21:20:57.549Z Compiling spki v0.8.0
33642026-08-29T21:20:57.577Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33652026-08-29T21:20:57.601Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33662026-08-29T21:20:57.616Z Compiling tokio-dtrace v0.1.1
33672026-08-29T21:20:57.798Z Compiling typify-macro v0.6.2
33682026-08-29T21:20:57.825Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-29T21:20:57.826Z Compiling rustc_version v0.1.7
33702026-08-29T21:20:57.856Z Compiling aes-gcm v0.11.0
33712026-08-29T21:20:57.877Z Compiling dropshot-api-manager-types v0.8.0
33722026-08-29T21:20:57.877Z Compiling salsa20 v0.11.0
33732026-08-29T21:20:57.931Z Compiling slog-dtrace v0.3.0
33742026-08-29T21:20:58.038Z Compiling minimal-lexical v0.2.1
33752026-08-29T21:20:58.090Z Compiling xshell-macros v0.2.7
33762026-08-29T21:20:58.109Z Compiling scrypt v0.12.0
33772026-08-29T21:20:58.114Z Compiling newtype_derive v0.1.6
33782026-08-29T21:20:58.233Z Compiling oxide-tokio-rt v0.1.4
33792026-08-29T21:20:58.255Z Compiling nom v7.1.3
33802026-08-29T21:20:58.314Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33812026-08-29T21:20:58.342Z Compiling phf_shared v0.12.1
33822026-08-29T21:20:58.356Z Compiling cbc v0.2.1
33832026-08-29T21:20:58.357Z Compiling csv-core v0.1.13
33842026-08-29T21:20:58.410Z Compiling unicode-xid v0.2.6
33852026-08-29T21:20:58.465Z Compiling highway v1.3.0
33862026-08-29T21:20:58.516Z Compiling xshell v0.2.7
33872026-08-29T21:20:58.543Z Compiling chrono-tz v0.10.4
33882026-08-29T21:20:58.569Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33892026-08-29T21:20:58.589Z Compiling const_format_proc_macros v0.2.34
33902026-08-29T21:20:58.608Z Compiling csv v1.4.0
33912026-08-29T21:20:58.667Z Compiling pkcs5 v0.8.1
33922026-08-29T21:20:58.690Z Compiling phf v0.12.1
33932026-08-29T21:20:58.888Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33942026-08-29T21:20:58.902Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33952026-08-29T21:20:58.912Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33962026-08-29T21:20:59.003Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33972026-08-29T21:20:59.141Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33982026-08-29T21:20:59.181Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33992026-08-29T21:20:59.225Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34002026-08-29T21:20:59.286Z Compiling utf-8 v0.7.6
34012026-08-29T21:20:59.452Z Compiling const_format v0.2.35
34022026-08-29T21:20:59.515Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34032026-08-29T21:20:59.537Z Compiling pkcs8 v0.11.0
34042026-08-29T21:20:59.657Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34052026-08-29T21:20:59.668Z Compiling typify v0.6.2
34062026-08-29T21:20:59.726Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34072026-08-29T21:20:59.799Z Compiling progenitor-impl v0.14.0
34082026-08-29T21:20:59.818Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34092026-08-29T21:20:59.864Z Compiling tabled_derive v0.7.0
34102026-08-29T21:20:59.965Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34112026-08-29T21:20:59.998Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34122026-08-29T21:21:00.179Z Compiling bcs v0.1.6
34132026-08-29T21:21:00.320Z Compiling ff v0.14.0
34142026-08-29T21:21:00.330Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34152026-08-29T21:21:00.385Z Compiling termtree v0.5.1
34162026-08-29T21:21:00.482Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34172026-08-29T21:21:00.504Z Compiling steno v0.4.1
34182026-08-29T21:21:00.551Z Compiling group v0.14.0
34192026-08-29T21:21:00.576Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34202026-08-29T21:21:00.737Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34212026-08-29T21:21:00.773Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34222026-08-29T21:21:00.907Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34232026-08-29T21:21:00.947Z Compiling tabled v0.15.0
34242026-08-29T21:21:00.965Z Compiling signature v3.0.0
34252026-08-29T21:21:01.069Z Compiling base16ct v1.0.0
34262026-08-29T21:21:01.103Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34272026-08-29T21:21:01.168Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34282026-08-29T21:21:01.214Z Compiling tagptr v0.2.0
34292026-08-29T21:21:01.243Z Compiling sec1 v0.8.1
34302026-08-29T21:21:01.292Z Compiling hkdf v0.13.0
34312026-08-29T21:21:01.391Z Compiling moka v0.12.13
34322026-08-29T21:21:01.415Z Compiling parking_lot_core v0.8.6
34332026-08-29T21:21:01.505Z Compiling elliptic-curve v0.14.1
34342026-08-29T21:21:01.607Z Compiling dashu-int v0.5.1
34352026-08-29T21:21:01.669Z Compiling wnaf v0.14.0
34362026-08-29T21:21:01.740Z Compiling primefield v0.14.0
34372026-08-29T21:21:01.858Z Compiling rfc6979 v0.6.0
34382026-08-29T21:21:01.902Z Compiling tungstenite v0.21.0
34392026-08-29T21:21:01.934Z Compiling libscf-sys v1.2.0
34402026-08-29T21:21:02.050Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34412026-08-29T21:21:02.068Z Compiling git-stub v1.0.0
34422026-08-29T21:21:02.104Z Compiling ssh-encoding v0.2.0
34432026-08-29T21:21:02.107Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34442026-08-29T21:21:02.236Z Compiling hickory-resolver v0.25.2
34452026-08-29T21:21:02.341Z Compiling rlimit v0.10.2
34462026-08-29T21:21:02.367Z Compiling num-modular v0.6.5
34472026-08-29T21:21:02.409Z Compiling dashu-base v0.5.1
34482026-08-29T21:21:02.527Z Compiling progenitor-macro v0.14.0
34492026-08-29T21:21:02.615Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34502026-08-29T21:21:02.662Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34512026-08-29T21:21:02.765Z Compiling tokio-tungstenite v0.21.0
34522026-08-29T21:21:02.812Z Compiling ssh-cipher v0.2.0
34532026-08-29T21:21:02.860Z Compiling git-stub-vcs v0.1.0
34542026-08-29T21:21:03.012Z Compiling ecdsa v0.17.0
34552026-08-29T21:21:03.066Z Compiling primeorder v0.14.0
34562026-08-29T21:21:03.132Z Compiling tungstenite v0.28.0
34572026-08-29T21:21:03.150Z Compiling papergrid v0.18.0
34582026-08-29T21:21:03.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34592026-08-29T21:21:03.382Z Compiling p256 v0.13.2
34602026-08-29T21:21:03.457Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34612026-08-29T21:21:03.485Z Compiling curve25519-dalek v5.0.0
34622026-08-29T21:21:03.510Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
34632026-08-29T21:21:03.530Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34642026-08-29T21:21:03.759Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
34652026-08-29T21:21:03.786Z Compiling unicase v2.9.0
34662026-08-29T21:21:03.937Z Compiling num-primitive v0.2.1
34672026-08-29T21:21:04.044Z Compiling mime_guess v2.0.5
34682026-08-29T21:21:04.135Z Compiling tabled v0.21.0
34692026-08-29T21:21:04.191Z Compiling tokio-tungstenite v0.28.0
34702026-08-29T21:21:04.211Z Compiling ssh-key v0.6.7
34712026-08-29T21:21:04.239Z Compiling parking_lot v0.11.2
34722026-08-29T21:21:04.258Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34732026-08-29T21:21:04.459Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-29T21:21:04.531Z Compiling dsi-bitstream v0.10.1
34752026-08-29T21:21:04.566Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34762026-08-29T21:21:04.642Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34772026-08-29T21:21:04.665Z Compiling ssh-encoding v0.3.0
34782026-08-29T21:21:04.781Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
34792026-08-29T21:21:04.819Z Compiling prefix-trie v0.7.0
34802026-08-29T21:21:04.881Z Compiling fxhash v0.2.1
34812026-08-29T21:21:05.034Z Compiling keccak v0.2.0
34822026-08-29T21:21:05.034Z Compiling bytesize v2.7.0
34832026-08-29T21:21:05.068Z Compiling http-range-header v0.4.2
34842026-08-29T21:21:05.198Z Compiling hickory-server v0.25.2
34852026-08-29T21:21:05.267Z Compiling sled v0.34.7
34862026-08-29T21:21:05.349Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34872026-08-29T21:21:05.567Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34882026-08-29T21:21:06.132Z Compiling ed25519 v3.0.0
34892026-08-29T21:21:06.495Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34902026-08-29T21:21:06.515Z Compiling crypto-primes v0.7.2
34912026-08-29T21:21:06.857Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34922026-08-29T21:21:07.171Z Compiling pkcs1 v0.8.0-rc.4
34932026-08-29T21:21:07.209Z Compiling poly1305 v0.9.0
34942026-08-29T21:21:07.227Z Compiling blowfish v0.10.0
34952026-08-29T21:21:07.295Z Compiling blake2 v0.11.0-rc.6
34962026-08-29T21:21:07.373Z Compiling seq-macro v0.3.6
34972026-08-29T21:21:07.465Z Compiling crc8 v0.1.1
34982026-08-29T21:21:07.523Z Compiling half v1.8.3
34992026-08-29T21:21:07.571Z Compiling http-range v0.1.5
35002026-08-29T21:21:07.590Z Compiling argon2 v0.6.0-rc.8
35012026-08-29T21:21:07.615Z Compiling ssh-cipher v0.3.0
35022026-08-29T21:21:07.619Z Compiling rsa v0.10.0-rc.18
35032026-08-29T21:21:07.619Z Compiling bcrypt-pbkdf v0.11.0
35042026-08-29T21:21:07.786Z Compiling progenitor v0.14.0
35052026-08-29T21:21:07.804Z Compiling serde_cbor v0.11.2
35062026-08-29T21:21:07.824Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
35072026-08-29T21:21:07.934Z Compiling ed25519-dalek v3.0.0
35082026-08-29T21:21:07.937Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35092026-08-29T21:21:07.973Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35102026-08-29T21:21:07.995Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35112026-08-29T21:21:08.024Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35122026-08-29T21:21:08.250Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35132026-08-29T21:21:08.428Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35142026-08-29T21:21:08.482Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35152026-08-29T21:21:08.538Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35162026-08-29T21:21:08.714Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35172026-08-29T21:21:08.819Z Compiling sha3 v0.11.0
35182026-08-29T21:21:08.901Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
35192026-08-29T21:21:09.137Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35202026-08-29T21:21:09.208Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35212026-08-29T21:21:09.293Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35222026-08-29T21:21:09.319Z Compiling p384 v0.14.0
35232026-08-29T21:21:09.342Z Compiling p521 v0.14.0
35242026-08-29T21:21:09.465Z Compiling p256 v0.14.0
35252026-08-29T21:21:09.683Z Compiling scuffle v0.1.0
35262026-08-29T21:21:09.799Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35272026-08-29T21:21:10.644Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35282026-08-29T21:21:10.690Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35292026-08-29T21:21:10.809Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35302026-08-29T21:21:10.865Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35312026-08-29T21:21:11.255Z Compiling yasna v0.5.2
35322026-08-29T21:21:11.482Z Compiling pwd v1.4.0
35332026-08-29T21:21:11.670Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35342026-08-29T21:21:11.700Z Compiling headers-core v0.3.0
35352026-08-29T21:21:11.723Z Compiling kstat-rs v0.2.5
35362026-08-29T21:21:11.762Z Compiling kem v0.3.0
35372026-08-29T21:21:11.864Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35382026-08-29T21:21:11.926Z Compiling module-lattice v0.2.3
35392026-08-29T21:21:12.002Z Compiling lru v0.18.3
35402026-08-29T21:21:12.059Z Compiling nanorand v0.7.0
35412026-08-29T21:21:12.188Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35422026-08-29T21:21:12.220Z Compiling sponge-cursor v0.1.0
35432026-08-29T21:21:12.238Z Compiling ml-kem v0.3.2
35442026-08-29T21:21:12.277Z Compiling flume v0.11.1
35452026-08-29T21:21:12.358Z Compiling sha3 v0.12.0
35462026-08-29T21:21:12.375Z Compiling headers v0.4.1
35472026-08-29T21:21:12.395Z Compiling rcgen v0.12.1
35482026-08-29T21:21:12.398Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35492026-08-29T21:21:12.647Z Compiling ssh-key v0.7.0-rc.11
35502026-08-29T21:21:12.853Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35512026-08-29T21:21:12.982Z Compiling hyper-staticfile v0.10.1
35522026-08-29T21:21:13.020Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35532026-08-29T21:21:13.161Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35542026-08-29T21:21:13.181Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35552026-08-29T21:21:13.199Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35562026-08-29T21:21:13.220Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35572026-08-29T21:21:13.306Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35582026-08-29T21:21:13.457Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35592026-08-29T21:21:13.506Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35602026-08-29T21:21:13.529Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35612026-08-29T21:21:13.688Z Compiling russh-cryptovec v0.62.0
35622026-08-29T21:21:13.888Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35632026-08-29T21:21:13.925Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35642026-08-29T21:21:13.948Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35652026-08-29T21:21:13.965Z Compiling internal-russh-num-bigint v0.5.0
35662026-08-29T21:21:14.031Z Compiling port-file v0.1.0
35672026-08-29T21:21:14.112Z Compiling num-bigint v0.4.6
35682026-08-29T21:21:14.248Z Compiling generic-array v1.4.3
35692026-08-29T21:21:14.312Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
35702026-08-29T21:21:14.747Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35712026-08-29T21:21:14.776Z Compiling russh-util v0.52.0
35722026-08-29T21:21:14.799Z Compiling enum_dispatch v0.3.13
35732026-08-29T21:21:14.817Z Compiling delegate v0.13.5
35742026-08-29T21:21:14.845Z Compiling subprocess v0.2.15
35752026-08-29T21:21:14.969Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35762026-08-29T21:21:15.100Z Compiling md5 v0.8.0
35772026-08-29T21:21:15.303Z Compiling display-error-chain v0.2.2
35782026-08-29T21:21:15.325Z Compiling hex-literal v1.1.0
35792026-08-29T21:21:15.427Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35802026-08-29T21:21:15.444Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35812026-08-29T21:21:15.472Z Compiling colored v2.2.0
35822026-08-29T21:21:15.490Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35832026-08-29T21:21:15.624Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35842026-08-29T21:21:15.771Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35852026-08-29T21:21:15.791Z Compiling socket2 v0.5.10
35862026-08-29T21:21:15.833Z Compiling internet-checksum v0.2.1
35872026-08-29T21:21:15.850Z Compiling russh v0.62.4
35882026-08-29T21:21:16.380Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35892026-08-29T21:21:17.353Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35902026-08-29T21:21:18.437Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35912026-08-29T21:21:18.438Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35922026-08-29T21:21:21.117Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35932026-08-29T21:21:21.822Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35942026-08-29T21:21:22.325Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35952026-08-29T21:21:23.033Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35962026-08-29T21:21:23.705Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35972026-08-29T21:21:32.156Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35982026-08-29T21:21:32.156Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35992026-08-29T21:21:32.156Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36002026-08-29T21:21:32.156Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-08-29T21:21:32.159Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36022026-08-29T21:21:34.038Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36032026-08-29T21:21:34.056Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36042026-08-29T21:21:38.365Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36052026-08-29T21:22:22.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
36062026-08-29T21:22:22.101Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
36072026-08-29T21:22:22.101Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36082026-08-29T21:22:22.332Z
36092026-08-29T21:22:22.332Zreal 1:32.957429354
36102026-08-29T21:22:22.332Zuser 8:43.988422546
36112026-08-29T21:22:22.336Zsys 1:40.910299684
36122026-08-29T21:22:22.336Ztrap 0.245316290
36132026-08-29T21:22:22.336Ztflt 0.389730499
36142026-08-29T21:22:22.336Zdflt 2.101988759
36152026-08-29T21:22:22.336Zkflt 0.000231987
36162026-08-29T21:22:22.336Zlock 32:03.925804512
36172026-08-29T21:22:22.336Zslp 19:14.445129442
36182026-08-29T21:22:22.336Zlat 37.178185732
36192026-08-29T21:22:22.336Zstop 3:00.403802843
36202026-08-29T21:22:22.336Z+ mkdir tests
36212026-08-29T21:22:22.339Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
36222026-08-29T21:22:22.340Z+ xargs -I '{}' -t cp '{}' tests/
36232026-08-29T21:22:22.361Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9815e02160ee8d4a tests/
36242026-08-29T21:22:22.384Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b341dc50d3b85033 tests/
36252026-08-29T21:22:22.406Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-548f3deafdf6a479 tests/
36262026-08-29T21:22:22.428Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4ec6fbae8b9190e6 tests/
36272026-08-29T21:22:22.744Z+ 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)
36282026-08-29T21:22:22.748Z+ 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-b341dc50d3b85033 tests/commtest-548f3deafdf6a479 tests/dhcp_server-9815e02160ee8d4a tests/end_to_end_tests-4ec6fbae8b9190e6 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
36292026-08-29T21:23:53.778ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
36302026-08-29T21:23:53.778Za .github/buildomat/ci-env.sh 1K
36312026-08-29T21:23:53.778Za out/target/test 1K
36322026-08-29T21:23:53.778Za out/npuzone/npuzone 27402K
36332026-08-29T21:23:53.779Za package-manifest.toml 35K
36342026-08-29T21:23:53.779Za smf/sled-agent/non-gimlet/config.toml 6K
36352026-08-29T21:23:53.779Za target/release/omicron-package 49309K
36362026-08-29T21:23:53.779Za target/release/xtask 11727K
36372026-08-29T21:23:53.779Za target/debug/bootstrap 439806K
36382026-08-29T21:23:53.779Za tests/bootstrap-b341dc50d3b85033 34430K
36392026-08-29T21:23:53.779Za tests/commtest-548f3deafdf6a479 34431K
36402026-08-29T21:23:53.779Za tests/dhcp_server-9815e02160ee8d4a 34431K
36412026-08-29T21:23:53.779Za tests/end_to_end_tests-4ec6fbae8b9190e6 504322K
36422026-08-29T21:23:53.779Za tools/opte_version 1K
36432026-08-29T21:23:53.779Za tools/opte_version_override 2K
36442026-08-29T21:23:53.779Za out/clickhouse.tar.gz 329058K
36452026-08-29T21:23:53.779Za out/clickhouse_keeper.tar.gz 313047K
36462026-08-29T21:23:53.779Za out/clickhouse_server.tar.gz 329056K
36472026-08-29T21:23:53.779Za out/cockroachdb.tar.gz 168520K
36482026-08-29T21:23:53.779Za out/crucible-pantry-zone.tar.gz 41814K
36492026-08-29T21:23:53.779Za out/crucible-utils.tar 18900K
36502026-08-29T21:23:53.779Za out/crucible-zone.tar.gz 56626K
36512026-08-29T21:23:53.779Za out/external-dns.tar.gz 48062K
36522026-08-29T21:23:53.779Za out/internal-dns.tar.gz 48061K
36532026-08-29T21:23:53.779Za out/mg-ddm-gz.tar 100917K
36542026-08-29T21:23:53.779Za out/nexus.tar.gz 364479K
36552026-08-29T21:23:53.779Za out/ntp.tar.gz 35173K
36562026-08-29T21:23:53.779Za out/omicron-gateway-softnpu.tar.gz 30633K
36572026-08-29T21:23:53.779Za out/omicron-sled-agent.tar 262287K
36582026-08-29T21:23:53.779Za out/overlay.tar.gz 4K
36592026-08-29T21:23:53.779Za out/oximeter.tar.gz 73496K
36602026-08-29T21:23:53.779Za out/oxlog.tar 4110K
36612026-08-29T21:23:53.779Za out/probe.tar.gz 3037K
36622026-08-29T21:23:53.779Za out/propolis-server.tar.gz 34642K
36632026-08-29T21:23:53.779Za out/pumpkind-gz.tar 26647K
36642026-08-29T21:23:53.779Za out/switch-softnpu.tar.gz 531222K
36652026-08-29T21:23:53.783Z
36662026-08-29T21:23:53.783Zreal 1:31.030545468
36672026-08-29T21:23:53.783Zuser 1:27.947622508
36682026-08-29T21:23:53.783Zsys 5.135919381
36692026-08-29T21:23:53.783Ztrap 0.007167718
36702026-08-29T21:23:53.783Ztflt 0.000000000
36712026-08-29T21:23:53.783Zdflt 0.000000000
36722026-08-29T21:23:53.783Zkflt 0.000000000
36732026-08-29T21:23:53.783Zlock 0.000000000
36742026-08-29T21:23:53.783Zslp 1:27.767780258
36752026-08-29T21:23:53.783Zlat 1.197926497
36762026-08-29T21:23:53.783Zstop 0.000206488
36772026-08-29T21:23:53.783Zprocess exited: duration 1099172 ms, exit code 0
 
36782026-08-29T21:23:53.792Zfound 1 output files
36792026-08-29T21:23:53.794Zuploading: /work/package.tar.gz (2807327464 bytes)
36802026-08-29T21:24:27.136Zuploaded: /work/package.tar.gz