01KZPJMGXSXHY8H3F9MS64V2WZ: 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: 01KZPJMZBZWVP6JACZAJX716ZP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-10T19:34:17.481Zjob assigned to worker 01KZPJN2VPP4PRV7AEQ8R9Z9YH [factory aws, i-0ec2c671702f9b221] (queued for 44 s)
 
22026-08-10T19:34:24.595Zstarting task 0: "setup"
32026-08-10T19:34:24.600Z++ uname -s
42026-08-10T19:34:24.603Z+ kern=SunOS
52026-08-10T19:34:24.603Z+ build_user=build
62026-08-10T19:34:24.603Z+ build_uid=12345
72026-08-10T19:34:24.603Z+ work_dir=/work
82026-08-10T19:34:24.603Z+ input_dir=/input
92026-08-10T19:34:24.603Z+ [[ 0 == 12345 ]]
102026-08-10T19:34:24.603Z+ case "$kern" in
112026-08-10T19:34:24.603Z+ groupadd -g 12345 build
122026-08-10T19:34:24.606Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-10T19:34:26.613Z+ zfs create -o mountpoint=/work rpool/work
142026-08-10T19:34:26.682Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-10T19:34:26.685Z+ home_fs=zfs
162026-08-10T19:34:26.685Z+ [[ zfs == autofs ]]
172026-08-10T19:34:26.685Z+ mkdir -p /home/build
182026-08-10T19:34:26.689Z+ chown build:build /home/build /work
192026-08-10T19:34:28.688Z+ chmod 0700 /home/build /work
202026-08-10T19:34:28.693Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-10T19:34:28.700Zstarting task 1: "rust-toolchain"
222026-08-10T19:34:28.705Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-10T19:34:28.705Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-10T19:34:28.705Z * rust toolchain channel = "1.97.1"
252026-08-10T19:34:28.705Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-10T19:34:28.705Z * rust toolchain profile = "default"
272026-08-10T19:34:28.705Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-10T19:34:28.709Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-10T19:34:28.709Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-10T19:34:28.846Zinfo: downloading installer
312026-08-10T19:34:30.206Zwarn: It looks like you have an existing rustup settings file at:
322026-08-10T19:34:30.206Zwarn: /home/build/.rustup/settings.toml
332026-08-10T19:34:30.206Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-10T19:34:30.206Zwarn: instead of the one inferred from the default host triple.
352026-08-10T19:34:30.218Zinfo: profile set to default
362026-08-10T19:34:30.218Zinfo: default host triple is x86_64-unknown-illumos
372026-08-10T19:34:30.222Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-10T19:34:30.348Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-10T19:34:30.351Zinfo: downloading 6 components
402026-08-10T19:34:46.451Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-10T19:34:46.451Z
422026-08-10T19:34:46.478Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-10T19:34:46.478Z
442026-08-10T19:34:46.478Z
452026-08-10T19:34:46.478ZRust is installed now. Great!
462026-08-10T19:34:46.478Z
472026-08-10T19:34:46.478ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-10T19:34:46.478Zenvironment variable. This has not been done automatically.
492026-08-10T19:34:46.478Z
502026-08-10T19:34:46.479ZTo configure your current shell, you need to source
512026-08-10T19:34:46.479Zthe corresponding env file under $HOME/.cargo.
522026-08-10T19:34:46.479Z
532026-08-10T19:34:46.479ZThis is usually done by running one of the following (note the leading DOT):
542026-08-10T19:34:46.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-10T19:34:46.482Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-10T19:34:46.482Zsource "~/.cargo/env.nu" # For nushell
572026-08-10T19:34:46.482Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-10T19:34:46.482Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-10T19:34:46.482Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-10T19:34:46.482Zwarn: no default linker (`cc`) was found in your PATH
612026-08-10T19:34:46.482Zwarn: many Rust crates require a system C toolchain to build
622026-08-10T19:34:46.584Z+ rustup --version
632026-08-10T19:34:46.590Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-10T19:34:46.590Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-10T19:34:46.611Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-10T19:34:46.614Z+ cargo --version
672026-08-10T19:34:46.623Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-10T19:34:46.625Z+ rustc --version
692026-08-10T19:34:46.646Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-10T19:34:46.649Zprocess exited: duration 17948 ms, exit code 0
 
712026-08-10T19:34:46.655Zstarting task 2: "authentication"
722026-08-10T19:34:46.677Zprocess exited: duration 21 ms, exit code 0
 
732026-08-10T19:34:46.685Zstarting task 3: "clone repository"
742026-08-10T19:34:46.688Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-10T19:34:46.691Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-10T19:34:46.723ZCloning into '/work/oxidecomputer/omicron'...
772026-08-10T19:35:04.039Z+ cd /work/oxidecomputer/omicron
782026-08-10T19:35:04.040Z+ git fetch origin bda5b05fe1863738fd56e458f678030c14e48c4c
792026-08-10T19:35:04.403ZFrom https://github.com/oxidecomputer/omicron
802026-08-10T19:35:04.403Z * branch bda5b05fe1863738fd56e458f678030c14e48c4c -> FETCH_HEAD
812026-08-10T19:35:04.419Z+ [[ -n bump-console-abbe25e8 ]]
822026-08-10T19:35:04.423Z++ git branch --show-current
832026-08-10T19:35:04.423Z+ current=main
842026-08-10T19:35:04.423Z+ [[ main != bump-console-abbe25e8 ]]
852026-08-10T19:35:04.423Z+ git branch -f bump-console-abbe25e8 bda5b05fe1863738fd56e458f678030c14e48c4c
862026-08-10T19:35:04.426Z+ git checkout -f bump-console-abbe25e8
872026-08-10T19:35:04.681ZSwitched to branch 'bump-console-abbe25e8'
882026-08-10T19:35:04.685Z+ git reset --hard bda5b05fe1863738fd56e458f678030c14e48c4c
892026-08-10T19:35:04.699ZHEAD is now at bda5b05fe Bump web console
902026-08-10T19:35:04.702Zprocess exited: duration 18017 ms, exit code 0
 
912026-08-10T19:35:04.707Zstarting task 4: "build"
922026-08-10T19:35:04.714Z+ source .github/buildomat/ci-env.sh
932026-08-10T19:35:04.714Z++ export CARGO_TERM_COLOR=always
942026-08-10T19:35:04.714Z++ CARGO_TERM_COLOR=always
952026-08-10T19:35:04.717Z+++ uname -s
962026-08-10T19:35:04.717Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-10T19:35:04.717Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-10T19:35:04.720Z+ cargo --version
992026-08-10T19:35:04.729Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-10T19:35:04.732Z+ rustc --version
1012026-08-10T19:35:04.752Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-10T19:35:04.755Z+ WORK=/work
1032026-08-10T19:35:04.755Z+ pfexec mkdir -p /work
1042026-08-10T19:35:04.758Z+ pfexec chown build /work
1052026-08-10T19:35:04.761Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-10T19:35:06.667Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-10T19:35:06.934Z Startup: Caching catalogs ... Done
1082026-08-10T19:35:08.397ZPlanning: Solver setup ... Done (1.371s)
1092026-08-10T19:35:08.447ZPlanning: Running solver ... Done (0.049s)
1102026-08-10T19:35:08.481ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-10T19:35:08.493ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-10T19:35:08.514ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-10T19:35:08.527ZPlanning: Package planning ... Done (0.014s)
1142026-08-10T19:35:08.533ZPlanning: Merging actions ... Done (0.001s)
1152026-08-10T19:35:08.694ZPlanning: Checking for conflicting actions ... Done (0.163s)
1162026-08-10T19:35:08.696ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-10T19:35:09.567ZPlanning: Evaluating mediators ... Done (0.873s)
1182026-08-10T19:35:09.570ZPlanning: Planning completed in 2.61 seconds
1192026-08-10T19:35:09.577Z Packages to install: 2
1202026-08-10T19:35:09.577Z Estimated space available: 156.01 GB
1212026-08-10T19:35:09.577ZEstimated space to be consumed: 60.67 MB
1222026-08-10T19:35:09.577Z Create boot environment: No
1232026-08-10T19:35:09.577ZCreate backup boot environment: No
1242026-08-10T19:35:09.581Z Rebuild boot archive: No
1252026-08-10T19:35:09.581Z
1262026-08-10T19:35:09.581ZChanged packages:
1272026-08-10T19:35:09.581Zhelios
1282026-08-10T19:35:09.581Z developer/build-essential
1292026-08-10T19:35:09.581Z None -> 11-3.0
1302026-08-10T19:35:09.581Z library/libxmlsec1
1312026-08-10T19:35:09.581Z None -> 1.2.35-3.0
1322026-08-10T19:35:09.603Z
1332026-08-10T19:35:09.603ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-10T19:35:09.673ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-08-10T19:35:09.736Z Actions: 1/268 actions (Installing new actions)
1362026-08-10T19:35:09.773Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-10T19:35:09.798ZFinalize: Updating package state database ... Done (0.025s)
1382026-08-10T19:35:09.798ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-10T19:35:09.863ZFinalize: Updating image state ... Done (0.064s)
1402026-08-10T19:35:12.506ZFinalize: Creating fast lookup database ... Done (2.604s)
1412026-08-10T19:35:12.575ZFinalize: Reading search index ... Done (0.013s)
1422026-08-10T19:35:12.578ZFinalize: Updating search index ... Done (0.000s)
1432026-08-10T19:35:12.665ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-10T19:35:13.021ZPlanning: Evaluating mediator changes ... Done
1452026-08-10T19:35:13.126ZPlanning: Checking for conflicting actions ... Done
1462026-08-10T19:35:13.129ZPlanning: Consolidating action changes ... Done
1472026-08-10T19:35:13.284ZPlanning: Evaluating mediators ... Done
1482026-08-10T19:35:13.288ZPlanning: Planning completed in 0.26 seconds
1492026-08-10T19:35:13.309Z Mediators to change: 2
1502026-08-10T19:35:13.309Z Create boot environment: No
1512026-08-10T19:35:13.309ZCreate backup boot environment: No
1522026-08-10T19:35:13.365ZFinalize: Updating package state database ... Done
1532026-08-10T19:35:13.365ZFinalize: Updating package cache ... Done
1542026-08-10T19:35:13.398ZFinalize: Updating image state ... Done
1552026-08-10T19:35:15.312ZFinalize: Creating fast lookup database ... Done
1562026-08-10T19:35:15.372ZFinalize: Reading search index ... Done
1572026-08-10T19:35:15.375ZFinalize: Updating search index ... Done
1582026-08-10T19:35:15.434ZFinalize: Updating package cache ... Done
1592026-08-10T19:35:15.720ZPlanning: Evaluating mediator changes ... Done
1602026-08-10T19:35:15.829ZPlanning: Checking for conflicting actions ... Done
1612026-08-10T19:35:15.832ZPlanning: Consolidating action changes ... Done
1622026-08-10T19:35:15.985ZPlanning: Evaluating mediators ... Done
1632026-08-10T19:35:15.989ZPlanning: Planning completed in 0.27 seconds
1642026-08-10T19:35:16.010Z Mediators to change: 1
1652026-08-10T19:35:16.010Z Create boot environment: No
1662026-08-10T19:35:16.010ZCreate backup boot environment: No
1672026-08-10T19:35:16.049ZFinalize: Updating package state database ... Done
1682026-08-10T19:35:16.049ZFinalize: Updating package cache ... Done
1692026-08-10T19:35:16.088ZFinalize: Updating image state ... Done
1702026-08-10T19:35:18.020ZFinalize: Creating fast lookup database ... Done
1712026-08-10T19:35:18.084ZFinalize: Reading search index ... Done
1722026-08-10T19:35:18.087ZFinalize: Updating search index ... Done
1732026-08-10T19:35:18.140ZFinalize: Updating package cache ... Done
1742026-08-10T19:35:18.454ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-10T19:35:18.454Zapache system 2.4 system
1762026-08-10T19:35:18.454Zclang system 15 system
1772026-08-10T19:35:18.454Zcsh system system illumos
1782026-08-10T19:35:18.454Zctags system system illumos
1792026-08-10T19:35:18.454Zfile vendor vendor darwinsys
1802026-08-10T19:35:18.454Zfile system system illumos
1812026-08-10T19:35:18.454Zgcc vendor 14 vendor
1822026-08-10T19:35:18.454Zgcc system 13 system
1832026-08-10T19:35:18.454Zgcc system 10 system
1842026-08-10T19:35:18.454Zgo system 1.25 system
1852026-08-10T19:35:18.454Zllvm system 15 system
1862026-08-10T19:35:18.454Zmariadb system 11.4 system
1872026-08-10T19:35:18.454Zmta vendor vendor dma
1882026-08-10T19:35:18.454Zopenjdk system 17 system
1892026-08-10T19:35:18.454Zopenjdk system 11 system
1902026-08-10T19:35:18.454Zopenssl vendor 3 vendor
1912026-08-10T19:35:18.454Zperl system 5.40 system
1922026-08-10T19:35:18.454Zpostgresql system 18 system
1932026-08-10T19:35:18.454Zpostgresql system 17 system
1942026-08-10T19:35:18.454Zpython vendor 3 vendor
1952026-08-10T19:35:18.454Zpython system 2 system
1962026-08-10T19:35:18.454Zpython3 vendor 3.13 vendor
1972026-08-10T19:35:18.454Zruby system 3.4 system
1982026-08-10T19:35:18.454Zruby system 3.0 system
1992026-08-10T19:35:18.454Zwords vendor vendor american-english
2002026-08-10T19:35:18.454Zwords system system australian-english
2012026-08-10T19:35:18.454Zwords system system british-english
2022026-08-10T19:35:18.455Zwords system system canadian-english
2032026-08-10T19:35:18.455Zwords system system french
2042026-08-10T19:35:18.455Zwords system system italian
2052026-08-10T19:35:18.455Zwords system system ngerman
2062026-08-10T19:35:18.455Zwords system system ogerman
2072026-08-10T19:35:18.455Zwords system system spanish
2082026-08-10T19:35:18.716ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-10T19:35:18.716Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-10T19:35:19.125ZFMRI IFO
2112026-08-10T19:35:19.125Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-10T19:35:19.125Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-10T19:35:19.125Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-10T19:35:19.125Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-10T19:35:19.125Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-10T19:35:19.125Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-10T19:35:19.125Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-10T19:35:19.125Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-10T19:35:19.125Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-10T19:35:19.431Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-10T19:35:19.754Z Updating crates.io index
2222026-08-10T19:35:19.757Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-10T19:35:20.036Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-10T19:35:20.465Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-10T19:35:21.753Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-10T19:35:22.442Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-10T19:35:24.374Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-10T19:35:25.448Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-10T19:35:25.742Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-10T19:35:26.119Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-10T19:35:27.470Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-10T19:35:27.803Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-10T19:35:28.186Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-10T19:35:28.456Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-10T19:35:28.719Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-10T19:35:28.997Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-10T19:35:29.322Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-10T19:35:29.618Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-10T19:35:29.949Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-10T19:35:30.283Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-10T19:35:30.887Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-10T19:35:31.263Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-10T19:35:31.665Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-10T19:35:31.950Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-10T19:35:32.488Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-10T19:35:32.809Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-10T19:35:33.087Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-10T19:35:33.558Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-10T19:35:33.883Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-10T19:35:34.195Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-10T19:35:34.549Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-10T19:35:34.885Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-10T19:35:35.229Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-10T19:35:35.605Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-10T19:35:36.358Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-10T19:35:36.627Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-10T19:35:36.924Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-08-10T19:35:37.282Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-10T19:35:37.642Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-10T19:35:37.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-10T19:35:38.218Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-10T19:35:38.527Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-10T19:35:38.834Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-10T19:35:39.121Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-10T19:35:41.818Z Downloading crates ...
2662026-08-10T19:35:41.861Z Downloaded byteorder v1.5.0
2672026-08-10T19:35:41.884Z Downloaded anstream v1.0.0
2682026-08-10T19:35:41.884Z Downloaded itoa v1.0.17
2692026-08-10T19:35:41.884Z Downloaded bytecount v0.6.9
2702026-08-10T19:35:41.884Z Downloaded camino v1.2.2
2712026-08-10T19:35:41.885Z Downloaded getrandom v0.4.1
2722026-08-10T19:35:41.885Z Downloaded thiserror-impl v1.0.69
2732026-08-10T19:35:41.885Z Downloaded smawk v0.3.2
2742026-08-10T19:35:41.885Z Downloaded usdt-attr-macro v0.5.0
2752026-08-10T19:35:41.885Z Downloaded clap_lex v1.0.0
2762026-08-10T19:35:41.885Z Downloaded anstyle-query v1.1.5
2772026-08-10T19:35:41.897Z Downloaded zerocopy v0.7.35
2782026-08-10T19:35:41.897Z Downloaded zmij v1.0.21
2792026-08-10T19:35:41.897Z Downloaded goblin v0.8.2
2802026-08-10T19:35:41.897Z Downloaded clap v4.6.1
2812026-08-10T19:35:41.917Z Downloaded cargo-platform v0.3.2
2822026-08-10T19:35:41.917Z Downloaded crypto-common v0.1.7
2832026-08-10T19:35:41.917Z Downloaded fastrand v2.3.0
2842026-08-10T19:35:41.917Z Downloaded fnv v1.0.7
2852026-08-10T19:35:41.918Z Downloaded equivalent v1.0.2
2862026-08-10T19:35:41.918Z Downloaded errno v0.3.14
2872026-08-10T19:35:41.918Z Downloaded cargo_toml v0.21.0
2882026-08-10T19:35:41.947Z Downloaded cargo_metadata v0.23.1
2892026-08-10T19:35:41.947Z Downloaded anstyle-parse v1.0.0
2902026-08-10T19:35:41.948Z Downloaded pest_derive v2.8.6
2912026-08-10T19:35:41.948Z Downloaded memmap v0.7.0
2922026-08-10T19:35:41.948Z Downloaded heck v0.5.0
2932026-08-10T19:35:41.948Z Downloaded colorchoice v1.0.4
2942026-08-10T19:35:41.948Z Downloaded heck v0.4.1
2952026-08-10T19:35:41.948Z Downloaded indexmap v2.14.0
2962026-08-10T19:35:41.948Z Downloaded dof v0.3.0
2972026-08-10T19:35:41.948Z Downloaded generic-array v0.14.7
2982026-08-10T19:35:41.948Z Downloaded is_terminal_polyfill v1.70.2
2992026-08-10T19:35:41.948Z Downloaded plain v0.2.3
3002026-08-10T19:35:41.948Z Downloaded cfg-if v1.0.4
3012026-08-10T19:35:41.967Z Downloaded cpufeatures v0.2.17
3022026-08-10T19:35:41.967Z Downloaded scroll_derive v0.12.1
3032026-08-10T19:35:41.967Z Downloaded dtrace-parser v0.2.0
3042026-08-10T19:35:41.967Z Downloaded serde_spanned v0.6.9
3052026-08-10T19:35:41.968Z Downloaded toml_datetime v0.6.11
3062026-08-10T19:35:41.968Z Downloaded macaddr v1.0.1
3072026-08-10T19:35:41.968Z Downloaded proc-macro-error-attr v1.0.4
3082026-08-10T19:35:41.968Z Downloaded block-buffer v0.10.4
3092026-08-10T19:35:41.968Z Downloaded thread-id v4.2.2
3102026-08-10T19:35:41.968Z Downloaded unicode-linebreak v0.1.5
3112026-08-10T19:35:41.968Z Downloaded swrite v0.1.0
3122026-08-10T19:35:41.968Z Downloaded strsim v0.11.1
3132026-08-10T19:35:41.974Z Downloaded usdt v0.5.0
3142026-08-10T19:35:41.993Z Downloaded pretty-hex v0.4.1
3152026-08-10T19:35:41.993Z Downloaded usdt-macro v0.5.0
3162026-08-10T19:35:41.993Z Downloaded version_check v0.9.5
3172026-08-10T19:35:41.993Z Downloaded tabled_derive v0.7.0
3182026-08-10T19:35:42.022Z Downloaded utf8parse v0.2.2
3192026-08-10T19:35:42.022Z Downloaded toml_write v0.1.2
3202026-08-10T19:35:42.022Z Downloaded terminal_size v0.4.3
3212026-08-10T19:35:42.022Z Downloaded autocfg v1.5.0
3222026-08-10T19:35:42.022Z Downloaded camino-tempfile v1.4.1
3232026-08-10T19:35:42.022Z Downloaded anstyle v1.0.14
3242026-08-10T19:35:42.033Z Downloaded digest v0.10.7
3252026-08-10T19:35:42.033Z Downloaded sha2 v0.10.9
3262026-08-10T19:35:42.033Z Downloaded thiserror v1.0.69
3272026-08-10T19:35:42.033Z Downloaded thiserror-impl v2.0.18
3282026-08-10T19:35:42.033Z Downloaded usdt-impl v0.5.0
3292026-08-10T19:35:42.033Z Downloaded serde_tokenstream v0.2.3
3302026-08-10T19:35:42.050Z Downloaded thiserror v2.0.18
3312026-08-10T19:35:42.051Z Downloaded quote v1.0.45
3322026-08-10T19:35:42.051Z Downloaded proc-macro-error v1.0.4
3332026-08-10T19:35:42.069Z Downloaded clap_derive v4.6.1
3342026-08-10T19:35:42.069Z Downloaded scroll v0.12.0
3352026-08-10T19:35:42.069Z Downloaded fs-err v3.3.0
3362026-08-10T19:35:42.069Z Downloaded once_cell v1.21.3
3372026-08-10T19:35:42.078Z Downloaded pest_generator v2.8.6
3382026-08-10T19:35:42.078Z Downloaded zerocopy-derive v0.7.35
3392026-08-10T19:35:42.078Z Downloaded tempfile v3.25.0
3402026-08-10T19:35:42.088Z Downloaded semver v1.0.28
3412026-08-10T19:35:42.089Z Downloaded serde_derive v1.0.228
3422026-08-10T19:35:42.089Z Downloaded log v0.4.29
3432026-08-10T19:35:42.089Z Downloaded bitflags v2.11.0
3442026-08-10T19:35:42.095Z Downloaded anyhow v1.0.102
3452026-08-10T19:35:42.095Z Downloaded serde_core v1.0.228
3462026-08-10T19:35:42.098Z Downloaded toml v0.8.23
3472026-08-10T19:35:42.102Z Downloaded textwrap v0.16.2
3482026-08-10T19:35:42.121Z Downloaded proc-macro2 v1.0.106
3492026-08-10T19:35:42.121Z Downloaded ucd-trie v0.1.7
3502026-08-10T19:35:42.121Z Downloaded unicode-ident v1.0.24
3512026-08-10T19:35:42.151Z Downloaded papergrid v0.11.0
3522026-08-10T19:35:42.151Z Downloaded toml_edit v0.22.27
3532026-08-10T19:35:42.151Z Downloaded memchr v2.8.0
3542026-08-10T19:35:42.151Z Downloaded pest_meta v2.8.6
3552026-08-10T19:35:42.178Z Downloaded serde v1.0.228
3562026-08-10T19:35:42.178Z Downloaded typenum v1.20.1
3572026-08-10T19:35:42.178Z Downloaded pest v2.8.6
3582026-08-10T19:35:42.190Z Downloaded hashbrown v0.17.0
3592026-08-10T19:35:42.201Z Downloaded clap_builder v4.6.0
3602026-08-10T19:35:42.212Z Downloaded serde_json v1.0.151
3612026-08-10T19:35:42.241Z Downloaded winnow v0.7.14
3622026-08-10T19:35:42.259Z Downloaded syn v1.0.109
3632026-08-10T19:35:42.259Z Downloaded tabled v0.15.0
3642026-08-10T19:35:42.265Z Downloaded unicode-width v0.2.0
3652026-08-10T19:35:42.270Z Downloaded syn v2.0.117
3662026-08-10T19:35:42.274Z Downloaded unicode-width v0.1.14
3672026-08-10T19:35:42.286Z Downloaded rustix v1.1.3
3682026-08-10T19:35:42.320Z Downloaded libc v0.2.185
3692026-08-10T19:35:42.384Z Compiling proc-macro2 v1.0.106
3702026-08-10T19:35:42.384Z Compiling unicode-ident v1.0.24
3712026-08-10T19:35:42.384Z Compiling quote v1.0.45
3722026-08-10T19:35:42.384Z Compiling serde_core v1.0.228
3732026-08-10T19:35:42.384Z Compiling libc v0.2.185
3742026-08-10T19:35:42.389Z Compiling version_check v0.9.5
3752026-08-10T19:35:42.389Z Compiling memchr v2.8.0
3762026-08-10T19:35:42.389Z Compiling serde v1.0.228
3772026-08-10T19:35:42.389Z Compiling zmij v1.0.21
3782026-08-10T19:35:42.389Z Compiling ucd-trie v0.1.7
3792026-08-10T19:35:42.389Z Compiling thiserror v1.0.69
3802026-08-10T19:35:42.389Z Compiling itoa v1.0.17
3812026-08-10T19:35:42.389Z Compiling rustix v1.1.3
3822026-08-10T19:35:42.567Z Compiling byteorder v1.5.0
3832026-08-10T19:35:42.830Z Compiling serde_json v1.0.151
3842026-08-10T19:35:43.019Z Compiling pest v2.8.6
3852026-08-10T19:35:43.038Z Compiling bitflags v2.11.0
3862026-08-10T19:35:43.041Z Compiling proc-macro-error-attr v1.0.4
3872026-08-10T19:35:43.177Z Compiling usdt-impl v0.5.0
3882026-08-10T19:35:43.194Z Compiling camino v1.2.2
3892026-08-10T19:35:43.251Z Compiling syn v1.0.109
3902026-08-10T19:35:43.269Z Compiling proc-macro-error v1.0.4
3912026-08-10T19:35:43.272Z Compiling getrandom v0.4.1
3922026-08-10T19:35:43.352Z Compiling equivalent v1.0.2
3932026-08-10T19:35:43.355Z Compiling log v0.4.29
3942026-08-10T19:35:43.445Z Compiling utf8parse v0.2.2
3952026-08-10T19:35:43.480Z Compiling hashbrown v0.17.0
3962026-08-10T19:35:43.498Z Compiling plain v0.2.3
3972026-08-10T19:35:43.553Z Compiling anstyle-parse v1.0.0
3982026-08-10T19:35:43.605Z Compiling anstyle v1.0.14
3992026-08-10T19:35:43.608Z Compiling autocfg v1.5.0
4002026-08-10T19:35:43.712Z Compiling anstyle-query v1.1.5
4012026-08-10T19:35:43.730Z Compiling is_terminal_polyfill v1.70.2
4022026-08-10T19:35:43.733Z Compiling winnow v0.7.14
4032026-08-10T19:35:43.786Z Compiling colorchoice v1.0.4
4042026-08-10T19:35:43.805Z Compiling thiserror v2.0.18
4052026-08-10T19:35:43.822Z Compiling pretty-hex v0.4.1
4062026-08-10T19:35:43.848Z Compiling toml_write v0.1.2
4072026-08-10T19:35:43.865Z Compiling cfg-if v1.0.4
4082026-08-10T19:35:43.883Z Compiling errno v0.3.14
4092026-08-10T19:35:43.887Z Compiling thread-id v4.2.2
4102026-08-10T19:35:43.978Z Compiling anstream v1.0.0
4112026-08-10T19:35:43.982Z Compiling clap_lex v1.0.0
4122026-08-10T19:35:44.062Z Compiling indexmap v2.14.0
4132026-08-10T19:35:44.080Z Compiling once_cell v1.21.3
4142026-08-10T19:35:44.084Z Compiling unicode-width v0.1.14
4152026-08-10T19:35:44.131Z Compiling syn v2.0.117
4162026-08-10T19:35:44.151Z Compiling pest_meta v2.8.6
4172026-08-10T19:35:44.208Z Compiling fs-err v3.3.0
4182026-08-10T19:35:44.246Z Compiling bytecount v0.6.9
4192026-08-10T19:35:44.311Z Compiling fastrand v2.3.0
4202026-08-10T19:35:44.330Z Compiling fnv v1.0.7
4212026-08-10T19:35:44.358Z Compiling anyhow v1.0.102
4222026-08-10T19:35:44.395Z Compiling strsim v0.11.1
4232026-08-10T19:35:44.414Z Compiling heck v0.4.1
4242026-08-10T19:35:44.417Z Compiling heck v0.5.0
4252026-08-10T19:35:44.452Z Compiling papergrid v0.11.0
4262026-08-10T19:35:44.580Z Compiling memmap v0.7.0
4272026-08-10T19:35:44.600Z Compiling smawk v0.3.2
4282026-08-10T19:35:44.650Z Compiling unicode-linebreak v0.1.5
4292026-08-10T19:35:44.682Z Compiling unicode-width v0.2.0
4302026-08-10T19:35:44.736Z Compiling swrite v0.1.0
4312026-08-10T19:35:44.860Z Compiling terminal_size v0.4.3
4322026-08-10T19:35:44.892Z Compiling tempfile v3.25.0
4332026-08-10T19:35:44.972Z Compiling clap_builder v4.6.0
4342026-08-10T19:35:44.990Z Compiling textwrap v0.16.2
4352026-08-10T19:35:45.200Z Compiling cargo-platform v0.3.2
4362026-08-10T19:35:45.200Z Compiling semver v1.0.28
4372026-08-10T19:35:45.483Z Compiling camino-tempfile v1.4.1
4382026-08-10T19:35:45.643Z Compiling tabled_derive v0.7.0
4392026-08-10T19:35:46.284Z Compiling pest_generator v2.8.6
4402026-08-10T19:35:46.303Z Compiling tabled v0.15.0
4412026-08-10T19:35:46.815Z Compiling serde_derive v1.0.228
4422026-08-10T19:35:46.818Z Compiling thiserror-impl v1.0.69
4432026-08-10T19:35:46.818Z Compiling zerocopy-derive v0.7.35
4442026-08-10T19:35:46.818Z Compiling scroll_derive v0.12.1
4452026-08-10T19:35:46.818Z Compiling thiserror-impl v2.0.18
4462026-08-10T19:35:46.818Z Compiling clap_derive v4.6.1
4472026-08-10T19:35:46.915Z Compiling pest_derive v2.8.6
4482026-08-10T19:35:47.500Z Compiling scroll v0.12.0
4492026-08-10T19:35:47.503Z Compiling zerocopy v0.7.35
4502026-08-10T19:35:47.720Z Compiling goblin v0.8.2
4512026-08-10T19:35:47.821Z Compiling dtrace-parser v0.2.0
4522026-08-10T19:35:48.141Z Compiling clap v4.6.1
4532026-08-10T19:35:49.195Z Compiling serde_spanned v0.6.9
4542026-08-10T19:35:49.195Z Compiling toml_datetime v0.6.11
4552026-08-10T19:35:49.198Z Compiling macaddr v1.0.1
4562026-08-10T19:35:49.198Z Compiling cargo_metadata v0.23.1
4572026-08-10T19:35:49.198Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-10T19:35:49.227Z Compiling dof v0.3.0
4592026-08-10T19:35:49.230Z Compiling serde_tokenstream v0.2.3
4602026-08-10T19:35:49.456Z Compiling toml_edit v0.22.27
4612026-08-10T19:35:49.936Z Compiling usdt-attr-macro v0.5.0
4622026-08-10T19:35:49.939Z Compiling usdt-macro v0.5.0
4632026-08-10T19:35:50.545Z Compiling usdt v0.5.0
4642026-08-10T19:35:50.702Z Compiling toml v0.8.23
4652026-08-10T19:35:51.016Z Compiling cargo_toml v0.21.0
4662026-08-10T19:35:52.290Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-10T19:35:54.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.10s
4682026-08-10T19:35:54.588Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-10T19:35:55.094Z Downloading crates ...
4702026-08-10T19:35:55.142Z Downloaded aead v0.5.2
4712026-08-10T19:35:55.147Z Downloaded adler2 v2.0.1
4722026-08-10T19:35:55.150Z Downloaded aead v0.6.1
4732026-08-10T19:35:55.156Z Downloaded aes-gcm v0.11.0
4742026-08-10T19:35:55.159Z Downloaded bitfield-struct v0.6.2
4752026-08-10T19:35:55.162Z Downloaded bcrypt-pbkdf v0.11.0
4762026-08-10T19:35:55.165Z Downloaded base16ct v1.0.0
4772026-08-10T19:35:55.165Z Downloaded bit-set v0.5.3
4782026-08-10T19:35:55.169Z Downloaded bb8 v0.8.6
4792026-08-10T19:35:55.172Z Downloaded flagset v0.4.7
4802026-08-10T19:35:55.172Z Downloaded base16ct v0.2.0
4812026-08-10T19:35:55.176Z Downloaded assert_matches v1.5.0
4822026-08-10T19:35:55.176Z Downloaded foreign-types v0.5.0
4832026-08-10T19:35:55.177Z Downloaded fallible-iterator v0.2.0
4842026-08-10T19:35:55.180Z Downloaded fs_extra v1.3.0
4852026-08-10T19:35:55.180Z Downloaded float-ord v0.3.2
4862026-08-10T19:35:55.180Z Downloaded http-body-util v0.1.3
4872026-08-10T19:35:55.180Z Downloaded async-stream v0.3.6
4882026-08-10T19:35:55.183Z Downloaded foreign-types v0.3.2
4892026-08-10T19:35:55.183Z Downloaded atomic-waker v1.1.2
4902026-08-10T19:35:55.183Z Downloaded atomicwrites v0.4.4
4912026-08-10T19:35:55.187Z Downloaded flume v0.11.1
4922026-08-10T19:35:55.190Z Downloaded anstream v0.6.21
4932026-08-10T19:35:55.193Z Downloaded backoff v0.4.0
4942026-08-10T19:35:55.193Z Downloaded bit-vec v0.6.3
4952026-08-10T19:35:55.193Z Downloaded ascii-canvas v3.0.0
4962026-08-10T19:35:55.196Z Downloaded form_urlencoded v1.2.2
4972026-08-10T19:35:55.196Z Downloaded array-init v0.0.4
4982026-08-10T19:35:55.196Z Downloaded async-stream-impl v0.3.6
4992026-08-10T19:35:55.196Z Downloaded fixedbitset v0.4.2
5002026-08-10T19:35:55.199Z Downloaded bitfield-macros v0.19.4
5012026-08-10T19:35:55.199Z Downloaded convert_case v0.4.0
5022026-08-10T19:35:55.199Z Downloaded futures-task v0.3.32
5032026-08-10T19:35:55.199Z Downloaded icu_collections v2.1.1
5042026-08-10T19:35:55.202Z Downloaded bit-vec v0.8.0
5052026-08-10T19:35:55.205Z Downloaded argon2 v0.5.3
5062026-08-10T19:35:55.205Z Downloaded arrayref v0.3.9
5072026-08-10T19:35:55.205Z Downloaded arrayvec v0.7.6
5082026-08-10T19:35:55.208Z Downloaded bitfield v0.19.4
5092026-08-10T19:35:55.208Z Downloaded foreign-types-macros v0.2.3
5102026-08-10T19:35:55.208Z Downloaded gethostname v0.5.0
5112026-08-10T19:35:55.208Z Downloaded funty v2.0.0
5122026-08-10T19:35:55.208Z Downloaded futures-macro v0.3.32
5132026-08-10T19:35:55.211Z Downloaded aes v0.9.1
5142026-08-10T19:35:55.214Z Downloaded filetime v0.2.27
5152026-08-10T19:35:55.214Z Downloaded fixedbitset v0.5.7
5162026-08-10T19:35:55.214Z Downloaded foreign-types-shared v0.1.1
5172026-08-10T19:35:55.214Z Downloaded foreign-types-shared v0.3.1
5182026-08-10T19:35:55.214Z Downloaded env_filter v1.0.0
5192026-08-10T19:35:55.217Z Downloaded env_logger v0.11.9
5202026-08-10T19:35:55.217Z Downloaded erased-serde v0.3.31
5212026-08-10T19:35:55.217Z Downloaded globwalk v0.9.1
5222026-08-10T19:35:55.220Z Downloaded async-recursion v1.1.1
5232026-08-10T19:35:55.223Z Downloaded cfg_aliases v0.2.1
5242026-08-10T19:35:55.223Z Downloaded fd-lock v4.0.4
5252026-08-10T19:35:55.223Z Downloaded float-cmp v0.10.0
5262026-08-10T19:35:55.223Z Downloaded bit-set v0.8.0
5272026-08-10T19:35:55.223Z Downloaded ciborium-ll v0.2.2
5282026-08-10T19:35:55.226Z Downloaded futures-io v0.3.32
5292026-08-10T19:35:55.226Z Downloaded futures-sink v0.3.32
5302026-08-10T19:35:55.229Z Downloaded hash32 v0.2.1
5312026-08-10T19:35:55.232Z Downloaded futures-core v0.3.32
5322026-08-10T19:35:55.232Z Downloaded git-stub v1.0.0
5332026-08-10T19:35:55.235Z Downloaded atty v0.2.14
5342026-08-10T19:35:55.235Z Downloaded cfg_aliases v0.1.1
5352026-08-10T19:35:55.235Z Downloaded foldhash v0.2.0
5362026-08-10T19:35:55.238Z Downloaded futures-executor v0.3.32
5372026-08-10T19:35:55.238Z Downloaded globset v0.4.18
5382026-08-10T19:35:55.238Z Downloaded compression-core v0.4.31
5392026-08-10T19:35:55.238Z Downloaded fxhash v0.2.1
5402026-08-10T19:35:55.238Z Downloaded headers-core v0.3.0
5412026-08-10T19:35:55.238Z Downloaded hyper-tls v0.6.0
5422026-08-10T19:35:55.241Z Downloaded block-buffer v0.12.1
5432026-08-10T19:35:55.243Z Downloaded block-padding v0.4.2
5442026-08-10T19:35:55.243Z Downloaded castaway v0.2.4
5452026-08-10T19:35:55.243Z Downloaded ciborium-io v0.2.2
5462026-08-10T19:35:55.243Z Downloaded ghash v0.6.0
5472026-08-10T19:35:55.246Z Downloaded home v0.5.12
5482026-08-10T19:35:55.246Z Downloaded anstyle-parse v0.2.7
5492026-08-10T19:35:55.249Z Downloaded async-trait v0.1.89
5502026-08-10T19:35:55.252Z Downloaded foldhash v0.1.5
5512026-08-10T19:35:55.252Z Downloaded http-range v0.1.5
5522026-08-10T19:35:55.252Z Downloaded ff v0.14.0
5532026-08-10T19:35:55.253Z Downloaded futures-channel v0.3.32
5542026-08-10T19:35:55.256Z Downloaded hubpack v0.1.2
5552026-08-10T19:35:55.258Z Downloaded hex-literal v1.1.0
5562026-08-10T19:35:55.262Z Downloaded hostname v0.4.2
5572026-08-10T19:35:55.265Z Downloaded httpdate v1.0.3
5582026-08-10T19:35:55.265Z Downloaded hubpack_derive v0.1.1
5592026-08-10T19:35:55.265Z Downloaded http-body v1.0.1
5602026-08-10T19:35:55.268Z Downloaded num-conv v0.2.0
5612026-08-10T19:35:55.268Z Downloaded hostname v0.3.1
5622026-08-10T19:35:55.268Z Downloaded argon2 v0.6.0-rc.8
5632026-08-10T19:35:55.271Z Downloaded hash32 v0.3.1
5642026-08-10T19:35:55.274Z Downloaded ahash v0.8.12
5652026-08-10T19:35:55.277Z Downloaded ff v0.13.1
5662026-08-10T19:35:55.277Z Downloaded find-msvc-tools v0.1.9
5672026-08-10T19:35:55.277Z Downloaded glob v0.3.3
5682026-08-10T19:35:55.281Z Downloaded cobs v0.3.0
5692026-08-10T19:35:55.283Z Downloaded num v0.4.3
5702026-08-10T19:35:55.284Z Downloaded num_enum_derive v0.5.11
5712026-08-10T19:35:55.288Z Downloaded phf_shared v0.13.1
5722026-08-10T19:35:55.291Z Downloaded password-hash v0.6.1
5732026-08-10T19:35:55.294Z Downloaded progenitor-macro v0.14.0
5742026-08-10T19:35:55.294Z Downloaded fs-err v2.11.0
5752026-08-10T19:35:55.297Z Downloaded base64ct v1.8.3
5762026-08-10T19:35:55.302Z Downloaded group v0.13.0
5772026-08-10T19:35:55.305Z Downloaded bitflags v1.3.2
5782026-08-10T19:35:55.308Z Downloaded cexpr v0.6.0
5792026-08-10T19:35:55.309Z Downloaded const_format_proc_macros v0.2.34
5802026-08-10T19:35:55.312Z Downloaded git-stub-vcs v0.1.0
5812026-08-10T19:35:55.312Z Downloaded blowfish v0.10.0
5822026-08-10T19:35:55.312Z Downloaded camino-tempfile-ext v0.3.3
5832026-08-10T19:35:55.315Z Downloaded cipher v0.4.4
5842026-08-10T19:35:55.315Z Downloaded predicates-core v1.0.10
5852026-08-10T19:35:55.315Z Downloaded rfc6979 v0.4.0
5862026-08-10T19:35:55.318Z Downloaded same-file v1.0.6
5872026-08-10T19:35:55.318Z Downloaded rand_xorshift v0.4.0
5882026-08-10T19:35:55.322Z Downloaded rustc_version v0.1.7
5892026-08-10T19:35:55.325Z Downloaded hex v0.4.3
5902026-08-10T19:35:55.325Z Downloaded semver v0.1.20
5912026-08-10T19:35:55.325Z Downloaded serde_repr v0.1.20
5922026-08-10T19:35:55.328Z Downloaded bzip2 v0.4.4
5932026-08-10T19:35:55.328Z Downloaded cipher v0.5.2
5942026-08-10T19:35:55.331Z Downloaded humantime v2.3.0
5952026-08-10T19:35:55.333Z Downloaded hyper-staticfile v0.10.1
5962026-08-10T19:35:55.336Z Downloaded serde_spanned v1.1.1
5972026-08-10T19:35:55.336Z Downloaded cmake v0.1.57
5982026-08-10T19:35:55.336Z Downloaded cmov v0.5.4
5992026-08-10T19:35:55.340Z Downloaded slog-bunyan v2.5.0
6002026-08-10T19:35:55.340Z Downloaded cassowary v0.3.0
6012026-08-10T19:35:55.343Z Downloaded highway v1.3.0
6022026-08-10T19:35:55.345Z Downloaded strip-ansi-escapes v0.2.1
6032026-08-10T19:35:55.345Z Downloaded strsim v0.10.0
6042026-08-10T19:35:55.345Z Downloaded blake2 v0.10.6
6052026-08-10T19:35:55.345Z Downloaded group v0.14.0
6062026-08-10T19:35:55.348Z Downloaded serde_bytes v0.11.19
6072026-08-10T19:35:55.348Z Downloaded serde_plain v1.0.2
6082026-08-10T19:35:55.349Z Downloaded hybrid-array v0.4.13
6092026-08-10T19:35:55.351Z Downloaded shell-words v1.1.1
6102026-08-10T19:35:55.351Z Downloaded tabled_derive v0.11.0
6112026-08-10T19:35:55.351Z Downloaded password-hash v0.5.0
6122026-08-10T19:35:55.354Z Downloaded constant_time_eq v0.4.2
6132026-08-10T19:35:55.357Z Downloaded tokio-macros v2.7.0
6142026-08-10T19:35:55.357Z Downloaded cbc v0.2.1
6152026-08-10T19:35:55.361Z Downloaded owo-colors v4.3.0
6162026-08-10T19:35:55.364Z Downloaded fatfs v0.3.6
6172026-08-10T19:35:55.364Z Downloaded pem v3.0.6
6182026-08-10T19:35:55.367Z Downloaded pem-rfc7468 v0.7.0
6192026-08-10T19:35:55.367Z Downloaded phf v0.12.1
6202026-08-10T19:35:55.367Z Downloaded supports-color v3.0.2
6212026-08-10T19:35:55.367Z Downloaded tabwriter v1.4.1
6222026-08-10T19:35:55.370Z Downloaded universal-hash v0.6.1
6232026-08-10T19:35:55.370Z Downloaded console v0.15.11
6242026-08-10T19:35:55.370Z Downloaded utf-8 v0.7.6
6252026-08-10T19:35:55.373Z Downloaded bcs v0.1.6
6262026-08-10T19:35:55.373Z Downloaded half v1.8.3
6272026-08-10T19:35:55.373Z Downloaded colored v3.1.1
6282026-08-10T19:35:55.376Z Downloaded proc-macro-crate v1.3.1
6292026-08-10T19:35:55.376Z Downloaded postgres-protocol v0.6.10
6302026-08-10T19:35:55.376Z Downloaded async-bb8-diesel v0.2.1
6312026-08-10T19:35:55.379Z Downloaded cancel-safe-futures v0.1.5
6322026-08-10T19:35:55.379Z Downloaded const-oid v0.9.6
6332026-08-10T19:35:55.381Z Downloaded unarray v0.1.4
6342026-08-10T19:35:55.381Z Downloaded backon v1.6.0
6352026-08-10T19:35:55.381Z Downloaded colored v2.2.0
6362026-08-10T19:35:55.384Z Downloaded progenitor v0.13.0
6372026-08-10T19:35:55.384Z Downloaded progenitor v0.14.0
6382026-08-10T19:35:55.384Z Downloaded chacha20 v0.9.1
6392026-08-10T19:35:55.387Z Downloaded want v0.3.1
6402026-08-10T19:35:55.391Z Downloaded console v0.16.2
6412026-08-10T19:35:55.394Z Downloaded rustls-pemfile v2.2.0
6422026-08-10T19:35:55.396Z Downloaded scroll v0.13.0
6432026-08-10T19:35:55.396Z Downloaded blake2 v0.11.0-rc.6
6442026-08-10T19:35:55.399Z Downloaded rpassword v7.5.4
6452026-08-10T19:35:55.399Z Downloaded rustls-native-certs v0.8.3
6462026-08-10T19:35:55.402Z Downloaded usdt v0.6.0
6472026-08-10T19:35:55.402Z Downloaded clang-sys v1.8.1
6482026-08-10T19:35:55.402Z Downloaded bs58 v0.5.1
6492026-08-10T19:35:55.405Z Downloaded buf-list v1.1.2
6502026-08-10T19:35:55.405Z Downloaded xshell-macros v0.2.7
6512026-08-10T19:35:55.405Z Downloaded zeroize_derive v1.5.0
6522026-08-10T19:35:55.405Z Downloaded ciborium v0.2.2
6532026-08-10T19:35:55.408Z Downloaded yoke-derive v0.8.1
6542026-08-10T19:35:55.408Z Downloaded base64 v0.22.1
6552026-08-10T19:35:55.411Z Downloaded hmac v0.13.0
6562026-08-10T19:35:55.411Z Downloaded serdect v0.4.3
6572026-08-10T19:35:55.411Z Downloaded shlex v1.3.0
6582026-08-10T19:35:55.411Z Downloaded smf v0.2.3
6592026-08-10T19:35:55.414Z Downloaded compression-codecs v0.4.37
6602026-08-10T19:35:55.414Z Downloaded httparse v1.10.1
6612026-08-10T19:35:55.414Z Downloaded hyper-rustls v0.27.7
6622026-08-10T19:35:55.417Z Downloaded cpubits v0.1.1
6632026-08-10T19:35:55.417Z Downloaded crunchy v0.2.4
6642026-08-10T19:35:55.417Z Downloaded static_assertions v1.1.0
6652026-08-10T19:35:55.417Z Downloaded tinystr v0.8.2
6662026-08-10T19:35:55.420Z Downloaded getrandom v0.3.4
6672026-08-10T19:35:55.420Z Downloaded slog-dtrace v0.3.0
6682026-08-10T19:35:55.423Z Downloaded spki v0.7.3
6692026-08-10T19:35:55.423Z Downloaded arc-swap v1.8.2
6702026-08-10T19:35:55.426Z Downloaded num-rational v0.4.2
6712026-08-10T19:35:55.426Z Downloaded getrandom v0.2.17
6722026-08-10T19:35:55.426Z Downloaded generic-array v1.4.3
6732026-08-10T19:35:55.429Z Downloaded termios v0.3.3
6742026-08-10T19:35:55.429Z Downloaded thread_local v1.1.9
6752026-08-10T19:35:55.429Z Downloaded iana-time-zone v0.1.65
6762026-08-10T19:35:55.438Z Downloaded parking_lot_core v0.9.12
6772026-08-10T19:35:55.438Z Downloaded curve25519-dalek-derive v0.1.1
6782026-08-10T19:35:55.438Z Downloaded pkcs1 v0.8.0-rc.4
6792026-08-10T19:35:55.438Z Downloaded darling_macro v0.20.11
6802026-08-10T19:35:55.438Z Downloaded zone_cfg_derive v0.3.1
6812026-08-10T19:35:55.438Z Downloaded futures v0.3.32
6822026-08-10T19:35:55.438Z Downloaded downcast-rs v2.0.2
6832026-08-10T19:35:55.438Z Downloaded postcard v1.1.3
6842026-08-10T19:35:55.438Z Downloaded allocator-api2 v0.2.21
6852026-08-10T19:35:55.442Z Downloaded poly1305 v0.9.0
6862026-08-10T19:35:55.442Z Downloaded chacha20 v0.10.0
6872026-08-10T19:35:55.442Z Downloaded toml_writer v1.1.1+spec-1.1.0
6882026-08-10T19:35:55.446Z Downloaded bzip2 v0.6.1
6892026-08-10T19:35:55.446Z Downloaded rand_core v0.9.5
6902026-08-10T19:35:55.446Z Downloaded tui-tree-widget v0.23.1
6912026-08-10T19:35:55.446Z Downloaded debug-ignore v1.0.5
6922026-08-10T19:35:55.449Z Downloaded defmt v0.3.100
6932026-08-10T19:35:55.449Z Downloaded difflib v0.4.0
6942026-08-10T19:35:55.449Z Downloaded writeable v0.6.2
6952026-08-10T19:35:55.449Z Downloaded dtrace-parser v0.3.0
6962026-08-10T19:35:55.449Z Downloaded inout v0.2.2
6972026-08-10T19:35:55.452Z Downloaded compact_str v0.8.1
6982026-08-10T19:35:55.455Z Downloaded internet-checksum v0.2.1
6992026-08-10T19:35:55.458Z Downloaded rustls-pki-types v1.14.0
7002026-08-10T19:35:55.460Z Downloaded const-oid v0.10.2
7012026-08-10T19:35:55.460Z Downloaded byte-wrapper v0.1.0
7022026-08-10T19:35:55.463Z Downloaded sec1 v0.7.3
7032026-08-10T19:35:55.463Z Downloaded vergen-git2 v9.1.0
7042026-08-10T19:35:55.466Z Downloaded is-terminal v0.4.17
7052026-08-10T19:35:55.469Z Downloaded lalrpop-util v0.19.12
7062026-08-10T19:35:55.469Z Downloaded maplit v1.0.2
7072026-08-10T19:35:55.469Z Downloaded smallvec v1.15.1
7082026-08-10T19:35:55.472Z Downloaded corncobs v0.1.4
7092026-08-10T19:35:55.475Z Downloaded csv-core v0.1.13
7102026-08-10T19:35:55.478Z Downloaded slab v0.4.12
7112026-08-10T19:35:55.478Z Downloaded spin v0.9.8
7122026-08-10T19:35:55.478Z Downloaded managed v0.8.0
7132026-08-10T19:35:55.481Z Downloaded oxide-update-engine-types v0.1.2
7142026-08-10T19:35:55.484Z Downloaded hmac v0.12.1
7152026-08-10T19:35:55.484Z Downloaded icu_locale_core v2.1.1
7162026-08-10T19:35:55.487Z Downloaded spki v0.8.0
7172026-08-10T19:35:55.490Z Downloaded strum_macros v0.27.2
7182026-08-10T19:35:55.490Z Downloaded half v2.7.1
7192026-08-10T19:35:55.493Z Downloaded oso-derive v0.27.3
7202026-08-10T19:35:55.493Z Downloaded openssl-probe v0.1.6
7212026-08-10T19:35:55.493Z Downloaded phf_shared v0.11.3
7222026-08-10T19:35:55.493Z Downloaded psl-types v2.0.11
7232026-08-10T19:35:55.493Z Downloaded recursive v0.1.1
7242026-08-10T19:35:55.496Z Downloaded critical-section v1.2.0
7252026-08-10T19:35:55.496Z Downloaded tokio-native-tls v0.3.1
7262026-08-10T19:35:55.499Z Downloaded defmt v1.0.1
7272026-08-10T19:35:55.499Z Downloaded papergrid v0.17.0
7282026-08-10T19:35:55.501Z Downloaded pkcs1 v0.7.5
7292026-08-10T19:35:55.504Z Downloaded tiny-keccak v2.0.2
7302026-08-10T19:35:55.504Z Downloaded dof v0.4.0
7312026-08-10T19:35:55.504Z Downloaded packed_struct_codegen v0.10.1
7322026-08-10T19:35:55.507Z Downloaded proc-macro-crate v3.4.0
7332026-08-10T19:35:55.507Z Downloaded proc-macro-error-attr2 v2.0.0
7342026-08-10T19:35:55.511Z Downloaded diesel-dtrace v0.5.0
7352026-08-10T19:35:55.511Z Downloaded digest v0.11.3
7362026-08-10T19:35:55.511Z Downloaded dunce v1.0.5
7372026-08-10T19:35:55.511Z Downloaded tracing-attributes v0.1.31
7382026-08-10T19:35:55.515Z Downloaded rand_chacha v0.3.1
7392026-08-10T19:35:55.518Z Downloaded russh-util v0.52.0
7402026-08-10T19:35:55.518Z Downloaded rustc-hash v2.1.1
7412026-08-10T19:35:55.518Z Downloaded serde-big-array v0.5.1
7422026-08-10T19:35:55.521Z Downloaded unicode-properties v0.1.4
7432026-08-10T19:35:55.524Z Downloaded flate2 v1.1.9
7442026-08-10T19:35:55.524Z Downloaded radium v0.7.0
7452026-08-10T19:35:55.527Z Downloaded ref-cast v1.0.25
7462026-08-10T19:35:55.530Z Downloaded headers v0.4.1
7472026-08-10T19:35:55.533Z Downloaded either v1.15.0
7482026-08-10T19:35:55.533Z Downloaded vergen v9.1.0
7492026-08-10T19:35:55.533Z Downloaded ingot v0.2.1
7502026-08-10T19:35:55.536Z Downloaded signal-hook-mio v0.2.5
7512026-08-10T19:35:55.538Z Downloaded keccak v0.2.0
7522026-08-10T19:35:55.539Z Downloaded bytes v1.11.1
7532026-08-10T19:35:55.541Z Downloaded const_format v0.2.35
7542026-08-10T19:35:55.545Z Downloaded signature v3.0.0
7552026-08-10T19:35:55.545Z Downloaded siphasher v1.0.2
7562026-08-10T19:35:55.545Z Downloaded lzss v0.8.2
7572026-08-10T19:35:55.548Z Downloaded heapless v0.7.17
7582026-08-10T19:35:55.548Z Downloaded structmeta v0.3.0
7592026-08-10T19:35:55.548Z Downloaded base64 v0.21.7
7602026-08-10T19:35:55.550Z Downloaded crossbeam-utils v0.8.21
7612026-08-10T19:35:55.555Z Downloaded libscf-sys v1.2.0
7622026-08-10T19:35:55.558Z Downloaded libsw v3.5.0
7632026-08-10T19:35:55.558Z Downloaded signal-hook v0.3.18
7642026-08-10T19:35:55.561Z Downloaded testing_table v0.3.0
7652026-08-10T19:35:55.561Z Downloaded module-lattice v0.2.3
7662026-08-10T19:35:55.561Z Downloaded num_enum v0.7.6
7672026-08-10T19:35:55.563Z Downloaded num_enum_derive v0.7.6
7682026-08-10T19:35:55.564Z Downloaded tagptr v0.2.0
7692026-08-10T19:35:55.564Z Downloaded newtype-uuid v1.3.2
7702026-08-10T19:35:55.567Z Downloaded tokio-test v0.4.5
7712026-08-10T19:35:55.567Z Downloaded unicode-truncate v1.1.0
7722026-08-10T19:35:55.567Z Downloaded untrusted v0.7.1
7732026-08-10T19:35:55.567Z Downloaded ar_archive_writer v0.5.1
7742026-08-10T19:35:55.571Z Downloaded oxide-tokio-rt v0.1.4
7752026-08-10T19:35:55.574Z Downloaded packed_struct v0.10.1
7762026-08-10T19:35:55.574Z Downloaded expectorate v1.2.0
7772026-08-10T19:35:55.577Z Downloaded phf v0.13.1
7782026-08-10T19:35:55.577Z Downloaded p384 v0.14.0
7792026-08-10T19:35:55.577Z Downloaded toml v0.7.8
7802026-08-10T19:35:55.580Z Downloaded derive_builder v0.20.2
7812026-08-10T19:35:55.583Z Downloaded peg-macros v0.8.5
7822026-08-10T19:35:55.583Z Downloaded rand_pcg v0.10.2
7832026-08-10T19:35:55.586Z Downloaded wait-timeout v0.2.1
7842026-08-10T19:35:55.586Z Downloaded polyval v0.7.1
7852026-08-10T19:35:55.586Z Downloaded port-file v0.1.0
7862026-08-10T19:35:55.589Z Downloaded crc-catalog v2.4.0
7872026-08-10T19:35:55.589Z Downloaded cstr-argument v0.1.2
7882026-08-10T19:35:55.589Z Downloaded chacha20poly1305 v0.10.1
7892026-08-10T19:35:55.592Z Downloaded pretty_assertions v1.4.1
7902026-08-10T19:35:55.592Z Downloaded derive_builder_macro v0.20.2
7912026-08-10T19:35:55.598Z Downloaded primefield v0.14.0
7922026-08-10T19:35:55.600Z Downloaded ref-cast-impl v1.0.25
7932026-08-10T19:35:55.601Z Downloaded schemars_derive v0.8.22
7942026-08-10T19:35:55.601Z Downloaded serde-hex v0.1.0
7952026-08-10T19:35:55.603Z Downloaded crucible-workspace-hack v0.1.0
7962026-08-10T19:35:55.606Z Downloaded embedded-io v0.6.1
7972026-08-10T19:35:55.606Z Downloaded rustls-platform-verifier v0.6.2
7982026-08-10T19:35:55.610Z Downloaded bumpalo v3.20.2
7992026-08-10T19:35:55.613Z Downloaded dyn-clone v1.0.20
8002026-08-10T19:35:55.616Z Downloaded diesel_table_macro_syntax v0.3.0
8012026-08-10T19:35:55.616Z Downloaded ssh-cipher v0.3.0
8022026-08-10T19:35:55.616Z Downloaded stacker v0.1.23
8032026-08-10T19:35:55.619Z Downloaded dsl_auto_type v0.2.0
8042026-08-10T19:35:55.619Z Downloaded zerocopy v0.6.6
8052026-08-10T19:35:55.622Z Downloaded strum_macros v0.24.3
8062026-08-10T19:35:55.625Z Downloaded lock_api v0.4.14
8072026-08-10T19:35:55.625Z Downloaded support-bundle-viewer v0.1.2
8082026-08-10T19:35:55.628Z Downloaded heapless v0.8.0
8092026-08-10T19:35:55.628Z Downloaded kem v0.3.0
8102026-08-10T19:35:55.630Z Downloaded is_ci v1.2.0
8112026-08-10T19:35:55.630Z Downloaded lru v0.12.5
8122026-08-10T19:35:55.630Z Downloaded lru-cache v0.1.2
8132026-08-10T19:35:55.633Z Downloaded tinyvec_macros v0.1.1
8142026-08-10T19:35:55.636Z Downloaded memoffset v0.9.1
8152026-08-10T19:35:55.636Z Downloaded darling v0.20.11
8162026-08-10T19:35:55.639Z Downloaded tls_codec v0.4.2
8172026-08-10T19:35:55.642Z Downloaded newtype-uuid-macros v0.1.0
8182026-08-10T19:35:55.642Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8192026-08-10T19:35:55.642Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8202026-08-10T19:35:55.642Z Downloaded unicase v2.9.0
8212026-08-10T19:35:55.642Z Downloaded vergen-lib v9.1.0
8222026-08-10T19:35:55.645Z Downloaded async-compression v0.4.41
8232026-08-10T19:35:55.651Z Downloaded cc v1.2.56
8242026-08-10T19:35:55.651Z Downloaded normalize-line-endings v0.3.0
8252026-08-10T19:35:55.651Z Downloaded num-derive v0.4.2
8262026-08-10T19:35:55.651Z Downloaded num_threads v0.1.7
8272026-08-10T19:35:55.651Z Downloaded parking_lot v0.11.2
8282026-08-10T19:35:55.654Z Downloaded opaque-debug v0.3.1
8292026-08-10T19:35:55.658Z Downloaded path-slash v0.1.5
8302026-08-10T19:35:55.660Z Downloaded pkcs8 v0.11.0
8312026-08-10T19:35:55.663Z Downloaded quinn v0.11.11
8322026-08-10T19:35:55.668Z Downloaded progenitor-macro v0.13.0
8332026-08-10T19:35:55.668Z Downloaded publicsuffix v2.3.0
8342026-08-10T19:35:55.668Z Downloaded tungstenite v0.21.0
8352026-08-10T19:35:55.671Z Downloaded icu_properties v2.1.2
8362026-08-10T19:35:55.671Z Downloaded indexmap v1.9.3
8372026-08-10T19:35:55.671Z Downloaded daft v0.1.7
8382026-08-10T19:35:55.674Z Downloaded delegate v0.13.5
8392026-08-10T19:35:55.674Z Downloaded rtoolbox v0.0.3
8402026-08-10T19:35:55.677Z Downloaded deranged v0.5.8
8412026-08-10T19:35:55.677Z Downloaded hickory-server v0.25.2
8422026-08-10T19:35:55.681Z Downloaded rsa v0.9.10
8432026-08-10T19:35:55.684Z Downloaded scroll_derive v0.13.1
8442026-08-10T19:35:55.687Z Downloaded elliptic-curve v0.13.8
8452026-08-10T19:35:55.687Z Downloaded serde_with_macros v3.21.0
8462026-08-10T19:35:55.691Z Downloaded sha2 v0.11.0
8472026-08-10T19:35:55.693Z Downloaded seq-macro v0.3.6
8482026-08-10T19:35:55.696Z Downloaded sha1 v0.11.0
8492026-08-10T19:35:55.696Z Downloaded hickory-resolver v0.24.4
8502026-08-10T19:35:55.699Z Downloaded take_mut v0.2.2
8512026-08-10T19:35:55.702Z Downloaded termtree v0.5.1
8522026-08-10T19:35:55.702Z Downloaded zip v0.6.6
8532026-08-10T19:35:55.705Z Downloaded darling_core v0.20.11
8542026-08-10T19:35:55.708Z Downloaded strum v0.27.2
8552026-08-10T19:35:55.708Z Downloaded hashbrown v0.13.2
8562026-08-10T19:35:55.711Z Downloaded thread-id v5.1.0
8572026-08-10T19:35:55.713Z Downloaded nanorand v0.7.0
8582026-08-10T19:35:55.713Z Downloaded ingot-types v0.2.0
8592026-08-10T19:35:55.717Z Downloaded whoami v2.1.0
8602026-08-10T19:35:55.717Z Downloaded libsw-core v0.3.2
8612026-08-10T19:35:55.720Z Downloaded trait-variant v0.1.2
8622026-08-10T19:35:55.720Z Downloaded strum v0.26.3
8632026-08-10T19:35:55.725Z Downloaded pin-project-internal v1.1.11
8642026-08-10T19:35:55.727Z Downloaded yoke v0.8.1
8652026-08-10T19:35:55.730Z Downloaded paste v1.0.15
8662026-08-10T19:35:55.730Z Downloaded pkcs8 v0.10.2
8672026-08-10T19:35:55.733Z Downloaded hashbrown v0.12.3
8682026-08-10T19:35:55.733Z Downloaded unit-prefix v0.5.2
8692026-08-10T19:35:55.733Z Downloaded zone v0.3.1
8702026-08-10T19:35:55.736Z Downloaded predicates v3.1.4
8712026-08-10T19:35:55.736Z Downloaded daft-derive v0.1.7
8722026-08-10T19:35:55.741Z Downloaded pkg-config v0.3.32
8732026-08-10T19:35:55.741Z Downloaded yasna v0.5.2
8742026-08-10T19:35:55.741Z Downloaded ignore v0.4.25
8752026-08-10T19:35:55.744Z Downloaded zstd v0.13.3
8762026-08-10T19:35:55.744Z Downloaded cookie_store v0.22.1
8772026-08-10T19:35:55.744Z Downloaded instability v0.3.11
8782026-08-10T19:35:55.747Z Downloaded primeorder v0.13.6
8792026-08-10T19:35:55.747Z Downloaded psm v0.1.30
8802026-08-10T19:35:55.747Z Downloaded unicode_categories v0.1.1
8812026-08-10T19:35:55.750Z Downloaded rusty-fork v0.3.1
8822026-08-10T19:35:55.750Z Downloaded rand v0.10.1
8832026-08-10T19:35:55.750Z Downloaded darling_macro v0.21.3
8842026-08-10T19:35:55.750Z Downloaded defmt-parser v1.0.0
8852026-08-10T19:35:55.750Z Downloaded display-error-chain v0.2.2
8862026-08-10T19:35:55.753Z Downloaded jiff-static v0.2.34
8872026-08-10T19:35:55.753Z Downloaded similar v2.7.0
8882026-08-10T19:35:55.756Z Downloaded enum_dispatch v0.3.13
8892026-08-10T19:35:55.756Z Downloaded primeorder v0.14.0
8902026-08-10T19:35:55.759Z Downloaded slog v2.8.2
8912026-08-10T19:35:55.759Z Downloaded socket2 v0.5.10
8922026-08-10T19:35:55.762Z Downloaded rfc6979 v0.6.0
8932026-08-10T19:35:55.762Z Downloaded simd-adler32 v0.3.8
8942026-08-10T19:35:55.762Z Downloaded slog-scope v4.4.1
8952026-08-10T19:35:55.762Z Downloaded dirs-sys-next v0.1.2
8962026-08-10T19:35:55.765Z Downloaded illumos-nvpair v0.3.0
8972026-08-10T19:35:55.765Z Downloaded dirs-next v2.0.0
8982026-08-10T19:35:55.765Z Downloaded linked-hash-map v0.5.6
8992026-08-10T19:35:55.765Z Downloaded sponge-cursor v0.1.0
9002026-08-10T19:35:55.765Z Downloaded mime v0.3.17
9012026-08-10T19:35:55.768Z Downloaded http v1.4.2
9022026-08-10T19:35:55.768Z Downloaded snafu-derive v0.8.9
9032026-08-10T19:35:55.771Z Downloaded miniz_oxide v0.8.9
9042026-08-10T19:35:55.773Z Downloaded instant v0.1.13
9052026-08-10T19:35:55.773Z Downloaded match_cfg v0.1.0
9062026-08-10T19:35:55.776Z Downloaded unsafe-libyaml v0.2.11
9072026-08-10T19:35:55.779Z Downloaded nodrop v0.1.14
9082026-08-10T19:35:55.779Z Downloaded document-features v0.2.12
9092026-08-10T19:35:55.782Z Downloaded hickory-resolver v0.25.2
9102026-08-10T19:35:55.782Z Downloaded phf_shared v0.12.1
9112026-08-10T19:35:55.788Z Downloaded tls_codec_derive v0.4.2
9122026-08-10T19:35:55.788Z Downloaded uuid v1.23.4
9132026-08-10T19:35:55.791Z Downloaded derive_more v2.1.1
9142026-08-10T19:35:55.794Z Downloaded oxnet v0.1.6
9152026-08-10T19:35:55.797Z Downloaded vsss-rs v3.3.4
9162026-08-10T19:35:55.797Z Downloaded new_debug_unreachable v1.0.6
9172026-08-10T19:35:55.801Z Downloaded usdt-attr-macro v0.6.0
9182026-08-10T19:35:55.801Z Downloaded indoc v1.0.9
9192026-08-10T19:35:55.801Z Downloaded lazy_static v1.5.0
9202026-08-10T19:35:55.805Z Downloaded parse-size v1.1.0
9212026-08-10T19:35:55.808Z Downloaded pbkdf2 v0.13.0
9222026-08-10T19:35:55.814Z Downloaded crc32fast v1.5.0
9232026-08-10T19:35:55.819Z Downloaded displaydoc v0.2.5
9242026-08-10T19:35:55.822Z Downloaded ctutils v0.4.2
9252026-08-10T19:35:55.822Z Downloaded schemars v0.9.0
9262026-08-10T19:35:55.827Z Downloaded scrypt v0.12.0
9272026-08-10T19:35:55.830Z Downloaded progenitor-client v0.14.0
9282026-08-10T19:35:55.830Z Downloaded hyper-util v0.1.20
9292026-08-10T19:35:55.834Z Downloaded secrecy v0.10.3
9302026-08-10T19:35:55.834Z Downloaded slog-envlogger v2.2.0
9312026-08-10T19:35:55.834Z Downloaded stable_deref_trait v1.2.1
9322026-08-10T19:35:55.838Z Downloaded unicode-xid v0.2.6
9332026-08-10T19:35:55.838Z Downloaded sha1 v0.10.6
9342026-08-10T19:35:55.838Z Downloaded signal-hook-tokio v0.3.1
9352026-08-10T19:35:55.841Z Downloaded tar v0.4.46
9362026-08-10T19:35:55.846Z Downloaded oxide-update-engine v0.1.2
9372026-08-10T19:35:55.850Z Downloaded oxide-update-engine-display v0.1.2
9382026-08-10T19:35:55.850Z Downloaded powerfmt v0.2.0
9392026-08-10T19:35:55.850Z Downloaded usdt-macro v0.6.0
9402026-08-10T19:35:55.850Z Downloaded wnaf v0.14.0
9412026-08-10T19:35:55.856Z Downloaded yansi v1.0.1
9422026-08-10T19:35:55.860Z Downloaded num-integer v0.1.46
9432026-08-10T19:35:55.864Z Downloaded crypto-common v0.2.2
9442026-08-10T19:35:55.867Z Downloaded illumos-nvpair-sys v0.2.0
9452026-08-10T19:35:55.871Z Downloaded uzers v0.12.2
9462026-08-10T19:35:55.871Z Downloaded darling v0.13.4
9472026-08-10T19:35:55.874Z Downloaded percent-encoding v2.3.2
9482026-08-10T19:35:55.874Z Downloaded nibble_vec v0.1.0
9492026-08-10T19:35:55.874Z Downloaded oso v0.27.3
9502026-08-10T19:35:55.874Z Downloaded rand_seeder v0.4.0
9512026-08-10T19:35:55.878Z Downloaded maybe-uninit v2.0.0
9522026-08-10T19:35:55.880Z Downloaded multimap v0.10.1
9532026-08-10T19:35:55.880Z Downloaded openssl-macros v0.1.1
9542026-08-10T19:35:55.883Z Downloaded progenitor-impl v0.14.0
9552026-08-10T19:35:55.887Z Downloaded ryu v1.0.23
9562026-08-10T19:35:55.891Z Downloaded num-iter v0.1.45
9572026-08-10T19:35:55.893Z Downloaded olpc-cjson v0.1.4
9582026-08-10T19:35:55.898Z Downloaded icu_normalizer v2.1.1
9592026-08-10T19:35:55.900Z Downloaded indicatif v0.18.4
9602026-08-10T19:35:55.904Z Downloaded ed25519-dalek v3.0.0
9612026-08-10T19:35:55.907Z Downloaded serde_urlencoded v0.7.1
9622026-08-10T19:35:55.907Z Downloaded memmap2 v0.9.10
9632026-08-10T19:35:55.907Z Downloaded string_cache v0.8.9
9642026-08-10T19:35:55.907Z Downloaded thiserror-no-std v2.0.2
9652026-08-10T19:35:55.910Z Downloaded tokio-dtrace v0.1.1
9662026-08-10T19:35:55.910Z Downloaded tokio-tungstenite v0.21.0
9672026-08-10T19:35:55.910Z Downloaded scheduled-thread-pool v0.2.7
9682026-08-10T19:35:55.913Z Downloaded sapling-renderdag v0.1.0
9692026-08-10T19:35:55.913Z Downloaded scopeguard v1.2.0
9702026-08-10T19:35:55.916Z Downloaded serde_cbor v0.11.2
9712026-08-10T19:35:55.920Z Downloaded socket2 v0.6.3
9722026-08-10T19:35:55.928Z Downloaded vte v0.14.1
9732026-08-10T19:35:55.931Z Downloaded sigpipe v0.1.3
9742026-08-10T19:35:55.931Z Downloaded thiserror-impl-no-std v2.0.2
9752026-08-10T19:35:55.934Z Downloaded structmeta-derive v0.3.0
9762026-08-10T19:35:55.937Z Downloaded whoami v1.6.1
9772026-08-10T19:35:55.937Z Downloaded impl-trait-for-tuples v0.2.3
9782026-08-10T19:35:55.937Z Downloaded sync_wrapper v1.0.2
9792026-08-10T19:35:55.937Z Downloaded defmt-macros v1.0.1
9802026-08-10T19:35:55.941Z Downloaded sync-ptr v0.1.4
9812026-08-10T19:35:55.941Z Downloaded tower-layer v0.3.3
9822026-08-10T19:35:55.941Z Downloaded tower-service v0.3.3
9832026-08-10T19:35:55.943Z Downloaded utf8_iter v1.0.4
9842026-08-10T19:35:55.943Z Downloaded ecdsa v0.16.9
9852026-08-10T19:35:55.944Z Downloaded crossbeam-epoch v0.9.18
9862026-08-10T19:35:55.944Z Downloaded crc v3.4.0
9872026-08-10T19:35:55.947Z Downloaded cpufeatures v0.3.0
9882026-08-10T19:35:55.947Z Downloaded toml_edit v0.19.15
9892026-08-10T19:35:55.953Z Downloaded quinn-udp v0.5.14
9902026-08-10T19:35:55.956Z Downloaded toml v1.1.2+spec-1.1.0
9912026-08-10T19:35:55.960Z Downloaded progenitor-impl v0.13.0
9922026-08-10T19:35:55.960Z Downloaded void v1.0.2
9932026-08-10T19:35:55.960Z Downloaded waitgroup v0.1.2
9942026-08-10T19:35:55.960Z Downloaded parse-display v0.10.0
9952026-08-10T19:35:55.960Z Downloaded pem-rfc7468 v1.0.0
9962026-08-10T19:35:55.964Z Downloaded progenitor-extras v0.2.0
9972026-08-10T19:35:55.964Z Downloaded rand_core v0.10.0
9982026-08-10T19:35:55.964Z Downloaded hyper v1.10.1
9992026-08-10T19:35:55.967Z Downloaded icu_normalizer_data v2.1.1
10002026-08-10T19:35:55.970Z Downloaded kstat-rs v0.2.5
10012026-08-10T19:35:55.973Z Downloaded endian-type v0.1.2
10022026-08-10T19:35:55.977Z Downloaded pin-project-lite v0.2.17
10032026-08-10T19:35:55.979Z Downloaded usdt-impl v0.6.0
10042026-08-10T19:35:55.983Z Downloaded num-bigint v0.4.6
10052026-08-10T19:35:55.985Z Downloaded slog-term v2.9.2
10062026-08-10T19:35:55.985Z Downloaded md-5 v0.10.6
10072026-08-10T19:35:55.990Z Downloaded smallvec v0.6.14
10082026-08-10T19:35:55.992Z Downloaded idna_adapter v1.2.1
10092026-08-10T19:35:55.992Z Downloaded p256 v0.14.0
10102026-08-10T19:35:55.998Z Downloaded hashbrown v0.15.5
10112026-08-10T19:35:56.001Z Downloaded prefix-trie v0.7.0
10122026-08-10T19:35:56.004Z Downloaded cookie v0.18.1
10132026-08-10T19:35:56.004Z Downloaded drift v0.2.0
10142026-08-10T19:35:56.009Z Downloaded zeroize v1.9.0
10152026-08-10T19:35:56.012Z Downloaded libefi-sys v0.1.0
10162026-08-10T19:35:56.012Z Downloaded term v0.7.0
10172026-08-10T19:35:56.015Z Downloaded predicates-tree v1.0.13
10182026-08-10T19:35:56.018Z Downloaded tokio-util v0.7.18
10192026-08-10T19:35:56.021Z Downloaded convert_case v0.10.0
10202026-08-10T19:35:56.024Z Downloaded rcgen v0.12.1
10212026-08-10T19:35:56.027Z Downloaded crc-any v2.5.0
10222026-08-10T19:35:56.027Z Downloaded rustyline v14.0.0
10232026-08-10T19:35:56.030Z Downloaded omicron-zone-package v0.12.3
10242026-08-10T19:35:56.033Z Downloaded ecdsa v0.17.0
10252026-08-10T19:35:56.036Z Downloaded derive_builder_core v0.20.2
10262026-08-10T19:35:56.036Z Downloaded toml_edit v0.23.10+spec-1.0.0
10272026-08-10T19:35:56.039Z Downloaded tower-http v0.6.8
10282026-08-10T19:35:56.042Z Downloaded hashbrown v0.16.1
10292026-08-10T19:35:56.045Z Downloaded qorb v0.4.1
10302026-08-10T19:35:56.048Z Downloaded data-encoding v2.10.0
10312026-08-10T19:35:56.051Z Downloaded darling_macro v0.23.0
10322026-08-10T19:35:56.051Z Downloaded internal-russh-num-bigint v0.5.0
10332026-08-10T19:35:56.054Z Downloaded lru-slab v0.1.2
10342026-08-10T19:35:56.056Z Downloaded num-bigint-dig v0.8.6
10352026-08-10T19:35:56.059Z Downloaded ipnetwork v0.21.1
10362026-08-10T19:35:56.060Z Downloaded futures-util v0.3.32
10372026-08-10T19:35:56.065Z Downloaded hkdf v0.13.0
10382026-08-10T19:35:56.068Z Downloaded typed-path v0.9.3
10392026-08-10T19:35:56.071Z Downloaded linear-map v1.2.0
10402026-08-10T19:35:56.074Z Downloaded parking_lot_core v0.8.6
10412026-08-10T19:35:56.074Z Downloaded jiff-core v0.1.0
10422026-08-10T19:35:56.077Z Downloaded darling_macro v0.13.4
10432026-08-10T19:35:56.077Z Downloaded precomputed-hash v0.1.1
10442026-08-10T19:35:56.077Z Downloaded recursive-proc-macro-impl v0.1.1
10452026-08-10T19:35:56.077Z Downloaded openssl-probe v0.2.1
10462026-08-10T19:35:56.078Z Downloaded quick-error v1.2.3
10472026-08-10T19:35:56.078Z Downloaded schemars v0.8.22
10482026-08-10T19:35:56.083Z Downloaded multer v3.1.0
10492026-08-10T19:35:56.086Z Downloaded num-complex v0.4.6
10502026-08-10T19:35:56.086Z Downloaded secrecy v0.8.0
10512026-08-10T19:35:56.086Z Downloaded hkdf v0.12.4
10522026-08-10T19:35:56.089Z Downloaded tracing-core v0.1.36
10532026-08-10T19:35:56.089Z Downloaded diff v0.1.13
10542026-08-10T19:35:56.093Z Downloaded rustversion v1.0.22
10552026-08-10T19:35:56.093Z Downloaded unicode-bidi v0.3.18
10562026-08-10T19:35:56.096Z Downloaded zstd-safe v7.2.4
10572026-08-10T19:35:56.097Z Downloaded tokio-rustls v0.26.4
10582026-08-10T19:35:56.097Z Downloaded universal-hash v0.5.1
10592026-08-10T19:35:56.097Z Downloaded derive-where v1.6.0
10602026-08-10T19:35:56.100Z Downloaded mio v1.2.0
10612026-08-10T19:35:56.102Z Downloaded rand_chacha v0.9.0
10622026-08-10T19:35:56.102Z Downloaded dropshot_endpoint v0.17.1
10632026-08-10T19:35:56.105Z Downloaded icu_provider v2.1.1
10642026-08-10T19:35:56.108Z Downloaded itertools v0.13.0
10652026-08-10T19:35:56.111Z Downloaded rayon-core v1.13.0
10662026-08-10T19:35:56.111Z Downloaded slog-stdlog v4.1.1
10672026-08-10T19:35:56.115Z Downloaded ssh-encoding v0.3.0
10682026-08-10T19:35:56.115Z Downloaded pin-project v1.1.11
10692026-08-10T19:35:56.120Z Downloaded schemars v1.2.1
10702026-08-10T19:35:56.128Z Downloaded try-lock v0.2.5
10712026-08-10T19:35:56.131Z Downloaded winnow v0.6.26
10722026-08-10T19:35:56.135Z Downloaded aho-corasick v1.1.4
10732026-08-10T19:35:56.138Z Downloaded pkcs5 v0.8.1
10742026-08-10T19:35:56.141Z Downloaded ctr v0.10.1
10752026-08-10T19:35:56.141Z Downloaded vergen-lib v0.1.6
10762026-08-10T19:35:56.141Z Downloaded indent_write v2.2.0
10772026-08-10T19:35:56.144Z Downloaded nonempty v0.12.0
10782026-08-10T19:35:56.144Z Downloaded diesel_derives v2.3.7
10792026-08-10T19:35:56.147Z Downloaded native-tls v0.2.18
10802026-08-10T19:35:56.147Z Downloaded nu-ansi-term v0.50.3
10812026-08-10T19:35:56.150Z Downloaded parse-display-derive v0.10.0
10822026-08-10T19:35:56.150Z Downloaded h2 v0.4.15
10832026-08-10T19:35:56.152Z Downloaded peg v0.8.5
10842026-08-10T19:35:56.155Z Downloaded der v0.7.10
10852026-08-10T19:35:56.158Z Downloaded itertools v0.10.5
10862026-08-10T19:35:56.161Z Downloaded postgres-types v0.2.12
10872026-08-10T19:35:56.161Z Downloaded strum_macros v0.26.4
10882026-08-10T19:35:56.164Z Downloaded darling_core v0.23.0
10892026-08-10T19:35:56.167Z Downloaded zerotrie v0.2.3
10902026-08-10T19:35:56.167Z Downloaded nom v8.0.0
10912026-08-10T19:35:56.170Z Downloaded salsa20 v0.11.0
10922026-08-10T19:35:56.173Z Downloaded sec1 v0.8.1
10932026-08-10T19:35:56.173Z Downloaded signal-hook-registry v1.4.8
10942026-08-10T19:35:56.173Z Downloaded slog-json v2.6.1
10952026-08-10T19:35:56.173Z Downloaded md5 v0.8.0
10962026-08-10T19:35:56.176Z Downloaded term v1.2.1
10972026-08-10T19:35:56.176Z Downloaded walkdir v2.5.0
10982026-08-10T19:35:56.179Z Downloaded synstructure v0.13.2
10992026-08-10T19:35:56.179Z Downloaded typify-macro v0.6.2
11002026-08-10T19:35:56.179Z Downloaded ident_case v1.0.1
11012026-08-10T19:35:56.179Z Downloaded rawzip v0.4.4
11022026-08-10T19:35:56.182Z Downloaded quick-xml v0.37.5
11032026-08-10T19:35:56.186Z Downloaded crossbeam-deque v0.8.6
11042026-08-10T19:35:56.194Z Downloaded twox-hash v2.1.2
11052026-08-10T19:35:56.197Z Downloaded embedded-io v0.4.0
11062026-08-10T19:35:56.197Z Downloaded ingot-macros v0.2.0
11072026-08-10T19:35:56.197Z Downloaded xshell v0.2.7
11082026-08-10T19:35:56.200Z Downloaded xattr v1.6.1
11092026-08-10T19:35:56.200Z Downloaded toml_parser v1.1.2+spec-1.1.0
11102026-08-10T19:35:56.200Z Downloaded steno v0.4.1
11112026-08-10T19:35:56.203Z Downloaded zerovec-derive v0.11.2
11122026-08-10T19:35:56.206Z Downloaded samael v0.0.19
11132026-08-10T19:35:56.209Z Downloaded derive-ex v0.1.8
11142026-08-10T19:35:56.209Z Downloaded ppv-lite86 v0.2.21
11152026-08-10T19:35:56.209Z Downloaded peg-runtime v0.8.5
11162026-08-10T19:35:56.212Z Downloaded digest-io v0.1.0
11172026-08-10T19:35:56.212Z Downloaded inout v0.1.4
11182026-08-10T19:35:56.215Z Downloaded bitvec v1.0.1
11192026-08-10T19:35:56.222Z Downloaded slog-async v2.8.0
11202026-08-10T19:35:56.225Z Downloaded mime_guess v2.0.5
11212026-08-10T19:35:56.228Z Downloaded tokio-tungstenite v0.23.1
11222026-08-10T19:35:56.232Z Downloaded potential_utf v0.1.4
11232026-08-10T19:35:56.235Z Downloaded russh-cryptovec v0.62.0
11242026-08-10T19:35:56.235Z Downloaded serde_with_macros v1.5.2
11252026-08-10T19:35:56.235Z Downloaded x509-cert v0.2.5
11262026-08-10T19:35:56.238Z Downloaded crypto-bigint v0.5.5
11272026-08-10T19:35:56.241Z Downloaded indoc v2.0.7
11282026-08-10T19:35:56.244Z Downloaded zerocopy-derive v0.8.40
11292026-08-10T19:35:56.248Z Downloaded derive_more-impl v2.1.1
11302026-08-10T19:35:56.250Z Downloaded ed25519 v3.0.0
11312026-08-10T19:35:56.253Z Downloaded time-macros v0.2.27
11322026-08-10T19:35:56.253Z Downloaded vergen-gitcl v1.0.8
11332026-08-10T19:35:56.253Z Downloaded der_derive v0.7.3
11342026-08-10T19:35:56.257Z Downloaded zerofrom-derive v0.1.6
11352026-08-10T19:35:56.257Z Downloaded crc8 v0.1.1
11362026-08-10T19:35:56.257Z Downloaded time-core v0.1.8
11372026-08-10T19:35:56.257Z Downloaded wyz v0.5.1
11382026-08-10T19:35:56.257Z Downloaded newline-converter v0.3.0
11392026-08-10T19:35:56.260Z Downloaded sqlparser_derive v0.5.0
11402026-08-10T19:35:56.260Z Downloaded topological-sort v0.2.2
11412026-08-10T19:35:56.260Z Downloaded poly1305 v0.8.0
11422026-08-10T19:35:56.260Z Downloaded untrusted v0.9.0
11432026-08-10T19:35:56.260Z Downloaded rayon v1.11.0
11442026-08-10T19:35:56.265Z Downloaded regex v1.12.3
11452026-08-10T19:35:56.268Z Downloaded tinyvec v1.10.0
11462026-08-10T19:35:56.271Z Downloaded typify v0.6.2
11472026-08-10T19:35:56.273Z Downloaded progenitor-client v0.13.0
11482026-08-10T19:35:56.273Z Downloaded dropshot-api-manager-types v0.7.2
11492026-08-10T19:35:56.273Z Downloaded subtle v2.6.1
11502026-08-10T19:35:56.273Z Downloaded r2d2 v0.8.10
11512026-08-10T19:35:56.276Z Downloaded rand_core v0.6.4
11522026-08-10T19:35:56.276Z Downloaded rand v0.9.2
11532026-08-10T19:35:56.276Z Downloaded ena v0.14.4
11542026-08-10T19:35:56.279Z Downloaded resolv-conf v0.7.6
11552026-08-10T19:35:56.279Z Downloaded signature v2.2.0
11562026-08-10T19:35:56.279Z Downloaded sqlformat v0.3.5
11572026-08-10T19:35:56.283Z Downloaded rustc_version v0.4.1
11582026-08-10T19:35:56.286Z Downloaded zerofrom v0.1.6
11592026-08-10T19:35:56.286Z Downloaded keccak v0.1.6
11602026-08-10T19:35:56.286Z Downloaded enum-as-inner v0.6.1
11612026-08-10T19:35:56.289Z Downloaded dropshot-api-manager v0.7.2
11622026-08-10T19:35:56.292Z Downloaded libloading v0.8.9
11632026-08-10T19:35:56.297Z Downloaded crossbeam-channel v0.5.15
11642026-08-10T19:35:56.299Z Downloaded jobserver v0.1.34
11652026-08-10T19:35:56.302Z Downloaded libbz2-rs-sys v0.2.2
11662026-08-10T19:35:56.307Z Downloaded newtype_derive v0.1.6
11672026-08-10T19:35:56.310Z Downloaded darling v0.21.3
11682026-08-10T19:35:56.310Z Downloaded serde_derive_internals v0.29.1
11692026-08-10T19:35:56.312Z Downloaded ed25519 v2.2.3
11702026-08-10T19:35:56.316Z Downloaded prettyplease v0.2.37
11712026-08-10T19:35:56.325Z Downloaded git2 v0.20.4
11722026-08-10T19:35:56.328Z Downloaded salty v0.3.0
11732026-08-10T19:35:56.331Z Downloaded rsa v0.10.0-rc.18
11742026-08-10T19:35:56.334Z Downloaded scuffle v0.1.0
11752026-08-10T19:35:56.337Z Downloaded des v0.9.0
11762026-08-10T19:35:56.340Z Downloaded litrs v1.0.0
11772026-08-10T19:35:56.340Z Downloaded ml-kem v0.3.2
11782026-08-10T19:35:56.343Z Downloaded num_enum v0.5.11
11792026-08-10T19:35:56.343Z Downloaded stringprep v0.1.5
11802026-08-10T19:35:56.346Z Downloaded ed25519-dalek v2.2.0
11812026-08-10T19:35:56.346Z Downloaded itertools v0.12.1
11822026-08-10T19:35:56.349Z Downloaded serde_path_to_error v0.1.20
11832026-08-10T19:35:56.352Z Downloaded derive_more v0.99.20
11842026-08-10T19:35:56.355Z Downloaded proc-macro-error2 v2.0.1
11852026-08-10T19:35:56.355Z Downloaded tap v1.0.1
11862026-08-10T19:35:56.355Z Downloaded litemap v0.8.1
11872026-08-10T19:35:56.358Z Downloaded winnow v0.5.40
11882026-08-10T19:35:56.361Z Downloaded openssl-sys v0.9.117
11892026-08-10T19:35:56.365Z Downloaded darling_core v0.21.3
11902026-08-10T19:35:56.369Z Downloaded num-traits v0.2.19
11912026-08-10T19:35:56.372Z Downloaded blake3 v1.8.5
11922026-08-10T19:35:56.375Z Downloaded unicode-segmentation v1.12.0
11932026-08-10T19:35:56.378Z Downloaded tokio-stream v0.1.18
11942026-08-10T19:35:56.381Z Downloaded zopfli v0.8.3
11952026-08-10T19:35:56.384Z Downloaded iddqd v0.4.2
11962026-08-10T19:35:56.387Z Downloaded ipnet v2.11.0
11972026-08-10T19:35:56.390Z Downloaded minimal-lexical v0.2.1
11982026-08-10T19:35:56.393Z Downloaded phc v0.6.1
11992026-08-10T19:35:56.393Z Downloaded subprocess v0.2.15
12002026-08-10T19:35:56.396Z Downloaded bindgen v0.71.1
12012026-08-10T19:35:56.399Z Downloaded tower v0.5.3
12022026-08-10T19:35:56.402Z Downloaded zip v4.6.1
12032026-08-10T19:35:56.405Z Downloaded snafu v0.8.9
12042026-08-10T19:35:56.408Z Downloaded test-strategy v0.4.5
12052026-08-10T19:35:56.411Z Downloaded elliptic-curve v0.14.1
12062026-08-10T19:35:56.414Z Downloaded darling v0.23.0
12072026-08-10T19:35:56.414Z Downloaded libm v0.2.16
12082026-08-10T19:35:56.420Z Downloaded serde_yaml v0.9.34+deprecated
12092026-08-10T19:35:56.422Z Downloaded parking_lot v0.12.5
12102026-08-10T19:35:56.425Z Downloaded darling_core v0.13.4
12112026-08-10T19:35:56.425Z Downloaded tabled v0.20.0
12122026-08-10T19:35:56.435Z Downloaded aws-lc-rs v1.16.3
12132026-08-10T19:35:56.441Z Downloaded chrono v0.4.45
12142026-08-10T19:35:56.445Z Downloaded rustls-webpki v0.103.13
12152026-08-10T19:35:56.448Z Downloaded nom v7.1.3
12162026-08-10T19:35:56.451Z Downloaded ron v0.8.1
12172026-08-10T19:35:56.454Z Downloaded vcpkg v0.2.15
12182026-08-10T19:35:56.476Z Downloaded crypto-primes v0.7.2
12192026-08-10T19:35:56.479Z Downloaded portable-atomic v1.13.1
12202026-08-10T19:35:56.483Z Downloaded proptest v1.11.0
12212026-08-10T19:35:56.488Z Downloaded url v2.5.8
12222026-08-10T19:35:56.491Z Downloaded sha3 v0.12.0
12232026-08-10T19:35:56.494Z Downloaded tough v0.22.0
12242026-08-10T19:35:56.496Z Downloaded tokio-postgres v0.7.16
12252026-08-10T19:35:56.499Z Downloaded goblin v0.10.5
12262026-08-10T19:35:56.503Z Downloaded idna v1.1.0
12272026-08-10T19:35:56.506Z Downloaded moka v0.12.13
12282026-08-10T19:35:56.510Z Downloaded tungstenite v0.23.0
12292026-08-10T19:35:56.512Z Downloaded itertools v0.14.0
12302026-08-10T19:35:56.516Z Downloaded rand v0.8.6
12312026-08-10T19:35:56.519Z Downloaded ssh-key v0.7.0-rc.11
12322026-08-10T19:35:56.522Z Downloaded libxml v0.3.3
12332026-08-10T19:35:56.525Z Downloaded zerovec v0.11.5
12342026-08-10T19:35:56.528Z Downloaded der v0.8.0
12352026-08-10T19:35:56.534Z Downloaded unicode-normalization v0.1.25
12362026-08-10T19:35:56.543Z Downloaded iri-string v0.7.10
12372026-08-10T19:35:56.547Z Downloaded icu_properties_data v2.1.2
12382026-08-10T19:35:56.552Z Downloaded p521 v0.14.0
12392026-08-10T19:35:56.555Z Downloaded serde_with v1.14.0
12402026-08-10T19:35:56.558Z Downloaded winnow v1.0.3
12412026-08-10T19:35:56.562Z Downloaded time v0.3.47
12422026-08-10T19:35:56.569Z Downloaded crossterm v0.28.1
12432026-08-10T19:35:56.575Z Downloaded zlib-rs v0.6.2
12442026-08-10T19:35:56.579Z Downloaded crossterm v0.29.0
12452026-08-10T19:35:56.582Z Downloaded reqwest v0.12.28
12462026-08-10T19:35:56.586Z Downloaded russh v0.62.4
12472026-08-10T19:35:56.591Z Downloaded itertools v0.15.0
12482026-08-10T19:35:56.595Z Downloaded zerocopy v0.8.40
12492026-08-10T19:35:56.605Z Downloaded openssl v0.10.80
12502026-08-10T19:35:56.609Z Downloaded lalrpop v0.19.12
12512026-08-10T19:35:56.623Z Downloaded reqwest v0.13.2
12522026-08-10T19:35:56.627Z Downloaded curve25519-dalek v4.1.3
12532026-08-10T19:35:56.632Z Downloaded reedline v0.40.0
12542026-08-10T19:35:56.636Z Downloaded bstr v1.12.1
12552026-08-10T19:35:56.641Z Downloaded smoltcp v0.9.1
12562026-08-10T19:35:56.646Z Downloaded regex-syntax v0.6.29
12572026-08-10T19:35:56.650Z Downloaded hickory-proto v0.24.4
12582026-08-10T19:35:56.659Z Downloaded object v0.37.3
12592026-08-10T19:35:56.666Z Downloaded radix_trie v0.2.1
12602026-08-10T19:35:56.670Z Downloaded crypto-bigint v0.7.5
12612026-08-10T19:35:56.678Z Downloaded polar-core v0.27.3
12622026-08-10T19:35:56.683Z Downloaded curve25519-dalek v5.0.0
12632026-08-10T19:35:56.688Z Downloaded nix v0.28.0
12642026-08-10T19:35:56.694Z Downloaded p384 v0.13.1
12652026-08-10T19:35:56.697Z Downloaded serde_with v3.21.0
12662026-08-10T19:35:56.704Z Downloaded hickory-proto v0.25.2
12672026-08-10T19:35:56.713Z Downloaded nix v0.27.1
12682026-08-10T19:35:56.720Z Downloaded nix v0.31.2
12692026-08-10T19:35:56.726Z Downloaded smoltcp v0.11.0
12702026-08-10T19:35:56.733Z Downloaded quinn-proto v0.11.16
12712026-08-10T19:35:56.737Z Downloaded petname v2.0.2
12722026-08-10T19:35:56.743Z Downloaded openapiv3 v2.2.0
12732026-08-10T19:35:56.761Z Downloaded rustls v0.23.41
12742026-08-10T19:35:56.771Z Downloaded dropshot v0.17.1
12752026-08-10T19:35:56.784Z Downloaded diesel v2.3.7
12762026-08-10T19:35:56.798Z Downloaded regress v0.11.1
12772026-08-10T19:35:56.803Z Downloaded tracing v0.1.44
12782026-08-10T19:35:56.817Z Downloaded object v0.30.4
12792026-08-10T19:35:56.823Z Downloaded rustix v0.38.44
12802026-08-10T19:35:56.837Z Downloaded regress v0.10.5
12812026-08-10T19:35:56.842Z Downloaded sled v0.34.7
12822026-08-10T19:35:56.848Z Downloaded sqlparser v0.61.0
12832026-08-10T19:35:56.855Z Downloaded regex-automata v0.4.14
12842026-08-10T19:35:56.864Z Downloaded regex-syntax v0.8.10
12852026-08-10T19:35:56.868Z Downloaded zerocopy-derive v0.6.6
12862026-08-10T19:35:56.874Z Downloaded sha3 v0.11.0
12872026-08-10T19:35:56.877Z Downloaded ratatui v0.29.0
12882026-08-10T19:35:56.890Z Downloaded typify-impl v0.6.2
12892026-08-10T19:35:56.899Z Downloaded sha3 v0.10.8
12902026-08-10T19:35:56.915Z Downloaded csv v1.4.0
12912026-08-10T19:35:56.963Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-08-10T19:35:56.972Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-08-10T19:35:57.004Z Downloaded petgraph v0.6.5
12942026-08-10T19:35:57.030Z Downloaded chrono-tz v0.10.4
12952026-08-10T19:35:57.053Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12962026-08-10T19:35:57.064Z Downloaded jiff v0.2.34
12972026-08-10T19:35:57.096Z Downloaded petgraph v0.8.3
12982026-08-10T19:35:57.114Z Downloaded libz-sys v1.1.24
12992026-08-10T19:35:57.126Z Downloaded tokio v1.52.1
13002026-08-10T19:35:57.200Z Downloaded encoding_rs v0.8.35
13012026-08-10T19:35:57.227Z Downloaded ring v0.17.14
13022026-08-10T19:35:57.722Z Downloaded aws-lc-sys v0.40.0
13032026-08-10T19:35:57.982Z Compiling libc v0.2.185
13042026-08-10T19:35:57.982Z Compiling serde_core v1.0.228
13052026-08-10T19:35:57.983Z Compiling serde v1.0.228
13062026-08-10T19:35:57.985Z Compiling log v0.4.29
13072026-08-10T19:35:57.986Z Compiling smallvec v1.15.1
13082026-08-10T19:35:57.986Z Compiling shlex v1.3.0
13092026-08-10T19:35:57.986Z Compiling find-msvc-tools v0.1.9
13102026-08-10T19:35:57.986Z Compiling subtle v2.6.1
13112026-08-10T19:35:58.177Z Compiling scopeguard v1.2.0
13122026-08-10T19:35:58.177Z Compiling stable_deref_trait v1.2.1
13132026-08-10T19:35:58.178Z Compiling typenum v1.20.1
13142026-08-10T19:35:58.178Z Compiling zerocopy v0.8.40
13152026-08-10T19:35:58.178Z Compiling portable-atomic v1.13.1
13162026-08-10T19:35:58.178Z Compiling serde_json v1.0.151
13172026-08-10T19:35:58.178Z Compiling syn v2.0.117
13182026-08-10T19:35:58.178Z Compiling critical-section v1.2.0
13192026-08-10T19:35:58.337Z Compiling lock_api v0.4.14
13202026-08-10T19:35:58.350Z Compiling libm v0.2.16
13212026-08-10T19:35:58.364Z Compiling num-traits v0.2.19
13222026-08-10T19:35:58.397Z Compiling pkg-config v0.3.32
13232026-08-10T19:35:58.446Z Compiling generic-array v0.14.7
13242026-08-10T19:35:58.492Z Compiling getrandom v0.4.1
13252026-08-10T19:35:58.507Z Compiling const-oid v0.9.6
13262026-08-10T19:35:58.533Z Compiling pin-project-lite v0.2.17
13272026-08-10T19:35:58.536Z Compiling parking_lot_core v0.9.12
13282026-08-10T19:35:58.566Z Compiling rand_core v0.10.0
13292026-08-10T19:35:58.614Z Compiling writeable v0.6.2
13302026-08-10T19:35:58.669Z Compiling futures-core v0.3.32
13312026-08-10T19:35:58.716Z Compiling litemap v0.8.1
13322026-08-10T19:35:58.752Z Compiling percent-encoding v2.3.2
13332026-08-10T19:35:58.766Z Compiling icu_normalizer_data v2.1.1
13342026-08-10T19:35:58.791Z Compiling icu_properties_data v2.1.2
13352026-08-10T19:35:58.841Z Compiling getrandom v0.3.4
13362026-08-10T19:35:58.859Z Compiling futures-sink v0.3.32
13372026-08-10T19:35:58.876Z Compiling futures-task v0.3.32
13382026-08-10T19:35:58.960Z Compiling utf8_iter v1.0.4
13392026-08-10T19:35:58.976Z Compiling futures-channel v0.3.32
13402026-08-10T19:35:58.990Z Compiling futures-io v0.3.32
13412026-08-10T19:35:59.018Z Compiling slab v0.4.12
13422026-08-10T19:35:59.047Z Compiling rustix v1.1.3
13432026-08-10T19:35:59.077Z Compiling form_urlencoded v1.2.2
13442026-08-10T19:35:59.128Z Compiling errno v0.3.14
13452026-08-10T19:35:59.141Z Compiling jobserver v0.1.34
13462026-08-10T19:35:59.155Z Compiling getrandom v0.2.17
13472026-08-10T19:35:59.214Z Compiling mio v1.2.0
13482026-08-10T19:35:59.225Z Compiling socket2 v0.6.3
13492026-08-10T19:35:59.243Z Compiling signal-hook-registry v1.4.8
13502026-08-10T19:35:59.282Z Compiling rustversion v1.0.22
13512026-08-10T19:35:59.299Z Compiling iana-time-zone v0.1.65
13522026-08-10T19:35:59.334Z Compiling once_cell v1.21.3
13532026-08-10T19:35:59.418Z Compiling cc v1.2.56
13542026-08-10T19:35:59.443Z Compiling rand_core v0.6.4
13552026-08-10T19:35:59.461Z Compiling parking_lot v0.12.5
13562026-08-10T19:35:59.494Z Compiling base64ct v1.8.3
13572026-08-10T19:35:59.523Z Compiling fs_extra v1.3.0
13582026-08-10T19:35:59.555Z Compiling dunce v1.0.5
13592026-08-10T19:35:59.585Z Compiling regex-syntax v0.8.10
13602026-08-10T19:35:59.659Z Compiling flagset v0.4.7
13612026-08-10T19:35:59.680Z Compiling ident_case v1.0.1
13622026-08-10T19:35:59.712Z Compiling base64 v0.22.1
13632026-08-10T19:35:59.718Z Compiling vcpkg v0.2.15
13642026-08-10T19:35:59.741Z Compiling pem-rfc7468 v0.7.0
13652026-08-10T19:35:59.807Z Compiling rand_core v0.9.5
13662026-08-10T19:35:59.821Z Compiling syn v1.0.109
13672026-08-10T19:35:59.826Z Compiling tracing-core v0.1.36
13682026-08-10T19:35:59.851Z Compiling dyn-clone v1.0.20
13692026-08-10T19:35:59.855Z Compiling cpufeatures v0.2.17
13702026-08-10T19:35:59.882Z Compiling aws-lc-rs v1.16.3
13712026-08-10T19:35:59.910Z Compiling schemars v0.8.22
13722026-08-10T19:35:59.953Z Compiling spin v0.9.8
13732026-08-10T19:36:00.014Z Compiling cmov v0.5.4
13742026-08-10T19:36:00.063Z Compiling openssl-probe v0.2.1
13752026-08-10T19:36:00.079Z Compiling httparse v1.10.1
13762026-08-10T19:36:00.114Z Compiling tinyvec_macros v0.1.1
13772026-08-10T19:36:00.160Z Compiling crc32fast v1.5.0
13782026-08-10T19:36:00.190Z Compiling cmake v0.1.57
13792026-08-10T19:36:00.207Z Compiling ctutils v0.4.2
13802026-08-10T19:36:00.207Z Compiling tinyvec v1.10.0
13812026-08-10T19:36:00.210Z Compiling aho-corasick v1.1.4
13822026-08-10T19:36:00.265Z Compiling tower-layer v0.3.3
13832026-08-10T19:36:00.269Z Compiling radium v0.7.0
13842026-08-10T19:36:00.322Z Compiling bitflags v2.11.0
13852026-08-10T19:36:00.444Z Compiling semver v1.0.28
13862026-08-10T19:36:00.459Z Compiling indexmap v2.14.0
13872026-08-10T19:36:00.463Z Compiling uuid v1.23.4
13882026-08-10T19:36:00.560Z Compiling try-lock v0.2.5
13892026-08-10T19:36:00.574Z Compiling tower-service v0.3.3
13902026-08-10T19:36:00.588Z Compiling untrusted v0.7.1
13912026-08-10T19:36:00.604Z Compiling atomic-waker v1.1.2
13922026-08-10T19:36:00.681Z Compiling want v0.3.1
13932026-08-10T19:36:00.715Z Compiling rustc_version v0.4.1
13942026-08-10T19:36:00.729Z Compiling tap v1.0.1
13952026-08-10T19:36:00.750Z Compiling untrusted v0.9.0
13962026-08-10T19:36:00.812Z Compiling foreign-types-shared v0.1.1
13972026-08-10T19:36:00.838Z Compiling httpdate v1.0.3
13982026-08-10T19:36:00.854Z Compiling simd-adler32 v0.3.8
13992026-08-10T19:36:00.868Z Compiling rustls v0.23.41
14002026-08-10T19:36:00.884Z Compiling maybe-uninit v2.0.0
14012026-08-10T19:36:00.910Z Compiling openssl v0.10.80
14022026-08-10T19:36:00.947Z Compiling foreign-types v0.3.2
14032026-08-10T19:36:01.032Z Compiling wyz v0.5.1
14042026-08-10T19:36:01.075Z Compiling synstructure v0.13.2
14052026-08-10T19:36:01.078Z Compiling aws-lc-sys v0.40.0
14062026-08-10T19:36:01.104Z Compiling openssl-sys v0.9.117
14072026-08-10T19:36:01.120Z Compiling serde_derive_internals v0.29.1
14082026-08-10T19:36:01.171Z Compiling pest_generator v2.8.6
14092026-08-10T19:36:01.187Z Compiling regex-automata v0.4.14
14102026-08-10T19:36:01.191Z Compiling darling_core v0.20.11
14112026-08-10T19:36:01.242Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14122026-08-10T19:36:01.271Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-08-10T19:36:01.286Z Compiling unicode-normalization v0.1.25
14142026-08-10T19:36:01.615Z Compiling tempfile v3.25.0
14152026-08-10T19:36:01.630Z Compiling terminal_size v0.4.3
14162026-08-10T19:36:01.690Z Compiling num-integer v0.1.46
14172026-08-10T19:36:01.733Z Compiling wait-timeout v0.2.1
14182026-08-10T19:36:01.749Z Compiling ahash v0.8.12
14192026-08-10T19:36:01.789Z Compiling native-tls v0.2.18
14202026-08-10T19:36:01.807Z Compiling num-conv v0.2.0
14212026-08-10T19:36:01.963Z Compiling quick-error v1.2.3
14222026-08-10T19:36:01.978Z Compiling bit-vec v0.8.0
14232026-08-10T19:36:01.997Z Compiling adler2 v2.0.1
14242026-08-10T19:36:02.024Z Compiling time-core v0.1.8
14252026-08-10T19:36:02.044Z Compiling num-bigint-dig v0.8.6
14262026-08-10T19:36:02.060Z Compiling packed_struct v0.10.1
14272026-08-10T19:36:02.063Z Compiling funty v2.0.0
14282026-08-10T19:36:02.063Z Compiling powerfmt v0.2.0
14292026-08-10T19:36:02.093Z Compiling clap_builder v4.6.0
14302026-08-10T19:36:02.108Z Compiling rusty-fork v0.3.1
14312026-08-10T19:36:02.156Z Compiling miniz_oxide v0.8.9
14322026-08-10T19:36:02.198Z Compiling time-macros v0.2.27
14332026-08-10T19:36:02.231Z Compiling bit-set v0.8.0
14342026-08-10T19:36:02.252Z Compiling num-iter v0.1.45
14352026-08-10T19:36:02.290Z Compiling deranged v0.5.8
14362026-08-10T19:36:02.411Z Compiling lazy_static v1.5.0
14372026-08-10T19:36:02.415Z Compiling rand_xorshift v0.4.0
14382026-08-10T19:36:02.460Z Compiling bitvec v1.0.1
14392026-08-10T19:36:02.479Z Compiling anstyle-parse v0.2.7
14402026-08-10T19:36:02.528Z Compiling sync_wrapper v1.0.2
14412026-08-10T19:36:02.617Z Compiling indexmap v1.9.3
14422026-08-10T19:36:02.646Z Compiling siphasher v1.0.2
14432026-08-10T19:36:02.673Z Compiling crc-catalog v2.4.0
14442026-08-10T19:36:02.688Z Compiling unarray v0.1.4
14452026-08-10T19:36:02.782Z Compiling usdt-impl v0.6.0
14462026-08-10T19:36:02.803Z Compiling crossbeam-utils v0.8.21
14472026-08-10T19:36:02.818Z Compiling nodrop v0.1.14
14482026-08-10T19:36:02.834Z Compiling num_threads v0.1.7
14492026-08-10T19:36:02.850Z Compiling zlib-rs v0.6.2
14502026-08-10T19:36:02.903Z Compiling serde_derive v1.0.228
14512026-08-10T19:36:02.929Z Compiling zeroize_derive v1.5.0
14522026-08-10T19:36:02.947Z Compiling zerofrom-derive v0.1.6
14532026-08-10T19:36:03.005Z Compiling zerocopy-derive v0.8.40
14542026-08-10T19:36:03.114Z Compiling yoke-derive v0.8.1
14552026-08-10T19:36:03.311Z Compiling zerovec-derive v0.11.2
14562026-08-10T19:36:03.326Z Compiling displaydoc v0.2.5
14572026-08-10T19:36:03.341Z Compiling tokio-macros v2.7.0
14582026-08-10T19:36:03.639Z Compiling futures-macro v0.3.32
14592026-08-10T19:36:03.662Z Compiling zeroize v1.9.0
14602026-08-10T19:36:03.971Z Compiling der_derive v0.7.3
14612026-08-10T19:36:04.121Z Compiling thiserror-impl v2.0.18
14622026-08-10T19:36:04.136Z Compiling tracing-attributes v0.1.31
14632026-08-10T19:36:04.353Z Compiling rustls-pki-types v1.14.0
14642026-08-10T19:36:04.392Z Compiling schemars_derive v0.8.22
14652026-08-10T19:36:04.430Z Compiling zerofrom v0.1.6
14662026-08-10T19:36:04.473Z Compiling crypto-common v0.1.7
14672026-08-10T19:36:04.476Z Compiling block-buffer v0.10.4
14682026-08-10T19:36:04.505Z Compiling futures-util v0.3.32
14692026-08-10T19:36:04.568Z Compiling yoke v0.8.1
14702026-08-10T19:36:04.645Z Compiling digest v0.10.7
14712026-08-10T19:36:04.682Z Compiling hybrid-array v0.4.13
14722026-08-10T19:36:04.771Z Compiling zerovec v0.11.5
14732026-08-10T19:36:04.825Z Compiling zerotrie v0.2.3
14742026-08-10T19:36:04.918Z Compiling sha2 v0.10.9
14752026-08-10T19:36:04.960Z Compiling der v0.7.10
14762026-08-10T19:36:05.142Z Compiling scroll_derive v0.13.1
14772026-08-10T19:36:05.158Z Compiling pest_derive v2.8.6
14782026-08-10T19:36:05.304Z Compiling tinystr v0.8.2
14792026-08-10T19:36:05.502Z Compiling icu_locale_core v2.1.1
14802026-08-10T19:36:05.519Z Compiling potential_utf v0.1.4
14812026-08-10T19:36:05.535Z Compiling thiserror v2.0.18
14822026-08-10T19:36:05.538Z Compiling tracing v0.1.44
14832026-08-10T19:36:05.538Z Compiling signature v2.2.0
14842026-08-10T19:36:05.661Z Compiling icu_collections v2.1.1
14852026-08-10T19:36:05.678Z Compiling darling_macro v0.20.11
14862026-08-10T19:36:05.711Z Compiling openssl-macros v0.1.1
14872026-08-10T19:36:05.727Z Compiling thiserror-impl v1.0.69
14882026-08-10T19:36:05.767Z Compiling hmac v0.12.1
14892026-08-10T19:36:05.842Z Compiling spki v0.7.3
14902026-08-10T19:36:05.951Z Compiling packed_struct_codegen v0.10.1
14912026-08-10T19:36:06.010Z Compiling pkcs8 v0.10.2
14922026-08-10T19:36:06.066Z Compiling scroll v0.13.0
14932026-08-10T19:36:06.136Z Compiling icu_provider v2.1.1
14942026-08-10T19:36:06.176Z Compiling zerocopy-derive v0.6.6
14952026-08-10T19:36:06.214Z Compiling bitfield-macros v0.19.4
14962026-08-10T19:36:06.230Z Compiling darling v0.20.11
14972026-08-10T19:36:06.259Z Compiling clap_derive v4.6.1
14982026-08-10T19:36:06.291Z Compiling paste v1.0.15
14992026-08-10T19:36:06.323Z Compiling goblin v0.10.5
15002026-08-10T19:36:06.352Z Compiling derive_builder_core v0.20.2
15012026-08-10T19:36:06.407Z Compiling icu_normalizer v2.1.1
15022026-08-10T19:36:06.451Z Compiling bytes v1.11.1
15032026-08-10T19:36:06.510Z Compiling icu_properties v2.1.2
15042026-08-10T19:36:06.577Z Compiling chrono v0.4.45
15052026-08-10T19:36:06.853Z Compiling ipnet v2.11.0
15062026-08-10T19:36:06.980Z Compiling tokio v1.52.1
15072026-08-10T19:36:06.996Z Compiling http v1.4.2
15082026-08-10T19:36:07.043Z Compiling hex v0.4.3
15092026-08-10T19:36:07.070Z Compiling thiserror v1.0.69
15102026-08-10T19:36:07.097Z Compiling serde_spanned v0.6.9
15112026-08-10T19:36:07.113Z Compiling toml_datetime v0.6.11
15122026-08-10T19:36:07.239Z Compiling zerocopy v0.6.6
15132026-08-10T19:36:07.257Z Compiling bitfield v0.19.4
15142026-08-10T19:36:07.362Z Compiling pkcs1 v0.7.5
15152026-08-10T19:36:07.381Z Compiling ppv-lite86 v0.2.21
15162026-08-10T19:36:07.395Z Compiling idna_adapter v1.2.1
15172026-08-10T19:36:07.552Z Compiling idna v1.1.0
15182026-08-10T19:36:07.588Z Compiling flate2 v1.1.9
15192026-08-10T19:36:07.603Z Compiling dtrace-parser v0.3.0
15202026-08-10T19:36:07.635Z Compiling http-body v1.0.1
15212026-08-10T19:36:07.718Z Compiling rand_chacha v0.9.0
15222026-08-10T19:36:07.770Z Compiling rand_chacha v0.3.1
15232026-08-10T19:36:07.804Z Compiling http-body-util v0.1.3
15242026-08-10T19:36:07.917Z Compiling url v2.5.8
15252026-08-10T19:36:07.932Z Compiling rand v0.9.2
15262026-08-10T19:36:07.987Z Compiling rand v0.8.6
15272026-08-10T19:36:08.021Z Compiling time v0.3.47
15282026-08-10T19:36:08.082Z Compiling clap v4.6.1
15292026-08-10T19:36:08.182Z Compiling structmeta-derive v0.3.0
15302026-08-10T19:36:08.226Z Compiling scroll_derive v0.12.1
15312026-08-10T19:36:08.291Z Compiling array-init v0.0.4
15322026-08-10T19:36:08.432Z Compiling crc v3.4.0
15332026-08-10T19:36:08.551Z Compiling proptest v1.11.0
15342026-08-10T19:36:08.647Z Compiling anstream v0.6.21
15352026-08-10T19:36:08.756Z Compiling smallvec v0.6.14
15362026-08-10T19:36:08.790Z Compiling darling_core v0.23.0
15372026-08-10T19:36:08.863Z Compiling heapless v0.7.17
15382026-08-10T19:36:08.929Z Compiling slog v2.8.2
15392026-08-10T19:36:08.950Z Compiling thread-id v5.1.0
15402026-08-10T19:36:08.982Z Compiling env_filter v1.0.0
15412026-08-10T19:36:08.997Z Compiling cookie v0.18.1
15422026-08-10T19:36:09.037Z Compiling anyhow v1.0.102
15432026-08-10T19:36:09.124Z Compiling dof v0.4.0
15442026-08-10T19:36:09.139Z Compiling winnow v0.5.40
15452026-08-10T19:36:09.203Z Compiling zstd-safe v7.2.4
15462026-08-10T19:36:09.230Z Compiling allocator-api2 v0.2.21
15472026-08-10T19:36:09.301Z Compiling ipnetwork v0.21.1
15482026-08-10T19:36:09.316Z Compiling unicode-bidi v0.3.18
15492026-08-10T19:36:09.363Z Compiling ryu v1.0.23
15502026-08-10T19:36:09.418Z Compiling base64 v0.21.7
15512026-08-10T19:36:09.561Z Compiling signal-hook v0.3.18
15522026-08-10T19:36:09.576Z Compiling unicode-properties v0.1.4
15532026-08-10T19:36:09.670Z Compiling iri-string v0.7.10
15542026-08-10T19:36:09.688Z Compiling hashbrown v0.12.3
15552026-08-10T19:36:09.718Z Compiling rsa v0.9.10
15562026-08-10T19:36:09.786Z Compiling stringprep v0.1.5
15572026-08-10T19:36:09.815Z Compiling ron v0.8.1
15582026-08-10T19:36:09.830Z Compiling oxnet v0.1.6
15592026-08-10T19:36:09.939Z Compiling serde_urlencoded v0.7.1
15602026-08-10T19:36:10.254Z Compiling structmeta v0.3.0
15612026-08-10T19:36:10.335Z Compiling env_logger v0.11.9
15622026-08-10T19:36:10.425Z Compiling scroll v0.12.0
15632026-08-10T19:36:10.441Z Compiling toml_edit v0.19.15
15642026-08-10T19:36:10.480Z Compiling serde-hex v0.1.0
15652026-08-10T19:36:10.494Z Compiling camino v1.2.2
15662026-08-10T19:36:10.582Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15672026-08-10T19:36:10.607Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15682026-08-10T19:36:10.714Z Compiling bzip2 v0.4.4
15692026-08-10T19:36:10.728Z Compiling hashbrown v0.13.2
15702026-08-10T19:36:10.794Z Compiling derive_builder_macro v0.20.2
15712026-08-10T19:36:10.900Z Compiling tokio-util v0.7.18
15722026-08-10T19:36:10.941Z Compiling tower v0.5.3
15732026-08-10T19:36:11.151Z Compiling newtype-uuid v1.3.2
15742026-08-10T19:36:11.222Z Compiling tokio-native-tls v0.3.1
15752026-08-10T19:36:11.237Z Compiling serde_tokenstream v0.2.3
15762026-08-10T19:36:11.299Z Compiling erased-serde v0.3.31
15772026-08-10T19:36:11.315Z Compiling x509-cert v0.2.5
15782026-08-10T19:36:11.342Z Compiling darling_macro v0.23.0
15792026-08-10T19:36:11.413Z Compiling tower-http v0.6.8
15802026-08-10T19:36:11.447Z Compiling block-padding v0.4.2
15812026-08-10T19:36:11.504Z Compiling block-buffer v0.12.1
15822026-08-10T19:36:11.569Z Compiling crypto-common v0.2.2
15832026-08-10T19:36:11.625Z Compiling h2 v0.4.15
15842026-08-10T19:36:11.713Z Compiling md-5 v0.10.6
15852026-08-10T19:36:11.801Z Compiling rustls-native-certs v0.8.3
15862026-08-10T19:36:11.837Z Compiling bstr v1.12.1
15872026-08-10T19:36:11.856Z Compiling pin-project-internal v1.1.11
15882026-08-10T19:36:11.898Z Compiling zerocopy-derive v0.7.35
15892026-08-10T19:36:11.955Z Compiling async-trait v0.1.89
15902026-08-10T19:36:12.105Z Compiling daft-derive v0.1.7
15912026-08-10T19:36:12.220Z Compiling curve25519-dalek v4.1.3
15922026-08-10T19:36:12.507Z Compiling vergen-lib v9.1.0
15932026-08-10T19:36:12.597Z Compiling hash32 v0.2.1
15942026-08-10T19:36:12.703Z Compiling encoding_rs v0.8.35
15952026-08-10T19:36:12.816Z Compiling memoffset v0.9.1
15962026-08-10T19:36:12.841Z Compiling smoltcp v0.9.1
15972026-08-10T19:36:12.858Z Compiling psl-types v2.0.11
15982026-08-10T19:36:12.895Z Compiling rustix v0.38.44
15992026-08-10T19:36:12.910Z Compiling fallible-iterator v0.2.0
16002026-08-10T19:36:12.955Z Compiling cfg_aliases v0.2.1
16012026-08-10T19:36:13.002Z Compiling crc-any v2.5.0
16022026-08-10T19:36:13.039Z Compiling ref-cast v1.0.25
16032026-08-10T19:36:13.042Z Compiling mime v0.3.17
16042026-08-10T19:36:13.071Z Compiling litrs v1.0.0
16052026-08-10T19:36:13.074Z Compiling nix v0.31.2
16062026-08-10T19:36:13.130Z Compiling pin-project v1.1.11
16072026-08-10T19:36:13.282Z Compiling postgres-protocol v0.6.10
16082026-08-10T19:36:13.313Z Compiling publicsuffix v2.3.0
16092026-08-10T19:36:13.316Z Compiling daft v0.1.7
16102026-08-10T19:36:13.358Z Compiling zerocopy v0.7.35
16112026-08-10T19:36:13.443Z Compiling darling v0.23.0
16122026-08-10T19:36:13.456Z Compiling toml v0.7.8
16132026-08-10T19:36:13.524Z Compiling inout v0.2.2
16142026-08-10T19:36:13.539Z Compiling derive_builder v0.20.2
16152026-08-10T19:36:13.543Z Compiling object v0.30.4
16162026-08-10T19:36:13.637Z Compiling document-features v0.2.12
16172026-08-10T19:36:13.656Z Compiling zip v0.6.6
16182026-08-10T19:36:13.687Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-10T19:36:13.722Z Compiling goblin v0.8.2
16202026-08-10T19:36:13.874Z Compiling derive-ex v0.1.8
16212026-08-10T19:36:13.954Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-10T19:36:14.227Z Compiling futures-executor v0.3.32
16232026-08-10T19:36:14.260Z Compiling hubpack_derive v0.1.1
16242026-08-10T19:36:14.274Z Compiling regex v1.12.3
16252026-08-10T19:36:14.277Z Compiling snafu-derive v0.8.9
16262026-08-10T19:36:14.313Z Compiling curve25519-dalek-derive v0.1.1
16272026-08-10T19:36:14.328Z Compiling ref-cast-impl v1.0.25
16282026-08-10T19:36:14.403Z Compiling strum_macros v0.27.2
16292026-08-10T19:36:14.505Z Compiling phf_shared v0.13.1
16302026-08-10T19:36:14.520Z Compiling vergen v9.1.0
16312026-08-10T19:36:14.723Z Compiling cargo-platform v0.3.2
16322026-08-10T19:36:14.749Z Compiling ff v0.13.1
16332026-08-10T19:36:14.769Z Compiling fs-err v3.3.0
16342026-08-10T19:36:14.784Z Compiling base16ct v0.2.0
16352026-08-10T19:36:14.912Z Compiling hyper v1.10.1
16362026-08-10T19:36:14.933Z Compiling path-slash v0.1.5
16372026-08-10T19:36:14.981Z Compiling unicode-segmentation v1.12.0
16382026-08-10T19:36:14.984Z Compiling managed v0.8.0
16392026-08-10T19:36:15.012Z Compiling either v1.15.0
16402026-08-10T19:36:15.025Z Compiling libbz2-rs-sys v0.2.2
16412026-08-10T19:36:15.086Z Compiling foldhash v0.1.5
16422026-08-10T19:36:15.233Z Compiling bumpalo v3.20.2
16432026-08-10T19:36:15.236Z Compiling object v0.37.3
16442026-08-10T19:36:15.279Z Compiling bitflags v1.3.2
16452026-08-10T19:36:15.373Z Compiling same-file v1.0.6
16462026-08-10T19:36:15.396Z Compiling jiff-core v0.1.0
16472026-08-10T19:36:15.399Z Compiling foldhash v0.2.0
16482026-08-10T19:36:15.504Z Compiling walkdir v2.5.0
16492026-08-10T19:36:15.559Z Compiling bzip2 v0.6.1
16502026-08-10T19:36:15.594Z Compiling hashbrown v0.16.1
16512026-08-10T19:36:15.628Z Compiling test-strategy v0.4.5
16522026-08-10T19:36:15.654Z Compiling zopfli v0.8.3
16532026-08-10T19:36:15.790Z Compiling hashbrown v0.15.5
16542026-08-10T19:36:15.918Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16552026-08-10T19:36:16.208Z Compiling hyper-util v0.1.20
16562026-08-10T19:36:16.256Z Compiling snafu v0.8.9
16572026-08-10T19:36:16.333Z Compiling jiff v0.2.34
16582026-08-10T19:36:16.373Z Compiling dof v0.3.0
16592026-08-10T19:36:16.425Z Compiling strum v0.27.2
16602026-08-10T19:36:16.527Z Compiling cargo_metadata v0.23.1
16612026-08-10T19:36:16.560Z Compiling sec1 v0.7.3
16622026-08-10T19:36:16.575Z Compiling group v0.13.0
16632026-08-10T19:36:16.615Z Compiling hubpack v0.1.2
16642026-08-10T19:36:16.634Z Compiling phf v0.13.1
16652026-08-10T19:36:16.667Z Compiling futures v0.3.32
16662026-08-10T19:36:16.763Z Compiling signal-hook-mio v0.2.5
16672026-08-10T19:36:16.778Z Compiling cookie_store v0.22.1
16682026-08-10T19:36:16.823Z Compiling zstd v0.13.3
16692026-08-10T19:36:16.852Z Compiling cipher v0.5.2
16702026-08-10T19:36:16.899Z Compiling postgres-types v0.2.12
16712026-08-10T19:36:17.100Z Compiling serde_with_macros v3.21.0
16722026-08-10T19:36:17.177Z Compiling globset v0.4.18
16732026-08-10T19:36:17.250Z Compiling usdt-macro v0.6.0
16742026-08-10T19:36:17.265Z Compiling usdt-attr-macro v0.6.0
16752026-08-10T19:36:17.288Z Compiling byte-wrapper v0.1.0
16762026-08-10T19:36:17.343Z Compiling dtrace-parser v0.2.0
16772026-08-10T19:36:17.451Z Compiling serde_plain v1.0.2
16782026-08-10T19:36:17.477Z Compiling serde-big-array v0.5.1
16792026-08-10T19:36:17.641Z Compiling hyper-tls v0.6.0
16802026-08-10T19:36:17.655Z Compiling olpc-cjson v0.1.4
16812026-08-10T19:36:17.671Z Compiling ed25519 v2.2.3
16822026-08-10T19:36:17.832Z Compiling reqwest v0.12.28
16832026-08-10T19:36:17.863Z Compiling hkdf v0.12.4
16842026-08-10T19:36:17.891Z Compiling crypto-bigint v0.5.5
16852026-08-10T19:36:17.909Z Compiling async-recursion v1.1.1
16862026-08-10T19:36:17.996Z Compiling serde_repr v0.1.20
16872026-08-10T19:36:18.053Z Compiling strum_macros v0.26.4
16882026-08-10T19:36:18.068Z Compiling enum-as-inner v0.6.1
16892026-08-10T19:36:18.111Z Compiling phf_shared v0.11.3
16902026-08-10T19:36:18.169Z Compiling float-cmp v0.10.0
16912026-08-10T19:36:18.301Z Compiling pem v3.0.6
16922026-08-10T19:36:18.331Z Compiling thread-id v4.2.2
16932026-08-10T19:36:18.346Z Compiling memmap2 v0.9.10
16942026-08-10T19:36:18.362Z Compiling data-encoding v2.10.0
16952026-08-10T19:36:18.432Z Compiling keccak v0.1.6
16962026-08-10T19:36:18.595Z Compiling precomputed-hash v0.1.1
16972026-08-10T19:36:18.595Z Compiling typed-path v0.9.3
16982026-08-10T19:36:18.632Z Compiling whoami v2.1.0
16992026-08-10T19:36:18.649Z Compiling fixedbitset v0.5.7
17002026-08-10T19:36:18.652Z Compiling new_debug_unreachable v1.0.6
17012026-08-10T19:36:18.652Z Compiling difflib v0.4.0
17022026-08-10T19:36:18.708Z Compiling winnow v1.0.3
17032026-08-10T19:36:18.753Z Compiling fixedbitset v0.4.2
17042026-08-10T19:36:18.879Z Compiling const-oid v0.10.2
17052026-08-10T19:36:18.967Z Compiling predicates-core v1.0.10
17062026-08-10T19:36:18.992Z Compiling normalize-line-endings v0.3.0
17072026-08-10T19:36:19.028Z Compiling static_assertions v1.1.0
17082026-08-10T19:36:19.072Z Compiling cpufeatures v0.3.0
17092026-08-10T19:36:19.099Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17102026-08-10T19:36:19.114Z Compiling predicates v3.1.4
17112026-08-10T19:36:19.118Z Compiling digest v0.11.3
17122026-08-10T19:36:19.118Z Compiling toml_parser v1.1.2+spec-1.1.0
17132026-08-10T19:36:19.163Z Compiling chacha20 v0.10.0
17142026-08-10T19:36:19.166Z Compiling toml_edit v0.22.27
17152026-08-10T19:36:19.209Z Compiling elliptic-curve v0.13.8
17162026-08-10T19:36:19.255Z Compiling petgraph v0.6.5
17172026-08-10T19:36:19.381Z Compiling tokio-postgres v0.7.16
17182026-08-10T19:36:19.556Z Compiling petgraph v0.8.3
17192026-08-10T19:36:19.660Z Compiling string_cache v0.8.9
17202026-08-10T19:36:19.771Z Compiling hickory-proto v0.25.2
17212026-08-10T19:36:19.811Z Compiling sha3 v0.10.8
17222026-08-10T19:36:19.825Z Compiling zip v4.6.1
17232026-08-10T19:36:19.859Z Compiling usdt v0.6.0
17242026-08-10T19:36:19.920Z Compiling usdt-impl v0.5.0
17252026-08-10T19:36:19.943Z Compiling strum v0.26.3
17262026-08-10T19:36:19.990Z Compiling serde_with v3.21.0
17272026-08-10T19:36:20.097Z Compiling crossterm v0.28.1
17282026-08-10T19:36:20.112Z Compiling ed25519-dalek v2.2.0
17292026-08-10T19:36:20.155Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17302026-08-10T19:36:20.711Z Compiling iddqd v0.4.2
17312026-08-10T19:36:20.804Z Compiling similar v2.7.0
17322026-08-10T19:36:21.077Z Compiling heck v0.4.1
17332026-08-10T19:36:21.320Z Compiling itertools v0.13.0
17342026-08-10T19:36:21.400Z Compiling itertools v0.15.0
17352026-08-10T19:36:21.520Z Compiling tokio-stream v0.1.18
17362026-08-10T19:36:21.644Z Compiling crossbeam-epoch v0.9.18
17372026-08-10T19:36:21.665Z Compiling buf-list v1.1.2
17382026-08-10T19:36:21.705Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-10T19:36:21.720Z Compiling openapiv3 v2.2.0
17402026-08-10T19:36:21.796Z Compiling peg-runtime v0.8.5
17412026-08-10T19:36:21.955Z Compiling lalrpop-util v0.19.12
17422026-08-10T19:36:21.971Z Compiling thread_local v1.1.9
17432026-08-10T19:36:21.986Z Compiling slog-async v2.8.0
17442026-08-10T19:36:22.003Z Compiling crossbeam-channel v0.5.15
17452026-08-10T19:36:22.018Z Compiling filetime v0.2.27
17462026-08-10T19:36:22.022Z Compiling is-terminal v0.4.17
17472026-08-10T19:36:22.049Z Compiling term v1.2.1
17482026-08-10T19:36:22.094Z Compiling take_mut v0.2.2
17492026-08-10T19:36:22.148Z Compiling xattr v1.6.1
17502026-08-10T19:36:22.171Z Compiling camino-tempfile v1.4.1
17512026-08-10T19:36:22.329Z Compiling slog-term v2.9.2
17522026-08-10T19:36:22.343Z Compiling tar v0.4.46
17532026-08-10T19:36:39.813Z Compiling rustls-webpki v0.103.13
17542026-08-10T19:36:42.464Z Compiling tokio-rustls v0.26.4
17552026-08-10T19:36:42.465Z Compiling rustls-platform-verifier v0.6.2
17562026-08-10T19:36:42.465Z Compiling tough v0.22.0
17572026-08-10T19:36:42.674Z Compiling hyper-rustls v0.27.7
17582026-08-10T19:36:42.866Z Compiling reqwest v0.13.2
17592026-08-10T19:36:45.004Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17602026-08-10T19:36:45.241Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17612026-08-10T19:36:48.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.50s
17622026-08-10T19:36:48.300Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17632026-08-10T19:36:48.358ZAug 10 19:36:47.996 INFO Starting download, target: Clickhouse
17642026-08-10T19:36:48.358ZAug 10 19:36:47.997 INFO Starting download, target: DendriteStub
17652026-08-10T19:36:48.358ZAug 10 19:36:47.997 INFO Starting download, target: Cockroach
17662026-08-10T19:36:48.361ZAug 10 19:36:47.997 INFO Starting download, target: MaghemiteMgd
17672026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Starting download, target: MaghemiteDdmd
17682026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Starting download, target: TransceiverControl
17692026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Starting download, target: Console
17702026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17712026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17722026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17742026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-08-10T19:36:48.362ZAug 10 19:36:47.997 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17772026-08-10T19:36:48.708ZAug 10 19:36:48.336 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-08-10T19:36:48.915ZAug 10 19:36:48.543 INFO Download complete, target: TransceiverControl
17792026-08-10T19:36:49.960ZAug 10 19:36:49.596 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17802026-08-10T19:36:50.267ZAug 10 19:36:49.828 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-08-10T19:36:50.458ZAug 10 19:36:50.086 INFO Download complete, target: Console
17822026-08-10T19:36:50.583ZAug 10 19:36:50.210 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-10T19:36:50.978ZAug 10 19:36:50.614 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-08-10T19:36:51.075ZAug 10 19:36:50.714 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17852026-08-10T19:36:51.075ZAug 10 19:36:50.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17862026-08-10T19:36:51.187ZAug 10 19:36:50.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17872026-08-10T19:36:51.872ZAug 10 19:36:51.510 INFO Download complete, target: MaghemiteDdmd
17882026-08-10T19:36:53.198ZAug 10 19:36:52.832 INFO Download complete, target: MaghemiteMgd
17892026-08-10T19:36:53.535ZAug 10 19:36:53.172 INFO Download complete, target: DendriteStub
17902026-08-10T19:36:55.777ZAug 10 19:36:55.416 INFO Checking that binary works, target: Cockroach
17912026-08-10T19:36:55.909ZAug 10 19:36:55.547 INFO Download complete, target: Cockroach
17922026-08-10T19:36:58.004ZAug 10 19:36:57.618 INFO Checking that binary works, target: Clickhouse
17932026-08-10T19:36:58.067ZAug 10 19:36:57.701 INFO Download complete, target: Clickhouse
17942026-08-10T19:36:58.109ZAll prerequisites installed successfully
17952026-08-10T19:36:58.109Z
17962026-08-10T19:36:58.109Zreal 1:53.305453018
17972026-08-10T19:36:58.109Zuser 7:11.171944908
17982026-08-10T19:36:58.109Zsys 1:43.990604623
17992026-08-10T19:36:58.109Ztrap 0.298491754
18002026-08-10T19:36:58.109Ztflt 1.056632726
18012026-08-10T19:36:58.109Zdflt 1.881066009
18022026-08-10T19:36:58.109Zkflt 0.027570478
18032026-08-10T19:36:58.109Zlock 28:29.584805888
18042026-08-10T19:36:58.109Zslp 19:40.833896922
18052026-08-10T19:36:58.109Zlat 26.033988145
18062026-08-10T19:36:58.109Zstop 3:31.918186492
18072026-08-10T19:36:58.109Z+ ptime -m cargo xtask download softnpu
18082026-08-10T19:36:58.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18092026-08-10T19:36:58.567Z Running `target/debug/xtask download softnpu`
18102026-08-10T19:36:59.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18112026-08-10T19:36:59.394Z Running `target/debug/xtask-downloader softnpu`
18122026-08-10T19:36:59.437ZAug 10 19:36:59.075 INFO Starting download, target: Softnpu
18132026-08-10T19:36:59.441ZAug 10 19:36:59.075 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18142026-08-10T19:37:00.832ZAug 10 19:37:00.451 INFO Download complete, target: Softnpu
18152026-08-10T19:37:00.890Z
18162026-08-10T19:37:00.890Zreal 2.739404573
18172026-08-10T19:37:00.890Zuser 1.340157152
18182026-08-10T19:37:00.890Zsys 0.622961022
18192026-08-10T19:37:00.891Ztrap 0.000808740
18202026-08-10T19:37:00.891Ztflt 0.000091350
18212026-08-10T19:37:00.891Zdflt 0.000076620
18222026-08-10T19:37:00.891Zkflt 0.000000000
18232026-08-10T19:37:00.891Zlock 26.101413907
18242026-08-10T19:37:00.891Zslp 1.216904863
18252026-08-10T19:37:00.891Zlat 0.091006875
18262026-08-10T19:37:00.891Zstop 0.000213940
18272026-08-10T19:37:00.891Z+ export CARGO_INCREMENTAL=0
18282026-08-10T19:37:00.891Z+ CARGO_INCREMENTAL=0
18292026-08-10T19:37:00.891Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18302026-08-10T19:37:01.728Z Compiling proc-macro2 v1.0.106
18312026-08-10T19:37:01.728Z Compiling quote v1.0.45
18322026-08-10T19:37:01.732Z Compiling unicode-ident v1.0.24
18332026-08-10T19:37:01.732Z Compiling libc v0.2.185
18342026-08-10T19:37:01.732Z Compiling serde_core v1.0.228
18352026-08-10T19:37:01.732Z Compiling serde v1.0.228
18362026-08-10T19:37:01.732Z Compiling cfg-if v1.0.4
18372026-08-10T19:37:01.732Z Compiling version_check v0.9.5
18382026-08-10T19:37:01.732Z Compiling autocfg v1.5.0
18392026-08-10T19:37:01.733Z Compiling find-msvc-tools v0.1.9
18402026-08-10T19:37:01.733Z Compiling shlex v1.3.0
18412026-08-10T19:37:01.733Z Compiling memchr v2.8.0
18422026-08-10T19:37:01.733Z Compiling zmij v1.0.21
18432026-08-10T19:37:01.733Z Compiling serde_json v1.0.151
18442026-08-10T19:37:01.979Z Compiling portable-atomic v1.13.1
18452026-08-10T19:37:02.092Z Compiling zerocopy v0.8.40
18462026-08-10T19:37:02.142Z Compiling libm v0.2.16
18472026-08-10T19:37:02.177Z Compiling getrandom v0.4.1
18482026-08-10T19:37:02.196Z Compiling parking_lot_core v0.9.12
18492026-08-10T19:37:02.196Z Compiling smallvec v1.15.1
18502026-08-10T19:37:02.343Z Compiling num-traits v0.2.19
18512026-08-10T19:37:02.375Z Compiling generic-array v0.14.7
18522026-08-10T19:37:02.409Z Compiling icu_properties_data v2.1.2
18532026-08-10T19:37:02.475Z Compiling icu_normalizer_data v2.1.1
18542026-08-10T19:37:02.479Z Compiling itoa v1.0.17
18552026-08-10T19:37:02.479Z Compiling log v0.4.29
18562026-08-10T19:37:02.502Z Compiling pkg-config v0.3.32
18572026-08-10T19:37:02.506Z Compiling subtle v2.6.1
18582026-08-10T19:37:02.626Z Compiling stable_deref_trait v1.2.1
18592026-08-10T19:37:02.677Z Compiling typenum v1.20.1
18602026-08-10T19:37:02.714Z Compiling getrandom v0.3.4
18612026-08-10T19:37:02.755Z Compiling scopeguard v1.2.0
18622026-08-10T19:37:02.758Z Compiling thiserror v2.0.18
18632026-08-10T19:37:02.804Z Compiling jobserver v0.1.34
18642026-08-10T19:37:02.835Z Compiling errno v0.3.14
18652026-08-10T19:37:02.855Z Compiling rustix v1.1.3
18662026-08-10T19:37:02.956Z Compiling lock_api v0.4.14
18672026-08-10T19:37:03.078Z Compiling cc v1.2.56
18682026-08-10T19:37:03.081Z Compiling rand_core v0.10.0
18692026-08-10T19:37:03.081Z Compiling getrandom v0.2.17
18702026-08-10T19:37:03.162Z Compiling heck v0.5.0
18712026-08-10T19:37:03.196Z Compiling equivalent v1.0.2
18722026-08-10T19:37:03.214Z Compiling syn v2.0.117
18732026-08-10T19:37:03.264Z Compiling rand_core v0.6.4
18742026-08-10T19:37:03.327Z Compiling pin-project-lite v0.2.17
18752026-08-10T19:37:03.330Z Compiling syn v1.0.109
18762026-08-10T19:37:03.372Z Compiling critical-section v1.2.0
18772026-08-10T19:37:03.473Z Compiling percent-encoding v2.3.2
18782026-08-10T19:37:03.513Z Compiling schemars v0.8.22
18792026-08-10T19:37:03.548Z Compiling litemap v0.8.1
18802026-08-10T19:37:03.564Z Compiling writeable v0.6.2
18812026-08-10T19:37:03.568Z Compiling hashbrown v0.17.0
18822026-08-10T19:37:03.653Z Compiling rustversion v1.0.22
18832026-08-10T19:37:03.689Z Compiling dunce v1.0.5
18842026-08-10T19:37:03.710Z Compiling once_cell v1.21.3
18852026-08-10T19:37:03.766Z Compiling fs_extra v1.3.0
18862026-08-10T19:37:03.834Z Compiling cmake v0.1.57
18872026-08-10T19:37:03.898Z Compiling byteorder v1.5.0
18882026-08-10T19:37:04.000Z Compiling strsim v0.11.1
18892026-08-10T19:37:04.079Z Compiling signal-hook-registry v1.4.8
18902026-08-10T19:37:04.140Z Compiling utf8_iter v1.0.4
18912026-08-10T19:37:04.199Z Compiling semver v1.0.28
18922026-08-10T19:37:04.287Z Compiling indexmap v2.14.0
18932026-08-10T19:37:04.313Z Compiling bitflags v2.11.0
18942026-08-10T19:37:04.371Z Compiling aws-lc-sys v0.40.0
18952026-08-10T19:37:04.382Z Compiling thiserror v1.0.69
18962026-08-10T19:37:04.421Z Compiling parking_lot v0.12.5
18972026-08-10T19:37:04.515Z Compiling form_urlencoded v1.2.2
18982026-08-10T19:37:04.534Z Compiling socket2 v0.6.3
18992026-08-10T19:37:04.590Z Compiling mio v1.2.0
19002026-08-10T19:37:04.693Z Compiling const-oid v0.9.6
19012026-08-10T19:37:04.728Z Compiling futures-core v0.3.32
19022026-08-10T19:37:04.831Z Compiling aws-lc-rs v1.16.3
19032026-08-10T19:37:04.940Z Compiling httparse v1.10.1
19042026-08-10T19:37:05.163Z Compiling ucd-trie v0.1.7
19052026-08-10T19:37:05.200Z Compiling regex-syntax v0.8.10
19062026-08-10T19:37:05.312Z Compiling fnv v1.0.7
19072026-08-10T19:37:05.344Z Compiling crc32fast v1.5.0
19082026-08-10T19:37:05.423Z Compiling pest v2.8.6
19092026-08-10T19:37:05.458Z Compiling iana-time-zone v0.1.65
19102026-08-10T19:37:05.471Z Compiling ident_case v1.0.1
19112026-08-10T19:37:05.474Z Compiling vcpkg v0.2.15
19122026-08-10T19:37:05.604Z Compiling uuid v1.23.4
19132026-08-10T19:37:05.665Z Compiling rustc_version v0.4.1
19142026-08-10T19:37:05.756Z Compiling rustls v0.23.41
19152026-08-10T19:37:05.839Z Compiling futures-sink v0.3.32
19162026-08-10T19:37:05.959Z Compiling futures-channel v0.3.32
19172026-08-10T19:37:06.012Z Compiling aho-corasick v1.1.4
19182026-08-10T19:37:06.029Z Compiling synstructure v0.13.2
19192026-08-10T19:37:06.076Z Compiling serde_derive_internals v0.29.1
19202026-08-10T19:37:06.087Z Compiling openssl-sys v0.9.117
19212026-08-10T19:37:06.226Z Compiling slab v0.4.12
19222026-08-10T19:37:06.232Z Compiling futures-io v0.3.32
19232026-08-10T19:37:06.238Z Compiling futures-task v0.3.32
19242026-08-10T19:37:06.499Z Compiling pest_meta v2.8.6
19252026-08-10T19:37:06.525Z Compiling num-conv v0.2.0
19262026-08-10T19:37:06.548Z Compiling plain v0.2.3
19272026-08-10T19:37:06.565Z Compiling dyn-clone v1.0.20
19282026-08-10T19:37:06.613Z Compiling time-core v0.1.8
19292026-08-10T19:37:06.629Z Compiling radium v0.7.0
19302026-08-10T19:37:06.674Z Compiling crossbeam-utils v0.8.21
19312026-08-10T19:37:06.736Z Compiling pretty-hex v0.4.1
19322026-08-10T19:37:06.749Z Compiling base64ct v1.8.3
19332026-08-10T19:37:06.772Z Compiling time-macros v0.2.27
19342026-08-10T19:37:06.831Z Compiling regex-automata v0.4.14
19352026-08-10T19:37:06.880Z Compiling base64 v0.22.1
19362026-08-10T19:37:06.902Z Compiling maybe-uninit v2.0.0
19372026-08-10T19:37:06.946Z Compiling openssl v0.10.80
19382026-08-10T19:37:07.015Z Compiling pem-rfc7468 v0.7.0
19392026-08-10T19:37:07.186Z Compiling pest_generator v2.8.6
19402026-08-10T19:37:07.196Z Compiling flagset v0.4.7
19412026-08-10T19:37:07.213Z Compiling darling_core v0.23.0
19422026-08-10T19:37:07.243Z Compiling rand_core v0.9.5
19432026-08-10T19:37:07.282Z Compiling serde_derive v1.0.228
19442026-08-10T19:37:07.302Z Compiling zeroize_derive v1.5.0
19452026-08-10T19:37:07.302Z Compiling zerofrom-derive v0.1.6
19462026-08-10T19:37:07.313Z Compiling yoke-derive v0.8.1
19472026-08-10T19:37:07.353Z Compiling zerocopy-derive v0.8.40
19482026-08-10T19:37:07.378Z Compiling zerovec-derive v0.11.2
19492026-08-10T19:37:07.409Z Compiling displaydoc v0.2.5
19502026-08-10T19:37:07.475Z Compiling tokio-macros v2.7.0
19512026-08-10T19:37:07.661Z Compiling futures-macro v0.3.32
19522026-08-10T19:37:07.728Z Compiling thiserror-impl v2.0.18
19532026-08-10T19:37:07.759Z Compiling schemars_derive v0.8.22
19542026-08-10T19:37:07.803Z Compiling der_derive v0.7.3
19552026-08-10T19:37:07.936Z Compiling zeroize v1.9.0
19562026-08-10T19:37:08.096Z Compiling tracing-attributes v0.1.31
19572026-08-10T19:37:08.199Z Compiling thiserror-impl v1.0.69
19582026-08-10T19:37:08.275Z Compiling pest_derive v2.8.6
19592026-08-10T19:37:08.420Z Compiling scroll_derive v0.13.1
19602026-08-10T19:37:08.437Z Compiling zerofrom v0.1.6
19612026-08-10T19:37:08.589Z Compiling yoke v0.8.1
19622026-08-10T19:37:08.742Z Compiling crypto-common v0.1.7
19632026-08-10T19:37:08.778Z Compiling zerovec v0.11.5
19642026-08-10T19:37:08.819Z Compiling zerotrie v0.2.3
19652026-08-10T19:37:08.892Z Compiling block-buffer v0.10.4
19662026-08-10T19:37:08.925Z Compiling futures-util v0.3.32
19672026-08-10T19:37:09.059Z Compiling digest v0.10.7
19682026-08-10T19:37:09.206Z Compiling scroll_derive v0.12.1
19692026-08-10T19:37:09.262Z Compiling tinystr v0.8.2
19702026-08-10T19:37:09.285Z Compiling potential_utf v0.1.4
19712026-08-10T19:37:09.304Z Compiling der v0.7.10
19722026-08-10T19:37:09.304Z Compiling openssl-macros v0.1.1
19732026-08-10T19:37:09.338Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19742026-08-10T19:37:09.341Z Compiling bzip2-sys v0.1.13+1.0.8
19752026-08-10T19:37:09.341Z Compiling ahash v0.8.12
19762026-08-10T19:37:09.461Z Compiling icu_locale_core v2.1.1
19772026-08-10T19:37:09.487Z Compiling icu_collections v2.1.1
19782026-08-10T19:37:09.647Z Compiling native-tls v0.2.18
19792026-08-10T19:37:09.667Z Compiling packed_struct v0.10.1
19802026-08-10T19:37:09.972Z Compiling anyhow v1.0.102
19812026-08-10T19:37:09.999Z Compiling num-bigint-dig v0.8.6
19822026-08-10T19:37:10.020Z Compiling darling_macro v0.23.0
19832026-08-10T19:37:10.161Z Compiling regex v1.12.3
19842026-08-10T19:37:10.195Z Compiling icu_provider v2.1.1
19852026-08-10T19:37:10.209Z Compiling zerocopy-derive v0.7.35
19862026-08-10T19:37:10.286Z Compiling spki v0.7.3
19872026-08-10T19:37:10.472Z Compiling bytes v1.11.1
19882026-08-10T19:37:10.519Z Compiling chrono v0.4.45
19892026-08-10T19:37:10.536Z Compiling icu_normalizer v2.1.1
19902026-08-10T19:37:10.540Z Compiling icu_properties v2.1.2
19912026-08-10T19:37:10.571Z Compiling serde_tokenstream v0.2.3
19922026-08-10T19:37:11.010Z Compiling tokio v1.52.1
19932026-08-10T19:37:11.103Z Compiling http v1.4.2
19942026-08-10T19:37:11.466Z Compiling idna_adapter v1.2.1
19952026-08-10T19:37:11.627Z Compiling idna v1.1.0
19962026-08-10T19:37:11.643Z Compiling ppv-lite86 v0.2.21
19972026-08-10T19:37:11.987Z Compiling url v2.5.8
19982026-08-10T19:37:12.017Z Compiling slog v2.8.2
19992026-08-10T19:37:12.057Z Compiling tracing-core v0.1.36
20002026-08-10T19:37:12.060Z Compiling cookie v0.18.1
20012026-08-10T19:37:12.088Z Compiling utf8parse v0.2.2
20022026-08-10T19:37:12.159Z Compiling camino v1.2.2
20032026-08-10T19:37:12.220Z Compiling cpufeatures v0.2.17
20042026-08-10T19:37:12.237Z Compiling rand_chacha v0.9.0
20052026-08-10T19:37:12.285Z Compiling darling v0.23.0
20062026-08-10T19:37:12.308Z Compiling toml_datetime v0.6.11
20072026-08-10T19:37:12.391Z Compiling serde_spanned v0.6.9
20082026-08-10T19:37:12.405Z Compiling clap_derive v4.6.1
20092026-08-10T19:37:12.423Z Compiling bitfield-macros v0.19.4
20102026-08-10T19:37:12.468Z Compiling tracing v0.1.44
20112026-08-10T19:37:12.551Z Compiling zerocopy-derive v0.6.6
20122026-08-10T19:37:12.567Z Compiling packed_struct_codegen v0.10.1
20132026-08-10T19:37:12.702Z Compiling indexmap v1.9.3
20142026-08-10T19:37:12.915Z Compiling paste v1.0.15
20152026-08-10T19:37:13.070Z Compiling anstyle v1.0.14
20162026-08-10T19:37:13.126Z Compiling rand v0.9.2
20172026-08-10T19:37:13.142Z Compiling http-body v1.0.1
20182026-08-10T19:37:13.249Z Compiling pkcs8 v0.10.2
20192026-08-10T19:37:13.321Z Compiling rustls-pki-types v1.14.0
20202026-08-10T19:37:13.468Z Compiling spin v0.9.8
20212026-08-10T19:37:13.505Z Compiling usdt-impl v0.5.0
20222026-08-10T19:37:13.553Z Compiling anstyle-query v1.1.5
20232026-08-10T19:37:13.680Z Compiling cmov v0.5.4
20242026-08-10T19:37:13.700Z Compiling is_terminal_polyfill v1.70.2
20252026-08-10T19:37:13.717Z Compiling tinyvec_macros v0.1.1
20262026-08-10T19:37:13.759Z Compiling colorchoice v1.0.4
20272026-08-10T19:37:13.817Z Compiling usdt-impl v0.6.0
20282026-08-10T19:37:13.889Z Compiling either v1.15.0
20292026-08-10T19:37:13.904Z Compiling ref-cast v1.0.25
20302026-08-10T19:37:13.940Z Compiling openssl-probe v0.2.1
20312026-08-10T19:37:14.003Z Compiling winnow v0.5.40
20322026-08-10T19:37:14.006Z Compiling fastrand v2.3.0
20332026-08-10T19:37:14.062Z Compiling ctutils v0.4.2
20342026-08-10T19:37:14.111Z Compiling tinyvec v1.10.0
20352026-08-10T19:37:14.201Z Compiling sha2 v0.10.9
20362026-08-10T19:37:14.364Z Compiling scroll v0.12.0
20372026-08-10T19:37:14.443Z Compiling scroll v0.13.0
20382026-08-10T19:37:14.472Z Compiling async-trait v0.1.89
20392026-08-10T19:37:14.559Z Compiling heapless v0.7.17
20402026-08-10T19:37:14.701Z Compiling try-lock v0.2.5
20412026-08-10T19:37:14.728Z Compiling tokio-util v0.7.18
20422026-08-10T19:37:14.744Z Compiling winnow v0.7.14
20432026-08-10T19:37:14.764Z Compiling tower-service v0.3.3
20442026-08-10T19:37:14.803Z Compiling atomic-waker v1.1.2
20452026-08-10T19:37:14.847Z Compiling winnow v1.0.3
20462026-08-10T19:37:14.861Z Compiling tower-layer v0.3.3
20472026-08-10T19:37:15.048Z Compiling zstd-safe v7.2.4
20482026-08-10T19:37:15.104Z Compiling untrusted v0.7.1
20492026-08-10T19:37:15.156Z Compiling rustix v0.38.44
20502026-08-10T19:37:15.207Z Compiling signal-hook v0.3.18
20512026-08-10T19:37:15.250Z Compiling litrs v1.0.0
20522026-08-10T19:37:15.296Z Compiling toml_parser v1.1.2+spec-1.1.0
20532026-08-10T19:37:15.376Z Compiling toml_edit v0.19.15
20542026-08-10T19:37:15.409Z Compiling tempfile v3.25.0
20552026-08-10T19:37:15.465Z Compiling h2 v0.4.15
20562026-08-10T19:37:15.712Z Compiling want v0.3.1
20572026-08-10T19:37:15.732Z Compiling document-features v0.2.12
20582026-08-10T19:37:15.895Z Compiling goblin v0.10.5
20592026-08-10T19:37:16.084Z Compiling goblin v0.8.2
20602026-08-10T19:37:16.100Z Compiling hybrid-array v0.4.13
20612026-08-10T19:37:16.261Z Compiling itertools v0.15.0
20622026-08-10T19:37:16.277Z Compiling anstyle-parse v1.0.0
20632026-08-10T19:37:16.281Z Compiling zerocopy v0.7.35
20642026-08-10T19:37:16.481Z Compiling ipnet v2.11.0
20652026-08-10T19:37:16.857Z Compiling structmeta-derive v0.3.0
20662026-08-10T19:37:16.909Z Compiling ref-cast-impl v1.0.25
20672026-08-10T19:37:16.932Z Compiling daft-derive v0.1.7
20682026-08-10T19:37:16.962Z Compiling darling_core v0.20.11
20692026-08-10T19:37:16.986Z Compiling curve25519-dalek v4.1.3
20702026-08-10T19:37:17.117Z Compiling memoffset v0.9.1
20712026-08-10T19:37:17.341Z Compiling foreign-types-shared v0.1.1
20722026-08-10T19:37:17.448Z Compiling powerfmt v0.2.0
20732026-08-10T19:37:17.578Z Compiling simd-adler32 v0.3.8
20742026-08-10T19:37:17.638Z Compiling httpdate v1.0.3
20752026-08-10T19:37:17.653Z Compiling tap v1.0.1
20762026-08-10T19:37:17.656Z Compiling untrusted v0.9.0
20772026-08-10T19:37:17.732Z Compiling deranged v0.5.8
20782026-08-10T19:37:17.774Z Compiling wyz v0.5.1
20792026-08-10T19:37:17.789Z Compiling foreign-types v0.3.2
20802026-08-10T19:37:17.845Z Compiling structmeta v0.3.0
20812026-08-10T19:37:17.861Z Compiling anstream v1.0.0
20822026-08-10T19:37:17.982Z Compiling unicode-normalization v0.1.25
20832026-08-10T19:37:18.158Z Compiling dtrace-parser v0.2.0
20842026-08-10T19:37:18.211Z Compiling rand_chacha v0.3.1
20852026-08-10T19:37:18.449Z Compiling dof v0.3.0
20862026-08-10T19:37:18.554Z Compiling hex v0.4.3
20872026-08-10T19:37:18.597Z Compiling dof v0.4.0
20882026-08-10T19:37:18.755Z Compiling hyper v1.10.1
20892026-08-10T19:37:18.830Z Compiling dtrace-parser v0.3.0
20902026-08-10T19:37:18.846Z Compiling signature v2.2.0
20912026-08-10T19:37:18.879Z Compiling terminal_size v0.4.3
20922026-08-10T19:37:18.882Z Compiling darling_macro v0.20.11
20932026-08-10T19:37:19.006Z Compiling pin-project-internal v1.1.11
20942026-08-10T19:37:19.091Z Compiling num-integer v0.1.46
20952026-08-10T19:37:19.128Z Compiling wait-timeout v0.2.1
20962026-08-10T19:37:19.303Z Compiling thread-id v4.2.2
20972026-08-10T19:37:19.357Z Compiling thread-id v5.1.0
20982026-08-10T19:37:19.397Z Compiling adler2 v2.0.1
20992026-08-10T19:37:19.413Z Compiling clap_lex v1.0.0
21002026-08-10T19:37:19.430Z Compiling quick-error v1.2.3
21012026-08-10T19:37:19.434Z Compiling smoltcp v0.9.1
21022026-08-10T19:37:19.564Z Compiling funty v2.0.0
21032026-08-10T19:37:19.655Z Compiling num_threads v0.1.7
21042026-08-10T19:37:19.681Z Compiling bit-vec v0.8.0
21052026-08-10T19:37:19.740Z Compiling cfg_aliases v0.2.1
21062026-08-10T19:37:19.782Z Compiling clap_builder v4.6.0
21072026-08-10T19:37:19.822Z Compiling rusty-fork v0.3.1
21082026-08-10T19:37:19.835Z Compiling time v0.3.47
21092026-08-10T19:37:19.839Z Compiling miniz_oxide v0.8.9
21102026-08-10T19:37:19.866Z Compiling nix v0.31.2
21112026-08-10T19:37:19.913Z Compiling bit-set v0.8.0
21122026-08-10T19:37:19.960Z Compiling bitvec v1.0.1
21132026-08-10T19:37:20.033Z Compiling hyper-util v0.1.20
21142026-08-10T19:37:20.124Z Compiling darling v0.20.11
21152026-08-10T19:37:20.226Z Compiling num-iter v0.1.45
21162026-08-10T19:37:20.342Z Compiling rand v0.8.6
21172026-08-10T19:37:20.633Z Compiling ipnetwork v0.21.1
21182026-08-10T19:37:20.663Z Compiling lazy_static v1.5.0
21192026-08-10T19:37:20.705Z Compiling anstyle-parse v0.2.7
21202026-08-10T19:37:20.978Z Compiling hmac v0.12.1
21212026-08-10T19:37:21.010Z Compiling rand_xorshift v0.4.0
21222026-08-10T19:37:21.085Z Compiling curve25519-dalek-derive v0.1.1
21232026-08-10T19:37:21.140Z Compiling sync_wrapper v1.0.2
21242026-08-10T19:37:21.172Z Compiling crc-catalog v2.4.0
21252026-08-10T19:37:21.440Z Compiling nodrop v0.1.14
21262026-08-10T19:37:21.523Z Compiling zlib-rs v0.6.2
21272026-08-10T19:37:21.656Z Compiling unarray v0.1.4
21282026-08-10T19:37:21.660Z Compiling siphasher v1.0.2
21292026-08-10T19:37:21.787Z Compiling proptest v1.11.0
21302026-08-10T19:37:21.957Z Compiling array-init v0.0.4
21312026-08-10T19:37:22.310Z Compiling clap v4.6.1
21322026-08-10T19:37:22.405Z Compiling crc v3.4.0
21332026-08-10T19:37:22.692Z Compiling tower v0.5.3
21342026-08-10T19:37:23.175Z Compiling anstream v0.6.21
21352026-08-10T19:37:23.269Z Compiling smallvec v0.6.14
21362026-08-10T19:37:23.331Z Compiling derive_builder_core v0.20.2
21372026-08-10T19:37:23.478Z Compiling pkcs1 v0.7.5
21382026-08-10T19:37:23.495Z Compiling zerocopy v0.6.6
21392026-08-10T19:37:23.541Z Compiling flate2 v1.1.9
21402026-08-10T19:37:23.645Z Compiling http-body-util v0.1.3
21412026-08-10T19:37:23.749Z Compiling bitfield v0.19.4
21422026-08-10T19:37:23.804Z Compiling strum_macros v0.26.4
21432026-08-10T19:37:23.843Z Compiling strum_macros v0.27.2
21442026-08-10T19:37:23.859Z Compiling snafu-derive v0.8.9
21452026-08-10T19:37:23.909Z Compiling hubpack_derive v0.1.1
21462026-08-10T19:37:24.008Z Compiling env_filter v1.0.0
21472026-08-10T19:37:24.071Z Compiling fs-err v3.3.0
21482026-08-10T19:37:24.185Z Compiling unicode-properties v0.1.4
21492026-08-10T19:37:24.192Z Compiling unicode-segmentation v1.12.0
21502026-08-10T19:37:24.271Z Compiling ryu v1.0.23
21512026-08-10T19:37:24.375Z Compiling hashbrown v0.12.3
21522026-08-10T19:37:24.399Z Compiling allocator-api2 v0.2.21
21532026-08-10T19:37:24.563Z Compiling base64 v0.21.7
21542026-08-10T19:37:24.580Z Compiling iri-string v0.7.10
21552026-08-10T19:37:24.681Z Compiling object v0.37.3
21562026-08-10T19:37:24.878Z Compiling unicode-bidi v0.3.18
21572026-08-10T19:37:24.906Z Compiling ron v0.8.1
21582026-08-10T19:37:25.285Z Compiling stringprep v0.1.5
21592026-08-10T19:37:25.367Z Compiling serde_urlencoded v0.7.1
21602026-08-10T19:37:25.431Z Compiling env_logger v0.11.9
21612026-08-10T19:37:25.544Z Compiling derive_builder_macro v0.20.2
21622026-08-10T19:37:25.606Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21632026-08-10T19:37:25.638Z Compiling rsa v0.9.10
21642026-08-10T19:37:25.665Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21652026-08-10T19:37:25.681Z Compiling newtype-uuid v1.3.2
21662026-08-10T19:37:25.743Z Compiling tower-http v0.6.8
21672026-08-10T19:37:25.765Z Compiling oxnet v0.1.6
21682026-08-10T19:37:25.781Z Compiling serde-hex v0.1.0
21692026-08-10T19:37:25.868Z Compiling hashbrown v0.13.2
21702026-08-10T19:37:25.973Z Compiling tokio-native-tls v0.3.1
21712026-08-10T19:37:25.989Z Compiling bzip2 v0.4.4
21722026-08-10T19:37:26.011Z Compiling usdt-attr-macro v0.6.0
21732026-08-10T19:37:26.054Z Compiling usdt-macro v0.6.0
21742026-08-10T19:37:26.158Z Compiling derive-ex v0.1.8
21752026-08-10T19:37:26.174Z Compiling block-buffer v0.12.1
21762026-08-10T19:37:26.189Z Compiling crypto-common v0.2.2
21772026-08-10T19:37:26.305Z Compiling block-padding v0.4.2
21782026-08-10T19:37:26.406Z Compiling rustls-native-certs v0.8.3
21792026-08-10T19:37:26.541Z Compiling x509-cert v0.2.5
21802026-08-10T19:37:26.677Z Compiling erased-serde v0.3.31
21812026-08-10T19:37:26.808Z Compiling md-5 v0.10.6
21822026-08-10T19:37:26.929Z Compiling bstr v1.12.1
21832026-08-10T19:37:26.972Z Compiling vergen-lib v9.1.0
21842026-08-10T19:37:27.074Z Compiling hash32 v0.2.1
21852026-08-10T19:37:27.145Z Compiling encoding_rs v0.8.35
21862026-08-10T19:37:27.279Z Compiling cpufeatures v0.3.0
21872026-08-10T19:37:27.365Z Compiling mime v0.3.17
21882026-08-10T19:37:27.382Z Compiling fallible-iterator v0.2.0
21892026-08-10T19:37:27.460Z Compiling crc-any v2.5.0
21902026-08-10T19:37:27.504Z Compiling psl-types v2.0.11
21912026-08-10T19:37:27.653Z Compiling test-strategy v0.4.5
21922026-08-10T19:37:27.666Z Compiling publicsuffix v2.3.0
21932026-08-10T19:37:27.689Z Compiling postgres-protocol v0.6.10
21942026-08-10T19:37:28.160Z Compiling inout v0.2.2
21952026-08-10T19:37:28.335Z Compiling object v0.30.4
21962026-08-10T19:37:28.375Z Compiling zip v0.6.6
21972026-08-10T19:37:28.401Z Compiling hyper-tls v0.6.0
21982026-08-10T19:37:28.417Z Compiling derive_builder v0.20.2
21992026-08-10T19:37:28.473Z Compiling daft v0.1.7
22002026-08-10T19:37:28.486Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-10T19:37:28.562Z Compiling heck v0.4.1
22022026-08-10T19:37:28.616Z Compiling phf_shared v0.13.1
22032026-08-10T19:37:28.645Z Compiling pin-project v1.1.11
22042026-08-10T19:37:28.799Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22052026-08-10T19:37:28.847Z Compiling toml v0.7.8
22062026-08-10T19:37:28.913Z Compiling serde_with_macros v3.21.0
22072026-08-10T19:37:28.928Z Compiling futures-executor v0.3.32
22082026-08-10T19:37:29.019Z Compiling serde_repr v0.1.20
22092026-08-10T19:37:29.127Z Compiling enum-as-inner v0.6.1
22102026-08-10T19:37:29.177Z Compiling async-recursion v1.1.1
22112026-08-10T19:37:29.271Z Compiling ff v0.13.1
22122026-08-10T19:37:29.360Z Compiling vergen v9.1.0
22132026-08-10T19:37:29.394Z Compiling cargo-platform v0.3.2
22142026-08-10T19:37:29.558Z Compiling jiff-core v0.1.0
22152026-08-10T19:37:29.649Z Compiling base16ct v0.2.0
22162026-08-10T19:37:29.666Z Compiling foldhash v0.2.0
22172026-08-10T19:37:29.827Z Compiling bitflags v1.3.2
22182026-08-10T19:37:29.883Z Compiling bumpalo v3.20.2
22192026-08-10T19:37:29.900Z Compiling path-slash v0.1.5
22202026-08-10T19:37:29.918Z Compiling foldhash v0.1.5
22212026-08-10T19:37:29.951Z Compiling same-file v1.0.6
22222026-08-10T19:37:29.985Z Compiling libbz2-rs-sys v0.2.2
22232026-08-10T19:37:30.107Z Compiling managed v0.8.0
22242026-08-10T19:37:30.154Z Compiling zopfli v0.8.3
22252026-08-10T19:37:30.280Z Compiling walkdir v2.5.0
22262026-08-10T19:37:30.344Z Compiling jiff v0.2.34
22272026-08-10T19:37:30.396Z Compiling bzip2 v0.6.1
22282026-08-10T19:37:30.577Z Compiling hashbrown v0.15.5
22292026-08-10T19:37:30.623Z Compiling hashbrown v0.16.1
22302026-08-10T19:37:30.696Z Compiling sec1 v0.7.3
22312026-08-10T19:37:30.729Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22322026-08-10T19:37:30.839Z Compiling cargo_metadata v0.23.1
22332026-08-10T19:37:30.979Z Compiling group v0.13.0
22342026-08-10T19:37:31.169Z Compiling futures v0.3.32
22352026-08-10T19:37:31.386Z Compiling phf v0.13.1
22362026-08-10T19:37:31.563Z Compiling snafu v0.8.9
22372026-08-10T19:37:31.624Z Compiling reqwest v0.12.28
22382026-08-10T19:37:31.827Z Compiling signal-hook-mio v0.2.5
22392026-08-10T19:37:31.889Z Compiling cipher v0.5.2
22402026-08-10T19:37:31.910Z Compiling cookie_store v0.22.1
22412026-08-10T19:37:31.963Z Compiling postgres-types v0.2.12
22422026-08-10T19:37:32.081Z Compiling zstd v0.13.3
22432026-08-10T19:37:32.104Z Compiling globset v0.4.18
22442026-08-10T19:37:32.177Z Compiling strum v0.27.2
22452026-08-10T19:37:32.342Z Compiling hubpack v0.1.2
22462026-08-10T19:37:32.419Z Compiling phf_shared v0.11.3
22472026-08-10T19:37:32.477Z Compiling hkdf v0.12.4
22482026-08-10T19:37:32.514Z Compiling crossbeam-epoch v0.9.18
22492026-08-10T19:37:32.547Z Compiling ed25519 v2.2.3
22502026-08-10T19:37:32.570Z Compiling byte-wrapper v0.1.0
22512026-08-10T19:37:32.574Z Compiling olpc-cjson v0.1.4
22522026-08-10T19:37:32.841Z Compiling serde-big-array v0.5.1
22532026-08-10T19:37:32.858Z Compiling serde_plain v1.0.2
22542026-08-10T19:37:32.888Z Compiling pem v3.0.6
22552026-08-10T19:37:32.976Z Compiling crypto-bigint v0.5.5
22562026-08-10T19:37:33.115Z Compiling float-cmp v0.10.0
22572026-08-10T19:37:33.132Z Compiling memmap2 v0.9.10
22582026-08-10T19:37:33.177Z Compiling predicates-core v1.0.10
22592026-08-10T19:37:33.192Z Compiling keccak v0.1.6
22602026-08-10T19:37:33.230Z Compiling const-oid v0.10.2
22612026-08-10T19:37:33.366Z Compiling fixedbitset v0.4.2
22622026-08-10T19:37:33.384Z Compiling static_assertions v1.1.0
22632026-08-10T19:37:33.412Z Compiling typed-path v0.9.3
22642026-08-10T19:37:33.431Z Compiling new_debug_unreachable v1.0.6
22652026-08-10T19:37:33.449Z Compiling precomputed-hash v0.1.1
22662026-08-10T19:37:33.508Z Compiling toml_write v0.1.2
22672026-08-10T19:37:33.524Z Compiling fixedbitset v0.5.7
22682026-08-10T19:37:33.557Z Compiling difflib v0.4.0
22692026-08-10T19:37:33.589Z Compiling whoami v2.1.0
22702026-08-10T19:37:33.648Z Compiling normalize-line-endings v0.3.0
22712026-08-10T19:37:33.768Z Compiling data-encoding v2.10.0
22722026-08-10T19:37:33.818Z Compiling tokio-postgres v0.7.16
22732026-08-10T19:37:33.878Z Compiling elliptic-curve v0.13.8
22742026-08-10T19:37:34.024Z Compiling predicates v3.1.4
22752026-08-10T19:37:34.056Z Compiling petgraph v0.8.3
22762026-08-10T19:37:34.081Z Compiling hickory-proto v0.25.2
22772026-08-10T19:37:34.158Z Compiling toml_edit v0.22.27
22782026-08-10T19:37:34.208Z Compiling chacha20 v0.10.0
22792026-08-10T19:37:34.310Z Compiling string_cache v0.8.9
22802026-08-10T19:37:34.476Z Compiling petgraph v0.6.5
22812026-08-10T19:37:34.545Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22822026-08-10T19:37:34.561Z Compiling digest v0.11.3
22832026-08-10T19:37:34.611Z Compiling sha3 v0.10.8
22842026-08-10T19:37:34.798Z Compiling usdt v0.6.0
22852026-08-10T19:37:35.730Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-10T19:37:36.019Z Compiling ed25519-dalek v2.2.0
22872026-08-10T19:37:36.131Z Compiling zip v4.6.1
22882026-08-10T19:37:36.558Z Compiling crossterm v0.28.1
22892026-08-10T19:37:37.041Z Compiling iddqd v0.4.2
22902026-08-10T19:37:37.116Z Compiling serde_with v3.21.0
22912026-08-10T19:37:37.349Z Compiling similar v2.7.0
22922026-08-10T19:37:37.363Z Compiling strum v0.26.3
22932026-08-10T19:37:37.709Z Compiling tokio-stream v0.1.18
22942026-08-10T19:37:37.787Z Compiling buf-list v1.1.2
22952026-08-10T19:37:37.855Z Compiling itertools v0.13.0
22962026-08-10T19:37:38.061Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-10T19:37:38.178Z Compiling openapiv3 v2.2.0
22982026-08-10T19:37:38.693Z Compiling peg-runtime v0.8.5
22992026-08-10T19:37:38.912Z Compiling lalrpop-util v0.19.12
23002026-08-10T19:37:56.103Z Compiling rustls-webpki v0.103.13
23012026-08-10T19:37:58.993Z Compiling macaddr v1.0.1
23022026-08-10T19:37:59.075Z Compiling rayon-core v1.13.0
23032026-08-10T19:37:59.219Z Compiling crucible-workspace-hack v0.1.0
23042026-08-10T19:37:59.298Z Compiling secrecy v0.10.3
23052026-08-10T19:37:59.314Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062026-08-10T19:37:59.328Z Compiling heapless v0.8.0
23072026-08-10T19:37:59.377Z Compiling toml_datetime v0.7.5+spec-1.1.0
23082026-08-10T19:37:59.447Z Compiling tokio-rustls v0.26.4
23092026-08-10T19:37:59.481Z Compiling rustls-platform-verifier v0.6.2
23102026-08-10T19:37:59.556Z Compiling tough v0.22.0
23112026-08-10T19:37:59.609Z Compiling toml_edit v0.23.10+spec-1.0.0
23122026-08-10T19:37:59.700Z Compiling hyper-rustls v0.27.7
23132026-08-10T19:37:59.725Z Compiling crossbeam-deque v0.8.6
23142026-08-10T19:37:59.741Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-08-10T19:37:59.744Z Compiling ingot-macros v0.2.0
23162026-08-10T19:37:59.842Z Compiling inout v0.1.4
23172026-08-10T19:37:59.858Z Compiling hash32 v0.3.1
23182026-08-10T19:37:59.920Z Compiling multer v3.1.0
23192026-08-10T19:37:59.945Z Compiling thread_local v1.1.9
23202026-08-10T19:37:59.989Z Compiling reqwest v0.13.2
23212026-08-10T19:38:00.027Z Compiling compression-core v0.4.31
23222026-08-10T19:38:00.045Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-08-10T19:38:00.059Z Compiling slog-async v2.8.0
23242026-08-10T19:38:00.138Z Compiling match_cfg v0.1.0
23252026-08-10T19:38:00.225Z Compiling unicode-width v0.2.0
23262026-08-10T19:38:00.226Z Compiling smoltcp v0.11.0
23272026-08-10T19:38:00.294Z Compiling hostname v0.3.1
23282026-08-10T19:38:00.317Z Compiling proc-macro-crate v3.4.0
23292026-08-10T19:38:00.397Z Compiling compression-codecs v0.4.37
23302026-08-10T19:38:00.532Z Compiling cipher v0.4.4
23312026-08-10T19:38:00.607Z Compiling atomicwrites v0.4.4
23322026-08-10T19:38:00.767Z Compiling slog-json v2.6.1
23332026-08-10T19:38:00.782Z Compiling crossbeam-channel v0.5.15
23342026-08-10T19:38:00.800Z Compiling half v2.7.1
23352026-08-10T19:38:00.906Z Compiling newtype-uuid-macros v0.1.0
23362026-08-10T19:38:01.051Z Compiling cobs v0.3.0
23372026-08-10T19:38:01.068Z Compiling universal-hash v0.5.1
23382026-08-10T19:38:01.085Z Compiling async-stream-impl v0.3.6
23392026-08-10T19:38:01.170Z Compiling thiserror-impl-no-std v2.0.2
23402026-08-10T19:38:01.233Z Compiling toml_datetime v1.1.1+spec-1.1.0
23412026-08-10T19:38:01.352Z Compiling serde_spanned v1.1.1
23422026-08-10T19:38:01.503Z Compiling is-terminal v0.4.17
23432026-08-10T19:38:01.528Z Compiling proc-macro-error-attr v1.0.4
23442026-08-10T19:38:01.580Z Compiling dropshot v0.17.1
23452026-08-10T19:38:01.634Z Compiling opaque-debug v0.3.1
23462026-08-10T19:38:01.655Z Compiling ciborium-io v0.2.2
23472026-08-10T19:38:01.689Z Compiling take_mut v0.2.2
23482026-08-10T19:38:01.714Z Compiling convert_case v0.4.0
23492026-08-10T19:38:01.756Z Compiling toml_writer v1.1.1+spec-1.1.0
23502026-08-10T19:38:01.778Z Compiling term v1.2.1
23512026-08-10T19:38:01.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23522026-08-10T19:38:01.927Z Compiling ciborium-ll v0.2.2
23532026-08-10T19:38:01.961Z Compiling toml v1.1.2+spec-1.1.0
23542026-08-10T19:38:02.041Z Compiling poly1305 v0.8.0
23552026-08-10T19:38:02.057Z Compiling async-stream v0.3.6
23562026-08-10T19:38:02.060Z Compiling derive_more v0.99.20
23572026-08-10T19:38:02.089Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23582026-08-10T19:38:02.187Z Compiling thiserror-no-std v2.0.2
23592026-08-10T19:38:02.206Z Compiling slog-term v2.9.2
23602026-08-10T19:38:02.272Z Compiling postcard v1.1.3
23612026-08-10T19:38:02.409Z Compiling ingot-types v0.2.0
23622026-08-10T19:38:02.675Z Compiling slog-bunyan v2.5.0
23632026-08-10T19:38:02.691Z Compiling num_enum_derive v0.7.6
23642026-08-10T19:38:02.897Z Compiling ingot v0.2.1
23652026-08-10T19:38:02.915Z Compiling chacha20 v0.9.1
23662026-08-10T19:38:03.078Z Compiling async-compression v0.4.41
23672026-08-10T19:38:03.204Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23682026-08-10T19:38:03.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692026-08-10T19:38:03.470Z Compiling sha1 v0.11.0
23702026-08-10T19:38:03.570Z Compiling parse-display-derive v0.10.0
23712026-08-10T19:38:03.586Z Compiling proc-macro-crate v1.3.1
23722026-08-10T19:38:03.629Z Compiling waitgroup v0.1.2
23732026-08-10T19:38:03.671Z Compiling backon v1.6.0
23742026-08-10T19:38:03.728Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23752026-08-10T19:38:03.808Z Compiling rustls-pemfile v2.2.0
23762026-08-10T19:38:03.934Z Compiling dropshot_endpoint v0.17.1
23772026-08-10T19:38:03.951Z Compiling password-hash v0.5.0
23782026-08-10T19:38:03.951Z Compiling blake2 v0.10.6
23792026-08-10T19:38:04.108Z Compiling aead v0.5.2
23802026-08-10T19:38:04.135Z Compiling foreign-types-macros v0.2.3
23812026-08-10T19:38:04.293Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23822026-08-10T19:38:04.318Z Compiling serde_path_to_error v0.1.20
23832026-08-10T19:38:04.344Z Compiling hostname v0.4.2
23842026-08-10T19:38:04.500Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23852026-08-10T19:38:04.529Z Compiling proc-macro-error v1.0.4
23862026-08-10T19:38:04.723Z Compiling instant v0.1.13
23872026-08-10T19:38:04.739Z Compiling debug-ignore v1.0.5
23882026-08-10T19:38:04.742Z Compiling foreign-types-shared v0.3.1
23892026-08-10T19:38:04.781Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23902026-08-10T19:38:04.875Z Compiling foreign-types v0.5.0
23912026-08-10T19:38:04.891Z Compiling backoff v0.4.0
23922026-08-10T19:38:04.894Z Compiling chacha20poly1305 v0.10.1
23932026-08-10T19:38:04.931Z Compiling argon2 v0.5.3
23942026-08-10T19:38:04.947Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23952026-08-10T19:38:04.961Z Compiling num_enum_derive v0.5.11
23962026-08-10T19:38:04.977Z Compiling num_enum v0.7.6
23972026-08-10T19:38:05.042Z Compiling parse-display v0.10.0
23982026-08-10T19:38:05.085Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992026-08-10T19:38:05.112Z Compiling vsss-rs v3.3.4
24002026-08-10T19:38:05.132Z Compiling ciborium v0.2.2
24012026-08-10T19:38:05.291Z Compiling tabwriter v1.4.1
24022026-08-10T19:38:05.544Z Compiling regress v0.10.5
24032026-08-10T19:38:05.571Z Compiling itertools v0.14.0
24042026-08-10T19:38:05.659Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24052026-08-10T19:38:05.675Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24062026-08-10T19:38:05.678Z Compiling cstr-argument v0.1.2
24072026-08-10T19:38:05.867Z Compiling humantime v2.3.0
24082026-08-10T19:38:05.870Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24092026-08-10T19:38:05.920Z Compiling num_enum v0.5.11
24102026-08-10T19:38:05.943Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24112026-08-10T19:38:06.025Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24122026-08-10T19:38:06.063Z Compiling rayon v1.11.0
24132026-08-10T19:38:06.119Z Compiling rand v0.10.1
24142026-08-10T19:38:06.150Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-10T19:38:06.167Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-10T19:38:06.278Z Compiling indent_write v2.2.0
24172026-08-10T19:38:06.294Z Compiling libefi-sys v0.1.0
24182026-08-10T19:38:06.314Z Compiling colored v3.1.1
24192026-08-10T19:38:06.330Z Compiling zone_cfg_derive v0.3.1
24202026-08-10T19:38:06.366Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24212026-08-10T19:38:06.448Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-10T19:38:06.526Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24232026-08-10T19:38:06.545Z Compiling camino-tempfile v1.4.1
24242026-08-10T19:38:06.548Z Compiling itertools v0.12.1
24252026-08-10T19:38:06.647Z Compiling usdt-macro v0.5.0
24262026-08-10T19:38:06.674Z Compiling usdt-attr-macro v0.5.0
24272026-08-10T19:38:06.690Z Compiling num-derive v0.4.2
24282026-08-10T19:38:06.927Z Compiling bitfield-struct v0.6.2
24292026-08-10T19:38:06.956Z Compiling blake3 v1.8.5
24302026-08-10T19:38:06.959Z Compiling memmap v0.7.0
24312026-08-10T19:38:06.988Z Compiling sigpipe v0.1.3
24322026-08-10T19:38:06.991Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-10T19:38:07.101Z Compiling swrite v0.1.0
24342026-08-10T19:38:07.118Z Compiling glob v0.3.3
24352026-08-10T19:38:07.204Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-10T19:38:07.237Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24372026-08-10T19:38:07.390Z Compiling smf v0.2.3
24382026-08-10T19:38:07.440Z Compiling usdt v0.5.0
24392026-08-10T19:38:07.541Z Compiling filetime v0.2.27
24402026-08-10T19:38:07.557Z Compiling xattr v1.6.1
24412026-08-10T19:38:07.574Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-08-10T19:38:07.603Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24432026-08-10T19:38:07.760Z Compiling arrayref v0.3.9
24442026-08-10T19:38:07.776Z Compiling whoami v1.6.1
24452026-08-10T19:38:07.779Z Compiling constant_time_eq v0.4.2
24462026-08-10T19:38:07.836Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472026-08-10T19:38:07.851Z Compiling zone v0.3.1
24482026-08-10T19:38:07.899Z Compiling arrayvec v0.7.6
24492026-08-10T19:38:07.934Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502026-08-10T19:38:07.991Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24512026-08-10T19:38:08.035Z Compiling tar v0.4.46
24522026-08-10T19:38:08.064Z Compiling tokio-dtrace v0.1.1
24532026-08-10T19:38:08.079Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24542026-08-10T19:38:08.208Z Compiling console v0.16.2
24552026-08-10T19:38:08.252Z Compiling gethostname v0.5.0
24562026-08-10T19:38:08.321Z Compiling topological-sort v0.2.2
24572026-08-10T19:38:08.399Z Compiling unit-prefix v0.5.2
24582026-08-10T19:38:08.437Z Compiling oxide-tokio-rt v0.1.4
24592026-08-10T19:38:08.542Z Compiling toml v0.8.23
24602026-08-10T19:38:08.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-10T19:38:08.606Z Compiling indicatif v0.18.4
24622026-08-10T19:38:08.717Z Compiling shell-words v1.1.1
24632026-08-10T19:38:18.175Z Compiling progenitor-client v0.14.0
24642026-08-10T19:38:18.175Z Compiling omicron-zone-package v0.12.3
24652026-08-10T19:38:18.410Z Compiling progenitor-extras v0.2.0
24662026-08-10T19:38:18.701Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24672026-08-10T19:38:18.737Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-08-10T19:38:18.848Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-08-10T19:38:18.936Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-08-10T19:38:18.954Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24712026-08-10T19:38:18.990Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24722026-08-10T19:38:19.021Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-10T19:38:19.227Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-08-10T19:38:19.717Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-08-10T19:38:23.527Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-08-10T19:38:31.673Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-08-10T19:38:34.896Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-08-10T19:38:35.952Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-08-10T19:38:45.439Z Finished `release` profile [optimized] target(s) in 1m 44s
24802026-08-10T19:38:45.589Z Running `target/release/omicron-package -t test target create -p dev`
24812026-08-10T19:38:45.652ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-08-10T19:38:45.656ZCreated new build target 'test' and set it as active
24832026-08-10T19:38:45.656Z
24842026-08-10T19:38:45.656Zreal 1:44.834727119
24852026-08-10T19:38:45.656Zuser 17:21.902129059
24862026-08-10T19:38:45.656Zsys 2:43.701258399
24872026-08-10T19:38:45.656Ztrap 0.477488887
24882026-08-10T19:38:45.656Ztflt 2.323793972
24892026-08-10T19:38:45.656Zdflt 4.721909961
24902026-08-10T19:38:45.656Zkflt 0.000464150
24912026-08-10T19:38:45.656Zlock 56:34.681869484
24922026-08-10T19:38:45.656Zslp 44:19.773077110
24932026-08-10T19:38:45.656Zlat 48.340603609
24942026-08-10T19:38:45.656Zstop 6:07.925116432
24952026-08-10T19:38:45.656Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-08-10T19:38:46.557Z Finished `release` profile [optimized] target(s) in 0.88s
24972026-08-10T19:38:46.631Z Running `target/release/omicron-package -t test package`
24982026-08-10T19:38:46.688ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-08-10T19:38:48.112Z Compiling heck v0.5.0
25002026-08-10T19:38:48.112Z Compiling regress v0.11.1
25012026-08-10T19:38:48.329Z Compiling unsafe-libyaml v0.2.11
25022026-08-10T19:38:48.364Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-08-10T19:38:48.390Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-08-10T19:38:48.412Z Compiling derive-where v1.6.0
25052026-08-10T19:38:48.413Z Compiling bytecount v0.6.9
25062026-08-10T19:38:48.453Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-10T19:38:48.456Z Compiling atomicwrites v0.4.4
25082026-08-10T19:38:48.456Z Compiling is-terminal v0.4.17
25092026-08-10T19:38:48.456Z Compiling prettyplease v0.2.37
25102026-08-10T19:38:48.456Z Compiling console v0.15.11
25112026-08-10T19:38:48.456Z Compiling newline-converter v0.3.0
25122026-08-10T19:38:48.512Z Compiling slog-dtrace v0.3.0
25132026-08-10T19:38:48.593Z Compiling resolv-conf v0.7.6
25142026-08-10T19:38:48.615Z Compiling num-rational v0.4.2
25152026-08-10T19:38:48.618Z Compiling num-complex v0.4.6
25162026-08-10T19:38:48.659Z Compiling thread_local v1.1.9
25172026-08-10T19:38:48.683Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-08-10T19:38:48.687Z Compiling compression-core v0.4.31
25192026-08-10T19:38:48.834Z Compiling cancel-safe-futures v0.1.5
25202026-08-10T19:38:48.871Z Compiling serde_yaml v0.9.34+deprecated
25212026-08-10T19:38:48.921Z Compiling expectorate v1.2.0
25222026-08-10T19:38:49.001Z Compiling match_cfg v0.1.0
25232026-08-10T19:38:49.069Z Compiling unicode-width v0.1.14
25242026-08-10T19:38:49.089Z Compiling hostname v0.3.1
25252026-08-10T19:38:49.140Z Compiling num v0.4.3
25262026-08-10T19:38:49.160Z Compiling compression-codecs v0.4.37
25272026-08-10T19:38:49.163Z Compiling multer v3.1.0
25282026-08-10T19:38:49.200Z Compiling slog-async v2.8.0
25292026-08-10T19:38:49.238Z Compiling crossbeam-channel v0.5.15
25302026-08-10T19:38:49.259Z Compiling slog-json v2.6.1
25312026-08-10T19:38:49.259Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-10T19:38:49.279Z Compiling serde_spanned v1.1.1
25332026-08-10T19:38:49.405Z Compiling take_mut v0.2.2
25342026-08-10T19:38:49.431Z Compiling float-ord v0.3.2
25352026-08-10T19:38:49.472Z Compiling term v1.2.1
25362026-08-10T19:38:49.492Z Compiling toml_writer v1.1.1+spec-1.1.0
25372026-08-10T19:38:49.551Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25382026-08-10T19:38:49.577Z Compiling linked-hash-map v0.5.6
25392026-08-10T19:38:49.577Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25402026-08-10T19:38:49.580Z Compiling slog-bunyan v2.5.0
25412026-08-10T19:38:49.645Z Compiling oxide-update-engine-types v0.1.2
25422026-08-10T19:38:49.692Z Compiling toml v1.1.2+spec-1.1.0
25432026-08-10T19:38:49.713Z Compiling async-compression v0.4.41
25442026-08-10T19:38:49.791Z Compiling lru-cache v0.1.2
25452026-08-10T19:38:49.828Z Compiling typify-impl v0.6.2
25462026-08-10T19:38:49.848Z Compiling slog-term v2.9.2
25472026-08-10T19:38:50.061Z Compiling dropshot v0.17.1
25482026-08-10T19:38:50.135Z Compiling async-stream v0.3.6
25492026-08-10T19:38:50.169Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25502026-08-10T19:38:50.190Z Compiling sha1 v0.11.0
25512026-08-10T19:38:50.328Z Compiling progenitor-client v0.14.0
25522026-08-10T19:38:50.350Z Compiling waitgroup v0.1.2
25532026-08-10T19:38:50.354Z Compiling rustls-pemfile v2.2.0
25542026-08-10T19:38:50.394Z Compiling backon v1.6.0
25552026-08-10T19:38:50.398Z Compiling serde_path_to_error v0.1.20
25562026-08-10T19:38:50.474Z Compiling hostname v0.4.2
25572026-08-10T19:38:50.512Z Compiling instant v0.1.13
25582026-08-10T19:38:50.587Z Compiling linear-map v1.2.0
25592026-08-10T19:38:50.627Z Compiling debug-ignore v1.0.5
25602026-08-10T19:38:50.649Z Compiling minimal-lexical v0.2.1
25612026-08-10T19:38:50.652Z Compiling backoff v0.4.0
25622026-08-10T19:38:50.690Z Compiling progenitor-extras v0.2.0
25632026-08-10T19:38:50.793Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25642026-08-10T19:38:50.833Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25652026-08-10T19:38:50.854Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25662026-08-10T19:38:50.899Z Compiling nom v7.1.3
25672026-08-10T19:38:50.930Z Compiling oxide-update-engine v0.1.2
25682026-08-10T19:38:50.965Z Compiling parse-display v0.10.0
25692026-08-10T19:38:51.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25702026-08-10T19:38:51.077Z Compiling hickory-proto v0.24.4
25712026-08-10T19:38:51.521Z Compiling regress v0.10.5
25722026-08-10T19:38:51.636Z Compiling itertools v0.14.0
25732026-08-10T19:38:52.202Z Compiling macaddr v1.0.1
25742026-08-10T19:38:52.234Z Compiling unicode-xid v0.2.6
25752026-08-10T19:38:52.268Z Compiling humantime v2.3.0
25762026-08-10T19:38:52.454Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25772026-08-10T19:38:52.550Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782026-08-10T19:38:52.624Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25792026-08-10T19:38:52.715Z Compiling convert_case v0.10.0
25802026-08-10T19:38:52.867Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-10T19:38:52.896Z Compiling owo-colors v4.3.0
25822026-08-10T19:38:52.937Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25832026-08-10T19:38:53.005Z Compiling derive_more-impl v2.1.1
25842026-08-10T19:38:53.100Z Compiling toml v0.8.23
25852026-08-10T19:38:53.315Z Compiling typify-macro v0.6.2
25862026-08-10T19:38:53.505Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25872026-08-10T19:38:53.528Z Compiling papergrid v0.11.0
25882026-08-10T19:38:53.672Z Compiling hickory-resolver v0.24.4
25892026-08-10T19:38:53.693Z Compiling tabled_derive v0.7.0
25902026-08-10T19:38:53.765Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912026-08-10T19:38:54.233Z Compiling derive_more v2.1.1
25922026-08-10T19:38:54.346Z Compiling termtree v0.5.1
25932026-08-10T19:38:54.377Z Compiling crossterm v0.29.0
25942026-08-10T19:38:54.564Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25952026-08-10T19:38:54.602Z Compiling tabled v0.15.0
25962026-08-10T19:38:54.794Z Compiling phf_shared v0.12.1
25972026-08-10T19:38:54.932Z Compiling typify v0.6.2
25982026-08-10T19:38:55.098Z Compiling progenitor-impl v0.14.0
25992026-08-10T19:38:55.524Z Compiling qorb v0.4.1
26002026-08-10T19:38:56.006Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26012026-08-10T19:38:56.518Z Compiling csv-core v0.1.13
26022026-08-10T19:38:56.959Z Compiling vte v0.14.1
26032026-08-10T19:38:57.160Z Compiling chrono-tz v0.10.4
26042026-08-10T19:38:57.228Z Compiling progenitor-macro v0.14.0
26052026-08-10T19:38:57.369Z Compiling highway v1.3.0
26062026-08-10T19:38:58.082Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26072026-08-10T19:38:58.464Z Compiling strip-ansi-escapes v0.2.1
26082026-08-10T19:38:58.721Z Compiling csv v1.4.0
26092026-08-10T19:38:58.746Z Compiling phf v0.12.1
26102026-08-10T19:38:58.921Z Compiling const_format_proc_macros v0.2.34
26112026-08-10T19:38:58.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122026-08-10T19:38:59.011Z Compiling fd-lock v4.0.4
26132026-08-10T19:38:59.401Z Compiling peg-macros v0.8.5
26142026-08-10T19:38:59.655Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-10T19:38:59.691Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-10T19:38:59.896Z Compiling nu-ansi-term v0.50.3
26172026-08-10T19:39:00.015Z Compiling const_format v0.2.35
26182026-08-10T19:39:00.454Z Compiling reedline v0.40.0
26192026-08-10T19:39:00.558Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26202026-08-10T19:39:00.679Z Compiling peg v0.8.5
26212026-08-10T19:39:00.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-08-10T19:39:00.792Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26232026-08-10T19:39:01.352Z Compiling progenitor v0.14.0
26242026-08-10T19:39:01.539Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252026-08-10T19:39:01.927Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26262026-08-10T19:39:01.950Z Compiling bcs v0.1.6
26272026-08-10T19:39:02.383Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26282026-08-10T19:39:02.652Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26292026-08-10T19:39:02.680Z Compiling nom v8.0.0
26302026-08-10T19:39:03.789Z Compiling semver v0.1.20
26312026-08-10T19:39:04.088Z Compiling rustc_version v0.1.7
26322026-08-10T19:39:04.111Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332026-08-10T19:39:04.147Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26342026-08-10T19:39:04.173Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26352026-08-10T19:39:04.335Z Compiling newtype_derive v0.1.6
26362026-08-10T19:39:04.371Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26372026-08-10T19:39:04.527Z Compiling unicode-linebreak v0.1.5
26382026-08-10T19:39:04.557Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26392026-08-10T19:39:04.669Z Compiling smawk v0.3.2
26402026-08-10T19:39:04.852Z Compiling textwrap v0.16.2
26412026-08-10T19:39:04.911Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26422026-08-10T19:39:05.089Z Compiling steno v0.4.1
26432026-08-10T19:39:05.405Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26442026-08-10T19:39:06.419Z Compiling dropshot-api-manager-types v0.7.2
26452026-08-10T19:39:06.530Z Compiling sha1 v0.10.6
26462026-08-10T19:39:06.991Z Compiling utf-8 v0.7.6
26472026-08-10T19:39:07.014Z Compiling tagptr v0.2.0
26482026-08-10T19:39:07.074Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26492026-08-10T19:39:07.202Z Compiling moka v0.12.13
26502026-08-10T19:39:07.235Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-08-10T19:39:07.278Z Compiling tungstenite v0.21.0
26522026-08-10T19:39:07.355Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-08-10T19:39:07.413Z Compiling darling_core v0.21.3
26542026-08-10T19:39:07.507Z Compiling display-error-chain v0.2.2
26552026-08-10T19:39:07.695Z Compiling libscf-sys v1.2.0
26562026-08-10T19:39:07.865Z Compiling vergen-lib v0.1.6
26572026-08-10T19:39:08.088Z Compiling tokio-tungstenite v0.21.0
26582026-08-10T19:39:08.457Z Compiling hickory-resolver v0.25.2
26592026-08-10T19:39:08.480Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26602026-08-10T19:39:09.335Z Compiling proc-macro-error-attr2 v2.0.0
26612026-08-10T19:39:09.613Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26622026-08-10T19:39:09.741Z Compiling darling_macro v0.21.3
26632026-08-10T19:39:09.925Z Compiling diesel_derives v2.3.7
26642026-08-10T19:39:10.170Z Compiling proc-macro-error2 v2.0.1
26652026-08-10T19:39:10.261Z Compiling darling v0.21.3
26662026-08-10T19:39:10.343Z Compiling scheduled-thread-pool v0.2.7
26672026-08-10T19:39:10.376Z Compiling dsl_auto_type v0.2.0
26682026-08-10T19:39:10.477Z Compiling vergen-gitcl v1.0.8
26692026-08-10T19:39:10.480Z Compiling diesel_table_macro_syntax v0.3.0
26702026-08-10T19:39:10.698Z Compiling dirs-sys-next v0.1.2
26712026-08-10T19:39:10.732Z Compiling glob v0.3.3
26722026-08-10T19:39:10.751Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26732026-08-10T19:39:10.832Z Compiling maplit v1.0.2
26742026-08-10T19:39:10.907Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-10T19:39:10.928Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-10T19:39:10.950Z Compiling crunchy v0.2.4
26772026-08-10T19:39:11.071Z Compiling dirs-next v2.0.0
26782026-08-10T19:39:11.094Z Compiling clang-sys v1.8.1
26792026-08-10T19:39:11.273Z Compiling r2d2 v0.8.10
26802026-08-10T19:39:11.296Z Compiling tabled_derive v0.11.0
26812026-08-10T19:39:11.570Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26822026-08-10T19:39:11.801Z Compiling papergrid v0.17.0
26832026-08-10T19:39:12.253Z Compiling testing_table v0.3.0
26842026-08-10T19:39:12.352Z Compiling downcast-rs v2.0.2
26852026-08-10T19:39:12.484Z Compiling tiny-keccak v2.0.2
26862026-08-10T19:39:12.867Z Compiling term v0.7.0
26872026-08-10T19:39:13.034Z Compiling tabled v0.20.0
26882026-08-10T19:39:13.268Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-10T19:39:13.306Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-08-10T19:39:13.373Z Compiling bit-vec v0.6.3
26912026-08-10T19:39:13.396Z Compiling ascii-canvas v3.0.0
26922026-08-10T19:39:13.618Z Compiling bit-set v0.5.3
26932026-08-10T19:39:13.641Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26942026-08-10T19:39:13.683Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26952026-08-10T19:39:13.806Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26962026-08-10T19:39:13.913Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26972026-08-10T19:39:14.145Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26982026-08-10T19:39:14.190Z Compiling itertools v0.10.5
26992026-08-10T19:39:14.324Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
27002026-08-10T19:39:14.406Z Compiling ena v0.14.4
27012026-08-10T19:39:14.680Z Compiling libloading v0.8.9
27022026-08-10T19:39:14.701Z Compiling unicase v2.9.0
27032026-08-10T19:39:14.919Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27042026-08-10T19:39:14.978Z Compiling regex-syntax v0.6.29
27052026-08-10T19:39:15.037Z Compiling xshell-macros v0.2.7
27062026-08-10T19:39:15.107Z Compiling diff v0.1.13
27072026-08-10T19:39:15.305Z Compiling bindgen v0.71.1
27082026-08-10T19:39:15.444Z Compiling xshell v0.2.7
27092026-08-10T19:39:15.631Z Compiling diesel v2.3.7
27102026-08-10T19:39:16.096Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27112026-08-10T19:39:16.715Z Compiling lalrpop v0.19.12
27122026-08-10T19:39:16.885Z Compiling cexpr v0.6.0
27132026-08-10T19:39:17.101Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27142026-08-10T19:39:17.317Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27152026-08-10T19:39:17.419Z Compiling rustc-hash v2.1.1
27162026-08-10T19:39:17.505Z Compiling crc8 v0.1.1
27172026-08-10T19:39:17.864Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182026-08-10T19:39:17.952Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27192026-08-10T19:39:18.095Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-08-10T19:39:18.347Z Compiling headers-core v0.3.0
27212026-08-10T19:39:18.511Z Compiling libxml v0.3.3
27222026-08-10T19:39:18.573Z Compiling headers v0.4.1
27232026-08-10T19:39:18.599Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-08-10T19:39:18.844Z Compiling strum_macros v0.24.3
27252026-08-10T19:39:18.890Z Compiling indoc v1.0.9
27262026-08-10T19:39:19.142Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27272026-08-10T19:39:19.340Z Compiling derive_builder v0.20.2
27282026-08-10T19:39:19.364Z Compiling quick-xml v0.37.5
27292026-08-10T19:39:19.513Z Compiling oso-derive v0.27.3
27302026-08-10T19:39:20.029Z Compiling impl-trait-for-tuples v0.2.3
27312026-08-10T19:39:20.067Z Compiling openssl-probe v0.1.6
27322026-08-10T19:39:20.177Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27332026-08-10T19:39:20.322Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-10T19:39:20.375Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-08-10T19:39:20.475Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-08-10T19:39:20.603Z Compiling bb8 v0.8.6
27372026-08-10T19:39:20.894Z Compiling trait-variant v0.1.2
27382026-08-10T19:39:20.922Z Compiling half v1.8.3
27392026-08-10T19:39:20.972Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27402026-08-10T19:39:20.993Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27412026-08-10T19:39:21.222Z Compiling serde_cbor v0.11.2
27422026-08-10T19:39:21.332Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27432026-08-10T19:39:21.365Z Compiling progenitor-impl v0.13.0
27442026-08-10T19:39:21.447Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27452026-08-10T19:39:22.080Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27462026-08-10T19:39:22.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27472026-08-10T19:39:22.216Z Compiling samael v0.0.19
27482026-08-10T19:39:22.276Z Compiling nonempty v0.12.0
27492026-08-10T19:39:22.279Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502026-08-10T19:39:22.502Z Compiling progenitor-client v0.13.0
27512026-08-10T19:39:23.008Z Compiling fxhash v0.2.1
27522026-08-10T19:39:23.178Z Compiling libz-sys v1.1.24
27532026-08-10T19:39:23.498Z Compiling progenitor-macro v0.13.0
27542026-08-10T19:39:23.520Z Compiling salty v0.3.0
27552026-08-10T19:39:23.713Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27562026-08-10T19:39:23.819Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27572026-08-10T19:39:23.983Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27582026-08-10T19:39:24.108Z Compiling kstat-rs v0.2.5
27592026-08-10T19:39:24.150Z Compiling polar-core v0.27.3
27602026-08-10T19:39:24.808Z Compiling mime_guess v2.0.5
27612026-08-10T19:39:25.320Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-08-10T19:39:26.078Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-08-10T19:39:27.073Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-08-10T19:39:27.397Z Compiling rfc6979 v0.4.0
27652026-08-10T19:39:27.511Z Compiling nanorand v0.7.0
27662026-08-10T19:39:27.581Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-08-10T19:39:27.584Z Compiling parking_lot_core v0.8.6
27682026-08-10T19:39:27.668Z Compiling progenitor v0.13.0
27692026-08-10T19:39:27.869Z Compiling flume v0.11.1
27702026-08-10T19:39:27.905Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712026-08-10T19:39:27.966Z Compiling ecdsa v0.16.9
27722026-08-10T19:39:28.199Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27732026-08-10T19:39:28.470Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-08-10T19:39:28.605Z Compiling primeorder v0.13.6
27752026-08-10T19:39:28.925Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27762026-08-10T19:39:28.948Z Compiling git-stub v1.0.0
27772026-08-10T19:39:29.221Z Compiling instability v0.3.11
27782026-08-10T19:39:29.451Z Compiling http-range v0.1.5
27792026-08-10T19:39:29.663Z Compiling strsim v0.10.0
27802026-08-10T19:39:29.785Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27812026-08-10T19:39:30.007Z Compiling darling_core v0.13.4
27822026-08-10T19:39:30.095Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27832026-08-10T19:39:31.042Z Compiling git-stub-vcs v0.1.0
27842026-08-10T19:39:31.372Z Compiling p384 v0.13.1
27852026-08-10T19:39:31.833Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27862026-08-10T19:39:32.052Z Compiling ignore v0.4.25
27872026-08-10T19:39:32.210Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-10T19:39:32.478Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-08-10T19:39:33.916Z Compiling oso v0.27.3
27902026-08-10T19:39:35.280Z Compiling diesel-dtrace v0.5.0
27912026-08-10T19:39:35.616Z Compiling async-bb8-diesel v0.2.1
27922026-08-10T19:39:36.064Z Compiling castaway v0.2.4
27932026-08-10T19:39:36.227Z Compiling vergen-git2 v9.1.0
27942026-08-10T19:39:36.465Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-08-10T19:39:36.486Z Compiling indoc v2.0.7
27962026-08-10T19:39:36.545Z Compiling compact_str v0.8.1
27972026-08-10T19:39:36.765Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27982026-08-10T19:39:36.960Z Compiling globwalk v0.9.1
27992026-08-10T19:39:37.591Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28002026-08-10T19:39:37.641Z Compiling parking_lot v0.11.2
28012026-08-10T19:39:37.663Z Compiling hyper-staticfile v0.10.1
28022026-08-10T19:39:37.667Z Compiling darling_macro v0.13.4
28032026-08-10T19:39:38.188Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-08-10T19:39:38.410Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28052026-08-10T19:39:38.674Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28062026-08-10T19:39:38.801Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-08-10T19:39:38.828Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-08-10T19:39:39.164Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28092026-08-10T19:39:39.308Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28102026-08-10T19:39:39.530Z Compiling predicates-tree v1.0.13
28112026-08-10T19:39:39.963Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28122026-08-10T19:39:40.624Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28132026-08-10T19:39:40.627Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28142026-08-10T19:39:40.936Z Compiling unicode-truncate v1.1.0
28152026-08-10T19:39:41.017Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-08-10T19:39:41.154Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28172026-08-10T19:39:41.246Z Compiling lru v0.12.5
28182026-08-10T19:39:41.425Z Compiling sha2 v0.11.0
28192026-08-10T19:39:41.475Z Compiling digest-io v0.1.0
28202026-08-10T19:39:41.655Z Compiling prefix-trie v0.7.0
28212026-08-10T19:39:42.155Z Compiling rand_seeder v0.4.0
28222026-08-10T19:39:42.375Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-10T19:39:42.423Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28242026-08-10T19:39:42.668Z Compiling illumos-nvpair-sys v0.2.0
28252026-08-10T19:39:42.848Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28262026-08-10T19:39:42.893Z Compiling cassowary v0.3.0
28272026-08-10T19:39:42.919Z Compiling rawzip v0.4.4
28282026-08-10T19:39:42.996Z Compiling corncobs v0.1.4
28292026-08-10T19:39:43.258Z Compiling ratatui v0.29.0
28302026-08-10T19:39:43.963Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28312026-08-10T19:39:44.420Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-08-10T19:39:44.533Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-10T19:39:44.740Z Compiling hickory-server v0.25.2
28342026-08-10T19:39:44.960Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28352026-08-10T19:39:45.168Z Compiling camino-tempfile-ext v0.3.3
28362026-08-10T19:39:45.743Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-08-10T19:39:47.062Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28382026-08-10T19:39:47.790Z Compiling darling v0.13.4
28392026-08-10T19:39:48.433Z Compiling sled v0.34.7
28402026-08-10T19:39:48.604Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-08-10T19:39:49.481Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28422026-08-10T19:39:49.726Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28432026-08-10T19:39:50.275Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-08-10T19:39:50.494Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28452026-08-10T19:39:50.516Z Compiling secrecy v0.8.0
28462026-08-10T19:39:50.562Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28472026-08-10T19:39:50.841Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-08-10T19:39:50.890Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-10T19:39:51.628Z Compiling serde_with_macros v1.5.2
28502026-08-10T19:39:52.063Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-08-10T19:39:52.435Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28522026-08-10T19:39:52.973Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28532026-08-10T19:39:53.521Z Compiling git2 v0.20.4
28542026-08-10T19:39:53.635Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28552026-08-10T19:39:53.857Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28562026-08-10T19:39:54.082Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28572026-08-10T19:39:54.334Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28582026-08-10T19:39:54.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28592026-08-10T19:39:54.686Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28602026-08-10T19:39:54.813Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28612026-08-10T19:39:54.961Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28622026-08-10T19:39:55.118Z Compiling arc-swap v1.8.2
28632026-08-10T19:39:55.198Z Compiling void v1.0.2
28642026-08-10T19:39:55.356Z Compiling lzss v0.8.2
28652026-08-10T19:39:55.505Z Compiling slog-scope v4.4.1
28662026-08-10T19:39:55.740Z Compiling illumos-nvpair v0.3.0
28672026-08-10T19:39:55.904Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28682026-08-10T19:39:56.107Z Compiling serde_with v1.14.0
28692026-08-10T19:39:56.365Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-08-10T19:39:56.534Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-08-10T19:39:56.643Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-10T19:39:57.287Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28732026-08-10T19:39:58.417Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-08-10T19:39:58.880Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28752026-08-10T19:39:58.987Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28762026-08-10T19:39:59.104Z Compiling scuffle v0.1.0
28772026-08-10T19:40:01.215Z Compiling tungstenite v0.23.0
28782026-08-10T19:40:01.865Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-08-10T19:40:02.365Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-08-10T19:40:03.355Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812026-08-10T19:40:03.481Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-08-10T19:40:03.582Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28832026-08-10T19:40:03.632Z Compiling nix v0.27.1
28842026-08-10T19:40:03.715Z Compiling twox-hash v2.1.2
28852026-08-10T19:40:03.812Z Compiling libsw-core v0.3.2
28862026-08-10T19:40:03.834Z Compiling serde_bytes v0.11.19
28872026-08-10T19:40:04.032Z Compiling atty v0.2.14
28882026-08-10T19:40:04.124Z Compiling libsw v3.5.0
28892026-08-10T19:40:04.231Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-08-10T19:40:04.262Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28912026-08-10T19:40:04.346Z Compiling tokio-tungstenite v0.23.1
28922026-08-10T19:40:04.379Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28932026-08-10T19:40:04.724Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28942026-08-10T19:40:04.797Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28952026-08-10T19:40:05.063Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28962026-08-10T19:40:06.212Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-08-10T19:40:07.583Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28982026-08-10T19:40:08.055Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28992026-08-10T19:40:08.110Z Compiling slog-stdlog v4.1.1
29002026-08-10T19:40:08.461Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29012026-08-10T19:40:08.505Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29022026-08-10T19:40:08.702Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29032026-08-10T19:40:08.928Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29042026-08-10T19:40:08.975Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29052026-08-10T19:40:09.095Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29062026-08-10T19:40:10.293Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-08-10T19:40:10.827Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29082026-08-10T19:40:11.264Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29092026-08-10T19:40:11.400Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29102026-08-10T19:40:13.660Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29112026-08-10T19:40:15.328Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29122026-08-10T19:40:15.606Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-08-10T19:40:16.213Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29142026-08-10T19:40:16.416Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29152026-08-10T19:40:16.647Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-08-10T19:40:17.520Z Compiling signal-hook-tokio v0.3.1
29172026-08-10T19:40:17.714Z Compiling fatfs v0.3.6
29182026-08-10T19:40:18.561Z Compiling yasna v0.5.2
29192026-08-10T19:40:18.786Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29202026-08-10T19:40:19.054Z Compiling assert_matches v1.5.0
29212026-08-10T19:40:19.167Z Compiling seq-macro v0.3.6
29222026-08-10T19:40:19.190Z Compiling is_ci v1.2.0
29232026-08-10T19:40:19.410Z Compiling supports-color v3.0.2
29242026-08-10T19:40:19.502Z Compiling rcgen v0.12.1
29252026-08-10T19:40:19.689Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29262026-08-10T19:40:20.206Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-08-10T19:40:22.808Z Compiling slog-envlogger v2.2.0
29282026-08-10T19:40:23.436Z Compiling oxide-update-engine-display v0.1.2
29292026-08-10T19:40:23.845Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29302026-08-10T19:40:23.974Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29312026-08-10T19:40:24.048Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322026-08-10T19:40:24.289Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-08-10T19:40:24.430Z Compiling port-file v0.1.0
29342026-08-10T19:40:24.522Z Compiling rtoolbox v0.0.3
29352026-08-10T19:40:24.769Z Compiling subprocess v0.2.15
29362026-08-10T19:40:24.809Z Compiling rpassword v7.5.4
29372026-08-10T19:40:24.896Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29382026-08-10T19:40:25.457Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29392026-08-10T19:40:26.923Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-08-10T19:40:27.060Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-08-10T19:40:27.707Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29422026-08-10T19:40:29.351Z Compiling tui-tree-widget v0.23.1
29432026-08-10T19:40:29.644Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29442026-08-10T19:40:29.831Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29452026-08-10T19:40:29.919Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29462026-08-10T19:40:30.172Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29472026-08-10T19:40:30.788Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-08-10T19:40:31.049Z Compiling uzers v0.12.2
29492026-08-10T19:40:32.228Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29502026-08-10T19:40:32.466Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29512026-08-10T19:40:33.542Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29522026-08-10T19:40:35.047Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29532026-08-10T19:40:35.302Z Compiling support-bundle-viewer v0.1.2
29542026-08-10T19:40:36.593Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29552026-08-10T19:40:37.136Z Compiling multimap v0.10.1
29562026-08-10T19:40:45.007Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29572026-08-10T19:40:47.614Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-08-10T19:40:50.333Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29592026-08-10T19:40:57.185Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29602026-08-10T19:40:57.393Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29612026-08-10T19:47:33.319Z Finished `release` profile [optimized] target(s) in 8m 46s
29622026-08-10T19:47:33.323Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29632026-08-10T19:47:33.323Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29642026-08-10T19:48:25.525Z
29652026-08-10T19:48:25.525Zreal 9:39.843430312
29662026-08-10T19:48:25.529Zuser 1:20:23.140437655
29672026-08-10T19:48:25.529Zsys 3:36.916510739
29682026-08-10T19:48:25.529Ztrap 1.799936787
29692026-08-10T19:48:25.529Ztflt 2.137167447
29702026-08-10T19:48:25.529Zdflt 20.904039402
29712026-08-10T19:48:25.529Zkflt 0.005316891
29722026-08-10T19:48:25.529Zlock 7:12:59.669449100
29732026-08-10T19:48:25.529Zslp 2:14:59.413719120
29742026-08-10T19:48:25.529Zlat 2:24.155410450
29752026-08-10T19:48:25.529Zstop 5:31.161240555
29762026-08-10T19:48:25.529Z+ mapfile -t packages
29772026-08-10T19:48:25.529Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-08-10T19:48:26.483Z Finished `release` profile [optimized] target(s) in 0.94s
29792026-08-10T19:48:26.561Z Running `target/release/omicron-package -t test list-outputs`
29802026-08-10T19:48:26.620ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-08-10T19:48:26.623Z+ ptime -m cargo build --locked --release -p xtask
29822026-08-10T19:48:27.111Z Compiling libc v0.2.185
29832026-08-10T19:48:27.111Z Compiling serde_core v1.0.228
29842026-08-10T19:48:27.111Z Compiling serde v1.0.228
29852026-08-10T19:48:27.115Z Compiling rustix v1.1.3
29862026-08-10T19:48:27.221Z Compiling serde_json v1.0.151
29872026-08-10T19:48:27.258Z Compiling bitflags v2.11.0
29882026-08-10T19:48:27.270Z Compiling usdt-impl v0.5.0
29892026-08-10T19:48:27.287Z Compiling syn v2.0.117
29902026-08-10T19:48:27.298Z Compiling syn v1.0.109
29912026-08-10T19:48:27.312Z Compiling getrandom v0.4.1
29922026-08-10T19:48:27.315Z Compiling log v0.4.29
29932026-08-10T19:48:27.334Z Compiling indexmap v2.14.0
29942026-08-10T19:48:27.349Z Compiling fs-err v3.3.0
29952026-08-10T19:48:27.570Z Compiling once_cell v1.21.3
29962026-08-10T19:48:27.607Z Compiling heck v0.4.1
29972026-08-10T19:48:27.659Z Compiling anyhow v1.0.102
29982026-08-10T19:48:27.977Z Compiling errno v0.3.14
29992026-08-10T19:48:27.981Z Compiling thread-id v4.2.2
30002026-08-10T19:48:27.981Z Compiling memmap v0.7.0
30012026-08-10T19:48:28.749Z Compiling proc-macro-error v1.0.4
30022026-08-10T19:48:28.959Z Compiling terminal_size v0.4.3
30032026-08-10T19:48:28.959Z Compiling tempfile v3.25.0
30042026-08-10T19:48:29.014Z Compiling tabled_derive v0.7.0
30052026-08-10T19:48:29.064Z Compiling clap_builder v4.6.0
30062026-08-10T19:48:29.065Z Compiling textwrap v0.16.2
30072026-08-10T19:48:29.312Z Compiling camino v1.2.2
30082026-08-10T19:48:29.312Z Compiling cargo-platform v0.3.2
30092026-08-10T19:48:29.316Z Compiling semver v1.0.28
30102026-08-10T19:48:29.431Z Compiling pest_generator v2.8.6
30112026-08-10T19:48:29.686Z Compiling camino-tempfile v1.4.1
30122026-08-10T19:48:29.788Z Compiling tabled v0.15.0
30132026-08-10T19:48:29.977Z Compiling serde_derive v1.0.228
30142026-08-10T19:48:29.977Z Compiling thiserror-impl v1.0.69
30152026-08-10T19:48:29.981Z Compiling zerocopy-derive v0.7.35
30162026-08-10T19:48:29.981Z Compiling scroll_derive v0.12.1
30172026-08-10T19:48:29.981Z Compiling thiserror-impl v2.0.18
30182026-08-10T19:48:29.981Z Compiling clap_derive v4.6.1
30192026-08-10T19:48:30.038Z Compiling pest_derive v2.8.6
30202026-08-10T19:48:30.697Z Compiling scroll v0.12.0
30212026-08-10T19:48:30.852Z Compiling zerocopy v0.7.35
30222026-08-10T19:48:30.952Z Compiling goblin v0.8.2
30232026-08-10T19:48:31.108Z Compiling thiserror v1.0.69
30242026-08-10T19:48:31.229Z Compiling dtrace-parser v0.2.0
30252026-08-10T19:48:31.413Z Compiling thiserror v2.0.18
30262026-08-10T19:48:31.425Z Compiling clap v4.6.1
30272026-08-10T19:48:33.139Z Compiling dof v0.3.0
30282026-08-10T19:48:33.177Z Compiling serde_spanned v0.6.9
30292026-08-10T19:48:33.180Z Compiling toml_datetime v0.6.11
30302026-08-10T19:48:33.220Z Compiling serde_tokenstream v0.2.3
30312026-08-10T19:48:33.243Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30322026-08-10T19:48:33.285Z Compiling macaddr v1.0.1
30332026-08-10T19:48:33.306Z Compiling cargo_metadata v0.23.1
30342026-08-10T19:48:33.539Z Compiling toml_edit v0.22.27
30352026-08-10T19:48:33.939Z Compiling usdt-attr-macro v0.5.0
30362026-08-10T19:48:33.942Z Compiling usdt-macro v0.5.0
30372026-08-10T19:48:34.601Z Compiling usdt v0.5.0
30382026-08-10T19:48:35.056Z Compiling toml v0.8.23
30392026-08-10T19:48:35.482Z Compiling cargo_toml v0.21.0
30402026-08-10T19:48:39.924Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30412026-08-10T19:48:43.145Z Finished `release` profile [optimized] target(s) in 16.51s
30422026-08-10T19:48:43.251Z
30432026-08-10T19:48:43.251Zreal 16.594229029
30442026-08-10T19:48:43.251Zuser 2:05.824617183
30452026-08-10T19:48:43.251Zsys 13.825733675
30462026-08-10T19:48:43.252Ztrap 0.072483515
30472026-08-10T19:48:43.252Ztflt 0.479418411
30482026-08-10T19:48:43.255Zdflt 1.328122433
30492026-08-10T19:48:43.255Zkflt 0.000045370
30502026-08-10T19:48:43.255Zlock 4:50.353416783
30512026-08-10T19:48:43.255Zslp 2:42.828880474
30522026-08-10T19:48:43.255Zlat 3.892979457
30532026-08-10T19:48:43.255Zstop 15.810589593
30542026-08-10T19:48:43.255Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-10T19:48:43.255Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30562026-08-10T19:48:43.255Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-10T19:48:43.255Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30582026-08-10T19:48:43.255Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30592026-08-10T19:48:44.207Z Compiling match_cfg v0.1.0
30602026-08-10T19:48:44.207Z Compiling progenitor-client v0.14.0
30612026-08-10T19:48:44.207Z Compiling slog-json v2.6.1
30622026-08-10T19:48:44.207Z Compiling newtype-uuid-macros v0.1.0
30632026-08-10T19:48:44.210Z Compiling sha1 v0.11.0
30642026-08-10T19:48:44.210Z Compiling multer v3.1.0
30652026-08-10T19:48:44.210Z Compiling compression-core v0.4.31
30662026-08-10T19:48:44.210Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-08-10T19:48:44.210Z Compiling debug-ignore v1.0.5
30682026-08-10T19:48:44.211Z Compiling async-stream-impl v0.3.6
30692026-08-10T19:48:44.211Z Compiling toml_datetime v1.1.1+spec-1.1.0
30702026-08-10T19:48:44.357Z Compiling serde_spanned v1.1.1
30712026-08-10T19:48:44.360Z Compiling dropshot v0.17.1
30722026-08-10T19:48:44.360Z Compiling toml_writer v1.1.1+spec-1.1.0
30732026-08-10T19:48:44.405Z Compiling waitgroup v0.1.2
30742026-08-10T19:48:44.408Z Compiling rustls-pemfile v2.2.0
30752026-08-10T19:48:44.563Z Compiling compression-codecs v0.4.37
30762026-08-10T19:48:44.581Z Compiling dropshot_endpoint v0.17.1
30772026-08-10T19:48:44.601Z Compiling hostname v0.4.2
30782026-08-10T19:48:44.715Z Compiling toml v1.1.2+spec-1.1.0
30792026-08-10T19:48:44.718Z Compiling serde_path_to_error v0.1.20
30802026-08-10T19:48:44.718Z Compiling atomicwrites v0.4.4
30812026-08-10T19:48:44.718Z Compiling macaddr v1.0.1
30822026-08-10T19:48:44.781Z Compiling hostname v0.3.1
30832026-08-10T19:48:44.784Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-08-10T19:48:44.819Z Compiling instant v0.1.13
30852026-08-10T19:48:44.855Z Compiling async-compression v0.4.41
30862026-08-10T19:48:44.875Z Compiling itertools v0.14.0
30872026-08-10T19:48:44.897Z Compiling regress v0.10.5
30882026-08-10T19:48:44.950Z Compiling slog-bunyan v2.5.0
30892026-08-10T19:48:44.953Z Compiling parse-display-derive v0.10.0
30902026-08-10T19:48:44.986Z Compiling backon v1.6.0
30912026-08-10T19:48:45.022Z Compiling backoff v0.4.0
30922026-08-10T19:48:45.022Z Compiling humantime v2.3.0
30932026-08-10T19:48:45.086Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30942026-08-10T19:48:45.115Z Compiling half v2.7.1
30952026-08-10T19:48:45.131Z Compiling ciborium-io v0.2.2
30962026-08-10T19:48:45.150Z Compiling async-stream v0.3.6
30972026-08-10T19:48:45.187Z Compiling progenitor-extras v0.2.0
30982026-08-10T19:48:45.218Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30992026-08-10T19:48:45.238Z Compiling crucible-workspace-hack v0.1.0
31002026-08-10T19:48:45.255Z Compiling regress v0.11.1
31012026-08-10T19:48:45.278Z Compiling convert_case v0.4.0
31022026-08-10T19:48:45.308Z Compiling secrecy v0.10.3
31032026-08-10T19:48:45.342Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31042026-08-10T19:48:45.377Z Compiling ciborium-ll v0.2.2
31052026-08-10T19:48:45.401Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-08-10T19:48:45.421Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31072026-08-10T19:48:45.439Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31082026-08-10T19:48:45.479Z Compiling inout v0.1.4
31092026-08-10T19:48:45.494Z Compiling unsafe-libyaml v0.2.11
31102026-08-10T19:48:45.542Z Compiling thiserror-impl-no-std v2.0.2
31112026-08-10T19:48:45.602Z Compiling ciborium v0.2.2
31122026-08-10T19:48:45.621Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31132026-08-10T19:48:45.640Z Compiling cipher v0.4.4
31142026-08-10T19:48:45.669Z Compiling universal-hash v0.5.1
31152026-08-10T19:48:45.686Z Compiling derive_more v0.99.20
31162026-08-10T19:48:45.788Z Compiling opaque-debug v0.3.1
31172026-08-10T19:48:45.806Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-08-10T19:48:45.828Z Compiling blake2 v0.10.6
31192026-08-10T19:48:45.884Z Compiling poly1305 v0.8.0
31202026-08-10T19:48:45.917Z Compiling chacha20 v0.9.1
31212026-08-10T19:48:46.036Z Compiling serde_yaml v0.9.34+deprecated
31222026-08-10T19:48:46.101Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31232026-08-10T19:48:46.178Z Compiling aead v0.5.2
31242026-08-10T19:48:46.196Z Compiling password-hash v0.5.0
31252026-08-10T19:48:46.212Z Compiling indent_write v2.2.0
31262026-08-10T19:48:46.265Z Compiling toml_datetime v0.7.5+spec-1.1.0
31272026-08-10T19:48:46.311Z Compiling num-derive v0.4.2
31282026-08-10T19:48:46.383Z Compiling chacha20poly1305 v0.10.1
31292026-08-10T19:48:46.420Z Compiling heapless v0.8.0
31302026-08-10T19:48:46.423Z Compiling tabwriter v1.4.1
31312026-08-10T19:48:46.544Z Compiling argon2 v0.5.3
31322026-08-10T19:48:46.565Z Compiling toml_edit v0.23.10+spec-1.0.0
31332026-08-10T19:48:46.627Z Compiling ingot-macros v0.2.0
31342026-08-10T19:48:46.644Z Compiling hash32 v0.3.1
31352026-08-10T19:48:46.702Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-08-10T19:48:46.735Z Compiling parse-display v0.10.0
31372026-08-10T19:48:46.771Z Compiling thiserror-no-std v2.0.2
31382026-08-10T19:48:46.832Z Compiling smoltcp v0.11.0
31392026-08-10T19:48:46.898Z Compiling typify-impl v0.6.2
31402026-08-10T19:48:46.967Z Compiling vsss-rs v3.3.4
31412026-08-10T19:48:47.003Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-08-10T19:48:47.253Z Compiling proc-macro-crate v3.4.0
31432026-08-10T19:48:47.353Z Compiling cobs v0.3.0
31442026-08-10T19:48:47.372Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-08-10T19:48:47.557Z Compiling colored v3.1.1
31462026-08-10T19:48:47.573Z Compiling postcard v1.1.3
31472026-08-10T19:48:47.633Z Compiling proc-macro-error v1.0.4
31482026-08-10T19:48:47.676Z Compiling rand v0.10.1
31492026-08-10T19:48:47.776Z Compiling proc-macro-crate v1.3.1
31502026-08-10T19:48:47.846Z Compiling num_enum_derive v0.7.6
31512026-08-10T19:48:47.962Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31522026-08-10T19:48:47.980Z Compiling foreign-types-macros v0.2.3
31532026-08-10T19:48:47.999Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31542026-08-10T19:48:48.018Z Compiling foreign-types-shared v0.3.1
31552026-08-10T19:48:48.107Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31562026-08-10T19:48:48.137Z Compiling rayon-core v1.13.0
31572026-08-10T19:48:48.244Z Compiling num_enum_derive v0.5.11
31582026-08-10T19:48:48.292Z Compiling crossbeam-deque v0.8.6
31592026-08-10T19:48:48.373Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-08-10T19:48:48.394Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31612026-08-10T19:48:48.417Z Compiling cstr-argument v0.1.2
31622026-08-10T19:48:48.437Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31632026-08-10T19:48:48.529Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31642026-08-10T19:48:48.571Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-08-10T19:48:48.611Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31662026-08-10T19:48:48.629Z Compiling cpubits v0.1.1
31672026-08-10T19:48:48.647Z Compiling foreign-types v0.5.0
31682026-08-10T19:48:48.735Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-08-10T19:48:48.751Z Compiling zone_cfg_derive v0.3.1
31702026-08-10T19:48:48.818Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-08-10T19:48:48.866Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-08-10T19:48:48.902Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-10T19:48:48.972Z Compiling num_enum v0.7.6
31742026-08-10T19:48:48.993Z Compiling rayon v1.11.0
31752026-08-10T19:48:49.014Z Compiling itertools v0.12.1
31762026-08-10T19:48:49.031Z Compiling sigpipe v0.1.3
31772026-08-10T19:48:49.049Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-10T19:48:49.124Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31792026-08-10T19:48:49.124Z Compiling glob v0.3.3
31802026-08-10T19:48:49.157Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31812026-08-10T19:48:49.160Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31822026-08-10T19:48:49.291Z Compiling smf v0.2.3
31832026-08-10T19:48:49.361Z Compiling whoami v1.6.1
31842026-08-10T19:48:49.379Z Compiling num_enum v0.5.11
31852026-08-10T19:48:49.435Z Compiling usdt-attr-macro v0.5.0
31862026-08-10T19:48:49.469Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-08-10T19:48:49.472Z Compiling gethostname v0.5.0
31882026-08-10T19:48:49.555Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31892026-08-10T19:48:49.555Z Compiling usdt-macro v0.5.0
31902026-08-10T19:48:49.600Z Compiling num-rational v0.4.2
31912026-08-10T19:48:49.617Z Compiling pem-rfc7468 v1.0.0
31922026-08-10T19:48:49.645Z Compiling num-complex v0.4.6
31932026-08-10T19:48:49.673Z Compiling derive-where v1.6.0
31942026-08-10T19:48:49.726Z Compiling ingot-types v0.2.0
31952026-08-10T19:48:49.905Z Compiling memmap v0.7.0
31962026-08-10T19:48:49.944Z Compiling float-ord v0.3.2
31972026-08-10T19:48:50.074Z Compiling num v0.4.3
31982026-08-10T19:48:50.098Z Compiling toml v0.8.23
31992026-08-10T19:48:50.128Z Compiling hmac v0.13.0
32002026-08-10T19:48:50.146Z Compiling ingot v0.2.1
32012026-08-10T19:48:50.174Z Compiling zone v0.3.1
32022026-08-10T19:48:50.193Z Compiling universal-hash v0.6.1
32032026-08-10T19:48:50.211Z Compiling resolv-conf v0.7.6
32042026-08-10T19:48:50.295Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-08-10T19:48:50.345Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32062026-08-10T19:48:50.363Z Compiling cancel-safe-futures v0.1.5
32072026-08-10T19:48:50.366Z Compiling polyval v0.7.1
32082026-08-10T19:48:50.399Z Compiling usdt v0.5.0
32092026-08-10T19:48:50.509Z Compiling der v0.8.0
32102026-08-10T19:48:50.580Z Compiling prettyplease v0.2.37
32112026-08-10T19:48:50.613Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32122026-08-10T19:48:50.708Z Compiling ghash v0.6.0
32132026-08-10T19:48:50.762Z Compiling pbkdf2 v0.13.0
32142026-08-10T19:48:50.798Z Compiling aes v0.9.1
32152026-08-10T19:48:50.858Z Compiling crypto-bigint v0.7.5
32162026-08-10T19:48:50.878Z Compiling console v0.15.11
32172026-08-10T19:48:50.897Z Compiling hickory-proto v0.24.4
32182026-08-10T19:48:50.900Z Compiling newline-converter v0.3.0
32192026-08-10T19:48:50.930Z Compiling ctr v0.10.1
32202026-08-10T19:48:51.027Z Compiling aead v0.6.1
32212026-08-10T19:48:51.058Z Compiling oxide-update-engine-types v0.1.2
32222026-08-10T19:48:51.075Z Compiling sha2 v0.11.0
32232026-08-10T19:48:51.166Z Compiling libefi-sys v0.1.0
32242026-08-10T19:48:51.224Z Compiling linear-map v1.2.0
32252026-08-10T19:48:51.241Z Compiling linked-hash-map v0.5.6
32262026-08-10T19:48:51.413Z Compiling spki v0.8.0
32272026-08-10T19:48:51.454Z Compiling lru-cache v0.1.2
32282026-08-10T19:48:51.477Z Compiling aes-gcm v0.11.0
32292026-08-10T19:48:51.493Z Compiling expectorate v1.2.0
32302026-08-10T19:48:51.511Z Compiling typify-macro v0.6.2
32312026-08-10T19:48:51.674Z Compiling salsa20 v0.11.0
32322026-08-10T19:48:51.694Z Compiling bitfield-struct v0.6.2
32332026-08-10T19:48:51.708Z Compiling nom v8.0.0
32342026-08-10T19:48:51.777Z Compiling semver v0.1.20
32352026-08-10T19:48:51.866Z Compiling scrypt v0.12.0
32362026-08-10T19:48:51.946Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32372026-08-10T19:48:52.163Z Compiling oxide-update-engine v0.1.2
32382026-08-10T19:48:52.181Z Compiling rustc_version v0.1.7
32392026-08-10T19:48:52.263Z Compiling tokio-dtrace v0.1.1
32402026-08-10T19:48:52.321Z Compiling cbc v0.2.1
32412026-08-10T19:48:52.421Z Compiling slog-dtrace v0.3.0
32422026-08-10T19:48:52.439Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-08-10T19:48:52.458Z Compiling minimal-lexical v0.2.1
32442026-08-10T19:48:52.511Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-08-10T19:48:52.567Z Compiling pkcs5 v0.8.1
32462026-08-10T19:48:52.621Z Compiling oxide-tokio-rt v0.1.4
32472026-08-10T19:48:52.684Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32482026-08-10T19:48:52.712Z Compiling nom v7.1.3
32492026-08-10T19:48:52.730Z Compiling newtype_derive v0.1.6
32502026-08-10T19:48:52.751Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32512026-08-10T19:48:52.769Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-08-10T19:48:52.842Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-08-10T19:48:52.958Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32542026-08-10T19:48:52.975Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32552026-08-10T19:48:52.995Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-08-10T19:48:53.022Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32572026-08-10T19:48:53.099Z Compiling phf_shared v0.12.1
32582026-08-10T19:48:53.128Z Compiling hickory-resolver v0.24.4
32592026-08-10T19:48:53.146Z Compiling dropshot-api-manager-types v0.7.2
32602026-08-10T19:48:53.309Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32612026-08-10T19:48:53.415Z Compiling typify v0.6.2
32622026-08-10T19:48:53.458Z Compiling csv-core v0.1.13
32632026-08-10T19:48:53.498Z Compiling chrono-tz v0.10.4
32642026-08-10T19:48:53.517Z Compiling unicode-xid v0.2.6
32652026-08-10T19:48:53.569Z Compiling progenitor-impl v0.14.0
32662026-08-10T19:48:53.614Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32672026-08-10T19:48:53.662Z Compiling xshell-macros v0.2.7
32682026-08-10T19:48:53.695Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-08-10T19:48:53.713Z Compiling highway v1.3.0
32702026-08-10T19:48:53.787Z Compiling const_format_proc_macros v0.2.34
32712026-08-10T19:48:54.024Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32722026-08-10T19:48:54.098Z Compiling xshell v0.2.7
32732026-08-10T19:48:54.122Z Compiling csv v1.4.0
32742026-08-10T19:48:54.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-08-10T19:48:54.158Z Compiling phf v0.12.1
32762026-08-10T19:48:54.257Z Compiling qorb v0.4.1
32772026-08-10T19:48:54.403Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32782026-08-10T19:48:54.586Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32792026-08-10T19:48:54.647Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32802026-08-10T19:48:54.668Z Compiling pkcs8 v0.11.0
32812026-08-10T19:48:54.704Z Compiling ff v0.14.0
32822026-08-10T19:48:54.733Z Compiling owo-colors v4.3.0
32832026-08-10T19:48:54.816Z Compiling const_format v0.2.35
32842026-08-10T19:48:54.878Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32852026-08-10T19:48:54.992Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32862026-08-10T19:48:55.157Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-08-10T19:48:55.174Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-08-10T19:48:55.191Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32892026-08-10T19:48:55.235Z Compiling tabled_derive v0.7.0
32902026-08-10T19:48:55.446Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32912026-08-10T19:48:55.583Z Compiling bcs v0.1.6
32922026-08-10T19:48:55.830Z Compiling salty v0.3.0
32932026-08-10T19:48:55.943Z Compiling termtree v0.5.1
32942026-08-10T19:48:55.986Z Compiling tagptr v0.2.0
32952026-08-10T19:48:56.131Z Compiling moka v0.12.13
32962026-08-10T19:48:56.149Z Compiling textwrap v0.16.2
32972026-08-10T19:48:56.170Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32982026-08-10T19:48:56.267Z Compiling tabled v0.15.0
32992026-08-10T19:48:56.286Z Compiling progenitor-macro v0.14.0
33002026-08-10T19:48:56.395Z Compiling steno v0.4.1
33012026-08-10T19:48:56.413Z Compiling group v0.14.0
33022026-08-10T19:48:56.430Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33032026-08-10T19:48:56.630Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33042026-08-10T19:48:56.651Z Compiling sha1 v0.10.6
33052026-08-10T19:48:56.690Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-08-10T19:48:56.732Z Compiling signature v3.0.0
33072026-08-10T19:48:56.800Z Compiling base16ct v1.0.0
33082026-08-10T19:48:56.956Z Compiling sec1 v0.8.1
33092026-08-10T19:48:56.983Z Compiling hickory-resolver v0.25.2
33102026-08-10T19:48:57.022Z Compiling hkdf v0.13.0
33112026-08-10T19:48:57.022Z Compiling libscf-sys v1.2.0
33122026-08-10T19:48:57.092Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33132026-08-10T19:48:57.210Z Compiling rfc6979 v0.4.0
33142026-08-10T19:48:57.232Z Compiling proc-macro-error-attr2 v2.0.0
33152026-08-10T19:48:57.303Z Compiling elliptic-curve v0.14.1
33162026-08-10T19:48:57.321Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33172026-08-10T19:48:57.376Z Compiling ecdsa v0.16.9
33182026-08-10T19:48:57.438Z Compiling primeorder v0.13.6
33192026-08-10T19:48:57.731Z Compiling proc-macro-error2 v2.0.1
33202026-08-10T19:48:57.748Z Compiling utf-8 v0.7.6
33212026-08-10T19:48:57.782Z Compiling parking_lot_core v0.8.6
33222026-08-10T19:48:57.852Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33232026-08-10T19:48:57.961Z Compiling tungstenite v0.21.0
33242026-08-10T19:48:57.979Z Compiling p384 v0.13.1
33252026-08-10T19:48:58.087Z Compiling tabled_derive v0.11.0
33262026-08-10T19:48:58.125Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-08-10T19:48:58.142Z Compiling wnaf v0.14.0
33282026-08-10T19:48:58.374Z Compiling primefield v0.14.0
33292026-08-10T19:48:58.518Z Compiling rfc6979 v0.6.0
33302026-08-10T19:48:58.576Z Compiling papergrid v0.17.0
33312026-08-10T19:48:58.641Z Compiling testing_table v0.3.0
33322026-08-10T19:48:58.713Z Compiling git-stub v1.0.0
33332026-08-10T19:48:58.770Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-08-10T19:48:58.831Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-10T19:48:58.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-08-10T19:48:58.965Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33372026-08-10T19:48:58.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-08-10T19:48:58.984Z Compiling git-stub-vcs v0.1.0
33392026-08-10T19:48:59.021Z Compiling ecdsa v0.17.0
33402026-08-10T19:48:59.024Z Compiling primeorder v0.14.0
33412026-08-10T19:48:59.155Z Compiling tokio-tungstenite v0.21.0
33422026-08-10T19:48:59.340Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-10T19:48:59.402Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442026-08-10T19:48:59.447Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-10T19:48:59.463Z Compiling curve25519-dalek v5.0.0
33462026-08-10T19:48:59.518Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33472026-08-10T19:48:59.535Z Compiling tabled v0.20.0
33482026-08-10T19:48:59.588Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-08-10T19:48:59.618Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33502026-08-10T19:48:59.763Z Compiling unicase v2.9.0
33512026-08-10T19:48:59.796Z Compiling illumos-nvpair-sys v0.2.0
33522026-08-10T19:48:59.884Z Compiling corncobs v0.1.4
33532026-08-10T19:48:59.910Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33542026-08-10T19:48:59.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-08-10T19:49:00.006Z Compiling mime_guess v2.0.5
33562026-08-10T19:49:00.021Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-08-10T19:49:00.067Z Compiling parking_lot v0.11.2
33582026-08-10T19:49:00.092Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-08-10T19:49:00.246Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-08-10T19:49:00.310Z Compiling progenitor-impl v0.13.0
33612026-08-10T19:49:00.353Z Compiling ssh-encoding v0.3.0
33622026-08-10T19:49:00.453Z Compiling prefix-trie v0.7.0
33632026-08-10T19:49:00.470Z Compiling fxhash v0.2.1
33642026-08-10T19:49:00.489Z Compiling secrecy v0.8.0
33652026-08-10T19:49:00.609Z Compiling keccak v0.2.0
33662026-08-10T19:49:00.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-10T19:49:00.643Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33682026-08-10T19:49:00.662Z Compiling crc8 v0.1.1
33692026-08-10T19:49:00.766Z Compiling sled v0.34.7
33702026-08-10T19:49:00.814Z Compiling hickory-server v0.25.2
33712026-08-10T19:49:00.988Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33722026-08-10T19:49:01.006Z Compiling ed25519 v3.0.0
33732026-08-10T19:49:01.010Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-08-10T19:49:01.500Z Compiling crypto-primes v0.7.2
33752026-08-10T19:49:01.552Z Compiling progenitor v0.14.0
33762026-08-10T19:49:01.749Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-10T19:49:01.776Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33782026-08-10T19:49:01.821Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-08-10T19:49:01.853Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33802026-08-10T19:49:02.052Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-08-10T19:49:02.112Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33822026-08-10T19:49:02.134Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33832026-08-10T19:49:02.389Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33842026-08-10T19:49:02.437Z Compiling pkcs1 v0.8.0-rc.4
33852026-08-10T19:49:02.552Z Compiling poly1305 v0.9.0
33862026-08-10T19:49:02.620Z Compiling progenitor-client v0.13.0
33872026-08-10T19:49:02.785Z Compiling blowfish v0.10.0
33882026-08-10T19:49:02.882Z Compiling blake2 v0.11.0-rc.6
33892026-08-10T19:49:02.901Z Compiling http-range v0.1.5
33902026-08-10T19:49:02.978Z Compiling half v1.8.3
33912026-08-10T19:49:03.086Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-08-10T19:49:03.131Z Compiling progenitor-macro v0.13.0
33932026-08-10T19:49:03.149Z Compiling bcrypt-pbkdf v0.11.0
33942026-08-10T19:49:03.279Z Compiling serde_cbor v0.11.2
33952026-08-10T19:49:03.347Z Compiling argon2 v0.6.0-rc.8
33962026-08-10T19:49:03.488Z Compiling ssh-cipher v0.3.0
33972026-08-10T19:49:03.511Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33982026-08-10T19:49:03.937Z Compiling rsa v0.10.0-rc.18
33992026-08-10T19:49:04.139Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34002026-08-10T19:49:04.302Z Compiling ed25519-dalek v3.0.0
34012026-08-10T19:49:04.356Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-08-10T19:49:04.480Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34032026-08-10T19:49:04.563Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34042026-08-10T19:49:04.585Z Compiling illumos-nvpair v0.3.0
34052026-08-10T19:49:04.851Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34062026-08-10T19:49:04.896Z Compiling sha3 v0.11.0
34072026-08-10T19:49:05.120Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34082026-08-10T19:49:05.288Z Compiling p384 v0.14.0
34092026-08-10T19:49:05.345Z Compiling p521 v0.14.0
34102026-08-10T19:49:05.386Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34112026-08-10T19:49:05.405Z Compiling p256 v0.14.0
34122026-08-10T19:49:05.506Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34132026-08-10T19:49:05.563Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34142026-08-10T19:49:06.126Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34152026-08-10T19:49:06.196Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-08-10T19:49:06.217Z Compiling scuffle v0.1.0
34172026-08-10T19:49:06.359Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-08-10T19:49:06.534Z Compiling yasna v0.5.2
34192026-08-10T19:49:06.628Z Compiling kstat-rs v0.2.5
34202026-08-10T19:49:06.752Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34212026-08-10T19:49:06.981Z Compiling headers-core v0.3.0
34222026-08-10T19:49:07.139Z Compiling kem v0.3.0
34232026-08-10T19:49:07.204Z Compiling module-lattice v0.2.3
34242026-08-10T19:49:07.237Z Compiling nanorand v0.7.0
34252026-08-10T19:49:07.259Z Compiling sponge-cursor v0.1.0
34262026-08-10T19:49:07.278Z Compiling headers v0.4.1
34272026-08-10T19:49:07.297Z Compiling rcgen v0.12.1
34282026-08-10T19:49:07.429Z Compiling ml-kem v0.3.2
34292026-08-10T19:49:07.447Z Compiling sha3 v0.12.0
34302026-08-10T19:49:07.489Z Compiling flume v0.11.1
34312026-08-10T19:49:07.558Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34322026-08-10T19:49:07.668Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34332026-08-10T19:49:07.774Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34342026-08-10T19:49:07.848Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34352026-08-10T19:49:08.035Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-08-10T19:49:08.102Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-08-10T19:49:08.219Z Compiling hyper-staticfile v0.10.1
34382026-08-10T19:49:08.222Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-08-10T19:49:08.257Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34402026-08-10T19:49:08.261Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34412026-08-10T19:49:08.294Z Compiling progenitor v0.13.0
34422026-08-10T19:49:08.406Z Compiling ssh-key v0.7.0-rc.11
34432026-08-10T19:49:08.487Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-10T19:49:08.556Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34452026-08-10T19:49:08.648Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34462026-08-10T19:49:08.685Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34472026-08-10T19:49:08.703Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34482026-08-10T19:49:08.761Z Compiling russh-cryptovec v0.62.0
34492026-08-10T19:49:08.779Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34502026-08-10T19:49:08.800Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-08-10T19:49:08.871Z Compiling internal-russh-num-bigint v0.5.0
34522026-08-10T19:49:08.906Z Compiling port-file v0.1.0
34532026-08-10T19:49:08.999Z Compiling num-bigint v0.4.6
34542026-08-10T19:49:09.018Z Compiling generic-array v1.4.3
34552026-08-10T19:49:09.050Z Compiling russh-util v0.52.0
34562026-08-10T19:49:09.125Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34572026-08-10T19:49:09.169Z Compiling enum_dispatch v0.3.13
34582026-08-10T19:49:09.238Z Compiling delegate v0.13.5
34592026-08-10T19:49:09.349Z Compiling subprocess v0.2.15
34602026-08-10T19:49:09.512Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-08-10T19:49:09.596Z Compiling display-error-chain v0.2.2
34622026-08-10T19:49:09.702Z Compiling md5 v0.8.0
34632026-08-10T19:49:09.770Z Compiling hex-literal v1.1.0
34642026-08-10T19:49:09.939Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-08-10T19:49:09.989Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-08-10T19:49:10.006Z Compiling colored v2.2.0
34672026-08-10T19:49:10.120Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34682026-08-10T19:49:10.182Z Compiling socket2 v0.5.10
34692026-08-10T19:49:10.182Z Compiling internet-checksum v0.2.1
34702026-08-10T19:49:10.218Z Compiling russh v0.62.4
34712026-08-10T19:49:10.370Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34722026-08-10T19:49:10.402Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34732026-08-10T19:49:11.269Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34742026-08-10T19:49:13.158Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34752026-08-10T19:49:13.866Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34762026-08-10T19:49:14.422Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34772026-08-10T19:49:16.422Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34782026-08-10T19:49:25.324Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34792026-08-10T19:49:25.324Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34802026-08-10T19:49:25.327Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34812026-08-10T19:49:25.327Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34822026-08-10T19:49:27.088Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34832026-08-10T19:49:27.223Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34842026-08-10T19:49:31.321Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34852026-08-10T19:50:12.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34862026-08-10T19:50:12.303Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34872026-08-10T19:50:12.303Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34882026-08-10T19:50:12.535Z
34892026-08-10T19:50:12.535Zreal 1:29.212261216
34902026-08-10T19:50:12.535Zuser 8:28.347873831
34912026-08-10T19:50:12.538Zsys 1:42.449437451
34922026-08-10T19:50:12.538Ztrap 0.245227226
34932026-08-10T19:50:12.538Ztflt 0.268065377
34942026-08-10T19:50:12.538Zdflt 1.793760261
34952026-08-10T19:50:12.538Zkflt 0.000480990
34962026-08-10T19:50:12.538Zlock 31:25.519685105
34972026-08-10T19:50:12.538Zslp 19:06.436688834
34982026-08-10T19:50:12.538Zlat 40.048298101
34992026-08-10T19:50:12.538Zstop 3:10.547065113
35002026-08-10T19:50:12.538Z+ mkdir tests
35012026-08-10T19:50:12.538Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35022026-08-10T19:50:12.541Z+ xargs -I '{}' -t cp '{}' tests/
35032026-08-10T19:50:12.562Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8844e04221aa0c16 tests/
35042026-08-10T19:50:12.584Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e373d1ebd0871a49 tests/
35052026-08-10T19:50:12.607Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d77f29bc5cf68dd1 tests/
35062026-08-10T19:50:12.629Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-172143b73284ee59 tests/
35072026-08-10T19:50:12.946Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35082026-08-10T19:50:12.950Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e373d1ebd0871a49 tests/commtest-d77f29bc5cf68dd1 tests/dhcp_server-8844e04221aa0c16 tests/end_to_end_tests-172143b73284ee59 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35092026-08-10T19:51:42.409ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35102026-08-10T19:51:42.409Za .github/buildomat/ci-env.sh 1K
35112026-08-10T19:51:42.409Za out/target/test 1K
35122026-08-10T19:51:42.409Za out/npuzone/npuzone 27402K
35132026-08-10T19:51:42.409Za package-manifest.toml 35K
35142026-08-10T19:51:42.409Za smf/sled-agent/non-gimlet/config.toml 6K
35152026-08-10T19:51:42.409Za target/release/omicron-package 48082K
35162026-08-10T19:51:42.409Za target/release/xtask 11722K
35172026-08-10T19:51:42.409Za target/debug/bootstrap 435438K
35182026-08-10T19:51:42.409Za tests/bootstrap-e373d1ebd0871a49 34516K
35192026-08-10T19:51:42.409Za tests/commtest-d77f29bc5cf68dd1 34517K
35202026-08-10T19:51:42.409Za tests/dhcp_server-8844e04221aa0c16 34516K
35212026-08-10T19:51:42.409Za tests/end_to_end_tests-172143b73284ee59 498439K
35222026-08-10T19:51:42.409Za tools/opte_version 1K
35232026-08-10T19:51:42.410Za tools/opte_version_override 2K
35242026-08-10T19:51:42.410Za out/clickhouse.tar.gz 327619K
35252026-08-10T19:51:42.410Za out/clickhouse_keeper.tar.gz 311612K
35262026-08-10T19:51:42.410Za out/clickhouse_server.tar.gz 327615K
35272026-08-10T19:51:42.410Za out/cockroachdb.tar.gz 168973K
35282026-08-10T19:51:42.410Za out/crucible-pantry-zone.tar.gz 41282K
35292026-08-10T19:51:42.410Za out/crucible-utils.tar 18900K
35302026-08-10T19:51:42.410Za out/crucible-zone.tar.gz 56094K
35312026-08-10T19:51:42.410Za out/external-dns.tar.gz 54273K
35322026-08-10T19:51:42.410Za out/internal-dns.tar.gz 54273K
35332026-08-10T19:51:42.410Za out/mg-ddm-gz.tar 100917K
35342026-08-10T19:51:42.410Za out/nexus.tar.gz 354601K
35352026-08-10T19:51:42.410Za out/ntp.tar.gz 34635K
35362026-08-10T19:51:42.410Za out/omicron-gateway-softnpu.tar.gz 29207K
35372026-08-10T19:51:42.410Za out/omicron-sled-agent.tar 242357K
35382026-08-10T19:51:42.410Za out/overlay.tar.gz 4K
35392026-08-10T19:51:42.410Za out/oximeter.tar.gz 71191K
35402026-08-10T19:51:42.410Za out/oxlog.tar 4066K
35412026-08-10T19:51:42.410Za out/probe.tar.gz 3037K
35422026-08-10T19:51:42.410Za out/propolis-server.tar.gz 34642K
35432026-08-10T19:51:42.410Za out/pumpkind-gz.tar 26647K
35442026-08-10T19:51:42.410Za out/switch-softnpu.tar.gz 498972K
35452026-08-10T19:51:42.413Z
35462026-08-10T19:51:42.413Zreal 1:29.460531572
35472026-08-10T19:51:42.413Zuser 1:26.429107016
35482026-08-10T19:51:42.413Zsys 5.026635799
35492026-08-10T19:51:42.414Ztrap 0.007188895
35502026-08-10T19:51:42.414Ztflt 0.000000000
35512026-08-10T19:51:42.414Zdflt 0.000000000
35522026-08-10T19:51:42.414Zkflt 0.000000000
35532026-08-10T19:51:42.414Zlock 0.000000000
35542026-08-10T19:51:42.414Zslp 1:26.281234895
35552026-08-10T19:51:42.414Zlat 1.172098883
35562026-08-10T19:51:42.414Zstop 0.000202390
35572026-08-10T19:51:42.414Zprocess exited: duration 997699 ms, exit code 0
 
35582026-08-10T19:51:42.427Zfound 1 output files
35592026-08-10T19:51:42.442Zuploading: /work/package.tar.gz (2759763238 bytes)
35602026-08-10T19:52:33.795Zuploaded: /work/package.tar.gz