01JPTF2DP84C1DHWK1EF5E6A3X: 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: 01JPTF2WW3E8Y0B7BHX4VS71PX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-20T19:05:39.089Zjob assigned to worker 01JPTF33GFYXE4W6VTE7KXK7XF [factory aws, i-00513d695338e4da5] (queued for 1 m 1 s)
 
22025-03-20T19:05:46.843Zstarting task 0: "setup"
32025-03-20T19:05:46.847Z++ uname -s
42025-03-20T19:05:46.850Z+ kern=SunOS
52025-03-20T19:05:46.850Z+ build_user=build
62025-03-20T19:05:46.851Z+ build_uid=12345
72025-03-20T19:05:46.851Z+ work_dir=/work
82025-03-20T19:05:46.851Z+ input_dir=/input
92025-03-20T19:05:46.851Z+ [[ 0 == 12345 ]]
102025-03-20T19:05:46.851Z+ case "$kern" in
112025-03-20T19:05:46.851Z+ groupadd -g 12345 build
122025-03-20T19:05:46.854Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-20T19:05:48.859Z+ zfs create -o mountpoint=/work rpool/work
142025-03-20T19:05:48.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-20T19:05:48.991Z+ home_fs=zfs
162025-03-20T19:05:48.991Z+ [[ zfs == autofs ]]
172025-03-20T19:05:48.992Z+ mkdir -p /home/build
182025-03-20T19:05:48.995Z+ chown build:build /home/build /work
192025-03-20T19:05:50.994Z+ chmod 0700 /home/build /work
202025-03-20T19:05:50.997Zprocess exited: duration 4156 ms, exit code 0
 
212025-03-20T19:05:51.005Zstarting task 1: "rust-toolchain"
222025-03-20T19:05:51.010Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-20T19:05:51.011Z * rust toolchain channel = "1.85.0"
242025-03-20T19:05:51.011Z * rust toolchain profile = "default"
252025-03-20T19:05:51.011Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-20T19:05:51.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-20T19:05:51.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-20T19:05:51.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-20T19:05:51.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-20T19:05:51.131Zinfo: downloading installer
312025-03-20T19:05:52.566Zwarn: It looks like you have an existing installation of Rust at:
322025-03-20T19:05:52.567Zwarn: /opt/ooce/bin
332025-03-20T19:05:52.567Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-20T19:05:52.567Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-20T19:05:52.567Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-20T19:05:52.567Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-20T19:05:52.567Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-20T19:05:52.567Zerror: cannot install while Rust is installed
392025-03-20T19:05:52.567Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-20T19:05:52.592Zinfo: profile set to 'default'
412025-03-20T19:05:52.593Zinfo: default host triple is x86_64-unknown-illumos
422025-03-20T19:05:52.596Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-20T19:05:52.761Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-20T19:05:52.761Zinfo: downloading component 'cargo'
452025-03-20T19:05:53.682Zinfo: downloading component 'clippy'
462025-03-20T19:05:54.056Zinfo: downloading component 'rust-docs'
472025-03-20T19:05:55.453Zinfo: downloading component 'rust-std'
482025-03-20T19:05:57.814Zinfo: downloading component 'rustc'
492025-03-20T19:06:04.682Zinfo: downloading component 'rustfmt'
502025-03-20T19:06:04.926Zinfo: installing component 'cargo'
512025-03-20T19:06:05.737Zinfo: installing component 'clippy'
522025-03-20T19:06:06.118Zinfo: installing component 'rust-docs'
532025-03-20T19:06:07.834Zinfo: installing component 'rust-std'
542025-03-20T19:06:09.706Zinfo: installing component 'rustc'
552025-03-20T19:06:15.643Zinfo: installing component 'rustfmt'
562025-03-20T19:06:15.972Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-20T19:06:15.972Z
582025-03-20T19:06:16.345Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-20T19:06:16.345Z
602025-03-20T19:06:16.351Z
612025-03-20T19:06:16.351ZRust is installed now. Great!
622025-03-20T19:06:16.351Z
632025-03-20T19:06:16.351ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-20T19:06:16.351Zenvironment variable. This has not been done automatically.
652025-03-20T19:06:16.351Z
662025-03-20T19:06:16.351ZTo configure your current shell, you need to source
672025-03-20T19:06:16.351Zthe corresponding env file under $HOME/.cargo.
682025-03-20T19:06:16.351Z
692025-03-20T19:06:16.352ZThis is usually done by running one of the following (note the leading DOT):
702025-03-20T19:06:16.352Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-20T19:06:16.352Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-20T19:06:16.352Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-20T19:06:16.418Z+ rustup --version
742025-03-20T19:06:16.430Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-20T19:06:16.430Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-20T19:06:16.458Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-20T19:06:16.461Z+ cargo --version
782025-03-20T19:06:16.480Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-20T19:06:16.483Z+ rustc --version
802025-03-20T19:06:16.508Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-20T19:06:16.511Zprocess exited: duration 25504 ms, exit code 0
 
822025-03-20T19:06:16.519Zstarting task 2: "authentication"
832025-03-20T19:06:16.540Zprocess exited: duration 21 ms, exit code 0
 
842025-03-20T19:06:16.547Zstarting task 3: "clone repository"
852025-03-20T19:06:16.552Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-20T19:06:16.556Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-20T19:06:16.594ZCloning into '/work/oxidecomputer/omicron'...
882025-03-20T19:06:23.089Z+ cd /work/oxidecomputer/omicron
892025-03-20T19:06:23.092Z+ git fetch origin dc84a1bf0ed849a9b2f066213caf86822531d2f4
902025-03-20T19:06:23.399ZFrom https://github.com/oxidecomputer/omicron
912025-03-20T19:06:23.399Z * branch dc84a1bf0ed849a9b2f066213caf86822531d2f4 -> FETCH_HEAD
922025-03-20T19:06:23.410Z+ [[ -n eliza/multiple-servers-in-ls-apis ]]
932025-03-20T19:06:23.413Z++ git branch --show-current
942025-03-20T19:06:23.416Z+ current=main
952025-03-20T19:06:23.416Z+ [[ main != eliza/multiple-servers-in-ls-apis ]]
962025-03-20T19:06:23.417Z+ git branch -f eliza/multiple-servers-in-ls-apis dc84a1bf0ed849a9b2f066213caf86822531d2f4
972025-03-20T19:06:23.420Z+ git checkout -f eliza/multiple-servers-in-ls-apis
982025-03-20T19:06:23.613ZSwitched to branch 'eliza/multiple-servers-in-ls-apis'
992025-03-20T19:06:23.616Z+ git reset --hard dc84a1bf0ed849a9b2f066213caf86822531d2f4
1002025-03-20T19:06:23.805ZHEAD is now at dc84a1bf0 [ls-apis] allow multiple dep paths for servers
1012025-03-20T19:06:23.808Zprocess exited: duration 7258 ms, exit code 0
 
1022025-03-20T19:06:23.817Zstarting task 4: "build"
1032025-03-20T19:06:23.820Z+ source .github/buildomat/ci-env.sh
1042025-03-20T19:06:23.820Z++ export CARGO_TERM_COLOR=always
1052025-03-20T19:06:23.820Z++ CARGO_TERM_COLOR=always
1062025-03-20T19:06:23.820Z+ cargo --version
1072025-03-20T19:06:23.876Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-20T19:06:23.879Z+ rustc --version
1092025-03-20T19:06:23.945Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-20T19:06:23.948Z+ WORK=/work
1112025-03-20T19:06:23.948Z+ pfexec mkdir -p /work
1122025-03-20T19:06:23.952Z+ pfexec chown build /work
1132025-03-20T19:06:23.955Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-20T19:06:28.361Zpkg list: illegal option -- F
1152025-03-20T19:06:28.364ZUsage:
1162025-03-20T19:06:28.364Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-20T19:06:28.364Z [pkg_fmri_pattern ...]
1182025-03-20T19:06:29.198Zpkg list: illegal option -- F
1192025-03-20T19:06:29.198ZUsage:
1202025-03-20T19:06:29.198Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-20T19:06:29.198Z [pkg_fmri_pattern ...]
1222025-03-20T19:06:37.306Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-20T19:06:41.760Z Startup: Caching catalogs ... Done
1242025-03-20T19:06:56.463ZPlanning: Solver setup ... Done (13.633s)
1252025-03-20T19:06:56.627ZPlanning: Running solver ... Done (0.164s)
1262025-03-20T19:06:56.758ZPlanning: Finding local manifests ... Done (0.006s)
1272025-03-20T19:06:56.785ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-20T19:06:57.453ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-20T19:06:57.566ZPlanning: Package planning ... Done (0.110s)
1302025-03-20T19:06:57.626ZPlanning: Merging actions ... Done (0.058s)
1312025-03-20T19:06:57.816ZPlanning: Checking for conflicting actions ... Done (0.195s)
1322025-03-20T19:06:59.552ZPlanning: Consolidating action changes ... Done (1.735s)
1332025-03-20T19:06:59.971ZPlanning: Evaluating mediators ... Done (0.420s)
1342025-03-20T19:07:00.052ZPlanning: Planning completed in 18.19 seconds
1352025-03-20T19:07:00.067Z Packages to install: 4
1362025-03-20T19:07:00.067Z Packages to update: 3
1372025-03-20T19:07:00.071Z Mediators to change: 2
1382025-03-20T19:07:00.071Z Services to change: 1
1392025-03-20T19:07:00.071Z Estimated space available: 155.59 GB
1402025-03-20T19:07:00.071ZEstimated space to be consumed: 1.67 GB
1412025-03-20T19:07:00.071Z Create boot environment: No
1422025-03-20T19:07:00.071ZCreate backup boot environment: Yes
1432025-03-20T19:07:00.071Z Rebuild boot archive: No
1442025-03-20T19:07:00.071Z
1452025-03-20T19:07:00.071ZChanged mediators:
1462025-03-20T19:07:00.071Z mediator clang:
1472025-03-20T19:07:00.071Z version: None -> 15 (system default)
1482025-03-20T19:07:00.071Z
1492025-03-20T19:07:00.071Z mediator llvm:
1502025-03-20T19:07:00.071Z version: 14 (system default) -> 15 (system default)
1512025-03-20T19:07:00.071Z
1522025-03-20T19:07:00.071ZChanged packages:
1532025-03-20T19:07:00.071Zhelios-dev
1542025-03-20T19:07:00.071Z developer/build-essential
1552025-03-20T19:07:00.071Z None -> 11-2.0
1562025-03-20T19:07:00.071Z library/libxmlsec1
1572025-03-20T19:07:00.071Z None -> 1.2.35-2.0
1582025-03-20T19:07:00.071Z ooce/developer/clang-15
1592025-03-20T19:07:00.071Z None -> 15.0.7-2.0
1602025-03-20T19:07:00.071Z ooce/developer/llvm-15
1612025-03-20T19:07:00.071Z None -> 15.0.7-2.0
1622025-03-20T19:07:00.071Z package/pkg
1632025-03-20T19:07:00.071Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-20T19:07:00.071Z system/library/g++-runtime
1652025-03-20T19:07:00.071Z 13-2.0 -> 14-2.0
1662025-03-20T19:07:00.071Z system/library/gcc-runtime
1672025-03-20T19:07:00.071Z 13-2.0 -> 14-2.0
1682025-03-20T19:07:00.071Z
1692025-03-20T19:07:00.072ZServices:
1702025-03-20T19:07:00.072Z restart_fmri:
1712025-03-20T19:07:00.072Z svc:/system/update-man-index:default
1722025-03-20T19:07:00.072Z
1732025-03-20T19:07:00.072ZEditable files to change:
1742025-03-20T19:07:00.072Z Update:
1752025-03-20T19:07:00.072Z usr/share/lib/pkg/web/config.shtml
1762025-03-20T19:07:00.346Z
1772025-03-20T19:07:00.346ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-20T19:07:05.346ZDownload: 1403/4301 items 106.7/225.4MB 47% complete (21.4M/s)
1792025-03-20T19:07:10.368ZDownload: 2770/4301 items 120.9/225.4MB 53% complete (12.3M/s)
1802025-03-20T19:07:15.373ZDownload: 3319/4301 items 213.6/225.4MB 94% complete (10.7M/s)
1812025-03-20T19:07:20.670ZDownload: 4204/4301 items 220.5/225.4MB 97% complete (10.0M/s)
1822025-03-20T19:07:26.427ZDownload: 4293/4301 items 224.5/225.4MB 99% complete (4.5M/s)
1832025-03-20T19:07:26.442ZDownload: Completed 225.42 MB in 26.09 seconds (8.6M/s)
1842025-03-20T19:07:28.405Z Actions: 1/5122 actions (Removing old actions)
1852025-03-20T19:07:28.423Z Actions: 194/5122 actions (Installing new actions)
1862025-03-20T19:07:33.427Z Actions: 4156/5122 actions (Installing new actions)
1872025-03-20T19:07:33.764Z Actions: 4267/5122 actions (Updating modified actions)
1882025-03-20T19:07:34.397Z Actions: Completed 5122 actions in 5.99 seconds.
1892025-03-20T19:07:34.639Z Done (0.234s)
1902025-03-20T19:07:34.642Z Done (0.001s)
1912025-03-20T19:07:35.282Z Done (0.641s)
1922025-03-20T19:07:39.630Z Done (4.113s)
1932025-03-20T19:07:39.716Z Done (0.016s)
1942025-03-20T19:07:39.721Z Done (0.000s)
1952025-03-20T19:07:39.884Z Done (0.000s)
1962025-03-20T19:07:40.615ZPlanning: Evaluating mediator changes ... Done
1972025-03-20T19:07:40.773ZPlanning: Checking for conflicting actions ... Done
1982025-03-20T19:07:40.776ZPlanning: Consolidating action changes ... Done
1992025-03-20T19:07:41.035ZPlanning: Evaluating mediators ... Done
2002025-03-20T19:07:41.038ZPlanning: Planning completed in 0.42 seconds
2012025-03-20T19:07:41.075Z Mediators to change: 2
2022025-03-20T19:07:41.075Z Create boot environment: No
2032025-03-20T19:07:41.075ZCreate backup boot environment: No
2042025-03-20T19:07:41.153Z Done
2052025-03-20T19:07:41.153Z Done
2062025-03-20T19:07:41.584Z Done
2072025-03-20T19:07:45.191Z Done
2082025-03-20T19:07:45.280Z Done
2092025-03-20T19:07:45.283Z Done
2102025-03-20T19:07:45.422Z Done
2112025-03-20T19:07:46.035ZPlanning: Evaluating mediator changes ... Done
2122025-03-20T19:07:46.038ZPlanning: Merging actions ... Done
2132025-03-20T19:07:46.225ZPlanning: Checking for conflicting actions ... Done
2142025-03-20T19:07:46.230ZPlanning: Consolidating action changes ... Done
2152025-03-20T19:07:46.488ZPlanning: Evaluating mediators ... Done
2162025-03-20T19:07:46.543ZPlanning: Planning completed in 0.75 seconds
2172025-03-20T19:07:46.583Z Packages to change: 1
2182025-03-20T19:07:46.583Z Mediators to change: 1
2192025-03-20T19:07:46.586Z Services to change: 1
2202025-03-20T19:07:46.587Z Create boot environment: No
2212025-03-20T19:07:46.587ZCreate backup boot environment: Yes
2222025-03-20T19:07:48.896Z Actions: 1/6 actions (Updating modified actions)
2232025-03-20T19:07:48.899Z Actions: Completed 6 actions in 0.00 seconds.
2242025-03-20T19:07:48.899Z Done
2252025-03-20T19:07:48.899Z Done
2262025-03-20T19:07:49.026Z Done
2272025-03-20T19:07:52.652Z Done
2282025-03-20T19:07:52.745Z Done
2292025-03-20T19:07:52.748Z Done
2302025-03-20T19:07:52.891Z Done
2312025-03-20T19:07:53.325ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-03-20T19:07:53.325Zclang system 15 system
2332025-03-20T19:07:53.325Zcsh system system illumos
2342025-03-20T19:07:53.325Zctags system system illumos
2352025-03-20T19:07:53.325Zgcc vendor 12 vendor
2362025-03-20T19:07:53.325Zgcc system 10 system
2372025-03-20T19:07:53.325Zgcc system 7 system
2382025-03-20T19:07:53.325Zgo system 1.20 system
2392025-03-20T19:07:53.325Zgo system 1.19 system
2402025-03-20T19:07:53.325Zllvm system 15 system
2412025-03-20T19:07:53.325Zllvm system 14 system
2422025-03-20T19:07:53.326Zmariadb system 10.6 system
2432025-03-20T19:07:53.326Zmta vendor vendor dma
2442025-03-20T19:07:53.326Zopenjdk system 17 system
2452025-03-20T19:07:53.326Zopenjdk system 11 system
2462025-03-20T19:07:53.326Zopenjdk system 1.8 system
2472025-03-20T19:07:53.326Zopenssl vendor 3 vendor
2482025-03-20T19:07:53.326Zperl system 5.36 system
2492025-03-20T19:07:53.326Zpostgresql system 15 system
2502025-03-20T19:07:53.326Zpostgresql system 13 system
2512025-03-20T19:07:53.326Zpython vendor 3 vendor
2522025-03-20T19:07:53.326Zpython system 2 system
2532025-03-20T19:07:53.326Zpython3 system 3.11 system
2542025-03-20T19:07:53.326Zruby system 3.0 system
2552025-03-20T19:07:53.326Zwords vendor vendor american-english
2562025-03-20T19:07:53.326Zwords system system australian-english
2572025-03-20T19:07:53.326Zwords system system british-english
2582025-03-20T19:07:53.327Zwords system system canadian-english
2592025-03-20T19:07:53.327Zwords system system french
2602025-03-20T19:07:53.327Zwords system system italian
2612025-03-20T19:07:53.327Zwords system system ngerman
2622025-03-20T19:07:53.327Zwords system system ogerman
2632025-03-20T19:07:53.327Zwords system system spanish
2642025-03-20T19:07:53.653ZPUBLISHER TYPE STATUS P LOCATION
2652025-03-20T19:07:53.653Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662025-03-20T19:07:56.816ZFMRI IFO
2672025-03-20T19:07:56.816Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682025-03-20T19:07:56.816Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692025-03-20T19:07:56.816Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702025-03-20T19:07:56.816Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712025-03-20T19:07:56.816Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722025-03-20T19:07:56.816Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732025-03-20T19:07:56.816Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2742025-03-20T19:07:56.816Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752025-03-20T19:07:56.816Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762025-03-20T19:07:56.816Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2772025-03-20T19:07:56.816Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782025-03-20T19:07:56.816Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792025-03-20T19:07:56.816Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2802025-03-20T19:07:56.816Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812025-03-20T19:07:56.816Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822025-03-20T19:07:57.662Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832025-03-20T19:07:58.037Z Updating crates.io index
2842025-03-20T19:07:58.086Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2852025-03-20T19:07:58.706Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862025-03-20T19:07:58.976Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872025-03-20T19:07:59.229Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882025-03-20T19:07:59.509Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892025-03-20T19:08:00.493Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902025-03-20T19:08:02.322Z Updating git repository `https://github.com/oxidecomputer/opte`
2912025-03-20T19:08:02.981Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922025-03-20T19:08:05.325Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932025-03-20T19:08:05.661Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942025-03-20T19:08:05.910Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952025-03-20T19:08:06.589Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962025-03-20T19:08:07.159Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972025-03-20T19:08:07.618Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982025-03-20T19:08:07.914Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992025-03-20T19:08:08.208Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002025-03-20T19:08:08.480Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012025-03-20T19:08:08.720Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022025-03-20T19:08:09.018Z Updating git repository `https://github.com/oxidecomputer/lldp`
3032025-03-20T19:08:09.377Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042025-03-20T19:08:09.662Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3052025-03-20T19:08:09.985Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062025-03-20T19:08:10.349Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072025-03-20T19:08:10.643Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082025-03-20T19:08:11.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092025-03-20T19:08:11.638Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102025-03-20T19:08:12.067Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112025-03-20T19:08:12.500Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3122025-03-20T19:08:12.836Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132025-03-20T19:08:13.684Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142025-03-20T19:08:13.967Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152025-03-20T19:08:15.339Z Downloading crates ...
3162025-03-20T19:08:15.434Z Downloaded anstream v0.6.15
3172025-03-20T19:08:15.438Z Downloaded equivalent v1.0.1
3182025-03-20T19:08:15.442Z Downloaded autocfg v1.4.0
3192025-03-20T19:08:15.476Z Downloaded anstyle-parse v0.2.5
3202025-03-20T19:08:15.476Z Downloaded clap_derive v4.5.28
3212025-03-20T19:08:15.476Z Downloaded cargo_metadata v0.19.2
3222025-03-20T19:08:15.476Z Downloaded scroll_derive v0.12.0
3232025-03-20T19:08:15.476Z Downloaded usdt-attr-macro v0.5.0
3242025-03-20T19:08:15.476Z Downloaded pretty-hex v0.4.1
3252025-03-20T19:08:15.476Z Downloaded winnow v0.7.3
3262025-03-20T19:08:15.483Z Downloaded usdt-macro v0.5.0
3272025-03-20T19:08:15.486Z Downloaded anstyle-query v1.1.1
3282025-03-20T19:08:15.486Z Downloaded terminal_size v0.2.6
3292025-03-20T19:08:15.490Z Downloaded cpufeatures v0.2.14
3302025-03-20T19:08:15.490Z Downloaded cfg-if v1.0.0
3312025-03-20T19:08:15.490Z Downloaded crypto-common v0.1.6
3322025-03-20T19:08:15.493Z Downloaded byteorder v1.5.0
3332025-03-20T19:08:15.493Z Downloaded thiserror-impl v2.0.11
3342025-03-20T19:08:15.496Z Downloaded pest_generator v2.7.14
3352025-03-20T19:08:15.496Z Downloaded unicode-linebreak v0.1.5
3362025-03-20T19:08:15.496Z Downloaded serde_tokenstream v0.2.2
3372025-03-20T19:08:15.500Z Downloaded fastrand v2.1.1
3382025-03-20T19:08:15.500Z Downloaded errno v0.3.9
3392025-03-20T19:08:15.500Z Downloaded thread-id v4.2.2
3402025-03-20T19:08:15.503Z Downloaded is_terminal_polyfill v1.70.1
3412025-03-20T19:08:15.503Z Downloaded dof v0.3.0
3422025-03-20T19:08:15.503Z Downloaded bytecount v0.6.8
3432025-03-20T19:08:15.506Z Downloaded swrite v0.1.0
3442025-03-20T19:08:15.506Z Downloaded dtrace-parser v0.2.0
3452025-03-20T19:08:15.506Z Downloaded digest v0.10.7
3462025-03-20T19:08:15.509Z Downloaded macaddr v1.0.1
3472025-03-20T19:08:15.509Z Downloaded itoa v1.0.11
3482025-03-20T19:08:15.512Z Downloaded fs-err v2.11.0
3492025-03-20T19:08:15.512Z Downloaded heck v0.5.0
3502025-03-20T19:08:15.515Z Downloaded cargo-platform v0.1.8
3512025-03-20T19:08:15.515Z Downloaded version_check v0.9.5
3522025-03-20T19:08:15.515Z Downloaded terminal_size v0.4.0
3532025-03-20T19:08:15.519Z Downloaded utf8parse v0.2.2
3542025-03-20T19:08:15.519Z Downloaded smawk v0.3.2
3552025-03-20T19:08:15.522Z Downloaded serde_spanned v0.6.8
3562025-03-20T19:08:15.522Z Downloaded proc-macro-error-attr v1.0.4
3572025-03-20T19:08:15.522Z Downloaded memmap v0.7.0
3582025-03-20T19:08:15.525Z Downloaded fnv v1.0.7
3592025-03-20T19:08:15.525Z Downloaded clap_lex v0.7.4
3602025-03-20T19:08:15.525Z Downloaded anstyle v1.0.10
3612025-03-20T19:08:15.528Z Downloaded bitflags v1.3.2
3622025-03-20T19:08:15.533Z Downloaded heck v0.4.1
3632025-03-20T19:08:15.533Z Downloaded usdt-impl v0.5.0
3642025-03-20T19:08:15.533Z Downloaded tabled_derive v0.7.0
3652025-03-20T19:08:15.536Z Downloaded sha2 v0.10.8
3662025-03-20T19:08:15.536Z Downloaded strsim v0.11.1
3672025-03-20T19:08:15.536Z Downloaded colorchoice v1.0.2
3682025-03-20T19:08:15.536Z Downloaded block-buffer v0.10.4
3692025-03-20T19:08:15.539Z Downloaded thiserror-impl v1.0.69
3702025-03-20T19:08:15.546Z Downloaded pest_derive v2.7.14
3712025-03-20T19:08:15.549Z Downloaded usdt v0.5.0
3722025-03-20T19:08:15.553Z Downloaded scroll v0.12.0
3732025-03-20T19:08:15.554Z Downloaded once_cell v1.20.3
3742025-03-20T19:08:15.554Z Downloaded generic-array v0.14.7
3752025-03-20T19:08:15.558Z Downloaded tempfile v3.13.0
3762025-03-20T19:08:15.558Z Downloaded thiserror v1.0.69
3772025-03-20T19:08:15.562Z Downloaded proc-macro-error v1.0.4
3782025-03-20T19:08:15.565Z Downloaded clap v4.5.31
3792025-03-20T19:08:15.573Z Downloaded semver v1.0.25
3802025-03-20T19:08:15.576Z Downloaded ucd-trie v0.1.7
3812025-03-20T19:08:15.580Z Downloaded textwrap v0.16.1
3822025-03-20T19:08:15.583Z Downloaded proc-macro2 v1.0.94
3832025-03-20T19:08:15.583Z Downloaded toml v0.8.20
3842025-03-20T19:08:15.586Z Downloaded typenum v1.17.0
3852025-03-20T19:08:15.589Z Downloaded log v0.4.22
3862025-03-20T19:08:15.592Z Downloaded zerocopy-derive v0.7.35
3872025-03-20T19:08:15.596Z Downloaded ryu v1.0.18
3882025-03-20T19:08:15.599Z Downloaded camino-tempfile v1.1.1
3892025-03-20T19:08:15.599Z Downloaded serde_derive v1.0.218
3902025-03-20T19:08:15.602Z Downloaded pest_meta v2.7.14
3912025-03-20T19:08:15.605Z Downloaded io-lifetimes v1.0.11
3922025-03-20T19:08:15.605Z Downloaded unicode-ident v1.0.14
3932025-03-20T19:08:15.608Z Downloaded toml_datetime v0.6.8
3942025-03-20T19:08:15.612Z Downloaded plain v0.2.3
3952025-03-20T19:08:15.612Z Downloaded thiserror v2.0.11
3962025-03-20T19:08:15.615Z Downloaded papergrid v0.11.0
3972025-03-20T19:08:15.620Z Downloaded camino v1.1.9
3982025-03-20T19:08:15.623Z Downloaded bitflags v2.6.0
3992025-03-20T19:08:15.626Z Downloaded memchr v2.7.4
4002025-03-20T19:08:15.630Z Downloaded quote v1.0.39
4012025-03-20T19:08:15.633Z Downloaded indexmap v2.7.1
4022025-03-20T19:08:15.636Z Downloaded anyhow v1.0.97
4032025-03-20T19:08:15.640Z Downloaded cargo_toml v0.21.0
4042025-03-20T19:08:15.646Z Downloaded toml_edit v0.22.24
4052025-03-20T19:08:15.665Z Downloaded serde v1.0.218
4062025-03-20T19:08:15.683Z Downloaded serde_json v1.0.139
4072025-03-20T19:08:15.690Z Downloaded hashbrown v0.15.1
4082025-03-20T19:08:15.699Z Downloaded pest v2.7.14
4092025-03-20T19:08:15.704Z Downloaded clap_builder v4.5.31
4102025-03-20T19:08:15.714Z Downloaded goblin v0.8.2
4112025-03-20T19:08:15.720Z Downloaded zerocopy v0.7.35
4122025-03-20T19:08:15.735Z Downloaded tabled v0.15.0
4132025-03-20T19:08:15.749Z Downloaded syn v1.0.109
4142025-03-20T19:08:15.782Z Downloaded syn v2.0.98
4152025-03-20T19:08:15.794Z Downloaded unicode-width v0.1.14
4162025-03-20T19:08:15.798Z Downloaded rustix v0.37.28
4172025-03-20T19:08:15.816Z Downloaded rustix v0.38.37
4182025-03-20T19:08:15.859Z Downloaded libc v0.2.170
4192025-03-20T19:08:15.997Z Compiling proc-macro2 v1.0.94
4202025-03-20T19:08:15.998Z Compiling unicode-ident v1.0.14
4212025-03-20T19:08:16.002Z Compiling version_check v0.9.5
4222025-03-20T19:08:16.002Z Compiling serde v1.0.218
4232025-03-20T19:08:16.002Z Compiling libc v0.2.170
4242025-03-20T19:08:16.002Z Compiling memchr v2.7.4
4252025-03-20T19:08:16.034Z Compiling thiserror v1.0.69
4262025-03-20T19:08:16.037Z Compiling itoa v1.0.11
4272025-03-20T19:08:16.274Z Compiling ryu v1.0.18
4282025-03-20T19:08:16.298Z Compiling ucd-trie v0.1.7
4292025-03-20T19:08:16.620Z Compiling once_cell v1.20.3
4302025-03-20T19:08:16.740Z Compiling byteorder v1.5.0
4312025-03-20T19:08:16.978Z Compiling serde_json v1.0.139
4322025-03-20T19:08:17.016Z Compiling rustix v0.38.37
4332025-03-20T19:08:17.171Z Compiling bitflags v2.6.0
4342025-03-20T19:08:17.356Z Compiling usdt-impl v0.5.0
4352025-03-20T19:08:17.586Z Compiling proc-macro-error-attr v1.0.4
4362025-03-20T19:08:17.607Z Compiling io-lifetimes v1.0.11
4372025-03-20T19:08:17.664Z Compiling syn v1.0.109
4382025-03-20T19:08:17.895Z Compiling quote v1.0.39
4392025-03-20T19:08:17.932Z Compiling proc-macro-error v1.0.4
4402025-03-20T19:08:17.942Z Compiling errno v0.3.9
4412025-03-20T19:08:18.231Z Compiling thread-id v4.2.2
4422025-03-20T19:08:18.254Z Compiling equivalent v1.0.1
4432025-03-20T19:08:18.291Z Compiling syn v2.0.98
4442025-03-20T19:08:18.356Z Compiling hashbrown v0.15.1
4452025-03-20T19:08:18.385Z Compiling plain v0.2.3
4462025-03-20T19:08:18.407Z Compiling camino v1.1.9
4472025-03-20T19:08:18.525Z Compiling rustix v0.37.28
4482025-03-20T19:08:18.528Z Compiling utf8parse v0.2.2
4492025-03-20T19:08:18.570Z Compiling log v0.4.22
4502025-03-20T19:08:18.713Z Compiling anstyle-parse v0.2.5
4512025-03-20T19:08:19.275Z Compiling unicode-width v0.1.14
4522025-03-20T19:08:19.520Z Compiling indexmap v2.7.1
4532025-03-20T19:08:19.544Z Compiling is_terminal_polyfill v1.70.1
4542025-03-20T19:08:19.565Z Compiling anstyle v1.0.10
4552025-03-20T19:08:19.681Z Compiling semver v1.0.25
4562025-03-20T19:08:19.685Z Compiling winnow v0.7.3
4572025-03-20T19:08:19.796Z Compiling anstyle-query v1.1.1
4582025-03-20T19:08:19.970Z Compiling autocfg v1.4.0
4592025-03-20T19:08:19.995Z Compiling colorchoice v1.0.2
4602025-03-20T19:08:20.155Z Compiling thiserror v2.0.11
4612025-03-20T19:08:20.178Z Compiling pretty-hex v0.4.1
4622025-03-20T19:08:20.421Z Compiling bitflags v1.3.2
4632025-03-20T19:08:20.768Z Compiling terminal_size v0.4.0
4642025-03-20T19:08:20.869Z Compiling fs-err v2.11.0
4652025-03-20T19:08:20.974Z Compiling anstream v0.6.15
4662025-03-20T19:08:21.177Z Compiling cfg-if v1.0.0
4672025-03-20T19:08:21.271Z Compiling fnv v1.0.7
4682025-03-20T19:08:21.295Z Compiling clap_lex v0.7.4
4692025-03-20T19:08:21.431Z Compiling heck v0.5.0
4702025-03-20T19:08:21.603Z Compiling bytecount v0.6.8
4712025-03-20T19:08:21.741Z Compiling heck v0.4.1
4722025-03-20T19:08:21.767Z Compiling strsim v0.11.1
4732025-03-20T19:08:21.826Z Compiling anyhow v1.0.97
4742025-03-20T19:08:21.885Z Compiling fastrand v2.1.1
4752025-03-20T19:08:22.169Z Compiling clap_builder v4.5.31
4762025-03-20T19:08:22.194Z Compiling papergrid v0.11.0
4772025-03-20T19:08:22.398Z Compiling tempfile v3.13.0
4782025-03-20T19:08:22.502Z Compiling terminal_size v0.2.6
4792025-03-20T19:08:22.822Z Compiling memmap v0.7.0
4802025-03-20T19:08:22.873Z Compiling smawk v0.3.2
4812025-03-20T19:08:23.102Z Compiling unicode-linebreak v0.1.5
4822025-03-20T19:08:23.227Z Compiling swrite v0.1.0
4832025-03-20T19:08:23.601Z Compiling textwrap v0.16.1
4842025-03-20T19:08:23.884Z Compiling tabled_derive v0.7.0
4852025-03-20T19:08:25.376Z Compiling tabled v0.15.0
4862025-03-20T19:08:25.536Z Compiling serde_derive v1.0.218
4872025-03-20T19:08:25.536Z Compiling thiserror-impl v1.0.69
4882025-03-20T19:08:25.540Z Compiling zerocopy-derive v0.7.35
4892025-03-20T19:08:25.540Z Compiling scroll_derive v0.12.0
4902025-03-20T19:08:25.540Z Compiling thiserror-impl v2.0.11
4912025-03-20T19:08:25.540Z Compiling clap_derive v4.5.28
4922025-03-20T19:08:26.938Z Compiling scroll v0.12.0
4932025-03-20T19:08:27.489Z Compiling goblin v0.8.2
4942025-03-20T19:08:27.625Z Compiling zerocopy v0.7.35
4952025-03-20T19:08:28.686Z Compiling pest v2.7.14
4962025-03-20T19:08:29.869Z Compiling clap v4.5.31
4972025-03-20T19:08:30.857Z Compiling pest_meta v2.7.14
4982025-03-20T19:08:31.728Z Compiling pest_generator v2.7.14
4992025-03-20T19:08:33.180Z Compiling pest_derive v2.7.14
5002025-03-20T19:08:33.781Z Compiling dtrace-parser v0.2.0
5012025-03-20T19:08:34.636Z Compiling serde_tokenstream v0.2.2
5022025-03-20T19:08:34.675Z Compiling serde_spanned v0.6.8
5032025-03-20T19:08:34.678Z Compiling toml_datetime v0.6.8
5042025-03-20T19:08:34.824Z Compiling cargo-platform v0.1.8
5052025-03-20T19:08:34.959Z Compiling macaddr v1.0.1
5062025-03-20T19:08:35.150Z Compiling toml_edit v0.22.24
5072025-03-20T19:08:35.292Z Compiling camino-tempfile v1.1.1
5082025-03-20T19:08:36.051Z Compiling dof v0.3.0
5092025-03-20T19:08:36.085Z Compiling cargo_metadata v0.19.2
5102025-03-20T19:08:37.364Z Compiling usdt-attr-macro v0.5.0
5112025-03-20T19:08:37.364Z Compiling usdt-macro v0.5.0
5122025-03-20T19:08:38.124Z Compiling toml v0.8.20
5132025-03-20T19:08:38.426Z Compiling usdt v0.5.0
5142025-03-20T19:08:38.915Z Compiling cargo_toml v0.21.0
5152025-03-20T19:08:41.453Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5162025-03-20T19:08:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.23s
5172025-03-20T19:08:44.876Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5182025-03-20T19:08:45.431Z Downloading crates ...
5192025-03-20T19:08:45.546Z Downloaded adler2 v2.0.0
5202025-03-20T19:08:45.550Z Downloaded aead v0.5.2
5212025-03-20T19:08:45.555Z Downloaded addr2line v0.24.2
5222025-03-20T19:08:45.569Z Downloaded hostname v0.4.0
5232025-03-20T19:08:45.573Z Downloaded humantime v2.1.0
5242025-03-20T19:08:45.579Z Downloaded highway v1.3.0
5252025-03-20T19:08:45.587Z Downloaded hubpack_derive v0.1.1
5262025-03-20T19:08:45.590Z Downloaded http-body v1.0.1
5272025-03-20T19:08:45.598Z Downloaded ident_case v1.0.1
5282025-03-20T19:08:45.601Z Downloaded is_ci v1.2.0
5292025-03-20T19:08:45.606Z Downloaded instant v0.1.13
5302025-03-20T19:08:45.609Z Downloaded is-terminal v0.4.13
5312025-03-20T19:08:45.609Z Downloaded http-range v0.1.5
5322025-03-20T19:08:45.609Z Downloaded new_debug_unreachable v1.0.6
5332025-03-20T19:08:45.617Z Downloaded http-body-util v0.1.2
5342025-03-20T19:08:45.623Z Downloaded idna_adapter v1.2.0
5352025-03-20T19:08:45.626Z Downloaded httpdate v1.0.3
5362025-03-20T19:08:45.626Z Downloaded aes v0.8.4
5372025-03-20T19:08:45.629Z Downloaded lru v0.12.5
5382025-03-20T19:08:45.632Z Downloaded atty v0.2.14
5392025-03-20T19:08:45.632Z Downloaded md5 v0.7.0
5402025-03-20T19:08:45.635Z Downloaded arrayvec v0.7.6
5412025-03-20T19:08:45.638Z Downloaded internet-checksum v0.2.1
5422025-03-20T19:08:45.638Z Downloaded inout v0.1.3
5432025-03-20T19:08:45.638Z Downloaded indoc v1.0.9
5442025-03-20T19:08:45.641Z Downloaded impl-trait-for-tuples v0.2.2
5452025-03-20T19:08:45.644Z Downloaded mockall v0.13.1
5462025-03-20T19:08:45.648Z Downloaded memoffset v0.9.1
5472025-03-20T19:08:45.648Z Downloaded maplit v1.0.2
5482025-03-20T19:08:45.648Z Downloaded indoc v2.0.6
5492025-03-20T19:08:45.651Z Downloaded lockfree-object-pool v0.1.6
5502025-03-20T19:08:45.654Z Downloaded icu_locid_transform v1.5.0
5512025-03-20T19:08:45.657Z Downloaded iana-time-zone v0.1.61
5522025-03-20T19:08:45.660Z Downloaded bit-set v0.8.0
5532025-03-20T19:08:45.660Z Downloaded aws-lc-rs v1.12.4
5542025-03-20T19:08:45.670Z Downloaded managed v0.8.0
5552025-03-20T19:08:45.673Z Downloaded bb8 v0.8.5
5562025-03-20T19:08:45.673Z Downloaded libsw-core v0.3.1
5572025-03-20T19:08:45.676Z Downloaded icu_provider_macros v1.5.0
5582025-03-20T19:08:45.676Z Downloaded bit-set v0.5.3
5592025-03-20T19:08:45.679Z Downloaded base64 v0.22.1
5602025-03-20T19:08:45.682Z Downloaded match_cfg v0.1.0
5612025-03-20T19:08:45.682Z Downloaded atomicwrites v0.4.4
5622025-03-20T19:08:45.685Z Downloaded newline-converter v0.3.0
5632025-03-20T19:08:45.685Z Downloaded multimap v0.10.0
5642025-03-20T19:08:45.685Z Downloaded linked-hash-map v0.5.6
5652025-03-20T19:08:45.689Z Downloaded indent_write v2.2.0
5662025-03-20T19:08:45.692Z Downloaded lalrpop-util v0.19.12
5672025-03-20T19:08:45.692Z Downloaded bit-vec v0.6.3
5682025-03-20T19:08:45.696Z Downloaded async-recursion v1.1.1
5692025-03-20T19:08:45.700Z Downloaded hubpack v0.1.2
5702025-03-20T19:08:45.701Z Downloaded hmac v0.12.1
5712025-03-20T19:08:45.701Z Downloaded nanorand v0.7.0
5722025-03-20T19:08:45.704Z Downloaded instability v0.3.2
5732025-03-20T19:08:45.704Z Downloaded md-5 v0.10.6
5742025-03-20T19:08:45.707Z Downloaded cfg_aliases v0.2.1
5752025-03-20T19:08:45.707Z Downloaded async-stream-impl v0.3.6
5762025-03-20T19:08:45.707Z Downloaded kstat-rs v0.2.4
5772025-03-20T19:08:45.710Z Downloaded ipnetwork v0.21.1
5782025-03-20T19:08:45.710Z Downloaded radium v0.7.0
5792025-03-20T19:08:45.713Z Downloaded ctr v0.9.2
5802025-03-20T19:08:45.716Z Downloaded native-tls v0.2.12
5812025-03-20T19:08:45.716Z Downloaded libloading v0.8.5
5822025-03-20T19:08:45.719Z Downloaded cfg_aliases v0.1.1
5832025-03-20T19:08:45.720Z Downloaded block-padding v0.3.3
5842025-03-20T19:08:45.723Z Downloaded bit-vec v0.8.0
5852025-03-20T19:08:45.725Z Downloaded maybe-uninit v2.0.0
5862025-03-20T19:08:45.726Z Downloaded linear-map v1.2.0
5872025-03-20T19:08:45.726Z Downloaded lazycell v1.3.0
5882025-03-20T19:08:45.729Z Downloaded hickory-resolver v0.24.4
5892025-03-20T19:08:45.732Z Downloaded progenitor-client v0.9.1
5902025-03-20T19:08:45.735Z Downloaded libsw v3.4.0
5912025-03-20T19:08:45.735Z Downloaded lazy_static v1.5.0
5922025-03-20T19:08:45.738Z Downloaded keccak v0.1.5
5932025-03-20T19:08:45.739Z Downloaded rand_core v0.6.4
5942025-03-20T19:08:45.742Z Downloaded lru-cache v0.1.2
5952025-03-20T19:08:45.742Z Downloaded castaway v0.2.3
5962025-03-20T19:08:45.742Z Downloaded buf-list v1.0.3
5972025-03-20T19:08:45.745Z Downloaded blowfish v0.9.1
5982025-03-20T19:08:45.748Z Downloaded argon2 v0.5.3
5992025-03-20T19:08:45.748Z Downloaded cobs v0.2.3
6002025-03-20T19:08:45.751Z Downloaded miniz_oxide v0.8.5
6012025-03-20T19:08:45.755Z Downloaded ciborium-ll v0.2.2
6022025-03-20T19:08:45.755Z Downloaded multer v3.1.0
6032025-03-20T19:08:45.758Z Downloaded hyper-staticfile v0.10.1
6042025-03-20T19:08:45.761Z Downloaded serde-big-array v0.5.1
6052025-03-20T19:08:45.761Z Downloaded icu_provider v1.5.0
6062025-03-20T19:08:45.764Z Downloaded try-lock v0.2.5
6072025-03-20T19:08:45.764Z Downloaded icu_normalizer v1.5.0
6082025-03-20T19:08:45.768Z Downloaded take_mut v0.2.2
6092025-03-20T19:08:45.771Z Downloaded litemap v0.7.3
6102025-03-20T19:08:45.771Z Downloaded indicatif v0.17.11
6112025-03-20T19:08:45.776Z Downloaded rustfmt-wrapper v0.2.1
6122025-03-20T19:08:45.779Z Downloaded rand_chacha v0.9.0
6132025-03-20T19:08:45.779Z Downloaded bzip2 v0.4.4
6142025-03-20T19:08:45.782Z Downloaded chrono-tz-build v0.4.0
6152025-03-20T19:08:45.782Z Downloaded icu_locid_transform_data v1.5.0
6162025-03-20T19:08:45.785Z Downloaded httparse v1.9.5
6172025-03-20T19:08:45.788Z Downloaded universal-hash v0.5.1
6182025-03-20T19:08:45.788Z Downloaded xattr v1.3.1
6192025-03-20T19:08:45.791Z Downloaded memmap2 v0.9.5
6202025-03-20T19:08:45.791Z Downloaded constant_time_eq v0.3.1
6212025-03-20T19:08:45.795Z Downloaded signature v2.2.0
6222025-03-20T19:08:45.795Z Downloaded salsa20 v0.10.2
6232025-03-20T19:08:45.798Z Downloaded mime_guess v2.0.5
6242025-03-20T19:08:45.798Z Downloaded libefi-sys v0.1.0
6252025-03-20T19:08:45.801Z Downloaded mime v0.3.17
6262025-03-20T19:08:45.801Z Downloaded endian-type v0.1.2
6272025-03-20T19:08:45.804Z Downloaded crc-catalog v2.4.0
6282025-03-20T19:08:45.804Z Downloaded jobserver v0.1.32
6292025-03-20T19:08:45.807Z Downloaded serde_path_to_error v0.1.16
6302025-03-20T19:08:45.807Z Downloaded rtoolbox v0.0.2
6312025-03-20T19:08:45.810Z Downloaded smf v0.2.3
6322025-03-20T19:08:45.810Z Downloaded foreign-types-shared v0.3.1
6332025-03-20T19:08:45.813Z Downloaded cmake v0.1.51
6342025-03-20T19:08:45.814Z Downloaded bcrypt-pbkdf v0.10.0
6352025-03-20T19:08:45.814Z Downloaded smallvec v0.6.14
6362025-03-20T19:08:45.818Z Downloaded bitfield-struct v0.6.2
6372025-03-20T19:08:45.818Z Downloaded ipnet v2.11.0
6382025-03-20T19:08:45.821Z Downloaded foreign-types v0.3.2
6392025-03-20T19:08:45.821Z Downloaded crc32fast v1.4.2
6402025-03-20T19:08:45.824Z Downloaded colored v2.2.0
6412025-03-20T19:08:45.824Z Downloaded convert_case v0.4.0
6422025-03-20T19:08:45.827Z Downloaded bcs v0.1.6
6432025-03-20T19:08:45.830Z Downloaded tokio-tungstenite v0.21.0
6442025-03-20T19:08:45.830Z Downloaded lock_api v0.4.12
6452025-03-20T19:08:45.833Z Downloaded icu_properties v1.5.1
6462025-03-20T19:08:45.836Z Downloaded console v0.15.10
6472025-03-20T19:08:45.840Z Downloaded foreign-types v0.5.0
6482025-03-20T19:08:45.840Z Downloaded ref-cast v1.0.23
6492025-03-20T19:08:45.843Z Downloaded num-derive v0.4.2
6502025-03-20T19:08:45.846Z Downloaded scrypt v0.11.0
6512025-03-20T19:08:45.846Z Downloaded slab v0.4.9
6522025-03-20T19:08:45.849Z Downloaded serde-hex v0.1.0
6532025-03-20T19:08:45.849Z Downloaded zone v0.1.8
6542025-03-20T19:08:45.853Z Downloaded litrs v0.4.1
6552025-03-20T19:08:45.853Z Downloaded wyz v0.5.1
6562025-03-20T19:08:45.856Z Downloaded zeroize v1.8.1
6572025-03-20T19:08:45.856Z Downloaded const_format_proc_macros v0.2.34
6582025-03-20T19:08:45.859Z Downloaded slog-term v2.9.1
6592025-03-20T19:08:45.862Z Downloaded hex v0.4.3
6602025-03-20T19:08:45.865Z Downloaded hyper-rustls v0.27.3
6612025-03-20T19:08:45.868Z Downloaded smallvec v1.14.0
6622025-03-20T19:08:45.868Z Downloaded mockall_derive v0.13.1
6632025-03-20T19:08:45.871Z Downloaded pretty-hex v0.2.1
6642025-03-20T19:08:45.875Z Downloaded deranged v0.3.11
6652025-03-20T19:08:45.875Z Downloaded blake2 v0.10.6
6662025-03-20T19:08:45.878Z Downloaded csv-core v0.1.11
6672025-03-20T19:08:45.878Z Downloaded unicode-xid v0.2.6
6682025-03-20T19:08:45.910Z Downloaded tap v1.0.1
6692025-03-20T19:08:45.910Z Downloaded crc-any v2.5.0
6702025-03-20T19:08:45.910Z Downloaded flagset v0.4.6
6712025-03-20T19:08:45.910Z Downloaded fd-lock v4.0.2
6722025-03-20T19:08:45.910Z Downloaded either v1.14.0
6732025-03-20T19:08:45.910Z Downloaded foreign-types-macros v0.2.3
6742025-03-20T19:08:45.910Z Downloaded foldhash v0.1.3
6752025-03-20T19:08:45.910Z Downloaded foreign-types-shared v0.1.1
6762025-03-20T19:08:45.910Z Downloaded subtle v2.6.1
6772025-03-20T19:08:45.910Z Downloaded tokio-tungstenite v0.23.1
6782025-03-20T19:08:45.910Z Downloaded clang-sys v1.8.1
6792025-03-20T19:08:45.910Z Downloaded cookie_store v0.21.1
6802025-03-20T19:08:45.910Z Downloaded hash32 v0.2.1
6812025-03-20T19:08:45.910Z Downloaded hash32 v0.3.1
6822025-03-20T19:08:45.910Z Downloaded cookie v0.18.1
6832025-03-20T19:08:45.910Z Downloaded zerofrom v0.1.4
6842025-03-20T19:08:45.910Z Downloaded tower-service v0.3.3
6852025-03-20T19:08:45.910Z Downloaded tower-layer v0.3.3
6862025-03-20T19:08:45.914Z Downloaded hickory-server v0.24.4
6872025-03-20T19:08:45.917Z Downloaded sync-ptr v0.1.1
6882025-03-20T19:08:45.917Z Downloaded num-iter v0.1.45
6892025-03-20T19:08:45.920Z Downloaded num-integer v0.1.46
6902025-03-20T19:08:45.920Z Downloaded tabled_derive v0.10.0
6912025-03-20T19:08:45.923Z Downloaded darling v0.20.10
6922025-03-20T19:08:45.927Z Downloaded r2d2 v0.8.10
6932025-03-20T19:08:45.930Z Downloaded crossbeam-utils v0.8.20
6942025-03-20T19:08:45.933Z Downloaded pbkdf2 v0.11.0
6952025-03-20T19:08:45.944Z Downloaded downcast v0.11.0
6962025-03-20T19:08:45.947Z Downloaded defmt-parser v0.3.4
6972025-03-20T19:08:45.947Z Downloaded rustc_version v0.1.7
6982025-03-20T19:08:45.951Z Downloaded ref-cast-impl v1.0.23
6992025-03-20T19:08:45.951Z Downloaded rustversion v1.0.17
7002025-03-20T19:08:45.954Z Downloaded pkcs8 v0.10.2
7012025-03-20T19:08:45.954Z Downloaded compact_str v0.8.0
7022025-03-20T19:08:45.958Z Downloaded bumpalo v3.16.0
7032025-03-20T19:08:45.961Z Downloaded quinn-udp v0.5.5
7042025-03-20T19:08:45.964Z Downloaded predicates-tree v1.0.11
7052025-03-20T19:08:45.964Z Downloaded predicates-core v1.0.8
7062025-03-20T19:08:45.968Z Downloaded static_assertions v1.1.0
7072025-03-20T19:08:45.968Z Downloaded oso-derive v0.27.3
7082025-03-20T19:08:45.971Z Downloaded num_threads v0.1.7
7092025-03-20T19:08:45.971Z Downloaded strum_macros v0.25.3
7102025-03-20T19:08:45.974Z Downloaded peg-runtime v0.8.5
7112025-03-20T19:08:45.974Z Downloaded number_prefix v0.4.0
7122025-03-20T19:08:45.974Z Downloaded icu_locid v1.5.0
7132025-03-20T19:08:45.979Z Downloaded phf_shared v0.10.0
7142025-03-20T19:08:45.982Z Downloaded headers-core v0.3.0
7152025-03-20T19:08:45.982Z Downloaded num-rational v0.4.2
7162025-03-20T19:08:45.982Z Downloaded minimal-lexical v0.2.1
7172025-03-20T19:08:45.987Z Downloaded tokio-native-tls v0.3.1
7182025-03-20T19:08:45.990Z Downloaded tokio-macros v2.5.0
7192025-03-20T19:08:45.990Z Downloaded vte v0.11.1
7202025-03-20T19:08:45.993Z Downloaded defmt-macros v0.3.9
7212025-03-20T19:08:45.996Z Downloaded russh-cryptovec v0.7.3
7222025-03-20T19:08:45.999Z Downloaded derive-where v1.2.7
7232025-03-20T19:08:46.003Z Downloaded predicates v3.1.3
7242025-03-20T19:08:46.006Z Downloaded document-features v0.2.10
7252025-03-20T19:08:46.006Z Downloaded base64 v0.21.7
7262025-03-20T19:08:46.009Z Downloaded rand_chacha v0.3.1
7272025-03-20T19:08:46.014Z Downloaded displaydoc v0.2.5
7282025-03-20T19:08:46.017Z Downloaded hyper-util v0.1.10
7292025-03-20T19:08:46.021Z Downloaded group v0.13.0
7302025-03-20T19:08:46.021Z Downloaded futures-task v0.3.31
7312025-03-20T19:08:46.024Z Downloaded strum_macros v0.26.4
7322025-03-20T19:08:46.024Z Downloaded serde_with_macros v3.12.0
7332025-03-20T19:08:46.028Z Downloaded waitgroup v0.1.2
7342025-03-20T19:08:46.028Z Downloaded sync_wrapper v1.0.1
7352025-03-20T19:08:46.032Z Downloaded strum v0.26.3
7362025-03-20T19:08:46.032Z Downloaded nodrop v0.1.14
7372025-03-20T19:08:46.032Z Downloaded snafu-derive v0.8.5
7382025-03-20T19:08:46.035Z Downloaded rsa v0.9.6
7392025-03-20T19:08:46.040Z Downloaded quick-error v1.2.3
7402025-03-20T19:08:46.043Z Downloaded supports-color v3.0.2
7412025-03-20T19:08:46.043Z Downloaded env_filter v0.1.2
7422025-03-20T19:08:46.043Z Downloaded signal-hook-mio v0.2.4
7432025-03-20T19:08:46.046Z Downloaded dropshot_endpoint v0.12.0
7442025-03-20T19:08:46.050Z Downloaded pem v3.0.5
7452025-03-20T19:08:46.050Z Downloaded tinyvec_macros v0.1.1
7462025-03-20T19:08:46.050Z Downloaded whoami v1.5.2
7472025-03-20T19:08:46.053Z Downloaded unicode-bidi v0.3.17
7482025-03-20T19:08:46.056Z Downloaded darling_macro v0.20.10
7492025-03-20T19:08:46.056Z Downloaded pkcs5 v0.7.1
7502025-03-20T19:08:46.061Z Downloaded phf_shared v0.11.2
7512025-03-20T19:08:46.065Z Downloaded icu_collections v1.5.0
7522025-03-20T19:08:46.068Z Downloaded cc v1.2.15
7532025-03-20T19:08:46.073Z Downloaded opaque-debug v0.3.1
7542025-03-20T19:08:46.076Z Downloaded dyn-clone v1.0.19
7552025-03-20T19:08:46.076Z Downloaded want v0.3.1
7562025-03-20T19:08:46.080Z Downloaded env_logger v0.10.2
7572025-03-20T19:08:46.085Z Downloaded path-slash v0.1.5
7582025-03-20T19:08:46.085Z Downloaded olpc-cjson v0.1.4
7592025-03-20T19:08:46.086Z Downloaded ssh-encoding v0.2.0
7602025-03-20T19:08:46.086Z Downloaded scopeguard v1.2.0
7612025-03-20T19:08:46.090Z Downloaded schemars_derive v0.8.22
7622025-03-20T19:08:46.090Z Downloaded diesel_table_macro_syntax v0.2.0
7632025-03-20T19:08:46.090Z Downloaded structmeta-derive v0.3.0
7642025-03-20T19:08:46.094Z Downloaded structmeta v0.3.0
7652025-03-20T19:08:46.094Z Downloaded half v2.4.1
7662025-03-20T19:08:46.097Z Downloaded password-hash v0.4.2
7672025-03-20T19:08:46.097Z Downloaded http v1.2.0
7682025-03-20T19:08:46.101Z Downloaded wait-timeout v0.2.0
7692025-03-20T19:08:46.105Z Downloaded tracing-core v0.1.32
7702025-03-20T19:08:46.110Z Downloaded libxml v0.3.3
7712025-03-20T19:08:46.113Z Downloaded vte_generate_state_changes v0.1.2
7722025-03-20T19:08:46.113Z Downloaded unicode_categories v0.1.1
7732025-03-20T19:08:46.116Z Downloaded diesel-dtrace v0.4.2
7742025-03-20T19:08:46.120Z Downloaded toolchain_find v0.4.0
7752025-03-20T19:08:46.120Z Downloaded ed25519 v2.2.3
7762025-03-20T19:08:46.120Z Downloaded slog-envlogger v2.2.0
7772025-03-20T19:08:46.123Z Downloaded which v4.4.2
7782025-03-20T19:08:46.123Z Downloaded derive_builder_core v0.20.2
7792025-03-20T19:08:46.127Z Downloaded dunce v1.0.5
7802025-03-20T19:08:46.127Z Downloaded dirs-next v2.0.0
7812025-03-20T19:08:46.131Z Downloaded difflib v0.4.0
7822025-03-20T19:08:46.131Z Downloaded getrandom v0.3.1
7832025-03-20T19:08:46.134Z Downloaded libm v0.2.8
7842025-03-20T19:08:46.141Z Downloaded derive_builder_macro v0.20.2
7852025-03-20T19:08:46.144Z Downloaded precomputed-hash v0.1.1
7862025-03-20T19:08:46.144Z Downloaded embedded-io v0.4.0
7872025-03-20T19:08:46.147Z Downloaded dirs-sys-next v0.1.2
7882025-03-20T19:08:46.147Z Downloaded pin-utils v0.1.0
7892025-03-20T19:08:46.147Z Downloaded rand_seeder v0.3.0
7902025-03-20T19:08:46.150Z Downloaded rand_core v0.9.2
7912025-03-20T19:08:46.151Z Downloaded psl-types v2.0.11
7922025-03-20T19:08:46.154Z Downloaded tokio-stream v0.1.17
7932025-03-20T19:08:46.158Z Downloaded tokio-rustls v0.26.0
7942025-03-20T19:08:46.162Z Downloaded serde_plain v1.0.2
7952025-03-20T19:08:46.162Z Downloaded itertools v0.10.5
7962025-03-20T19:08:46.166Z Downloaded rfc6979 v0.4.0
7972025-03-20T19:08:46.169Z Downloaded powerfmt v0.2.0
7982025-03-20T19:08:46.170Z Downloaded secrecy v0.8.0
7992025-03-20T19:08:46.174Z Downloaded itertools v0.14.0
8002025-03-20T19:08:46.178Z Downloaded unicase v2.7.0
8012025-03-20T19:08:46.181Z Downloaded semver v0.1.20
8022025-03-20T19:08:46.182Z Downloaded spki v0.7.3
8032025-03-20T19:08:46.185Z Downloaded ecdsa v0.16.9
8042025-03-20T19:08:46.188Z Downloaded thiserror-impl-no-std v2.0.2
8052025-03-20T19:08:46.188Z Downloaded yoke-derive v0.7.4
8062025-03-20T19:08:46.189Z Downloaded walkdir v2.5.0
8072025-03-20T19:08:46.193Z Downloaded pretty_assertions v1.4.1
8082025-03-20T19:08:46.193Z Downloaded parking_lot v0.12.3
8092025-03-20T19:08:46.196Z Downloaded uuid v1.15.1
8102025-03-20T19:08:46.200Z Downloaded normalize-line-endings v0.3.0
8112025-03-20T19:08:46.200Z Downloaded signal-hook v0.3.17
8122025-03-20T19:08:46.204Z Downloaded unarray v0.1.4
8132025-03-20T19:08:46.207Z Downloaded slog-scope v4.4.0
8142025-03-20T19:08:46.207Z Downloaded slog-json v2.6.1
8152025-03-20T19:08:46.207Z Downloaded slog-bunyan v2.5.0
8162025-03-20T19:08:46.211Z Downloaded russh-keys v0.45.0
8172025-03-20T19:08:46.214Z Downloaded nibble_vec v0.1.0
8182025-03-20T19:08:46.214Z Downloaded glob v0.3.2
8192025-03-20T19:08:46.217Z Downloaded serde_yaml v0.9.34+deprecated
8202025-03-20T19:08:46.222Z Downloaded proc-macro-crate v1.3.1
8212025-03-20T19:08:46.222Z Downloaded ppv-lite86 v0.2.20
8222025-03-20T19:08:46.225Z Downloaded zerocopy-derive v0.8.10
8232025-03-20T19:08:46.229Z Downloaded newtype_derive v0.1.6
8242025-03-20T19:08:46.232Z Downloaded progenitor-client v0.8.0
8252025-03-20T19:08:46.232Z Downloaded float-ord v0.3.2
8262025-03-20T19:08:46.232Z Downloaded hashbrown v0.13.2
8272025-03-20T19:08:46.236Z Downloaded idna v1.0.3
8282025-03-20T19:08:46.240Z Downloaded diff v0.1.13
8292025-03-20T19:08:46.243Z Downloaded thread_local v1.1.8
8302025-03-20T19:08:46.247Z Downloaded zeroize_derive v1.4.2
8312025-03-20T19:08:46.247Z Downloaded spin v0.9.8
8322025-03-20T19:08:46.250Z Downloaded typify v0.2.0
8332025-03-20T19:08:46.253Z Downloaded write16 v1.0.0
8342025-03-20T19:08:46.256Z Downloaded fxhash v0.2.1
8352025-03-20T19:08:46.256Z Downloaded xz2 v0.1.7
8362025-03-20T19:08:46.256Z Downloaded thiserror-no-std v2.0.2
8372025-03-20T19:08:46.260Z Downloaded pkcs1 v0.7.5
8382025-03-20T19:08:46.263Z Downloaded des v0.8.1
8392025-03-20T19:08:46.267Z Downloaded dropshot_endpoint v0.16.0
8402025-03-20T19:08:46.270Z Downloaded tracing v0.1.40
8412025-03-20T19:08:46.273Z Downloaded num-conv v0.1.0
8422025-03-20T19:08:46.276Z Downloaded num v0.4.3
8432025-03-20T19:08:46.276Z Downloaded filetime v0.2.25
8442025-03-20T19:08:46.279Z Downloaded zip v2.1.3
8452025-03-20T19:08:46.282Z Downloaded sqlparser_derive v0.2.2
8462025-03-20T19:08:46.285Z Downloaded nu-ansi-term v0.50.1
8472025-03-20T19:08:46.285Z Downloaded sigpipe v0.1.3
8482025-03-20T19:08:46.288Z Downloaded newtype-uuid v1.2.1
8492025-03-20T19:08:46.288Z Downloaded ff v0.13.0
8502025-03-20T19:08:46.292Z Downloaded pin-project v1.1.6
8512025-03-20T19:08:46.301Z Downloaded signal-hook-tokio v0.3.1
8522025-03-20T19:08:46.304Z Downloaded ron v0.7.1
8532025-03-20T19:08:46.307Z Downloaded shell-words v1.1.0
8542025-03-20T19:08:46.310Z Downloaded rustc_version v0.4.1
8552025-03-20T19:08:46.310Z Downloaded rustc-hash v2.1.1
8562025-03-20T19:08:46.314Z Downloaded funty v2.0.0
8572025-03-20T19:08:46.314Z Downloaded rustc-demangle v0.1.24
8582025-03-20T19:08:46.317Z Downloaded tinystr v0.7.6
8592025-03-20T19:08:46.317Z Downloaded tls_codec v0.4.1
8602025-03-20T19:08:46.320Z Downloaded tiny-keccak v2.0.2
8612025-03-20T19:08:46.323Z Downloaded socket2 v0.5.8
8622025-03-20T19:08:46.323Z Downloaded zerovec-derive v0.10.3
8632025-03-20T19:08:46.326Z Downloaded aes-gcm v0.10.3
8642025-03-20T19:08:46.329Z Downloaded yasna v0.5.2
8652025-03-20T19:08:46.332Z Downloaded derive_more v0.99.19
8662025-03-20T19:08:46.336Z Downloaded omicron-zone-package v0.12.0
8672025-03-20T19:08:46.340Z Downloaded hex-literal v0.4.1
8682025-03-20T19:08:46.343Z Downloaded zone v0.3.0
8692025-03-20T19:08:46.343Z Downloaded progenitor v0.8.0
8702025-03-20T19:08:46.346Z Downloaded papergrid v0.14.0
8712025-03-20T19:08:46.349Z Downloaded futures-io v0.3.31
8722025-03-20T19:08:46.352Z Downloaded synstructure v0.13.1
8732025-03-20T19:08:46.352Z Downloaded tower v0.5.2
8742025-03-20T19:08:46.360Z Downloaded parse-size v1.1.0
8752025-03-20T19:08:46.363Z Downloaded gethostname v0.5.0
8762025-03-20T19:08:46.363Z Downloaded ena v0.14.3
8772025-03-20T19:08:46.367Z Downloaded termios v0.3.3
8782025-03-20T19:08:46.367Z Downloaded heck v0.3.3
8792025-03-20T19:08:46.371Z Downloaded serde_repr v0.1.19
8802025-03-20T19:08:46.371Z Downloaded float-cmp v0.10.0
8812025-03-20T19:08:46.371Z Downloaded ron v0.8.1
8822025-03-20T19:08:46.375Z Downloaded fixedbitset v0.5.7
8832025-03-20T19:08:46.379Z Downloaded zone_cfg_derive v0.1.2
8842025-03-20T19:08:46.379Z Downloaded snafu v0.8.5
8852025-03-20T19:08:46.384Z Downloaded rusty-fork v0.3.0
8862025-03-20T19:08:46.387Z Downloaded typify v0.3.0
8872025-03-20T19:08:46.391Z Downloaded rustls-pemfile v1.0.4
8882025-03-20T19:08:46.394Z Downloaded rustc-hash v1.1.0
8892025-03-20T19:08:46.394Z Downloaded test-strategy v0.4.0
8902025-03-20T19:08:46.397Z Downloaded rand_xorshift v0.3.0
8912025-03-20T19:08:46.401Z Downloaded futures-channel v0.3.31
8922025-03-20T19:08:46.401Z Downloaded zone_cfg_derive v0.3.0
8932025-03-20T19:08:46.401Z Downloaded embedded-io v0.6.1
8942025-03-20T19:08:46.404Z Downloaded data-encoding v2.6.0
8952025-03-20T19:08:46.404Z Downloaded fatfs v0.3.6
8962025-03-20T19:08:46.407Z Downloaded fixedbitset v0.4.2
8972025-03-20T19:08:46.410Z Downloaded typify-macro v0.3.0
8982025-03-20T19:08:46.410Z Downloaded typify-macro v0.2.0
8992025-03-20T19:08:46.410Z Downloaded progenitor v0.9.1
9002025-03-20T19:08:46.414Z Downloaded termtree v0.4.1
9012025-03-20T19:08:46.414Z Downloaded zerocopy v0.6.6
9022025-03-20T19:08:46.417Z Downloaded p256 v0.13.2
9032025-03-20T19:08:46.420Z Downloaded qorb v0.2.1
9042025-03-20T19:08:46.423Z Downloaded enum-as-inner v0.6.1
9052025-03-20T19:08:46.429Z Downloaded publicsuffix v2.3.0
9062025-03-20T19:08:46.429Z Downloaded percent-encoding v2.3.1
9072025-03-20T19:08:46.429Z Downloaded parse-display-derive v0.10.0
9082025-03-20T19:08:46.432Z Downloaded simd-adler32 v0.3.7
9092025-03-20T19:08:46.433Z Downloaded untrusted v0.9.0
9102025-03-20T19:08:46.433Z Downloaded unicode-truncate v1.1.0
9112025-03-20T19:08:46.436Z Downloaded sha1 v0.10.6
9122025-03-20T19:08:46.436Z Downloaded time-core v0.1.2
9132025-03-20T19:08:46.442Z Downloaded progenitor-impl v0.9.1
9142025-03-20T19:08:46.442Z Downloaded packed_struct v0.10.1
9152025-03-20T19:08:46.445Z Downloaded topological-sort v0.2.2
9162025-03-20T19:08:46.445Z Downloaded flume v0.11.1
9172025-03-20T19:08:46.445Z Downloaded reedline v0.38.0
9182025-03-20T19:08:46.452Z Downloaded openssl-macros v0.1.1
9192025-03-20T19:08:46.455Z Downloaded tracing-attributes v0.1.27
9202025-03-20T19:08:46.455Z Downloaded packed_struct_codegen v0.10.1
9212025-03-20T19:08:46.459Z Downloaded proc-macro-error-attr2 v2.0.0
9222025-03-20T19:08:46.459Z Downloaded schemars v0.8.22
9232025-03-20T19:08:46.469Z Downloaded openssl-probe v0.1.5
9242025-03-20T19:08:46.472Z Downloaded hkdf v0.12.4
9252025-03-20T19:08:46.475Z Downloaded siphasher v0.3.11
9262025-03-20T19:08:46.475Z Downloaded num-complex v0.4.6
9272025-03-20T19:08:46.478Z Downloaded hickory-client v0.24.4
9282025-03-20T19:08:46.481Z Downloaded futures-executor v0.3.31
9292025-03-20T19:08:46.481Z Downloaded oxnet v0.1.1
9302025-03-20T19:08:46.484Z Downloaded tls_codec_derive v0.4.1
9312025-03-20T19:08:46.484Z Downloaded heapless v0.7.17
9322025-03-20T19:08:46.488Z Downloaded blake3 v1.5.4
9332025-03-20T19:08:46.495Z Downloaded ed25519-dalek v2.1.1
9342025-03-20T19:08:46.498Z Downloaded futures-sink v0.3.31
9352025-03-20T19:08:46.501Z Downloaded curve25519-dalek-derive v0.1.1
9362025-03-20T19:08:46.501Z Downloaded ghash v0.5.1
9372025-03-20T19:08:46.501Z Downloaded toml_edit v0.19.15
9382025-03-20T19:08:46.517Z Downloaded futures-macro v0.3.31
9392025-03-20T19:08:46.520Z Downloaded rand v0.9.0
9402025-03-20T19:08:46.523Z Downloaded futures-core v0.3.31
9412025-03-20T19:08:46.523Z Downloaded proc-macro-error2 v2.0.1
9422025-03-20T19:08:46.526Z Downloaded same-file v1.0.6
9432025-03-20T19:08:46.530Z Downloaded prettyplease v0.2.30
9442025-03-20T19:08:46.533Z Downloaded env_logger v0.11.5
9452025-03-20T19:08:46.536Z Downloaded primeorder v0.13.6
9462025-03-20T19:08:46.536Z Downloaded url v2.5.3
9472025-03-20T19:08:46.539Z Downloaded postgres-types v0.2.9
9482025-03-20T19:08:46.543Z Downloaded parking_lot_core v0.8.6
9492025-03-20T19:08:46.543Z Downloaded zopfli v0.8.1
9502025-03-20T19:08:46.546Z Downloaded slog v2.7.0
9512025-03-20T19:08:46.549Z Downloaded russh v0.45.0
9522025-03-20T19:08:46.553Z Downloaded tui-tree-widget v0.23.0
9532025-03-20T19:08:46.558Z Downloaded proptest v1.6.0
9542025-03-20T19:08:46.564Z Downloaded time-macros v0.2.18
9552025-03-20T19:08:46.567Z Downloaded poly1305 v0.8.0
9562025-03-20T19:08:46.570Z Downloaded twox-hash v2.1.0
9572025-03-20T19:08:46.573Z Downloaded portable-atomic v1.9.0
9582025-03-20T19:08:46.578Z Downloaded getrandom v0.2.15
9592025-03-20T19:08:46.581Z Downloaded icu_properties_data v1.5.0
9602025-03-20T19:08:46.591Z Downloaded tokio-postgres v0.7.13
9612025-03-20T19:08:46.596Z Downloaded debug-ignore v1.0.5
9622025-03-20T19:08:46.599Z Downloaded bitvec v1.0.1
9632025-03-20T19:08:46.612Z Downloaded similar v2.7.0
9642025-03-20T19:08:46.618Z Downloaded rustls-webpki v0.101.7
9652025-03-20T19:08:46.632Z Downloaded tungstenite v0.23.0
9662025-03-20T19:08:46.635Z Downloaded tungstenite v0.21.0
9672025-03-20T19:08:46.639Z Downloaded parking_lot v0.11.2
9682025-03-20T19:08:46.642Z Downloaded steno v0.4.1
9692025-03-20T19:08:46.645Z Downloaded bindgen v0.71.1
9702025-03-20T19:08:46.653Z Downloaded daft-derive v0.1.2
9712025-03-20T19:08:46.657Z Downloaded openssl-sys v0.9.106
9722025-03-20T19:08:46.662Z Downloaded chrono v0.4.40
9732025-03-20T19:08:46.670Z Downloaded futures v0.3.31
9742025-03-20T19:08:46.675Z Downloaded quinn v0.11.5
9752025-03-20T19:08:46.682Z Downloaded num-bigint-dig v0.8.4
9762025-03-20T19:08:46.685Z Downloaded num-bigint v0.4.6
9772025-03-20T19:08:46.688Z Downloaded ssh-key v0.6.6
9782025-03-20T19:08:46.695Z Downloaded zip v0.6.6
9792025-03-20T19:08:46.700Z Downloaded heapless v0.8.0
9802025-03-20T19:08:46.703Z Downloaded rcgen v0.12.1
9812025-03-20T19:08:46.707Z Downloaded samael v0.0.18
9822025-03-20T19:08:46.712Z Downloaded rayon-core v1.12.1
9832025-03-20T19:08:46.716Z Downloaded parse-zoneinfo v0.3.1
9842025-03-20T19:08:46.720Z Downloaded tabled v0.18.0
9852025-03-20T19:08:46.736Z Downloaded sqlparser v0.45.0
9862025-03-20T19:08:46.741Z Downloaded quinn-proto v0.11.8
9872025-03-20T19:08:46.748Z Downloaded rustls-webpki v0.102.8
9882025-03-20T19:08:46.767Z Downloaded rand v0.8.5
9892025-03-20T19:08:46.770Z Downloaded unicode-width v0.2.0
9902025-03-20T19:08:46.776Z Downloaded time v0.3.36
9912025-03-20T19:08:46.783Z Downloaded unicode-segmentation v1.12.0
9922025-03-20T19:08:46.786Z Downloaded der v0.7.9
9932025-03-20T19:08:46.791Z Downloaded object v0.30.4
9942025-03-20T19:08:46.801Z Downloaded typed-path v0.9.3
9952025-03-20T19:08:46.807Z Downloaded unicode-normalization v0.1.24
9962025-03-20T19:08:46.810Z Downloaded webpki-roots v0.26.6
9972025-03-20T19:08:46.814Z Downloaded smoltcp v0.9.1
9982025-03-20T19:08:46.825Z Downloaded salty v0.3.0
9992025-03-20T19:08:46.832Z Downloaded reqwest v0.12.12
10002025-03-20T19:08:46.841Z Downloaded p521 v0.13.3
10012025-03-20T19:08:46.849Z Downloaded expectorate v1.1.0
10022025-03-20T19:08:46.852Z Downloaded nom v7.1.3
10032025-03-20T19:08:46.857Z Downloaded lalrpop v0.19.12
10042025-03-20T19:08:46.863Z Downloaded winnow v0.6.20
10052025-03-20T19:08:46.872Z Downloaded nix v0.27.1
10062025-03-20T19:08:46.883Z Downloaded regex v1.11.1
10072025-03-20T19:08:46.896Z Downloaded futures-util v0.3.31
10082025-03-20T19:08:46.908Z Downloaded git2 v0.19.0
10092025-03-20T19:08:46.916Z Downloaded vcpkg v0.2.15
10102025-03-20T19:08:46.955Z Downloaded gimli v0.31.1
10112025-03-20T19:08:46.963Z Downloaded bstr v1.10.0
10122025-03-20T19:08:46.973Z Downloaded chrono-tz v0.10.1
10132025-03-20T19:08:46.980Z Downloaded regex-syntax v0.6.29
10142025-03-20T19:08:46.987Z Downloaded zerocopy v0.8.10
10152025-03-20T19:08:47.012Z Downloaded rayon v1.10.0
10162025-03-20T19:08:47.020Z Downloaded petname v2.0.2
10172025-03-20T19:08:47.025Z Downloaded p384 v0.13.0
10182025-03-20T19:08:47.031Z Downloaded rustls v0.22.4
10192025-03-20T19:08:47.044Z Downloaded rustls v0.23.19
10202025-03-20T19:08:47.055Z Downloaded dropshot v0.12.0
10212025-03-20T19:08:47.075Z Downloaded diesel v2.2.8
10222025-03-20T19:08:47.093Z Downloaded radix_trie v0.2.1
10232025-03-20T19:08:47.098Z Downloaded nix v0.29.0
10242025-03-20T19:08:47.110Z Downloaded openssl v0.10.71
10252025-03-20T19:08:47.119Z Downloaded polar-core v0.27.3
10262025-03-20T19:08:47.128Z Downloaded curve25519-dalek v4.1.3
10272025-03-20T19:08:47.136Z Downloaded object v0.36.5
10282025-03-20T19:08:47.148Z Downloaded nix v0.28.0
10292025-03-20T19:08:47.159Z Downloaded bzip2-sys v0.1.11+1.0.8
10302025-03-20T19:08:47.171Z Downloaded sled v0.34.7
10312025-03-20T19:08:47.181Z Downloaded rustls v0.21.12
10322025-03-20T19:08:47.192Z Downloaded hickory-proto v0.24.4
10332025-03-20T19:08:47.207Z Downloaded ratatui v0.29.0
10342025-03-20T19:08:47.227Z Downloaded typify-impl v0.3.0
10352025-03-20T19:08:47.242Z Downloaded openapiv3 v2.0.0
10362025-03-20T19:08:47.254Z Downloaded regex-syntax v0.8.5
10372025-03-20T19:08:47.262Z Downloaded regress v0.10.3
10382025-03-20T19:08:47.270Z Downloaded smoltcp v0.11.0
10392025-03-20T19:08:47.282Z Downloaded dropshot v0.16.0
10402025-03-20T19:08:47.304Z Downloaded typify-impl v0.2.0
10412025-03-20T19:08:47.318Z Downloaded zerocopy-derive v0.6.6
10422025-03-20T19:08:47.328Z Downloaded regex-automata v0.4.8
10432025-03-20T19:08:47.344Z Downloaded zerovec v0.10.4
10442025-03-20T19:08:47.350Z Downloaded unicode-properties v0.1.3
10452025-03-20T19:08:47.353Z Downloaded oso v0.27.3
10462025-03-20T19:08:47.356Z Downloaded csv v1.3.1
10472025-03-20T19:08:47.375Z Downloaded winnow v0.5.40
10482025-03-20T19:08:47.383Z Downloaded lzma-sys v0.1.20
10492025-03-20T19:08:47.411Z Downloaded h2 v0.4.6
10502025-03-20T19:08:47.417Z Downloaded tokio v1.43.0
10512025-03-20T19:08:47.455Z Downloaded yansi v1.0.1
10522025-03-20T19:08:47.458Z Downloaded serde_with v3.12.0
10532025-03-20T19:08:47.465Z Downloaded aho-corasick v1.1.3
10542025-03-20T19:08:47.470Z Downloaded sha3 v0.10.8
10552025-03-20T19:08:47.475Z Downloaded polyval v0.6.2
10562025-03-20T19:08:47.478Z Downloaded libz-sys v1.1.20
10572025-03-20T19:08:47.497Z Downloaded petgraph v0.6.5
10582025-03-20T19:08:47.513Z Downloaded petgraph v0.7.1
10592025-03-20T19:08:47.531Z Downloaded phf_codegen v0.11.2
10602025-03-20T19:08:47.534Z Downloaded untrusted v0.7.1
10612025-03-20T19:08:47.534Z Downloaded pem-rfc7468 v0.7.0
10622025-03-20T19:08:47.538Z Downloaded tinyvec v1.8.0
10632025-03-20T19:08:47.538Z Downloaded flate2 v1.1.0
10642025-03-20T19:08:47.542Z Downloaded progenitor-impl v0.8.0
10652025-03-20T19:08:47.561Z Downloaded serde_urlencoded v0.7.1
10662025-03-20T19:08:47.561Z Downloaded tough v0.19.0
10672025-03-20T19:08:47.561Z Downloaded quick-xml v0.37.2
10682025-03-20T19:08:47.561Z Downloaded sct v0.7.1
10692025-03-20T19:08:47.565Z Downloaded vergen v8.3.2
10702025-03-20T19:08:47.565Z Downloaded paste v1.0.15
10712025-03-20T19:08:47.568Z Downloaded termcolor v1.4.1
10722025-03-20T19:08:47.568Z Downloaded crossterm v0.28.1
10732025-03-20T19:08:47.574Z Downloaded string_cache v0.8.7
10742025-03-20T19:08:47.577Z Downloaded slog-async v2.8.0
10752025-03-20T19:08:47.577Z Downloaded progenitor-macro v0.9.1
10762025-03-20T19:08:47.580Z Downloaded phf v0.11.2
10772025-03-20T19:08:47.581Z Downloaded stringprep v0.1.5
10782025-03-20T19:08:47.581Z Downloaded diesel_derives v2.2.3
10792025-03-20T19:08:47.584Z Downloaded itertools v0.13.0
10802025-03-20T19:08:47.591Z Downloaded hyper v1.6.0
10812025-03-20T19:08:47.597Z Downloaded writeable v0.5.5
10822025-03-20T19:08:47.600Z Downloaded derive_builder v0.20.2
10832025-03-20T19:08:47.603Z Downloaded tokio-util v0.7.13
10842025-03-20T19:08:47.609Z Downloaded fallible-iterator v0.2.0
10852025-03-20T19:08:47.613Z Downloaded password-hash v0.5.0
10862025-03-20T19:08:47.613Z Downloaded pin-project-lite v0.2.14
10872025-03-20T19:08:47.617Z Downloaded toml v0.7.8
10882025-03-20T19:08:47.620Z Downloaded rustyline v14.0.0
10892025-03-20T19:08:47.626Z Downloaded termtree v0.5.1
10902025-03-20T19:08:47.629Z Downloaded strip-ansi-escapes v0.2.0
10912025-03-20T19:08:47.629Z Downloaded daft v0.1.2
10922025-03-20T19:08:47.629Z Downloaded sqlformat v0.2.6
10932025-03-20T19:08:47.632Z Downloaded elliptic-curve v0.13.8
10942025-03-20T19:08:47.636Z Downloaded yoke v0.7.4
10952025-03-20T19:08:47.636Z Downloaded value-bag v1.9.0
10962025-03-20T19:08:47.639Z Downloaded uzers v0.12.1
10972025-03-20T19:08:47.643Z Downloaded ssh-cipher v0.2.0
10982025-03-20T19:08:47.643Z Downloaded sec1 v0.7.3
10992025-03-20T19:08:47.643Z Downloaded scheduled-thread-pool v0.2.7
11002025-03-20T19:08:47.646Z Downloaded form_urlencoded v1.2.1
11012025-03-20T19:08:47.646Z Downloaded hashbrown v0.12.3
11022025-03-20T19:08:47.649Z Downloaded pin-project-internal v1.1.6
11032025-03-20T19:08:47.652Z Downloaded peg-macros v0.8.5
11042025-03-20T19:08:47.653Z Downloaded dsl_auto_type v0.1.2
11052025-03-20T19:08:47.656Z Downloaded vsss-rs v3.3.4
11062025-03-20T19:08:47.659Z Downloaded unsafe-libyaml v0.2.11
11072025-03-20T19:08:47.663Z Downloaded resolv-conf v0.7.0
11082025-03-20T19:08:47.663Z Downloaded x509-cert v0.2.5
11092025-03-20T19:08:47.667Z Downloaded tokio-rustls v0.25.0
11102025-03-20T19:08:47.670Z Downloaded ring v0.17.11
11112025-03-20T19:08:47.710Z Downloaded tokio-rustls v0.24.1
11122025-03-20T19:08:47.713Z Downloaded fs_extra v1.3.0
11132025-03-20T19:08:47.716Z Downloaded mio v1.0.2
11142025-03-20T19:08:47.720Z Downloaded encoding_rs v0.8.34
11152025-03-20T19:08:47.740Z Downloaded crypto-bigint v0.5.5
11162025-03-20T19:08:47.746Z Downloaded itertools v0.12.1
11172025-03-20T19:08:47.752Z Downloaded utf-8 v0.7.6
11182025-03-20T19:08:47.756Z Downloaded progenitor-macro v0.8.0
11192025-03-20T19:08:47.756Z Downloaded postgres-protocol v0.6.8
11202025-03-20T19:08:47.759Z Downloaded postcard v1.0.10
11212025-03-20T19:08:47.759Z Downloaded owo-colors v4.2.0
11222025-03-20T19:08:47.762Z Downloaded subprocess v0.2.9
11232025-03-20T19:08:47.765Z Downloaded signal-hook-registry v1.4.2
11242025-03-20T19:08:47.765Z Downloaded shlex v1.3.0
11252025-03-20T19:08:47.765Z Downloaded globset v0.4.15
11262025-03-20T19:08:47.768Z Downloaded utf16_iter v1.0.5
11272025-03-20T19:08:47.768Z Downloaded num-traits v0.2.19
11282025-03-20T19:08:47.771Z Downloaded darling_core v0.20.10
11292025-03-20T19:08:47.775Z Downloaded crossbeam-channel v0.5.13
11302025-03-20T19:08:47.806Z Downloaded const_format v0.2.34
11312025-03-20T19:08:47.806Z Downloaded tar v0.4.44
11322025-03-20T19:08:47.806Z Downloaded fragile v2.0.0
11332025-03-20T19:08:47.806Z Downloaded libgit2-sys v0.17.0+1.8.1
11342025-03-20T19:08:47.878Z Downloaded rustls-pemfile v2.2.0
11352025-03-20T19:08:47.881Z Downloaded defmt v0.3.8
11362025-03-20T19:08:47.885Z Downloaded bytes v1.10.1
11372025-03-20T19:08:47.890Z Downloaded rpassword v7.3.1
11382025-03-20T19:08:47.893Z Downloaded zerofrom-derive v0.1.4
11392025-03-20T19:08:47.893Z Downloaded utf8_iter v1.0.4
11402025-03-20T19:08:47.896Z Downloaded peg v0.8.5
11412025-03-20T19:08:47.899Z Downloaded parking_lot_core v0.9.10
11422025-03-20T19:08:47.902Z Downloaded headers v0.4.0
11432025-03-20T19:08:47.906Z Downloaded arc-swap v1.7.1
11442025-03-20T19:08:47.910Z Downloaded allocator-api2 v0.2.18
11452025-03-20T19:08:47.913Z Downloaded strum_macros v0.24.3
11462025-03-20T19:08:47.921Z Downloaded slog-dtrace v0.3.0
11472025-03-20T19:08:47.921Z Downloaded stable_deref_trait v1.2.0
11482025-03-20T19:08:47.921Z Downloaded pkg-config v0.3.31
11492025-03-20T19:08:47.926Z Downloaded phf_generator v0.11.2
11502025-03-20T19:08:47.926Z Downloaded pbkdf2 v0.12.2
11512025-03-20T19:08:47.926Z Downloaded display-error-chain v0.2.2
11522025-03-20T19:08:47.926Z Downloaded der_derive v0.7.3
11532025-03-20T19:08:47.926Z Downloaded term v0.7.0
11542025-03-20T19:08:47.926Z Downloaded icu_normalizer_data v1.5.0
11552025-03-20T19:08:47.926Z Downloaded chacha20poly1305 v0.10.1
11562025-03-20T19:08:47.930Z Downloaded base64 v0.13.1
11572025-03-20T19:08:47.930Z Downloaded parse-display v0.10.0
11582025-03-20T19:08:47.935Z Downloaded num_enum_derive v0.5.11
11592025-03-20T19:08:47.935Z Downloaded num_enum v0.5.11
11602025-03-20T19:08:47.942Z Downloaded rustls-pki-types v1.10.0
11612025-03-20T19:08:47.942Z Downloaded crossbeam-epoch v0.9.18
11622025-03-20T19:08:47.942Z Downloaded ahash v0.8.11
11632025-03-20T19:08:47.945Z Downloaded serde_derive_internals v0.29.1
11642025-03-20T19:08:47.945Z Downloaded async-trait v0.1.87
11652025-03-20T19:08:47.949Z Downloaded ciborium v0.2.2
11662025-03-20T19:08:47.952Z Downloaded const-oid v0.9.6
11672025-03-20T19:08:47.955Z Downloaded bindgen v0.69.5
11682025-03-20T19:08:47.959Z Downloaded tabwriter v1.4.0
11692025-03-20T19:08:47.962Z Downloaded indexmap v1.9.3
11702025-03-20T19:08:47.965Z Downloaded slog-stdlog v4.1.1
11712025-03-20T19:08:47.966Z Downloaded cargo_metadata v0.18.1
11722025-03-20T19:08:47.968Z Downloaded cancel-safe-futures v0.1.5
11732025-03-20T19:08:47.971Z Downloaded assert_matches v1.5.0
11742025-03-20T19:08:47.971Z Downloaded crossbeam-deque v0.8.5
11752025-03-20T19:08:47.971Z Downloaded crc v3.2.1
11762025-03-20T19:08:47.974Z Downloaded atomic-waker v1.1.2
11772025-03-20T19:08:47.974Z Downloaded cipher v0.4.4
11782025-03-20T19:08:47.977Z Downloaded cexpr v0.6.0
11792025-03-20T19:08:47.977Z Downloaded cbc v0.1.2
11802025-03-20T19:08:47.980Z Downloaded arrayref v0.3.9
11812025-03-20T19:08:47.980Z Downloaded chacha20 v0.9.1
11822025-03-20T19:08:47.983Z Downloaded cassowary v0.3.0
11832025-03-20T19:08:47.983Z Downloaded cstr-argument v0.1.2
11842025-03-20T19:08:47.986Z Downloaded crunchy v0.2.2
11852025-03-20T19:08:47.986Z Downloaded crucible-workspace-hack v0.1.0
11862025-03-20T19:08:47.986Z Downloaded ciborium-io v0.2.2
11872025-03-20T19:08:47.986Z Downloaded bitfield v0.14.0
11882025-03-20T19:08:47.986Z Downloaded backoff v0.4.0
11892025-03-20T19:08:47.990Z Downloaded base64ct v1.6.0
11902025-03-20T19:08:47.993Z Downloaded base16ct v0.2.0
11912025-03-20T19:08:47.993Z Downloaded backtrace v0.3.74
11922025-03-20T19:08:47.996Z Downloaded hyper-tls v0.6.0
11932025-03-20T19:08:47.999Z Downloaded hostname v0.3.1
11942025-03-20T19:08:47.999Z Downloaded home v0.5.9
11952025-03-20T19:08:47.999Z Downloaded ascii-canvas v3.0.0
11962025-03-20T19:08:48.003Z Downloaded array-init v0.0.4
11972025-03-20T19:08:48.003Z Downloaded async-stream v0.3.6
11982025-03-20T19:08:48.003Z Downloaded async-bb8-diesel v0.2.1
11992025-03-20T19:08:48.372Z Downloaded aws-lc-sys v0.26.0
12002025-03-20T19:08:48.689Z Compiling serde v1.0.218
12012025-03-20T19:08:48.693Z Compiling value-bag v1.9.0
12022025-03-20T19:08:48.693Z Compiling lock_api v0.4.12
12032025-03-20T19:08:48.693Z Compiling scopeguard v1.2.0
12042025-03-20T19:08:48.693Z Compiling shlex v1.3.0
12052025-03-20T19:08:48.693Z Compiling typenum v1.17.0
12062025-03-20T19:08:48.899Z Compiling syn v2.0.98
12072025-03-20T19:08:48.914Z Compiling getrandom v0.2.15
12082025-03-20T19:08:49.071Z Compiling jobserver v0.1.32
12092025-03-20T19:08:49.242Z Compiling rand_core v0.6.4
12102025-03-20T19:08:49.307Z Compiling log v0.4.22
12112025-03-20T19:08:49.423Z Compiling generic-array v0.14.7
12122025-03-20T19:08:49.444Z Compiling cc v1.2.15
12132025-03-20T19:08:49.816Z Compiling subtle v2.6.1
12142025-03-20T19:08:49.837Z Compiling smallvec v1.14.0
12152025-03-20T19:08:49.875Z Compiling const-oid v0.9.6
12162025-03-20T19:08:49.894Z Compiling pin-project-lite v0.2.14
12172025-03-20T19:08:50.035Z Compiling rustix v0.38.37
12182025-03-20T19:08:50.122Z Compiling parking_lot_core v0.9.10
12192025-03-20T19:08:50.170Z Compiling spin v0.9.8
12202025-03-20T19:08:50.228Z Compiling signal-hook-registry v1.4.2
12212025-03-20T19:08:50.546Z Compiling futures-core v0.3.31
12222025-03-20T19:08:50.808Z Compiling mio v1.0.2
12232025-03-20T19:08:50.861Z Compiling aho-corasick v1.1.3
12242025-03-20T19:08:50.971Z Compiling either v1.14.0
12252025-03-20T19:08:51.167Z Compiling parking_lot v0.12.3
12262025-03-20T19:08:51.242Z Compiling regex-syntax v0.8.5
12272025-03-20T19:08:51.376Z Compiling glob v0.3.2
12282025-03-20T19:08:51.897Z Compiling stable_deref_trait v1.2.0
12292025-03-20T19:08:51.965Z Compiling socket2 v0.5.8
12302025-03-20T19:08:51.999Z Compiling prettyplease v0.2.30
12312025-03-20T19:08:52.023Z Compiling serde_json v1.0.139
12322025-03-20T19:08:52.225Z Compiling clang-sys v1.8.1
12332025-03-20T19:08:52.341Z Compiling futures-sink v0.3.31
12342025-03-20T19:08:52.361Z Compiling cpufeatures v0.2.14
12352025-03-20T19:08:52.514Z Compiling lazy_static v1.5.0
12362025-03-20T19:08:52.539Z Compiling slab v0.4.9
12372025-03-20T19:08:52.652Z Compiling minimal-lexical v0.2.1
12382025-03-20T19:08:52.894Z Compiling libloading v0.8.5
12392025-03-20T19:08:52.967Z Compiling home v0.5.9
12402025-03-20T19:08:53.066Z Compiling nom v7.1.3
12412025-03-20T19:08:53.166Z Compiling foldhash v0.1.3
12422025-03-20T19:08:53.185Z Compiling libm v0.2.8
12432025-03-20T19:08:53.296Z Compiling allocator-api2 v0.2.18
12442025-03-20T19:08:53.383Z Compiling pkg-config v0.3.31
12452025-03-20T19:08:53.462Z Compiling bindgen v0.69.5
12462025-03-20T19:08:54.046Z Compiling hashbrown v0.15.1
12472025-03-20T19:08:54.640Z Compiling itertools v0.12.1
12482025-03-20T19:08:54.664Z Compiling num-traits v0.2.19
12492025-03-20T19:08:54.986Z Compiling regex-automata v0.4.8
12502025-03-20T19:08:55.234Z Compiling lazycell v1.3.0
12512025-03-20T19:08:55.342Z Compiling rustc-hash v1.1.0
12522025-03-20T19:08:55.664Z Compiling futures-channel v0.3.31
12532025-03-20T19:08:56.100Z Compiling cmake v0.1.51
12542025-03-20T19:08:56.442Z Compiling synstructure v0.13.1
12552025-03-20T19:08:56.932Z Compiling cexpr v0.6.0
12562025-03-20T19:08:57.259Z Compiling futures-io v0.3.31
12572025-03-20T19:08:57.451Z Compiling pin-utils v0.1.0
12582025-03-20T19:08:57.525Z Compiling fs_extra v1.3.0
12592025-03-20T19:08:57.559Z Compiling dunce v1.0.5
12602025-03-20T19:08:57.698Z Compiling futures-task v0.3.31
12612025-03-20T19:08:57.817Z Compiling getrandom v0.3.1
12622025-03-20T19:08:58.075Z Compiling base64ct v1.6.0
12632025-03-20T19:08:58.577Z Compiling pem-rfc7468 v0.7.0
12642025-03-20T19:08:58.668Z Compiling ring v0.17.11
12652025-03-20T19:08:58.984Z Compiling litemap v0.7.3
12662025-03-20T19:08:59.184Z Compiling paste v1.0.15
12672025-03-20T19:08:59.380Z Compiling writeable v0.5.5
12682025-03-20T19:08:59.688Z Compiling flagset v0.4.6
12692025-03-20T19:08:59.770Z Compiling regex v1.11.1
12702025-03-20T19:08:59.790Z Compiling aws-lc-rs v1.12.4
12712025-03-20T19:08:59.906Z Compiling rustls-pki-types v1.10.0
12722025-03-20T19:09:00.202Z Compiling crossbeam-utils v0.8.20
12732025-03-20T19:09:00.647Z Compiling icu_locid_transform_data v1.5.0
12742025-03-20T19:09:00.670Z Compiling vcpkg v0.2.15
12752025-03-20T19:09:00.786Z Compiling tracing-core v0.1.32
12762025-03-20T19:09:00.867Z Compiling icu_properties_data v1.5.0
12772025-03-20T19:09:00.913Z Compiling percent-encoding v2.3.1
12782025-03-20T19:09:01.126Z Compiling httparse v1.9.5
12792025-03-20T19:09:01.206Z Compiling untrusted v0.9.0
12802025-03-20T19:09:01.333Z Compiling serde_derive v1.0.218
12812025-03-20T19:09:01.373Z Compiling zeroize_derive v1.4.2
12822025-03-20T19:09:01.797Z Compiling zerocopy-derive v0.7.35
12832025-03-20T19:09:01.928Z Compiling tokio-macros v2.5.0
12842025-03-20T19:09:02.242Z Compiling zerofrom-derive v0.1.4
12852025-03-20T19:09:02.697Z Compiling zeroize v1.8.1
12862025-03-20T19:09:03.447Z Compiling yoke-derive v0.7.4
12872025-03-20T19:09:03.706Z Compiling displaydoc v0.2.5
12882025-03-20T19:09:03.769Z Compiling zerocopy v0.7.35
12892025-03-20T19:09:03.991Z Compiling zerovec-derive v0.10.3
12902025-03-20T19:09:04.373Z Compiling crypto-common v0.1.6
12912025-03-20T19:09:04.636Z Compiling block-buffer v0.10.4
12922025-03-20T19:09:04.930Z Compiling digest v0.10.7
12932025-03-20T19:09:05.025Z Compiling block-padding v0.3.3
12942025-03-20T19:09:05.177Z Compiling thiserror-impl v1.0.69
12952025-03-20T19:09:05.278Z Compiling inout v0.1.3
12962025-03-20T19:09:05.394Z Compiling hmac v0.12.1
12972025-03-20T19:09:05.533Z Compiling futures-macro v0.3.31
12982025-03-20T19:09:05.589Z Compiling zerofrom v0.1.4
12992025-03-20T19:09:05.640Z Compiling cipher v0.4.4
13002025-03-20T19:09:05.759Z Compiling sha2 v0.10.8
13012025-03-20T19:09:05.819Z Compiling der_derive v0.7.3
13022025-03-20T19:09:05.945Z Compiling yoke v0.7.4
13032025-03-20T19:09:06.147Z Compiling icu_provider_macros v1.5.0
13042025-03-20T19:09:06.272Z Compiling salsa20 v0.10.2
13052025-03-20T19:09:06.301Z Compiling zerovec v0.10.4
13062025-03-20T19:09:06.520Z Compiling pbkdf2 v0.12.2
13072025-03-20T19:09:06.709Z Compiling ppv-lite86 v0.2.20
13082025-03-20T19:09:07.217Z Compiling scrypt v0.11.0
13092025-03-20T19:09:07.374Z Compiling futures-util v0.3.31
13102025-03-20T19:09:07.493Z Compiling cbc v0.1.2
13112025-03-20T19:09:07.712Z Compiling aes v0.8.4
13122025-03-20T19:09:07.727Z Compiling openssl-sys v0.9.106
13132025-03-20T19:09:08.029Z Compiling thiserror v1.0.69
13142025-03-20T19:09:08.123Z Compiling tinystr v0.7.6
13152025-03-20T19:09:08.180Z Compiling der v0.7.9
13162025-03-20T19:09:08.368Z Compiling pest v2.7.14
13172025-03-20T19:09:08.506Z Compiling icu_locid v1.5.0
13182025-03-20T19:09:08.754Z Compiling icu_collections v1.5.0
13192025-03-20T19:09:09.373Z Compiling tracing-attributes v0.1.27
13202025-03-20T19:09:10.023Z Compiling icu_provider v1.5.0
13212025-03-20T19:09:10.483Z Compiling spki v0.7.3
13222025-03-20T19:09:10.505Z Compiling powerfmt v0.2.0
13232025-03-20T19:09:10.860Z Compiling icu_locid_transform v1.5.0
13242025-03-20T19:09:10.880Z Compiling untrusted v0.7.1
13252025-03-20T19:09:10.987Z Compiling num-conv v0.1.0
13262025-03-20T19:09:11.024Z Compiling time-core v0.1.2
13272025-03-20T19:09:11.067Z Compiling pest_meta v2.7.14
13282025-03-20T19:09:11.211Z Compiling pkcs5 v0.7.1
13292025-03-20T19:09:11.270Z Compiling time-macros v0.2.18
13302025-03-20T19:09:11.394Z Compiling deranged v0.3.11
13312025-03-20T19:09:12.286Z Compiling icu_properties v1.5.1
13322025-03-20T19:09:12.623Z Compiling tracing v0.1.40
13332025-03-20T19:09:13.038Z Compiling scroll_derive v0.12.0
13342025-03-20T19:09:13.261Z Compiling write16 v1.0.0
13352025-03-20T19:09:13.412Z Compiling num_threads v0.1.7
13362025-03-20T19:09:13.562Z Compiling zerocopy v0.8.10
13372025-03-20T19:09:14.065Z Compiling bitflags v2.6.0
13382025-03-20T19:09:14.271Z Compiling bytes v1.10.1
13392025-03-20T19:09:14.405Z Compiling semver v1.0.25
13402025-03-20T19:09:14.473Z Compiling indexmap v2.7.1
13412025-03-20T19:09:15.072Z Compiling rustc_version v0.4.1
13422025-03-20T19:09:15.163Z Compiling utf16_iter v1.0.5
13432025-03-20T19:09:15.362Z Compiling atomic-waker v1.1.2
13442025-03-20T19:09:15.559Z Compiling tokio v1.43.0
13452025-03-20T19:09:15.714Z Compiling http v1.2.0
13462025-03-20T19:09:15.752Z Compiling utf8_iter v1.0.4
13472025-03-20T19:09:15.795Z Compiling icu_normalizer_data v1.5.0
13482025-03-20T19:09:15.911Z Compiling scroll v0.12.0
13492025-03-20T19:09:15.998Z Compiling icu_normalizer v1.5.0
13502025-03-20T19:09:16.545Z Compiling time v0.3.36
13512025-03-20T19:09:16.804Z Compiling uuid v1.15.1
13522025-03-20T19:09:17.143Z Compiling pest_generator v2.7.14
13532025-03-20T19:09:17.723Z Compiling http-body v1.0.1
13542025-03-20T19:09:17.750Z Compiling pkcs8 v0.10.2
13552025-03-20T19:09:17.928Z Compiling zerocopy-derive v0.8.10
13562025-03-20T19:09:17.969Z Compiling which v4.4.2
13572025-03-20T19:09:18.473Z Compiling iana-time-zone v0.1.61
13582025-03-20T19:09:18.527Z Compiling try-lock v0.2.5
13592025-03-20T19:09:18.708Z Compiling tinyvec_macros v0.1.1
13602025-03-20T19:09:18.820Z Compiling slog v2.7.0
13612025-03-20T19:09:18.857Z Compiling goblin v0.8.2
13622025-03-20T19:09:18.993Z Compiling pest_derive v2.7.14
13632025-03-20T19:09:19.056Z Compiling tinyvec v1.8.0
13642025-03-20T19:09:19.421Z Compiling want v0.3.1
13652025-03-20T19:09:19.691Z Compiling chrono v0.4.40
13662025-03-20T19:09:19.812Z Compiling idna_adapter v1.2.0
13672025-03-20T19:09:20.035Z Compiling form_urlencoded v1.2.1
13682025-03-20T19:09:20.362Z Compiling httpdate v1.0.3
13692025-03-20T19:09:20.489Z Compiling tower-service v0.3.3
13702025-03-20T19:09:20.624Z Compiling adler2 v2.0.0
13712025-03-20T19:09:20.810Z Compiling openssl v0.10.71
13722025-03-20T19:09:20.856Z Compiling foreign-types-shared v0.1.1
13732025-03-20T19:09:20.991Z Compiling rustversion v1.0.17
13742025-03-20T19:09:21.011Z Compiling foreign-types v0.3.2
13752025-03-20T19:09:21.124Z Compiling miniz_oxide v0.8.5
13762025-03-20T19:09:21.283Z Compiling idna v1.0.3
13772025-03-20T19:09:21.737Z Compiling dtrace-parser v0.2.0
13782025-03-20T19:09:22.806Z Compiling serde_tokenstream v0.2.2
13792025-03-20T19:09:22.955Z Compiling serde_spanned v0.6.8
13802025-03-20T19:09:23.212Z Compiling toml_datetime v0.6.8
13812025-03-20T19:09:23.421Z Compiling openssl-macros v0.1.1
13822025-03-20T19:09:23.546Z Compiling rand_core v0.9.2
13832025-03-20T19:09:23.657Z Compiling serde_derive_internals v0.29.1
13842025-03-20T19:09:23.679Z Compiling tokio-util v0.7.13
13852025-03-20T19:09:24.013Z Compiling bzip2-sys v0.1.11+1.0.8
13862025-03-20T19:09:24.132Z Compiling native-tls v0.2.12
13872025-03-20T19:09:24.498Z Compiling dof v0.3.0
13882025-03-20T19:09:24.520Z Compiling h2 v0.4.6
13892025-03-20T19:09:24.604Z Compiling syn v1.0.109
13902025-03-20T19:09:24.845Z Compiling schemars v0.8.22
13912025-03-20T19:09:25.204Z Compiling rustls v0.23.19
13922025-03-20T19:09:25.225Z Compiling siphasher v0.3.11
13932025-03-20T19:09:25.505Z Compiling base64 v0.22.1
13942025-03-20T19:09:25.604Z Compiling usdt-impl v0.5.0
13952025-03-20T19:09:25.913Z Compiling schemars_derive v0.8.22
13962025-03-20T19:09:26.915Z Compiling rand_chacha v0.9.0
13972025-03-20T19:09:27.921Z Compiling unicode-normalization v0.1.24
13982025-03-20T19:09:28.684Z Compiling heapless v0.7.17
13992025-03-20T19:09:28.945Z Compiling crossbeam-epoch v0.9.18
14002025-03-20T19:09:28.968Z Compiling rand_chacha v0.3.1
14012025-03-20T19:09:28.995Z Compiling signature v2.2.0
14022025-03-20T19:09:29.015Z Compiling dirs-sys-next v0.1.2
14032025-03-20T19:09:29.122Z Compiling cookie v0.18.1
14042025-03-20T19:09:29.299Z Compiling crc32fast v1.4.2
14052025-03-20T19:09:29.446Z Compiling rustls v0.22.4
14062025-03-20T19:09:29.570Z Compiling unicode-properties v0.1.3
14072025-03-20T19:09:29.603Z Compiling openssl-probe v0.1.5
14082025-03-20T19:09:29.656Z Compiling signal-hook v0.3.17
14092025-03-20T19:09:29.740Z Compiling unicode-bidi v0.3.17
14102025-03-20T19:09:29.918Z Compiling rayon-core v1.12.1
14112025-03-20T19:09:29.950Z Compiling dyn-clone v1.0.19
14122025-03-20T19:09:30.160Z Compiling rand v0.8.5
14132025-03-20T19:09:30.250Z Compiling crossbeam-deque v0.8.5
14142025-03-20T19:09:30.589Z Compiling stringprep v0.1.5
14152025-03-20T19:09:30.942Z Compiling dirs-next v2.0.0
14162025-03-20T19:09:31.249Z Compiling rand v0.9.0
14172025-03-20T19:09:31.395Z Compiling hyper v1.6.0
14182025-03-20T19:09:32.705Z Compiling url v2.5.3
14192025-03-20T19:09:33.040Z Compiling http-body-util v0.1.2
14202025-03-20T19:09:33.414Z Compiling curve25519-dalek v4.1.3
14212025-03-20T19:09:33.545Z Compiling md-5 v0.10.6
14222025-03-20T19:09:33.832Z Compiling hyper-util v0.1.10
14232025-03-20T19:09:34.095Z Compiling async-trait v0.1.87
14242025-03-20T19:09:34.125Z Compiling num-integer v0.1.46
14252025-03-20T19:09:34.253Z Compiling ff v0.13.0
14262025-03-20T19:09:34.433Z Compiling hash32 v0.2.1
14272025-03-20T19:09:34.497Z Compiling thread_local v1.1.8
14282025-03-20T19:09:34.801Z Compiling encoding_rs v0.8.34
14292025-03-20T19:09:34.836Z Compiling memoffset v0.9.1
14302025-03-20T19:09:34.981Z Compiling multer v3.1.0
14312025-03-20T19:09:35.106Z Compiling mime v0.3.17
14322025-03-20T19:09:35.180Z Compiling fallible-iterator v0.2.0
14332025-03-20T19:09:35.288Z Compiling cfg_aliases v0.2.1
14342025-03-20T19:09:35.398Z Compiling litrs v0.4.1
14352025-03-20T19:09:35.596Z Compiling smoltcp v0.9.1
14362025-03-20T19:09:35.903Z Compiling num-bigint-dig v0.8.4
14372025-03-20T19:09:36.240Z Compiling base16ct v0.2.0
14382025-03-20T19:09:36.258Z Compiling match_cfg v0.1.0
14392025-03-20T19:09:36.371Z Compiling portable-atomic v1.9.0
14402025-03-20T19:09:36.472Z Compiling gimli v0.31.1
14412025-03-20T19:09:36.501Z Compiling slog-async v2.8.0
14422025-03-20T19:09:36.547Z Compiling psl-types v2.0.11
14432025-03-20T19:09:36.669Z Compiling toml_edit v0.22.24
14442025-03-20T19:09:36.758Z Compiling publicsuffix v2.3.0
14452025-03-20T19:09:37.029Z Compiling document-features v0.2.10
14462025-03-20T19:09:37.068Z Compiling sec1 v0.7.3
14472025-03-20T19:09:37.391Z Compiling hostname v0.3.1
14482025-03-20T19:09:37.658Z Compiling postgres-protocol v0.6.8
14492025-03-20T19:09:37.678Z Compiling nix v0.29.0
14502025-03-20T19:09:38.570Z Compiling num-iter v0.1.45
14512025-03-20T19:09:38.778Z Compiling group v0.13.0
14522025-03-20T19:09:38.912Z Compiling tokio-native-tls v0.3.1
14532025-03-20T19:09:38.932Z Compiling bzip2 v0.4.4
14542025-03-20T19:09:39.114Z Compiling term v0.7.0
14552025-03-20T19:09:40.285Z Compiling flate2 v1.1.0
14562025-03-20T19:09:40.305Z Compiling usdt-attr-macro v0.5.0
14572025-03-20T19:09:40.394Z Compiling usdt-macro v0.5.0
14582025-03-20T19:09:40.659Z Compiling addr2line v0.24.2
14592025-03-20T19:09:41.162Z Compiling phf_shared v0.11.2
14602025-03-20T19:09:41.253Z Compiling slog-json v2.6.1
14612025-03-20T19:09:41.345Z Compiling serde_urlencoded v0.7.1
14622025-03-20T19:09:41.499Z Compiling terminal_size v0.4.0
14632025-03-20T19:09:41.626Z Compiling crossbeam-channel v0.5.13
14642025-03-20T19:09:41.732Z Compiling futures-executor v0.3.31
14652025-03-20T19:09:41.776Z Compiling hkdf v0.12.4
14662025-03-20T19:09:41.796Z Compiling crypto-bigint v0.5.5
14672025-03-20T19:09:41.872Z Compiling async-stream-impl v0.3.6
14682025-03-20T19:09:42.049Z Compiling curve25519-dalek-derive v0.1.1
14692025-03-20T19:09:42.230Z Compiling zerocopy-derive v0.6.6
14702025-03-20T19:09:42.621Z Compiling rustls-pemfile v2.2.0
14712025-03-20T19:09:43.006Z Compiling webpki-roots v0.26.6
14722025-03-20T19:09:43.185Z Compiling sync_wrapper v1.0.1
14732025-03-20T19:09:43.214Z Compiling is-terminal v0.4.13
14742025-03-20T19:09:43.358Z Compiling dropshot v0.12.0
14752025-03-20T19:09:43.362Z Compiling ahash v0.8.11
14762025-03-20T19:09:43.502Z Compiling object v0.36.5
14772025-03-20T19:09:43.658Z Compiling hubpack_derive v0.1.1
14782025-03-20T19:09:43.694Z Compiling fs-err v2.11.0
14792025-03-20T19:09:43.728Z Compiling buf-list v1.0.3
14802025-03-20T19:09:43.818Z Compiling unicode-width v0.2.0
14812025-03-20T19:09:44.007Z Compiling newtype-uuid v1.2.1
14822025-03-20T19:09:44.130Z Compiling managed v0.8.0
14832025-03-20T19:09:44.300Z Compiling anyhow v1.0.97
14842025-03-20T19:09:44.351Z Compiling zip v2.1.3
14852025-03-20T19:09:44.370Z Compiling lockfree-object-pool v0.1.6
14862025-03-20T19:09:44.484Z Compiling winnow v0.5.40
14872025-03-20T19:09:44.539Z Compiling take_mut v0.2.2
14882025-03-20T19:09:44.620Z Compiling bumpalo v3.16.0
14892025-03-20T19:09:44.655Z Compiling simd-adler32 v0.3.7
14902025-03-20T19:09:44.703Z Compiling ipnet v2.11.0
14912025-03-20T19:09:44.905Z Compiling rustc-demangle v0.1.24
14922025-03-20T19:09:45.060Z Compiling tower-layer v0.3.3
14932025-03-20T19:09:45.157Z Compiling zopfli v0.8.1
14942025-03-20T19:09:45.361Z Compiling tower v0.5.2
14952025-03-20T19:09:45.815Z Compiling elliptic-curve v0.13.8
14962025-03-20T19:09:46.241Z Compiling hubpack v0.1.2
14972025-03-20T19:09:46.679Z Compiling strum_macros v0.25.3
14982025-03-20T19:09:46.829Z Compiling clap_builder v4.5.31
14992025-03-20T19:09:47.249Z Compiling console v0.15.10
15002025-03-20T19:09:47.773Z Compiling toml_edit v0.19.15
15012025-03-20T19:09:47.933Z Compiling zerocopy v0.6.6
15022025-03-20T19:09:48.748Z Compiling slog-term v2.9.1
15032025-03-20T19:09:48.783Z Compiling usdt v0.5.0
15042025-03-20T19:09:49.270Z Compiling async-stream v0.3.6
15052025-03-20T19:09:49.567Z Compiling futures v0.3.31
15062025-03-20T19:09:49.695Z Compiling slog-bunyan v2.5.0
15072025-03-20T19:09:49.886Z Compiling phf v0.11.2
15082025-03-20T19:09:49.921Z Compiling toml v0.8.20
15092025-03-20T19:09:50.173Z Compiling backtrace v0.3.74
15102025-03-20T19:09:50.342Z Compiling rayon v1.10.0
15112025-03-20T19:09:50.545Z Compiling signal-hook-mio v0.2.4
15122025-03-20T19:09:50.728Z Compiling cookie_store v0.21.1
15132025-03-20T19:09:51.384Z Compiling hyper-tls v0.6.0
15142025-03-20T19:09:52.197Z Compiling postgres-types v0.2.9
15152025-03-20T19:09:53.594Z Compiling camino v1.1.9
15162025-03-20T19:09:54.440Z Compiling ed25519 v2.2.3
15172025-03-20T19:09:54.690Z Compiling phf_shared v0.10.0
15182025-03-20T19:09:54.765Z Compiling dropshot_endpoint v0.12.0
15192025-03-20T19:09:54.784Z Compiling pkcs1 v0.7.5
15202025-03-20T19:09:55.059Z Compiling openapiv3 v2.0.0
15212025-03-20T19:09:55.459Z Compiling waitgroup v0.1.2
15222025-03-20T19:09:55.694Z Compiling serde_path_to_error v0.1.16
15232025-03-20T19:09:55.715Z Compiling serde-big-array v0.5.1
15242025-03-20T19:09:55.948Z Compiling enum-as-inner v0.6.1
15252025-03-20T19:09:56.286Z Compiling clap_derive v4.5.28
15262025-03-20T19:09:56.498Z Compiling rfc6979 v0.4.0
15272025-03-20T19:09:56.672Z Compiling sha1 v0.10.6
15282025-03-20T19:09:56.707Z Compiling serde_repr v0.1.19
15292025-03-20T19:09:57.001Z Compiling bstr v1.10.0
15302025-03-20T19:09:57.103Z Compiling float-cmp v0.10.0
15312025-03-20T19:09:57.357Z Compiling hostname v0.4.0
15322025-03-20T19:09:57.588Z Compiling difflib v0.4.0
15332025-03-20T19:09:57.832Z Compiling predicates-core v1.0.8
15342025-03-20T19:09:58.173Z Compiling new_debug_unreachable v1.0.6
15352025-03-20T19:09:58.287Z Compiling whoami v1.5.2
15362025-03-20T19:09:58.598Z Compiling number_prefix v0.4.0
15372025-03-20T19:09:58.829Z Compiling normalize-line-endings v0.3.0
15382025-03-20T19:09:58.852Z Compiling debug-ignore v1.0.5
15392025-03-20T19:09:58.869Z Compiling unicode-segmentation v1.12.0
15402025-03-20T19:09:58.894Z Compiling precomputed-hash v0.1.1
15412025-03-20T19:09:58.931Z Compiling static_assertions v1.1.0
15422025-03-20T19:09:58.971Z Compiling fixedbitset v0.4.2
15432025-03-20T19:09:59.011Z Compiling data-encoding v2.6.0
15442025-03-20T19:09:59.032Z Compiling string_cache v0.8.7
15452025-03-20T19:09:59.052Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15462025-03-20T19:09:59.412Z Compiling petgraph v0.6.5
15472025-03-20T19:09:59.460Z Compiling predicates v3.1.3
15482025-03-20T19:09:59.751Z Compiling hickory-proto v0.24.4
15492025-03-20T19:10:00.764Z Compiling clap v4.5.31
15502025-03-20T19:10:00.897Z Compiling similar v2.7.0
15512025-03-20T19:10:00.923Z Compiling indicatif v0.17.11
15522025-03-20T19:10:01.003Z Compiling tokio-postgres v0.7.13
15532025-03-20T19:10:02.929Z Compiling ecdsa v0.16.9
15542025-03-20T19:10:02.961Z Compiling rsa v0.9.6
15552025-03-20T19:10:02.982Z Compiling ed25519-dalek v2.1.1
15562025-03-20T19:10:05.040Z Compiling toml v0.7.8
15572025-03-20T19:10:05.236Z Compiling crossterm v0.28.1
15582025-03-20T19:10:06.569Z Compiling zip v0.6.6
15592025-03-20T19:10:06.623Z Compiling ipnetwork v0.21.1
15602025-03-20T19:10:06.985Z Compiling tokio-stream v0.1.17
15612025-03-20T19:10:07.433Z Compiling hex v0.4.3
15622025-03-20T19:10:07.850Z Compiling x509-cert v0.2.5
15632025-03-20T19:10:07.987Z Compiling itertools v0.10.5
15642025-03-20T19:10:08.053Z Compiling peg-runtime v0.8.5
15652025-03-20T19:10:08.308Z Compiling unicode-xid v0.2.6
15662025-03-20T19:10:08.419Z Compiling lalrpop-util v0.19.12
15672025-03-20T19:10:08.517Z Compiling strum_macros v0.26.4
15682025-03-20T19:10:08.568Z Compiling xattr v1.3.1
15692025-03-20T19:10:08.600Z Compiling filetime v0.2.25
15702025-03-20T19:10:08.854Z Compiling tar v0.4.44
15712025-03-20T19:10:13.109Z Compiling strum v0.26.3
15722025-03-20T19:10:16.192Z Compiling aws-lc-sys v0.26.0
15732025-03-20T19:10:49.151Z Compiling rustls-webpki v0.102.8
15742025-03-20T19:10:52.355Z Compiling tokio-rustls v0.25.0
15752025-03-20T19:10:54.085Z Compiling tokio-rustls v0.26.0
15762025-03-20T19:10:54.389Z Compiling hyper-rustls v0.27.3
15772025-03-20T19:10:54.764Z Compiling reqwest v0.12.12
15782025-03-20T19:10:58.483Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15792025-03-20T19:10:58.762Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15802025-03-20T19:11:03.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15812025-03-20T19:11:03.433Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15822025-03-20T19:11:03.484ZMar 20 19:11:02.846 INFO Starting download, target: Clickhouse
15832025-03-20T19:11:03.484ZMar 20 19:11:02.847 INFO Starting download, target: Cockroach
15842025-03-20T19:11:03.484ZMar 20 19:11:02.847 INFO Starting download, target: Console
15852025-03-20T19:11:03.484ZMar 20 19:11:02.847 INFO Starting download, target: DendriteOpenapi
15862025-03-20T19:11:03.489ZMar 20 19:11:02.847 INFO Starting download, target: DendriteStub
15872025-03-20T19:11:03.489ZMar 20 19:11:02.847 INFO Starting download, target: MaghemiteMgd
15882025-03-20T19:11:03.489ZMar 20 19:11:02.847 INFO Starting download, target: TransceiverControl
15892025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
15902025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15912025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15922025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15932025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15942025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15952025-03-20T19:11:03.489ZMar 20 19:11:02.848 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962025-03-20T19:11:03.649ZMar 20 19:11:03.005 INFO Download complete, target: DendriteOpenapi
15972025-03-20T19:11:03.887ZMar 20 19:11:03.219 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15982025-03-20T19:11:04.028ZMar 20 19:11:03.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15992025-03-20T19:11:04.315ZMar 20 19:11:03.658 INFO Download complete, target: TransceiverControl
16002025-03-20T19:11:04.322ZMar 20 19:11:03.665 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16012025-03-20T19:11:04.392ZMar 20 19:11:03.753 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16022025-03-20T19:11:04.435ZMar 20 19:11:03.796 INFO Download complete, target: Console
16032025-03-20T19:11:05.103ZMar 20 19:11:04.464 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16042025-03-20T19:11:05.103ZMar 20 19:11:04.464 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16052025-03-20T19:11:05.466ZMar 20 19:11:04.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16062025-03-20T19:11:06.780ZMar 20 19:11:06.142 INFO Download complete, target: DendriteStub
16072025-03-20T19:11:06.891ZMar 20 19:11:06.253 INFO Download complete, target: MaghemiteMgd
16082025-03-20T19:11:11.580ZMar 20 19:11:10.942 INFO Checking that binary works, target: Cockroach
16092025-03-20T19:11:11.791ZMar 20 19:11:11.153 INFO Download complete, target: Cockroach
16102025-03-20T19:11:16.082ZMar 20 19:11:15.444 INFO Checking that binary works, target: Clickhouse
16112025-03-20T19:11:16.693ZMar 20 19:11:16.055 INFO Download complete, target: Clickhouse
16122025-03-20T19:11:16.701ZAll prerequisites installed successfully
16132025-03-20T19:11:16.705Z
16142025-03-20T19:11:16.705Zreal 4:52.737248077
16152025-03-20T19:11:16.705Zuser 15:36.274674895
16162025-03-20T19:11:16.705Zsys 2:08.918606309
16172025-03-20T19:11:16.705Ztrap 0.584117918
16182025-03-20T19:11:16.705Ztflt 2.773189209
16192025-03-20T19:11:16.705Zdflt 2.398260593
16202025-03-20T19:11:16.705Zkflt 0.209849995
16212025-03-20T19:11:16.705Zlock 24:02.766501002
16222025-03-20T19:11:16.705Zslp 55:51.678560292
16232025-03-20T19:11:16.705Zlat 1:02.134598443
16242025-03-20T19:11:16.705Zstop 2:32.021758479
16252025-03-20T19:11:16.705Z+ ptime -m cargo xtask download softnpu
16262025-03-20T19:11:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16272025-03-20T19:11:17.297Z Running `target/debug/xtask download softnpu`
16282025-03-20T19:11:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16292025-03-20T19:11:18.227Z Running `target/debug/xtask-downloader softnpu`
16302025-03-20T19:11:18.266ZMar 20 19:11:17.628 INFO Starting download, target: Softnpu
16312025-03-20T19:11:18.270ZMar 20 19:11:17.629 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16322025-03-20T19:11:18.945ZMar 20 19:11:18.307 INFO Download complete, target: Softnpu
16332025-03-20T19:11:18.949Z
16342025-03-20T19:11:18.952Zreal 2.240203498
16352025-03-20T19:11:18.952Zuser 1.350168779
16362025-03-20T19:11:18.952Zsys 0.556922328
16372025-03-20T19:11:18.952Ztrap 0.001263104
16382025-03-20T19:11:18.952Ztflt 0.000066335
16392025-03-20T19:11:18.952Zdflt 0.000122874
16402025-03-20T19:11:18.952Zkflt 0.000000000
16412025-03-20T19:11:18.953Zlock 7.337711084
16422025-03-20T19:11:18.953Zslp 0.535581272
16432025-03-20T19:11:18.953Zlat 0.070127481
16442025-03-20T19:11:18.953Zstop 0.000173953
16452025-03-20T19:11:18.953Z+ export CARGO_INCREMENTAL=0
16462025-03-20T19:11:18.953Z+ CARGO_INCREMENTAL=0
16472025-03-20T19:11:18.953Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16482025-03-20T19:11:19.940Z Compiling proc-macro2 v1.0.94
16492025-03-20T19:11:19.940Z Compiling unicode-ident v1.0.14
16502025-03-20T19:11:19.944Z Compiling libc v0.2.170
16512025-03-20T19:11:19.944Z Compiling serde v1.0.218
16522025-03-20T19:11:19.944Z Compiling autocfg v1.4.0
16532025-03-20T19:11:19.944Z Compiling cfg-if v1.0.0
16542025-03-20T19:11:19.944Z Compiling version_check v0.9.5
16552025-03-20T19:11:20.185Z Compiling memchr v2.7.4
16562025-03-20T19:11:20.188Z Compiling shlex v1.3.0
16572025-03-20T19:11:20.338Z Compiling typenum v1.17.0
16582025-03-20T19:11:20.504Z Compiling value-bag v1.9.0
16592025-03-20T19:11:20.611Z Compiling generic-array v0.14.7
16602025-03-20T19:11:22.417Z Compiling lock_api v0.4.12
16612025-03-20T19:11:22.428Z Compiling log v0.4.22
16622025-03-20T19:11:22.428Z Compiling scopeguard v1.2.0
16632025-03-20T19:11:22.428Z Compiling serde_json v1.0.139
16642025-03-20T19:11:22.428Z Compiling parking_lot_core v0.9.10
16652025-03-20T19:11:22.428Z Compiling quote v1.0.39
16662025-03-20T19:11:22.428Z Compiling rustix v0.38.37
16672025-03-20T19:11:22.433Z Compiling libm v0.2.8
16682025-03-20T19:11:22.433Z Compiling num-traits v0.2.19
16692025-03-20T19:11:22.433Z Compiling syn v2.0.98
16702025-03-20T19:11:22.433Z Compiling jobserver v0.1.32
16712025-03-20T19:11:22.433Z Compiling getrandom v0.2.15
16722025-03-20T19:11:22.434Z Compiling semver v1.0.25
16732025-03-20T19:11:22.434Z Compiling aho-corasick v1.1.3
16742025-03-20T19:11:22.434Z Compiling regex-syntax v0.8.5
16752025-03-20T19:11:23.361Z Compiling cc v1.2.15
16762025-03-20T19:11:23.366Z Compiling getrandom v0.3.1
16772025-03-20T19:11:23.366Z Compiling either v1.14.0
16782025-03-20T19:11:23.366Z Compiling once_cell v1.20.3
16792025-03-20T19:11:23.366Z Compiling thiserror v1.0.69
16802025-03-20T19:11:23.366Z Compiling itoa v1.0.11
16812025-03-20T19:11:23.385Z Compiling spin v0.9.8
16822025-03-20T19:11:24.167Z Compiling errno v0.3.9
16832025-03-20T19:11:24.174Z Compiling slab v0.4.9
16842025-03-20T19:11:24.174Z Compiling rand_core v0.6.4
16852025-03-20T19:11:24.174Z Compiling glob v0.3.2
16862025-03-20T19:11:24.224Z Compiling prettyplease v0.2.30
16872025-03-20T19:11:24.837Z Compiling lazy_static v1.5.0
16882025-03-20T19:11:24.845Z Compiling smallvec v1.14.0
16892025-03-20T19:11:24.845Z Compiling minimal-lexical v0.2.1
16902025-03-20T19:11:24.884Z Compiling clang-sys v1.8.1
16912025-03-20T19:11:25.630Z Compiling nom v7.1.3
16922025-03-20T19:11:25.663Z Compiling libloading v0.8.5
16932025-03-20T19:11:25.663Z Compiling bindgen v0.69.5
16942025-03-20T19:11:25.663Z Compiling equivalent v1.0.1
16952025-03-20T19:11:25.663Z Compiling allocator-api2 v0.2.18
16962025-03-20T19:11:25.714Z Compiling foldhash v0.1.3
16972025-03-20T19:11:25.749Z Compiling pkg-config v0.3.31
16982025-03-20T19:11:25.883Z Compiling home v0.5.9
16992025-03-20T19:11:26.004Z Compiling regex-automata v0.4.8
17002025-03-20T19:11:26.340Z Compiling hashbrown v0.15.1
17012025-03-20T19:11:26.845Z Compiling itertools v0.12.1
17022025-03-20T19:11:27.296Z Compiling subtle v2.6.1
17032025-03-20T19:11:27.520Z Compiling lazycell v1.3.0
17042025-03-20T19:11:27.610Z Compiling rustc-hash v1.1.0
17052025-03-20T19:11:27.697Z Compiling cmake v0.1.51
17062025-03-20T19:11:27.834Z Compiling dunce v1.0.5
17072025-03-20T19:11:27.985Z Compiling fs_extra v1.3.0
17082025-03-20T19:11:28.385Z Compiling cexpr v0.6.0
17092025-03-20T19:11:28.601Z Compiling ryu v1.0.18
17102025-03-20T19:11:28.695Z Compiling pin-project-lite v0.2.14
17112025-03-20T19:11:28.849Z Compiling ring v0.17.11
17122025-03-20T19:11:28.907Z Compiling byteorder v1.5.0
17132025-03-20T19:11:29.429Z Compiling synstructure v0.13.1
17142025-03-20T19:11:29.647Z Compiling paste v1.0.15
17152025-03-20T19:11:29.809Z Compiling schemars v0.8.22
17162025-03-20T19:11:30.258Z Compiling serde_derive_internals v0.29.1
17172025-03-20T19:11:30.621Z Compiling aws-lc-rs v1.12.4
17182025-03-20T19:11:30.855Z Compiling regex v1.11.1
17192025-03-20T19:11:32.059Z Compiling signal-hook-registry v1.4.2
17202025-03-20T19:11:32.105Z Compiling const-oid v0.9.6
17212025-03-20T19:11:32.147Z Compiling fnv v1.0.7
17222025-03-20T19:11:32.236Z Compiling parking_lot v0.12.3
17232025-03-20T19:11:32.288Z Compiling mio v1.0.2
17242025-03-20T19:11:33.211Z Compiling serde_derive v1.0.218
17252025-03-20T19:11:33.485Z Compiling zeroize_derive v1.4.2
17262025-03-20T19:11:33.661Z Compiling tokio-macros v2.5.0
17272025-03-20T19:11:33.891Z Compiling thiserror-impl v1.0.69
17282025-03-20T19:11:34.113Z Compiling zerocopy-derive v0.7.35
17292025-03-20T19:11:34.202Z Compiling zerofrom-derive v0.1.4
17302025-03-20T19:11:34.255Z Compiling yoke-derive v0.7.4
17312025-03-20T19:11:34.788Z Compiling zerovec-derive v0.10.3
17322025-03-20T19:11:34.804Z Compiling zeroize v1.8.1
17332025-03-20T19:11:35.270Z Compiling displaydoc v0.2.5
17342025-03-20T19:11:35.371Z Compiling futures-macro v0.3.31
17352025-03-20T19:11:36.568Z Compiling schemars_derive v0.8.22
17362025-03-20T19:11:36.839Z Compiling icu_provider_macros v1.5.0
17372025-03-20T19:11:37.035Z Compiling crypto-common v0.1.6
17382025-03-20T19:11:37.056Z Compiling tracing-attributes v0.1.27
17392025-03-20T19:11:37.121Z Compiling heck v0.5.0
17402025-03-20T19:11:37.260Z Compiling stable_deref_trait v1.2.0
17412025-03-20T19:11:37.528Z Compiling block-buffer v0.10.4
17422025-03-20T19:11:37.547Z Compiling der_derive v0.7.3
17432025-03-20T19:11:37.842Z Compiling socket2 v0.5.8
17442025-03-20T19:11:38.005Z Compiling vcpkg v0.2.15
17452025-03-20T19:11:39.125Z Compiling httparse v1.9.5
17462025-03-20T19:11:39.341Z Compiling openssl-sys v0.9.106
17472025-03-20T19:11:39.617Z Compiling digest v0.10.7
17482025-03-20T19:11:39.859Z Compiling futures-core v0.3.31
17492025-03-20T19:11:39.964Z Compiling time-core v0.1.2
17502025-03-20T19:11:39.996Z Compiling crossbeam-utils v0.8.20
17512025-03-20T19:11:40.096Z Compiling num-conv v0.1.0
17522025-03-20T19:11:40.356Z Compiling zerocopy v0.8.10
17532025-03-20T19:11:40.375Z Compiling time-macros v0.2.18
17542025-03-20T19:11:40.987Z Compiling zerocopy v0.7.35
17552025-03-20T19:11:41.821Z Compiling zerocopy-derive v0.8.10
17562025-03-20T19:11:42.396Z Compiling futures-sink v0.3.31
17572025-03-20T19:11:42.496Z Compiling syn v1.0.109
17582025-03-20T19:11:42.893Z Compiling cpufeatures v0.2.14
17592025-03-20T19:11:42.992Z Compiling iana-time-zone v0.1.61
17602025-03-20T19:11:43.012Z Compiling slog v2.7.0
17612025-03-20T19:11:43.546Z Compiling openssl v0.10.71
17622025-03-20T19:11:43.729Z Compiling hmac v0.12.1
17632025-03-20T19:11:43.902Z Compiling zerofrom v0.1.4
17642025-03-20T19:11:44.231Z Compiling yoke v0.7.4
17652025-03-20T19:11:44.439Z Compiling futures-channel v0.3.31
17662025-03-20T19:11:44.486Z Compiling block-padding v0.3.3
17672025-03-20T19:11:44.506Z Compiling openssl-macros v0.1.1
17682025-03-20T19:11:44.624Z Compiling scroll_derive v0.12.0
17692025-03-20T19:11:44.727Z Compiling ucd-trie v0.1.7
17702025-03-20T19:11:44.867Z Compiling pin-utils v0.1.0
17712025-03-20T19:11:44.891Z Compiling futures-io v0.3.31
17722025-03-20T19:11:44.981Z Compiling bitflags v2.6.0
17732025-03-20T19:11:45.167Z Compiling bytes v1.10.1
17742025-03-20T19:11:45.852Z Compiling indexmap v2.7.1
17752025-03-20T19:11:46.513Z Compiling tokio v1.43.0
17762025-03-20T19:11:46.797Z Compiling uuid v1.15.1
17772025-03-20T19:11:48.127Z Compiling chrono v0.4.40
17782025-03-20T19:11:48.149Z Compiling serde_tokenstream v0.2.2
17792025-03-20T19:11:48.702Z Compiling rustc_version v0.4.1
17802025-03-20T19:11:49.047Z Compiling which v4.4.2
17812025-03-20T19:11:50.729Z Compiling futures-task v0.3.31
17822025-03-20T19:11:51.056Z Compiling native-tls v0.2.12
17832025-03-20T19:11:51.444Z Compiling rustls v0.23.19
17842025-03-20T19:11:51.784Z Compiling futures-util v0.3.31
17852025-03-20T19:11:51.992Z Compiling http v1.2.0
17862025-03-20T19:11:53.695Z Compiling pest v2.7.14
17872025-03-20T19:11:53.853Z Compiling zerovec v0.10.4
17882025-03-20T19:11:53.937Z Compiling inout v0.1.3
17892025-03-20T19:11:56.505Z Compiling dyn-clone v1.0.19
17902025-03-20T19:11:56.740Z Compiling strsim v0.11.1
17912025-03-20T19:11:56.915Z Compiling pest_meta v2.7.14
17922025-03-20T19:11:57.349Z Compiling cipher v0.4.4
17932025-03-20T19:11:57.836Z Compiling serde_spanned v0.6.8
17942025-03-20T19:11:57.910Z Compiling toml_datetime v0.6.8
17952025-03-20T19:11:58.081Z Compiling sha2 v0.10.8
17962025-03-20T19:11:58.341Z Compiling cookie v0.18.1
17972025-03-20T19:11:58.849Z Compiling base64ct v1.6.0
17982025-03-20T19:11:58.917Z Compiling pest_generator v2.7.14
17992025-03-20T19:11:59.418Z Compiling pem-rfc7468 v0.7.0
18002025-03-20T19:11:59.991Z Compiling tinystr v0.7.6
18012025-03-20T19:12:00.817Z Compiling tracing-core v0.1.32
18022025-03-20T19:12:01.508Z Compiling aws-lc-sys v0.26.0
18032025-03-20T19:12:01.732Z Compiling writeable v0.5.5
18042025-03-20T19:12:02.218Z Compiling flagset v0.4.6
18052025-03-20T19:12:02.590Z Compiling litemap v0.7.3
18062025-03-20T19:12:03.049Z Compiling icu_locid v1.5.0
18072025-03-20T19:12:03.511Z Compiling der v0.7.9
18082025-03-20T19:12:05.212Z Compiling tracing v0.1.40
18092025-03-20T19:12:05.966Z Compiling pest_derive v2.7.14
18102025-03-20T19:12:06.751Z Compiling usdt-impl v0.5.0
18112025-03-20T19:12:07.114Z Compiling rustls-pki-types v1.10.0
18122025-03-20T19:12:07.139Z Compiling rayon-core v1.12.1
18132025-03-20T19:12:07.428Z Compiling spki v0.7.3
18142025-03-20T19:12:07.751Z Compiling icu_provider v1.5.0
18152025-03-20T19:12:08.803Z Compiling salsa20 v0.10.2
18162025-03-20T19:12:08.981Z Compiling tokio-util v0.7.13
18172025-03-20T19:12:09.924Z Compiling scroll v0.12.0
18182025-03-20T19:12:10.406Z Compiling ppv-lite86 v0.2.20
18192025-03-20T19:12:10.565Z Compiling pbkdf2 v0.12.2
18202025-03-20T19:12:11.008Z Compiling bzip2-sys v0.1.11+1.0.8
18212025-03-20T19:12:11.462Z Compiling litrs v0.4.1
18222025-03-20T19:12:11.483Z Compiling rustversion v1.0.17
18232025-03-20T19:12:11.710Z Compiling powerfmt v0.2.0
18242025-03-20T19:12:12.002Z Compiling winnow v0.5.40
18252025-03-20T19:12:12.021Z Compiling camino v1.1.9
18262025-03-20T19:12:12.191Z Compiling untrusted v0.7.1
18272025-03-20T19:12:12.338Z Compiling anyhow v1.0.97
18282025-03-20T19:12:12.371Z Compiling plain v0.2.3
18292025-03-20T19:12:12.534Z Compiling percent-encoding v2.3.1
18302025-03-20T19:12:12.538Z Compiling icu_locid_transform_data v1.5.0
18312025-03-20T19:12:12.786Z Compiling untrusted v0.9.0
18322025-03-20T19:12:12.822Z Compiling icu_locid_transform v1.5.0
18332025-03-20T19:12:12.999Z Compiling goblin v0.8.2
18342025-03-20T19:12:13.507Z Compiling document-features v0.2.10
18352025-03-20T19:12:14.580Z Compiling deranged v0.3.11
18362025-03-20T19:12:15.076Z Compiling toml_edit v0.19.15
18372025-03-20T19:12:15.197Z Compiling scrypt v0.11.0
18382025-03-20T19:12:15.679Z Compiling aes v0.8.4
18392025-03-20T19:12:16.291Z Compiling cbc v0.1.2
18402025-03-20T19:12:16.524Z Compiling icu_collections v1.5.0
18412025-03-20T19:12:19.870Z Compiling atomic-waker v1.1.2
18422025-03-20T19:12:20.090Z Compiling rustls v0.22.4
18432025-03-20T19:12:20.401Z Compiling pretty-hex v0.4.1
18442025-03-20T19:12:20.445Z Compiling icu_properties_data v1.5.0
18452025-03-20T19:12:20.947Z Compiling num_threads v0.1.7
18462025-03-20T19:12:21.300Z Compiling icu_properties v1.5.1
18472025-03-20T19:12:21.472Z Compiling time v0.3.36
18482025-03-20T19:12:22.752Z Compiling dof v0.3.0
18492025-03-20T19:12:25.327Z Compiling pkcs5 v0.7.1
18502025-03-20T19:12:26.347Z Compiling dtrace-parser v0.2.0
18512025-03-20T19:12:26.444Z Compiling http-body v1.0.1
18522025-03-20T19:12:26.723Z Compiling heapless v0.7.17
18532025-03-20T19:12:27.430Z Compiling async-trait v0.1.87
18542025-03-20T19:12:27.458Z Compiling thread-id v4.2.2
18552025-03-20T19:12:27.619Z Compiling utf8_iter v1.0.4
18562025-03-20T19:12:27.776Z Compiling icu_normalizer_data v1.5.0
18572025-03-20T19:12:27.891Z Compiling write16 v1.0.0
18582025-03-20T19:12:27.923Z Compiling try-lock v0.2.5
18592025-03-20T19:12:28.047Z Compiling signal-hook v0.3.17
18602025-03-20T19:12:28.366Z Compiling utf16_iter v1.0.5
18612025-03-20T19:12:28.634Z Compiling icu_normalizer v1.5.0
18622025-03-20T19:12:29.447Z Compiling want v0.3.1
18632025-03-20T19:12:30.842Z Compiling pkcs8 v0.10.2
18642025-03-20T19:12:31.286Z Compiling h2 v0.4.6
18652025-03-20T19:12:31.461Z Compiling form_urlencoded v1.2.1
18662025-03-20T19:12:32.686Z Compiling multer v3.1.0
18672025-03-20T19:12:33.015Z Compiling tower-service v0.3.3
18682025-03-20T19:12:33.419Z Compiling adler2 v2.0.0
18692025-03-20T19:12:33.526Z Compiling tinyvec_macros v0.1.1
18702025-03-20T19:12:33.632Z Compiling httpdate v1.0.3
18712025-03-20T19:12:33.881Z Compiling slog-async v2.8.0
18722025-03-20T19:12:34.265Z Compiling tinyvec v1.8.0
18732025-03-20T19:12:34.360Z Compiling miniz_oxide v0.8.5
18742025-03-20T19:12:36.106Z Compiling idna_adapter v1.2.0
18752025-03-20T19:12:38.026Z Compiling curve25519-dalek v4.1.3
18762025-03-20T19:12:38.557Z Compiling memoffset v0.9.1
18772025-03-20T19:12:38.925Z Compiling smoltcp v0.9.1
18782025-03-20T19:12:38.968Z Compiling foreign-types-shared v0.1.1
18792025-03-20T19:12:39.100Z Compiling portable-atomic v1.9.0
18802025-03-20T19:12:39.471Z Compiling hyper v1.6.0
18812025-03-20T19:12:39.930Z Compiling newtype-uuid v1.2.1
18822025-03-20T19:12:40.267Z Compiling num-bigint-dig v0.8.4
18832025-03-20T19:12:41.369Z Compiling base64 v0.22.1
18842025-03-20T19:12:41.572Z Compiling foreign-types v0.3.2
18852025-03-20T19:12:42.477Z Compiling hyper-util v0.1.10
18862025-03-20T19:12:43.043Z Compiling rand_core v0.9.2
18872025-03-20T19:12:46.190Z Compiling idna v1.0.3
18882025-03-20T19:12:47.491Z Compiling usdt-attr-macro v0.5.0
18892025-03-20T19:12:48.930Z Compiling usdt-macro v0.5.0
18902025-03-20T19:12:50.519Z Compiling openapiv3 v2.0.0
18912025-03-20T19:12:50.607Z Compiling async-stream-impl v0.3.6
18922025-03-20T19:12:50.890Z Compiling heck v0.4.1
18932025-03-20T19:12:51.268Z Compiling siphasher v0.3.11
18942025-03-20T19:12:51.635Z Compiling ident_case v1.0.1
18952025-03-20T19:12:51.813Z Compiling cfg_aliases v0.2.1
18962025-03-20T19:12:51.936Z Compiling nix v0.29.0
18972025-03-20T19:12:52.496Z Compiling darling_core v0.20.10
18982025-03-20T19:13:00.064Z Compiling rand_chacha v0.9.0
18992025-03-20T19:13:00.573Z Compiling unicode-normalization v0.1.24
19002025-03-20T19:13:01.001Z Compiling http-body-util v0.1.2
19012025-03-20T19:13:01.828Z Compiling crossbeam-epoch v0.9.18
19022025-03-20T19:13:03.741Z Compiling rand_chacha v0.3.1
19032025-03-20T19:13:04.541Z Compiling hubpack_derive v0.1.1
19042025-03-20T19:13:04.621Z Compiling signature v2.2.0
19052025-03-20T19:13:04.877Z Compiling curve25519-dalek-derive v0.1.1
19062025-03-20T19:13:05.417Z Compiling zerocopy-derive v0.6.6
19072025-03-20T19:13:05.735Z Compiling dirs-sys-next v0.1.2
19082025-03-20T19:13:06.184Z Compiling fs-err v2.11.0
19092025-03-20T19:13:06.203Z Compiling dropshot v0.12.0
19102025-03-20T19:13:06.550Z Compiling ahash v0.8.11
19112025-03-20T19:13:06.570Z Compiling crc32fast v1.4.2
19122025-03-20T19:13:06.881Z Compiling encoding_rs v0.8.34
19132025-03-20T19:13:06.929Z Compiling zip v2.1.3
19142025-03-20T19:13:07.171Z Compiling anstyle v1.0.10
19152025-03-20T19:13:07.246Z Compiling utf8parse v0.2.2
19162025-03-20T19:13:07.425Z Compiling gimli v0.31.1
19172025-03-20T19:13:07.558Z Compiling unicode-properties v0.1.3
19182025-03-20T19:13:07.969Z Compiling unicode-bidi v0.3.17
19192025-03-20T19:13:09.076Z Compiling openssl-probe v0.1.5
19202025-03-20T19:13:09.564Z Compiling mime v0.3.17
19212025-03-20T19:13:10.050Z Compiling buf-list v1.0.3
19222025-03-20T19:13:11.345Z Compiling stringprep v0.1.5
19232025-03-20T19:13:11.617Z Compiling anstyle-parse v0.2.5
19242025-03-20T19:13:11.953Z Compiling dirs-next v2.0.0
19252025-03-20T19:13:12.139Z Compiling addr2line v0.24.2
19262025-03-20T19:13:12.201Z Compiling rand v0.8.5
19272025-03-20T19:13:14.120Z Compiling crossbeam-deque v0.8.5
19282025-03-20T19:13:14.455Z Compiling rand v0.9.0
19292025-03-20T19:13:14.550Z Compiling darling_macro v0.20.10
19302025-03-20T19:13:15.411Z Compiling url v2.5.3
19312025-03-20T19:13:17.367Z Compiling serde_urlencoded v0.7.1
19322025-03-20T19:13:17.697Z Compiling rustls-webpki v0.102.8
19332025-03-20T19:13:18.089Z Compiling rustls-pemfile v2.2.0
19342025-03-20T19:13:18.247Z Compiling ipnetwork v0.21.1
19352025-03-20T19:13:18.428Z Compiling num-integer v0.1.46
19362025-03-20T19:13:18.582Z Compiling md-5 v0.10.6
19372025-03-20T19:13:19.110Z Compiling hash32 v0.2.1
19382025-03-20T19:13:19.469Z Compiling ff v0.13.0
19392025-03-20T19:13:19.490Z Compiling thread_local v1.1.8
19402025-03-20T19:13:19.726Z Compiling object v0.36.5
19412025-03-20T19:13:21.169Z Compiling match_cfg v0.1.0
19422025-03-20T19:13:21.282Z Compiling psl-types v2.0.11
19432025-03-20T19:13:21.745Z Compiling winnow v0.7.3
19442025-03-20T19:13:21.781Z Compiling anstyle-query v1.1.1
19452025-03-20T19:13:21.956Z Compiling is_terminal_polyfill v1.70.1
19462025-03-20T19:13:22.107Z Compiling rustc-demangle v0.1.24
19472025-03-20T19:13:23.226Z Compiling fallible-iterator v0.2.0
19482025-03-20T19:13:24.418Z Compiling base16ct v0.2.0
19492025-03-20T19:13:24.708Z Compiling colorchoice v1.0.2
19502025-03-20T19:13:24.771Z Compiling sec1 v0.7.3
19512025-03-20T19:13:24.880Z Compiling anstream v0.6.15
19522025-03-20T19:13:25.137Z Compiling toml_edit v0.22.24
19532025-03-20T19:13:25.293Z Compiling postgres-protocol v0.6.8
19542025-03-20T19:13:25.436Z Compiling tokio-rustls v0.26.0
19552025-03-20T19:13:25.904Z Compiling publicsuffix v2.3.0
19562025-03-20T19:13:26.423Z Compiling hostname v0.3.1
19572025-03-20T19:13:26.589Z Compiling group v0.13.0
19582025-03-20T19:13:26.916Z Compiling backtrace v0.3.74
19592025-03-20T19:13:27.705Z Compiling num-iter v0.1.45
19602025-03-20T19:13:30.593Z Compiling darling v0.20.10
19612025-03-20T19:13:31.247Z Compiling bzip2 v0.4.4
19622025-03-20T19:13:31.415Z Compiling term v0.7.0
19632025-03-20T19:13:31.632Z Compiling tokio-native-tls v0.3.1
19642025-03-20T19:13:31.918Z Compiling flate2 v1.1.0
19652025-03-20T19:13:32.186Z Compiling phf_shared v0.11.2
19662025-03-20T19:13:32.495Z Compiling strum_macros v0.25.3
19672025-03-20T19:13:32.560Z Compiling slog-json v2.6.1
19682025-03-20T19:13:33.129Z Compiling crossbeam-channel v0.5.13
19692025-03-20T19:13:33.629Z Compiling webpki-roots v0.26.6
19702025-03-20T19:13:34.064Z Compiling futures-executor v0.3.31
19712025-03-20T19:13:34.085Z Compiling terminal_size v0.4.0
19722025-03-20T19:13:34.103Z Compiling dropshot_endpoint v0.12.0
19732025-03-20T19:13:34.583Z Compiling hkdf v0.12.4
19742025-03-20T19:13:34.831Z Compiling sync_wrapper v1.0.1
19752025-03-20T19:13:35.187Z Compiling enum-as-inner v0.6.1
19762025-03-20T19:13:35.207Z Compiling clap_derive v4.5.28
19772025-03-20T19:13:35.344Z Compiling crypto-bigint v0.5.5
19782025-03-20T19:13:35.637Z Compiling serde_repr v0.1.19
19792025-03-20T19:13:36.163Z Compiling regress v0.10.3
19802025-03-20T19:13:36.735Z Compiling is-terminal v0.4.13
19812025-03-20T19:13:36.896Z Compiling memmap v0.7.0
19822025-03-20T19:13:37.555Z Compiling simd-adler32 v0.3.7
19832025-03-20T19:13:37.733Z Compiling lockfree-object-pool v0.1.6
19842025-03-20T19:13:38.001Z Compiling unicode-width v0.2.0
19852025-03-20T19:13:38.068Z Compiling ipnet v2.11.0
19862025-03-20T19:13:38.548Z Compiling take_mut v0.2.2
19872025-03-20T19:13:38.667Z Compiling bitflags v1.3.2
19882025-03-20T19:13:38.707Z Compiling clap_lex v0.7.4
19892025-03-20T19:13:38.793Z Compiling managed v0.8.0
19902025-03-20T19:13:39.100Z Compiling bumpalo v3.16.0
19912025-03-20T19:13:39.341Z Compiling tower-layer v0.3.3
19922025-03-20T19:13:40.291Z Compiling tower v0.5.2
19932025-03-20T19:13:40.579Z Compiling typify-impl v0.2.0
19942025-03-20T19:13:40.999Z Compiling zopfli v0.8.1
19952025-03-20T19:13:41.102Z Compiling clap_builder v4.5.31
19962025-03-20T19:13:42.083Z Compiling console v0.15.10
19972025-03-20T19:13:42.327Z Compiling elliptic-curve v0.13.8
19982025-03-20T19:13:42.999Z Compiling usdt v0.5.0
19992025-03-20T19:13:43.203Z Compiling slog-term v2.9.1
20002025-03-20T19:13:43.424Z Compiling futures v0.3.31
20012025-03-20T19:13:43.553Z Compiling hyper-rustls v0.27.3
20022025-03-20T19:13:45.596Z Compiling slog-bunyan v2.5.0
20032025-03-20T19:13:46.398Z Compiling phf v0.11.2
20042025-03-20T19:13:46.455Z Compiling tokio-rustls v0.25.0
20052025-03-20T19:13:46.690Z Compiling hyper-tls v0.6.0
20062025-03-20T19:13:47.122Z Compiling rayon v1.10.0
20072025-03-20T19:13:47.216Z Compiling signal-hook-mio v0.2.4
20082025-03-20T19:13:47.274Z Compiling cookie_store v0.21.1
20092025-03-20T19:13:47.395Z Compiling toml v0.8.20
20102025-03-20T19:13:48.587Z Compiling postgres-types v0.2.9
20112025-03-20T19:13:48.671Z Compiling zerocopy v0.6.6
20122025-03-20T19:13:48.799Z Compiling hubpack v0.1.2
20132025-03-20T19:13:48.924Z Compiling ed25519 v2.2.3
20142025-03-20T19:13:49.405Z Compiling async-stream v0.3.6
20152025-03-20T19:13:49.425Z Compiling phf_shared v0.10.0
20162025-03-20T19:13:49.753Z Compiling pkcs1 v0.7.5
20172025-03-20T19:13:49.795Z Compiling waitgroup v0.1.2
20182025-03-20T19:13:50.402Z Compiling serde-big-array v0.5.1
20192025-03-20T19:13:50.612Z Compiling serde_path_to_error v0.1.16
20202025-03-20T19:13:50.647Z Compiling rfc6979 v0.4.0
20212025-03-20T19:13:50.810Z Compiling sha1 v0.10.6
20222025-03-20T19:13:50.854Z Compiling float-cmp v0.10.0
20232025-03-20T19:13:51.012Z Compiling bstr v1.10.0
20242025-03-20T19:13:51.100Z Compiling hostname v0.4.0
20252025-03-20T19:13:51.206Z Compiling predicates-core v1.0.8
20262025-03-20T19:13:51.275Z Compiling debug-ignore v1.0.5
20272025-03-20T19:13:51.315Z Compiling normalize-line-endings v0.3.0
20282025-03-20T19:13:51.386Z Compiling unicode-segmentation v1.12.0
20292025-03-20T19:13:51.453Z Compiling precomputed-hash v0.1.1
20302025-03-20T19:13:51.472Z Compiling data-encoding v2.6.0
20312025-03-20T19:13:51.544Z Compiling difflib v0.4.0
20322025-03-20T19:13:51.593Z Compiling new_debug_unreachable v1.0.6
20332025-03-20T19:13:51.726Z Compiling whoami v1.5.2
20342025-03-20T19:13:52.147Z Compiling number_prefix v0.4.0
20352025-03-20T19:13:52.211Z Compiling static_assertions v1.1.0
20362025-03-20T19:13:52.214Z Compiling fixedbitset v0.4.2
20372025-03-20T19:13:52.342Z Compiling indicatif v0.17.11
20382025-03-20T19:13:52.373Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20392025-03-20T19:13:52.393Z Compiling similar v2.7.0
20402025-03-20T19:13:52.596Z Compiling petgraph v0.6.5
20412025-03-20T19:13:52.600Z Compiling hickory-proto v0.24.4
20422025-03-20T19:13:52.729Z Compiling tokio-postgres v0.7.13
20432025-03-20T19:13:52.768Z Compiling predicates v3.1.3
20442025-03-20T19:13:54.076Z Compiling string_cache v0.8.7
20452025-03-20T19:13:56.179Z Compiling ecdsa v0.16.9
20462025-03-20T19:13:57.942Z Compiling typify-macro v0.2.0
20472025-03-20T19:13:58.388Z Compiling rsa v0.9.6
20482025-03-20T19:14:00.587Z Compiling ed25519-dalek v2.1.1
20492025-03-20T19:14:01.654Z Compiling reqwest v0.12.12
20502025-03-20T19:14:01.718Z Compiling crossterm v0.28.1
20512025-03-20T19:14:01.827Z Compiling clap v4.5.31
20522025-03-20T19:14:01.954Z Compiling zip v0.6.6
20532025-03-20T19:14:02.407Z Compiling tokio-stream v0.1.17
20542025-03-20T19:14:02.566Z Compiling toml v0.7.8
20552025-03-20T19:14:03.040Z Compiling x509-cert v0.2.5
20562025-03-20T19:14:03.806Z Compiling hex v0.4.3
20572025-03-20T19:14:03.878Z Compiling itertools v0.10.5
20582025-03-20T19:14:05.159Z Compiling lalrpop-util v0.19.12
20592025-03-20T19:14:05.769Z Compiling peg-runtime v0.8.5
20602025-03-20T19:14:05.885Z Compiling unicode-xid v0.2.6
20612025-03-20T19:14:10.081Z Compiling proc-macro-crate v1.3.1
20622025-03-20T19:14:10.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20632025-03-20T19:14:11.009Z Compiling macaddr v1.0.1
20642025-03-20T19:14:11.921Z Compiling itertools v0.13.0
20652025-03-20T19:14:12.181Z Compiling heapless v0.8.0
20662025-03-20T19:14:14.142Z Compiling fastrand v2.1.1
20672025-03-20T19:14:14.746Z Compiling tempfile v3.13.0
20682025-03-20T19:14:14.783Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20692025-03-20T19:14:17.621Z Compiling num_enum_derive v0.5.11
20702025-03-20T19:14:24.265Z Compiling structmeta-derive v0.3.0
20712025-03-20T19:14:24.736Z Compiling hash32 v0.3.1
20722025-03-20T19:14:26.655Z Compiling thiserror v2.0.11
20732025-03-20T19:14:27.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742025-03-20T19:14:27.230Z Compiling smoltcp v0.11.0
20752025-03-20T19:14:32.628Z Compiling structmeta v0.3.0
20762025-03-20T19:14:39.297Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20772025-03-20T19:14:39.894Z Compiling num_enum v0.5.11
20782025-03-20T19:14:40.565Z Compiling typify v0.2.0
20792025-03-20T19:14:40.693Z Compiling oxnet v0.1.1
20802025-03-20T19:14:41.491Z Compiling strum_macros v0.26.4
20812025-03-20T19:14:45.567Z Compiling thiserror-impl v2.0.11
20822025-03-20T19:14:45.608Z Compiling proc-macro-error-attr v1.0.4
20832025-03-20T19:14:45.870Z Compiling unsafe-libyaml v0.2.11
20842025-03-20T19:14:47.087Z Compiling cobs v0.2.3
20852025-03-20T19:14:48.496Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20862025-03-20T19:14:49.687Z Compiling postcard v1.0.10
20872025-03-20T19:14:50.391Z Compiling serde_yaml v0.9.34+deprecated
20882025-03-20T19:14:50.878Z Compiling strum v0.26.3
20892025-03-20T19:14:52.966Z Compiling progenitor-impl v0.8.0
20902025-03-20T19:14:53.659Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20912025-03-20T19:15:03.165Z Compiling foreign-types-macros v0.2.3
20922025-03-20T19:15:03.307Z Compiling wait-timeout v0.2.0
20932025-03-20T19:15:03.574Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20942025-03-20T19:15:03.866Z Compiling proc-macro-error v1.0.4
20952025-03-20T19:15:03.921Z Compiling unicode-width v0.1.14
20962025-03-20T19:15:04.649Z Compiling quick-error v1.2.3
20972025-03-20T19:15:04.826Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20982025-03-20T19:15:05.308Z Compiling foreign-types-shared v0.3.1
20992025-03-20T19:15:05.459Z Compiling bit-vec v0.8.0
21002025-03-20T19:15:06.031Z Compiling bit-set v0.8.0
21012025-03-20T19:15:06.100Z Compiling foreign-types v0.5.0
21022025-03-20T19:15:10.418Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21032025-03-20T19:15:13.523Z Compiling rusty-fork v0.3.0
21042025-03-20T19:15:14.968Z Compiling tabwriter v1.4.0
21052025-03-20T19:15:18.536Z Compiling progenitor-macro v0.8.0
21062025-03-20T19:15:27.617Z Compiling parse-display-derive v0.10.0
21072025-03-20T19:15:28.975Z Compiling progenitor-client v0.8.0
21082025-03-20T19:15:30.507Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21092025-03-20T19:15:31.003Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21102025-03-20T19:15:31.055Z Compiling daft-derive v0.1.2
21112025-03-20T19:15:31.297Z Compiling rand_xorshift v0.3.0
21122025-03-20T19:15:31.619Z Compiling cstr-argument v0.1.2
21132025-03-20T19:15:31.859Z Compiling dropshot v0.16.0
21142025-03-20T19:15:31.882Z Compiling unarray v0.1.4
21152025-03-20T19:15:32.202Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21162025-03-20T19:15:32.497Z Compiling crucible-workspace-hack v0.1.0
21172025-03-20T19:15:32.558Z Compiling pretty-hex v0.2.1
21182025-03-20T19:15:32.806Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21192025-03-20T19:15:33.004Z Compiling daft v0.1.2
21202025-03-20T19:15:33.102Z Compiling proptest v1.6.0
21212025-03-20T19:15:33.304Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21222025-03-20T19:15:33.461Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21232025-03-20T19:15:33.487Z Compiling parse-display v0.10.0
21242025-03-20T19:15:33.665Z Compiling progenitor v0.8.0
21252025-03-20T19:15:34.155Z Compiling test-strategy v0.4.0
21262025-03-20T19:15:34.594Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21272025-03-20T19:15:34.801Z Compiling colored v2.2.0
21282025-03-20T19:15:35.404Z Compiling serde_with_macros v3.12.0
21292025-03-20T19:15:36.197Z Compiling dropshot_endpoint v0.16.0
21302025-03-20T19:15:36.782Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21312025-03-20T19:15:37.262Z Compiling instant v0.1.13
21322025-03-20T19:15:37.449Z Compiling winnow v0.6.20
21332025-03-20T19:15:37.518Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21342025-03-20T19:15:37.810Z Compiling serde_with v3.12.0
21352025-03-20T19:15:37.948Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21362025-03-20T19:15:40.841Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21372025-03-20T19:15:40.859Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21382025-03-20T19:15:41.708Z Compiling backoff v0.4.0
21392025-03-20T19:15:42.064Z Compiling zone_cfg_derive v0.3.0
21402025-03-20T19:15:42.085Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412025-03-20T19:15:42.128Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21422025-03-20T19:15:42.821Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21432025-03-20T19:15:43.414Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21442025-03-20T19:15:43.556Z Compiling camino-tempfile v1.1.1
21452025-03-20T19:15:43.817Z Compiling progenitor-client v0.9.1
21462025-03-20T19:15:44.320Z Compiling num-derive v0.4.2
21472025-03-20T19:15:44.765Z Compiling sigpipe v0.1.3
21482025-03-20T19:15:44.922Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21492025-03-20T19:15:45.249Z Compiling libefi-sys v0.1.0
21502025-03-20T19:15:45.655Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21512025-03-20T19:15:46.259Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21522025-03-20T19:15:46.528Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21532025-03-20T19:15:46.873Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21542025-03-20T19:15:48.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21552025-03-20T19:15:48.908Z Compiling zone v0.3.0
21562025-03-20T19:15:50.502Z Compiling itertools v0.14.0
21572025-03-20T19:15:50.827Z Compiling smf v0.2.3
21582025-03-20T19:15:52.317Z Compiling bitfield-struct v0.6.2
21592025-03-20T19:15:53.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21602025-03-20T19:15:53.436Z Compiling blake3 v1.5.4
21612025-03-20T19:15:53.668Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21622025-03-20T19:15:54.064Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21632025-03-20T19:15:54.088Z Compiling xattr v1.3.1
21642025-03-20T19:15:54.378Z Compiling memmap2 v0.9.5
21652025-03-20T19:15:54.410Z Compiling filetime v0.2.25
21662025-03-20T19:15:54.703Z Compiling arrayvec v0.7.6
21672025-03-20T19:15:54.779Z Compiling constant_time_eq v0.3.1
21682025-03-20T19:15:54.954Z Compiling arrayref v0.3.9
21692025-03-20T19:15:54.993Z Compiling same-file v1.0.6
21702025-03-20T19:15:55.077Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21712025-03-20T19:15:55.155Z Compiling tar v0.4.44
21722025-03-20T19:15:55.217Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21732025-03-20T19:15:55.270Z Compiling walkdir v2.5.0
21742025-03-20T19:15:56.830Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21752025-03-20T19:15:57.291Z Compiling gethostname v0.5.0
21762025-03-20T19:15:57.520Z Compiling cargo-platform v0.1.8
21772025-03-20T19:15:57.704Z Compiling topological-sort v0.2.2
21782025-03-20T19:15:57.869Z Compiling fixedbitset v0.5.7
21792025-03-20T19:15:58.000Z Compiling omicron-zone-package v0.12.0
21802025-03-20T19:15:58.144Z Compiling cargo_metadata v0.19.2
21812025-03-20T19:15:58.585Z Compiling petgraph v0.7.1
21822025-03-20T19:15:59.049Z Compiling shell-words v1.1.0
21832025-03-20T19:15:59.572Z Compiling indent_write v2.2.0
21842025-03-20T19:16:07.464Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21852025-03-20T19:16:09.781Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21862025-03-20T19:16:11.635Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21872025-03-20T19:16:27.486Z Finished `release` profile [optimized] target(s) in 5m 08s
21882025-03-20T19:16:27.660Z Running `target/release/omicron-package -t test target create -p dev`
21892025-03-20T19:16:27.710ZLogging to: /work/oxidecomputer/omicron/out/LOG
21902025-03-20T19:16:27.713ZCreated new build target 'test' and set it as active
21912025-03-20T19:16:27.713Z
21922025-03-20T19:16:27.713Zreal 5:08.751856700
21932025-03-20T19:16:27.713Zuser 35:54.473961454
21942025-03-20T19:16:27.713Zsys 3:28.142735473
21952025-03-20T19:16:27.713Ztrap 1.131202371
21962025-03-20T19:16:27.713Ztflt 1.964660394
21972025-03-20T19:16:27.713Zdflt 0.889275285
21982025-03-20T19:16:27.713Zkflt 0.000172772
21992025-03-20T19:16:27.713Zlock 1:09:41.846227566
22002025-03-20T19:16:27.713Zslp 2:24:30.427851492
22012025-03-20T19:16:27.713Zlat 2:47.162238429
22022025-03-20T19:16:27.713Zstop 4:48.058704264
22032025-03-20T19:16:27.714Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22042025-03-20T19:16:28.729Z Finished `release` profile [optimized] target(s) in 0.95s
22052025-03-20T19:16:28.794Z Running `target/release/omicron-package -t test package`
22062025-03-20T19:16:28.842ZLogging to: /work/oxidecomputer/omicron/out/LOG
22072025-03-20T19:16:30.040Z Compiling ring v0.17.11
22082025-03-20T19:16:30.223Z Compiling thiserror v2.0.11
22092025-03-20T19:16:30.241Z Compiling typify-impl v0.3.0
22102025-03-20T19:16:30.257Z Compiling convert_case v0.4.0
22112025-03-20T19:16:30.260Z Compiling derive-where v1.2.7
22122025-03-20T19:16:30.260Z Compiling fastrand v2.1.1
22132025-03-20T19:16:30.260Z Compiling newline-converter v0.3.0
22142025-03-20T19:16:30.458Z Compiling expectorate v1.1.0
22152025-03-20T19:16:30.716Z Compiling tempfile v3.13.0
22162025-03-20T19:16:30.719Z Compiling password-hash v0.5.0
22172025-03-20T19:16:30.895Z Compiling derive_more v0.99.19
22182025-03-20T19:16:31.405Z Compiling blake2 v0.10.6
22192025-03-20T19:16:32.624Z Compiling base64 v0.21.7
22202025-03-20T19:16:32.832Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22212025-03-20T19:16:33.106Z Compiling argon2 v0.5.3
22222025-03-20T19:16:33.644Z Compiling atomicwrites v0.4.4
22232025-03-20T19:16:33.883Z Compiling cancel-safe-futures v0.1.5
22242025-03-20T19:16:34.155Z Compiling owo-colors v4.2.0
22252025-03-20T19:16:34.245Z Compiling num-rational v0.4.2
22262025-03-20T19:16:34.740Z Compiling libsw-core v0.3.1
22272025-03-20T19:16:35.018Z Compiling num-complex v0.4.6
22282025-03-20T19:16:35.310Z Compiling rustls v0.23.19
22292025-03-20T19:16:35.341Z Compiling rustls v0.22.4
22302025-03-20T19:16:35.373Z Compiling libsw v3.4.0
22312025-03-20T19:16:36.180Z Compiling num v0.4.3
22322025-03-20T19:16:36.385Z Compiling linear-map v1.2.0
22332025-03-20T19:16:36.544Z Compiling utf-8 v0.7.6
22342025-03-20T19:16:36.820Z Compiling swrite v0.1.0
22352025-03-20T19:16:36.902Z Compiling float-ord v0.3.2
22362025-03-20T19:16:36.981Z Compiling linked-hash-map v0.5.6
22372025-03-20T19:16:37.002Z Compiling highway v1.3.0
22382025-03-20T19:16:37.092Z Compiling tungstenite v0.21.0
22392025-03-20T19:16:37.378Z Compiling lru-cache v0.1.2
22402025-03-20T19:16:37.594Z Compiling semver v0.1.20
22412025-03-20T19:16:38.110Z Compiling rustls-webpki v0.102.8
22422025-03-20T19:16:38.199Z Compiling rustc_version v0.1.7
22432025-03-20T19:16:38.591Z Compiling tokio-tungstenite v0.21.0
22442025-03-20T19:16:38.610Z Compiling resolv-conf v0.7.0
22452025-03-20T19:16:38.902Z Compiling newtype_derive v0.1.6
22462025-03-20T19:16:39.767Z Compiling hickory-resolver v0.24.4
22472025-03-20T19:16:40.092Z Compiling typify-macro v0.3.0
22482025-03-20T19:16:40.113Z Compiling wait-timeout v0.2.0
22492025-03-20T19:16:40.514Z Compiling bit-vec v0.8.0
22502025-03-20T19:16:40.972Z Compiling quick-error v1.2.3
22512025-03-20T19:16:41.140Z Compiling rusty-fork v0.3.0
22522025-03-20T19:16:41.733Z Compiling bit-set v0.8.0
22532025-03-20T19:16:42.021Z Compiling oxnet v0.1.1
22542025-03-20T19:16:42.043Z Compiling rand_xorshift v0.3.0
22552025-03-20T19:16:42.296Z Compiling unarray v0.1.4
22562025-03-20T19:16:42.464Z Compiling humantime v2.1.0
22572025-03-20T19:16:42.764Z Compiling daft v0.1.2
22582025-03-20T19:16:43.250Z Compiling proptest v1.6.0
22592025-03-20T19:16:43.273Z Compiling typify v0.3.0
22602025-03-20T19:16:43.423Z Compiling tokio-rustls v0.25.0
22612025-03-20T19:16:43.447Z Compiling progenitor-impl v0.9.1
22622025-03-20T19:16:43.869Z Compiling dropshot v0.12.0
22632025-03-20T19:16:46.645Z Compiling tokio-rustls v0.26.0
22642025-03-20T19:16:47.134Z Compiling hyper-rustls v0.27.3
22652025-03-20T19:16:47.693Z Compiling reqwest v0.12.12
22662025-03-20T19:16:51.365Z Compiling progenitor-macro v0.9.1
22672025-03-20T19:16:53.863Z Compiling progenitor-client v0.9.1
22682025-03-20T19:16:54.414Z Compiling progenitor-client v0.8.0
22692025-03-20T19:16:54.926Z Compiling progenitor v0.8.0
22702025-03-20T19:16:55.590Z Compiling parse-display v0.10.0
22712025-03-20T19:16:56.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722025-03-20T19:16:57.110Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22732025-03-20T19:16:57.863Z Compiling dropshot v0.16.0
22742025-03-20T19:17:01.679Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22752025-03-20T19:17:02.018Z Compiling strum v0.26.3
22762025-03-20T19:17:03.013Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22772025-03-20T19:17:03.203Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22782025-03-20T19:17:05.813Z Compiling instant v0.1.13
22792025-03-20T19:17:08.243Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22802025-03-20T19:17:20.542Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22812025-03-20T19:17:26.133Z Compiling progenitor v0.9.1
22822025-03-20T19:17:26.402Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22832025-03-20T19:17:26.560Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22842025-03-20T19:17:27.181Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22852025-03-20T19:17:28.415Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22862025-03-20T19:17:29.548Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22872025-03-20T19:17:29.659Z Compiling backoff v0.4.0
22882025-03-20T19:17:29.883Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
22892025-03-20T19:17:30.438Z Compiling steno v0.4.1
22902025-03-20T19:17:34.451Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22912025-03-20T19:17:35.861Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22922025-03-20T19:17:36.230Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22932025-03-20T19:17:38.147Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22942025-03-20T19:17:41.630Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952025-03-20T19:17:43.986Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22962025-03-20T19:17:45.829Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22972025-03-20T19:17:50.779Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22982025-03-20T19:17:51.256Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22992025-03-20T19:17:51.293Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002025-03-20T19:17:51.503Z Compiling serde_with v3.12.0
23012025-03-20T19:17:54.456Z Compiling macaddr v1.0.1
23022025-03-20T19:17:54.886Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23032025-03-20T19:17:54.974Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23042025-03-20T19:17:55.197Z Compiling qorb v0.2.1
23052025-03-20T19:18:00.098Z Compiling slog-dtrace v0.3.0
23062025-03-20T19:18:00.532Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23072025-03-20T19:18:00.551Z Compiling prettyplease v0.2.30
23082025-03-20T19:18:02.142Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23092025-03-20T19:18:03.178Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102025-03-20T19:18:09.873Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23112025-03-20T19:18:10.839Z Compiling half v2.4.1
23122025-03-20T19:18:11.563Z Compiling ciborium-io v0.2.2
23132025-03-20T19:18:11.762Z Compiling ciborium-ll v0.2.2
23142025-03-20T19:18:12.242Z Compiling bytecount v0.6.8
23152025-03-20T19:18:12.284Z Compiling ciborium v0.2.2
23162025-03-20T19:18:12.578Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23172025-03-20T19:18:15.642Z Compiling display-error-chain v0.2.2
23182025-03-20T19:18:15.891Z Compiling const_format_proc_macros v0.2.34
23192025-03-20T19:18:17.153Z Compiling same-file v1.0.6
23202025-03-20T19:18:17.346Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23212025-03-20T19:18:17.380Z Compiling crunchy v0.2.2
23222025-03-20T19:18:17.411Z Compiling keccak v0.1.5
23232025-03-20T19:18:17.676Z Compiling maplit v1.0.2
23242025-03-20T19:18:17.820Z Compiling sha3 v0.10.8
23252025-03-20T19:18:17.873Z Compiling const_format v0.2.34
23262025-03-20T19:18:18.486Z Compiling walkdir v2.5.0
23272025-03-20T19:18:18.525Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23282025-03-20T19:18:18.649Z Compiling radium v0.7.0
23292025-03-20T19:18:19.073Z Compiling tiny-keccak v2.0.2
23302025-03-20T19:18:19.094Z Compiling blake3 v1.5.4
23312025-03-20T19:18:19.284Z Compiling dsl_auto_type v0.1.2
23322025-03-20T19:18:19.436Z Compiling scheduled-thread-pool v0.2.7
23332025-03-20T19:18:19.756Z Compiling xattr v1.3.1
23342025-03-20T19:18:20.038Z Compiling diesel_table_macro_syntax v0.2.0
23352025-03-20T19:18:20.434Z Compiling filetime v0.2.25
23362025-03-20T19:18:20.474Z Compiling memmap2 v0.9.5
23372025-03-20T19:18:20.717Z Compiling maybe-uninit v2.0.0
23382025-03-20T19:18:20.720Z Compiling constant_time_eq v0.3.1
23392025-03-20T19:18:20.884Z Compiling bit-vec v0.6.3
23402025-03-20T19:18:21.248Z Compiling arrayvec v0.7.6
23412025-03-20T19:18:21.323Z Compiling tap v1.0.1
23422025-03-20T19:18:21.363Z Compiling arrayref v0.3.9
23432025-03-20T19:18:21.563Z Compiling wyz v0.5.1
23442025-03-20T19:18:21.580Z Compiling bit-set v0.5.3
23452025-03-20T19:18:21.869Z Compiling tar v0.4.44
23462025-03-20T19:18:22.009Z Compiling diesel_derives v2.2.3
23472025-03-20T19:18:22.299Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23482025-03-20T19:18:22.467Z Compiling r2d2 v0.8.10
23492025-03-20T19:18:22.946Z Compiling toolchain_find v0.4.0
23502025-03-20T19:18:23.161Z Compiling camino-tempfile v1.1.1
23512025-03-20T19:18:23.211Z Compiling phf_generator v0.11.2
23522025-03-20T19:18:23.426Z Compiling ascii-canvas v3.0.0
23532025-03-20T19:18:23.469Z Compiling secrecy v0.8.0
23542025-03-20T19:18:23.585Z Compiling ena v0.14.3
23552025-03-20T19:18:23.661Z Compiling async-recursion v1.1.1
23562025-03-20T19:18:23.732Z Compiling bindgen v0.71.1
23572025-03-20T19:18:23.883Z Compiling crc-catalog v2.4.0
23582025-03-20T19:18:23.980Z Compiling packed_struct v0.10.1
23592025-03-20T19:18:24.067Z Compiling diff v0.1.13
23602025-03-20T19:18:24.187Z Compiling regex-syntax v0.6.29
23612025-03-20T19:18:24.432Z Compiling funty v2.0.0
23622025-03-20T19:18:24.491Z Compiling topological-sort v0.2.2
23632025-03-20T19:18:24.727Z Compiling omicron-zone-package v0.12.0
23642025-03-20T19:18:25.011Z Compiling crc v3.2.1
23652025-03-20T19:18:25.206Z Compiling phf_codegen v0.11.2
23662025-03-20T19:18:25.432Z Compiling bitvec v1.0.1
23672025-03-20T19:18:27.069Z Compiling rustfmt-wrapper v0.2.1
23682025-03-20T19:18:27.337Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23692025-03-20T19:18:27.664Z Compiling lalrpop v0.19.12
23702025-03-20T19:18:28.641Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23712025-03-20T19:18:28.892Z Compiling universal-hash v0.5.1
23722025-03-20T19:18:29.158Z Compiling thiserror-impl-no-std v2.0.2
23732025-03-20T19:18:29.177Z Compiling packed_struct_codegen v0.10.1
23742025-03-20T19:18:29.554Z Compiling parse-zoneinfo v0.3.1
23752025-03-20T19:18:29.879Z Compiling indexmap v1.9.3
23762025-03-20T19:18:30.249Z Compiling opaque-debug v0.3.1
23772025-03-20T19:18:30.373Z Compiling ref-cast v1.0.23
23782025-03-20T19:18:30.871Z Compiling nodrop v0.1.14
23792025-03-20T19:18:30.951Z Compiling rustc-hash v2.1.1
23802025-03-20T19:18:31.022Z Compiling array-init v0.0.4
23812025-03-20T19:18:31.548Z Compiling thiserror-no-std v2.0.2
23822025-03-20T19:18:31.792Z Compiling poly1305 v0.8.0
23832025-03-20T19:18:32.115Z Compiling chrono-tz-build v0.4.0
23842025-03-20T19:18:32.413Z Compiling diesel v2.2.8
23852025-03-20T19:18:33.085Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23862025-03-20T19:18:33.266Z Compiling smallvec v0.6.14
23872025-03-20T19:18:33.733Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23882025-03-20T19:18:34.075Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892025-03-20T19:18:34.410Z Compiling itertools v0.13.0
23902025-03-20T19:18:35.477Z Compiling derive_builder_core v0.20.2
23912025-03-20T19:18:37.456Z Compiling chacha20 v0.9.1
23922025-03-20T19:18:38.012Z Compiling headers-core v0.3.0
23932025-03-20T19:18:38.017Z Compiling aead v0.5.2
23942025-03-20T19:18:38.162Z Compiling libxml v0.3.3
23952025-03-20T19:18:38.415Z Compiling ref-cast-impl v1.0.23
23962025-03-20T19:18:38.562Z Compiling vte_generate_state_changes v0.1.2
23972025-03-20T19:18:39.184Z Compiling arc-swap v1.7.1
23982025-03-20T19:18:39.481Z Compiling hashbrown v0.12.3
23992025-03-20T19:18:39.871Z Compiling termcolor v1.4.1
24002025-03-20T19:18:40.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24012025-03-20T19:18:40.916Z Compiling bitfield v0.14.0
24022025-03-20T19:18:41.229Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24032025-03-20T19:18:42.113Z Compiling env_logger v0.10.2
24042025-03-20T19:18:43.717Z Compiling samael v0.0.18
24052025-03-20T19:18:44.052Z Compiling slog-scope v4.4.0
24062025-03-20T19:18:45.006Z Compiling vte v0.11.1
24072025-03-20T19:18:45.198Z Compiling chacha20poly1305 v0.10.1
24082025-03-20T19:18:45.310Z Compiling headers v0.4.0
24092025-03-20T19:18:45.455Z Compiling derive_builder_macro v0.20.2
24102025-03-20T19:18:46.484Z Compiling serde-hex v0.1.0
24112025-03-20T19:18:46.548Z Compiling chrono-tz v0.10.1
24122025-03-20T19:18:47.212Z Compiling vsss-rs v3.3.4
24132025-03-20T19:18:48.842Z Compiling polar-core v0.27.3
24142025-03-20T19:18:48.973Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24152025-03-20T19:18:51.206Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24162025-03-20T19:18:51.474Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24172025-03-20T19:18:51.568Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24182025-03-20T19:18:51.826Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24192025-03-20T19:18:52.155Z Compiling ron v0.8.1
24202025-03-20T19:18:54.849Z Compiling hashbrown v0.13.2
24212025-03-20T19:18:55.775Z Compiling strum_macros v0.24.3
24222025-03-20T19:18:56.150Z Compiling unicase v2.7.0
24232025-03-20T19:18:56.531Z Compiling indoc v1.0.9
24242025-03-20T19:18:57.370Z Compiling crc-any v2.5.0
24252025-03-20T19:18:57.844Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24262025-03-20T19:18:58.259Z Compiling object v0.30.4
24272025-03-20T19:18:58.648Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24282025-03-20T19:19:13.375Z Compiling derive_builder v0.20.2
24292025-03-20T19:19:13.756Z Compiling strip-ansi-escapes v0.2.0
24302025-03-20T19:19:15.398Z Compiling slog-stdlog v4.1.1
24312025-03-20T19:19:17.485Z Compiling papergrid v0.11.0
24322025-03-20T19:19:18.046Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24332025-03-20T19:19:18.390Z Compiling tabled_derive v0.7.0
24342025-03-20T19:19:19.053Z Compiling fd-lock v4.0.2
24352025-03-20T19:19:19.306Z Compiling peg-macros v0.8.5
24362025-03-20T19:19:20.378Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24372025-03-20T19:19:21.374Z Compiling oso-derive v0.27.3
24382025-03-20T19:19:22.319Z Compiling impl-trait-for-tuples v0.2.2
24392025-03-20T19:19:22.396Z Compiling quick-xml v0.37.2
24402025-03-20T19:19:27.083Z Compiling diesel-dtrace v0.4.2
24412025-03-20T19:19:27.451Z Compiling nu-ansi-term v0.50.1
24422025-03-20T19:19:28.044Z Compiling path-slash v0.1.5
24432025-03-20T19:19:28.313Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24442025-03-20T19:19:28.747Z Compiling oso v0.27.3
24452025-03-20T19:19:30.996Z Compiling reedline v0.38.0
24462025-03-20T19:19:42.372Z Compiling peg v0.8.5
24472025-03-20T19:19:42.542Z Compiling tabled v0.15.0
24482025-03-20T19:19:43.627Z Compiling slog-envlogger v2.2.0
24492025-03-20T19:19:46.192Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24502025-03-20T19:19:49.112Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24512025-03-20T19:19:50.633Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24522025-03-20T19:19:50.986Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24532025-03-20T19:19:55.318Z Compiling pem v3.0.5
24542025-03-20T19:19:56.763Z Compiling bb8 v0.8.5
24552025-03-20T19:19:57.306Z Compiling bcs v0.1.6
24562025-03-20T19:19:58.155Z Compiling fxhash v0.2.1
24572025-03-20T19:19:58.409Z Compiling libz-sys v1.1.20
24582025-03-20T19:19:58.719Z Compiling termtree v0.5.1
24592025-03-20T19:19:59.244Z Compiling async-bb8-diesel v0.2.1
24602025-03-20T19:20:00.775Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24612025-03-20T19:20:01.529Z Compiling kstat-rs v0.2.4
24622025-03-20T19:20:01.815Z Compiling proc-macro-error-attr2 v2.0.0
24632025-03-20T19:20:02.049Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24642025-03-20T19:20:02.580Z Compiling proc-macro-error2 v2.0.1
24652025-03-20T19:20:02.771Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24662025-03-20T19:20:03.101Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24672025-03-20T19:20:03.584Z Compiling nanorand v0.7.0
24682025-03-20T19:20:04.232Z Compiling libgit2-sys v0.17.0+1.8.1
24692025-03-20T19:20:05.016Z Compiling pin-project-internal v1.1.6
24702025-03-20T19:20:07.492Z Compiling parking_lot_core v0.8.6
24712025-03-20T19:20:07.992Z Compiling pin-project v1.1.6
24722025-03-20T19:20:15.833Z Compiling flume v0.11.1
24732025-03-20T19:20:16.534Z Compiling tabled_derive v0.10.0
24742025-03-20T19:20:17.534Z Compiling mime_guess v2.0.5
24752025-03-20T19:20:18.883Z Compiling papergrid v0.14.0
24762025-03-20T19:20:18.988Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24772025-03-20T19:20:21.665Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24782025-03-20T19:20:22.125Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24792025-03-20T19:20:26.494Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24802025-03-20T19:20:28.674Z Compiling snafu-derive v0.8.5
24812025-03-20T19:20:29.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24822025-03-20T19:20:30.048Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24832025-03-20T19:20:31.920Z Compiling tabled v0.18.0
24842025-03-20T19:20:32.794Z Compiling snafu v0.8.5
24852025-03-20T19:20:35.494Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24862025-03-20T19:20:40.712Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24872025-03-20T19:20:46.951Z Compiling globset v0.4.15
24882025-03-20T19:20:51.681Z Compiling olpc-cjson v0.1.4
24892025-03-20T19:20:52.049Z Compiling vergen v8.3.2
24902025-03-20T19:20:52.417Z Compiling castaway v0.2.3
24912025-03-20T19:20:52.614Z Compiling nibble_vec v0.1.0
24922025-03-20T19:20:52.807Z Compiling serde_plain v1.0.2
24932025-03-20T19:20:52.850Z Compiling cargo-platform v0.1.8
24942025-03-20T19:20:53.322Z Compiling atty v0.2.14
24952025-03-20T19:20:53.365Z Compiling io-lifetimes v1.0.11
24962025-03-20T19:20:53.478Z Compiling typed-path v0.9.3
24972025-03-20T19:20:53.900Z Compiling salty v0.3.0
24982025-03-20T19:20:54.339Z Compiling http-range v0.1.5
24992025-03-20T19:20:54.839Z Compiling endian-type v0.1.2
25002025-03-20T19:20:55.103Z Compiling radix_trie v0.2.1
25012025-03-20T19:20:56.543Z Compiling tough v0.19.0
25022025-03-20T19:20:58.022Z Compiling cargo_metadata v0.18.1
25032025-03-20T19:20:59.055Z Compiling git2 v0.19.0
25042025-03-20T19:21:00.395Z Compiling compact_str v0.8.0
25052025-03-20T19:21:02.939Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062025-03-20T19:21:04.985Z Compiling parking_lot v0.11.2
25072025-03-20T19:21:07.020Z Compiling unicode-truncate v1.1.0
25082025-03-20T19:21:07.062Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25092025-03-20T19:21:07.331Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25102025-03-20T19:21:08.561Z Compiling lru v0.12.5
25112025-03-20T19:21:08.924Z Compiling rand_seeder v0.3.0
25122025-03-20T19:21:09.342Z Compiling lzma-sys v0.1.20
25132025-03-20T19:21:10.068Z Compiling instability v0.3.2
25142025-03-20T19:21:11.063Z Compiling parse-size v1.1.0
25152025-03-20T19:21:11.445Z Compiling cassowary v0.3.0
25162025-03-20T19:21:11.839Z Compiling indoc v2.0.6
25172025-03-20T19:21:12.687Z Compiling rustix v0.37.28
25182025-03-20T19:21:13.326Z Compiling rustls v0.21.12
25192025-03-20T19:21:13.753Z Compiling ratatui v0.29.0
25202025-03-20T19:21:14.029Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25212025-03-20T19:21:14.930Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25222025-03-20T19:21:14.951Z Compiling hyper-staticfile v0.10.1
25232025-03-20T19:21:15.183Z Compiling sled v0.34.7
25242025-03-20T19:21:17.516Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25252025-03-20T19:21:19.324Z Compiling hickory-client v0.24.4
25262025-03-20T19:21:21.302Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25272025-03-20T19:21:22.474Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25282025-03-20T19:21:23.984Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25292025-03-20T19:21:28.005Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25302025-03-20T19:21:28.575Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25312025-03-20T19:21:28.918Z Compiling sct v0.7.1
25322025-03-20T19:21:29.376Z Compiling rustls-webpki v0.101.7
25332025-03-20T19:21:29.507Z Compiling hickory-server v0.24.4
25342025-03-20T19:21:33.189Z Compiling primeorder v0.13.6
25352025-03-20T19:21:33.505Z Compiling heck v0.3.3
25362025-03-20T19:21:33.845Z Compiling env_filter v0.1.2
25372025-03-20T19:21:33.868Z Compiling csv-core v0.1.11
25382025-03-20T19:21:34.754Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25392025-03-20T19:21:35.233Z Compiling csv v1.3.1
25402025-03-20T19:21:35.327Z Compiling env_logger v0.11.5
25412025-03-20T19:21:35.395Z Compiling zone_cfg_derive v0.1.2
25422025-03-20T19:21:36.729Z Compiling p384 v0.13.0
25432025-03-20T19:21:36.760Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25442025-03-20T19:21:40.738Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25452025-03-20T19:21:41.656Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25462025-03-20T19:21:43.459Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25472025-03-20T19:21:43.803Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25482025-03-20T19:21:44.324Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25492025-03-20T19:21:44.944Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25502025-03-20T19:21:45.308Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25512025-03-20T19:21:45.376Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25522025-03-20T19:21:45.659Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25532025-03-20T19:21:45.722Z Compiling tungstenite v0.23.0
25542025-03-20T19:21:46.003Z Compiling nix v0.27.1
25552025-03-20T19:21:48.830Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25562025-03-20T19:21:49.501Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25572025-03-20T19:21:49.856Z Compiling base64 v0.13.1
25582025-03-20T19:21:50.429Z Compiling ron v0.7.1
25592025-03-20T19:21:50.521Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25602025-03-20T19:21:51.181Z Compiling tokio-tungstenite v0.23.1
25612025-03-20T19:21:51.471Z Compiling xz2 v0.1.7
25622025-03-20T19:21:52.093Z Compiling terminal_size v0.2.6
25632025-03-20T19:21:52.329Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25642025-03-20T19:21:55.451Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25652025-03-20T19:21:58.544Z Compiling tokio-rustls v0.24.1
25662025-03-20T19:22:00.837Z Compiling zone v0.1.8
25672025-03-20T19:22:01.278Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25682025-03-20T19:22:01.717Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25692025-03-20T19:22:02.476Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25702025-03-20T19:22:03.316Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25712025-03-20T19:22:04.058Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25722025-03-20T19:22:04.094Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25732025-03-20T19:22:04.679Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25742025-03-20T19:22:04.762Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25752025-03-20T19:22:07.940Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762025-03-20T19:22:08.069Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25772025-03-20T19:22:11.338Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25782025-03-20T19:22:12.746Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25792025-03-20T19:22:13.104Z Compiling rustls-pemfile v1.0.4
25802025-03-20T19:22:13.889Z Compiling signal-hook-tokio v0.3.1
25812025-03-20T19:22:14.022Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25822025-03-20T19:22:14.121Z Compiling twox-hash v2.1.0
25832025-03-20T19:22:14.906Z Compiling yasna v0.5.2
25842025-03-20T19:22:15.097Z Compiling unicode-linebreak v0.1.5
25852025-03-20T19:22:15.733Z Compiling is_ci v1.2.0
25862025-03-20T19:22:16.060Z Compiling glob v0.3.2
25872025-03-20T19:22:16.689Z Compiling smawk v0.3.2
25882025-03-20T19:22:16.802Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892025-03-20T19:22:16.998Z Compiling textwrap v0.16.1
25902025-03-20T19:22:18.180Z Compiling rcgen v0.12.1
25912025-03-20T19:22:18.359Z Compiling supports-color v3.0.2
25922025-03-20T19:22:20.526Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25932025-03-20T19:22:22.913Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25942025-03-20T19:22:23.227Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25952025-03-20T19:22:24.189Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25962025-03-20T19:22:29.730Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25972025-03-20T19:22:30.330Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25982025-03-20T19:22:42.928Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25992025-03-20T19:22:43.465Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26002025-03-20T19:22:43.921Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26012025-03-20T19:22:43.942Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26022025-03-20T19:22:47.470Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26032025-03-20T19:22:53.648Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26042025-03-20T19:22:54.725Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26052025-03-20T19:22:55.278Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26062025-03-20T19:23:02.563Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26072025-03-20T19:23:07.958Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26082025-03-20T19:23:10.640Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26092025-03-20T19:23:10.837Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26102025-03-20T19:23:11.186Z Compiling fatfs v0.3.6
26112025-03-20T19:23:11.951Z Compiling subprocess v0.2.9
26122025-03-20T19:23:12.509Z Compiling rtoolbox v0.0.2
26132025-03-20T19:23:12.942Z Compiling assert_matches v1.5.0
26142025-03-20T19:23:13.888Z Compiling rpassword v7.3.1
26152025-03-20T19:23:14.345Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26162025-03-20T19:23:16.566Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26172025-03-20T19:23:16.764Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26182025-03-20T19:23:22.059Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26192025-03-20T19:23:28.904Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26202025-03-20T19:23:49.503Z Compiling tui-tree-widget v0.23.0
26212025-03-20T19:23:49.999Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26222025-03-20T19:23:50.085Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26232025-03-20T19:23:50.439Z Compiling uzers v0.12.1
26242025-03-20T19:23:53.547Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26252025-03-20T19:24:00.689Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26262025-03-20T19:24:02.525Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26272025-03-20T19:24:06.759Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26282025-03-20T19:24:17.502Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26292025-03-20T19:24:22.109Z Compiling multimap v0.10.0
26302025-03-20T19:26:40.353Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26312025-03-20T19:34:13.266Z Finished `release` profile [optimized] target(s) in 17m 44s
26322025-03-20T19:35:21.784Z
26332025-03-20T19:35:21.787Zreal 18:54.028969631
26342025-03-20T19:35:21.787Zuser 2:11:08.604135288
26352025-03-20T19:35:21.787Zsys 3:34.726198354
26362025-03-20T19:35:21.787Ztrap 3.311761772
26372025-03-20T19:35:21.787Ztflt 2.140635667
26382025-03-20T19:35:21.787Zdflt 5.512800998
26392025-03-20T19:35:21.787Zkflt 0.002560862
26402025-03-20T19:35:21.787Zlock 8:00:12.077135781
26412025-03-20T19:35:21.787Zslp 6:50:54.386523170
26422025-03-20T19:35:21.787Zlat 3:37.586982478
26432025-03-20T19:35:21.787Zstop 2:54.344859119
26442025-03-20T19:35:21.787Z+ mapfile -t packages
26452025-03-20T19:35:21.787Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26462025-03-20T19:35:22.885Z Compiling ring v0.17.11
26472025-03-20T19:35:24.917Z Compiling rustls v0.23.19
26482025-03-20T19:35:24.941Z Compiling rustls v0.22.4
26492025-03-20T19:35:26.417Z Compiling rustls-webpki v0.102.8
26502025-03-20T19:35:30.775Z Compiling tokio-rustls v0.25.0
26512025-03-20T19:35:31.161Z Compiling dropshot v0.12.0
26522025-03-20T19:35:32.552Z Compiling tokio-rustls v0.26.0
26532025-03-20T19:35:33.029Z Compiling hyper-rustls v0.27.3
26542025-03-20T19:35:33.634Z Compiling reqwest v0.12.12
26552025-03-20T19:35:35.265Z Compiling dropshot v0.16.0
26562025-03-20T19:35:42.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26572025-03-20T19:35:43.039Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26582025-03-20T19:35:47.300Z Compiling progenitor-client v0.8.0
26592025-03-20T19:35:48.221Z Compiling progenitor v0.8.0
26602025-03-20T19:35:48.641Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26612025-03-20T19:35:52.382Z Compiling progenitor-client v0.9.1
26622025-03-20T19:35:53.386Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26632025-03-20T19:35:54.655Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26642025-03-20T19:35:54.823Z Compiling omicron-zone-package v0.12.0
26652025-03-20T19:36:05.830Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26662025-03-20T19:36:10.013Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26672025-03-20T19:36:10.869Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26682025-03-20T19:36:14.361Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26692025-03-20T19:36:28.790Z Finished `release` profile [optimized] target(s) in 1m 06s
26702025-03-20T19:36:28.968Z Running `target/release/omicron-package -t test list-outputs`
26712025-03-20T19:36:29.023ZLogging to: /work/oxidecomputer/omicron/out/LOG
26722025-03-20T19:36:29.026Z+ ptime -m cargo build --locked --release -p xtask
26732025-03-20T19:36:29.624Z Compiling serde v1.0.218
26742025-03-20T19:36:29.628Z Compiling rustix v0.38.37
26752025-03-20T19:36:29.628Z Compiling serde_json v1.0.139
26762025-03-20T19:36:29.628Z Compiling libc v0.2.170
26772025-03-20T19:36:29.742Z Compiling syn v2.0.98
26782025-03-20T19:36:29.765Z Compiling bitflags v2.6.0
26792025-03-20T19:36:30.093Z Compiling usdt-impl v0.5.0
26802025-03-20T19:36:30.182Z Compiling syn v1.0.109
26812025-03-20T19:36:30.272Z Compiling hashbrown v0.15.1
26822025-03-20T19:36:30.290Z Compiling log v0.4.22
26832025-03-20T19:36:30.549Z Compiling fs-err v2.11.0
26842025-03-20T19:36:30.757Z Compiling anyhow v1.0.97
26852025-03-20T19:36:30.909Z Compiling once_cell v1.20.3
26862025-03-20T19:36:31.145Z Compiling thread-id v4.2.2
26872025-03-20T19:36:31.508Z Compiling indexmap v2.7.1
26882025-03-20T19:36:32.665Z Compiling terminal_size v0.4.0
26892025-03-20T19:36:32.665Z Compiling tempfile v3.13.0
26902025-03-20T19:36:32.945Z Compiling clap_builder v4.5.31
26912025-03-20T19:36:33.467Z Compiling proc-macro-error v1.0.4
26922025-03-20T19:36:34.291Z Compiling tabled_derive v0.7.0
26932025-03-20T19:36:35.359Z Compiling tabled v0.15.0
26942025-03-20T19:36:36.078Z Compiling serde_derive v1.0.218
26952025-03-20T19:36:36.079Z Compiling thiserror-impl v1.0.69
26962025-03-20T19:36:36.082Z Compiling zerocopy-derive v0.7.35
26972025-03-20T19:36:36.082Z Compiling scroll_derive v0.12.0
26982025-03-20T19:36:36.082Z Compiling thiserror-impl v2.0.11
26992025-03-20T19:36:37.470Z Compiling scroll v0.12.0
27002025-03-20T19:36:37.944Z Compiling zerocopy v0.7.35
27012025-03-20T19:36:38.123Z Compiling goblin v0.8.2
27022025-03-20T19:36:38.643Z Compiling thiserror v1.0.69
27032025-03-20T19:36:38.844Z Compiling pest v2.7.14
27042025-03-20T19:36:40.753Z Compiling thiserror v2.0.11
27052025-03-20T19:36:40.958Z Compiling clap_derive v4.5.28
27062025-03-20T19:36:41.846Z Compiling pest_meta v2.7.14
27072025-03-20T19:36:45.204Z Compiling pest_generator v2.7.14
27082025-03-20T19:36:45.364Z Compiling clap v4.5.31
27092025-03-20T19:36:46.940Z Compiling pest_derive v2.7.14
27102025-03-20T19:36:47.777Z Compiling dtrace-parser v0.2.0
27112025-03-20T19:36:49.356Z Compiling serde_spanned v0.6.8
27122025-03-20T19:36:49.655Z Compiling toml_datetime v0.6.8
27132025-03-20T19:36:50.385Z Compiling dof v0.3.0
27142025-03-20T19:36:51.250Z Compiling serde_tokenstream v0.2.2
27152025-03-20T19:36:51.882Z Compiling toml_edit v0.22.24
27162025-03-20T19:36:52.263Z Compiling camino v1.1.9
27172025-03-20T19:36:54.912Z Compiling usdt-macro v0.5.0
27182025-03-20T19:36:56.148Z Compiling toml v0.8.20
27192025-03-20T19:36:57.699Z Compiling usdt-attr-macro v0.5.0
27202025-03-20T19:36:59.065Z Compiling cargo-platform v0.1.8
27212025-03-20T19:36:59.580Z Compiling semver v1.0.25
27222025-03-20T19:37:00.174Z Compiling cargo_metadata v0.19.2
27232025-03-20T19:37:01.067Z Compiling usdt v0.5.0
27242025-03-20T19:37:01.666Z Compiling cargo_toml v0.21.0
27252025-03-20T19:37:02.364Z Compiling camino-tempfile v1.1.1
27262025-03-20T19:37:02.465Z Compiling macaddr v1.0.1
27272025-03-20T19:37:12.946Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27282025-03-20T19:37:18.783Z Finished `release` profile [optimized] target(s) in 49.70s
27292025-03-20T19:37:18.901Z
27302025-03-20T19:37:18.904Zreal 49.845618749
27312025-03-20T19:37:18.904Zuser 5:19.094270131
27322025-03-20T19:37:18.904Zsys 19.741873546
27332025-03-20T19:37:18.904Ztrap 0.153450224
27342025-03-20T19:37:18.904Ztflt 0.178010904
27352025-03-20T19:37:18.904Zdflt 0.349806448
27362025-03-20T19:37:18.904Zkflt 0.000015010
27372025-03-20T19:37:18.904Zlock 10:07.260831191
27382025-03-20T19:37:18.905Zslp 15:48.927741571
27392025-03-20T19:37:18.905Zlat 15.359252184
27402025-03-20T19:37:18.905Zstop 18.811373597
27412025-03-20T19:37:18.905Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27422025-03-20T19:37:18.905Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27432025-03-20T19:37:18.905Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27442025-03-20T19:37:18.905Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27452025-03-20T19:37:18.905Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27462025-03-20T19:37:19.838Z Compiling regress v0.10.3
27472025-03-20T19:37:19.974Z Compiling thiserror-impl v2.0.11
27482025-03-20T19:37:19.977Z Compiling ident_case v1.0.1
27492025-03-20T19:37:19.977Z Compiling unsafe-libyaml v0.2.11
27502025-03-20T19:37:19.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27512025-03-20T19:37:19.992Z Compiling tempfile v3.13.0
27522025-03-20T19:37:20.003Z Compiling progenitor-client v0.9.1
27532025-03-20T19:37:20.006Z Compiling oxnet v0.1.1
27542025-03-20T19:37:20.181Z Compiling darling_core v0.20.10
27552025-03-20T19:37:20.567Z Compiling quick-error v1.2.3
27562025-03-20T19:37:20.638Z Compiling macaddr v1.0.1
27572025-03-20T19:37:20.754Z Compiling progenitor-client v0.8.0
27582025-03-20T19:37:20.776Z Compiling structmeta-derive v0.3.0
27592025-03-20T19:37:20.818Z Compiling instant v0.1.13
27602025-03-20T19:37:20.986Z Compiling daft-derive v0.1.2
27612025-03-20T19:37:21.086Z Compiling wait-timeout v0.2.0
27622025-03-20T19:37:21.218Z Compiling dropshot v0.16.0
27632025-03-20T19:37:21.568Z Compiling serde_yaml v0.9.34+deprecated
27642025-03-20T19:37:21.590Z Compiling bit-vec v0.8.0
27652025-03-20T19:37:21.949Z Compiling rusty-fork v0.3.0
27662025-03-20T19:37:22.059Z Compiling bit-set v0.8.0
27672025-03-20T19:37:22.357Z Compiling dropshot_endpoint v0.16.0
27682025-03-20T19:37:22.573Z Compiling daft v0.1.2
27692025-03-20T19:37:22.631Z Compiling rand_xorshift v0.3.0
27702025-03-20T19:37:22.986Z Compiling unarray v0.1.4
27712025-03-20T19:37:23.066Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27722025-03-20T19:37:23.168Z Compiling thiserror v2.0.11
27732025-03-20T19:37:23.189Z Compiling proptest v1.6.0
27742025-03-20T19:37:23.265Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27752025-03-20T19:37:23.360Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27762025-03-20T19:37:23.448Z Compiling structmeta v0.3.0
27772025-03-20T19:37:23.839Z Compiling typify-impl v0.2.0
27782025-03-20T19:37:23.874Z Compiling parse-display-derive v0.10.0
27792025-03-20T19:37:24.058Z Compiling test-strategy v0.4.0
27802025-03-20T19:37:24.556Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27812025-03-20T19:37:24.775Z Compiling backoff v0.4.0
27822025-03-20T19:37:25.151Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27832025-03-20T19:37:25.172Z Compiling proc-macro-crate v1.3.1
27842025-03-20T19:37:25.995Z Compiling typify-impl v0.3.0
27852025-03-20T19:37:26.118Z Compiling darling_macro v0.20.10
27862025-03-20T19:37:26.138Z Compiling num_enum_derive v0.5.11
27872025-03-20T19:37:27.073Z Compiling darling v0.20.10
27882025-03-20T19:37:27.218Z Compiling serde_with_macros v3.12.0
27892025-03-20T19:37:27.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27902025-03-20T19:37:27.836Z Compiling parse-display v0.10.0
27912025-03-20T19:37:28.042Z Compiling itertools v0.13.0
27922025-03-20T19:37:28.413Z Compiling crucible-workspace-hack v0.1.0
27932025-03-20T19:37:28.478Z Compiling num_enum v0.5.11
27942025-03-20T19:37:28.680Z Compiling heapless v0.8.0
27952025-03-20T19:37:28.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27962025-03-20T19:37:29.096Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
27972025-03-20T19:37:29.674Z Compiling proc-macro-error v1.0.4
27982025-03-20T19:37:29.698Z Compiling serde_with v3.12.0
27992025-03-20T19:37:29.728Z Compiling camino-tempfile v1.1.1
28002025-03-20T19:37:30.193Z Compiling hash32 v0.3.1
28012025-03-20T19:37:30.316Z Compiling foreign-types-macros v0.2.3
28022025-03-20T19:37:30.508Z Compiling foreign-types-shared v0.3.1
28032025-03-20T19:37:30.672Z Compiling smoltcp v0.11.0
28042025-03-20T19:37:30.949Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28052025-03-20T19:37:31.660Z Compiling foreign-types v0.5.0
28062025-03-20T19:37:32.151Z Compiling tabwriter v1.4.0
28072025-03-20T19:37:32.632Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28082025-03-20T19:37:32.654Z Compiling cstr-argument v0.1.2
28092025-03-20T19:37:32.939Z Compiling pretty-hex v0.2.1
28102025-03-20T19:37:33.161Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28112025-03-20T19:37:33.492Z Compiling cobs v0.2.3
28122025-03-20T19:37:33.514Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28132025-03-20T19:37:33.570Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28142025-03-20T19:37:33.729Z Compiling postcard v1.0.10
28152025-03-20T19:37:33.810Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162025-03-20T19:37:34.345Z Compiling colored v2.2.0
28172025-03-20T19:37:34.368Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28182025-03-20T19:37:34.723Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28192025-03-20T19:37:34.933Z Compiling winnow v0.6.20
28202025-03-20T19:37:35.250Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28212025-03-20T19:37:35.560Z Compiling smf v0.2.3
28222025-03-20T19:37:36.178Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28232025-03-20T19:37:36.526Z Compiling zone_cfg_derive v0.3.0
28242025-03-20T19:37:36.858Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28252025-03-20T19:37:37.303Z Compiling itertools v0.14.0
28262025-03-20T19:37:37.471Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28272025-03-20T19:37:37.940Z Compiling num-derive v0.4.2
28282025-03-20T19:37:38.279Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28292025-03-20T19:37:38.322Z Compiling typify-macro v0.2.0
28302025-03-20T19:37:38.475Z Compiling sigpipe v0.1.3
28312025-03-20T19:37:38.637Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28322025-03-20T19:37:39.014Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28332025-03-20T19:37:39.978Z Compiling zone v0.3.0
28342025-03-20T19:37:40.184Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28352025-03-20T19:37:40.325Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28362025-03-20T19:37:40.679Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28372025-03-20T19:37:40.702Z Compiling typify-macro v0.3.0
28382025-03-20T19:37:40.767Z Compiling universal-hash v0.5.1
28392025-03-20T19:37:40.996Z Compiling opaque-debug v0.3.1
28402025-03-20T19:37:41.132Z Compiling utf-8 v0.7.6
28412025-03-20T19:37:41.204Z Compiling num-rational v0.4.2
28422025-03-20T19:37:41.455Z Compiling tungstenite v0.21.0
28432025-03-20T19:37:41.520Z Compiling password-hash v0.5.0
28442025-03-20T19:37:42.063Z Compiling typify v0.2.0
28452025-03-20T19:37:42.231Z Compiling progenitor-impl v0.8.0
28462025-03-20T19:37:42.422Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28472025-03-20T19:37:42.449Z Compiling blake2 v0.10.6
28482025-03-20T19:37:42.549Z Compiling aead v0.5.2
28492025-03-20T19:37:42.848Z Compiling num-complex v0.4.6
28502025-03-20T19:37:42.967Z Compiling convert_case v0.4.0
28512025-03-20T19:37:43.329Z Compiling keccak v0.1.5
28522025-03-20T19:37:43.826Z Compiling base64 v0.21.7
28532025-03-20T19:37:43.829Z Compiling derive_more v0.99.19
28542025-03-20T19:37:43.865Z Compiling num v0.4.3
28552025-03-20T19:37:44.002Z Compiling sha3 v0.10.8
28562025-03-20T19:37:44.410Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28572025-03-20T19:37:44.432Z Compiling typify v0.3.0
28582025-03-20T19:37:44.452Z Compiling argon2 v0.5.3
28592025-03-20T19:37:44.524Z Compiling tokio-tungstenite v0.21.0
28602025-03-20T19:37:44.584Z Compiling progenitor-impl v0.9.1
28612025-03-20T19:37:45.013Z Compiling poly1305 v0.8.0
28622025-03-20T19:37:45.127Z Compiling chacha20 v0.9.1
28632025-03-20T19:37:45.642Z Compiling float-ord v0.3.2
28642025-03-20T19:37:45.663Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28652025-03-20T19:37:45.855Z Compiling derive-where v1.2.7
28662025-03-20T19:37:46.117Z Compiling semver v0.1.20
28672025-03-20T19:37:46.732Z Compiling same-file v1.0.6
28682025-03-20T19:37:46.767Z Compiling rustc_version v0.1.7
28692025-03-20T19:37:47.058Z Compiling walkdir v2.5.0
28702025-03-20T19:37:47.245Z Compiling newline-converter v0.3.0
28712025-03-20T19:37:47.283Z Compiling primeorder v0.13.6
28722025-03-20T19:37:47.439Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28732025-03-20T19:37:47.732Z Compiling secrecy v0.8.0
28742025-03-20T19:37:47.829Z Compiling owo-colors v4.2.0
28752025-03-20T19:37:48.001Z Compiling linked-hash-map v0.5.6
28762025-03-20T19:37:48.061Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28772025-03-20T19:37:48.373Z Compiling cancel-safe-futures v0.1.5
28782025-03-20T19:37:48.549Z Compiling lru-cache v0.1.2
28792025-03-20T19:37:48.790Z Compiling expectorate v1.1.0
28802025-03-20T19:37:48.817Z Compiling newtype_derive v0.1.6
28812025-03-20T19:37:48.884Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28822025-03-20T19:37:48.979Z Compiling resolv-conf v0.7.0
28832025-03-20T19:37:49.007Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28842025-03-20T19:37:49.100Z Compiling progenitor-macro v0.8.0
28852025-03-20T19:37:49.181Z Compiling thiserror-impl-no-std v2.0.2
28862025-03-20T19:37:49.317Z Compiling libsw-core v0.3.1
28872025-03-20T19:37:49.627Z Compiling blake3 v1.5.4
28882025-03-20T19:37:49.668Z Compiling unicase v2.7.0
28892025-03-20T19:37:49.689Z Compiling half v2.4.1
28902025-03-20T19:37:49.877Z Compiling fixedbitset v0.5.7
28912025-03-20T19:37:50.034Z Compiling arc-swap v1.7.1
28922025-03-20T19:37:50.238Z Compiling ciborium-io v0.2.2
28932025-03-20T19:37:50.397Z Compiling ciborium-ll v0.2.2
28942025-03-20T19:37:50.441Z Compiling petgraph v0.7.1
28952025-03-20T19:37:50.606Z Compiling slog-scope v4.4.0
28962025-03-20T19:37:50.824Z Compiling libsw v3.4.0
28972025-03-20T19:37:50.903Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28982025-03-20T19:37:50.964Z Compiling hickory-resolver v0.24.4
28992025-03-20T19:37:51.084Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29002025-03-20T19:37:51.459Z Compiling progenitor-macro v0.9.1
29012025-03-20T19:37:51.825Z Compiling polyval v0.6.2
29022025-03-20T19:37:51.950Z Compiling thiserror-no-std v2.0.2
29032025-03-20T19:37:52.100Z Compiling atomicwrites v0.4.4
29042025-03-20T19:37:52.278Z Compiling memmap2 v0.9.5
29052025-03-20T19:37:52.480Z Compiling libefi-sys v0.1.0
29062025-03-20T19:37:52.692Z Compiling parking_lot_core v0.8.6
29072025-03-20T19:37:52.834Z Compiling salty v0.3.0
29082025-03-20T19:37:53.175Z Compiling constant_time_eq v0.3.1
29092025-03-20T19:37:53.303Z Compiling arrayvec v0.7.6
29102025-03-20T19:37:53.410Z Compiling linear-map v1.2.0
29112025-03-20T19:37:53.579Z Compiling indent_write v2.2.0
29122025-03-20T19:37:53.725Z Compiling arrayref v0.3.9
29132025-03-20T19:37:53.848Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29142025-03-20T19:37:53.938Z Compiling ghash v0.5.1
29152025-03-20T19:37:54.165Z Compiling vsss-rs v3.3.4
29162025-03-20T19:37:54.857Z Compiling slog-stdlog v4.1.1
29172025-03-20T19:37:54.976Z Compiling ciborium v0.2.2
29182025-03-20T19:37:55.339Z Compiling p384 v0.13.0
29192025-03-20T19:37:55.551Z Compiling toolchain_find v0.4.0
29202025-03-20T19:37:56.192Z Compiling chacha20poly1305 v0.10.1
29212025-03-20T19:37:56.364Z Compiling ctr v0.9.2
29222025-03-20T19:37:56.456Z Compiling lzma-sys v0.1.20
29232025-03-20T19:37:56.477Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29242025-03-20T19:37:56.748Z Compiling bitfield-struct v0.6.2
29252025-03-20T19:37:56.876Z Compiling slog-dtrace v0.3.0
29262025-03-20T19:37:56.920Z Compiling topological-sort v0.2.2
29272025-03-20T19:37:57.200Z Compiling highway v1.3.0
29282025-03-20T19:37:57.276Z Compiling omicron-zone-package v0.12.0
29292025-03-20T19:37:57.460Z Compiling aes-gcm v0.10.3
29302025-03-20T19:37:57.509Z Compiling rustfmt-wrapper v0.2.1
29312025-03-20T19:37:57.807Z Compiling slog-envlogger v2.2.0
29322025-03-20T19:37:57.997Z Compiling mime_guess v2.0.5
29332025-03-20T19:37:58.122Z Compiling steno v0.4.1
29342025-03-20T19:37:58.153Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352025-03-20T19:37:58.869Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29362025-03-20T19:37:59.119Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29372025-03-20T19:37:59.198Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29382025-03-20T19:37:59.221Z Compiling heck v0.3.3
29392025-03-20T19:37:59.616Z Compiling ssh-encoding v0.2.0
29402025-03-20T19:37:59.757Z Compiling blowfish v0.9.1
29412025-03-20T19:37:59.780Z Compiling env_filter v0.1.2
29422025-03-20T19:38:00.115Z Compiling nibble_vec v0.1.0
29432025-03-20T19:38:00.257Z Compiling humantime v2.1.0
29442025-03-20T19:38:00.301Z Compiling endian-type v0.1.2
29452025-03-20T19:38:00.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29462025-03-20T19:38:00.472Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29472025-03-20T19:38:00.595Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482025-03-20T19:38:00.617Z Compiling radix_trie v0.2.1
29492025-03-20T19:38:00.775Z Compiling env_logger v0.11.5
29502025-03-20T19:38:00.811Z Compiling bcrypt-pbkdf v0.10.0
29512025-03-20T19:38:01.063Z Compiling progenitor v0.8.0
29522025-03-20T19:38:01.271Z Compiling ssh-cipher v0.2.0
29532025-03-20T19:38:01.337Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29542025-03-20T19:38:01.409Z Compiling zone_cfg_derive v0.1.2
29552025-03-20T19:38:01.453Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29562025-03-20T19:38:01.936Z Compiling parking_lot v0.11.2
29572025-03-20T19:38:02.318Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29582025-03-20T19:38:02.753Z Compiling qorb v0.2.1
29592025-03-20T19:38:02.774Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29602025-03-20T19:38:02.843Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29612025-03-20T19:38:02.883Z Compiling password-hash v0.4.2
29622025-03-20T19:38:03.227Z Compiling gethostname v0.5.0
29632025-03-20T19:38:03.264Z Compiling fxhash v0.2.1
29642025-03-20T19:38:03.287Z Compiling http-range v0.1.5
29652025-03-20T19:38:03.452Z Compiling base64 v0.13.1
29662025-03-20T19:38:03.474Z Compiling progenitor v0.9.1
29672025-03-20T19:38:03.496Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29682025-03-20T19:38:03.615Z Compiling sled v0.34.7
29692025-03-20T19:38:03.691Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29702025-03-20T19:38:03.729Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29712025-03-20T19:38:03.855Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722025-03-20T19:38:04.008Z Compiling ron v0.7.1
29732025-03-20T19:38:04.240Z Compiling pbkdf2 v0.11.0
29742025-03-20T19:38:04.625Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29752025-03-20T19:38:05.331Z Compiling zone v0.1.8
29762025-03-20T19:38:06.133Z Compiling xz2 v0.1.7
29772025-03-20T19:38:06.617Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29782025-03-20T19:38:06.768Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29792025-03-20T19:38:07.664Z Compiling ssh-key v0.6.6
29802025-03-20T19:38:08.113Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29812025-03-20T19:38:08.760Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29822025-03-20T19:38:09.382Z Compiling hickory-client v0.24.4
29832025-03-20T19:38:10.238Z Compiling p521 v0.13.3
29842025-03-20T19:38:10.478Z Compiling p256 v0.13.2
29852025-03-20T19:38:10.776Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29862025-03-20T19:38:11.299Z Compiling hickory-server v0.24.4
29872025-03-20T19:38:11.729Z Compiling pem v3.0.5
29882025-03-20T19:38:11.809Z Compiling yasna v0.5.2
29892025-03-20T19:38:12.444Z Compiling headers-core v0.3.0
29902025-03-20T19:38:12.557Z Compiling kstat-rs v0.2.4
29912025-03-20T19:38:12.654Z Compiling nanorand v0.7.0
29922025-03-20T19:38:13.145Z Compiling atty v0.2.14
29932025-03-20T19:38:13.148Z Compiling russh-cryptovec v0.7.3
29942025-03-20T19:38:13.187Z Compiling md5 v0.7.0
29952025-03-20T19:38:13.314Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29962025-03-20T19:38:13.336Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29972025-03-20T19:38:13.498Z Compiling russh-keys v0.45.0
29982025-03-20T19:38:13.694Z Compiling flume v0.11.1
29992025-03-20T19:38:14.316Z Compiling rcgen v0.12.1
30002025-03-20T19:38:14.854Z Compiling headers v0.4.0
30012025-03-20T19:38:16.534Z Compiling hyper-staticfile v0.10.1
30022025-03-20T19:38:16.721Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30032025-03-20T19:38:17.202Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30042025-03-20T19:38:17.506Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30052025-03-20T19:38:17.555Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30062025-03-20T19:38:17.576Z Compiling num-bigint v0.4.6
30072025-03-20T19:38:17.944Z Compiling des v0.8.1
30082025-03-20T19:38:18.092Z Compiling subprocess v0.2.9
30092025-03-20T19:38:18.694Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30102025-03-20T19:38:18.816Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30112025-03-20T19:38:19.753Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30122025-03-20T19:38:21.516Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30132025-03-20T19:38:22.995Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30142025-03-20T19:38:23.177Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30152025-03-20T19:38:24.094Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30162025-03-20T19:38:25.751Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30172025-03-20T19:38:25.838Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30182025-03-20T19:38:26.689Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30192025-03-20T19:38:26.827Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30202025-03-20T19:38:28.022Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30212025-03-20T19:38:28.199Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30222025-03-20T19:38:29.145Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30232025-03-20T19:38:29.544Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30242025-03-20T19:38:30.266Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30252025-03-20T19:38:31.202Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30262025-03-20T19:38:31.641Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30272025-03-20T19:38:31.690Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30282025-03-20T19:38:32.111Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30292025-03-20T19:38:32.571Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30302025-03-20T19:38:34.072Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30312025-03-20T19:38:34.769Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30322025-03-20T19:38:35.952Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30332025-03-20T19:38:36.519Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30342025-03-20T19:38:37.511Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30352025-03-20T19:38:37.701Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30362025-03-20T19:38:39.001Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30372025-03-20T19:38:39.255Z Compiling display-error-chain v0.2.2
30382025-03-20T19:38:39.323Z Compiling hex-literal v0.4.1
30392025-03-20T19:38:39.496Z Compiling russh v0.45.0
30402025-03-20T19:38:39.527Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30412025-03-20T19:38:39.891Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30422025-03-20T19:38:41.025Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30432025-03-20T19:38:41.505Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30442025-03-20T19:38:42.023Z Compiling internet-checksum v0.2.1
30452025-03-20T19:38:46.984Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30462025-03-20T19:38:53.902Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30472025-03-20T19:38:55.498Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30482025-03-20T19:39:19.547Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30492025-03-20T19:39:42.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
30502025-03-20T19:39:42.394Z
30512025-03-20T19:39:42.397Zreal 2:23.441770238
30522025-03-20T19:39:42.397Zuser 12:11.680727999
30532025-03-20T19:39:42.397Zsys 1:38.182864729
30542025-03-20T19:39:42.397Ztrap 0.375800375
30552025-03-20T19:39:42.397Ztflt 0.385213425
30562025-03-20T19:39:42.397Zdflt 0.763286659
30572025-03-20T19:39:42.397Zkflt 0.000054275
30582025-03-20T19:39:42.397Zlock 23:03.229646541
30592025-03-20T19:39:42.397Zslp 43:08.867445219
30602025-03-20T19:39:42.397Zlat 41.229629163
30612025-03-20T19:39:42.397Zstop 1:42.313561462
30622025-03-20T19:39:42.397Z+ mkdir tests
30632025-03-20T19:39:42.400Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30642025-03-20T19:39:42.400Z+ xargs -I '{}' -t cp '{}' tests/
30652025-03-20T19:39:42.438Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9828a7b54158bcfd tests/
30662025-03-20T19:39:42.463Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9d90f4fe9c89f0ad tests/
30672025-03-20T19:39:42.489Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7e8112e69a694c07 tests/
30682025-03-20T19:39:42.515Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-347313cfe8ae6484 tests/
30692025-03-20T19:39:42.793Z+ 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/*)
30702025-03-20T19:39:42.796Z+ 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-7e8112e69a694c07 tests/commtest-9d90f4fe9c89f0ad tests/dhcp_server-9828a7b54158bcfd tests/end_to_end_tests-347313cfe8ae6484 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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
30712025-03-20T19:40:58.848ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30722025-03-20T19:40:58.848Za .github/buildomat/ci-env.sh 1K
30732025-03-20T19:40:58.848Za out/target/test 1K
30742025-03-20T19:40:58.848Za out/npuzone/npuzone 23144K
30752025-03-20T19:40:58.848Za package-manifest.toml 33K
30762025-03-20T19:40:58.848Za smf/sled-agent/non-gimlet/config.toml 4K
30772025-03-20T19:40:58.848Za target/release/omicron-package 38848K
30782025-03-20T19:40:58.848Za target/release/xtask 10810K
30792025-03-20T19:40:58.849Za target/debug/bootstrap 214947K
30802025-03-20T19:40:58.849Za tests/bootstrap-7e8112e69a694c07 24084K
30812025-03-20T19:40:58.849Za tests/commtest-9d90f4fe9c89f0ad 24339K
30822025-03-20T19:40:58.849Za tests/dhcp_server-9828a7b54158bcfd 24084K
30832025-03-20T19:40:58.849Za tests/end_to_end_tests-347313cfe8ae6484 269920K
30842025-03-20T19:40:58.849Za out/clickhouse.tar.gz 302312K
30852025-03-20T19:40:58.849Za out/clickhouse_keeper.tar.gz 288171K
30862025-03-20T19:40:58.849Za out/clickhouse_server.tar.gz 302306K
30872025-03-20T19:40:58.849Za out/cockroachdb.tar.gz 143259K
30882025-03-20T19:40:58.849Za out/crucible-dtrace.tar 98K
30892025-03-20T19:40:58.849Za out/crucible-pantry-zone.tar.gz 32473K
30902025-03-20T19:40:58.849Za out/crucible-zone.tar.gz 40861K
30912025-03-20T19:40:58.849Za out/external-dns.tar.gz 44314K
30922025-03-20T19:40:58.849Za out/internal-dns.tar.gz 44314K
30932025-03-20T19:40:58.849Za out/mg-ddm-gz.tar 65544K
30942025-03-20T19:40:58.849Za out/nexus.tar.gz 109732K
30952025-03-20T19:40:58.849Za out/ntp.tar.gz 14427K
30962025-03-20T19:40:58.849Za out/omicron-gateway-softnpu.tar.gz 24484K
30972025-03-20T19:40:58.849Za out/omicron-sled-agent.tar 123283K
30982025-03-20T19:40:58.849Za out/overlay.tar.gz 3K
30992025-03-20T19:40:58.849Za out/oximeter.tar.gz 53353K
31002025-03-20T19:40:58.849Za out/oxlog.tar 3144K
31012025-03-20T19:40:58.849Za out/probe.tar.gz 2764K
31022025-03-20T19:40:58.849Za out/propolis-server.tar.gz 67599K
31032025-03-20T19:40:58.849Za out/pumpkind-gz.tar 26665K
31042025-03-20T19:40:58.849Za out/switch-softnpu.tar.gz 260652K
31052025-03-20T19:40:58.853Z
31062025-03-20T19:40:58.853Zreal 1:16.052087251
31072025-03-20T19:40:58.853Zuser 1:12.575087164
31082025-03-20T19:40:58.853Zsys 4.898729207
31092025-03-20T19:40:58.853Ztrap 0.019317225
31102025-03-20T19:40:58.853Ztflt 0.000000000
31112025-03-20T19:40:58.853Zdflt 0.000000000
31122025-03-20T19:40:58.853Zkflt 0.000000000
31132025-03-20T19:40:58.853Zlock 0.000000000
31142025-03-20T19:40:58.853Zslp 1:12.432780139
31152025-03-20T19:40:58.853Zlat 2.173556757
31162025-03-20T19:40:58.853Zstop 0.000207778
31172025-03-20T19:40:58.853Zprocess exited: duration 2074987 ms, exit code 0
 
31182025-03-20T19:40:58.868Zfound 1 output files
31192025-03-20T19:40:58.868Zuploading: /work/package.tar.gz (2006387517 bytes)
31202025-03-20T19:41:38.539Zuploaded: /work/package.tar.gz