01KK9YTP86HH7JEYS0WHC5KX02: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KK9YVRRQNCYES5FHHQ7SKFRN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-09T18:49:33.570Zjob assigned to worker 01KK9YVYXE0S22RXB55SZ0ZDZA [factory aws, i-0977b36e80dca7f7e] (queued for 1 m 4 s)
 
22026-03-09T18:49:41.864Zstarting task 0: "setup"
32026-03-09T18:49:41.869Z++ uname -s
42026-03-09T18:49:41.873Z+ kern=SunOS
52026-03-09T18:49:41.873Z+ build_user=build
62026-03-09T18:49:41.873Z+ build_uid=12345
72026-03-09T18:49:41.873Z+ work_dir=/work
82026-03-09T18:49:41.874Z+ input_dir=/input
92026-03-09T18:49:41.874Z+ [[ 0 == 12345 ]]
102026-03-09T18:49:41.874Z+ case "$kern" in
112026-03-09T18:49:41.874Z+ groupadd -g 12345 build
122026-03-09T18:49:41.877Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-09T18:49:43.881Z+ zfs create -o mountpoint=/work rpool/work
142026-03-09T18:49:43.999Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-09T18:49:44.002Z+ home_fs=zfs
162026-03-09T18:49:44.002Z+ [[ zfs == autofs ]]
172026-03-09T18:49:44.002Z+ mkdir -p /home/build
182026-03-09T18:49:44.007Z+ chown build:build /home/build /work
192026-03-09T18:49:46.007Z+ chmod 0700 /home/build /work
202026-03-09T18:49:46.010Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-09T18:49:46.020Zstarting task 1: "rust-toolchain"
222026-03-09T18:49:46.025Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-09T18:49:46.026Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-09T18:49:46.026Z * rust toolchain channel = "1.91.1"
252026-03-09T18:49:46.026Z * rust toolchain profile = "default"
262026-03-09T18:49:46.026Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-09T18:49:46.026Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-09T18:49:46.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-09T18:49:46.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-09T18:49:46.166Zinfo: downloading installer
312026-03-09T18:49:47.862Zwarn: It looks like you have an existing installation of Rust at:
322026-03-09T18:49:47.862Zwarn: /opt/ooce/bin
332026-03-09T18:49:47.862Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-09T18:49:47.862Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-09T18:49:47.862Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-09T18:49:47.862Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-09T18:49:47.862Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-09T18:49:47.862Zerror: cannot install while Rust is installed
392026-03-09T18:49:47.862Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-09T18:49:47.892Zinfo: profile set to 'default'
412026-03-09T18:49:47.892Zinfo: default host triple is x86_64-unknown-illumos
422026-03-09T18:49:47.895Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-09T18:49:48.076Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-09T18:49:48.076Zinfo: downloading component 'cargo'
452026-03-09T18:49:49.137Zinfo: downloading component 'clippy'
462026-03-09T18:49:49.611Zinfo: downloading component 'rust-docs'
472026-03-09T18:49:51.045Zinfo: downloading component 'rust-std'
482026-03-09T18:49:53.273Zinfo: downloading component 'rustc'
492026-03-09T18:50:00.624Zinfo: downloading component 'rustfmt'
502026-03-09T18:50:00.902Zinfo: installing component 'cargo'
512026-03-09T18:50:01.820Zinfo: installing component 'clippy'
522026-03-09T18:50:02.214Zinfo: installing component 'rust-docs'
532026-03-09T18:50:04.153Zinfo: installing component 'rust-std'
542026-03-09T18:50:05.951Zinfo: installing component 'rustc'
552026-03-09T18:50:12.730Zinfo: installing component 'rustfmt'
562026-03-09T18:50:13.075Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-09T18:50:13.075Z
582026-03-09T18:50:13.576Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-09T18:50:13.576Z
602026-03-09T18:50:13.581Z
612026-03-09T18:50:13.581ZRust is installed now. Great!
622026-03-09T18:50:13.581Z
632026-03-09T18:50:13.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-09T18:50:13.581Zenvironment variable. This has not been done automatically.
652026-03-09T18:50:13.581Z
662026-03-09T18:50:13.581ZTo configure your current shell, you need to source
672026-03-09T18:50:13.581Zthe corresponding env file under $HOME/.cargo.
682026-03-09T18:50:13.581Z
692026-03-09T18:50:13.581ZThis is usually done by running one of the following (note the leading DOT):
702026-03-09T18:50:13.581Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-09T18:50:13.581Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-09T18:50:13.581Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-09T18:50:13.676Z+ rustup --version
742026-03-09T18:50:13.687Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-09T18:50:13.691Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-09T18:50:13.776Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-09T18:50:13.780Z+ cargo --version
782026-03-09T18:50:13.852Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-09T18:50:13.856Z+ rustc --version
802026-03-09T18:50:13.932Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-09T18:50:13.936Zprocess exited: duration 27913 ms, exit code 0
 
822026-03-09T18:50:13.942Zstarting task 2: "authentication"
832026-03-09T18:50:13.965Zprocess exited: duration 21 ms, exit code 0
 
842026-03-09T18:50:13.973Zstarting task 3: "clone repository"
852026-03-09T18:50:13.976Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-09T18:50:13.979Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-09T18:50:14.007ZCloning into '/work/oxidecomputer/omicron'...
882026-03-09T18:51:09.374Z+ cd /work/oxidecomputer/omicron
892026-03-09T18:51:09.374Z+ git fetch origin 44a114028cc75ea7ee969474a71cf0a33394f58e
902026-03-09T18:51:10.169ZFrom https://github.com/oxidecomputer/omicron
912026-03-09T18:51:10.169Z * branch 44a114028cc75ea7ee969474a71cf0a33394f58e -> FETCH_HEAD
922026-03-09T18:51:10.181Z+ [[ -n '' ]]
932026-03-09T18:51:10.181Z+ git reset --hard 44a114028cc75ea7ee969474a71cf0a33394f58e
942026-03-09T18:51:10.290ZHEAD is now at 44a114028 feedback
952026-03-09T18:51:10.294Zprocess exited: duration 56292 ms, exit code 0
 
962026-03-09T18:51:10.302Zstarting task 4: "build"
972026-03-09T18:51:10.308Z+ source .github/buildomat/ci-env.sh
982026-03-09T18:51:10.308Z++ export CARGO_TERM_COLOR=always
992026-03-09T18:51:10.308Z++ CARGO_TERM_COLOR=always
1002026-03-09T18:51:10.312Z+ cargo --version
1012026-03-09T18:51:10.370Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-03-09T18:51:10.372Z+ rustc --version
1032026-03-09T18:51:10.447Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-03-09T18:51:10.451Z+ WORK=/work
1052026-03-09T18:51:10.451Z+ pfexec mkdir -p /work
1062026-03-09T18:51:10.455Z+ pfexec chown build /work
1072026-03-09T18:51:10.458Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082026-03-09T18:51:21.276Z Startup: Refreshing catalog 'helios-dev' ... Done
1092026-03-09T18:51:32.083Z Startup: Caching catalogs ... Done
1102026-03-09T18:51:57.759ZPlanning: Solver setup ... Done (24.009s)
1112026-03-09T18:51:57.931ZPlanning: Running solver ... Done (0.171s)
1122026-03-09T18:51:58.105ZPlanning: Finding local manifests ... Done (0.003s)
1132026-03-09T18:51:58.127ZPlanning: Fetching manifests: 0/4 0% complete
1142026-03-09T18:51:58.275ZPlanning: Fetching manifests: 4/4 100% complete
1152026-03-09T18:51:58.326ZPlanning: Package planning ... Done (0.051s)
1162026-03-09T18:51:58.377ZPlanning: Merging actions ... Done (0.049s)
1172026-03-09T18:51:58.662ZPlanning: Checking for conflicting actions ... Done (0.287s)
1182026-03-09T18:51:58.675ZPlanning: Consolidating action changes ... Done (0.011s)
1192026-03-09T18:51:59.714ZPlanning: Evaluating mediators ... Done (1.039s)
1202026-03-09T18:51:59.723ZPlanning: Planning completed in 27.48 seconds
1212026-03-09T18:51:59.738Z Packages to install: 4
1222026-03-09T18:51:59.738Z Mediators to change: 2
1232026-03-09T18:51:59.741Z Services to change: 1
1242026-03-09T18:51:59.741Z Estimated space available: 155.43 GB
1252026-03-09T18:51:59.741ZEstimated space to be consumed: 1.82 GB
1262026-03-09T18:51:59.742Z Create boot environment: No
1272026-03-09T18:51:59.742ZCreate backup boot environment: No
1282026-03-09T18:51:59.742Z Rebuild boot archive: No
1292026-03-09T18:51:59.742Z
1302026-03-09T18:51:59.742ZChanged mediators:
1312026-03-09T18:51:59.742Z mediator clang:
1322026-03-09T18:51:59.742Z version: None -> 15 (system default)
1332026-03-09T18:51:59.742Z
1342026-03-09T18:51:59.742Z mediator llvm:
1352026-03-09T18:51:59.742Z version: 14 (system default) -> 15 (system default)
1362026-03-09T18:51:59.742Z
1372026-03-09T18:51:59.742ZChanged packages:
1382026-03-09T18:51:59.742Zhelios-dev
1392026-03-09T18:51:59.742Z developer/build-essential
1402026-03-09T18:51:59.742Z None -> 11-2.0
1412026-03-09T18:51:59.742Z library/libxmlsec1
1422026-03-09T18:51:59.742Z None -> 1.2.35-2.0
1432026-03-09T18:51:59.742Z ooce/developer/clang-15
1442026-03-09T18:51:59.742Z None -> 15.0.7-2.0
1452026-03-09T18:51:59.742Z ooce/developer/llvm-15
1462026-03-09T18:51:59.742Z None -> 15.0.7-2.0
1472026-03-09T18:51:59.742Z
1482026-03-09T18:51:59.742ZServices:
1492026-03-09T18:51:59.742Z restart_fmri:
1502026-03-09T18:51:59.742Z svc:/system/update-man-index:default
1512026-03-09T18:51:59.794Z
1522026-03-09T18:51:59.794ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532026-03-09T18:52:04.795ZDownload: 778/3290 items 18.6/212.6MB 8% complete (3.8M/s)
1542026-03-09T18:52:09.827ZDownload: 2214/3290 items 118.6/212.6MB 55% complete (12.1M/s)
1552026-03-09T18:52:15.449ZDownload: 3242/3290 items 202.8/212.6MB 95% complete (18.5M/s)
1562026-03-09T18:52:16.907ZDownload: Completed 212.60 MB in 17.11 seconds (12.4M/s)
1572026-03-09T18:52:17.206Z Actions: 1/3689 actions (Installing new actions)
1582026-03-09T18:52:21.802Z Actions: Completed 3689 actions in 4.59 seconds.
1592026-03-09T18:52:22.239Z Done (0.431s)
1602026-03-09T18:52:22.239Z Done (0.000s)
1612026-03-09T18:52:23.358Z Done (1.119s)
1622026-03-09T18:52:27.935Z Done (4.211s)
1632026-03-09T18:52:28.028Z Done (0.020s)
1642026-03-09T18:52:28.033Z Done (0.000s)
1652026-03-09T18:52:28.185Z Done (0.000s)
1662026-03-09T18:52:29.201ZPlanning: Evaluating mediator changes ... Done
1672026-03-09T18:52:29.365ZPlanning: Checking for conflicting actions ... Done
1682026-03-09T18:52:29.369ZPlanning: Consolidating action changes ... Done
1692026-03-09T18:52:29.643ZPlanning: Evaluating mediators ... Done
1702026-03-09T18:52:29.646ZPlanning: Planning completed in 0.45 seconds
1712026-03-09T18:52:29.677Z Mediators to change: 2
1722026-03-09T18:52:29.678Z Create boot environment: No
1732026-03-09T18:52:29.678ZCreate backup boot environment: No
1742026-03-09T18:52:29.756Z Done
1752026-03-09T18:52:29.756Z Done
1762026-03-09T18:52:30.569Z Done
1772026-03-09T18:52:34.344Z Done
1782026-03-09T18:52:34.438Z Done
1792026-03-09T18:52:34.441Z Done
1802026-03-09T18:52:34.615Z Done
1812026-03-09T18:52:35.256ZPlanning: Evaluating mediator changes ... Done
1822026-03-09T18:52:35.261ZPlanning: Merging actions ... Done
1832026-03-09T18:52:35.453ZPlanning: Checking for conflicting actions ... Done
1842026-03-09T18:52:35.456ZPlanning: Consolidating action changes ... Done
1852026-03-09T18:52:35.737ZPlanning: Evaluating mediators ... Done
1862026-03-09T18:52:35.799ZPlanning: Planning completed in 0.80 seconds
1872026-03-09T18:52:35.835Z Packages to change: 1
1882026-03-09T18:52:35.835Z Mediators to change: 1
1892026-03-09T18:52:35.838Z Services to change: 1
1902026-03-09T18:52:35.838Z Create boot environment: No
1912026-03-09T18:52:35.838ZCreate backup boot environment: Yes
1922026-03-09T18:52:38.389Z Actions: 1/6 actions (Updating modified actions)
1932026-03-09T18:52:38.393Z Actions: Completed 6 actions in 0.00 seconds.
1942026-03-09T18:52:38.393Z Done
1952026-03-09T18:52:38.393Z Done
1962026-03-09T18:52:38.613Z Done
1972026-03-09T18:52:42.503Z Done
1982026-03-09T18:52:42.597Z Done
1992026-03-09T18:52:42.600Z Done
2002026-03-09T18:52:42.757Z Done
2012026-03-09T18:52:43.241ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-03-09T18:52:43.241Zclang system 15 system
2032026-03-09T18:52:43.241Zcsh system system illumos
2042026-03-09T18:52:43.241Zctags system system illumos
2052026-03-09T18:52:43.241Zfile system system illumos
2062026-03-09T18:52:43.241Zgcc vendor 12 vendor
2072026-03-09T18:52:43.241Zgcc system 10 system
2082026-03-09T18:52:43.241Zgcc system 7 system
2092026-03-09T18:52:43.241Zgo system 1.20 system
2102026-03-09T18:52:43.241Zgo system 1.19 system
2112026-03-09T18:52:43.242Zllvm system 15 system
2122026-03-09T18:52:43.242Zllvm system 14 system
2132026-03-09T18:52:43.242Zmariadb system 10.6 system
2142026-03-09T18:52:43.242Zmta vendor vendor dma
2152026-03-09T18:52:43.242Zopenjdk system 17 system
2162026-03-09T18:52:43.242Zopenjdk system 11 system
2172026-03-09T18:52:43.242Zopenjdk system 1.8 system
2182026-03-09T18:52:43.242Zopenssl vendor 3 vendor
2192026-03-09T18:52:43.242Zperl system 5.36 system
2202026-03-09T18:52:43.242Zpostgresql system 15 system
2212026-03-09T18:52:43.242Zpostgresql system 13 system
2222026-03-09T18:52:43.242Zpython vendor 3 vendor
2232026-03-09T18:52:43.242Zpython system 2 system
2242026-03-09T18:52:43.242Zpython3 system 3.11 system
2252026-03-09T18:52:43.242Zruby system 3.0 system
2262026-03-09T18:52:43.242Zwords vendor vendor american-english
2272026-03-09T18:52:43.242Zwords system system australian-english
2282026-03-09T18:52:43.242Zwords system system british-english
2292026-03-09T18:52:43.242Zwords system system canadian-english
2302026-03-09T18:52:43.242Zwords system system french
2312026-03-09T18:52:43.242Zwords system system italian
2322026-03-09T18:52:43.242Zwords system system ngerman
2332026-03-09T18:52:43.242Zwords system system ogerman
2342026-03-09T18:52:43.242Zwords system system spanish
2352026-03-09T18:52:43.591ZPUBLISHER TYPE STATUS P LOCATION
2362026-03-09T18:52:43.591Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372026-03-09T18:52:50.324ZFMRI IFO
2382026-03-09T18:52:50.324Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392026-03-09T18:52:50.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402026-03-09T18:52:50.324Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412026-03-09T18:52:50.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422026-03-09T18:52:50.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432026-03-09T18:52:50.324Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2442026-03-09T18:52:50.324Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452026-03-09T18:52:50.324Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2462026-03-09T18:52:50.325Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2472026-03-09T18:52:50.325Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482026-03-09T18:52:50.325Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2492026-03-09T18:52:50.325Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2502026-03-09T18:52:50.325Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512026-03-09T18:52:50.325Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2522026-03-09T18:52:50.325Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2532026-03-09T18:52:50.325Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542026-03-09T18:52:51.600Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552026-03-09T18:52:52.267Z Updating crates.io index
2562026-03-09T18:52:52.270Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2572026-03-09T18:52:52.851Z Updating git repository `https://github.com/oxidecomputer/lldp`
2582026-03-09T18:52:53.997Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-03-09T18:52:54.626Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2602026-03-09T18:52:55.283Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612026-03-09T18:52:59.356Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622026-03-09T18:53:05.439Z Updating git repository `https://github.com/oxidecomputer/opte`
2632026-03-09T18:53:08.216Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642026-03-09T18:53:09.094Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652026-03-09T18:53:13.216Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-03-09T18:53:14.737Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-03-09T18:53:17.464Z Updating git repository `https://github.com/oxidecomputer/clickward`
2682026-03-09T18:53:18.166Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-03-09T18:53:19.171Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-03-09T18:53:19.967Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2712026-03-09T18:53:22.471Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-03-09T18:53:23.813Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-03-09T18:53:24.532Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-03-09T18:53:25.170Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-03-09T18:53:26.039Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-03-09T18:53:26.724Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-03-09T18:53:27.202Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-03-09T18:53:27.786Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-03-09T18:53:28.735Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-03-09T18:53:29.653Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-03-09T18:53:31.176Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-03-09T18:53:31.795Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-03-09T18:53:32.624Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-03-09T18:53:33.358Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852026-03-09T18:53:35.301Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862026-03-09T18:53:35.828Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872026-03-09T18:53:36.736Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2882026-03-09T18:53:37.310Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-03-09T18:53:37.965Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902026-03-09T18:53:38.804Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912026-03-09T18:53:39.409Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922026-03-09T18:53:39.913Z Updating git repository `https://github.com/illumos/smf-rs`
2932026-03-09T18:53:40.628Z Updating git repository `https://github.com/oxidecomputer/omicron`
2942026-03-09T18:54:31.259Z Downloading crates ...
2952026-03-09T18:54:31.333Z Downloaded idna_adapter v1.2.1
2962026-03-09T18:54:31.340Z Downloaded anstream v0.6.21
2972026-03-09T18:54:31.343Z Downloaded cfg-if v1.0.4
2982026-03-09T18:54:31.351Z Downloaded clap_derive v4.5.55
2992026-03-09T18:54:31.355Z Downloaded colorchoice v1.0.4
3002026-03-09T18:54:31.355Z Downloaded clap v4.5.60
3012026-03-09T18:54:31.362Z Downloaded clap_lex v1.0.0
3022026-03-09T18:54:31.365Z Downloaded anstyle-parse v0.2.7
3032026-03-09T18:54:31.365Z Downloaded anstyle v1.0.13
3042026-03-09T18:54:31.368Z Downloaded clap_builder v4.5.60
3052026-03-09T18:54:31.373Z Downloaded zerofrom-derive v0.1.6
3062026-03-09T18:54:31.376Z Downloaded utf8parse v0.2.2
3072026-03-09T18:54:31.376Z Downloaded utf8_iter v1.0.4
3082026-03-09T18:54:31.376Z Downloaded usdt-attr-macro v0.5.0
3092026-03-09T18:54:31.385Z Downloaded textwrap v0.16.2
3102026-03-09T18:54:31.385Z Downloaded yoke-derive v0.8.1
3112026-03-09T18:54:31.390Z Downloaded itoa v1.0.17
3122026-03-09T18:54:31.390Z Downloaded thread-id v4.2.2
3132026-03-09T18:54:31.390Z Downloaded unicode-xid v0.2.6
3142026-03-09T18:54:31.390Z Downloaded version_check v0.9.5
3152026-03-09T18:54:31.390Z Downloaded fastrand v2.3.0
3162026-03-09T18:54:31.390Z Downloaded crypto-common v0.1.7
3172026-03-09T18:54:31.390Z Downloaded anstyle-query v1.1.5
3182026-03-09T18:54:31.394Z Downloaded usdt-macro v0.5.0
3192026-03-09T18:54:31.394Z Downloaded ordered-float v2.10.1
3202026-03-09T18:54:31.394Z Downloaded is_terminal_polyfill v1.70.2
3212026-03-09T18:54:31.394Z Downloaded unicode-linebreak v0.1.5
3222026-03-09T18:54:31.397Z Downloaded typeid v1.0.3
3232026-03-09T18:54:31.397Z Downloaded block-buffer v0.10.4
3242026-03-09T18:54:31.397Z Downloaded cpufeatures v0.2.17
3252026-03-09T18:54:31.401Z Downloaded zerofrom v0.1.6
3262026-03-09T18:54:31.401Z Downloaded toml_write v0.1.2
3272026-03-09T18:54:31.401Z Downloaded terminal_size v0.4.3
3282026-03-09T18:54:31.405Z Downloaded usdt v0.5.0
3292026-03-09T18:54:31.405Z Downloaded toml_datetime v0.6.11
3302026-03-09T18:54:31.405Z Downloaded serde_core v1.0.228
3312026-03-09T18:54:31.408Z Downloaded tinystr v0.8.2
3322026-03-09T18:54:31.411Z Downloaded typenum v1.19.0
3332026-03-09T18:54:31.411Z Downloaded fs-err v3.3.0
3342026-03-09T18:54:31.415Z Downloaded zmij v1.0.21
3352026-03-09T18:54:31.415Z Downloaded thiserror v2.0.18
3362026-03-09T18:54:31.420Z Downloaded yoke v0.8.1
3372026-03-09T18:54:31.424Z Downloaded thiserror-impl v2.0.18
3382026-03-09T18:54:31.424Z Downloaded zerovec-derive v0.11.2
3392026-03-09T18:54:31.427Z Downloaded erased-serde v0.4.9
3402026-03-09T18:54:31.427Z Downloaded writeable v0.6.2
3412026-03-09T18:54:31.431Z Downloaded toml v0.8.23
3422026-03-09T18:54:31.435Z Downloaded scroll v0.12.0
3432026-03-09T18:54:31.435Z Downloaded usdt-impl v0.5.0
3442026-03-09T18:54:31.435Z Downloaded ucd-trie v0.1.7
3452026-03-09T18:54:31.440Z Downloaded form_urlencoded v1.2.2
3462026-03-09T18:54:31.440Z Downloaded zerocopy-derive v0.7.35
3472026-03-09T18:54:31.444Z Downloaded serde-value v0.7.0
3482026-03-09T18:54:31.444Z Downloaded proc-macro-error-attr v1.0.4
3492026-03-09T18:54:31.444Z Downloaded plain v0.2.3
3502026-03-09T18:54:31.447Z Downloaded heck v0.5.0
3512026-03-09T18:54:31.447Z Downloaded errno v0.3.14
3522026-03-09T18:54:31.447Z Downloaded swrite v0.1.0
3532026-03-09T18:54:31.449Z Downloaded serde_spanned v0.6.9
3542026-03-09T18:54:31.449Z Downloaded cargo_toml v0.21.0
3552026-03-09T18:54:31.453Z Downloaded unicode-ident v1.0.24
3562026-03-09T18:54:31.453Z Downloaded toml_edit v0.22.27
3572026-03-09T18:54:31.456Z Downloaded generic-array v0.14.7
3582026-03-09T18:54:31.459Z Downloaded macaddr v1.0.1
3592026-03-09T18:54:31.459Z Downloaded equivalent v1.0.2
3602026-03-09T18:54:31.462Z Downloaded papergrid v0.11.0
3612026-03-09T18:54:31.465Z Downloaded zerotrie v0.2.3
3622026-03-09T18:54:31.468Z Downloaded percent-encoding v2.3.2
3632026-03-09T18:54:31.471Z Downloaded heck v0.4.1
3642026-03-09T18:54:31.471Z Downloaded url v2.5.8
3652026-03-09T18:54:31.475Z Downloaded memmap v0.7.0
3662026-03-09T18:54:31.476Z Downloaded quote v1.0.44
3672026-03-09T18:54:31.476Z Downloaded potential_utf v0.1.4
3682026-03-09T18:54:31.484Z Downloaded litemap v0.8.1
3692026-03-09T18:54:31.484Z Downloaded zerovec v0.11.5
3702026-03-09T18:54:31.487Z Downloaded scroll_derive v0.12.1
3712026-03-09T18:54:31.487Z Downloaded fnv v1.0.7
3722026-03-09T18:54:31.487Z Downloaded dof v0.3.0
3732026-03-09T18:54:31.487Z Downloaded thiserror-impl v1.0.69
3742026-03-09T18:54:31.487Z Downloaded pretty-hex v0.4.1
3752026-03-09T18:54:31.490Z Downloaded zerocopy v0.7.35
3762026-03-09T18:54:31.503Z Downloaded winnow v0.7.14
3772026-03-09T18:54:31.511Z Downloaded icu_provider v2.1.1
3782026-03-09T18:54:31.515Z Downloaded stable_deref_trait v1.2.1
3792026-03-09T18:54:31.515Z Downloaded dtrace-parser v0.2.0
3802026-03-09T18:54:31.515Z Downloaded unicode-width v0.2.0
3812026-03-09T18:54:31.519Z Downloaded unicode-width v0.1.14
3822026-03-09T18:54:31.524Z Downloaded bytecount v0.6.9
3832026-03-09T18:54:31.527Z Downloaded once_cell v1.21.3
3842026-03-09T18:54:31.530Z Downloaded cargo-platform v0.2.0
3852026-03-09T18:54:31.530Z Downloaded strsim v0.11.1
3862026-03-09T18:54:31.530Z Downloaded proc-macro-error v1.0.4
3872026-03-09T18:54:31.536Z Downloaded semver v1.0.27
3882026-03-09T18:54:31.539Z Downloaded smawk v0.3.2
3892026-03-09T18:54:31.539Z Downloaded synstructure v0.13.2
3902026-03-09T18:54:31.541Z Downloaded smallvec v1.15.1
3912026-03-09T18:54:31.544Z Downloaded cargo_metadata v0.21.0
3922026-03-09T18:54:31.544Z Downloaded byteorder v1.5.0
3932026-03-09T18:54:31.547Z Downloaded serde_tokenstream v0.2.3
3942026-03-09T18:54:31.547Z Downloaded serde-untagged v0.1.9
3952026-03-09T18:54:31.547Z Downloaded digest v0.10.7
3962026-03-09T18:54:31.550Z Downloaded pest_generator v2.8.6
3972026-03-09T18:54:31.558Z Downloaded camino-tempfile v1.4.1
3982026-03-09T18:54:31.562Z Downloaded thiserror v1.0.69
3992026-03-09T18:54:31.566Z Downloaded bitflags v2.11.0
4002026-03-09T18:54:31.570Z Downloaded pest_derive v2.8.6
4012026-03-09T18:54:31.572Z Downloaded anyhow v1.0.102
4022026-03-09T18:54:31.575Z Downloaded tempfile v3.25.0
4032026-03-09T18:54:31.578Z Downloaded cargo-util-schemas v0.8.2
4042026-03-09T18:54:31.581Z Downloaded sha2 v0.10.9
4052026-03-09T18:54:31.583Z Downloaded displaydoc v0.2.5
4062026-03-09T18:54:31.583Z Downloaded autocfg v1.5.0
4072026-03-09T18:54:31.586Z Downloaded camino v1.2.2
4082026-03-09T18:54:31.593Z Downloaded tabled_derive v0.7.0
4092026-03-09T18:54:31.596Z Downloaded getrandom v0.4.1
4102026-03-09T18:54:31.599Z Downloaded log v0.4.29
4112026-03-09T18:54:31.606Z Downloaded icu_properties v2.1.2
4122026-03-09T18:54:31.609Z Downloaded serde_derive v1.0.228
4132026-03-09T18:54:31.625Z Downloaded proc-macro2 v1.0.106
4142026-03-09T18:54:31.629Z Downloaded pest_meta v2.8.6
4152026-03-09T18:54:31.633Z Downloaded icu_normalizer v2.1.1
4162026-03-09T18:54:31.636Z Downloaded num-traits v0.2.19
4172026-03-09T18:54:31.640Z Downloaded pest v2.8.6
4182026-03-09T18:54:31.648Z Downloaded icu_locale_core v2.1.1
4192026-03-09T18:54:31.653Z Downloaded memchr v2.8.0
4202026-03-09T18:54:31.657Z Downloaded icu_normalizer_data v2.1.1
4212026-03-09T18:54:31.661Z Downloaded serde v1.0.228
4222026-03-09T18:54:31.671Z Downloaded indexmap v2.13.0
4232026-03-09T18:54:31.675Z Downloaded idna v1.1.0
4242026-03-09T18:54:31.678Z Downloaded icu_properties_data v2.1.2
4252026-03-09T18:54:31.686Z Downloaded icu_collections v2.1.1
4262026-03-09T18:54:31.694Z Downloaded goblin v0.8.2
4272026-03-09T18:54:31.698Z Downloaded serde_json v1.0.149
4282026-03-09T18:54:31.707Z Downloaded hashbrown v0.16.1
4292026-03-09T18:54:31.724Z Downloaded tabled v0.15.0
4302026-03-09T18:54:31.738Z Downloaded syn v1.0.109
4312026-03-09T18:54:31.747Z Downloaded syn v2.0.117
4322026-03-09T18:54:31.768Z Downloaded rustix v1.1.3
4332026-03-09T18:54:31.808Z Downloaded libc v0.2.180
4342026-03-09T18:54:31.896Z Compiling proc-macro2 v1.0.106
4352026-03-09T18:54:31.899Z Compiling unicode-ident v1.0.24
4362026-03-09T18:54:31.899Z Compiling quote v1.0.44
4372026-03-09T18:54:31.899Z Compiling serde_core v1.0.228
4382026-03-09T18:54:31.899Z Compiling libc v0.2.180
4392026-03-09T18:54:31.899Z Compiling version_check v0.9.5
4402026-03-09T18:54:31.899Z Compiling memchr v2.8.0
4412026-03-09T18:54:31.899Z Compiling serde v1.0.228
4422026-03-09T18:54:32.362Z Compiling stable_deref_trait v1.2.1
4432026-03-09T18:54:32.495Z Compiling zmij v1.0.21
4442026-03-09T18:54:32.890Z Compiling itoa v1.0.17
4452026-03-09T18:54:32.947Z Compiling autocfg v1.5.0
4462026-03-09T18:54:33.249Z Compiling ucd-trie v0.1.7
4472026-03-09T18:54:33.609Z Compiling thiserror v1.0.69
4482026-03-09T18:54:33.786Z Compiling pest v2.8.6
4492026-03-09T18:54:33.813Z Compiling litemap v0.8.1
4502026-03-09T18:54:33.847Z Compiling writeable v0.6.2
4512026-03-09T18:54:34.102Z Compiling icu_properties_data v2.1.2
4522026-03-09T18:54:34.189Z Compiling icu_normalizer_data v2.1.1
4532026-03-09T18:54:34.434Z Compiling byteorder v1.5.0
4542026-03-09T18:54:34.592Z Compiling rustix v1.1.3
4552026-03-09T18:54:34.842Z Compiling syn v2.0.117
4562026-03-09T18:54:34.935Z Compiling errno v0.3.14
4572026-03-09T18:54:34.968Z Compiling serde_json v1.0.149
4582026-03-09T18:54:35.195Z Compiling bitflags v2.11.0
4592026-03-09T18:54:35.478Z Compiling num-traits v0.2.19
4602026-03-09T18:54:35.507Z Compiling hashbrown v0.16.1
4612026-03-09T18:54:35.612Z Compiling typeid v1.0.3
4622026-03-09T18:54:35.837Z Compiling equivalent v1.0.2
4632026-03-09T18:54:35.984Z Compiling smallvec v1.15.1
4642026-03-09T18:54:36.398Z Compiling pest_meta v2.8.6
4652026-03-09T18:54:36.616Z Compiling indexmap v2.13.0
4662026-03-09T18:54:36.712Z Compiling thread-id v4.2.2
4672026-03-09T18:54:36.850Z Compiling proc-macro-error-attr v1.0.4
4682026-03-09T18:54:36.939Z Compiling usdt-impl v0.5.0
4692026-03-09T18:54:37.205Z Compiling toml_write v0.1.2
4702026-03-09T18:54:37.349Z Compiling syn v1.0.109
4712026-03-09T18:54:37.619Z Compiling winnow v0.7.14
4722026-03-09T18:54:37.796Z Compiling erased-serde v0.4.9
4732026-03-09T18:54:38.628Z Compiling proc-macro-error v1.0.4
4742026-03-09T18:54:38.676Z Compiling percent-encoding v2.3.2
4752026-03-09T18:54:38.979Z Compiling getrandom v0.4.1
4762026-03-09T18:54:39.046Z Compiling camino v1.2.2
4772026-03-09T18:54:39.704Z Compiling plain v0.2.3
4782026-03-09T18:54:39.749Z Compiling thiserror v2.0.18
4792026-03-09T18:54:39.887Z Compiling log v0.4.29
4802026-03-09T18:54:40.253Z Compiling utf8parse v0.2.2
4812026-03-09T18:54:40.283Z Compiling utf8_iter v1.0.4
4822026-03-09T18:54:40.444Z Compiling anstyle-parse v0.2.7
4832026-03-09T18:54:40.548Z Compiling ordered-float v2.10.1
4842026-03-09T18:54:40.700Z Compiling form_urlencoded v1.2.2
4852026-03-09T18:54:40.872Z Compiling terminal_size v0.4.3
4862026-03-09T18:54:41.098Z Compiling is_terminal_polyfill v1.70.2
4872026-03-09T18:54:41.147Z Compiling cfg-if v1.0.4
4882026-03-09T18:54:41.253Z Compiling anstyle v1.0.13
4892026-03-09T18:54:41.282Z Compiling colorchoice v1.0.4
4902026-03-09T18:54:41.286Z Compiling anstyle-query v1.1.5
4912026-03-09T18:54:41.452Z Compiling pretty-hex v0.4.1
4922026-03-09T18:54:41.609Z Compiling synstructure v0.13.2
4932026-03-09T18:54:41.654Z Compiling pest_generator v2.8.6
4942026-03-09T18:54:41.690Z Compiling anstream v0.6.21
4952026-03-09T18:54:41.816Z Compiling serde-untagged v0.1.9
4962026-03-09T18:54:41.913Z Compiling semver v1.0.27
4972026-03-09T18:54:42.335Z Compiling fs-err v3.3.0
4982026-03-09T18:54:42.606Z Compiling unicode-width v0.1.14
4992026-03-09T18:54:42.609Z Compiling once_cell v1.21.3
5002026-03-09T18:54:42.737Z Compiling fnv v1.0.7
5012026-03-09T18:54:42.910Z Compiling clap_lex v1.0.0
5022026-03-09T18:54:43.018Z Compiling unicode-xid v0.2.6
5032026-03-09T18:54:43.071Z Compiling bytecount v0.6.9
5042026-03-09T18:54:43.223Z Compiling anyhow v1.0.102
5052026-03-09T18:54:43.252Z Compiling heck v0.5.0
5062026-03-09T18:54:43.321Z Compiling fastrand v2.3.0
5072026-03-09T18:54:43.353Z Compiling heck v0.4.1
5082026-03-09T18:54:43.469Z Compiling strsim v0.11.1
5092026-03-09T18:54:43.805Z Compiling tempfile v3.25.0
5102026-03-09T18:54:43.838Z Compiling papergrid v0.11.0
5112026-03-09T18:54:44.217Z Compiling clap_builder v4.5.60
5122026-03-09T18:54:44.362Z Compiling memmap v0.7.0
5132026-03-09T18:54:44.458Z Compiling unicode-width v0.2.0
5142026-03-09T18:54:44.623Z Compiling unicode-linebreak v0.1.5
5152026-03-09T18:54:44.692Z Compiling smawk v0.3.2
5162026-03-09T18:54:45.154Z Compiling textwrap v0.16.2
5172026-03-09T18:54:45.555Z Compiling camino-tempfile v1.4.1
5182026-03-09T18:54:45.777Z Compiling swrite v0.1.0
5192026-03-09T18:54:45.942Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-03-09T18:54:46.294Z Compiling tabled_derive v0.7.0
5212026-03-09T18:54:46.298Z Compiling serde_derive v1.0.228
5222026-03-09T18:54:46.298Z Compiling zerofrom-derive v0.1.6
5232026-03-09T18:54:46.387Z Compiling yoke-derive v0.8.1
5242026-03-09T18:54:46.414Z Compiling zerovec-derive v0.11.2
5252026-03-09T18:54:47.131Z Compiling displaydoc v0.2.5
5262026-03-09T18:54:48.487Z Compiling thiserror-impl v1.0.69
5272026-03-09T18:54:48.766Z Compiling zerocopy-derive v0.7.35
5282026-03-09T18:54:49.106Z Compiling pest_derive v2.8.6
5292026-03-09T18:54:49.213Z Compiling scroll_derive v0.12.1
5302026-03-09T18:54:49.738Z Compiling zerofrom v0.1.6
5312026-03-09T18:54:49.932Z Compiling thiserror-impl v2.0.18
5322026-03-09T18:54:49.997Z Compiling yoke v0.8.1
5332026-03-09T18:54:50.374Z Compiling zerovec v0.11.5
5342026-03-09T18:54:50.719Z Compiling zerotrie v0.2.3
5352026-03-09T18:54:50.749Z Compiling zerocopy v0.7.35
5362026-03-09T18:54:51.348Z Compiling scroll v0.12.0
5372026-03-09T18:54:51.573Z Compiling tinystr v0.8.2
5382026-03-09T18:54:51.634Z Compiling potential_utf v0.1.4
5392026-03-09T18:54:51.884Z Compiling icu_collections v2.1.1
5402026-03-09T18:54:51.947Z Compiling icu_locale_core v2.1.1
5412026-03-09T18:54:52.002Z Compiling dtrace-parser v0.2.0
5422026-03-09T18:54:52.077Z Compiling goblin v0.8.2
5432026-03-09T18:54:52.210Z Compiling clap_derive v4.5.55
5442026-03-09T18:54:53.016Z Compiling tabled v0.15.0
5452026-03-09T18:54:53.493Z Compiling icu_provider v2.1.1
5462026-03-09T18:54:53.943Z Compiling icu_properties v2.1.2
5472026-03-09T18:54:53.943Z Compiling icu_normalizer v2.1.1
5482026-03-09T18:54:55.202Z Compiling serde_spanned v0.6.9
5492026-03-09T18:54:55.229Z Compiling toml_datetime v0.6.11
5502026-03-09T18:54:55.368Z Compiling dof v0.3.0
5512026-03-09T18:54:55.399Z Compiling serde_tokenstream v0.2.3
5522026-03-09T18:54:55.477Z Compiling serde-value v0.7.0
5532026-03-09T18:54:55.760Z Compiling toml_edit v0.22.27
5542026-03-09T18:54:55.823Z Compiling cargo-platform v0.2.0
5552026-03-09T18:54:56.255Z Compiling idna_adapter v1.2.1
5562026-03-09T18:54:56.286Z Compiling clap v4.5.60
5572026-03-09T18:54:56.388Z Compiling macaddr v1.0.1
5582026-03-09T18:54:56.487Z Compiling idna v1.1.0
5592026-03-09T18:54:57.092Z Compiling usdt-macro v0.5.0
5602026-03-09T18:54:57.215Z Compiling url v2.5.8
5612026-03-09T18:54:57.256Z Compiling usdt-attr-macro v0.5.0
5622026-03-09T18:54:59.096Z Compiling toml v0.8.23
5632026-03-09T18:54:59.180Z Compiling usdt v0.5.0
5642026-03-09T18:54:59.844Z Compiling cargo-util-schemas v0.8.2
5652026-03-09T18:54:59.844Z Compiling cargo_toml v0.21.0
5662026-03-09T18:55:01.319Z Compiling cargo_metadata v0.21.0
5672026-03-09T18:55:03.194Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5682026-03-09T18:55:06.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
5692026-03-09T18:55:07.010Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5702026-03-09T18:55:07.829Z Downloading crates ...
5712026-03-09T18:55:07.958Z Downloaded async-stream-impl v0.3.6
5722026-03-09T18:55:07.963Z Downloaded aead v0.5.2
5732026-03-09T18:55:07.977Z Downloaded ahash v0.8.12
5742026-03-09T18:55:07.983Z Downloaded bitfield-macros v0.19.4
5752026-03-09T18:55:07.987Z Downloaded aes-gcm v0.10.3
5762026-03-09T18:55:07.992Z Downloaded constant_time_eq v0.4.2
5772026-03-09T18:55:07.997Z Downloaded ctr v0.9.2
5782026-03-09T18:55:08.001Z Downloaded bcrypt-pbkdf v0.10.0
5792026-03-09T18:55:08.005Z Downloaded blake2 v0.10.6
5802026-03-09T18:55:08.010Z Downloaded des v0.8.1
5812026-03-09T18:55:08.015Z Downloaded cstr-argument v0.1.2
5822026-03-09T18:55:08.020Z Downloaded defmt v0.3.100
5832026-03-09T18:55:08.023Z Downloaded derive_builder_core v0.20.2
5842026-03-09T18:55:08.027Z Downloaded filetime v0.2.27
5852026-03-09T18:55:08.032Z Downloaded ena v0.14.4
5862026-03-09T18:55:08.037Z Downloaded der_derive v0.7.3
5872026-03-09T18:55:08.042Z Downloaded cpufeatures v0.3.0
5882026-03-09T18:55:08.048Z Downloaded fixedbitset v0.4.2
5892026-03-09T18:55:08.054Z Downloaded diesel_table_macro_syntax v0.2.0
5902026-03-09T18:55:08.057Z Downloaded foreign-types-shared v0.3.1
5912026-03-09T18:55:08.060Z Downloaded crunchy v0.2.4
5922026-03-09T18:55:08.063Z Downloaded bb8 v0.8.6
5932026-03-09T18:55:08.067Z Downloaded float-cmp v0.10.0
5942026-03-09T18:55:08.071Z Downloaded crc8 v0.1.1
5952026-03-09T18:55:08.075Z Downloaded dirs-sys-next v0.1.2
5962026-03-09T18:55:08.079Z Downloaded dyn-clone v1.0.20
5972026-03-09T18:55:08.097Z Downloaded foreign-types v0.3.2
5982026-03-09T18:55:08.100Z Downloaded funty v2.0.0
5992026-03-09T18:55:08.103Z Downloaded flagset v0.4.7
6002026-03-09T18:55:08.108Z Downloaded fxhash v0.2.1
6012026-03-09T18:55:08.111Z Downloaded futures-io v0.3.32
6022026-03-09T18:55:08.115Z Downloaded ghash v0.5.1
6032026-03-09T18:55:08.119Z Downloaded futures-task v0.3.32
6042026-03-09T18:55:08.124Z Downloaded fallible-iterator v0.2.0
6052026-03-09T18:55:08.127Z Downloaded base16ct v0.2.0
6062026-03-09T18:55:08.132Z Downloaded erased-serde v0.3.31
6072026-03-09T18:55:08.136Z Downloaded env_filter v1.0.0
6082026-03-09T18:55:08.141Z Downloaded foreign-types v0.5.0
6092026-03-09T18:55:08.145Z Downloaded float-ord v0.3.2
6102026-03-09T18:55:08.149Z Downloaded hash32 v0.2.1
6112026-03-09T18:55:08.152Z Downloaded globwalk v0.9.1
6122026-03-09T18:55:08.156Z Downloaded hex v0.4.3
6132026-03-09T18:55:08.160Z Downloaded headers-core v0.3.0
6142026-03-09T18:55:08.163Z Downloaded http-body v1.0.1
6152026-03-09T18:55:08.167Z Downloaded daft-derive v0.1.5
6162026-03-09T18:55:08.174Z Downloaded find-msvc-tools v0.1.9
6172026-03-09T18:55:08.178Z Downloaded ff v0.13.1
6182026-03-09T18:55:08.182Z Downloaded const_format_proc_macros v0.2.34
6192026-03-09T18:55:08.186Z Downloaded http-range v0.1.5
6202026-03-09T18:55:08.190Z Downloaded hostname v0.4.2
6212026-03-09T18:55:08.194Z Downloaded hubpack_derive v0.1.1
6222026-03-09T18:55:08.197Z Downloaded futures-executor v0.3.32
6232026-03-09T18:55:08.201Z Downloaded foldhash v0.2.0
6242026-03-09T18:55:08.205Z Downloaded glob v0.3.3
6252026-03-09T18:55:08.209Z Downloaded group v0.13.0
6262026-03-09T18:55:08.213Z Downloaded indoc v1.0.9
6272026-03-09T18:55:08.218Z Downloaded globset v0.4.18
6282026-03-09T18:55:08.222Z Downloaded hash32 v0.3.1
6292026-03-09T18:55:08.225Z Downloaded highway v1.3.0
6302026-03-09T18:55:08.229Z Downloaded internet-checksum v0.2.1
6312026-03-09T18:55:08.232Z Downloaded indent_write v2.2.0
6322026-03-09T18:55:08.235Z Downloaded instability v0.3.11
6332026-03-09T18:55:08.238Z Downloaded console v0.16.2
6342026-03-09T18:55:08.242Z Downloaded is_ci v1.2.0
6352026-03-09T18:55:08.245Z Downloaded lalrpop-util v0.19.12
6362026-03-09T18:55:08.248Z Downloaded cookie_store v0.22.1
6372026-03-09T18:55:08.251Z Downloaded data-encoding v2.10.0
6382026-03-09T18:55:08.254Z Downloaded futures-channel v0.3.32
6392026-03-09T18:55:08.258Z Downloaded libscf-sys v1.1.0
6402026-03-09T18:55:08.261Z Downloaded keccak v0.1.6
6412026-03-09T18:55:08.264Z Downloaded fs_extra v1.3.0
6422026-03-09T18:55:08.268Z Downloaded http-body-util v0.1.3
6432026-03-09T18:55:08.272Z Downloaded ar_archive_writer v0.5.1
6442026-03-09T18:55:08.276Z Downloaded match_cfg v0.1.0
6452026-03-09T18:55:08.279Z Downloaded maybe-uninit v2.0.0
6462026-03-09T18:55:08.282Z Downloaded lru-slab v0.1.2
6472026-03-09T18:55:08.285Z Downloaded lru-cache v0.1.2
6482026-03-09T18:55:08.289Z Downloaded md-5 v0.10.6
6492026-03-09T18:55:08.292Z Downloaded maplit v1.0.2
6502026-03-09T18:55:08.295Z Downloaded mime v0.3.17
6512026-03-09T18:55:08.297Z Downloaded hmac v0.12.1
6522026-03-09T18:55:08.300Z Downloaded csv-core v0.1.13
6532026-03-09T18:55:08.304Z Downloaded ipnetwork v0.21.1
6542026-03-09T18:55:08.308Z Downloaded hyper-staticfile v0.10.1
6552026-03-09T18:55:08.312Z Downloaded nodrop v0.1.14
6562026-03-09T18:55:08.315Z Downloaded indoc v2.0.7
6572026-03-09T18:55:08.319Z Downloaded num v0.4.3
6582026-03-09T18:55:08.322Z Downloaded newline-converter v0.3.0
6592026-03-09T18:55:08.325Z Downloaded lazy_static v1.5.0
6602026-03-09T18:55:08.328Z Downloaded num-iter v0.1.45
6612026-03-09T18:55:08.331Z Downloaded normalize-line-endings v0.3.0
6622026-03-09T18:55:08.334Z Downloaded num_threads v0.1.7
6632026-03-09T18:55:08.337Z Downloaded num-derive v0.4.2
6642026-03-09T18:55:08.340Z Downloaded num-conv v0.2.0
6652026-03-09T18:55:08.343Z Downloaded num_enum_derive v0.5.11
6662026-03-09T18:55:08.346Z Downloaded num-derive v0.3.3
6672026-03-09T18:55:08.349Z Downloaded arc-swap v1.8.2
6682026-03-09T18:55:08.353Z Downloaded libsw-core v0.3.2
6692026-03-09T18:55:08.356Z Downloaded olpc-cjson v0.1.4
6702026-03-09T18:55:08.359Z Downloaded openssl-probe v0.2.1
6712026-03-09T18:55:08.362Z Downloaded opaque-debug v0.3.1
6722026-03-09T18:55:08.365Z Downloaded md5 v0.7.0
6732026-03-09T18:55:08.368Z Downloaded mime_guess v2.0.5
6742026-03-09T18:55:08.371Z Downloaded lock_api v0.4.14
6752026-03-09T18:55:08.374Z Downloaded oso-derive v0.27.3
6762026-03-09T18:55:08.377Z Downloaded openssl-macros v0.1.1
6772026-03-09T18:55:08.377Z Downloaded native-tls v0.2.18
6782026-03-09T18:55:08.380Z Downloaded parse-size v1.1.0
6792026-03-09T18:55:08.384Z Downloaded nanorand v0.7.0
6802026-03-09T18:55:08.387Z Downloaded ipnet v2.11.0
6812026-03-09T18:55:08.391Z Downloaded jobserver v0.1.34
6822026-03-09T18:55:08.394Z Downloaded parse-display v0.10.0
6832026-03-09T18:55:08.398Z Downloaded ingot-macros v0.1.1
6842026-03-09T18:55:08.401Z Downloaded pbkdf2 v0.12.2
6852026-03-09T18:55:08.405Z Downloaded newtype-uuid v1.3.2
6862026-03-09T18:55:08.408Z Downloaded num-complex v0.4.6
6872026-03-09T18:55:08.411Z Downloaded pbkdf2 v0.11.0
6882026-03-09T18:55:08.414Z Downloaded phf_shared v0.13.1
6892026-03-09T18:55:08.418Z Downloaded phf_shared v0.12.1
6902026-03-09T18:55:08.421Z Downloaded num_enum_derive v0.7.5
6912026-03-09T18:55:08.425Z Downloaded num_enum v0.7.5
6922026-03-09T18:55:08.428Z Downloaded lru v0.12.5
6932026-03-09T18:55:08.431Z Downloaded linear-map v1.2.0
6942026-03-09T18:55:08.434Z Downloaded num-rational v0.4.2
6952026-03-09T18:55:08.439Z Downloaded pin-utils v0.1.0
6962026-03-09T18:55:08.439Z Downloaded ignore v0.4.25
6972026-03-09T18:55:08.442Z Downloaded derive_more v2.1.1
6982026-03-09T18:55:08.455Z Downloaded proc-macro-crate v1.3.1
6992026-03-09T18:55:08.458Z Downloaded oxnet v0.1.4
7002026-03-09T18:55:08.461Z Downloaded heapless v0.7.17
7012026-03-09T18:55:08.465Z Downloaded precomputed-hash v0.1.1
7022026-03-09T18:55:08.468Z Downloaded half v2.7.1
7032026-03-09T18:55:08.471Z Downloaded proc-macro-crate v3.4.0
7042026-03-09T18:55:08.474Z Downloaded progenitor-macro v0.11.2
7052026-03-09T18:55:08.478Z Downloaded progenitor-client v0.10.0
7062026-03-09T18:55:08.481Z Downloaded psl-types v2.0.11
7072026-03-09T18:55:08.481Z Downloaded quick-error v1.2.3
7082026-03-09T18:55:08.484Z Downloaded indexmap v1.9.3
7092026-03-09T18:55:08.486Z Downloaded password-hash v0.5.0
7102026-03-09T18:55:08.490Z Downloaded phf_shared v0.11.3
7112026-03-09T18:55:08.493Z Downloaded pem-rfc7468 v0.7.0
7122026-03-09T18:55:08.496Z Downloaded bumpalo v3.20.2
7132026-03-09T18:55:08.499Z Downloaded pin-project-lite v0.2.17
7142026-03-09T18:55:08.505Z Downloaded progenitor-macro v0.13.0
7152026-03-09T18:55:08.509Z Downloaded litrs v1.0.0
7162026-03-09T18:55:08.512Z Downloaded omicron-zone-package v0.12.2
7172026-03-09T18:55:08.516Z Downloaded libbz2-rs-sys v0.2.2
7182026-03-09T18:55:08.519Z Downloaded radium v0.7.0
7192026-03-09T18:55:08.522Z Downloaded postgres-protocol v0.6.10
7202026-03-09T18:55:08.525Z Downloaded polyval v0.6.2
7212026-03-09T18:55:08.528Z Downloaded powerfmt v0.2.0
7222026-03-09T18:55:08.528Z Downloaded rand_xorshift v0.4.0
7232026-03-09T18:55:08.531Z Downloaded pkg-config v0.3.32
7242026-03-09T18:55:08.534Z Downloaded recursive-proc-macro-impl v0.1.1
7252026-03-09T18:55:08.537Z Downloaded recursive v0.1.1
7262026-03-09T18:55:08.537Z Downloaded crossterm v0.28.1
7272026-03-09T18:55:08.544Z Downloaded progenitor v0.10.0
7282026-03-09T18:55:08.547Z Downloaded proc-macro-error-attr2 v2.0.0
7292026-03-09T18:55:08.550Z Downloaded primeorder v0.13.6
7302026-03-09T18:55:08.553Z Downloaded progenitor v0.11.2
7312026-03-09T18:55:08.553Z Downloaded ref-cast-impl v1.0.25
7322026-03-09T18:55:08.556Z Downloaded rfc6979 v0.4.0
7332026-03-09T18:55:08.559Z Downloaded indicatif v0.18.4
7342026-03-09T18:55:08.563Z Downloaded progenitor-extras v0.1.0
7352026-03-09T18:55:08.567Z Downloaded progenitor v0.13.0
7362026-03-09T18:55:08.567Z Downloaded progenitor-client v0.13.0
7372026-03-09T18:55:08.570Z Downloaded proc-macro-error2 v2.0.1
7382026-03-09T18:55:08.573Z Downloaded rustc-hash v2.1.1
7392026-03-09T18:55:08.576Z Downloaded psm v0.1.30
7402026-03-09T18:55:08.580Z Downloaded crossbeam-channel v0.5.15
7412026-03-09T18:55:08.583Z Downloaded rustc_version v0.4.1
7422026-03-09T18:55:08.586Z Downloaded hickory-resolver v0.25.2
7432026-03-09T18:55:08.589Z Downloaded hickory-resolver v0.24.4
7442026-03-09T18:55:08.596Z Downloaded rustc_version v0.1.7
7452026-03-09T18:55:08.600Z Downloaded rand_chacha v0.3.1
7462026-03-09T18:55:08.600Z Downloaded r2d2 v0.8.10
7472026-03-09T18:55:08.603Z Downloaded ed25519-dalek v2.2.0
7482026-03-09T18:55:08.606Z Downloaded russh-cryptovec v0.7.3
7492026-03-09T18:55:08.606Z Downloaded rtoolbox v0.0.3
7502026-03-09T18:55:08.608Z Downloaded rand_seeder v0.4.0
7512026-03-09T18:55:08.612Z Downloaded same-file v1.0.6
7522026-03-09T18:55:08.615Z Downloaded pkcs5 v0.7.1
7532026-03-09T18:55:08.617Z Downloaded sapling-renderdag v0.1.0
7542026-03-09T18:55:08.620Z Downloaded poly1305 v0.8.0
7552026-03-09T18:55:08.623Z Downloaded salsa20 v0.10.2
7562026-03-09T18:55:08.625Z Downloaded rand_core v0.10.0
7572026-03-09T18:55:08.629Z Downloaded rand_chacha v0.9.0
7582026-03-09T18:55:08.632Z Downloaded postgres-types v0.2.12
7592026-03-09T18:55:08.635Z Downloaded scheduled-thread-pool v0.2.7
7602026-03-09T18:55:08.635Z Downloaded oso v0.27.3
7612026-03-09T18:55:08.638Z Downloaded rand_core v0.9.5
7622026-03-09T18:55:08.641Z Downloaded serde-big-array v0.5.1
7632026-03-09T18:55:08.644Z Downloaded scopeguard v1.2.0
7642026-03-09T18:55:08.647Z Downloaded papergrid v0.17.0
7652026-03-09T18:55:08.650Z Downloaded jiff-static v0.2.21
7662026-03-09T18:55:08.653Z Downloaded parking_lot v0.12.5
7672026-03-09T18:55:08.657Z Downloaded semver v0.1.20
7682026-03-09T18:55:08.660Z Downloaded scroll_derive v0.13.1
7692026-03-09T18:55:08.663Z Downloaded seq-macro v0.3.6
7702026-03-09T18:55:08.663Z Downloaded serde_bytes v0.11.19
7712026-03-09T18:55:08.666Z Downloaded serde_spanned v1.0.4
7722026-03-09T18:55:08.669Z Downloaded serde_repr v0.1.20
7732026-03-09T18:55:08.672Z Downloaded resolv-conf v0.7.6
7742026-03-09T18:55:08.675Z Downloaded shell-words v1.1.1
7752026-03-09T18:55:08.675Z Downloaded sha1 v0.10.6
7762026-03-09T18:55:08.678Z Downloaded aes v0.8.4
7772026-03-09T18:55:08.681Z Downloaded pin-project v1.1.11
7782026-03-09T18:55:08.692Z Downloaded serde_urlencoded v0.7.1
7792026-03-09T18:55:08.696Z Downloaded rustls-pemfile v1.0.4
7802026-03-09T18:55:08.699Z Downloaded signal-hook-tokio v0.3.1
7812026-03-09T18:55:08.699Z Downloaded siphasher v1.0.2
7822026-03-09T18:55:08.702Z Downloaded signal-hook-mio v0.2.5
7832026-03-09T18:55:08.705Z Downloaded slog-envlogger v2.2.0
7842026-03-09T18:55:08.708Z Downloaded postcard v1.1.3
7852026-03-09T18:55:08.708Z Downloaded quinn-udp v0.5.14
7862026-03-09T18:55:08.711Z Downloaded flate2 v1.1.9
7872026-03-09T18:55:08.719Z Downloaded rustls-pemfile v2.2.0
7882026-03-09T18:55:08.722Z Downloaded slog-bunyan v2.5.0
7892026-03-09T18:55:08.722Z Downloaded secrecy v0.8.0
7902026-03-09T18:55:08.724Z Downloaded sec1 v0.7.3
7912026-03-09T18:55:08.724Z Downloaded sct v0.7.1
7922026-03-09T18:55:08.728Z Downloaded rand_core v0.6.4
7932026-03-09T18:55:08.733Z Downloaded minimal-lexical v0.2.1
7942026-03-09T18:55:08.736Z Downloaded scrypt v0.11.0
7952026-03-09T18:55:08.739Z Downloaded serde_path_to_error v0.1.20
7962026-03-09T18:55:08.742Z Downloaded hashbrown v0.12.3
7972026-03-09T18:55:08.745Z Downloaded hickory-server v0.25.2
7982026-03-09T18:55:08.748Z Downloaded progenitor-impl v0.11.2
7992026-03-09T18:55:08.751Z Downloaded ssh-encoding v0.2.0
8002026-03-09T18:55:08.754Z Downloaded serde_derive_internals v0.29.1
8012026-03-09T18:55:08.757Z Downloaded serde_plain v1.0.2
8022026-03-09T18:55:08.757Z Downloaded serde-hex v0.1.0
8032026-03-09T18:55:08.760Z Downloaded strip-ansi-escapes v0.2.1
8042026-03-09T18:55:08.763Z Downloaded aho-corasick v1.1.4
8052026-03-09T18:55:08.767Z Downloaded ssh-cipher v0.2.0
8062026-03-09T18:55:08.772Z Downloaded shlex v1.3.0
8072026-03-09T18:55:08.772Z Downloaded scroll v0.13.0
8082026-03-09T18:55:08.777Z Downloaded hashbrown v0.13.2
8092026-03-09T18:55:08.780Z Downloaded schemars_derive v0.8.22
8102026-03-09T18:55:08.781Z Downloaded sigpipe v0.1.3
8112026-03-09T18:55:08.781Z Downloaded rusty-fork v0.3.1
8122026-03-09T18:55:08.784Z Downloaded progenitor-impl v0.10.0
8132026-03-09T18:55:08.784Z Downloaded rustls-native-certs v0.8.3
8142026-03-09T18:55:08.787Z Downloaded prefix-trie v0.7.0
8152026-03-09T18:55:08.790Z Downloaded subtle v2.6.1
8162026-03-09T18:55:08.798Z Downloaded strum v0.27.2
8172026-03-09T18:55:08.798Z Downloaded slab v0.4.12
8182026-03-09T18:55:08.798Z Downloaded p256 v0.13.2
8192026-03-09T18:55:08.802Z Downloaded slog-dtrace v0.3.0
8202026-03-09T18:55:08.802Z Downloaded slog-async v2.8.0
8212026-03-09T18:55:08.806Z Downloaded simd-adler32 v0.3.8
8222026-03-09T18:55:08.806Z Downloaded rustversion v1.0.22
8232026-03-09T18:55:08.810Z Downloaded smf v0.2.3
8242026-03-09T18:55:08.810Z Downloaded strum v0.26.3
8252026-03-09T18:55:08.814Z Downloaded slog-scope v4.4.1
8262026-03-09T18:55:08.814Z Downloaded sync-ptr v0.1.4
8272026-03-09T18:55:08.817Z Downloaded tagptr v0.2.0
8282026-03-09T18:55:08.817Z Downloaded hyper-util v0.1.20
8292026-03-09T18:55:08.826Z Downloaded smallvec v0.6.14
8302026-03-09T18:55:08.826Z Downloaded slog-stdlog v4.1.1
8312026-03-09T18:55:08.826Z Downloaded rcgen v0.12.1
8322026-03-09T18:55:08.829Z Downloaded tabled_derive v0.11.0
8332026-03-09T18:55:08.833Z Downloaded supports-color v3.0.2
8342026-03-09T18:55:08.833Z Downloaded itertools v0.10.5
8352026-03-09T18:55:08.838Z Downloaded serde_cbor v0.11.2
8362026-03-09T18:55:08.842Z Downloaded time-core v0.1.8
8372026-03-09T18:55:08.867Z Downloaded tabwriter v1.4.1
8382026-03-09T18:55:08.867Z Downloaded testing_table v0.3.0
8392026-03-09T18:55:08.867Z Downloaded termtree v0.5.1
8402026-03-09T18:55:08.867Z Downloaded thiserror-impl-no-std v2.0.2
8412026-03-09T18:55:08.867Z Downloaded tap v1.0.1
8422026-03-09T18:55:08.867Z Downloaded tinyvec_macros v0.1.1
8432026-03-09T18:55:08.867Z Downloaded thread-id v5.1.0
8442026-03-09T18:55:08.867Z Downloaded take_mut v0.2.2
8452026-03-09T18:55:08.867Z Downloaded serde_with_macros v3.17.0
8462026-03-09T18:55:08.867Z Downloaded static_assertions v1.1.0
8472026-03-09T18:55:08.867Z Downloaded string_cache v0.8.9
8482026-03-09T18:55:08.867Z Downloaded rustls-pki-types v1.14.0
8492026-03-09T18:55:08.867Z Downloaded http v1.4.0
8502026-03-09T18:55:08.867Z Downloaded rustls-platform-verifier v0.6.2
8512026-03-09T18:55:08.873Z Downloaded crossterm v0.29.0
8522026-03-09T18:55:08.877Z Downloaded strum_macros v0.26.4
8532026-03-09T18:55:08.881Z Downloaded schemars v0.8.22
8542026-03-09T18:55:08.890Z Downloaded rayon-core v1.13.0
8552026-03-09T18:55:08.894Z Downloaded strum_macros v0.24.3
8562026-03-09T18:55:08.896Z Downloaded support-bundle-viewer v0.1.2
8572026-03-09T18:55:08.899Z Downloaded slog-term v2.9.2
8582026-03-09T18:55:08.903Z Downloaded spin v0.9.8
8592026-03-09T18:55:08.906Z Downloaded strum_macros v0.27.2
8602026-03-09T18:55:08.906Z Downloaded num-bigint v0.4.6
8612026-03-09T18:55:08.911Z Downloaded ron v0.8.1
8622026-03-09T18:55:08.916Z Downloaded hashbrown v0.15.5
8632026-03-09T18:55:08.921Z Downloaded trait-variant v0.1.2
8642026-03-09T18:55:08.925Z Downloaded serde_yaml v0.9.34+deprecated
8652026-03-09T18:55:08.928Z Downloaded itertools v0.12.1
8662026-03-09T18:55:08.933Z Downloaded time-macros v0.2.27
8672026-03-09T18:55:08.936Z Downloaded thiserror-no-std v2.0.2
8682026-03-09T18:55:08.939Z Downloaded try-lock v0.2.5
8692026-03-09T18:55:08.942Z Downloaded tower-service v0.3.3
8702026-03-09T18:55:08.942Z Downloaded topological-sort v0.2.2
8712026-03-09T18:55:08.944Z Downloaded typify-macro v0.4.3
8722026-03-09T18:55:08.944Z Downloaded tiny-keccak v2.0.2
8732026-03-09T18:55:08.947Z Downloaded stringprep v0.1.5
8742026-03-09T18:55:08.950Z Downloaded termios v0.3.3
8752026-03-09T18:55:08.950Z Downloaded thread_local v1.1.9
8762026-03-09T18:55:08.954Z Downloaded stacker v0.1.23
8772026-03-09T18:55:08.954Z Downloaded qorb v0.4.1
8782026-03-09T18:55:08.958Z Downloaded typify-macro v0.6.1
8792026-03-09T18:55:08.962Z Downloaded tokio-macros v2.6.0
8802026-03-09T18:55:08.962Z Downloaded tokio-dtrace v0.1.1
8812026-03-09T18:55:08.965Z Downloaded quinn v0.11.9
8822026-03-09T18:55:08.968Z Downloaded ryu v1.0.23
8832026-03-09T18:55:08.970Z Downloaded tokio-rustls v0.25.0
8842026-03-09T18:55:08.973Z Downloaded unarray v0.1.4
8852026-03-09T18:55:08.975Z Downloaded universal-hash v0.5.1
8862026-03-09T18:55:08.975Z Downloaded untrusted v0.7.1
8872026-03-09T18:55:08.975Z Downloaded unit-prefix v0.5.2
8882026-03-09T18:55:08.978Z Downloaded usdt-attr-macro v0.6.0
8892026-03-09T18:55:08.978Z Downloaded unicode-truncate v1.1.0
8902026-03-09T18:55:08.980Z Downloaded tokio-native-tls v0.3.1
8912026-03-09T18:55:08.983Z Downloaded tls_codec_derive v0.4.2
8922026-03-09T18:55:08.983Z Downloaded term v1.2.1
8932026-03-09T18:55:08.986Z Downloaded term v0.7.0
8942026-03-09T18:55:08.990Z Downloaded socket2 v0.5.10
8952026-03-09T18:55:08.992Z Downloaded slog v2.8.2
8962026-03-09T18:55:08.995Z Downloaded itertools v0.13.0
8972026-03-09T18:55:09.001Z Downloaded utf-8 v0.7.6
8982026-03-09T18:55:09.005Z Downloaded usdt v0.6.0
8992026-03-09T18:55:09.005Z Downloaded void v1.0.2
9002026-03-09T18:55:09.005Z Downloaded untrusted v0.9.0
9012026-03-09T18:55:09.008Z Downloaded socket2 v0.6.2
9022026-03-09T18:55:09.011Z Downloaded num-bigint-dig v0.8.6
9032026-03-09T18:55:09.014Z Downloaded similar v2.7.0
9042026-03-09T18:55:09.018Z Downloaded rand v0.8.5
9052026-03-09T18:55:09.021Z Downloaded toml_writer v1.0.6+spec-1.1.0
9062026-03-09T18:55:09.025Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9072026-03-09T18:55:09.027Z Downloaded iri-string v0.7.10
9082026-03-09T18:55:09.031Z Downloaded rustls-webpki v0.103.9
9092026-03-09T18:55:09.034Z Downloaded tui-tree-widget v0.23.1
9102026-03-09T18:55:09.037Z Downloaded want v0.3.1
9112026-03-09T18:55:09.040Z Downloaded tower-layer v0.3.3
9122026-03-09T18:55:09.040Z Downloaded iddqd v0.3.17
9132026-03-09T18:55:09.045Z Downloaded waitgroup v0.1.2
9142026-03-09T18:55:09.047Z Downloaded wait-timeout v0.2.1
9152026-03-09T18:55:09.047Z Downloaded xattr v1.6.1
9162026-03-09T18:55:09.050Z Downloaded tls_codec v0.4.2
9172026-03-09T18:55:09.053Z Downloaded signal-hook v0.3.18
9182026-03-09T18:55:09.055Z Downloaded mio v1.1.1
9192026-03-09T18:55:09.059Z Downloaded unicase v2.9.0
9202026-03-09T18:55:09.062Z Downloaded publicsuffix v2.3.0
9212026-03-09T18:55:09.065Z Downloaded tokio-tungstenite v0.23.1
9222026-03-09T18:55:09.068Z Downloaded vergen-git2 v1.0.7
9232026-03-09T18:55:09.068Z Downloaded xshell-macros v0.2.7
9242026-03-09T18:55:09.068Z Downloaded tokio-rustls v0.26.4
9252026-03-09T18:55:09.071Z Downloaded uzers v0.12.2
9262026-03-09T18:55:09.071Z Downloaded usdt-macro v0.6.0
9272026-03-09T18:55:09.075Z Downloaded itertools v0.14.0
9282026-03-09T18:55:09.079Z Downloaded rsa v0.9.10
9292026-03-09T18:55:09.085Z Downloaded zone v0.3.1
9302026-03-09T18:55:09.088Z Downloaded usdt-impl v0.6.0
9312026-03-09T18:55:09.088Z Downloaded libxml v0.3.3
9322026-03-09T18:55:09.092Z Downloaded toml_parser v1.0.9+spec-1.1.0
9332026-03-09T18:55:09.094Z Downloaded tokio-tungstenite v0.21.0
9342026-03-09T18:55:09.097Z Downloaded vergen-lib v0.1.6
9352026-03-09T18:55:09.100Z Downloaded samael v0.0.19
9362026-03-09T18:55:09.103Z Downloaded tracing-attributes v0.1.31
9372026-03-09T18:55:09.106Z Downloaded vsss-rs v3.3.4
9382026-03-09T18:55:09.108Z Downloaded zone_cfg_derive v0.3.1
9392026-03-09T18:55:09.111Z Downloaded rand v0.10.0
9402026-03-09T18:55:09.114Z Downloaded twox-hash v2.1.2
9412026-03-09T18:55:09.116Z Downloaded hyper v1.8.1
9422026-03-09T18:55:09.121Z Downloaded whoami v2.1.0
9432026-03-09T18:55:09.124Z Downloaded hkdf v0.12.4
9442026-03-09T18:55:09.126Z Downloaded schemars v0.9.0
9452026-03-09T18:55:09.137Z Downloaded test-strategy v0.4.5
9462026-03-09T18:55:09.141Z Downloaded wyz v0.5.1
9472026-03-09T18:55:09.143Z Downloaded tar v0.4.44
9482026-03-09T18:55:09.147Z Downloaded xz2 v0.1.7
9492026-03-09T18:55:09.147Z Downloaded xshell v0.2.7
9502026-03-09T18:55:09.150Z Downloaded futures-util v0.3.32
9512026-03-09T18:55:09.159Z Downloaded zstd-safe v7.2.4
9522026-03-09T18:55:09.162Z Downloaded vergen-gitcl v1.0.8
9532026-03-09T18:55:09.164Z Downloaded vergen v9.0.6
9542026-03-09T18:55:09.164Z Downloaded schemars v1.2.1
9552026-03-09T18:55:09.178Z Downloaded tracing-core v0.1.36
9562026-03-09T18:55:09.182Z Downloaded rand v0.9.2
9572026-03-09T18:55:09.185Z Downloaded walkdir v2.5.0
9582026-03-09T18:55:09.188Z Downloaded typify v0.6.1
9592026-03-09T18:55:09.190Z Downloaded toml v0.9.12+spec-1.1.0
9602026-03-09T18:55:09.193Z Downloaded zeroize v1.8.2
9612026-03-09T18:55:09.196Z Downloaded typify v0.4.3
9622026-03-09T18:55:09.199Z Downloaded zstd v0.13.3
9632026-03-09T18:55:09.202Z Downloaded snafu v0.8.9
9642026-03-09T18:55:09.205Z Downloaded tinyvec v1.10.0
9652026-03-09T18:55:09.209Z Downloaded whoami v1.6.1
9662026-03-09T18:55:09.211Z Downloaded tungstenite v0.23.0
9672026-03-09T18:55:09.214Z Downloaded steno v0.4.1
9682026-03-09T18:55:09.217Z Downloaded toml_edit v0.23.10+spec-1.0.0
9692026-03-09T18:55:09.220Z Downloaded p521 v0.13.3
9702026-03-09T18:55:09.223Z Downloaded h2 v0.4.13
9712026-03-09T18:55:09.229Z Downloaded unicode-properties v0.1.4
9722026-03-09T18:55:09.233Z Downloaded unicode-bidi v0.3.18
9732026-03-09T18:55:09.236Z Downloaded russh v0.45.0
9742026-03-09T18:55:09.240Z Downloaded yasna v0.5.2
9752026-03-09T18:55:09.243Z Downloaded libm v0.2.16
9762026-03-09T18:55:09.249Z Downloaded unsafe-libyaml v0.2.11
9772026-03-09T18:55:09.253Z Downloaded bitvec v1.0.1
9782026-03-09T18:55:09.268Z Downloaded uuid v1.21.0
9792026-03-09T18:55:09.272Z Downloaded vte v0.14.1
9802026-03-09T18:55:09.275Z Downloaded toml_edit v0.19.15
9812026-03-09T18:55:09.291Z Downloaded ssh-key v0.6.7
9822026-03-09T18:55:09.297Z Downloaded blake3 v1.8.3
9832026-03-09T18:55:09.305Z Downloaded tokio-postgres v0.7.16
9842026-03-09T18:55:09.311Z Downloaded zerocopy v0.6.6
9852026-03-09T18:55:09.315Z Downloaded regex v1.12.3
9862026-03-09T18:55:09.319Z Downloaded zopfli v0.8.3
9872026-03-09T18:55:09.324Z Downloaded reedline v0.40.0
9882026-03-09T18:55:09.329Z Downloaded git2 v0.20.4
9892026-03-09T18:55:09.337Z Downloaded chrono v0.4.44
9902026-03-09T18:55:09.344Z Downloaded yansi v1.0.1
9912026-03-09T18:55:09.347Z Downloaded aws-lc-rs v1.16.0
9922026-03-09T18:55:09.356Z Downloaded unicode_categories v0.1.1
9932026-03-09T18:55:09.360Z Downloaded p384 v0.13.1
9942026-03-09T18:55:09.363Z Downloaded zip v0.6.6
9952026-03-09T18:55:09.368Z Downloaded rpassword v7.4.0
9962026-03-09T18:55:09.372Z Downloaded ron v0.12.0
9972026-03-09T18:55:09.379Z Downloaded reqwest v0.12.28
9982026-03-09T18:55:09.385Z Downloaded zerocopy-derive v0.8.40
9992026-03-09T18:55:09.394Z Downloaded typed-path v0.9.3
10002026-03-09T18:55:09.401Z Downloaded unicode-segmentation v1.12.0
10012026-03-09T18:55:09.405Z Downloaded portable-atomic v1.13.1
10022026-03-09T18:55:09.410Z Downloaded rustyline v14.0.0
10032026-03-09T18:55:09.416Z Downloaded moka v0.12.13
10042026-03-09T18:55:09.423Z Downloaded reqwest v0.13.2
10052026-03-09T18:55:09.429Z Downloaded x509-cert v0.2.5
10062026-03-09T18:55:09.434Z Downloaded unicode-normalization v0.1.25
10072026-03-09T18:55:09.440Z Downloaded zip v4.6.1
10082026-03-09T18:55:09.445Z Downloaded salty v0.3.0
10092026-03-09T18:55:09.450Z Downloaded tower-http v0.6.8
10102026-03-09T18:55:09.458Z Downloaded serde_with v3.17.0
10112026-03-09T18:55:09.470Z Downloaded quick-xml v0.37.5
10122026-03-09T18:55:09.475Z Downloaded object v0.30.4
10132026-03-09T18:55:09.484Z Downloaded tough v0.20.0
10142026-03-09T18:55:09.493Z Downloaded rustls-webpki v0.102.8
10152026-03-09T18:55:09.512Z Downloaded winnow v0.6.26
10162026-03-09T18:55:09.521Z Downloaded petname v2.0.2
10172026-03-09T18:55:09.526Z Downloaded winnow v0.5.40
10182026-03-09T18:55:09.534Z Downloaded goblin v0.10.5
10192026-03-09T18:55:09.542Z Downloaded curve25519-dalek v4.1.3
10202026-03-09T18:55:09.551Z Downloaded proptest v1.10.0
10212026-03-09T18:55:09.562Z Downloaded nix v0.27.1
10222026-03-09T18:55:09.570Z Downloaded dropshot v0.16.7
10232026-03-09T18:55:09.591Z Downloaded time v0.3.47
10242026-03-09T18:55:09.603Z Downloaded diesel v2.2.12
10252026-03-09T18:55:09.620Z Downloaded zlib-rs v0.6.2
10262026-03-09T18:55:09.625Z Downloaded smoltcp v0.9.1
10272026-03-09T18:55:09.635Z Downloaded regex-syntax v0.6.29
10282026-03-09T18:55:09.641Z Downloaded openssl v0.10.75
10292026-03-09T18:55:09.651Z Downloaded webpki-roots v1.0.6
10302026-03-09T18:55:09.654Z Downloaded hickory-proto v0.24.4
10312026-03-09T18:55:09.670Z Downloaded rustls v0.21.12
10322026-03-09T18:55:09.679Z Downloaded polar-core v0.27.3
10332026-03-09T18:55:09.686Z Downloaded regex-syntax v0.8.10
10342026-03-09T18:55:09.694Z Downloaded nix v0.31.1
10352026-03-09T18:55:09.706Z Downloaded rustls v0.23.37
10362026-03-09T18:55:09.719Z Downloaded object v0.37.3
10372026-03-09T18:55:09.728Z Downloaded nix v0.30.1
10382026-03-09T18:55:09.739Z Downloaded vcpkg v0.2.15
10392026-03-09T18:55:09.776Z Downloaded zerocopy v0.8.40
10402026-03-09T18:55:09.784Z Downloaded rustls v0.22.4
10412026-03-09T18:55:09.797Z Downloaded openapiv3 v2.2.0
10422026-03-09T18:55:09.807Z Downloaded hickory-proto v0.25.2
10432026-03-09T18:55:09.822Z Downloaded smoltcp v0.11.0
10442026-03-09T18:55:09.832Z Downloaded rustix v0.38.44
10452026-03-09T18:55:09.853Z Downloaded regress v0.10.5
10462026-03-09T18:55:09.860Z Downloaded nix v0.29.0
10472026-03-09T18:55:09.871Z Downloaded sled v0.34.7
10482026-03-09T18:55:09.880Z Downloaded nix v0.28.0
10492026-03-09T18:55:09.890Z Downloaded bstr v1.12.1
10502026-03-09T18:55:09.899Z Downloaded typify-impl v0.4.3
10512026-03-09T18:55:09.913Z Downloaded tabled v0.20.0
10522026-03-09T18:55:09.930Z Downloaded radix_trie v0.2.1
10532026-03-09T18:55:09.935Z Downloaded quinn-proto v0.11.13
10542026-03-09T18:55:09.942Z Downloaded sqlparser v0.61.0
10552026-03-09T18:55:09.952Z Downloaded lalrpop v0.19.12
10562026-03-09T18:55:09.962Z Downloaded zerocopy-derive v0.6.6
10572026-03-09T18:55:09.972Z Downloaded tracing v0.1.44
10582026-03-09T18:55:09.993Z Downloaded typify-impl v0.6.1
10592026-03-09T18:55:10.005Z Downloaded ratatui v0.29.0
10602026-03-09T18:55:10.023Z Downloaded bzip2-sys v0.1.13+1.0.8
10612026-03-09T18:55:10.033Z Downloaded petgraph v0.6.5
10622026-03-09T18:55:10.050Z Downloaded jiff v0.2.21
10632026-03-09T18:55:10.066Z Downloaded regex-automata v0.4.14
10642026-03-09T18:55:10.083Z Downloaded tokio-util v0.7.18
10652026-03-09T18:55:10.086Z Downloaded tower v0.5.3
10662026-03-09T18:55:10.094Z Downloaded rustls-webpki v0.101.7
10672026-03-09T18:55:10.108Z Downloaded rayon v1.11.0
10682026-03-09T18:55:10.116Z Downloaded libz-sys v1.1.24
10692026-03-09T18:55:10.135Z Downloaded csv v1.4.0
10702026-03-09T18:55:10.152Z Downloaded lzma-sys v0.1.20
10712026-03-09T18:55:10.178Z Downloaded chrono-tz v0.10.4
10722026-03-09T18:55:10.194Z Downloaded tungstenite v0.21.0
10732026-03-09T18:55:10.198Z Downloaded sha3 v0.10.8
10742026-03-09T18:55:10.203Z Downloaded petgraph v0.8.3
10752026-03-09T18:55:10.221Z Downloaded toml v0.7.8
10762026-03-09T18:55:10.225Z Downloaded tokio-stream v0.1.18
10772026-03-09T18:55:10.228Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10782026-03-09T18:55:10.244Z Downloaded subprocess v0.2.15
10792026-03-09T18:55:10.247Z Downloaded zeroize_derive v1.4.3
10802026-03-09T18:55:10.250Z Downloaded bindgen v0.71.1
10812026-03-09T18:55:10.255Z Downloaded tokio v1.49.0
10822026-03-09T18:55:10.291Z Downloaded tokio-rustls v0.24.1
10832026-03-09T18:55:10.294Z Downloaded nom v7.1.3
10842026-03-09T18:55:10.297Z Downloaded sqlparser_derive v0.5.0
10852026-03-09T18:55:10.300Z Downloaded sqlformat v0.3.5
10862026-03-09T18:55:10.301Z Downloaded spki v0.7.3
10872026-03-09T18:55:10.304Z Downloaded snafu-derive v0.8.9
10882026-03-09T18:55:10.304Z Downloaded progenitor-impl v0.13.0
10892026-03-09T18:55:10.307Z Downloaded sync_wrapper v1.0.2
10902026-03-09T18:55:10.307Z Downloaded slog-json v2.6.1
10912026-03-09T18:55:10.307Z Downloaded prettyplease v0.2.37
10922026-03-09T18:55:10.310Z Downloaded pretty_assertions v1.4.1
10932026-03-09T18:55:10.313Z Downloaded openssl-sys v0.9.111
10942026-03-09T18:55:10.316Z Downloaded structmeta-derive v0.3.0
10952026-03-09T18:55:10.320Z Downloaded structmeta v0.3.0
10962026-03-09T18:55:10.321Z Downloaded signature v2.2.0
10972026-03-09T18:55:10.324Z Downloaded signal-hook-registry v1.4.8
10982026-03-09T18:55:10.324Z Downloaded russh-keys v0.45.0
10992026-03-09T18:55:10.324Z Downloaded secrecy v0.10.3
11002026-03-09T18:55:10.328Z Downloaded ref-cast v1.0.25
11012026-03-09T18:55:10.328Z Downloaded miniz_oxide v0.8.9
11022026-03-09T18:55:10.331Z Downloaded pkcs1 v0.7.5
11032026-03-09T18:55:10.331Z Downloaded parking_lot_core v0.9.12
11042026-03-09T18:55:10.335Z Downloaded heapless v0.8.0
11052026-03-09T18:55:10.338Z Downloaded headers v0.4.1
11062026-03-09T18:55:10.342Z Downloaded parking_lot v0.11.2
11072026-03-09T18:55:10.345Z Downloaded encoding_rs v0.8.35
11082026-03-09T18:55:10.363Z Downloaded predicates v3.1.4
11092026-03-09T18:55:10.366Z Downloaded ppv-lite86 v0.2.21
11102026-03-09T18:55:10.369Z Downloaded owo-colors v4.3.0
11112026-03-09T18:55:10.369Z Downloaded expectorate v1.2.0
11122026-03-09T18:55:10.372Z Downloaded pkcs8 v0.10.2
11132026-03-09T18:55:10.372Z Downloaded ring v0.17.14
11142026-03-09T18:55:10.409Z Downloaded dropshot-api-manager v0.5.2
11152026-03-09T18:55:10.412Z Downloaded derive_more-impl v2.1.1
11162026-03-09T18:55:10.416Z Downloaded pin-project-internal v1.1.11
11172026-03-09T18:55:10.419Z Downloaded phf v0.13.1
11182026-03-09T18:55:10.419Z Downloaded peg-macros v0.8.5
11192026-03-09T18:55:10.422Z Downloaded peg v0.8.5
11202026-03-09T18:55:10.425Z Downloaded phf v0.12.1
11212026-03-09T18:55:10.425Z Downloaded pem v3.0.6
11222026-03-09T18:55:10.428Z Downloaded num_enum v0.5.11
11232026-03-09T18:55:10.431Z Downloaded const_format v0.2.35
11242026-03-09T18:55:10.435Z Downloaded progenitor-client v0.11.2
11252026-03-09T18:55:10.438Z Downloaded progenitor-macro v0.10.0
11262026-03-09T18:55:10.438Z Downloaded paste v1.0.15
11272026-03-09T18:55:10.441Z Downloaded password-hash v0.4.2
11282026-03-09T18:55:10.441Z Downloaded parse-display-derive v0.10.0
11292026-03-09T18:55:10.444Z Downloaded oxide-tokio-rt v0.1.2
11302026-03-09T18:55:10.444Z Downloaded parking_lot_core v0.8.6
11312026-03-09T18:55:10.447Z Downloaded multer v3.1.0
11322026-03-09T18:55:10.447Z Downloaded predicates-tree v1.0.13
11332026-03-09T18:55:10.450Z Downloaded predicates-core v1.0.10
11342026-03-09T18:55:10.450Z Downloaded packed_struct_codegen v0.10.1
11352026-03-09T18:55:10.450Z Downloaded packed_struct v0.10.1
11362026-03-09T18:55:10.453Z Downloaded memmap2 v0.9.10
11372026-03-09T18:55:10.453Z Downloaded derive-where v1.6.0
11382026-03-09T18:55:10.456Z Downloaded base64 v0.21.7
11392026-03-09T18:55:10.459Z Downloaded chacha20poly1305 v0.10.1
11402026-03-09T18:55:10.462Z Downloaded cc v1.2.56
11412026-03-09T18:55:10.465Z Downloaded num-integer v0.1.46
11422026-03-09T18:55:10.465Z Downloaded flume v0.11.1
11432026-03-09T18:55:10.468Z Downloaded darling_core v0.21.3
11442026-03-09T18:55:10.473Z Downloaded darling_core v0.20.11
11452026-03-09T18:55:10.477Z Downloaded peg-runtime v0.8.5
11462026-03-09T18:55:10.480Z Downloaded futures v0.3.32
11472026-03-09T18:55:10.483Z Downloaded path-slash v0.1.5
11482026-03-09T18:55:10.487Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-03-09T18:55:10.535Z Downloaded compact_str v0.8.1
11502026-03-09T18:55:10.538Z Downloaded nu-ansi-term v0.50.3
11512026-03-09T18:55:10.567Z Downloaded bytes v1.11.1
11522026-03-09T18:55:10.567Z Downloaded ingot v0.1.1
11532026-03-09T18:55:10.567Z Downloaded iana-time-zone v0.1.65
11542026-03-09T18:55:10.567Z Downloaded hyper-rustls v0.27.7
11552026-03-09T18:55:10.567Z Downloaded openssl-probe v0.1.6
11562026-03-09T18:55:10.567Z Downloaded libloading v0.8.9
11572026-03-09T18:55:10.567Z Downloaded libefi-sys v0.1.0
11582026-03-09T18:55:10.567Z Downloaded httparse v1.10.1
11592026-03-09T18:55:10.567Z Downloaded hostname v0.3.1
11602026-03-09T18:55:10.567Z Downloaded libsw v3.5.0
11612026-03-09T18:55:10.567Z Downloaded hickory-client v0.25.2
11622026-03-09T18:55:10.567Z Downloaded getrandom v0.2.17
11632026-03-09T18:55:10.567Z Downloaded fatfs v0.3.6
11642026-03-09T18:55:10.567Z Downloaded dropshot_endpoint v0.16.7
11652026-03-09T18:55:10.571Z Downloaded derive_more v0.99.20
11662026-03-09T18:55:10.571Z Downloaded nonempty v0.12.0
11672026-03-09T18:55:10.571Z Downloaded getrandom v0.3.4
11682026-03-09T18:55:10.574Z Downloaded crc-any v2.5.0
11692026-03-09T18:55:10.577Z Downloaded nibble_vec v0.1.0
11702026-03-09T18:55:10.577Z Downloaded newtype_derive v0.1.6
11712026-03-09T18:55:10.580Z Downloaded newtype-uuid-macros v0.1.0
11722026-03-09T18:55:10.580Z Downloaded new_debug_unreachable v1.0.6
11732026-03-09T18:55:10.580Z Downloaded multimap v0.10.1
11742026-03-09T18:55:10.583Z Downloaded ingot-types v0.1.2
11752026-03-09T18:55:10.583Z Downloaded half v1.8.3
11762026-03-09T18:55:10.586Z Downloaded memoffset v0.9.1
11772026-03-09T18:55:10.586Z Downloaded managed v0.8.0
11782026-03-09T18:55:10.586Z Downloaded lzss v0.8.2
11792026-03-09T18:55:10.589Z Downloaded darling v0.23.0
11802026-03-09T18:55:10.592Z Downloaded impl-trait-for-tuples v0.2.3
11812026-03-09T18:55:10.595Z Downloaded elliptic-curve v0.13.8
11822026-03-09T18:55:10.598Z Downloaded humantime v2.3.0
11832026-03-09T18:55:10.601Z Downloaded diesel_derives v2.2.7
11842026-03-09T18:55:10.609Z Downloaded debug-ignore v1.0.5
11852026-03-09T18:55:10.609Z Downloaded darling v0.20.11
11862026-03-09T18:55:10.612Z Downloaded cargo_toml v0.22.3
11872026-03-09T18:55:10.612Z Downloaded linked-hash-map v0.5.6
11882026-03-09T18:55:10.612Z Downloaded allocator-api2 v0.2.21
11892026-03-09T18:55:10.615Z Downloaded darling v0.21.3
11902026-03-09T18:55:10.618Z Downloaded ciborium v0.2.2
11912026-03-09T18:55:10.621Z Downloaded cancel-safe-futures v0.1.5
11922026-03-09T18:55:10.624Z Downloaded base64ct v1.8.3
11932026-03-09T18:55:10.624Z Downloaded async-bb8-diesel v0.2.1
11942026-03-09T18:55:10.627Z Downloaded kstat-rs v0.2.4
11952026-03-09T18:55:10.627Z Downloaded is-terminal v0.4.17
11962026-03-09T18:55:10.627Z Downloaded console v0.15.11
11972026-03-09T18:55:10.630Z Downloaded instant v0.1.13
11982026-03-09T18:55:10.633Z Downloaded inout v0.1.4
11992026-03-09T18:55:10.633Z Downloaded git-stub-vcs v0.1.0
12002026-03-09T18:55:10.633Z Downloaded derive-ex v0.1.8
12012026-03-09T18:55:10.637Z Downloaded base64 v0.22.1
12022026-03-09T18:55:10.639Z Downloaded ident_case v1.0.1
12032026-03-09T18:55:10.639Z Downloaded hyper-tls v0.6.0
12042026-03-09T18:55:10.639Z Downloaded either v1.15.0
12052026-03-09T18:55:10.642Z Downloaded fs-err v2.11.0
12062026-03-09T18:55:10.642Z Downloaded deranged v0.5.8
12072026-03-09T18:55:10.645Z Downloaded der v0.7.10
12082026-03-09T18:55:10.648Z Downloaded crypto-bigint v0.5.5
12092026-03-09T18:55:10.654Z Downloaded cookie v0.18.1
12102026-03-09T18:55:10.657Z Downloaded colored v3.1.1
12112026-03-09T18:55:10.660Z Downloaded bzip2 v0.4.4
12122026-03-09T18:55:10.660Z Downloaded derive_builder v0.20.2
12132026-03-09T18:55:10.663Z Downloaded foldhash v0.1.5
12142026-03-09T18:55:10.667Z Downloaded fixedbitset v0.5.7
12152026-03-09T18:55:10.667Z Downloaded ed25519 v2.2.3
12162026-03-09T18:55:10.669Z Downloaded diff v0.1.13
12172026-03-09T18:55:10.672Z Downloaded colored v2.2.0
12182026-03-09T18:55:10.672Z Downloaded clang-sys v1.8.1
12192026-03-09T18:55:10.675Z Downloaded chacha20 v0.10.0
12202026-03-09T18:55:10.678Z Downloaded backon v1.6.0
12212026-03-09T18:55:10.681Z Downloaded bzip2 v0.6.1
12222026-03-09T18:55:10.681Z Downloaded hubpack v0.1.2
12232026-03-09T18:55:10.681Z Downloaded httpdate v1.0.3
12242026-03-09T18:55:10.685Z Downloaded crossbeam-deque v0.8.6
12252026-03-09T18:55:10.685Z Downloaded crc-catalog v2.4.0
12262026-03-09T18:55:10.685Z Downloaded cmake v0.1.57
12272026-03-09T18:55:10.688Z Downloaded backoff v0.4.0
12282026-03-09T18:55:10.688Z Downloaded darling_macro v0.20.11
12292026-03-09T18:55:10.688Z Downloaded corncobs v0.1.4
12302026-03-09T18:55:10.691Z Downloaded cobs v0.3.0
12312026-03-09T18:55:10.691Z Downloaded cbc v0.1.2
12322026-03-09T18:55:10.694Z Downloaded home v0.5.12
12332026-03-09T18:55:10.694Z Downloaded hex-literal v0.4.1
12342026-03-09T18:55:10.694Z Downloaded git-stub v1.0.0
12352026-03-09T18:55:10.694Z Downloaded gethostname v0.5.0
12362026-03-09T18:55:10.697Z Downloaded futures-macro v0.3.32
12372026-03-09T18:55:10.697Z Downloaded env_logger v0.11.9
12382026-03-09T18:55:10.700Z Downloaded drift v0.1.3
12392026-03-09T18:55:10.703Z Downloaded display-error-chain v0.2.2
12402026-03-09T18:55:10.706Z Downloaded defmt v1.0.1
12412026-03-09T18:55:10.708Z Downloaded endian-type v0.1.2
12422026-03-09T18:55:10.709Z Downloaded dtrace-parser v0.3.0
12432026-03-09T18:55:10.709Z Downloaded crc32fast v1.5.0
12442026-03-09T18:55:10.712Z Downloaded convert_case v0.10.0
12452026-03-09T18:55:10.712Z Downloaded cipher v0.4.4
12462026-03-09T18:55:10.714Z Downloaded chacha20 v0.9.1
12472026-03-09T18:55:10.715Z Downloaded cassowary v0.3.0
12482026-03-09T18:55:10.718Z Downloaded cargo_metadata v0.19.2
12492026-03-09T18:55:10.718Z Downloaded buf-list v1.1.2
12502026-03-09T18:55:10.776Z Downloaded bitfield v0.19.4
12512026-03-09T18:55:10.776Z Downloaded ecdsa v0.16.9
12522026-03-09T18:55:10.779Z Downloaded dof v0.4.0
12532026-03-09T18:55:10.779Z Downloaded diesel-dtrace v0.4.2
12542026-03-09T18:55:10.779Z Downloaded crc v3.4.0
12552026-03-09T18:55:10.779Z Downloaded bit-vec v0.8.0
12562026-03-09T18:55:10.779Z Downloaded defmt-macros v1.0.1
12572026-03-09T18:55:10.779Z Downloaded daft v0.1.5
12582026-03-09T18:55:10.779Z Downloaded async-trait v0.1.89
12592026-03-09T18:55:10.779Z Downloaded futures-sink v0.3.32
12602026-03-09T18:55:10.779Z Downloaded futures-core v0.3.32
12612026-03-09T18:55:10.779Z Downloaded foreign-types-shared v0.1.1
12622026-03-09T18:55:10.779Z Downloaded foreign-types-macros v0.2.3
12632026-03-09T18:55:10.779Z Downloaded difflib v0.4.0
12642026-03-09T18:55:10.779Z Downloaded darling_macro v0.21.3
12652026-03-09T18:55:10.780Z Downloaded ciborium-io v0.2.2
12662026-03-09T18:55:10.780Z Downloaded atomic-waker v1.1.2
12672026-03-09T18:55:10.780Z Downloaded embedded-io v0.6.1
12682026-03-09T18:55:10.780Z Downloaded embedded-io v0.4.0
12692026-03-09T18:55:10.780Z Downloaded curve25519-dalek-derive v0.1.1
12702026-03-09T18:55:10.780Z Downloaded atty v0.2.14
12712026-03-09T18:55:10.780Z Downloaded dsl_auto_type v0.1.3
12722026-03-09T18:55:10.780Z Downloaded ciborium-ll v0.2.2
12732026-03-09T18:55:10.780Z Downloaded cfg_aliases v0.1.1
12742026-03-09T18:55:10.780Z Downloaded document-features v0.2.12
12752026-03-09T18:55:10.780Z Downloaded dirs-next v2.0.0
12762026-03-09T18:55:10.780Z Downloaded darling_core v0.23.0
12772026-03-09T18:55:10.780Z Downloaded crossbeam-utils v0.8.21
12782026-03-09T18:55:10.780Z Downloaded const-oid v0.9.6
12792026-03-09T18:55:10.780Z Downloaded cexpr v0.6.0
12802026-03-09T18:55:10.780Z Downloaded blowfish v0.9.1
12812026-03-09T18:55:10.780Z Downloaded derive_builder_macro v0.20.2
12822026-03-09T18:55:10.780Z Downloaded fd-lock v4.0.4
12832026-03-09T18:55:10.780Z Downloaded dropshot-api-manager-types v0.5.2
12842026-03-09T18:55:10.780Z Downloaded darling_macro v0.23.0
12852026-03-09T18:55:10.780Z Downloaded convert_case v0.4.0
12862026-03-09T18:55:10.780Z Downloaded block-padding v0.3.3
12872026-03-09T18:55:10.780Z Downloaded atomicwrites v0.4.4
12882026-03-09T18:55:10.780Z Downloaded async-recursion v1.1.1
12892026-03-09T18:55:10.780Z Downloaded crossbeam-epoch v0.9.18
12902026-03-09T18:55:10.780Z Downloaded bit-set v0.5.3
12912026-03-09T18:55:10.780Z Downloaded enum-as-inner v0.6.1
12922026-03-09T18:55:10.780Z Downloaded dunce v1.0.5
12932026-03-09T18:55:10.780Z Downloaded cfg_aliases v0.2.1
12942026-03-09T18:55:10.780Z Downloaded cargo-platform v0.1.9
12952026-03-09T18:55:10.780Z Downloaded castaway v0.2.4
12962026-03-09T18:55:10.780Z Downloaded bitfield-struct v0.6.2
12972026-03-09T18:55:10.780Z Downloaded base16ct v1.0.0
12982026-03-09T18:55:10.783Z Downloaded argon2 v0.5.3
12992026-03-09T18:55:10.783Z Downloaded async-stream v0.3.6
13002026-03-09T18:55:10.783Z Downloaded camino-tempfile-ext v0.3.3
13012026-03-09T18:55:10.786Z Downloaded bitflags v1.3.2
13022026-03-09T18:55:10.789Z Downloaded defmt-parser v1.0.0
13032026-03-09T18:55:10.789Z Downloaded crucible-workspace-hack v0.1.0
13042026-03-09T18:55:10.789Z Downloaded bit-vec v0.6.3
13052026-03-09T18:55:10.792Z Downloaded bit-set v0.8.0
13062026-03-09T18:55:10.792Z Downloaded assert_matches v1.5.0
13072026-03-09T18:55:10.792Z Downloaded array-init v0.0.4
13082026-03-09T18:55:10.792Z Downloaded critical-section v1.2.0
13092026-03-09T18:55:10.795Z Downloaded ascii-canvas v3.0.0
13102026-03-09T18:55:10.795Z Downloaded arrayref v0.3.9
13112026-03-09T18:55:10.798Z Downloaded bcs v0.1.6
13122026-03-09T18:55:10.798Z Downloaded arrayvec v0.7.6
13132026-03-09T18:55:10.801Z Downloaded adler2 v2.0.1
13142026-03-09T18:55:11.161Z Downloaded aws-lc-sys v0.37.1
13152026-03-09T18:55:11.521Z Compiling libc v0.2.180
13162026-03-09T18:55:11.521Z Compiling serde v1.0.228
13172026-03-09T18:55:11.524Z Compiling log v0.4.29
13182026-03-09T18:55:11.524Z Compiling shlex v1.3.0
13192026-03-09T18:55:11.705Z Compiling find-msvc-tools v0.1.9
13202026-03-09T18:55:11.718Z Compiling smallvec v1.15.1
13212026-03-09T18:55:11.734Z Compiling syn v2.0.117
13222026-03-09T18:55:11.737Z Compiling typenum v1.19.0
13232026-03-09T18:55:12.055Z Compiling generic-array v0.14.7
13242026-03-09T18:55:12.076Z Compiling subtle v2.6.1
13252026-03-09T18:55:12.165Z Compiling scopeguard v1.2.0
13262026-03-09T18:55:12.261Z Compiling portable-atomic v1.13.1
13272026-03-09T18:55:12.313Z Compiling lock_api v0.4.14
13282026-03-09T18:55:12.332Z Compiling const-oid v0.9.6
13292026-03-09T18:55:12.418Z Compiling critical-section v1.2.0
13302026-03-09T18:55:12.483Z Compiling zerocopy v0.8.40
13312026-03-09T18:55:12.599Z Compiling pin-project-lite v0.2.17
13322026-03-09T18:55:12.882Z Compiling serde_json v1.0.149
13332026-03-09T18:55:12.953Z Compiling parking_lot_core v0.9.12
13342026-03-09T18:55:13.493Z Compiling pkg-config v0.3.32
13352026-03-09T18:55:13.589Z Compiling libm v0.2.16
13362026-03-09T18:55:13.962Z Compiling getrandom v0.2.17
13372026-03-09T18:55:14.054Z Compiling jobserver v0.1.34
13382026-03-09T18:55:14.254Z Compiling rand_core v0.6.4
13392026-03-09T18:55:14.394Z Compiling errno v0.3.14
13402026-03-09T18:55:14.665Z Compiling cc v1.2.56
13412026-03-09T18:55:14.738Z Compiling once_cell v1.21.3
13422026-03-09T18:55:14.793Z Compiling signal-hook-registry v1.4.8
13432026-03-09T18:55:14.827Z Compiling parking_lot v0.12.5
13442026-03-09T18:55:14.878Z Compiling mio v1.1.1
13452026-03-09T18:55:15.060Z Compiling num-traits v0.2.19
13462026-03-09T18:55:15.158Z Compiling bitflags v2.11.0
13472026-03-09T18:55:15.382Z Compiling futures-core v0.3.32
13482026-03-09T18:55:15.651Z Compiling socket2 v0.6.2
13492026-03-09T18:55:15.694Z Compiling percent-encoding v2.3.2
13502026-03-09T18:55:15.697Z Compiling allocator-api2 v0.2.21
13512026-03-09T18:55:16.049Z Compiling cpufeatures v0.2.17
13522026-03-09T18:55:16.071Z Compiling futures-sink v0.3.32
13532026-03-09T18:55:16.129Z Compiling foldhash v0.2.0
13542026-03-09T18:55:16.172Z Compiling futures-io v0.3.32
13552026-03-09T18:55:16.270Z Compiling futures-channel v0.3.32
13562026-03-09T18:55:16.467Z Compiling hashbrown v0.16.1
13572026-03-09T18:55:16.490Z Compiling futures-task v0.3.32
13582026-03-09T18:55:16.565Z Compiling slab v0.4.12
13592026-03-09T18:55:16.646Z Compiling getrandom v0.4.1
13602026-03-09T18:55:16.723Z Compiling rand_core v0.10.0
13612026-03-09T18:55:16.810Z Compiling rustversion v1.0.22
13622026-03-09T18:55:16.898Z Compiling getrandom v0.3.4
13632026-03-09T18:55:17.063Z Compiling cmake v0.1.57
13642026-03-09T18:55:17.864Z Compiling indexmap v2.13.0
13652026-03-09T18:55:17.979Z Compiling form_urlencoded v1.2.2
13662026-03-09T18:55:18.316Z Compiling ident_case v1.0.1
13672026-03-09T18:55:18.497Z Compiling fs_extra v1.3.0
13682026-03-09T18:55:18.520Z Compiling base64ct v1.8.3
13692026-03-09T18:55:18.692Z Compiling dunce v1.0.5
13702026-03-09T18:55:18.813Z Compiling flagset v0.4.7
13712026-03-09T18:55:18.853Z Compiling rand_core v0.9.5
13722026-03-09T18:55:18.894Z Compiling iana-time-zone v0.1.65
13732026-03-09T18:55:19.037Z Compiling aws-lc-sys v0.37.1
13742026-03-09T18:55:19.059Z Compiling pem-rfc7468 v0.7.0
13752026-03-09T18:55:19.102Z Compiling rustix v1.1.3
13762026-03-09T18:55:19.260Z Compiling synstructure v0.13.2
13772026-03-09T18:55:19.385Z Compiling ring v0.17.14
13782026-03-09T18:55:19.452Z Compiling uuid v1.21.0
13792026-03-09T18:55:19.604Z Compiling rustc_version v0.4.1
13802026-03-09T18:55:19.655Z Compiling regex-syntax v0.8.10
13812026-03-09T18:55:20.189Z Compiling vcpkg v0.2.15
13822026-03-09T18:55:20.214Z Compiling aws-lc-rs v1.16.0
13832026-03-09T18:55:20.784Z Compiling tracing-core v0.1.36
13842026-03-09T18:55:20.993Z Compiling crossbeam-utils v0.8.21
13852026-03-09T18:55:21.569Z Compiling pest_generator v2.8.6
13862026-03-09T18:55:21.778Z Compiling openssl-sys v0.9.111
13872026-03-09T18:55:22.028Z Compiling serde_derive_internals v0.29.1
13882026-03-09T18:55:22.945Z Compiling untrusted v0.7.1
13892026-03-09T18:55:23.158Z Compiling schemars v0.8.22
13902026-03-09T18:55:23.299Z Compiling openssl-probe v0.2.1
13912026-03-09T18:55:23.485Z Compiling untrusted v0.9.0
13922026-03-09T18:55:23.527Z Compiling syn v1.0.109
13932026-03-09T18:55:23.621Z Compiling base64 v0.22.1
13942026-03-09T18:55:23.698Z Compiling httparse v1.10.1
13952026-03-09T18:55:23.901Z Compiling serde_derive v1.0.228
13962026-03-09T18:55:24.142Z Compiling zeroize_derive v1.4.3
13972026-03-09T18:55:24.189Z Compiling zerofrom-derive v0.1.6
13982026-03-09T18:55:24.229Z Compiling yoke-derive v0.8.1
13992026-03-09T18:55:24.342Z Compiling zerocopy-derive v0.8.40
14002026-03-09T18:55:25.340Z Compiling zeroize v1.8.2
14012026-03-09T18:55:25.345Z Compiling zerovec-derive v0.11.2
14022026-03-09T18:55:26.211Z Compiling displaydoc v0.2.5
14032026-03-09T18:55:26.888Z Compiling tokio-macros v2.6.0
14042026-03-09T18:55:27.078Z Compiling crypto-common v0.1.7
14052026-03-09T18:55:27.341Z Compiling block-buffer v0.10.4
14062026-03-09T18:55:27.518Z Compiling zerofrom v0.1.6
14072026-03-09T18:55:27.641Z Compiling digest v0.10.7
14082026-03-09T18:55:27.815Z Compiling yoke v0.8.1
14092026-03-09T18:55:27.838Z Compiling futures-macro v0.3.32
14102026-03-09T18:55:27.911Z Compiling block-padding v0.3.3
14112026-03-09T18:55:28.182Z Compiling zerovec v0.11.5
14122026-03-09T18:55:28.186Z Compiling zerotrie v0.2.3
14132026-03-09T18:55:28.226Z Compiling hmac v0.12.1
14142026-03-09T18:55:28.423Z Compiling inout v0.1.4
14152026-03-09T18:55:28.517Z Compiling sha2 v0.10.9
14162026-03-09T18:55:28.744Z Compiling cipher v0.4.4
14172026-03-09T18:55:28.866Z Compiling der_derive v0.7.3
14182026-03-09T18:55:29.303Z Compiling tinystr v0.8.2
14192026-03-09T18:55:29.328Z Compiling potential_utf v0.1.4
14202026-03-09T18:55:29.618Z Compiling icu_collections v2.1.1
14212026-03-09T18:55:29.673Z Compiling icu_locale_core v2.1.1
14222026-03-09T18:55:29.714Z Compiling futures-util v0.3.32
14232026-03-09T18:55:30.692Z Compiling salsa20 v0.10.2
14242026-03-09T18:55:30.948Z Compiling pbkdf2 v0.12.2
14252026-03-09T18:55:31.126Z Compiling der v0.7.10
14262026-03-09T18:55:31.149Z Compiling icu_provider v2.1.1
14272026-03-09T18:55:31.712Z Compiling icu_properties v2.1.2
14282026-03-09T18:55:31.784Z Compiling icu_normalizer v2.1.1
14292026-03-09T18:55:31.976Z Compiling thiserror-impl v2.0.18
14302026-03-09T18:55:32.444Z Compiling bytes v1.11.1
14312026-03-09T18:55:33.024Z Compiling chrono v0.4.44
14322026-03-09T18:55:33.887Z Compiling tokio v1.49.0
14332026-03-09T18:55:34.040Z Compiling idna_adapter v1.2.1
14342026-03-09T18:55:34.278Z Compiling idna v1.1.0
14352026-03-09T18:55:34.281Z Compiling http v1.4.0
14362026-03-09T18:55:35.094Z Compiling url v2.5.8
14372026-03-09T18:55:35.249Z Compiling spki v0.7.3
14382026-03-09T18:55:35.617Z Compiling thiserror v2.0.18
14392026-03-09T18:55:35.759Z Compiling ppv-lite86 v0.2.21
14402026-03-09T18:55:35.785Z Compiling scrypt v0.11.0
14412026-03-09T18:55:35.951Z Compiling cbc v0.1.2
14422026-03-09T18:55:36.213Z Compiling aes v0.8.4
14432026-03-09T18:55:36.284Z Compiling rustls-pki-types v1.14.0
14442026-03-09T18:55:36.305Z Compiling tracing-attributes v0.1.31
14452026-03-09T18:55:36.330Z Compiling http-body v1.0.1
14462026-03-09T18:55:36.522Z Compiling rand_chacha v0.9.0
14472026-03-09T18:55:37.013Z Compiling rand v0.9.2
14482026-03-09T18:55:37.294Z Compiling pkcs5 v0.7.1
14492026-03-09T18:55:38.200Z Compiling pkcs8 v0.10.2
14502026-03-09T18:55:38.481Z Compiling schemars_derive v0.8.22
14512026-03-09T18:55:38.861Z Compiling scroll_derive v0.13.1
14522026-03-09T18:55:38.864Z Compiling pest_derive v2.8.6
14532026-03-09T18:55:39.383Z Compiling tracing v0.1.44
14542026-03-09T18:55:39.667Z Compiling darling_core v0.20.11
14552026-03-09T18:55:39.906Z Compiling dyn-clone v1.0.20
14562026-03-09T18:55:39.991Z Compiling tower-layer v0.3.3
14572026-03-09T18:55:40.141Z Compiling tinyvec_macros v0.1.1
14582026-03-09T18:55:40.257Z Compiling rustls v0.23.37
14592026-03-09T18:55:40.291Z Compiling tower-service v0.3.3
14602026-03-09T18:55:40.440Z Compiling try-lock v0.2.5
14612026-03-09T18:55:40.560Z Compiling atomic-waker v1.1.2
14622026-03-09T18:55:40.630Z Compiling want v0.3.1
14632026-03-09T18:55:40.730Z Compiling scroll v0.13.0
14642026-03-09T18:55:40.771Z Compiling tinyvec v1.10.0
14652026-03-09T18:55:41.298Z Compiling ipnet v2.11.0
14662026-03-09T18:55:41.526Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-03-09T18:55:41.566Z Compiling spin v0.9.8
14682026-03-09T18:55:41.999Z Compiling aho-corasick v1.1.4
14692026-03-09T18:55:42.564Z Compiling openssl v0.10.75
14702026-03-09T18:55:42.577Z Compiling time-core v0.1.8
14712026-03-09T18:55:42.831Z Compiling tokio-util v0.7.18
14722026-03-09T18:55:42.855Z Compiling num-conv v0.2.0
14732026-03-09T18:55:43.137Z Compiling powerfmt v0.2.0
14742026-03-09T18:55:43.542Z Compiling crc32fast v1.5.0
14752026-03-09T18:55:44.082Z Compiling pin-utils v0.1.0
14762026-03-09T18:55:44.206Z Compiling foreign-types-shared v0.1.1
14772026-03-09T18:55:44.357Z Compiling httpdate v1.0.3
14782026-03-09T18:55:44.607Z Compiling h2 v0.4.13
14792026-03-09T18:55:44.818Z Compiling tempfile v3.25.0
14802026-03-09T18:55:45.293Z Compiling foreign-types v0.3.2
14812026-03-09T18:55:45.380Z Compiling darling_macro v0.20.11
14822026-03-09T18:55:45.487Z Compiling regex-automata v0.4.14
14832026-03-09T18:55:45.584Z Compiling deranged v0.5.8
14842026-03-09T18:55:46.267Z Compiling darling v0.20.11
14852026-03-09T18:55:46.382Z Compiling time-macros v0.2.27
14862026-03-09T18:55:47.738Z Compiling goblin v0.10.5
14872026-03-09T18:55:48.167Z Compiling openssl-macros v0.1.1
14882026-03-09T18:55:48.903Z Compiling thiserror-impl v1.0.69
14892026-03-09T18:55:50.356Z Compiling wait-timeout v0.2.1
14902026-03-09T18:55:50.879Z Compiling siphasher v1.0.2
14912026-03-09T18:55:51.288Z Compiling native-tls v0.2.18
14922026-03-09T18:55:51.624Z Compiling hyper v1.8.1
14932026-03-09T18:55:51.701Z Compiling usdt-impl v0.6.0
14942026-03-09T18:55:51.832Z Compiling bit-vec v0.8.0
14952026-03-09T18:55:52.094Z Compiling simd-adler32 v0.3.8
14962026-03-09T18:55:52.253Z Compiling num_threads v0.1.7
14972026-03-09T18:55:52.420Z Compiling quick-error v1.2.3
14982026-03-09T18:55:52.592Z Compiling either v1.15.0
14992026-03-09T18:55:52.630Z Compiling rusty-fork v0.3.1
15002026-03-09T18:55:53.098Z Compiling time v0.3.47
15012026-03-09T18:55:53.305Z Compiling bit-set v0.8.0
15022026-03-09T18:55:53.642Z Compiling thiserror v1.0.69
15032026-03-09T18:55:54.062Z Compiling hyper-util v0.1.20
15042026-03-09T18:55:55.228Z Compiling dof v0.4.0
15052026-03-09T18:55:55.650Z Compiling derive_builder_core v0.20.2
15062026-03-09T18:55:57.322Z Compiling unicode-normalization v0.1.25
15072026-03-09T18:55:57.738Z Compiling crossbeam-epoch v0.9.18
15082026-03-09T18:55:57.912Z Compiling dtrace-parser v0.3.0
15092026-03-09T18:55:58.244Z Compiling rustls-native-certs v0.8.3
15102026-03-09T18:55:58.267Z Compiling signature v2.2.0
15112026-03-09T18:55:58.354Z Compiling scroll_derive v0.12.1
15122026-03-09T18:55:58.580Z Compiling heapless v0.7.17
15132026-03-09T18:55:58.625Z Compiling rand_xorshift v0.4.0
15142026-03-09T18:55:58.820Z Compiling darling_core v0.21.3
15152026-03-09T18:55:58.897Z Compiling slog v2.8.2
15162026-03-09T18:55:59.013Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-03-09T18:55:59.246Z Compiling sync_wrapper v1.0.2
15182026-03-09T18:55:59.423Z Compiling thread-id v5.1.0
15192026-03-09T18:55:59.513Z Compiling cookie v0.18.1
15202026-03-09T18:55:59.559Z Compiling anyhow v1.0.102
15212026-03-09T18:55:59.648Z Compiling unicode-segmentation v1.12.0
15222026-03-09T18:55:59.711Z Compiling signal-hook v0.3.18
15232026-03-09T18:55:59.863Z Compiling paste v1.0.15
15242026-03-09T18:56:00.022Z Compiling unicode-properties v0.1.4
15252026-03-09T18:56:00.101Z Compiling unicode-bidi v0.3.18
15262026-03-09T18:56:00.318Z Compiling adler2 v2.0.1
15272026-03-09T18:56:00.368Z Compiling unarray v0.1.4
15282026-03-09T18:56:00.391Z Compiling rayon-core v1.13.0
15292026-03-09T18:56:00.457Z Compiling zstd-safe v7.2.4
15302026-03-09T18:56:00.533Z Compiling proptest v1.10.0
15312026-03-09T18:56:00.556Z Compiling miniz_oxide v0.8.9
15322026-03-09T18:56:00.840Z Compiling stringprep v0.1.5
15332026-03-09T18:56:01.206Z Compiling scroll v0.12.0
15342026-03-09T18:56:01.707Z Compiling tower v0.5.3
15352026-03-09T18:56:01.988Z Compiling crossbeam-deque v0.8.6
15362026-03-09T18:56:02.333Z Compiling derive_builder_macro v0.20.2
15372026-03-09T18:56:02.477Z Compiling ipnetwork v0.21.1
15382026-03-09T18:56:02.603Z Compiling webpki-roots v1.0.6
15392026-03-09T18:56:02.714Z Compiling http-body-util v0.1.3
15402026-03-09T18:56:02.848Z Compiling rand_chacha v0.3.1
15412026-03-09T18:56:03.050Z Compiling erased-serde v0.3.31
15422026-03-09T18:56:03.164Z Compiling serde_spanned v0.6.9
15432026-03-09T18:56:03.207Z Compiling toml_datetime v0.6.11
15442026-03-09T18:56:03.310Z Compiling serde_tokenstream v0.2.3
15452026-03-09T18:56:03.422Z Compiling md-5 v0.10.6
15462026-03-09T18:56:03.724Z Compiling zerocopy-derive v0.7.35
15472026-03-09T18:56:03.729Z Compiling curve25519-dalek v4.1.3
15482026-03-09T18:56:03.922Z Compiling num-integer v0.1.46
15492026-03-09T18:56:04.303Z Compiling vergen-lib v0.1.6
15502026-03-09T18:56:04.446Z Compiling hash32 v0.2.1
15512026-03-09T18:56:04.620Z Compiling ff v0.13.1
15522026-03-09T18:56:04.645Z Compiling psl-types v2.0.11
15532026-03-09T18:56:04.747Z Compiling rustix v0.38.44
15542026-03-09T18:56:04.819Z Compiling ryu v1.0.23
15552026-03-09T18:56:04.865Z Compiling ref-cast v1.0.25
15562026-03-09T18:56:04.870Z Compiling base16ct v0.2.0
15572026-03-09T18:56:05.014Z Compiling darling_macro v0.21.3
15582026-03-09T18:56:05.165Z Compiling zlib-rs v0.6.2
15592026-03-09T18:56:05.186Z Compiling iri-string v0.7.10
15602026-03-09T18:56:05.436Z Compiling litrs v1.0.0
15612026-03-09T18:56:05.462Z Compiling num-bigint-dig v0.8.6
15622026-03-09T18:56:05.638Z Compiling smoltcp v0.9.1
15632026-03-09T18:56:05.781Z Compiling fallible-iterator v0.2.0
15642026-03-09T18:56:05.893Z Compiling darling v0.21.3
15652026-03-09T18:56:06.054Z Compiling zerocopy v0.7.35
15662026-03-09T18:56:06.303Z Compiling newtype-uuid v1.3.2
15672026-03-09T18:56:06.486Z Compiling postgres-protocol v0.6.10
15682026-03-09T18:56:06.519Z Compiling document-features v0.2.12
15692026-03-09T18:56:07.165Z Compiling serde_urlencoded v0.7.1
15702026-03-09T18:56:07.450Z Compiling sec1 v0.7.3
15712026-03-09T18:56:07.649Z Compiling group v0.13.0
15722026-03-09T18:56:07.720Z Compiling publicsuffix v2.3.0
15732026-03-09T18:56:08.010Z Compiling tower-http v0.6.8
15742026-03-09T18:56:08.086Z Compiling num-iter v0.1.45
15752026-03-09T18:56:08.289Z Compiling rand v0.8.5
15762026-03-09T18:56:08.821Z Compiling derive_builder v0.20.2
15772026-03-09T18:56:08.905Z Compiling oxnet v0.1.4
15782026-03-09T18:56:08.990Z Compiling proc-macro-error v1.0.4
15792026-03-09T18:56:09.036Z Compiling tokio-native-tls v0.3.1
15802026-03-09T18:56:09.350Z Compiling goblin v0.8.2
15812026-03-09T18:56:10.672Z Compiling heck v0.4.1
15822026-03-09T18:56:10.779Z Compiling hubpack_derive v0.1.1
15832026-03-09T18:56:10.851Z Compiling phf_shared v0.13.1
15842026-03-09T18:56:11.118Z Compiling regex v1.12.3
15852026-03-09T18:56:11.431Z Compiling flate2 v1.1.9
15862026-03-09T18:56:11.547Z Compiling lazy_static v1.5.0
15872026-03-09T18:56:11.664Z Compiling cargo-platform v0.1.9
15882026-03-09T18:56:11.712Z Compiling hkdf v0.12.4
15892026-03-09T18:56:12.002Z Compiling crypto-bigint v0.5.5
15902026-03-09T18:56:12.107Z Compiling ref-cast-impl v1.0.25
15912026-03-09T18:56:12.147Z Compiling daft-derive v0.1.5
15922026-03-09T18:56:12.193Z Compiling curve25519-dalek-derive v0.1.1
15932026-03-09T18:56:12.344Z Compiling strum_macros v0.27.2
15942026-03-09T18:56:13.192Z Compiling async-trait v0.1.89
15952026-03-09T18:56:13.622Z Compiling terminal_size v0.4.3
15962026-03-09T18:56:13.669Z Compiling vergen v9.0.6
15972026-03-09T18:56:13.859Z Compiling fs-err v3.3.0
15982026-03-09T18:56:14.013Z Compiling ahash v0.8.12
15992026-03-09T18:56:14.217Z Compiling winnow v0.5.40
16002026-03-09T18:56:14.407Z Compiling managed v0.8.0
16012026-03-09T18:56:14.871Z Compiling libbz2-rs-sys v0.2.2
16022026-03-09T18:56:15.659Z Compiling bumpalo v3.20.2
16032026-03-09T18:56:16.162Z Compiling bitflags v1.3.2
16042026-03-09T18:56:16.295Z Compiling foldhash v0.1.5
16052026-03-09T18:56:16.408Z Compiling object v0.37.3
16062026-03-09T18:56:16.619Z Compiling hashbrown v0.15.5
16072026-03-09T18:56:16.980Z Compiling strum v0.27.2
16082026-03-09T18:56:17.199Z Compiling zopfli v0.8.3
16092026-03-09T18:56:17.802Z Compiling toml_edit v0.19.15
16102026-03-09T18:56:17.911Z Compiling bzip2 v0.6.1
16112026-03-09T18:56:17.977Z Compiling dof v0.3.0
16122026-03-09T18:56:18.301Z Compiling elliptic-curve v0.13.8
16132026-03-09T18:56:18.584Z Compiling console v0.16.2
16142026-03-09T18:56:18.790Z Compiling clap_builder v4.5.60
16152026-03-09T18:56:19.210Z Compiling daft v0.1.5
16162026-03-09T18:56:19.789Z Compiling cargo_metadata v0.19.2
16172026-03-09T18:56:19.903Z Compiling hubpack v0.1.2
16182026-03-09T18:56:20.343Z Compiling phf v0.13.1
16192026-03-09T18:56:20.658Z Compiling zone_cfg_derive v0.3.1
16202026-03-09T18:56:22.021Z Compiling zstd v0.13.3
16212026-03-09T18:56:22.557Z Compiling signal-hook-mio v0.2.5
16222026-03-09T18:56:22.782Z Compiling cookie_store v0.22.1
16232026-03-09T18:56:24.076Z Compiling rayon v1.11.0
16242026-03-09T18:56:24.291Z Compiling hyper-tls v0.6.0
16252026-03-09T18:56:24.588Z Compiling bzip2 v0.4.4
16262026-03-09T18:56:24.699Z Compiling postgres-types v0.2.12
16272026-03-09T18:56:25.975Z Compiling serde_with_macros v3.17.0
16282026-03-09T18:56:26.553Z Compiling usdt-macro v0.6.0
16292026-03-09T18:56:26.679Z Compiling usdt-attr-macro v0.6.0
16302026-03-09T18:56:27.130Z Compiling ed25519 v2.2.3
16312026-03-09T18:56:27.850Z Compiling dtrace-parser v0.2.0
16322026-03-09T18:56:28.068Z Compiling itertools v0.12.1
16332026-03-09T18:56:28.300Z Compiling phf_shared v0.11.3
16342026-03-09T18:56:28.371Z Compiling bstr v1.12.1
16352026-03-09T18:56:28.603Z Compiling pkcs1 v0.7.5
16362026-03-09T18:56:28.691Z Compiling hex v0.4.3
16372026-03-09T18:56:29.231Z Compiling serde-big-array v0.5.1
16382026-03-09T18:56:29.328Z Compiling rfc6979 v0.4.0
16392026-03-09T18:56:29.496Z Compiling enum-as-inner v0.6.1
16402026-03-09T18:56:29.538Z Compiling serde_repr v0.1.20
16412026-03-09T18:56:29.561Z Compiling clap_derive v4.5.55
16422026-03-09T18:56:29.716Z Compiling strum_macros v0.26.4
16432026-03-09T18:56:29.886Z Compiling float-cmp v0.10.0
16442026-03-09T18:56:30.135Z Compiling thread-id v4.2.2
16452026-03-09T18:56:30.264Z Compiling memmap2 v0.9.10
16462026-03-09T18:56:30.543Z Compiling env_filter v1.0.0
16472026-03-09T18:56:30.638Z Compiling encoding_rs v0.8.35
16482026-03-09T18:56:30.690Z Compiling precomputed-hash v0.1.1
16492026-03-09T18:56:30.827Z Compiling rustc-hash v2.1.1
16502026-03-09T18:56:30.993Z Compiling predicates-core v1.0.10
16512026-03-09T18:56:31.057Z Compiling whoami v2.1.0
16522026-03-09T18:56:31.170Z Compiling mime v0.3.17
16532026-03-09T18:56:31.317Z Compiling keccak v0.1.6
16542026-03-09T18:56:31.693Z Compiling new_debug_unreachable v1.0.6
16552026-03-09T18:56:31.811Z Compiling data-encoding v2.10.0
16562026-03-09T18:56:31.899Z Compiling unit-prefix v0.5.2
16572026-03-09T18:56:32.152Z Compiling fixedbitset v0.4.2
16582026-03-09T18:56:32.593Z Compiling static_assertions v1.1.0
16592026-03-09T18:56:32.741Z Compiling difflib v0.4.0
16602026-03-09T18:56:33.271Z Compiling jiff v0.2.21
16612026-03-09T18:56:33.574Z Compiling fixedbitset v0.5.7
16622026-03-09T18:56:33.645Z Compiling normalize-line-endings v0.3.0
16632026-03-09T18:56:33.803Z Compiling predicates v3.1.4
16642026-03-09T18:56:33.849Z Compiling clap v4.5.60
16652026-03-09T18:56:33.975Z Compiling petgraph v0.8.3
16662026-03-09T18:56:34.033Z Compiling strum v0.26.3
16672026-03-09T18:56:34.057Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16682026-03-09T18:56:34.199Z Compiling toml_edit v0.22.27
16692026-03-09T18:56:34.238Z Compiling hickory-proto v0.25.2
16702026-03-09T18:56:34.327Z Compiling petgraph v0.6.5
16712026-03-09T18:56:35.259Z Compiling indicatif v0.18.4
16722026-03-09T18:56:37.308Z Compiling string_cache v0.8.9
16732026-03-09T18:56:37.793Z Compiling sha3 v0.10.8
16742026-03-09T18:56:37.893Z Compiling tokio-postgres v0.7.16
16752026-03-09T18:56:38.786Z Compiling iddqd v0.3.17
16762026-03-09T18:56:38.970Z Compiling env_logger v0.11.9
16772026-03-09T18:56:39.750Z Compiling zip v4.6.1
16782026-03-09T18:56:40.949Z Compiling zone v0.3.1
16792026-03-09T18:56:41.277Z Compiling usdt v0.6.0
16802026-03-09T18:56:41.437Z Compiling usdt-impl v0.5.0
16812026-03-09T18:56:41.794Z Compiling ecdsa v0.16.9
16822026-03-09T18:56:41.981Z Compiling similar v2.7.0
16832026-03-09T18:56:42.500Z Compiling serde_with v3.17.0
16842026-03-09T18:56:42.673Z Compiling rsa v0.9.10
16852026-03-09T18:56:42.757Z Compiling ed25519-dalek v2.2.0
16862026-03-09T18:56:43.312Z Compiling crossterm v0.28.1
16872026-03-09T18:56:43.951Z Compiling zip v0.6.6
16882026-03-09T18:56:44.341Z Compiling toml v0.7.8
16892026-03-09T18:56:45.838Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-03-09T18:56:45.844Z Compiling itertools v0.13.0
16912026-03-09T18:56:45.982Z Compiling tokio-stream v0.1.18
16922026-03-09T18:56:46.524Z Compiling buf-list v1.1.2
16932026-03-09T18:56:46.958Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-09T18:56:46.991Z Compiling x509-cert v0.2.5
16952026-03-09T18:56:47.100Z Compiling openapiv3 v2.2.0
16962026-03-09T18:56:47.328Z Compiling sha1 v0.10.6
16972026-03-09T18:56:47.694Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-03-09T18:56:47.789Z Compiling lalrpop-util v0.19.12
16992026-03-09T18:56:48.162Z Compiling peg-runtime v0.8.5
17002026-03-09T18:56:48.373Z Compiling thread_local v1.1.9
17012026-03-09T18:56:48.785Z Compiling slog-async v2.8.0
17022026-03-09T18:56:48.875Z Compiling crossbeam-channel v0.5.15
17032026-03-09T18:56:48.922Z Compiling futures-executor v0.3.32
17042026-03-09T18:56:49.354Z Compiling filetime v0.2.27
17052026-03-09T18:56:49.376Z Compiling is-terminal v0.4.17
17062026-03-09T18:56:49.508Z Compiling xattr v1.6.1
17072026-03-09T18:56:49.679Z Compiling term v1.2.1
17082026-03-09T18:56:49.821Z Compiling take_mut v0.2.2
17092026-03-09T18:56:49.886Z Compiling tar v0.4.44
17102026-03-09T18:56:50.525Z Compiling slog-term v2.9.2
17112026-03-09T18:56:51.025Z Compiling futures v0.3.32
17122026-03-09T18:57:00.102Z Compiling rustls-webpki v0.103.9
17132026-03-09T18:57:05.215Z Compiling tokio-rustls v0.26.4
17142026-03-09T18:57:05.215Z Compiling rustls-platform-verifier v0.6.2
17152026-03-09T18:57:05.599Z Compiling hyper-rustls v0.27.7
17162026-03-09T18:57:05.931Z Compiling reqwest v0.12.28
17172026-03-09T18:57:05.931Z Compiling reqwest v0.13.2
17182026-03-09T18:57:10.231Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-03-09T18:57:10.541Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-03-09T18:57:15.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
17212026-03-09T18:57:15.320Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-03-09T18:57:15.375ZMar 09 18:57:15.050 INFO Starting download, target: Cockroach
17232026-03-09T18:57:15.375ZMar 09 18:57:15.051 INFO Starting download, target: Clickhouse
17242026-03-09T18:57:15.375ZMar 09 18:57:15.051 INFO Starting download, target: Console
17252026-03-09T18:57:15.375ZMar 09 18:57:15.051 INFO Starting download, target: DendriteStub
17262026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Starting download, target: MaghemiteMgd
17272026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Starting download, target: TransceiverControl
17282026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-03-09T18:57:15.378ZMar 09 18:57:15.051 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-03-09T18:57:15.972ZMar 09 18:57:15.633 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-03-09T18:57:16.350ZMar 09 18:57:16.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-03-09T18:57:16.552ZMar 09 18:57:16.220 INFO Download complete, target: TransceiverControl
17372026-03-09T18:57:17.015ZMar 09 18:57:16.689 INFO Download complete, target: Console
17382026-03-09T18:57:17.455ZMar 09 18:57:17.130 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-03-09T18:57:17.489ZMar 09 18:57:17.164 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-03-09T18:57:17.492ZMar 09 18:57:17.166 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-03-09T18:57:17.812ZMar 09 18:57:17.487 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-03-09T18:57:17.812ZMar 09 18:57:17.487 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-03-09T18:57:22.288ZMar 09 18:57:21.962 INFO Download complete, target: DendriteStub
17442026-03-09T18:57:22.593ZMar 09 18:57:22.267 INFO Download complete, target: MaghemiteMgd
17452026-03-09T18:57:27.723ZMar 09 18:57:27.396 INFO Checking that binary works, target: Cockroach
17462026-03-09T18:57:27.857ZMar 09 18:57:27.530 INFO Download complete, target: Cockroach
17472026-03-09T18:57:31.880ZMar 09 18:57:31.552 INFO Checking that binary works, target: Clickhouse
17482026-03-09T18:57:32.039ZMar 09 18:57:31.711 INFO Download complete, target: Clickhouse
17492026-03-09T18:57:32.044ZAll prerequisites installed successfully
17502026-03-09T18:57:32.047Z
17512026-03-09T18:57:32.047Zreal 6:21.524139012
17522026-03-09T18:57:32.047Zuser 17:20.541722896
17532026-03-09T18:57:32.047Zsys 2:29.172408576
17542026-03-09T18:57:32.047Ztrap 0.682124414
17552026-03-09T18:57:32.048Ztflt 0.730546216
17562026-03-09T18:57:32.048Zdflt 0.999687560
17572026-03-09T18:57:32.048Zkflt 0.021722292
17582026-03-09T18:57:32.048Zlock 39:49.834897901
17592026-03-09T18:57:32.048Zslp 1:05:30.936294932
17602026-03-09T18:57:32.048Zlat 1:10.369745833
17612026-03-09T18:57:32.048Zstop 3:13.048901534
17622026-03-09T18:57:32.048Z+ ptime -m cargo xtask download softnpu
17632026-03-09T18:57:32.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17642026-03-09T18:57:32.869Z Running `target/debug/xtask download softnpu`
17652026-03-09T18:57:33.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
17662026-03-09T18:57:34.043Z Running `target/debug/xtask-downloader softnpu`
17672026-03-09T18:57:34.085ZMar 09 18:57:33.756 INFO Starting download, target: Softnpu
17682026-03-09T18:57:34.088ZMar 09 18:57:33.757 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-03-09T18:57:34.896ZMar 09 18:57:34.569 INFO Download complete, target: Softnpu
17702026-03-09T18:57:34.900Z
17712026-03-09T18:57:34.903Zreal 2.848889650
17722026-03-09T18:57:34.903Zuser 1.964313593
17732026-03-09T18:57:34.903Zsys 0.830518568
17742026-03-09T18:57:34.903Ztrap 0.001273629
17752026-03-09T18:57:34.903Ztflt 0.000074430
17762026-03-09T18:57:34.903Zdflt 0.000156151
17772026-03-09T18:57:34.903Zkflt 0.000000000
17782026-03-09T18:57:34.903Zlock 8.451698481
17792026-03-09T18:57:34.903Zslp 0.578035258
17802026-03-09T18:57:34.903Zlat 0.170522518
17812026-03-09T18:57:34.903Zstop 0.000167813
17822026-03-09T18:57:34.903Z+ export CARGO_INCREMENTAL=0
17832026-03-09T18:57:34.903Z+ CARGO_INCREMENTAL=0
17842026-03-09T18:57:34.903Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-03-09T18:57:36.204Z Compiling proc-macro2 v1.0.106
17862026-03-09T18:57:36.204Z Compiling quote v1.0.44
17872026-03-09T18:57:36.205Z Compiling unicode-ident v1.0.24
17882026-03-09T18:57:36.207Z Compiling libc v0.2.180
17892026-03-09T18:57:36.207Z Compiling serde_core v1.0.228
17902026-03-09T18:57:36.208Z Compiling serde v1.0.228
17912026-03-09T18:57:36.208Z Compiling cfg-if v1.0.4
17922026-03-09T18:57:36.208Z Compiling version_check v0.9.5
17932026-03-09T18:57:36.650Z Compiling shlex v1.3.0
17942026-03-09T18:57:36.670Z Compiling find-msvc-tools v0.1.9
17952026-03-09T18:57:36.908Z Compiling typenum v1.19.0
17962026-03-09T18:57:37.093Z Compiling generic-array v0.14.7
17972026-03-09T18:57:37.112Z Compiling portable-atomic v1.13.1
17982026-03-09T18:57:37.427Z Compiling memchr v2.8.0
17992026-03-09T18:57:37.512Z Compiling zmij v1.0.21
18002026-03-09T18:57:37.973Z Compiling serde_json v1.0.149
18012026-03-09T18:57:38.060Z Compiling autocfg v1.5.0
18022026-03-09T18:57:38.470Z Compiling jobserver v0.1.34
18032026-03-09T18:57:38.714Z Compiling zerocopy v0.8.40
18042026-03-09T18:57:38.809Z Compiling syn v2.0.117
18052026-03-09T18:57:38.844Z Compiling parking_lot_core v0.9.12
18062026-03-09T18:57:38.923Z Compiling cc v1.2.56
18072026-03-09T18:57:39.153Z Compiling libm v0.2.16
18082026-03-09T18:57:39.262Z Compiling num-traits v0.2.19
18092026-03-09T18:57:39.447Z Compiling smallvec v1.15.1
18102026-03-09T18:57:39.626Z Compiling icu_normalizer_data v2.1.1
18112026-03-09T18:57:39.691Z Compiling icu_properties_data v2.1.2
18122026-03-09T18:57:39.971Z Compiling getrandom v0.2.17
18132026-03-09T18:57:39.992Z Compiling log v0.4.29
18142026-03-09T18:57:40.080Z Compiling itoa v1.0.17
18152026-03-09T18:57:40.354Z Compiling getrandom v0.4.1
18162026-03-09T18:57:40.817Z Compiling pkg-config v0.3.32
18172026-03-09T18:57:40.930Z Compiling errno v0.3.14
18182026-03-09T18:57:41.232Z Compiling stable_deref_trait v1.2.1
18192026-03-09T18:57:41.316Z Compiling rand_core v0.6.4
18202026-03-09T18:57:41.808Z Compiling subtle v2.6.1
18212026-03-09T18:57:41.831Z Compiling scopeguard v1.2.0
18222026-03-09T18:57:42.013Z Compiling lock_api v0.4.14
18232026-03-09T18:57:42.061Z Compiling fnv v1.0.7
18242026-03-09T18:57:42.156Z Compiling thiserror v2.0.18
18252026-03-09T18:57:42.374Z Compiling getrandom v0.3.4
18262026-03-09T18:57:42.745Z Compiling critical-section v1.2.0
18272026-03-09T18:57:42.805Z Compiling pin-project-lite v0.2.17
18282026-03-09T18:57:43.032Z Compiling rustversion v1.0.22
18292026-03-09T18:57:43.062Z Compiling allocator-api2 v0.2.21
18302026-03-09T18:57:43.653Z Compiling once_cell v1.21.3
18312026-03-09T18:57:43.679Z Compiling equivalent v1.0.2
18322026-03-09T18:57:43.890Z Compiling bitflags v2.11.0
18332026-03-09T18:57:44.314Z Compiling foldhash v0.2.0
18342026-03-09T18:57:44.669Z Compiling hashbrown v0.16.1
18352026-03-09T18:57:44.766Z Compiling ring v0.17.14
18362026-03-09T18:57:44.801Z Compiling semver v1.0.27
18372026-03-09T18:57:45.434Z Compiling cmake v0.1.57
18382026-03-09T18:57:45.774Z Compiling litemap v0.8.1
18392026-03-09T18:57:45.859Z Compiling writeable v0.6.2
18402026-03-09T18:57:46.199Z Compiling synstructure v0.13.2
18412026-03-09T18:57:46.339Z Compiling fs_extra v1.3.0
18422026-03-09T18:57:46.368Z Compiling dunce v1.0.5
18432026-03-09T18:57:46.442Z Compiling percent-encoding v2.3.2
18442026-03-09T18:57:46.664Z Compiling const-oid v0.9.6
18452026-03-09T18:57:46.905Z Compiling aws-lc-sys v0.37.1
18462026-03-09T18:57:46.943Z Compiling indexmap v2.13.0
18472026-03-09T18:57:47.514Z Compiling rustix v1.1.3
18482026-03-09T18:57:48.346Z Compiling signal-hook-registry v1.4.8
18492026-03-09T18:57:48.558Z Compiling schemars v0.8.22
18502026-03-09T18:57:48.586Z Compiling parking_lot v0.12.5
18512026-03-09T18:57:48.661Z Compiling serde_derive_internals v0.29.1
18522026-03-09T18:57:48.689Z Compiling mio v1.1.1
18532026-03-09T18:57:48.936Z Compiling socket2 v0.6.2
18542026-03-09T18:57:48.959Z Compiling rand_core v0.10.0
18552026-03-09T18:57:49.353Z Compiling aws-lc-rs v1.16.0
18562026-03-09T18:57:49.375Z Compiling strsim v0.11.1
18572026-03-09T18:57:49.809Z Compiling serde_derive v1.0.228
18582026-03-09T18:57:49.913Z Compiling zeroize_derive v1.4.3
18592026-03-09T18:57:50.011Z Compiling zerofrom-derive v0.1.6
18602026-03-09T18:57:50.329Z Compiling yoke-derive v0.8.1
18612026-03-09T18:57:50.545Z Compiling zerovec-derive v0.11.2
18622026-03-09T18:57:50.568Z Compiling displaydoc v0.2.5
18632026-03-09T18:57:50.728Z Compiling zerocopy-derive v0.8.40
18642026-03-09T18:57:51.177Z Compiling zeroize v1.8.2
18652026-03-09T18:57:51.648Z Compiling tokio-macros v2.6.0
18662026-03-09T18:57:51.963Z Compiling futures-macro v0.3.32
18672026-03-09T18:57:52.599Z Compiling thiserror-impl v2.0.18
18682026-03-09T18:57:52.682Z Compiling zerofrom v0.1.6
18692026-03-09T18:57:52.925Z Compiling yoke v0.8.1
18702026-03-09T18:57:53.297Z Compiling crypto-common v0.1.7
18712026-03-09T18:57:53.342Z Compiling zerovec v0.11.5
18722026-03-09T18:57:53.378Z Compiling zerotrie v0.2.3
18732026-03-09T18:57:53.524Z Compiling block-buffer v0.10.4
18742026-03-09T18:57:53.804Z Compiling der_derive v0.7.3
18752026-03-09T18:57:54.402Z Compiling tracing-attributes v0.1.31
18762026-03-09T18:57:54.650Z Compiling tinystr v0.8.2
18772026-03-09T18:57:54.712Z Compiling potential_utf v0.1.4
18782026-03-09T18:57:55.044Z Compiling icu_locale_core v2.1.1
18792026-03-09T18:57:55.080Z Compiling icu_collections v2.1.1
18802026-03-09T18:57:55.350Z Compiling digest v0.10.7
18812026-03-09T18:57:55.756Z Compiling schemars_derive v0.8.22
18822026-03-09T18:57:55.826Z Compiling utf8_iter v1.0.4
18832026-03-09T18:57:57.053Z Compiling icu_provider v2.1.1
18842026-03-09T18:57:57.759Z Compiling bytes v1.11.1
18852026-03-09T18:57:57.867Z Compiling icu_properties v2.1.2
18862026-03-09T18:57:57.929Z Compiling icu_normalizer v2.1.1
18872026-03-09T18:57:58.882Z Compiling form_urlencoded v1.2.2
18882026-03-09T18:57:59.430Z Compiling ucd-trie v0.1.7
18892026-03-09T18:57:59.727Z Compiling thiserror v1.0.69
18902026-03-09T18:57:59.828Z Compiling futures-core v0.3.32
18912026-03-09T18:58:00.073Z Compiling byteorder v1.5.0
18922026-03-09T18:58:00.122Z Compiling pest v2.8.6
18932026-03-09T18:58:00.303Z Compiling idna_adapter v1.2.1
18942026-03-09T18:58:00.546Z Compiling idna v1.1.0
18952026-03-09T18:58:00.549Z Compiling tokio v1.49.0
18962026-03-09T18:58:01.414Z Compiling ident_case v1.0.1
18972026-03-09T18:58:01.961Z Compiling httparse v1.10.1
18982026-03-09T18:58:02.031Z Compiling vcpkg v0.2.15
18992026-03-09T18:58:02.318Z Compiling heck v0.5.0
19002026-03-09T18:58:02.480Z Compiling url v2.5.8
19012026-03-09T18:58:02.737Z Compiling thiserror-impl v1.0.69
19022026-03-09T18:58:02.801Z Compiling pest_meta v2.8.6
19032026-03-09T18:58:03.386Z Compiling openssl-sys v0.9.111
19042026-03-09T18:58:04.420Z Compiling pest_generator v2.8.6
19052026-03-09T18:58:05.184Z Compiling syn v1.0.109
19062026-03-09T18:58:05.310Z Compiling regex-syntax v0.8.10
19072026-03-09T18:58:05.356Z Compiling crossbeam-utils v0.8.21
19082026-03-09T18:58:06.288Z Compiling pest_derive v2.8.6
19092026-03-09T18:58:08.309Z Compiling rustc_version v0.4.1
19102026-03-09T18:58:08.605Z Compiling cpufeatures v0.2.17
19112026-03-09T18:58:08.730Z Compiling futures-sink v0.3.32
19122026-03-09T18:58:08.841Z Compiling rustls v0.23.37
19132026-03-09T18:58:08.932Z Compiling futures-channel v0.3.32
19142026-03-09T18:58:09.260Z Compiling hmac v0.12.1
19152026-03-09T18:58:09.539Z Compiling iana-time-zone v0.1.65
19162026-03-09T18:58:09.807Z Compiling plain v0.2.3
19172026-03-09T18:58:09.882Z Compiling futures-io v0.3.32
19182026-03-09T18:58:10.003Z Compiling slab v0.4.12
19192026-03-09T18:58:10.274Z Compiling futures-task v0.3.32
19202026-03-09T18:58:10.399Z Compiling chrono v0.4.44
19212026-03-09T18:58:10.593Z Compiling futures-util v0.3.32
19222026-03-09T18:58:11.107Z Compiling uuid v1.21.0
19232026-03-09T18:58:11.625Z Compiling block-padding v0.3.3
19242026-03-09T18:58:11.928Z Compiling aho-corasick v1.1.4
19252026-03-09T18:58:13.408Z Compiling inout v0.1.4
19262026-03-09T18:58:13.698Z Compiling ppv-lite86 v0.2.21
19272026-03-09T18:58:14.522Z Compiling regex-automata v0.4.14
19282026-03-09T18:58:15.666Z Compiling num-conv v0.2.0
19292026-03-09T18:58:15.975Z Compiling time-core v0.1.8
19302026-03-09T18:58:16.279Z Compiling pretty-hex v0.4.1
19312026-03-09T18:58:16.520Z Compiling openssl v0.10.75
19322026-03-09T18:58:16.844Z Compiling time-macros v0.2.27
19332026-03-09T18:58:17.280Z Compiling cipher v0.4.4
19342026-03-09T18:58:17.782Z Compiling sha2 v0.10.9
19352026-03-09T18:58:18.266Z Compiling serde_tokenstream v0.2.3
19362026-03-09T18:58:18.607Z Compiling scroll_derive v0.13.1
19372026-03-09T18:58:18.750Z Compiling scroll_derive v0.12.1
19382026-03-09T18:58:18.907Z Compiling base64ct v1.8.3
19392026-03-09T18:58:19.061Z Compiling crc32fast v1.5.0
19402026-03-09T18:58:19.179Z Compiling anyhow v1.0.102
19412026-03-09T18:58:19.506Z Compiling either v1.15.0
19422026-03-09T18:58:19.550Z Compiling pem-rfc7468 v0.7.0
19432026-03-09T18:58:19.944Z Compiling darling_core v0.21.3
19442026-03-09T18:58:20.085Z Compiling rustls-pki-types v1.14.0
19452026-03-09T18:58:20.120Z Compiling openssl-macros v0.1.1
19462026-03-09T18:58:20.855Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19472026-03-09T18:58:21.005Z Compiling flagset v0.4.7
19482026-03-09T18:58:21.266Z Compiling native-tls v0.2.18
19492026-03-09T18:58:21.592Z Compiling der v0.7.10
19502026-03-09T18:58:21.863Z Compiling regex v1.12.3
19512026-03-09T18:58:22.400Z Compiling rand_core v0.9.5
19522026-03-09T18:58:22.813Z Compiling zerocopy-derive v0.7.35
19532026-03-09T18:58:23.549Z Compiling slog v2.8.2
19542026-03-09T18:58:23.601Z Compiling dyn-clone v1.0.20
19552026-03-09T18:58:23.874Z Compiling rayon-core v1.13.0
19562026-03-09T18:58:24.202Z Compiling spki v0.7.3
19572026-03-09T18:58:24.541Z Compiling salsa20 v0.10.2
19582026-03-09T18:58:24.676Z Compiling pbkdf2 v0.12.2
19592026-03-09T18:58:24.871Z Compiling http v1.4.0
19602026-03-09T18:58:25.639Z Compiling darling_macro v0.21.3
19612026-03-09T18:58:26.531Z Compiling darling v0.21.3
19622026-03-09T18:58:26.857Z Compiling tracing-core v0.1.36
19632026-03-09T18:58:26.935Z Compiling camino v1.2.2
19642026-03-09T18:58:27.434Z Compiling untrusted v0.9.0
19652026-03-09T18:58:28.064Z Compiling tracing v0.1.44
19662026-03-09T18:58:28.963Z Compiling scrypt v0.11.0
19672026-03-09T18:58:29.101Z Compiling rand_chacha v0.9.0
19682026-03-09T18:58:29.383Z Compiling tokio-util v0.7.18
19692026-03-09T18:58:29.817Z Compiling aes v0.8.4
19702026-03-09T18:58:30.705Z Compiling cbc v0.1.2
19712026-03-09T18:58:31.762Z Compiling usdt-impl v0.5.0
19722026-03-09T18:58:32.125Z Compiling cookie v0.18.1
19732026-03-09T18:58:32.361Z Compiling ref-cast v1.0.25
19742026-03-09T18:58:32.440Z Compiling usdt-impl v0.6.0
19752026-03-09T18:58:32.786Z Compiling base64 v0.22.1
19762026-03-09T18:58:32.845Z Compiling paste v1.0.15
19772026-03-09T18:58:32.845Z Compiling winnow v0.7.14
19782026-03-09T18:58:33.791Z Compiling pkcs5 v0.7.1
19792026-03-09T18:58:33.864Z Compiling rand v0.9.2
19802026-03-09T18:58:34.901Z Compiling http-body v1.0.1
19812026-03-09T18:58:35.339Z Compiling scroll v0.13.0
19822026-03-09T18:58:35.570Z Compiling scroll v0.12.0
19832026-03-09T18:58:35.894Z Compiling heapless v0.7.17
19842026-03-09T18:58:36.307Z Compiling toml_datetime v0.6.11
19852026-03-09T18:58:36.452Z Compiling serde_spanned v0.6.9
19862026-03-09T18:58:36.542Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-03-09T18:58:36.694Z Compiling zstd-safe v7.2.4
19882026-03-09T18:58:36.757Z Compiling untrusted v0.7.1
19892026-03-09T18:58:36.965Z Compiling signal-hook v0.3.18
19902026-03-09T18:58:37.045Z Compiling openssl-probe v0.2.1
19912026-03-09T18:58:37.648Z Compiling goblin v0.8.2
19922026-03-09T18:58:37.861Z Compiling goblin v0.10.5
19932026-03-09T18:58:39.009Z Compiling toml_parser v1.0.9+spec-1.1.0
19942026-03-09T18:58:40.326Z Compiling pkcs8 v0.10.2
19952026-03-09T18:58:41.179Z Compiling zerocopy v0.7.35
19962026-03-09T18:58:41.424Z Compiling darling_core v0.20.11
19972026-03-09T18:58:41.444Z Compiling ref-cast-impl v1.0.25
19982026-03-09T18:58:41.518Z Compiling toml_datetime v0.7.5+spec-1.1.0
19992026-03-09T18:58:42.072Z Compiling atomic-waker v1.1.2
20002026-03-09T18:58:42.280Z Compiling tower-service v0.3.3
20012026-03-09T18:58:42.412Z Compiling try-lock v0.2.5
20022026-03-09T18:58:42.580Z Compiling tower-layer v0.3.3
20032026-03-09T18:58:42.636Z Compiling tinyvec_macros v0.1.1
20042026-03-09T18:58:42.745Z Compiling rustix v0.38.44
20052026-03-09T18:58:43.332Z Compiling winnow v0.5.40
20062026-03-09T18:58:45.324Z Compiling dof v0.4.0
20072026-03-09T18:58:46.227Z Compiling dof v0.3.0
20082026-03-09T18:58:46.347Z Compiling darling_macro v0.20.11
20092026-03-09T18:58:46.576Z Compiling toml_edit v0.19.15
20102026-03-09T18:58:47.216Z Compiling tinyvec v1.10.0
20112026-03-09T18:58:47.593Z Compiling want v0.3.1
20122026-03-09T18:58:47.892Z Compiling h2 v0.4.13
20132026-03-09T18:58:49.173Z Compiling dtrace-parser v0.2.0
20142026-03-09T18:58:49.968Z Compiling dtrace-parser v0.3.0
20152026-03-09T18:58:50.545Z Compiling curve25519-dalek v4.1.3
20162026-03-09T18:58:51.085Z Compiling ipnet v2.11.0
20172026-03-09T18:58:51.373Z Compiling async-trait v0.1.89
20182026-03-09T18:58:52.030Z Compiling daft-derive v0.1.5
20192026-03-09T18:58:52.246Z Compiling spin v0.9.8
20202026-03-09T18:58:52.675Z Compiling thread-id v5.1.0
20212026-03-09T18:58:52.815Z Compiling thread-id v4.2.2
20222026-03-09T18:58:52.954Z Compiling proc-macro-error-attr v1.0.4
20232026-03-09T18:58:57.487Z Compiling num-bigint-dig v0.8.6
20242026-03-09T18:58:57.731Z Compiling httpdate v1.0.3
20252026-03-09T18:58:57.731Z Compiling smoltcp v0.9.1
20262026-03-09T18:58:57.731Z Compiling fastrand v2.3.0
20272026-03-09T18:58:57.731Z Compiling pin-utils v0.1.0
20282026-03-09T18:58:57.731Z Compiling litrs v1.0.0
20292026-03-09T18:58:57.731Z Compiling foreign-types-shared v0.1.1
20302026-03-09T18:58:57.731Z Compiling foreign-types v0.3.2
20312026-03-09T18:58:57.731Z Compiling tempfile v3.25.0
20322026-03-09T18:58:57.731Z Compiling hyper v1.8.1
20332026-03-09T18:58:57.731Z Compiling document-features v0.2.12
20342026-03-09T18:58:57.731Z Compiling darling v0.20.11
20352026-03-09T18:58:58.078Z Compiling ipnetwork v0.21.1
20362026-03-09T18:58:58.551Z Compiling strum_macros v0.26.4
20372026-03-09T18:58:58.600Z Compiling wait-timeout v0.2.1
20382026-03-09T18:58:59.001Z Compiling proc-macro-error v1.0.4
20392026-03-09T18:59:00.635Z Compiling anstyle v1.0.13
20402026-03-09T18:59:01.043Z Compiling powerfmt v0.2.0
20412026-03-09T18:59:01.654Z Compiling unicode-segmentation v1.12.0
20422026-03-09T18:59:01.698Z Compiling utf8parse v0.2.2
20432026-03-09T18:59:01.876Z Compiling bit-vec v0.8.0
20442026-03-09T18:59:02.262Z Compiling siphasher v1.0.2
20452026-03-09T18:59:02.280Z Compiling quick-error v1.2.3
20462026-03-09T18:59:02.371Z Compiling simd-adler32 v0.3.8
20472026-03-09T18:59:02.424Z Compiling rusty-fork v0.3.1
20482026-03-09T18:59:02.447Z Compiling deranged v0.5.8
20492026-03-09T18:59:02.843Z Compiling bit-set v0.8.0
20502026-03-09T18:59:02.938Z Compiling anstyle-parse v0.2.7
20512026-03-09T18:59:07.261Z Compiling hyper-util v0.1.20
20522026-03-09T18:59:07.671Z Compiling derive_builder_core v0.20.2
20532026-03-09T18:59:09.601Z Compiling crossbeam-epoch v0.9.18
20542026-03-09T18:59:10.882Z Compiling unicode-normalization v0.1.25
20552026-03-09T18:59:11.124Z Compiling rustls-native-certs v0.8.3
20562026-03-09T18:59:12.162Z Compiling rand_xorshift v0.4.0
20572026-03-09T18:59:12.413Z Compiling hubpack_derive v0.1.1
20582026-03-09T18:59:12.650Z Compiling sync_wrapper v1.0.2
20592026-03-09T18:59:12.835Z Compiling strum_macros v0.27.2
20602026-03-09T18:59:13.246Z Compiling signature v2.2.0
20612026-03-09T18:59:13.306Z Compiling curve25519-dalek-derive v0.1.1
20622026-03-09T18:59:13.471Z Compiling fs-err v3.3.0
20632026-03-09T18:59:13.833Z Compiling ahash v0.8.12
20642026-03-09T18:59:14.012Z Compiling unicode-bidi v0.3.18
20652026-03-09T18:59:14.062Z Compiling is_terminal_polyfill v1.70.2
20662026-03-09T18:59:14.224Z Compiling object v0.37.3
20672026-03-09T18:59:14.307Z Compiling unicode-properties v0.1.4
20682026-03-09T18:59:14.432Z Compiling adler2 v2.0.1
20692026-03-09T18:59:14.542Z Compiling num_threads v0.1.7
20702026-03-09T18:59:14.690Z Compiling colorchoice v1.0.4
20712026-03-09T18:59:14.716Z Compiling unarray v0.1.4
20722026-03-09T18:59:14.716Z Compiling anstyle-query v1.1.5
20732026-03-09T18:59:14.921Z Compiling anstream v0.6.21
20742026-03-09T18:59:14.998Z Compiling proptest v1.10.0
20752026-03-09T18:59:15.021Z Compiling stringprep v0.1.5
20762026-03-09T18:59:15.236Z Compiling time v0.3.47
20772026-03-09T18:59:15.830Z Compiling miniz_oxide v0.8.9
20782026-03-09T18:59:17.156Z Compiling tower v0.5.3
20792026-03-09T18:59:19.228Z Compiling crossbeam-deque v0.8.6
20802026-03-09T18:59:19.479Z Compiling derive_builder_macro v0.20.2
20812026-03-09T18:59:19.714Z Compiling heck v0.4.1
20822026-03-09T18:59:20.134Z Compiling usdt-macro v0.6.0
20832026-03-09T18:59:20.330Z Compiling usdt-attr-macro v0.6.0
20842026-03-09T18:59:21.848Z Compiling http-body-util v0.1.3
20852026-03-09T18:59:22.132Z Compiling webpki-roots v1.0.6
20862026-03-09T18:59:22.355Z Compiling rand_chacha v0.3.1
20872026-03-09T18:59:22.434Z Compiling num-integer v0.1.46
20882026-03-09T18:59:22.662Z Compiling hash32 v0.2.1
20892026-03-09T18:59:22.710Z Compiling erased-serde v0.3.31
20902026-03-09T18:59:23.016Z Compiling md-5 v0.10.6
20912026-03-09T18:59:23.094Z Compiling vergen-lib v0.1.6
20922026-03-09T18:59:23.238Z Compiling ff v0.13.1
20932026-03-09T18:59:23.310Z Compiling iri-string v0.7.10
20942026-03-09T18:59:23.472Z Compiling base16ct v0.2.0
20952026-03-09T18:59:23.564Z Compiling ryu v1.0.23
20962026-03-09T18:59:23.586Z Compiling psl-types v2.0.11
20972026-03-09T18:59:23.790Z Compiling zlib-rs v0.6.2
20982026-03-09T18:59:23.813Z Compiling fallible-iterator v0.2.0
20992026-03-09T18:59:23.860Z Compiling serde_urlencoded v0.7.1
21002026-03-09T18:59:24.375Z Compiling publicsuffix v2.3.0
21012026-03-09T18:59:24.512Z Compiling postgres-protocol v0.6.10
21022026-03-09T18:59:24.670Z Compiling sec1 v0.7.3
21032026-03-09T18:59:25.364Z Compiling group v0.13.0
21042026-03-09T18:59:25.686Z Compiling num-iter v0.1.45
21052026-03-09T18:59:25.730Z Compiling rand v0.8.5
21062026-03-09T18:59:26.238Z Compiling tower-http v0.6.8
21072026-03-09T18:59:27.296Z Compiling oxnet v0.1.4
21082026-03-09T18:59:27.841Z Compiling derive_builder v0.20.2
21092026-03-09T18:59:27.853Z Compiling zone_cfg_derive v0.3.1
21102026-03-09T18:59:27.890Z Compiling newtype-uuid v1.3.2
21112026-03-09T18:59:27.939Z Compiling tokio-native-tls v0.3.1
21122026-03-09T18:59:27.982Z Compiling flate2 v1.1.9
21132026-03-09T18:59:28.475Z Compiling phf_shared v0.13.1
21142026-03-09T18:59:29.075Z Compiling lazy_static v1.5.0
21152026-03-09T18:59:29.449Z Compiling terminal_size v0.4.3
21162026-03-09T18:59:29.682Z Compiling serde_with_macros v3.17.0
21172026-03-09T18:59:29.759Z Compiling hkdf v0.12.4
21182026-03-09T18:59:29.872Z Compiling enum-as-inner v0.6.1
21192026-03-09T18:59:29.999Z Compiling clap_derive v4.5.55
21202026-03-09T18:59:30.568Z Compiling cargo-platform v0.1.9
21212026-03-09T18:59:31.029Z Compiling crypto-bigint v0.5.5
21222026-03-09T18:59:31.123Z Compiling serde_repr v0.1.20
21232026-03-09T18:59:31.406Z Compiling vergen v9.0.6
21242026-03-09T18:59:31.989Z Compiling bitflags v1.3.2
21252026-03-09T18:59:32.093Z Compiling bumpalo v3.20.2
21262026-03-09T18:59:32.558Z Compiling clap_lex v1.0.0
21272026-03-09T18:59:32.684Z Compiling libbz2-rs-sys v0.2.2
21282026-03-09T18:59:32.728Z Compiling managed v0.8.0
21292026-03-09T18:59:32.969Z Compiling unicode-width v0.2.0
21302026-03-09T18:59:33.525Z Compiling foldhash v0.1.5
21312026-03-09T18:59:33.901Z Compiling elliptic-curve v0.13.8
21322026-03-09T18:59:33.925Z Compiling hashbrown v0.15.5
21332026-03-09T18:59:34.252Z Compiling bzip2 v0.6.1
21342026-03-09T18:59:34.639Z Compiling console v0.16.2
21352026-03-09T18:59:35.100Z Compiling clap_builder v4.5.60
21362026-03-09T18:59:35.498Z Compiling zopfli v0.8.3
21372026-03-09T18:59:35.746Z Compiling cargo_metadata v0.19.2
21382026-03-09T18:59:39.462Z Compiling phf v0.13.1
21392026-03-09T18:59:39.507Z Compiling zstd v0.13.3
21402026-03-09T18:59:39.803Z Compiling daft v0.1.5
21412026-03-09T18:59:40.029Z Compiling hyper-tls v0.6.0
21422026-03-09T18:59:40.418Z Compiling cookie_store v0.22.1
21432026-03-09T18:59:41.004Z Compiling signal-hook-mio v0.2.5
21442026-03-09T18:59:41.037Z Compiling rayon v1.11.0
21452026-03-09T18:59:41.176Z Compiling bzip2 v0.4.4
21462026-03-09T18:59:41.210Z Compiling postgres-types v0.2.12
21472026-03-09T18:59:41.569Z Compiling strum v0.27.2
21482026-03-09T18:59:41.816Z Compiling ed25519 v2.2.3
21492026-03-09T18:59:41.947Z Compiling hubpack v0.1.2
21502026-03-09T18:59:42.286Z Compiling phf_shared v0.11.3
21512026-03-09T18:59:42.708Z Compiling pkcs1 v0.7.5
21522026-03-09T18:59:43.893Z Compiling bstr v1.12.1
21532026-03-09T18:59:44.358Z Compiling itertools v0.12.1
21542026-03-09T18:59:45.292Z Compiling rustls-webpki v0.103.9
21552026-03-09T18:59:45.394Z Compiling float-cmp v0.10.0
21562026-03-09T18:59:45.667Z Compiling rfc6979 v0.4.0
21572026-03-09T18:59:45.693Z Compiling serde-big-array v0.5.1
21582026-03-09T18:59:45.898Z Compiling hex v0.4.3
21592026-03-09T18:59:46.021Z Compiling env_filter v1.0.0
21602026-03-09T18:59:47.166Z Compiling memmap2 v0.9.10
21612026-03-09T18:59:47.213Z Compiling encoding_rs v0.8.35
21622026-03-09T18:59:47.257Z Compiling whoami v2.1.0
21632026-03-09T18:59:48.012Z Compiling jiff v0.2.21
21642026-03-09T18:59:48.247Z Compiling data-encoding v2.10.0
21652026-03-09T18:59:49.682Z Compiling keccak v0.1.6
21662026-03-09T18:59:50.143Z Compiling fixedbitset v0.5.7
21672026-03-09T18:59:50.342Z Compiling rustc-hash v2.1.1
21682026-03-09T18:59:50.568Z Compiling unit-prefix v0.5.2
21692026-03-09T18:59:50.693Z Compiling difflib v0.4.0
21702026-03-09T18:59:51.428Z Compiling fixedbitset v0.4.2
21712026-03-09T18:59:51.710Z Compiling toml_write v0.1.2
21722026-03-09T18:59:51.836Z Compiling normalize-line-endings v0.3.0
21732026-03-09T18:59:52.003Z Compiling predicates-core v1.0.10
21742026-03-09T18:59:52.110Z Compiling new_debug_unreachable v1.0.6
21752026-03-09T18:59:52.329Z Compiling precomputed-hash v0.1.1
21762026-03-09T18:59:52.459Z Compiling static_assertions v1.1.0
21772026-03-09T18:59:52.503Z Compiling mime v0.3.17
21782026-03-09T18:59:52.588Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21792026-03-09T18:59:52.992Z Compiling string_cache v0.8.9
21802026-03-09T18:59:53.444Z Compiling predicates v3.1.4
21812026-03-09T18:59:54.744Z Compiling tokio-rustls v0.26.4
21822026-03-09T18:59:55.257Z Compiling hyper-rustls v0.27.7
21832026-03-09T18:59:55.801Z Compiling rustls-platform-verifier v0.6.2
21842026-03-09T18:59:56.193Z Compiling reqwest v0.13.2
21852026-03-09T18:59:58.223Z Compiling reqwest v0.12.28
21862026-03-09T18:59:58.379Z Compiling zip v4.6.1
21872026-03-09T18:59:59.496Z Compiling toml_edit v0.22.27
21882026-03-09T18:59:59.520Z Compiling petgraph v0.6.5
21892026-03-09T19:00:00.261Z Compiling indicatif v0.18.4
21902026-03-09T19:00:02.016Z Compiling iddqd v0.3.17
21912026-03-09T19:00:03.076Z Compiling petgraph v0.8.3
21922026-03-09T19:00:04.438Z Compiling sha3 v0.10.8
21932026-03-09T19:00:04.590Z Compiling hickory-proto v0.25.2
21942026-03-09T19:00:05.386Z Compiling tokio-postgres v0.7.16
21952026-03-09T19:00:06.696Z Compiling usdt v0.6.0
21962026-03-09T19:00:07.634Z Compiling zone v0.3.1
21972026-03-09T19:00:07.976Z Compiling serde_with v3.17.0
21982026-03-09T19:00:09.054Z Compiling env_logger v0.11.9
21992026-03-09T19:00:09.776Z Compiling ecdsa v0.16.9
22002026-03-09T19:00:10.669Z Compiling similar v2.7.0
22012026-03-09T19:00:12.318Z Compiling rsa v0.9.10
22022026-03-09T19:00:13.788Z Compiling ed25519-dalek v2.2.0
22032026-03-09T19:00:14.981Z Compiling zip v0.6.6
22042026-03-09T19:00:15.117Z Compiling crossterm v0.28.1
22052026-03-09T19:00:16.806Z Compiling clap v4.5.60
22062026-03-09T19:00:16.953Z Compiling strum v0.26.3
22072026-03-09T19:00:17.182Z Compiling toml v0.7.8
22082026-03-09T19:00:18.089Z Compiling tokio-stream v0.1.18
22092026-03-09T19:00:19.084Z Compiling x509-cert v0.2.5
22102026-03-09T19:00:20.659Z Compiling itertools v0.13.0
22112026-03-09T19:00:20.693Z Compiling buf-list v1.1.2
22122026-03-09T19:00:21.134Z Compiling sha1 v0.10.6
22132026-03-09T19:00:21.558Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-09T19:00:21.825Z Compiling openapiv3 v2.2.0
22152026-03-09T19:00:24.236Z Compiling lalrpop-util v0.19.12
22162026-03-09T19:00:24.424Z Compiling peg-runtime v0.8.5
22172026-03-09T19:00:25.748Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22182026-03-09T19:00:52.243Z Compiling itertools v0.14.0
22192026-03-09T19:00:53.183Z Compiling macaddr v1.0.1
22202026-03-09T19:00:53.367Z Compiling structmeta-derive v0.3.0
22212026-03-09T19:00:54.743Z Compiling heapless v0.8.0
22222026-03-09T19:00:55.236Z Compiling ingot-macros v0.1.1
22232026-03-09T19:00:55.669Z Compiling structmeta v0.3.0
22242026-03-09T19:01:03.977Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-03-09T19:01:05.415Z Compiling hash32 v0.3.1
22262026-03-09T19:01:05.716Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-03-09T19:01:06.273Z Compiling smoltcp v0.11.0
22282026-03-09T19:01:11.272Z Compiling proc-macro-crate v3.4.0
22292026-03-09T19:01:18.876Z Compiling ingot-types v0.1.2
22302026-03-09T19:01:25.864Z Compiling cobs v0.3.0
22312026-03-09T19:01:28.455Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22322026-03-09T19:01:31.911Z Compiling rustls v0.22.4
22332026-03-09T19:01:44.777Z Compiling postcard v1.1.3
22342026-03-09T19:01:51.049Z Compiling ingot v0.1.1
22352026-03-09T19:01:52.942Z Compiling num_enum_derive v0.7.5
22362026-03-09T19:01:56.617Z Compiling proc-macro-crate v1.3.1
22372026-03-09T19:01:57.359Z Compiling rustls-webpki v0.102.8
22382026-03-09T19:01:58.118Z Compiling futures-executor v0.3.32
22392026-03-09T19:02:00.006Z Compiling foreign-types-macros v0.2.3
22402026-03-09T19:02:00.327Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22412026-03-09T19:02:00.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22422026-03-09T19:02:00.882Z Compiling multer v3.1.0
22432026-03-09T19:02:01.190Z Compiling thread_local v1.1.9
22442026-03-09T19:02:01.255Z Compiling foreign-types-shared v0.3.1
22452026-03-09T19:02:01.279Z Compiling cpufeatures v0.3.0
22462026-03-09T19:02:01.414Z Compiling slog-async v2.8.0
22472026-03-09T19:02:01.583Z Compiling match_cfg v0.1.0
22482026-03-09T19:02:01.719Z Compiling hostname v0.3.1
22492026-03-09T19:02:01.892Z Compiling chacha20 v0.10.0
22502026-03-09T19:02:01.961Z Compiling foreign-types v0.5.0
22512026-03-09T19:02:02.096Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22522026-03-09T19:02:02.119Z Compiling futures v0.3.32
22532026-03-09T19:02:02.261Z Compiling num_enum_derive v0.5.11
22542026-03-09T19:02:02.390Z Compiling num_enum v0.7.5
22552026-03-09T19:02:02.610Z Compiling derive-ex v0.1.8
22562026-03-09T19:02:02.669Z Compiling tabwriter v1.4.1
22572026-03-09T19:02:02.719Z Compiling slog-json v2.6.1
22582026-03-09T19:02:03.257Z Compiling crossbeam-channel v0.5.15
22592026-03-09T19:02:03.472Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22602026-03-09T19:02:04.264Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22612026-03-09T19:02:04.300Z Compiling async-stream-impl v0.3.6
22622026-03-09T19:02:04.582Z Compiling serde_spanned v1.0.4
22632026-03-09T19:02:04.805Z Compiling cstr-argument v0.1.2
22642026-03-09T19:02:04.856Z Compiling memoffset v0.9.1
22652026-03-09T19:02:05.085Z Compiling is-terminal v0.4.17
22662026-03-09T19:02:05.126Z Compiling dropshot v0.16.7
22672026-03-09T19:02:05.236Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22682026-03-09T19:02:05.268Z Compiling term v1.2.1
22692026-03-09T19:02:05.506Z Compiling take_mut v0.2.2
22702026-03-09T19:02:05.533Z Compiling typeid v1.0.3
22712026-03-09T19:02:05.580Z Compiling crucible-workspace-hack v0.1.0
22722026-03-09T19:02:05.699Z Compiling toml_writer v1.0.6+spec-1.1.0
22732026-03-09T19:02:05.914Z Compiling cfg_aliases v0.2.1
22742026-03-09T19:02:06.040Z Compiling nix v0.30.1
22752026-03-09T19:02:06.061Z Compiling slog-term v2.9.2
22762026-03-09T19:02:06.100Z Compiling toml v0.9.12+spec-1.1.0
22772026-03-09T19:02:06.222Z Compiling test-strategy v0.4.5
22782026-03-09T19:02:06.877Z Compiling tokio-rustls v0.25.0
22792026-03-09T19:02:07.376Z Compiling async-stream v0.3.6
22802026-03-09T19:02:08.074Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22812026-03-09T19:02:08.911Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22822026-03-09T19:02:09.050Z Compiling num_enum v0.5.11
22832026-03-09T19:02:09.092Z Compiling slog-bunyan v2.5.0
22842026-03-09T19:02:09.271Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22852026-03-09T19:02:09.294Z Compiling rand v0.10.0
22862026-03-09T19:02:09.378Z Compiling parse-display-derive v0.10.0
22872026-03-09T19:02:09.402Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22882026-03-09T19:02:09.711Z Compiling waitgroup v0.1.2
22892026-03-09T19:02:09.832Z Compiling rustls-pemfile v2.2.0
22902026-03-09T19:02:09.917Z Compiling dropshot_endpoint v0.16.7
22912026-03-09T19:02:09.990Z Compiling newtype-uuid-macros v0.1.0
22922026-03-09T19:02:10.390Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22932026-03-09T19:02:11.034Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-03-09T19:02:11.156Z Compiling serde_path_to_error v0.1.20
22952026-03-09T19:02:11.501Z Compiling hostname v0.4.2
22962026-03-09T19:02:11.534Z Compiling instant v0.1.13
22972026-03-09T19:02:11.742Z Compiling erased-serde v0.4.9
22982026-03-09T19:02:11.812Z Compiling debug-ignore v1.0.5
22992026-03-09T19:02:11.876Z Compiling colored v3.1.1
23002026-03-09T19:02:12.014Z Compiling backoff v0.4.0
23012026-03-09T19:02:12.160Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23022026-03-09T19:02:12.452Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-03-09T19:02:12.705Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-09T19:02:12.742Z Compiling parse-display v0.10.0
23052026-03-09T19:02:13.328Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23062026-03-09T19:02:14.103Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23072026-03-09T19:02:14.748Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23082026-03-09T19:02:15.752Z Compiling progenitor-client v0.13.0
23092026-03-09T19:02:15.801Z Compiling progenitor-client v0.10.0
23102026-03-09T19:02:15.977Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23112026-03-09T19:02:16.033Z Compiling camino-tempfile v1.4.1
23122026-03-09T19:02:16.717Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-03-09T19:02:16.780Z Compiling backon v1.6.0
23142026-03-09T19:02:16.879Z Compiling regress v0.10.5
23152026-03-09T19:02:17.279Z Compiling secrecy v0.10.3
23162026-03-09T19:02:17.581Z Compiling num-derive v0.4.2
23172026-03-09T19:02:19.669Z Compiling sigpipe v0.1.3
23182026-03-09T19:02:19.774Z Compiling libefi-sys v0.1.0
23192026-03-09T19:02:19.834Z Compiling glob v0.3.3
23202026-03-09T19:02:20.038Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23212026-03-09T19:02:20.155Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23222026-03-09T19:02:20.463Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23232026-03-09T19:02:21.656Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242026-03-09T19:02:21.903Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23252026-03-09T19:02:22.016Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23262026-03-09T19:02:22.232Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23272026-03-09T19:02:24.948Z Compiling usdt-attr-macro v0.5.0
23282026-03-09T19:02:25.676Z Compiling usdt-macro v0.5.0
23292026-03-09T19:02:26.452Z Compiling smf v0.2.3
23302026-03-09T19:02:27.022Z Compiling bitfield-struct v0.6.2
23312026-03-09T19:02:28.397Z Compiling ordered-float v2.10.1
23322026-03-09T19:02:28.438Z Compiling blake3 v1.8.3
23332026-03-09T19:02:28.994Z Compiling memmap v0.7.0
23342026-03-09T19:02:29.036Z Compiling whoami v1.6.1
23352026-03-09T19:02:29.075Z Compiling serde-value v0.7.0
23362026-03-09T19:02:29.424Z Compiling usdt v0.5.0
23372026-03-09T19:02:29.732Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-03-09T19:02:29.937Z Compiling serde-untagged v0.1.9
23392026-03-09T19:02:30.522Z Compiling toml v0.8.23
23402026-03-09T19:02:30.696Z Compiling filetime v0.2.27
23412026-03-09T19:02:30.718Z Compiling same-file v1.0.6
23422026-03-09T19:02:30.766Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-03-09T19:02:30.791Z Compiling xattr v1.6.1
23442026-03-09T19:02:30.815Z Compiling arrayvec v0.7.6
23452026-03-09T19:02:30.915Z Compiling arrayref v0.3.9
23462026-03-09T19:02:31.026Z Compiling unicode-xid v0.2.6
23472026-03-09T19:02:31.050Z Compiling constant_time_eq v0.4.2
23482026-03-09T19:02:31.072Z Compiling tar v0.4.44
23492026-03-09T19:02:31.145Z Compiling walkdir v2.5.0
23502026-03-09T19:02:31.301Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-09T19:02:31.398Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-09T19:02:31.858Z Compiling cargo-util-schemas v0.8.2
23532026-03-09T19:02:32.769Z Compiling tokio-dtrace v0.1.1
23542026-03-09T19:02:32.804Z Compiling gethostname v0.5.0
23552026-03-09T19:02:33.058Z Compiling cargo-platform v0.2.0
23562026-03-09T19:02:33.549Z Compiling topological-sort v0.2.2
23572026-03-09T19:02:33.879Z Compiling omicron-zone-package v0.12.2
23582026-03-09T19:02:33.916Z Compiling oxide-tokio-rt v0.1.2
23592026-03-09T19:02:34.281Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-09T19:02:34.556Z Compiling shell-words v1.1.1
23612026-03-09T19:02:34.616Z Compiling indent_write v2.2.0
23622026-03-09T19:02:34.898Z Compiling cargo_metadata v0.21.0
23632026-03-09T19:02:44.488Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23642026-03-09T19:02:46.482Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23652026-03-09T19:02:49.092Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23662026-03-09T19:03:05.162Z Finished `release` profile [optimized] target(s) in 5m 30s
23672026-03-09T19:03:05.351Z Running `target/release/omicron-package -t test target create -p dev`
23682026-03-09T19:03:05.418ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692026-03-09T19:03:05.436ZCreated new build target 'test' and set it as active
23702026-03-09T19:03:05.436Z
23712026-03-09T19:03:05.436Zreal 5:30.456929324
23722026-03-09T19:03:05.436Zuser 37:13.248229413
23732026-03-09T19:03:05.436Zsys 3:41.243720587
23742026-03-09T19:03:05.436Ztrap 1.105182972
23752026-03-09T19:03:05.436Ztflt 2.251143296
23762026-03-09T19:03:05.436Zdflt 1.138493180
23772026-03-09T19:03:05.436Zkflt 0.003542774
23782026-03-09T19:03:05.436Zlock 1:44:24.975640070
23792026-03-09T19:03:05.436Zslp 2:23:04.717271365
23802026-03-09T19:03:05.436Zlat 2:29.307822823
23812026-03-09T19:03:05.436Zstop 5:27.519308984
23822026-03-09T19:03:05.436Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23832026-03-09T19:03:06.698Z Finished `release` profile [optimized] target(s) in 1.21s
23842026-03-09T19:03:06.773Z Running `target/release/omicron-package -t test package`
23852026-03-09T19:03:06.823ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862026-03-09T19:03:08.828Z Compiling regress v0.10.5
23872026-03-09T19:03:08.833Z Compiling heck v0.5.0
23882026-03-09T19:03:08.833Z Compiling unsafe-libyaml v0.2.11
23892026-03-09T19:03:09.101Z Compiling convert_case v0.4.0
23902026-03-09T19:03:09.126Z Compiling half v2.7.1
23912026-03-09T19:03:09.132Z Compiling ciborium-io v0.2.2
23922026-03-09T19:03:09.169Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23932026-03-09T19:03:09.174Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23942026-03-09T19:03:09.305Z Compiling typify-impl v0.6.1
23952026-03-09T19:03:09.757Z Compiling derive_more v0.99.20
23962026-03-09T19:03:09.855Z Compiling ciborium-ll v0.2.2
23972026-03-09T19:03:10.364Z Compiling ciborium v0.2.2
23982026-03-09T19:03:10.393Z Compiling prettyplease v0.2.37
23992026-03-09T19:03:10.751Z Compiling serde_yaml v0.9.34+deprecated
24002026-03-09T19:03:10.815Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-09T19:03:11.560Z Compiling universal-hash v0.5.1
24022026-03-09T19:03:11.872Z Compiling thiserror-impl-no-std v2.0.2
24032026-03-09T19:03:12.389Z Compiling opaque-debug v0.3.1
24042026-03-09T19:03:12.531Z Compiling unicode-width v0.1.14
24052026-03-09T19:03:13.226Z Compiling poly1305 v0.8.0
24062026-03-09T19:03:13.960Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-03-09T19:03:14.044Z Compiling chacha20 v0.9.1
24082026-03-09T19:03:14.223Z Compiling thiserror-no-std v2.0.2
24092026-03-09T19:03:14.400Z Compiling password-hash v0.5.0
24102026-03-09T19:03:14.558Z Compiling blake2 v0.10.6
24112026-03-09T19:03:14.688Z Compiling aead v0.5.2
24122026-03-09T19:03:15.075Z Compiling is-terminal v0.4.17
24132026-03-09T19:03:15.240Z Compiling swrite v0.1.0
24142026-03-09T19:03:15.352Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24152026-03-09T19:03:15.443Z Compiling argon2 v0.5.3
24162026-03-09T19:03:15.694Z Compiling chacha20poly1305 v0.10.1
24172026-03-09T19:03:15.982Z Compiling vsss-rs v3.3.4
24182026-03-09T19:03:16.512Z Compiling typify-impl v0.4.3
24192026-03-09T19:03:16.785Z Compiling serde_spanned v1.0.4
24202026-03-09T19:03:17.085Z Compiling toml_writer v1.0.6+spec-1.1.0
24212026-03-09T19:03:17.549Z Compiling toml v0.9.12+spec-1.1.0
24222026-03-09T19:03:17.933Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24232026-03-09T19:03:18.708Z Compiling bytecount v0.6.9
24242026-03-09T19:03:19.084Z Compiling rustls v0.22.4
24252026-03-09T19:03:19.132Z Compiling rustls-webpki v0.102.8
24262026-03-09T19:03:20.269Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24272026-03-09T19:03:20.548Z Compiling derive-where v1.6.0
24282026-03-09T19:03:20.770Z Compiling thread_local v1.1.9
24292026-03-09T19:03:21.229Z Compiling match_cfg v0.1.0
24302026-03-09T19:03:21.382Z Compiling hostname v0.3.1
24312026-03-09T19:03:22.717Z Compiling typify-macro v0.6.1
24322026-03-09T19:03:25.811Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24332026-03-09T19:03:25.890Z Compiling typify-macro v0.4.3
24342026-03-09T19:03:25.931Z Compiling multer v3.1.0
24352026-03-09T19:03:26.017Z Compiling slog-async v2.8.0
24362026-03-09T19:03:26.118Z Compiling slog-json v2.6.1
24372026-03-09T19:03:26.146Z Compiling typify v0.6.1
24382026-03-09T19:03:26.351Z Compiling progenitor-impl v0.13.0
24392026-03-09T19:03:26.500Z Compiling crossbeam-channel v0.5.15
24402026-03-09T19:03:27.491Z Compiling futures-executor v0.3.32
24412026-03-09T19:03:27.964Z Compiling term v1.2.1
24422026-03-09T19:03:29.079Z Compiling take_mut v0.2.2
24432026-03-09T19:03:29.112Z Compiling slog-term v2.9.2
24442026-03-09T19:03:29.213Z Compiling typify v0.4.3
24452026-03-09T19:03:29.424Z Compiling futures v0.3.32
24462026-03-09T19:03:29.591Z Compiling slog-bunyan v2.5.0
24472026-03-09T19:03:33.356Z Compiling tokio-rustls v0.25.0
24482026-03-09T19:03:33.421Z Compiling async-stream v0.3.6
24492026-03-09T19:03:33.421Z Compiling dropshot v0.16.7
24502026-03-09T19:03:33.421Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-09T19:03:33.421Z Compiling waitgroup v0.1.2
24522026-03-09T19:03:33.422Z Compiling rustls-pemfile v2.2.0
24532026-03-09T19:03:33.422Z Compiling serde_path_to_error v0.1.20
24542026-03-09T19:03:33.422Z Compiling hostname v0.4.2
24552026-03-09T19:03:33.422Z Compiling instant v0.1.13
24562026-03-09T19:03:33.424Z Compiling debug-ignore v1.0.5
24572026-03-09T19:03:33.424Z Compiling backoff v0.4.0
24582026-03-09T19:03:33.424Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-09T19:03:33.439Z Compiling progenitor-macro v0.13.0
24602026-03-09T19:03:33.439Z Compiling parse-display v0.10.0
24612026-03-09T19:03:33.439Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-03-09T19:03:33.455Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-09T19:03:34.886Z Compiling progenitor-client v0.13.0
24642026-03-09T19:03:35.477Z Compiling progenitor-client v0.10.0
24652026-03-09T19:03:36.037Z Compiling backon v1.6.0
24662026-03-09T19:03:36.466Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-03-09T19:03:38.488Z Compiling macaddr v1.0.1
24682026-03-09T19:03:38.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24692026-03-09T19:03:43.085Z Compiling progenitor v0.13.0
24702026-03-09T19:03:43.452Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24712026-03-09T19:03:43.717Z Compiling console v0.15.11
24722026-03-09T19:03:43.806Z Compiling newline-converter v0.3.0
24732026-03-09T19:03:44.071Z Compiling atomicwrites v0.4.4
24742026-03-09T19:03:44.677Z Compiling num-rational v0.4.2
24752026-03-09T19:03:47.092Z Compiling num-complex v0.4.6
24762026-03-09T19:03:48.342Z Compiling slog-dtrace v0.3.0
24772026-03-09T19:03:48.860Z Compiling num v0.4.3
24782026-03-09T19:03:49.025Z Compiling expectorate v1.2.0
24792026-03-09T19:03:49.284Z Compiling async-recursion v1.1.1
24802026-03-09T19:03:49.419Z Compiling float-ord v0.3.2
24812026-03-09T19:03:49.677Z Compiling owo-colors v4.3.0
24822026-03-09T19:03:50.303Z Compiling cancel-safe-futures v0.1.5
24832026-03-09T19:03:50.898Z Compiling libsw-core v0.3.2
24842026-03-09T19:03:51.294Z Compiling resolv-conf v0.7.6
24852026-03-09T19:03:52.400Z Compiling libsw v3.5.0
24862026-03-09T19:03:53.580Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-03-09T19:03:53.886Z Compiling toml v0.8.23
24882026-03-09T19:03:55.279Z Compiling linear-map v1.2.0
24892026-03-09T19:03:55.509Z Compiling minimal-lexical v0.2.1
24902026-03-09T19:03:55.765Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24912026-03-09T19:03:56.019Z Compiling linked-hash-map v0.5.6
24922026-03-09T19:03:56.158Z Compiling nom v7.1.3
24932026-03-09T19:03:56.509Z Compiling lru-cache v0.1.2
24942026-03-09T19:03:59.603Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-09T19:04:03.044Z Compiling unicode-xid v0.2.6
24962026-03-09T19:04:03.112Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-03-09T19:04:03.298Z Compiling globset v0.4.18
24982026-03-09T19:04:04.452Z Compiling hickory-proto v0.24.4
24992026-03-09T19:04:09.672Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-09T19:04:14.681Z Compiling hickory-resolver v0.24.4
25012026-03-09T19:04:18.895Z Compiling progenitor-impl v0.11.2
25022026-03-09T19:04:19.009Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-09T19:04:23.864Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-09T19:04:24.726Z Compiling convert_case v0.10.0
25052026-03-09T19:04:24.813Z Compiling progenitor-macro v0.11.2
25062026-03-09T19:04:25.353Z Compiling derive_more-impl v2.1.1
25072026-03-09T19:04:27.076Z Compiling qorb v0.4.1
25082026-03-09T19:04:31.486Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-03-09T19:04:31.892Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-03-09T19:04:34.342Z Compiling progenitor-client v0.11.2
25112026-03-09T19:04:35.348Z Compiling pin-project-internal v1.1.11
25122026-03-09T19:04:35.459Z Compiling progenitor v0.11.2
25132026-03-09T19:04:35.720Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-03-09T19:04:35.957Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-03-09T19:04:36.295Z Compiling derive_more v2.1.1
25162026-03-09T19:04:36.461Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-09T19:04:36.884Z Compiling pem v3.0.6
25182026-03-09T19:04:37.560Z Compiling snafu-derive v0.8.9
25192026-03-09T19:04:37.689Z Compiling pin-project v1.1.11
25202026-03-09T19:04:37.900Z Compiling termtree v0.5.1
25212026-03-09T19:04:38.129Z Compiling crossterm v0.29.0
25222026-03-09T19:04:38.251Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25232026-03-09T19:04:38.388Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-09T19:04:38.717Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-09T19:04:41.671Z Compiling snafu v0.8.9
25262026-03-09T19:04:43.061Z Compiling phf_shared v0.12.1
25272026-03-09T19:04:43.607Z Compiling olpc-cjson v0.1.4
25282026-03-09T19:04:44.021Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-03-09T19:04:44.124Z Compiling vte v0.14.1
25302026-03-09T19:04:44.592Z Compiling csv-core v0.1.13
25312026-03-09T19:04:45.087Z Compiling serde_plain v1.0.2
25322026-03-09T19:04:45.120Z Compiling highway v1.3.0
25332026-03-09T19:04:45.364Z Compiling chrono-tz v0.10.4
25342026-03-09T19:04:45.447Z Compiling typed-path v0.9.3
25352026-03-09T19:04:45.664Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25362026-03-09T19:04:45.796Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-09T19:04:46.112Z Compiling csv v1.4.0
25382026-03-09T19:04:46.765Z Compiling strip-ansi-escapes v0.2.1
25392026-03-09T19:04:47.779Z Compiling phf v0.12.1
25402026-03-09T19:04:48.087Z Compiling const_format_proc_macros v0.2.34
25412026-03-09T19:04:48.200Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-03-09T19:04:48.383Z Compiling tough v0.20.0
25432026-03-09T19:04:49.224Z Compiling papergrid v0.11.0
25442026-03-09T19:04:50.030Z Compiling fd-lock v4.0.4
25452026-03-09T19:04:50.319Z Compiling peg-macros v0.8.5
25462026-03-09T19:04:52.613Z Compiling tabled_derive v0.7.0
25472026-03-09T19:04:54.226Z Compiling nu-ansi-term v0.50.3
25482026-03-09T19:04:57.094Z Compiling tabled v0.15.0
25492026-03-09T19:04:57.167Z Compiling reedline v0.40.0
25502026-03-09T19:04:57.167Z Compiling peg v0.8.5
25512026-03-09T19:04:57.167Z Compiling const_format v0.2.35
25522026-03-09T19:04:59.687Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-09T19:05:00.690Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-03-09T19:05:02.279Z Compiling bcs v0.1.6
25552026-03-09T19:05:03.146Z Compiling semver v0.1.20
25562026-03-09T19:05:03.724Z Compiling rustc_version v0.1.7
25572026-03-09T19:05:04.132Z Compiling base64 v0.21.7
25582026-03-09T19:05:05.309Z Compiling newtype_derive v0.1.6
25592026-03-09T19:05:05.727Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-03-09T19:05:06.142Z Compiling unicode-linebreak v0.1.5
25612026-03-09T19:05:06.751Z Compiling humantime v2.3.0
25622026-03-09T19:05:07.572Z Compiling smawk v0.3.2
25632026-03-09T19:05:07.869Z Compiling textwrap v0.16.2
25642026-03-09T19:05:07.915Z Compiling dropshot-api-manager-types v0.5.2
25652026-03-09T19:05:09.195Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25662026-03-09T19:05:09.319Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-03-09T19:05:11.005Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25682026-03-09T19:05:11.419Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-03-09T19:05:11.607Z Compiling steno v0.4.1
25702026-03-09T19:05:11.810Z Compiling utf-8 v0.7.6
25712026-03-09T19:05:12.222Z Compiling progenitor-impl v0.10.0
25722026-03-09T19:05:13.875Z Compiling tagptr v0.2.0
25732026-03-09T19:05:14.228Z Compiling moka v0.12.13
25742026-03-09T19:05:17.937Z Compiling progenitor-macro v0.10.0
25752026-03-09T19:05:20.050Z Compiling hickory-resolver v0.25.2
25762026-03-09T19:05:21.152Z Compiling tungstenite v0.21.0
25772026-03-09T19:05:26.013Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25782026-03-09T19:05:32.127Z Compiling progenitor v0.10.0
25792026-03-09T19:05:32.193Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-03-09T19:05:32.193Z Compiling tokio-tungstenite v0.21.0
25812026-03-09T19:05:32.194Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25822026-03-09T19:05:32.194Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-03-09T19:05:34.459Z Compiling radium v0.7.0
25842026-03-09T19:05:35.048Z Compiling tap v1.0.1
25852026-03-09T19:05:35.305Z Compiling maybe-uninit v2.0.0
25862026-03-09T19:05:35.651Z Compiling wyz v0.5.1
25872026-03-09T19:05:36.165Z Compiling zerocopy-derive v0.6.6
25882026-03-09T19:05:36.542Z Compiling display-error-chain v0.2.2
25892026-03-09T19:05:36.836Z Compiling crc-catalog v2.4.0
25902026-03-09T19:05:37.065Z Compiling funty v2.0.0
25912026-03-09T19:05:37.932Z Compiling packed_struct v0.10.1
25922026-03-09T19:05:38.508Z Compiling bitvec v1.0.1
25932026-03-09T19:05:39.642Z Compiling zerocopy v0.6.6
25942026-03-09T19:05:39.816Z Compiling crc v3.4.0
25952026-03-09T19:05:40.530Z Compiling packed_struct_codegen v0.10.1
25962026-03-09T19:05:40.612Z Compiling bitfield-macros v0.19.4
25972026-03-09T19:05:40.726Z Compiling indexmap v1.9.3
25982026-03-09T19:05:41.188Z Compiling nodrop v0.1.14
25992026-03-09T19:05:41.394Z Compiling array-init v0.0.4
26002026-03-09T19:05:42.153Z Compiling bitfield v0.19.4
26012026-03-09T19:05:42.605Z Compiling smallvec v0.6.14
26022026-03-09T19:05:42.961Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26032026-03-09T19:05:42.965Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26042026-03-09T19:05:43.237Z Compiling num-derive v0.3.3
26052026-03-09T19:05:45.301Z Compiling proc-macro-error-attr2 v2.0.0
26062026-03-09T19:05:46.117Z Compiling hashbrown v0.12.3
26072026-03-09T19:05:47.514Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26082026-03-09T19:05:48.642Z Compiling proc-macro-error2 v2.0.1
26092026-03-09T19:05:49.247Z Compiling libscf-sys v1.1.0
26102026-03-09T19:05:49.533Z Compiling serde-hex v0.1.0
26112026-03-09T19:05:49.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-03-09T19:05:49.921Z Compiling ron v0.8.1
26132026-03-09T19:05:50.081Z Compiling nix v0.31.1
26142026-03-09T19:05:50.949Z Compiling hashbrown v0.13.2
26152026-03-09T19:05:52.301Z Compiling vergen-gitcl v1.0.8
26162026-03-09T19:05:52.705Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26172026-03-09T19:05:54.162Z Compiling dirs-sys-next v0.1.2
26182026-03-09T19:05:54.674Z Compiling crunchy v0.2.4
26192026-03-09T19:05:54.930Z Compiling maplit v1.0.2
26202026-03-09T19:05:55.106Z Compiling glob v0.3.3
26212026-03-09T19:05:55.197Z Compiling crc-any v2.5.0
26222026-03-09T19:05:55.786Z Compiling dirs-next v2.0.0
26232026-03-09T19:05:55.872Z Compiling clang-sys v1.8.1
26242026-03-09T19:05:56.080Z Compiling object v0.30.4
26252026-03-09T19:05:56.113Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-09T19:05:56.660Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-03-09T19:05:57.518Z Compiling tabled_derive v0.11.0
26282026-03-09T19:05:58.141Z Compiling papergrid v0.17.0
26292026-03-09T19:06:00.006Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26302026-03-09T19:06:07.974Z Compiling testing_table v0.3.0
26312026-03-09T19:06:08.848Z Compiling dsl_auto_type v0.1.3
26322026-03-09T19:06:10.094Z Compiling scheduled-thread-pool v0.2.7
26332026-03-09T19:06:11.436Z Compiling diesel_table_macro_syntax v0.2.0
26342026-03-09T19:06:11.776Z Compiling tiny-keccak v2.0.2
26352026-03-09T19:06:11.820Z Compiling path-slash v0.1.5
26362026-03-09T19:06:12.131Z Compiling diesel_derives v2.2.7
26372026-03-09T19:06:12.175Z Compiling r2d2 v0.8.10
26382026-03-09T19:06:12.760Z Compiling tabled v0.20.0
26392026-03-09T19:06:17.094Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26402026-03-09T19:06:18.847Z Compiling term v0.7.0
26412026-03-09T19:06:20.151Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-09T19:06:22.205Z Compiling arc-swap v1.8.2
26432026-03-09T19:06:22.988Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-09T19:06:23.408Z Compiling xshell-macros v0.2.7
26452026-03-09T19:06:23.513Z Compiling bit-vec v0.6.3
26462026-03-09T19:06:23.983Z Compiling bit-set v0.5.3
26472026-03-09T19:06:24.213Z Compiling xshell v0.2.7
26482026-03-09T19:06:24.431Z Compiling slog-scope v4.4.1
26492026-03-09T19:06:25.218Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-03-09T19:06:27.073Z Compiling diesel v2.2.12
26512026-03-09T19:06:28.121Z Compiling ascii-canvas v3.0.0
26522026-03-09T19:06:28.630Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-09T19:06:29.393Z Compiling itertools v0.10.5
26542026-03-09T19:06:31.721Z Compiling ena v0.14.4
26552026-03-09T19:06:32.065Z Compiling libloading v0.8.9
26562026-03-09T19:06:32.172Z Compiling regex-syntax v0.6.29
26572026-03-09T19:06:32.469Z Compiling bindgen v0.71.1
26582026-03-09T19:06:32.995Z Compiling diff v0.1.13
26592026-03-09T19:06:33.513Z Compiling unicase v2.9.0
26602026-03-09T19:06:34.139Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-03-09T19:06:35.906Z Compiling lalrpop v0.19.12
26622026-03-09T19:06:36.436Z Compiling slog-stdlog v4.1.1
26632026-03-09T19:06:36.870Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-03-09T19:06:37.348Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26652026-03-09T19:06:37.781Z Compiling cexpr v0.6.0
26662026-03-09T19:06:38.546Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-03-09T19:06:38.970Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-03-09T19:06:39.229Z Compiling crc8 v0.1.1
26692026-03-09T19:06:39.608Z Compiling slog-envlogger v2.2.0
26702026-03-09T19:06:39.688Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-03-09T19:06:40.076Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-03-09T19:06:40.621Z Compiling headers-core v0.3.0
26732026-03-09T19:06:40.858Z Compiling libxml v0.3.3
26742026-03-09T19:06:41.390Z Compiling headers v0.4.1
26752026-03-09T19:06:42.429Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-03-09T19:06:43.222Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-03-09T19:06:43.624Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-03-09T19:06:44.475Z Compiling strum_macros v0.24.3
26792026-03-09T19:06:45.164Z Compiling indoc v1.0.9
26802026-03-09T19:06:46.020Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-03-09T19:06:46.434Z Compiling derive_builder v0.20.2
26822026-03-09T19:06:46.730Z Compiling oso-derive v0.27.3
26832026-03-09T19:06:47.374Z Compiling quick-xml v0.37.5
26842026-03-09T19:06:47.718Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-09T19:06:50.093Z Compiling openssl-probe v0.1.6
26862026-03-09T19:06:50.658Z Compiling half v1.8.3
26872026-03-09T19:06:51.000Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-03-09T19:06:51.666Z Compiling serde_cbor v0.11.2
26892026-03-09T19:06:51.965Z Compiling samael v0.0.19
26902026-03-09T19:06:52.535Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26912026-03-09T19:06:53.774Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-03-09T19:06:54.033Z Compiling diesel-dtrace v0.4.2
26932026-03-09T19:06:54.548Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-03-09T19:06:54.952Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-09T19:06:55.181Z Compiling bb8 v0.8.6
26962026-03-09T19:06:55.915Z Compiling trait-variant v0.1.2
26972026-03-09T19:06:56.422Z Compiling polar-core v0.27.3
26982026-03-09T19:06:57.024Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-03-09T19:06:57.960Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-09T19:06:58.384Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-09T19:06:58.996Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-09T19:07:02.053Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-09T19:07:02.431Z Compiling fxhash v0.2.1
27042026-03-09T19:07:02.696Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-09T19:07:02.778Z Compiling kstat-rs v0.2.4
27062026-03-09T19:07:03.158Z Compiling libz-sys v1.1.24
27072026-03-09T19:07:03.682Z Compiling salty v0.3.0
27082026-03-09T19:07:03.907Z Compiling nonempty v0.12.0
27092026-03-09T19:07:04.311Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-03-09T19:07:04.934Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27112026-03-09T19:07:12.215Z Compiling async-bb8-diesel v0.2.1
27122026-03-09T19:07:13.056Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27132026-03-09T19:07:13.889Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-09T19:07:18.799Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27152026-03-09T19:07:25.429Z Compiling oso v0.27.3
27162026-03-09T19:07:28.054Z Compiling darling_core v0.23.0
27172026-03-09T19:07:33.075Z Compiling nanorand v0.7.0
27182026-03-09T19:07:33.811Z Compiling fs-err v2.11.0
27192026-03-09T19:07:34.227Z Compiling parking_lot_core v0.8.6
27202026-03-09T19:07:34.559Z Compiling mime_guess v2.0.5
27212026-03-09T19:07:34.987Z Compiling darling_macro v0.23.0
27222026-03-09T19:07:35.622Z Compiling flume v0.11.1
27232026-03-09T19:07:35.904Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27242026-03-09T19:07:36.438Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-03-09T19:07:43.404Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-09T19:07:44.478Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-09T19:07:44.961Z Compiling git-stub v1.0.0
27282026-03-09T19:07:45.493Z Compiling libgit2-sys v0.18.3+1.9.2
27292026-03-09T19:07:46.318Z Compiling instability v0.3.11
27302026-03-09T19:07:46.771Z Compiling git-stub-vcs v0.1.0
27312026-03-09T19:07:47.530Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-09T19:07:53.639Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27332026-03-09T19:08:03.333Z Compiling darling v0.23.0
27342026-03-09T19:08:05.408Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27352026-03-09T19:08:07.206Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-09T19:08:14.135Z Compiling ignore v0.4.25
27372026-03-09T19:08:17.801Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27382026-03-09T19:08:19.581Z Compiling primeorder v0.13.6
27392026-03-09T19:08:20.193Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27402026-03-09T19:08:20.369Z Compiling castaway v0.2.4
27412026-03-09T19:08:20.594Z Compiling nibble_vec v0.1.0
27422026-03-09T19:08:20.893Z Compiling atty v0.2.14
27432026-03-09T19:08:21.112Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-03-09T19:08:21.591Z Compiling endian-type v0.1.2
27452026-03-09T19:08:21.867Z Compiling indoc v2.0.7
27462026-03-09T19:08:21.899Z Compiling parse-size v1.1.0
27472026-03-09T19:08:22.256Z Compiling http-range v0.1.5
27482026-03-09T19:08:22.666Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27492026-03-09T19:08:22.864Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-09T19:08:23.137Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27512026-03-09T19:08:23.319Z Compiling radix_trie v0.2.1
27522026-03-09T19:08:24.167Z Compiling compact_str v0.8.1
27532026-03-09T19:08:25.295Z Compiling p384 v0.13.1
27542026-03-09T19:08:25.479Z Compiling globwalk v0.9.1
27552026-03-09T19:08:26.688Z Compiling parking_lot v0.11.2
27562026-03-09T19:08:28.329Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-03-09T19:08:28.644Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27582026-03-09T19:08:29.453Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27592026-03-09T19:08:30.591Z Compiling predicates-tree v1.0.13
27602026-03-09T19:08:31.301Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27612026-03-09T19:08:31.535Z Compiling unicode-truncate v1.1.0
27622026-03-09T19:08:31.878Z Compiling lru v0.12.5
27632026-03-09T19:08:32.297Z Compiling prefix-trie v0.7.0
27642026-03-09T19:08:33.073Z Compiling vergen-git2 v1.0.7
27652026-03-09T19:08:33.334Z Compiling cassowary v0.3.0
27662026-03-09T19:08:33.499Z Compiling hickory-server v0.25.2
27672026-03-09T19:08:33.804Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-03-09T19:08:36.650Z Compiling ratatui v0.29.0
27692026-03-09T19:08:37.705Z Compiling git2 v0.20.4
27702026-03-09T19:08:38.388Z Compiling camino-tempfile-ext v0.3.3
27712026-03-09T19:08:39.856Z Compiling hyper-staticfile v0.10.1
27722026-03-09T19:08:42.438Z Compiling sled v0.34.7
27732026-03-09T19:08:45.922Z Compiling hickory-client v0.25.2
27742026-03-09T19:08:46.507Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27752026-03-09T19:08:47.822Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-03-09T19:08:47.862Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-03-09T19:08:49.484Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27782026-03-09T19:08:51.387Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27792026-03-09T19:08:52.809Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27802026-03-09T19:08:53.260Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27812026-03-09T19:08:54.406Z Compiling rand_seeder v0.4.0
27822026-03-09T19:08:54.888Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-03-09T19:08:55.344Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-03-09T19:08:55.677Z Compiling lzma-sys v0.1.20
27852026-03-09T19:08:56.312Z Compiling rustls v0.21.12
27862026-03-09T19:08:56.460Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27872026-03-09T19:08:56.616Z Compiling corncobs v0.1.4
27882026-03-09T19:08:56.915Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-03-09T19:08:56.949Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-03-09T19:08:57.031Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-03-09T19:08:57.319Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-03-09T19:08:57.803Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27932026-03-09T19:08:59.078Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-03-09T19:09:00.621Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-03-09T19:09:04.649Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-03-09T19:09:11.534Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-03-09T19:09:12.087Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27982026-03-09T19:09:17.172Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-09T19:09:17.586Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-09T19:09:17.997Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-03-09T19:09:18.421Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28022026-03-09T19:09:18.748Z Compiling cargo_toml v0.22.3
28032026-03-09T19:09:19.650Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28042026-03-09T19:09:25.411Z Compiling nix v0.29.0
28052026-03-09T19:09:26.292Z Compiling sct v0.7.1
28062026-03-09T19:09:26.328Z Compiling rustls-webpki v0.101.7
28072026-03-09T19:09:26.798Z Compiling secrecy v0.8.0
28082026-03-09T19:09:27.153Z Compiling void v1.0.2
28092026-03-09T19:09:27.352Z Compiling lzss v0.8.2
28102026-03-09T19:09:30.129Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28112026-03-09T19:09:31.931Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-03-09T19:09:39.488Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-03-09T19:09:40.659Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28142026-03-09T19:09:41.964Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28152026-03-09T19:09:42.896Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28162026-03-09T19:09:47.244Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28172026-03-09T19:09:48.839Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28182026-03-09T19:09:52.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28192026-03-09T19:09:52.957Z Compiling tungstenite v0.23.0
28202026-03-09T19:09:53.452Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-03-09T19:09:53.856Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-03-09T19:09:54.268Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-03-09T19:09:54.686Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28242026-03-09T19:09:55.094Z Compiling nix v0.27.1
28252026-03-09T19:09:57.173Z Compiling serde_bytes v0.11.19
28262026-03-09T19:09:57.745Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28272026-03-09T19:09:58.048Z Compiling tokio-tungstenite v0.23.1
28282026-03-09T19:09:58.508Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28292026-03-09T19:09:58.725Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-03-09T19:10:05.573Z Compiling ron v0.12.0
28312026-03-09T19:10:11.122Z Compiling xz2 v0.1.7
28322026-03-09T19:10:11.769Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28332026-03-09T19:10:11.986Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28342026-03-09T19:10:16.395Z Compiling tokio-rustls v0.24.1
28352026-03-09T19:10:17.896Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28362026-03-09T19:10:22.534Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28372026-03-09T19:10:24.383Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28382026-03-09T19:10:26.636Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28392026-03-09T19:10:27.503Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28402026-03-09T19:10:31.129Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28412026-03-09T19:10:33.048Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28422026-03-09T19:10:41.884Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28432026-03-09T19:10:56.262Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28442026-03-09T19:11:01.928Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28452026-03-09T19:11:03.694Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28462026-03-09T19:11:10.808Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28472026-03-09T19:11:12.455Z Compiling rustls-pemfile v1.0.4
28482026-03-09T19:11:13.259Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28492026-03-09T19:11:16.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-03-09T19:11:16.640Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28512026-03-09T19:11:16.753Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28522026-03-09T19:11:18.419Z Compiling signal-hook-tokio v0.3.1
28532026-03-09T19:11:18.718Z Compiling yasna v0.5.2
28542026-03-09T19:11:20.208Z Compiling twox-hash v2.1.2
28552026-03-09T19:11:21.260Z Compiling base16ct v1.0.0
28562026-03-09T19:11:21.788Z Compiling is_ci v1.2.0
28572026-03-09T19:11:22.158Z Compiling supports-color v3.0.2
28582026-03-09T19:11:23.370Z Compiling rcgen v0.12.1
28592026-03-09T19:11:25.111Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28602026-03-09T19:11:33.530Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28612026-03-09T19:11:35.910Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28622026-03-09T19:11:57.596Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28632026-03-09T19:12:06.197Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-03-09T19:12:08.397Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28652026-03-09T19:12:18.016Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-03-09T19:12:21.082Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-03-09T19:12:32.430Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28682026-03-09T19:12:35.919Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28692026-03-09T19:12:36.328Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28702026-03-09T19:12:36.754Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28712026-03-09T19:12:39.885Z Compiling progenitor-extras v0.1.0
28722026-03-09T19:12:40.365Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-03-09T19:12:40.725Z Compiling fatfs v0.3.6
28742026-03-09T19:12:41.565Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-03-09T19:12:43.425Z Compiling subprocess v0.2.15
28762026-03-09T19:12:48.351Z Compiling rtoolbox v0.0.3
28772026-03-09T19:12:48.851Z Compiling seq-macro v0.3.6
28782026-03-09T19:12:49.924Z Compiling assert_matches v1.5.0
28792026-03-09T19:12:50.870Z Compiling rpassword v7.4.0
28802026-03-09T19:12:51.450Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-03-09T19:12:57.527Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28822026-03-09T19:13:03.440Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28832026-03-09T19:13:20.318Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-03-09T19:13:20.539Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-03-09T19:13:26.017Z Compiling tui-tree-widget v0.23.1
28862026-03-09T19:13:26.558Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-03-09T19:13:31.252Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-03-09T19:13:32.252Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-03-09T19:13:37.474Z Compiling uzers v0.12.2
28902026-03-09T19:13:38.219Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-03-09T19:13:40.828Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-03-09T19:13:50.465Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-03-09T19:14:16.135Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-03-09T19:14:21.927Z Compiling support-bundle-viewer v0.1.2
28952026-03-09T19:14:26.142Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-03-09T19:14:31.015Z Compiling multimap v0.10.1
28972026-03-09T19:16:55.455Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-03-09T19:16:58.436Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-03-09T19:27:59.631Z Finished `release` profile [optimized] target(s) in 24m 52s
29002026-03-09T19:28:58.893Z
29012026-03-09T19:28:58.896Zreal 25:53.206095127
29022026-03-09T19:28:58.896Zuser 3:05:44.810263121
29032026-03-09T19:28:58.896Zsys 5:00.840859265
29042026-03-09T19:28:58.896Ztrap 4.769353327
29052026-03-09T19:28:58.896Ztflt 2.535600169
29062026-03-09T19:28:58.896Zdflt 6.390950823
29072026-03-09T19:28:58.896Zkflt 0.223235652
29082026-03-09T19:28:58.896Zlock 12:19:48.155239273
29092026-03-09T19:28:58.896Zslp 9:07:25.903943288
29102026-03-09T19:28:58.896Zlat 4:46.746748175
29112026-03-09T19:28:58.896Zstop 4:41.855117587
29122026-03-09T19:28:58.896Z+ mapfile -t packages
29132026-03-09T19:28:58.896Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-03-09T19:29:00.301Z Finished `release` profile [optimized] target(s) in 1.34s
29152026-03-09T19:29:00.365Z Running `target/release/omicron-package -t test list-outputs`
29162026-03-09T19:29:00.423ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-03-09T19:29:00.426Z+ ptime -m cargo build --locked --release -p xtask
29182026-03-09T19:29:01.259Z Compiling libc v0.2.180
29192026-03-09T19:29:01.259Z Compiling serde v1.0.228
29202026-03-09T19:29:01.263Z Compiling serde_core v1.0.228
29212026-03-09T19:29:01.263Z Compiling syn v2.0.117
29222026-03-09T19:29:01.263Z Compiling rustix v1.1.3
29232026-03-09T19:29:01.400Z Compiling serde_json v1.0.149
29242026-03-09T19:29:01.413Z Compiling bitflags v2.11.0
29252026-03-09T19:29:01.870Z Compiling num-traits v0.2.19
29262026-03-09T19:29:02.145Z Compiling smallvec v1.15.1
29272026-03-09T19:29:02.235Z Compiling hashbrown v0.16.1
29282026-03-09T19:29:02.451Z Compiling usdt-impl v0.5.0
29292026-03-09T19:29:02.538Z Compiling syn v1.0.109
29302026-03-09T19:29:03.067Z Compiling errno v0.3.14
29312026-03-09T19:29:03.190Z Compiling getrandom v0.4.1
29322026-03-09T19:29:03.382Z Compiling thread-id v4.2.2
29332026-03-09T19:29:03.549Z Compiling log v0.4.29
29342026-03-09T19:29:03.690Z Compiling indexmap v2.13.0
29352026-03-09T19:29:03.757Z Compiling percent-encoding v2.3.2
29362026-03-09T19:29:04.031Z Compiling form_urlencoded v1.2.2
29372026-03-09T19:29:05.454Z Compiling ordered-float v2.10.1
29382026-03-09T19:29:05.767Z Compiling fs-err v3.3.0
29392026-03-09T19:29:06.101Z Compiling terminal_size v0.4.3
29402026-03-09T19:29:06.170Z Compiling once_cell v1.21.3
29412026-03-09T19:29:06.400Z Compiling anyhow v1.0.102
29422026-03-09T19:29:06.811Z Compiling heck v0.4.1
29432026-03-09T19:29:07.046Z Compiling proc-macro-error v1.0.4
29442026-03-09T19:29:07.275Z Compiling clap_builder v4.5.60
29452026-03-09T19:29:07.821Z Compiling tempfile v3.25.0
29462026-03-09T19:29:08.291Z Compiling synstructure v0.13.2
29472026-03-09T19:29:08.471Z Compiling pest_generator v2.8.6
29482026-03-09T19:29:09.099Z Compiling tabled_derive v0.7.0
29492026-03-09T19:29:09.123Z Compiling memmap v0.7.0
29502026-03-09T19:29:09.525Z Compiling textwrap v0.16.2
29512026-03-09T19:29:09.585Z Compiling camino-tempfile v1.4.1
29522026-03-09T19:29:10.991Z Compiling tabled v0.15.0
29532026-03-09T19:29:11.268Z Compiling serde_derive v1.0.228
29542026-03-09T19:29:11.271Z Compiling zerofrom-derive v0.1.6
29552026-03-09T19:29:11.287Z Compiling yoke-derive v0.8.1
29562026-03-09T19:29:11.345Z Compiling zerovec-derive v0.11.2
29572026-03-09T19:29:12.904Z Compiling displaydoc v0.2.5
29582026-03-09T19:29:13.584Z Compiling thiserror-impl v1.0.69
29592026-03-09T19:29:13.774Z Compiling zerocopy-derive v0.7.35
29602026-03-09T19:29:14.164Z Compiling zerofrom v0.1.6
29612026-03-09T19:29:14.384Z Compiling pest_derive v2.8.6
29622026-03-09T19:29:14.445Z Compiling yoke v0.8.1
29632026-03-09T19:29:14.888Z Compiling zerovec v0.11.5
29642026-03-09T19:29:15.203Z Compiling zerotrie v0.2.3
29652026-03-09T19:29:15.536Z Compiling zerocopy v0.7.35
29662026-03-09T19:29:16.139Z Compiling thiserror v1.0.69
29672026-03-09T19:29:16.219Z Compiling tinystr v0.8.2
29682026-03-09T19:29:16.299Z Compiling potential_utf v0.1.4
29692026-03-09T19:29:16.332Z Compiling scroll_derive v0.12.1
29702026-03-09T19:29:16.680Z Compiling icu_locale_core v2.1.1
29712026-03-09T19:29:16.714Z Compiling icu_collections v2.1.1
29722026-03-09T19:29:16.965Z Compiling dtrace-parser v0.2.0
29732026-03-09T19:29:17.879Z Compiling scroll v0.12.0
29742026-03-09T19:29:18.531Z Compiling icu_provider v2.1.1
29752026-03-09T19:29:18.856Z Compiling goblin v0.8.2
29762026-03-09T19:29:19.435Z Compiling toml_datetime v0.6.11
29772026-03-09T19:29:19.546Z Compiling serde_spanned v0.6.9
29782026-03-09T19:29:19.632Z Compiling icu_normalizer v2.1.1
29792026-03-09T19:29:19.879Z Compiling icu_properties v2.1.2
29802026-03-09T19:29:20.265Z Compiling toml_edit v0.22.27
29812026-03-09T19:29:22.500Z Compiling idna_adapter v1.2.1
29822026-03-09T19:29:22.668Z Compiling dof v0.3.0
29832026-03-09T19:29:22.786Z Compiling idna v1.1.0
29842026-03-09T19:29:23.953Z Compiling serde_tokenstream v0.2.3
29852026-03-09T19:29:24.613Z Compiling toml v0.8.23
29862026-03-09T19:29:26.412Z Compiling thiserror-impl v2.0.18
29872026-03-09T19:29:29.268Z Compiling thiserror v2.0.18
29882026-03-09T19:29:29.493Z Compiling url v2.5.8
29892026-03-09T19:29:30.254Z Compiling serde-value v0.7.0
29902026-03-09T19:29:31.883Z Compiling cargo-util-schemas v0.8.2
29912026-03-09T19:29:33.378Z Compiling usdt-macro v0.5.0
29922026-03-09T19:29:34.623Z Compiling usdt-attr-macro v0.5.0
29932026-03-09T19:29:35.184Z Compiling cargo-platform v0.2.0
29942026-03-09T19:29:35.987Z Compiling clap_derive v4.5.55
29952026-03-09T19:29:36.388Z Compiling usdt v0.5.0
29962026-03-09T19:29:36.775Z Compiling cargo_metadata v0.21.0
29972026-03-09T19:29:37.545Z Compiling cargo_toml v0.21.0
29982026-03-09T19:29:37.816Z Compiling macaddr v1.0.1
29992026-03-09T19:29:40.303Z Compiling clap v4.5.60
30002026-03-09T19:29:53.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30012026-03-09T19:29:56.384Z Finished `release` profile [optimized] target(s) in 54.72s
30022026-03-09T19:29:56.436Z
30032026-03-09T19:29:56.436Zreal 54.900005618
30042026-03-09T19:29:56.436Zuser 5:54.548493811
30052026-03-09T19:29:56.436Zsys 27.778040455
30062026-03-09T19:29:56.436Ztrap 0.195666044
30072026-03-09T19:29:56.436Ztflt 0.303564536
30082026-03-09T19:29:56.436Zdflt 0.389321969
30092026-03-09T19:29:56.436Zkflt 0.000005049
30102026-03-09T19:29:56.437Zlock 17:42.323148667
30112026-03-09T19:29:56.437Zslp 19:53.199329322
30122026-03-09T19:29:56.437Zlat 24.969411099
30132026-03-09T19:29:56.437Zstop 37.730004309
30142026-03-09T19:29:56.437Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-03-09T19:29:56.437Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-03-09T19:29:56.438Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-03-09T19:29:56.438Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-03-09T19:29:56.438Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30192026-03-09T19:29:56.934Z Compiling regress v0.10.5
30202026-03-09T19:29:56.942Z Compiling serde_spanned v1.0.4
30212026-03-09T19:29:56.945Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-03-09T19:29:56.945Z Compiling toml_writer v1.0.6+spec-1.1.0
30232026-03-09T19:29:56.960Z Compiling structmeta-derive v0.3.0
30242026-03-09T19:29:56.976Z Compiling rustls v0.22.4
30252026-03-09T19:29:56.998Z Compiling rustls-webpki v0.102.8
30262026-03-09T19:29:57.020Z Compiling newtype-uuid-macros v0.1.0
30272026-03-09T19:29:58.386Z Compiling multer v3.1.0
30282026-03-09T19:29:58.417Z Compiling toml v0.9.12+spec-1.1.0
30292026-03-09T19:29:58.417Z Compiling match_cfg v0.1.0
30302026-03-09T19:29:58.417Z Compiling debug-ignore v1.0.5
30312026-03-09T19:29:58.417Z Compiling hostname v0.3.1
30322026-03-09T19:29:58.417Z Compiling slog-json v2.6.1
30332026-03-09T19:29:58.417Z Compiling async-stream-impl v0.3.6
30342026-03-09T19:29:58.417Z Compiling dropshot v0.16.7
30352026-03-09T19:29:58.417Z Compiling slog-bunyan v2.5.0
30362026-03-09T19:29:58.822Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-03-09T19:29:58.849Z Compiling itertools v0.14.0
30382026-03-09T19:29:59.018Z Compiling async-stream v0.3.6
30392026-03-09T19:29:59.641Z Compiling waitgroup v0.1.2
30402026-03-09T19:29:59.652Z Compiling structmeta v0.3.0
30412026-03-09T19:29:59.652Z Compiling rustls-pemfile v2.2.0
30422026-03-09T19:29:59.652Z Compiling dropshot_endpoint v0.16.7
30432026-03-09T19:30:00.133Z Compiling serde_path_to_error v0.1.20
30442026-03-09T19:30:00.139Z Compiling hostname v0.4.2
30452026-03-09T19:30:00.377Z Compiling derive-ex v0.1.8
30462026-03-09T19:30:00.389Z Compiling progenitor-client v0.13.0
30472026-03-09T19:30:00.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30482026-03-09T19:30:00.816Z Compiling macaddr v1.0.1
30492026-03-09T19:30:01.006Z Compiling progenitor-client v0.10.0
30502026-03-09T19:30:01.016Z Compiling instant v0.1.13
30512026-03-09T19:30:01.165Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-03-09T19:30:01.280Z Compiling parse-display-derive v0.10.0
30532026-03-09T19:30:01.509Z Compiling backoff v0.4.0
30542026-03-09T19:30:01.887Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30552026-03-09T19:30:01.944Z Compiling backon v1.6.0
30562026-03-09T19:30:02.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-03-09T19:30:02.255Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30582026-03-09T19:30:02.363Z Compiling tokio-rustls v0.25.0
30592026-03-09T19:30:02.677Z Compiling crucible-workspace-hack v0.1.0
30602026-03-09T19:30:02.845Z Compiling cfg_aliases v0.2.1
30612026-03-09T19:30:02.986Z Compiling toml_edit v0.23.10+spec-1.0.0
30622026-03-09T19:30:03.224Z Compiling heapless v0.8.0
30632026-03-09T19:30:03.830Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30642026-03-09T19:30:04.367Z Compiling proc-macro-crate v3.4.0
30652026-03-09T19:30:04.381Z Compiling test-strategy v0.4.5
30662026-03-09T19:30:04.784Z Compiling ingot-macros v0.1.1
30672026-03-09T19:30:04.810Z Compiling hash32 v0.3.1
30682026-03-09T19:30:05.112Z Compiling memoffset v0.9.1
30692026-03-09T19:30:06.618Z Compiling parse-display v0.10.0
30702026-03-09T19:30:06.649Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30712026-03-09T19:30:06.649Z Compiling smoltcp v0.11.0
30722026-03-09T19:30:06.649Z Compiling num_enum_derive v0.7.5
30732026-03-09T19:30:06.649Z Compiling tabwriter v1.4.1
30742026-03-09T19:30:06.649Z Compiling cobs v0.3.0
30752026-03-09T19:30:06.649Z Compiling foreign-types-macros v0.2.3
30762026-03-09T19:30:06.650Z Compiling foreign-types-shared v0.3.1
30772026-03-09T19:30:06.675Z Compiling cpufeatures v0.3.0
30782026-03-09T19:30:06.693Z Compiling postcard v1.1.3
30792026-03-09T19:30:06.955Z Compiling chacha20 v0.10.0
30802026-03-09T19:30:07.669Z Compiling foreign-types v0.5.0
30812026-03-09T19:30:08.062Z Compiling proc-macro-crate v1.3.1
30822026-03-09T19:30:08.086Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30832026-03-09T19:30:08.087Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30842026-03-09T19:30:08.087Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30852026-03-09T19:30:08.087Z Compiling num_enum v0.7.5
30862026-03-09T19:30:08.256Z Compiling secrecy v0.10.3
30872026-03-09T19:30:08.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30882026-03-09T19:30:08.589Z Compiling cstr-argument v0.1.2
30892026-03-09T19:30:08.666Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30902026-03-09T19:30:08.778Z Compiling unsafe-libyaml v0.2.11
30912026-03-09T19:30:08.870Z Compiling colored v3.1.1
30922026-03-09T19:30:09.041Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-03-09T19:30:09.079Z Compiling num_enum_derive v0.5.11
30942026-03-09T19:30:09.163Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-03-09T19:30:09.387Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30962026-03-09T19:30:09.583Z Compiling rand v0.10.0
30972026-03-09T19:30:09.688Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-09T19:30:09.761Z Compiling nix v0.30.1
30992026-03-09T19:30:10.610Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31002026-03-09T19:30:10.637Z Compiling serde_yaml v0.9.34+deprecated
31012026-03-09T19:30:10.669Z Compiling camino-tempfile v1.4.1
31022026-03-09T19:30:11.326Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31032026-03-09T19:30:11.429Z Compiling num_enum v0.5.11
31042026-03-09T19:30:11.637Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31052026-03-09T19:30:11.666Z Compiling ingot-types v0.1.2
31062026-03-09T19:30:11.729Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31072026-03-09T19:30:12.015Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31082026-03-09T19:30:12.048Z Compiling smf v0.2.3
31092026-03-09T19:30:12.305Z Compiling num-derive v0.4.2
31102026-03-09T19:30:12.456Z Compiling sigpipe v0.1.3
31112026-03-09T19:30:12.643Z Compiling ingot v0.1.1
31122026-03-09T19:30:12.714Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31132026-03-09T19:30:13.101Z Compiling glob v0.3.3
31142026-03-09T19:30:13.295Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31152026-03-09T19:30:13.784Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31162026-03-09T19:30:14.506Z Compiling whoami v1.6.1
31172026-03-09T19:30:14.530Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31182026-03-09T19:30:14.906Z Compiling toml v0.8.23
31192026-03-09T19:30:15.097Z Compiling convert_case v0.4.0
31202026-03-09T19:30:15.128Z Compiling universal-hash v0.5.1
31212026-03-09T19:30:15.398Z Compiling opaque-debug v0.3.1
31222026-03-09T19:30:15.425Z Compiling half v2.7.1
31232026-03-09T19:30:15.531Z Compiling ciborium-io v0.2.2
31242026-03-09T19:30:15.726Z Compiling aead v0.5.2
31252026-03-09T19:30:15.992Z Compiling derive_more v0.99.20
31262026-03-09T19:30:16.147Z Compiling ciborium-ll v0.2.2
31272026-03-09T19:30:16.152Z Compiling poly1305 v0.8.0
31282026-03-09T19:30:16.461Z Compiling chacha20 v0.9.1
31292026-03-09T19:30:16.580Z Compiling ciborium v0.2.2
31302026-03-09T19:30:17.014Z Compiling typify-impl v0.4.3
31312026-03-09T19:30:17.043Z Compiling typify-impl v0.6.1
31322026-03-09T19:30:17.416Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31332026-03-09T19:30:17.743Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31342026-03-09T19:30:17.957Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31352026-03-09T19:30:17.985Z Compiling thiserror-impl-no-std v2.0.2
31362026-03-09T19:30:18.636Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-09T19:30:18.852Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-09T19:30:20.797Z Compiling thiserror-no-std v2.0.2
31392026-03-09T19:30:20.982Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31402026-03-09T19:30:21.159Z Compiling num-rational v0.4.2
31412026-03-09T19:30:22.749Z Compiling password-hash v0.5.0
31422026-03-09T19:30:22.756Z Compiling blake2 v0.10.6
31432026-03-09T19:30:23.713Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31442026-03-09T19:30:23.802Z Compiling num-complex v0.4.6
31452026-03-09T19:30:24.008Z Compiling indent_write v2.2.0
31462026-03-09T19:30:24.107Z Compiling prettyplease v0.2.37
31472026-03-09T19:30:24.135Z Compiling argon2 v0.5.3
31482026-03-09T19:30:24.255Z Compiling vsss-rs v3.3.4
31492026-03-09T19:30:24.778Z Compiling num v0.4.3
31502026-03-09T19:30:24.990Z Compiling chacha20poly1305 v0.10.1
31512026-03-09T19:30:25.277Z Compiling float-ord v0.3.2
31522026-03-09T19:30:25.993Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31532026-03-09T19:30:26.522Z Compiling gethostname v0.5.0
31542026-03-09T19:30:26.766Z Compiling usdt-macro v0.5.0
31552026-03-09T19:30:27.116Z Compiling usdt-attr-macro v0.5.0
31562026-03-09T19:30:28.240Z Compiling derive-where v1.6.0
31572026-03-09T19:30:28.308Z Compiling memmap v0.7.0
31582026-03-09T19:30:28.492Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31592026-03-09T19:30:32.617Z Compiling atomicwrites v0.4.4
31602026-03-09T19:30:32.667Z Compiling cancel-safe-futures v0.1.5
31612026-03-09T19:30:32.667Z Compiling usdt v0.5.0
31622026-03-09T19:30:32.667Z Compiling typify-macro v0.4.3
31632026-03-09T19:30:32.667Z Compiling typify-macro v0.6.1
31642026-03-09T19:30:32.667Z Compiling owo-colors v4.3.0
31652026-03-09T19:30:32.667Z Compiling libsw-core v0.3.2
31662026-03-09T19:30:32.667Z Compiling async-recursion v1.1.1
31672026-03-09T19:30:32.668Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31682026-03-09T19:30:32.668Z Compiling resolv-conf v0.7.6
31692026-03-09T19:30:32.668Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-03-09T19:30:32.668Z Compiling libsw v3.5.0
31712026-03-09T19:30:32.668Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-03-09T19:30:32.668Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31732026-03-09T19:30:32.668Z Compiling progenitor-client v0.11.2
31742026-03-09T19:30:32.687Z Compiling linear-map v1.2.0
31752026-03-09T19:30:32.687Z Compiling libefi-sys v0.1.0
31762026-03-09T19:30:32.697Z Compiling typify v0.4.3
31772026-03-09T19:30:32.777Z Compiling typify v0.6.1
31782026-03-09T19:30:32.917Z Compiling progenitor-impl v0.11.2
31792026-03-09T19:30:32.963Z Compiling progenitor-impl v0.13.0
31802026-03-09T19:30:32.990Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31812026-03-09T19:30:33.058Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31822026-03-09T19:30:34.075Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31832026-03-09T19:30:34.134Z Compiling hickory-proto v0.24.4
31842026-03-09T19:30:34.506Z Compiling newline-converter v0.3.0
31852026-03-09T19:30:34.740Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-03-09T19:30:35.023Z Compiling console v0.15.11
31872026-03-09T19:30:36.186Z Compiling bitfield-struct v0.6.2
31882026-03-09T19:30:36.440Z Compiling semver v0.1.20
31892026-03-09T19:30:36.833Z Compiling linked-hash-map v0.5.6
31902026-03-09T19:30:37.143Z Compiling rustc_version v0.1.7
31912026-03-09T19:30:37.268Z Compiling lru-cache v0.1.2
31922026-03-09T19:30:37.523Z Compiling expectorate v1.2.0
31932026-03-09T19:30:37.668Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31942026-03-09T19:30:37.695Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-03-09T19:30:38.282Z Compiling pin-project-internal v1.1.11
31962026-03-09T19:30:38.474Z Compiling slog-dtrace v0.3.0
31972026-03-09T19:30:38.889Z Compiling minimal-lexical v0.2.1
31982026-03-09T19:30:39.483Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-09T19:30:39.667Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-03-09T19:30:39.709Z Compiling progenitor-macro v0.13.0
32012026-03-09T19:30:39.881Z Compiling progenitor-macro v0.11.2
32022026-03-09T19:30:40.570Z Compiling hickory-resolver v0.24.4
32032026-03-09T19:30:41.082Z Compiling pin-project v1.1.11
32042026-03-09T19:30:41.229Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32052026-03-09T19:30:41.287Z Compiling nom v7.1.3
32062026-03-09T19:30:42.212Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-03-09T19:30:42.656Z Compiling newtype_derive v0.1.6
32082026-03-09T19:30:43.068Z Compiling tokio-dtrace v0.1.1
32092026-03-09T19:30:43.626Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-03-09T19:30:44.797Z Compiling phf_shared v0.12.1
32112026-03-09T19:30:44.829Z Compiling snafu-derive v0.8.9
32122026-03-09T19:30:45.217Z Compiling dropshot-api-manager-types v0.5.2
32132026-03-09T19:30:45.919Z Compiling pem v3.0.6
32142026-03-09T19:30:45.965Z Compiling csv-core v0.1.13
32152026-03-09T19:30:46.514Z Compiling highway v1.3.0
32162026-03-09T19:30:46.707Z Compiling xshell-macros v0.2.7
32172026-03-09T19:30:47.104Z Compiling same-file v1.0.6
32182026-03-09T19:30:47.452Z Compiling chrono-tz v0.10.4
32192026-03-09T19:30:47.478Z Compiling walkdir v2.5.0
32202026-03-09T19:30:47.621Z Compiling xshell v0.2.7
32212026-03-09T19:30:47.866Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32222026-03-09T19:30:48.228Z Compiling const_format_proc_macros v0.2.34
32232026-03-09T19:30:48.835Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32242026-03-09T19:30:49.320Z Compiling csv v1.4.0
32252026-03-09T19:30:49.784Z Compiling snafu v0.8.9
32262026-03-09T19:30:50.219Z Compiling phf v0.12.1
32272026-03-09T19:30:50.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-03-09T19:30:50.611Z Compiling oxide-tokio-rt v0.1.2
32292026-03-09T19:30:50.737Z Compiling qorb v0.4.1
32302026-03-09T19:30:50.985Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32312026-03-09T19:30:51.618Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32322026-03-09T19:30:52.603Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32332026-03-09T19:30:52.687Z Compiling progenitor v0.13.0
32342026-03-09T19:30:52.970Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32352026-03-09T19:30:53.023Z Compiling progenitor v0.11.2
32362026-03-09T19:30:53.338Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-03-09T19:30:53.901Z Compiling globset v0.4.18
32382026-03-09T19:30:54.910Z Compiling olpc-cjson v0.1.4
32392026-03-09T19:30:55.040Z Compiling primeorder v0.13.6
32402026-03-09T19:30:55.247Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32412026-03-09T19:30:55.403Z Compiling serde_plain v1.0.2
32422026-03-09T19:30:55.577Z Compiling base64 v0.21.7
32432026-03-09T19:30:55.627Z Compiling typed-path v0.9.3
32442026-03-09T19:30:55.816Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32452026-03-09T19:30:56.090Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-03-09T19:30:56.306Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32472026-03-09T19:30:58.196Z Compiling tough v0.20.0
32482026-03-09T19:30:58.849Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-03-09T19:30:59.208Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-03-09T19:30:59.826Z Compiling const_format v0.2.35
32512026-03-09T19:31:00.280Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32522026-03-09T19:31:00.538Z Compiling progenitor-impl v0.10.0
32532026-03-09T19:31:01.145Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32542026-03-09T19:31:02.783Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32552026-03-09T19:31:03.550Z Compiling tabled_derive v0.7.0
32562026-03-09T19:31:04.071Z Compiling bcs v0.1.6
32572026-03-09T19:31:04.176Z Compiling termtree v0.5.1
32582026-03-09T19:31:04.489Z Compiling salty v0.3.0
32592026-03-09T19:31:04.710Z Compiling radium v0.7.0
32602026-03-09T19:31:04.927Z Compiling textwrap v0.16.2
32612026-03-09T19:31:05.030Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32622026-03-09T19:31:05.293Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32632026-03-09T19:31:05.700Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-09T19:31:05.817Z Compiling tabled v0.15.0
32652026-03-09T19:31:05.958Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32662026-03-09T19:31:06.086Z Compiling steno v0.4.1
32672026-03-09T19:31:07.375Z Compiling progenitor-macro v0.10.0
32682026-03-09T19:31:07.851Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-09T19:31:09.211Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32702026-03-09T19:31:09.484Z Compiling tap v1.0.1
32712026-03-09T19:31:09.731Z Compiling maybe-uninit v2.0.0
32722026-03-09T19:31:09.877Z Compiling humantime v2.3.0
32732026-03-09T19:31:10.333Z Compiling utf-8 v0.7.6
32742026-03-09T19:31:10.716Z Compiling tungstenite v0.21.0
32752026-03-09T19:31:11.176Z Compiling wyz v0.5.1
32762026-03-09T19:31:11.648Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32772026-03-09T19:31:12.347Z Compiling p384 v0.13.1
32782026-03-09T19:31:12.350Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-03-09T19:31:12.670Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32802026-03-09T19:31:13.223Z Compiling arc-swap v1.8.2
32812026-03-09T19:31:13.537Z Compiling funty v2.0.0
32822026-03-09T19:31:13.659Z Compiling tagptr v0.2.0
32832026-03-09T19:31:13.876Z Compiling packed_struct v0.10.1
32842026-03-09T19:31:13.978Z Compiling moka v0.12.13
32852026-03-09T19:31:14.474Z Compiling slog-scope v4.4.1
32862026-03-09T19:31:14.601Z Compiling bitvec v1.0.1
32872026-03-09T19:31:14.978Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32882026-03-09T19:31:15.190Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-03-09T19:31:15.823Z Compiling tokio-tungstenite v0.21.0
32902026-03-09T19:31:16.623Z Compiling polyval v0.6.2
32912026-03-09T19:31:17.134Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32922026-03-09T19:31:17.462Z Compiling packed_struct_codegen v0.10.1
32932026-03-09T19:31:17.834Z Compiling zerocopy-derive v0.6.6
32942026-03-09T19:31:18.271Z Compiling bitfield-macros v0.19.4
32952026-03-09T19:31:19.794Z Compiling indexmap v1.9.3
32962026-03-09T19:31:19.957Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-09T19:31:19.990Z Compiling nodrop v0.1.14
32982026-03-09T19:31:20.052Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-03-09T19:31:20.092Z Compiling progenitor v0.10.0
33002026-03-09T19:31:20.163Z Compiling parking_lot_core v0.8.6
33012026-03-09T19:31:20.191Z Compiling crc-catalog v2.4.0
33022026-03-09T19:31:20.383Z Compiling crc v3.4.0
33032026-03-09T19:31:20.411Z Compiling array-init v0.0.4
33042026-03-09T19:31:20.704Z Compiling bitfield v0.19.4
33052026-03-09T19:31:20.750Z Compiling proc-macro-error2 v2.0.1
33062026-03-09T19:31:20.837Z Compiling zerocopy v0.6.6
33072026-03-09T19:31:21.428Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-03-09T19:31:21.482Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33092026-03-09T19:31:21.507Z Compiling ghash v0.5.1
33102026-03-09T19:31:21.706Z Compiling smallvec v0.6.14
33112026-03-09T19:31:21.748Z Compiling hickory-resolver v0.25.2
33122026-03-09T19:31:21.799Z Compiling slog-stdlog v4.1.1
33132026-03-09T19:31:22.175Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33142026-03-09T19:31:22.239Z Compiling nix v0.31.1
33152026-03-09T19:31:23.181Z Compiling git-stub v1.0.0
33162026-03-09T19:31:23.212Z Compiling ctr v0.9.2
33172026-03-09T19:31:23.372Z Compiling num-derive v0.3.3
33182026-03-09T19:31:23.643Z Compiling lzma-sys v0.1.20
33192026-03-09T19:31:23.671Z Compiling unicase v2.9.0
33202026-03-09T19:31:23.771Z Compiling hashbrown v0.12.3
33212026-03-09T19:31:24.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-03-09T19:31:24.303Z Compiling mime_guess v2.0.5
33232026-03-09T19:31:24.529Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-03-09T19:31:24.540Z Compiling aes-gcm v0.10.3
33252026-03-09T19:31:24.916Z Compiling git-stub-vcs v0.1.0
33262026-03-09T19:31:24.996Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-03-09T19:31:25.479Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33282026-03-09T19:31:25.526Z Compiling libscf-sys v1.1.0
33292026-03-09T19:31:25.706Z Compiling serde-hex v0.1.0
33302026-03-09T19:31:25.709Z Compiling slog-envlogger v2.2.0
33312026-03-09T19:31:25.797Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-03-09T19:31:26.196Z Compiling tabled_derive v0.11.0
33332026-03-09T19:31:26.902Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33342026-03-09T19:31:26.906Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-03-09T19:31:28.129Z Compiling ron v0.8.1
33362026-03-09T19:31:28.948Z Compiling papergrid v0.17.0
33372026-03-09T19:31:30.224Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-03-09T19:31:30.489Z Compiling cargo_toml v0.22.3
33392026-03-09T19:31:30.556Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-03-09T19:31:31.718Z Compiling hashbrown v0.13.2
33412026-03-09T19:31:32.466Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-03-09T19:31:32.975Z Compiling testing_table v0.3.0
33432026-03-09T19:31:33.237Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33442026-03-09T19:31:33.296Z Compiling ssh-encoding v0.2.0
33452026-03-09T19:31:33.664Z Compiling blowfish v0.9.1
33462026-03-09T19:31:33.864Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-09T19:31:34.171Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-09T19:31:34.528Z Compiling nibble_vec v0.1.0
33492026-03-09T19:31:34.580Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-03-09T19:31:34.757Z Compiling endian-type v0.1.2
33512026-03-09T19:31:34.796Z Compiling crc-any v2.5.0
33522026-03-09T19:31:34.951Z Compiling corncobs v0.1.4
33532026-03-09T19:31:35.016Z Compiling radix_trie v0.2.1
33542026-03-09T19:31:35.325Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-03-09T19:31:35.359Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-03-09T19:31:35.822Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-03-09T19:31:36.151Z Compiling bcrypt-pbkdf v0.10.0
33582026-03-09T19:31:36.195Z Compiling ssh-cipher v0.2.0
33592026-03-09T19:31:36.644Z Compiling tabled v0.20.0
33602026-03-09T19:31:36.848Z Compiling object v0.30.4
33612026-03-09T19:31:37.631Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-09T19:31:37.947Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33632026-03-09T19:31:38.107Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33642026-03-09T19:31:39.862Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33652026-03-09T19:31:39.972Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33662026-03-09T19:31:40.164Z Compiling parking_lot v0.11.2
33672026-03-09T19:31:40.499Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-03-09T19:31:41.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33692026-03-09T19:31:42.183Z Compiling prefix-trie v0.7.0
33702026-03-09T19:31:42.211Z Compiling password-hash v0.4.2
33712026-03-09T19:31:42.342Z Compiling fxhash v0.2.1
33722026-03-09T19:31:42.625Z Compiling secrecy v0.8.0
33732026-03-09T19:31:42.941Z Compiling path-slash v0.1.5
33742026-03-09T19:31:42.976Z Compiling http-range v0.1.5
33752026-03-09T19:31:43.070Z Compiling half v1.8.3
33762026-03-09T19:31:43.097Z Compiling hickory-server v0.25.2
33772026-03-09T19:31:43.381Z Compiling pbkdf2 v0.11.0
33782026-03-09T19:31:43.679Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-03-09T19:31:43.779Z Compiling serde_cbor v0.11.2
33802026-03-09T19:31:45.081Z Compiling sled v0.34.7
33812026-03-09T19:31:45.246Z Compiling ron v0.12.0
33822026-03-09T19:31:45.813Z Compiling xz2 v0.1.7
33832026-03-09T19:31:46.344Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-09T19:31:47.065Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33852026-03-09T19:31:47.412Z Compiling ssh-key v0.6.7
33862026-03-09T19:31:47.937Z Compiling hickory-client v0.25.2
33872026-03-09T19:31:48.637Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-03-09T19:31:48.669Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33892026-03-09T19:31:48.817Z Compiling p521 v0.13.3
33902026-03-09T19:31:49.805Z Compiling p256 v0.13.2
33912026-03-09T19:31:50.664Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33922026-03-09T19:31:51.133Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33932026-03-09T19:31:51.182Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-09T19:31:51.504Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33952026-03-09T19:31:52.341Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33962026-03-09T19:31:52.372Z Compiling yasna v0.5.2
33972026-03-09T19:31:52.672Z Compiling kstat-rs v0.2.4
33982026-03-09T19:31:52.757Z Compiling headers-core v0.3.0
33992026-03-09T19:31:52.986Z Compiling nanorand v0.7.0
34002026-03-09T19:31:53.326Z Compiling russh-cryptovec v0.7.3
34012026-03-09T19:31:53.593Z Compiling atty v0.2.14
34022026-03-09T19:31:53.696Z Compiling md5 v0.7.0
34032026-03-09T19:31:53.796Z Compiling home v0.5.12
34042026-03-09T19:31:53.964Z Compiling base16ct v1.0.0
34052026-03-09T19:31:54.068Z Compiling crc8 v0.1.1
34062026-03-09T19:31:54.296Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34072026-03-09T19:31:54.351Z Compiling russh-keys v0.45.0
34082026-03-09T19:31:54.639Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-09T19:31:57.112Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34102026-03-09T19:31:57.398Z Compiling flume v0.11.1
34112026-03-09T19:31:57.939Z Compiling rcgen v0.12.1
34122026-03-09T19:31:58.056Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-03-09T19:31:58.083Z Compiling headers v0.4.1
34142026-03-09T19:32:00.017Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-03-09T19:32:01.066Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34162026-03-09T19:32:03.964Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34172026-03-09T19:32:05.144Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-03-09T19:32:06.695Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34192026-03-09T19:32:07.467Z Compiling hyper-staticfile v0.10.1
34202026-03-09T19:32:08.570Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34212026-03-09T19:32:09.257Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34222026-03-09T19:32:09.820Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34232026-03-09T19:32:10.056Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-03-09T19:32:10.289Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-03-09T19:32:10.933Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34262026-03-09T19:32:11.637Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-03-09T19:32:11.792Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-03-09T19:32:12.449Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-03-09T19:32:12.637Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302026-03-09T19:32:13.285Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-03-09T19:32:13.560Z Compiling num-bigint v0.4.6
34322026-03-09T19:32:13.845Z Compiling des v0.8.1
34332026-03-09T19:32:14.126Z Compiling subprocess v0.2.15
34342026-03-09T19:32:14.158Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-03-09T19:32:14.224Z Compiling display-error-chain v0.2.2
34362026-03-09T19:32:14.497Z Compiling hex-literal v0.4.1
34372026-03-09T19:32:14.725Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-09T19:32:14.783Z Compiling colored v2.2.0
34392026-03-09T19:32:15.072Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-09T19:32:15.560Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34412026-03-09T19:32:15.864Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-03-09T19:32:16.383Z Compiling socket2 v0.5.10
34432026-03-09T19:32:17.418Z Compiling russh v0.45.0
34442026-03-09T19:32:17.997Z Compiling internet-checksum v0.2.1
34452026-03-09T19:32:25.704Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34462026-03-09T19:33:05.222Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34472026-03-09T19:33:36.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
34482026-03-09T19:33:37.038Z
34492026-03-09T19:33:37.038Zreal 3:41.564327836
34502026-03-09T19:33:37.038Zuser 20:05.452092507
34512026-03-09T19:33:37.041Zsys 2:40.720650440
34522026-03-09T19:33:37.041Ztrap 0.599010108
34532026-03-09T19:33:37.041Ztflt 0.268718124
34542026-03-09T19:33:37.042Zdflt 0.477066413
34552026-03-09T19:33:37.042Zkflt 0.000063581
34562026-03-09T19:33:37.042Zlock 54:51.897935717
34572026-03-09T19:33:37.042Zslp 1:12:21.124664917
34582026-03-09T19:33:37.042Zlat 1:06.285957318
34592026-03-09T19:33:37.042Zstop 2:49.818757615
34602026-03-09T19:33:37.042Z+ mkdir tests
34612026-03-09T19:33:37.046Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-03-09T19:33:37.046Z+ xargs -I '{}' -t cp '{}' tests/
34632026-03-09T19:33:37.087Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/
34642026-03-09T19:33:37.113Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/
34652026-03-09T19:33:37.140Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/
34662026-03-09T19:33:37.167Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/
34672026-03-09T19:33:37.479Z+ 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/*)
34682026-03-09T19:33:37.482Z+ 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-746dfaee64f5db54 tests/commtest-9991f079b1063e60 tests/dhcp_server-8c89a86352b0aa66 tests/end_to_end_tests-45a8aed3b69b200f 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
34692026-03-09T19:35:21.797ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-03-09T19:35:21.797Za .github/buildomat/ci-env.sh 1K
34712026-03-09T19:35:21.797Za out/target/test 1K
34722026-03-09T19:35:21.797Za out/npuzone/npuzone 27402K
34732026-03-09T19:35:21.797Za package-manifest.toml 35K
34742026-03-09T19:35:21.797Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-03-09T19:35:21.797Za target/release/omicron-package 41060K
34762026-03-09T19:35:21.797Za target/release/xtask 11359K
34772026-03-09T19:35:21.797Za target/debug/bootstrap 345707K
34782026-03-09T19:35:21.797Za tests/bootstrap-746dfaee64f5db54 31480K
34792026-03-09T19:35:21.797Za tests/commtest-9991f079b1063e60 31997K
34802026-03-09T19:35:21.797Za tests/dhcp_server-8c89a86352b0aa66 31480K
34812026-03-09T19:35:21.797Za tests/end_to_end_tests-45a8aed3b69b200f 387387K
34822026-03-09T19:35:21.797Za out/clickhouse.tar.gz 302576K
34832026-03-09T19:35:21.797Za out/clickhouse_keeper.tar.gz 287870K
34842026-03-09T19:35:21.797Za out/clickhouse_server.tar.gz 302575K
34852026-03-09T19:35:21.797Za out/cockroachdb.tar.gz 156116K
34862026-03-09T19:35:21.797Za out/crucible-pantry-zone.tar.gz 38319K
34872026-03-09T19:35:21.797Za out/crucible-utils.tar 17744K
34882026-03-09T19:35:21.797Za out/crucible-zone.tar.gz 52457K
34892026-03-09T19:35:21.797Za out/external-dns.tar.gz 41550K
34902026-03-09T19:35:21.797Za out/internal-dns.tar.gz 41550K
34912026-03-09T19:35:21.797Za out/mg-ddm-gz.tar 86339K
34922026-03-09T19:35:21.797Za out/nexus.tar.gz 210794K
34932026-03-09T19:35:21.797Za out/ntp.tar.gz 22566K
34942026-03-09T19:35:21.797Za out/omicron-gateway-softnpu.tar.gz 28346K
34952026-03-09T19:35:21.797Za out/omicron-sled-agent.tar 182946K
34962026-03-09T19:35:21.797Za out/overlay.tar.gz 3K
34972026-03-09T19:35:21.797Za out/oximeter.tar.gz 56773K
34982026-03-09T19:35:21.797Za out/oxlog.tar 3895K
34992026-03-09T19:35:21.797Za out/probe.tar.gz 3037K
35002026-03-09T19:35:21.797Za out/propolis-server.tar.gz 74633K
35012026-03-09T19:35:21.797Za out/pumpkind-gz.tar 26647K
35022026-03-09T19:35:21.797Za out/switch-softnpu.tar.gz 371233K
35032026-03-09T19:35:21.801Z
35042026-03-09T19:35:21.801Zreal 1:44.298691127
35052026-03-09T19:35:21.801Zuser 1:39.850418559
35062026-03-09T19:35:21.801Zsys 6.178618771
35072026-03-09T19:35:21.801Ztrap 0.023209058
35082026-03-09T19:35:21.801Ztflt 0.000000000
35092026-03-09T19:35:21.801Zdflt 0.000000000
35102026-03-09T19:35:21.801Zkflt 0.000000000
35112026-03-09T19:35:21.801Zlock 0.000000000
35122026-03-09T19:35:21.801Zslp 1:39.822072147
35132026-03-09T19:35:21.801Zlat 2.719413209
35142026-03-09T19:35:21.801Zstop 0.000195229
35152026-03-09T19:35:21.801Zprocess exited: duration 2651079 ms, exit code 0
 
35162026-03-09T19:35:21.818Zfound 1 output files
35172026-03-09T19:35:21.818Zuploading: /work/package.tar.gz (2323787966 bytes)
35182026-03-09T19:35:57.510Zuploaded: /work/package.tar.gz