01JJR4KD4YZ2F2VZ292GSQ7KJN: 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: 01JJR4KZQGFMJ52PJGJWW9K4B1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-29T04:21:21.396Zjob assigned to worker 01JJR4KXCPQJH6SGR8SXBSNQWZ [factory aws, i-0ecae8766ba1d2763] (queued for 54 s)
 
22025-01-29T04:21:29.584Zstarting task 0: "setup"
32025-01-29T04:21:29.594Z++ uname -s
42025-01-29T04:21:29.597Z+ kern=SunOS
52025-01-29T04:21:29.597Z+ case "$kern" in
62025-01-29T04:21:29.597Z+ groupadd -g 12345 build
72025-01-29T04:21:29.600Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-29T04:21:31.605Z+ zfs create -o mountpoint=/work rpool/work
92025-01-29T04:21:31.710Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-29T04:21:31.713Z+ home_fs=zfs
112025-01-29T04:21:31.714Z+ [[ zfs == autofs ]]
122025-01-29T04:21:31.714Z+ mkdir -p /home/build
132025-01-29T04:21:31.716Z+ chown build:build /home/build /work
142025-01-29T04:21:33.718Z+ chmod 0700 /home/build /work
152025-01-29T04:21:33.722Zprocess exited: duration 4135 ms, exit code 0
 
162025-01-29T04:21:33.728Zstarting task 1: "rust-toolchain"
172025-01-29T04:21:33.733Z+ printf ' * toolchain channel = "%s"
182025-01-29T04:21:33.733Z * toolchain channel = "1.84.0"
192025-01-29T04:21:33.733Z' 1.84.0
202025-01-29T04:21:33.733Z+ printf ' * toolchain profile = "%s"
212025-01-29T04:21:33.733Z' default
222025-01-29T04:21:33.733Z * toolchain profile = "default"
232025-01-29T04:21:33.736Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-29T04:21:33.736Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-29T04:21:33.857Zinfo: downloading installer
262025-01-29T04:21:35.309Zinfo: profile set to 'default'
272025-01-29T04:21:35.310Zinfo: default host triple is x86_64-unknown-illumos
282025-01-29T04:21:35.310Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-29T04:21:35.468Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-29T04:21:35.468Zinfo: downloading component 'cargo'
312025-01-29T04:21:36.251Zinfo: downloading component 'clippy'
322025-01-29T04:21:36.538Zinfo: downloading component 'rust-docs'
332025-01-29T04:21:37.562Zinfo: downloading component 'rust-std'
342025-01-29T04:21:39.076Zinfo: downloading component 'rustc'
352025-01-29T04:21:44.878Zinfo: downloading component 'rustfmt'
362025-01-29T04:21:45.096Zinfo: installing component 'cargo'
372025-01-29T04:21:45.966Zinfo: installing component 'clippy'
382025-01-29T04:21:46.363Zinfo: installing component 'rust-docs'
392025-01-29T04:21:48.003Zinfo: installing component 'rust-std'
402025-01-29T04:21:49.806Zinfo: installing component 'rustc'
412025-01-29T04:21:56.000Zinfo: installing component 'rustfmt'
422025-01-29T04:21:56.340Z
432025-01-29T04:21:56.340Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
442025-01-29T04:21:56.729Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-29T04:21:56.729Z
462025-01-29T04:21:56.732Z
472025-01-29T04:21:56.732ZRust is installed now. Great!
482025-01-29T04:21:56.732Z
492025-01-29T04:21:56.732ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-29T04:21:56.732Zenvironment variable. This has not been done automatically.
512025-01-29T04:21:56.732Z
522025-01-29T04:21:56.732ZTo configure your current shell, you need to source
532025-01-29T04:21:56.732Zthe corresponding env file under $HOME/.cargo.
542025-01-29T04:21:56.732Z
552025-01-29T04:21:56.732ZThis is usually done by running one of the following (note the leading DOT):
562025-01-29T04:21:56.732Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-29T04:21:56.732Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-29T04:21:56.805Z+ rustc --version
592025-01-29T04:21:56.873Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-29T04:21:56.877Zprocess exited: duration 23149 ms, exit code 0
 
612025-01-29T04:21:56.883Zstarting task 2: "authentication"
622025-01-29T04:21:56.903Zprocess exited: duration 20 ms, exit code 0
 
632025-01-29T04:21:56.909Zstarting task 3: "clone repository"
642025-01-29T04:21:56.914Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-29T04:21:56.917Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-29T04:21:58.362ZCloning into '/work/oxidecomputer/omicron'...
672025-01-29T04:22:07.291Z+ cd /work/oxidecomputer/omicron
682025-01-29T04:22:07.291Z+ git fetch origin 1983115b73ffcf6ea699ef38c7d80ec9c7430a46
692025-01-29T04:22:07.584ZFrom https://github.com/oxidecomputer/omicron
702025-01-29T04:22:07.584Z * branch 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 -> FETCH_HEAD
712025-01-29T04:22:07.594Z+ [[ -n '' ]]
722025-01-29T04:22:07.594Z+ git reset --hard 1983115b73ffcf6ea699ef38c7d80ec9c7430a46
732025-01-29T04:22:07.778ZHEAD is now at 1983115b7 Update Rust crate indicatif to 0.17.11
742025-01-29T04:22:07.781Zprocess exited: duration 10866 ms, exit code 0
 
752025-01-29T04:22:07.788Zstarting task 4: "build"
762025-01-29T04:22:07.792Z+ source .github/buildomat/ci-env.sh
772025-01-29T04:22:07.792Z++ export CARGO_TERM_COLOR=always
782025-01-29T04:22:07.792Z++ CARGO_TERM_COLOR=always
792025-01-29T04:22:07.795Z+ cargo --version
802025-01-29T04:22:07.854Zcargo 1.84.0 (66221abde 2024-11-19)
812025-01-29T04:22:07.857Z+ rustc --version
822025-01-29T04:22:07.918Zrustc 1.84.0 (9fc6b4312 2025-01-07)
832025-01-29T04:22:07.921Z+ WORK=/work
842025-01-29T04:22:07.921Z+ pfexec mkdir -p /work
852025-01-29T04:22:07.924Z+ pfexec chown build /work
862025-01-29T04:22:07.927Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872025-01-29T04:22:19.882Zpkg list: illegal option -- F
882025-01-29T04:22:19.882ZUsage:
892025-01-29T04:22:19.885Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
902025-01-29T04:22:19.885Z [pkg_fmri_pattern ...]
912025-01-29T04:22:20.729Zpkg list: illegal option -- F
922025-01-29T04:22:20.729ZUsage:
932025-01-29T04:22:20.729Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
942025-01-29T04:22:20.730Z [pkg_fmri_pattern ...]
952025-01-29T04:22:27.116Z Startup: Refreshing catalog 'helios-dev' ... Done
962025-01-29T04:22:31.444Z Startup: Caching catalogs ... Done
972025-01-29T04:22:42.772ZPlanning: Solver setup ... Done (10.533s)
982025-01-29T04:22:42.919ZPlanning: Running solver ... Done (0.147s)
992025-01-29T04:22:43.377ZPlanning: Finding local manifests ... Done (0.349s)
1002025-01-29T04:22:43.815ZPlanning: Fetching manifests: 0/7 0% complete
1012025-01-29T04:22:44.578ZPlanning: Fetching manifests: 7/7 100% complete
1022025-01-29T04:22:45.350ZPlanning: Package planning ... Done (0.772s)
1032025-01-29T04:22:45.408ZPlanning: Merging actions ... Done (0.058s)
1042025-01-29T04:22:46.840ZPlanning: Checking for conflicting actions ... Done (1.432s)
1052025-01-29T04:22:52.999ZPlanning: Consolidating action changes ... Done (6.152s)
1062025-01-29T04:22:53.393ZPlanning: Evaluating mediators ... Done (0.394s)
1072025-01-29T04:22:53.616ZPlanning: Planning completed in 22.07 seconds
1082025-01-29T04:22:53.948Z Packages to install: 4
1092025-01-29T04:22:53.948Z Packages to update: 3
1102025-01-29T04:22:53.948Z Mediators to change: 2
1112025-01-29T04:22:53.948Z Services to change: 1
1122025-01-29T04:22:53.975Z Estimated space available: 155.61 GB
1132025-01-29T04:22:53.976ZEstimated space to be consumed: 1.64 GB
1142025-01-29T04:22:53.976Z Create boot environment: No
1152025-01-29T04:22:53.976ZCreate backup boot environment: Yes
1162025-01-29T04:22:53.977Z Rebuild boot archive: No
1172025-01-29T04:22:53.977Z
1182025-01-29T04:22:53.977ZChanged mediators:
1192025-01-29T04:22:53.978Z mediator clang:
1202025-01-29T04:22:53.978Z version: None -> 15 (system default)
1212025-01-29T04:22:53.978Z
1222025-01-29T04:22:53.978Z mediator llvm:
1232025-01-29T04:22:53.978Z version: 14 (system default) -> 15 (system default)
1242025-01-29T04:22:53.978Z
1252025-01-29T04:22:53.979ZChanged packages:
1262025-01-29T04:22:53.979Zhelios-dev
1272025-01-29T04:22:53.979Z developer/build-essential
1282025-01-29T04:22:53.979Z None -> 11-2.0
1292025-01-29T04:22:53.979Z library/libxmlsec1
1302025-01-29T04:22:53.980Z None -> 1.2.35-2.0
1312025-01-29T04:22:53.980Z ooce/developer/clang-15
1322025-01-29T04:22:53.980Z None -> 15.0.7-2.0
1332025-01-29T04:22:53.980Z ooce/developer/llvm-15
1342025-01-29T04:22:53.980Z None -> 15.0.7-2.0
1352025-01-29T04:22:53.981Z package/pkg
1362025-01-29T04:22:53.981Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1372025-01-29T04:22:53.981Z system/library/g++-runtime
1382025-01-29T04:22:53.981Z 13-2.0 -> 14-2.0
1392025-01-29T04:22:53.981Z system/library/gcc-runtime
1402025-01-29T04:22:53.982Z 13-2.0 -> 14-2.0
1412025-01-29T04:22:53.982Z
1422025-01-29T04:22:53.983ZServices:
1432025-01-29T04:22:53.983Z restart_fmri:
1442025-01-29T04:22:53.983Z svc:/system/update-man-index:default
1452025-01-29T04:22:53.983Z
1462025-01-29T04:22:53.983ZEditable files to change:
1472025-01-29T04:22:53.983Z Update:
1482025-01-29T04:22:53.983Z usr/share/lib/pkg/web/config.shtml
1492025-01-29T04:22:54.345Z
1502025-01-29T04:22:54.345ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1512025-01-29T04:23:01.747ZDownload: 212/4301 items 1.3/225.4MB 0% complete (394k/s)
1522025-01-29T04:23:06.947ZDownload: 213/4301 items 1.3/225.4MB 0% complete (382k/s)
1532025-01-29T04:23:11.951ZDownload: 361/4301 items 16.3/225.4MB 7% complete (2.1M/s)
1542025-01-29T04:23:16.939ZDownload: 641/4301 items 17.5/225.4MB 7% complete (1.7M/s)
1552025-01-29T04:23:21.961ZDownload: 1083/4301 items 19.7/225.4MB 8% complete (359k/s)
1562025-01-29T04:23:33.348ZDownload: 1197/4301 items 83.4/225.4MB 36% complete (6.4M/s)
1572025-01-29T04:23:38.426ZDownload: 1383/4301 items 115.9/225.4MB 51% complete (6.9M/s)
1582025-01-29T04:23:43.432ZDownload: 1550/4301 items 117.5/225.4MB 52% complete (3.7M/s)
1592025-01-29T04:23:48.476ZDownload: 1779/4301 items 118.4/225.4MB 52% complete (304k/s)
1602025-01-29T04:23:53.465ZDownload: 1989/4301 items 118.7/225.4MB 52% complete (137k/s)
1612025-01-29T04:23:58.568ZDownload: 2123/4301 items 118.9/225.4MB 52% complete (75.6k/s)
1622025-01-29T04:24:03.677ZDownload: 2217/4301 items 119.2/225.4MB 52% complete (52.7k/s)
1632025-01-29T04:24:12.481ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (49.8k/s)
1642025-01-29T04:24:23.057ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
1652025-01-29T04:24:31.353ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1662025-01-29T04:24:36.370ZDownload: 2541/4301 items 120.1/225.4MB 53% complete (183k/s)
1672025-01-29T04:24:41.391ZDownload: 2876/4301 items 121.1/225.4MB 53% complete (198k/s)
1682025-01-29T04:24:46.403ZDownload: 3067/4301 items 121.4/225.4MB 53% complete (143k/s)
1692025-01-29T04:24:51.423ZDownload: 3199/4301 items 188.1/225.4MB 83% complete (6.6M/s)
1702025-01-29T04:24:56.840ZDownload: 3241/4301 items 201.4/225.4MB 89% complete (8.0M/s)
1712025-01-29T04:25:01.841ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (1.1M/s)
1722025-01-29T04:25:06.852ZDownload: 3355/4301 items 213.0/225.4MB 94% complete (1.2M/s)
1732025-01-29T04:25:11.872ZDownload: 3549/4301 items 215.7/225.4MB 95% complete (1.3M/s)
1742025-01-29T04:25:16.875ZDownload: 3698/4301 items 216.5/225.4MB 96% complete (365k/s)
1752025-01-29T04:25:21.911ZDownload: 3877/4301 items 217.5/225.4MB 96% complete (178k/s)
1762025-01-29T04:25:26.965ZDownload: 4201/4301 items 220.6/225.4MB 97% complete (428k/s)
1772025-01-29T04:25:36.110ZDownload: 4206/4301 items 220.6/225.4MB 97% complete (413k/s)
1782025-01-29T04:25:41.520ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
1792025-01-29T04:25:43.912ZDownload: Completed 225.42 MB in 169.57 seconds (1.3M/s)
1802025-01-29T04:25:44.879Z Actions: 1/5122 actions (Removing old actions)
1812025-01-29T04:25:44.894Z Actions: 194/5122 actions (Installing new actions)
1822025-01-29T04:25:50.006Z Actions: 4098/5122 actions (Installing new actions)
1832025-01-29T04:25:50.694Z Actions: 4267/5122 actions (Updating modified actions)
1842025-01-29T04:25:51.346Z Actions: Completed 5122 actions in 6.47 seconds.
1852025-01-29T04:25:51.762Z Done (0.408s)
1862025-01-29T04:25:51.766Z Done (0.003s)
1872025-01-29T04:25:52.348Z Done (0.582s)
1882025-01-29T04:25:59.404Z Done (6.827s)
1892025-01-29T04:25:59.750Z Done (0.278s)
1902025-01-29T04:25:59.753Z Done (0.000s)
1912025-01-29T04:25:59.912Z Done (0.000s)
1922025-01-29T04:26:00.618ZPlanning: Evaluating mediator changes ... Done
1932025-01-29T04:26:00.781ZPlanning: Checking for conflicting actions ... Done
1942025-01-29T04:26:00.784ZPlanning: Consolidating action changes ... Done
1952025-01-29T04:26:01.053ZPlanning: Evaluating mediators ... Done
1962025-01-29T04:26:01.058ZPlanning: Planning completed in 0.44 seconds
1972025-01-29T04:26:01.093Z Mediators to change: 2
1982025-01-29T04:26:01.094Z Create boot environment: No
1992025-01-29T04:26:01.094ZCreate backup boot environment: No
2002025-01-29T04:26:01.174Z Done
2012025-01-29T04:26:01.174Z Done
2022025-01-29T04:26:01.540Z Done
2032025-01-29T04:26:05.334Z Done
2042025-01-29T04:26:05.426Z Done
2052025-01-29T04:26:05.429Z Done
2062025-01-29T04:26:05.559Z Done
2072025-01-29T04:26:06.178ZPlanning: Evaluating mediator changes ... Done
2082025-01-29T04:26:06.180ZPlanning: Merging actions ... Done
2092025-01-29T04:26:06.374ZPlanning: Checking for conflicting actions ... Done
2102025-01-29T04:26:06.376ZPlanning: Consolidating action changes ... Done
2112025-01-29T04:26:06.648ZPlanning: Evaluating mediators ... Done
2122025-01-29T04:26:06.710ZPlanning: Planning completed in 0.77 seconds
2132025-01-29T04:26:06.747Z Packages to change: 1
2142025-01-29T04:26:06.747Z Mediators to change: 1
2152025-01-29T04:26:06.747Z Services to change: 1
2162025-01-29T04:26:06.750Z Create boot environment: No
2172025-01-29T04:26:06.750ZCreate backup boot environment: Yes
2182025-01-29T04:26:08.910Z Actions: 1/6 actions (Updating modified actions)
2192025-01-29T04:26:08.997Z Actions: Completed 6 actions in 0.09 seconds.
2202025-01-29T04:26:08.997Z Done
2212025-01-29T04:26:08.997Z Done
2222025-01-29T04:26:09.114Z Done
2232025-01-29T04:26:12.899Z Done
2242025-01-29T04:26:12.991Z Done
2252025-01-29T04:26:12.995Z Done
2262025-01-29T04:26:13.119Z Done
2272025-01-29T04:26:13.571ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282025-01-29T04:26:13.571Zclang system 15 system
2292025-01-29T04:26:13.571Zcsh system system illumos
2302025-01-29T04:26:13.572Zctags system system illumos
2312025-01-29T04:26:13.572Zgcc vendor 12 vendor
2322025-01-29T04:26:13.572Zgcc system 10 system
2332025-01-29T04:26:13.572Zgcc system 7 system
2342025-01-29T04:26:13.572Zgo system 1.20 system
2352025-01-29T04:26:13.572Zgo system 1.19 system
2362025-01-29T04:26:13.572Zllvm system 15 system
2372025-01-29T04:26:13.572Zllvm system 14 system
2382025-01-29T04:26:13.572Zmariadb system 10.6 system
2392025-01-29T04:26:13.572Zmta vendor vendor dma
2402025-01-29T04:26:13.572Zopenjdk system 17 system
2412025-01-29T04:26:13.572Zopenjdk system 11 system
2422025-01-29T04:26:13.572Zopenjdk system 1.8 system
2432025-01-29T04:26:13.572Zopenssl vendor 3 vendor
2442025-01-29T04:26:13.572Zperl system 5.36 system
2452025-01-29T04:26:13.572Zpostgresql system 15 system
2462025-01-29T04:26:13.572Zpostgresql system 13 system
2472025-01-29T04:26:13.572Zpython vendor 3 vendor
2482025-01-29T04:26:13.572Zpython system 2 system
2492025-01-29T04:26:13.573Zpython3 system 3.11 system
2502025-01-29T04:26:13.573Zruby system 3.0 system
2512025-01-29T04:26:13.573Zwords vendor vendor american-english
2522025-01-29T04:26:13.573Zwords system system australian-english
2532025-01-29T04:26:13.573Zwords system system british-english
2542025-01-29T04:26:13.573Zwords system system canadian-english
2552025-01-29T04:26:13.573Zwords system system french
2562025-01-29T04:26:13.573Zwords system system italian
2572025-01-29T04:26:13.573Zwords system system ngerman
2582025-01-29T04:26:13.573Zwords system system ogerman
2592025-01-29T04:26:13.573Zwords system system spanish
2602025-01-29T04:26:13.901ZPUBLISHER TYPE STATUS P LOCATION
2612025-01-29T04:26:13.902Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622025-01-29T04:26:16.671ZFMRI IFO
2632025-01-29T04:26:16.672Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642025-01-29T04:26:16.672Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652025-01-29T04:26:16.672Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662025-01-29T04:26:16.673Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672025-01-29T04:26:16.673Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682025-01-29T04:26:16.673Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692025-01-29T04:26:16.673Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702025-01-29T04:26:16.673Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712025-01-29T04:26:16.673Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722025-01-29T04:26:16.673Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2732025-01-29T04:26:16.673Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742025-01-29T04:26:16.673Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752025-01-29T04:26:16.673Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2762025-01-29T04:26:16.673Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772025-01-29T04:26:16.673Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782025-01-29T04:26:17.432Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792025-01-29T04:26:17.703Z Updating crates.io index
2802025-01-29T04:26:17.705Z Updating git repository `https://github.com/oxidecomputer/diffus`
2812025-01-29T04:26:18.094Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822025-01-29T04:26:18.633Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2832025-01-29T04:26:18.895Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842025-01-29T04:26:19.149Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852025-01-29T04:26:19.408Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862025-01-29T04:26:20.339Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872025-01-29T04:26:21.999Z Updating git repository `https://github.com/oxidecomputer/opte`
2882025-01-29T04:26:22.664Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892025-01-29T04:26:23.663Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902025-01-29T04:26:23.926Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912025-01-29T04:26:24.206Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922025-01-29T04:26:24.953Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2932025-01-29T04:26:25.247Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2942025-01-29T04:26:25.520Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952025-01-29T04:26:25.727Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962025-01-29T04:26:26.011Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972025-01-29T04:26:26.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982025-01-29T04:26:26.532Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-01-29T04:26:26.837Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002025-01-29T04:26:27.097Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3012025-01-29T04:26:27.423Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022025-01-29T04:26:27.721Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3032025-01-29T04:26:28.105Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042025-01-29T04:26:28.573Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3052025-01-29T04:26:28.874Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062025-01-29T04:26:29.249Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3072025-01-29T04:26:29.756Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3082025-01-29T04:26:30.020Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3092025-01-29T04:26:30.264Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3102025-01-29T04:26:30.525Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3112025-01-29T04:26:31.847Z Downloading crates ...
3122025-01-29T04:26:32.109Z Downloaded swrite v0.1.0
3132025-01-29T04:26:32.499Z Downloaded equivalent v1.0.1
3142025-01-29T04:26:32.549Z Downloaded pretty-hex v0.4.1
3152025-01-29T04:26:32.557Z Downloaded scroll_derive v0.12.0
3162025-01-29T04:26:32.603Z Downloaded memmap v0.7.0
3172025-01-29T04:26:32.608Z Downloaded crypto-common v0.1.6
3182025-01-29T04:26:32.644Z Downloaded toml_datetime v0.6.8
3192025-01-29T04:26:32.647Z Downloaded usdt-macro v0.5.0
3202025-01-29T04:26:32.647Z Downloaded usdt-attr-macro v0.5.0
3212025-01-29T04:26:32.647Z Downloaded is_terminal_polyfill v1.70.1
3222025-01-29T04:26:32.647Z Downloaded heck v0.5.0
3232025-01-29T04:26:32.650Z Downloaded cargo-platform v0.1.8
3242025-01-29T04:26:32.650Z Downloaded block-buffer v0.10.4
3252025-01-29T04:26:32.650Z Downloaded fs-err v2.11.0
3262025-01-29T04:26:32.653Z Downloaded autocfg v1.4.0
3272025-01-29T04:26:32.665Z Downloaded thiserror v1.0.69
3282025-01-29T04:26:32.670Z Downloaded terminal_size v0.4.0
3292025-01-29T04:26:32.673Z Downloaded tabled_derive v0.7.0
3302025-01-29T04:26:32.673Z Downloaded serde_tokenstream v0.2.2
3312025-01-29T04:26:32.676Z Downloaded anstyle-parse v0.2.5
3322025-01-29T04:26:32.676Z Downloaded cpufeatures v0.2.14
3332025-01-29T04:26:32.687Z Downloaded thread-id v4.2.2
3342025-01-29T04:26:32.691Z Downloaded macaddr v1.0.1
3352025-01-29T04:26:32.691Z Downloaded anstyle-query v1.1.1
3362025-01-29T04:26:32.697Z Downloaded version_check v0.9.5
3372025-01-29T04:26:32.724Z Downloaded strsim v0.11.1
3382025-01-29T04:26:32.728Z Downloaded plain v0.2.3
3392025-01-29T04:26:32.728Z Downloaded itoa v1.0.11
3402025-01-29T04:26:32.731Z Downloaded digest v0.10.7
3412025-01-29T04:26:32.750Z Downloaded proc-macro-error-attr v1.0.4
3422025-01-29T04:26:32.753Z Downloaded usdt v0.5.0
3432025-01-29T04:26:32.753Z Downloaded dtrace-parser v0.2.0
3442025-01-29T04:26:32.753Z Downloaded cfg-if v1.0.0
3452025-01-29T04:26:32.761Z Downloaded utf8parse v0.2.2
3462025-01-29T04:26:32.764Z Downloaded usdt-impl v0.5.0
3472025-01-29T04:26:32.764Z Downloaded serde_spanned v0.6.8
3482025-01-29T04:26:32.767Z Downloaded heck v0.4.1
3492025-01-29T04:26:32.767Z Downloaded fastrand v2.1.1
3502025-01-29T04:26:32.770Z Downloaded colorchoice v1.0.2
3512025-01-29T04:26:32.770Z Downloaded clap_lex v0.7.4
3522025-01-29T04:26:32.774Z Downloaded anstream v0.6.15
3532025-01-29T04:26:32.777Z Downloaded unicode-linebreak v0.1.5
3542025-01-29T04:26:32.777Z Downloaded smawk v0.3.2
3552025-01-29T04:26:32.777Z Downloaded errno v0.3.9
3562025-01-29T04:26:32.783Z Downloaded bytecount v0.6.8
3572025-01-29T04:26:32.785Z Downloaded thiserror-impl v1.0.69
3582025-01-29T04:26:32.786Z Downloaded sha2 v0.10.8
3592025-01-29T04:26:32.786Z Downloaded semver v1.0.24
3602025-01-29T04:26:32.789Z Downloaded clap_derive v4.5.24
3612025-01-29T04:26:32.789Z Downloaded cargo_toml v0.20.5
3622025-01-29T04:26:32.791Z Downloaded scroll v0.12.0
3632025-01-29T04:26:32.791Z Downloaded quote v1.0.38
3642025-01-29T04:26:32.794Z Downloaded once_cell v1.20.2
3652025-01-29T04:26:32.796Z Downloaded camino-tempfile v1.1.1
3662025-01-29T04:26:32.799Z Downloaded pest_generator v2.7.14
3672025-01-29T04:26:32.799Z Downloaded tempfile v3.13.0
3682025-01-29T04:26:32.802Z Downloaded fnv v1.0.7
3692025-01-29T04:26:32.805Z Downloaded anstyle v1.0.10
3702025-01-29T04:26:32.805Z Downloaded dof v0.3.0
3712025-01-29T04:26:32.807Z Downloaded cargo_metadata v0.18.1
3722025-01-29T04:26:32.810Z Downloaded zerocopy-derive v0.7.35
3732025-01-29T04:26:32.814Z Downloaded pest_derive v2.7.14
3742025-01-29T04:26:32.817Z Downloaded byteorder v1.5.0
3752025-01-29T04:26:32.817Z Downloaded proc-macro-error v1.0.4
3762025-01-29T04:26:32.822Z Downloaded camino v1.1.9
3772025-01-29T04:26:32.826Z Downloaded generic-array v0.14.7
3782025-01-29T04:26:32.829Z Downloaded ucd-trie v0.1.7
3792025-01-29T04:26:32.829Z Downloaded anyhow v1.0.95
3802025-01-29T04:26:32.831Z Downloaded pest_meta v2.7.14
3812025-01-29T04:26:32.834Z Downloaded toml v0.8.19
3822025-01-29T04:26:32.837Z Downloaded papergrid v0.11.0
3832025-01-29T04:26:32.841Z Downloaded typenum v1.17.0
3842025-01-29T04:26:32.846Z Downloaded ryu v1.0.18
3852025-01-29T04:26:32.849Z Downloaded bitflags v2.6.0
3862025-01-29T04:26:32.852Z Downloaded clap v4.5.27
3872025-01-29T04:26:32.858Z Downloaded unicode-ident v1.0.14
3882025-01-29T04:26:32.861Z Downloaded serde_derive v1.0.217
3892025-01-29T04:26:32.864Z Downloaded textwrap v0.16.1
3902025-01-29T04:26:32.867Z Downloaded log v0.4.22
3912025-01-29T04:26:32.877Z Downloaded proc-macro2 v1.0.92
3922025-01-29T04:26:32.880Z Downloaded serde v1.0.217
3932025-01-29T04:26:32.883Z Downloaded indexmap v2.7.1
3942025-01-29T04:26:32.894Z Downloaded memchr v2.7.4
3952025-01-29T04:26:32.904Z Downloaded toml_edit v0.22.22
3962025-01-29T04:26:32.934Z Downloaded pest v2.7.14
3972025-01-29T04:26:32.943Z Downloaded hashbrown v0.15.1
3982025-01-29T04:26:32.948Z Downloaded zerocopy v0.7.35
3992025-01-29T04:26:32.963Z Downloaded serde_json v1.0.135
4002025-01-29T04:26:32.970Z Downloaded winnow v0.6.20
4012025-01-29T04:26:32.978Z Downloaded goblin v0.8.2
4022025-01-29T04:26:32.983Z Downloaded clap_builder v4.5.27
4032025-01-29T04:26:32.990Z Downloaded tabled v0.15.0
4042025-01-29T04:26:33.004Z Downloaded syn v1.0.109
4052025-01-29T04:26:33.014Z Downloaded unicode-width v0.1.14
4062025-01-29T04:26:33.019Z Downloaded syn v2.0.96
4072025-01-29T04:26:33.038Z Downloaded rustix v0.38.37
4082025-01-29T04:26:33.088Z Downloaded libc v0.2.169
4092025-01-29T04:26:33.406Z Compiling proc-macro2 v1.0.92
4102025-01-29T04:26:33.406Z Compiling unicode-ident v1.0.14
4112025-01-29T04:26:33.408Z Compiling version_check v0.9.5
4122025-01-29T04:26:33.409Z Compiling serde v1.0.217
4132025-01-29T04:26:33.409Z Compiling thiserror v1.0.69
4142025-01-29T04:26:33.409Z Compiling memchr v2.7.4
4152025-01-29T04:26:33.444Z Compiling libc v0.2.169
4162025-01-29T04:26:33.447Z Compiling itoa v1.0.11
4172025-01-29T04:26:33.670Z Compiling ryu v1.0.18
4182025-01-29T04:26:33.750Z Compiling ucd-trie v0.1.7
4192025-01-29T04:26:34.010Z Compiling once_cell v1.20.2
4202025-01-29T04:26:34.213Z Compiling byteorder v1.5.0
4212025-01-29T04:26:34.311Z Compiling rustix v0.38.37
4222025-01-29T04:26:34.558Z Compiling serde_json v1.0.135
4232025-01-29T04:26:35.037Z Compiling bitflags v2.6.0
4242025-01-29T04:26:35.085Z Compiling usdt-impl v0.5.0
4252025-01-29T04:26:35.131Z Compiling proc-macro-error-attr v1.0.4
4262025-01-29T04:26:35.231Z Compiling syn v1.0.109
4272025-01-29T04:26:35.409Z Compiling proc-macro-error v1.0.4
4282025-01-29T04:26:35.455Z Compiling plain v0.2.3
4292025-01-29T04:26:35.505Z Compiling log v0.4.22
4302025-01-29T04:26:35.628Z Compiling utf8parse v0.2.2
4312025-01-29T04:26:35.654Z Compiling camino v1.1.9
4322025-01-29T04:26:35.685Z Compiling equivalent v1.0.1
4332025-01-29T04:26:35.807Z Compiling hashbrown v0.15.1
4342025-01-29T04:26:35.836Z Compiling anstyle-parse v0.2.5
4352025-01-29T04:26:36.014Z Compiling thread-id v4.2.2
4362025-01-29T04:26:36.039Z Compiling winnow v0.6.20
4372025-01-29T04:26:36.140Z Compiling quote v1.0.38
4382025-01-29T04:26:36.183Z Compiling errno v0.3.9
4392025-01-29T04:26:36.226Z Compiling anstyle v1.0.10
4402025-01-29T04:26:36.328Z Compiling is_terminal_polyfill v1.70.1
4412025-01-29T04:26:36.361Z Compiling anstyle-query v1.1.1
4422025-01-29T04:26:36.466Z Compiling colorchoice v1.0.2
4432025-01-29T04:26:36.518Z Compiling autocfg v1.4.0
4442025-01-29T04:26:36.641Z Compiling syn v2.0.96
4452025-01-29T04:26:36.810Z Compiling pretty-hex v0.4.1
4462025-01-29T04:26:36.985Z Compiling indexmap v2.7.1
4472025-01-29T04:26:37.046Z Compiling unicode-width v0.1.14
4482025-01-29T04:26:37.488Z Compiling semver v1.0.24
4492025-01-29T04:26:37.573Z Compiling fs-err v2.11.0
4502025-01-29T04:26:37.850Z Compiling anstream v0.6.15
4512025-01-29T04:26:38.119Z Compiling bytecount v0.6.8
4522025-01-29T04:26:38.224Z Compiling heck v0.4.1
4532025-01-29T04:26:38.252Z Compiling fnv v1.0.7
4542025-01-29T04:26:38.414Z Compiling clap_lex v0.7.4
4552025-01-29T04:26:38.532Z Compiling terminal_size v0.4.0
4562025-01-29T04:26:38.654Z Compiling fastrand v2.1.1
4572025-01-29T04:26:38.767Z Compiling strsim v0.11.1
4582025-01-29T04:26:38.795Z Compiling heck v0.5.0
4592025-01-29T04:26:38.873Z Compiling anyhow v1.0.95
4602025-01-29T04:26:39.118Z Compiling cfg-if v1.0.0
4612025-01-29T04:26:39.174Z Compiling clap_builder v4.5.27
4622025-01-29T04:26:39.233Z Compiling tempfile v3.13.0
4632025-01-29T04:26:39.299Z Compiling papergrid v0.11.0
4642025-01-29T04:26:39.559Z Compiling memmap v0.7.0
4652025-01-29T04:26:39.913Z Compiling unicode-linebreak v0.1.5
4662025-01-29T04:26:39.940Z Compiling smawk v0.3.2
4672025-01-29T04:26:40.159Z Compiling swrite v0.1.0
4682025-01-29T04:26:40.417Z Compiling textwrap v0.16.1
4692025-01-29T04:26:41.212Z Compiling tabled_derive v0.7.0
4702025-01-29T04:26:42.392Z Compiling tabled v0.15.0
4712025-01-29T04:26:43.429Z Compiling serde_derive v1.0.217
4722025-01-29T04:26:43.432Z Compiling thiserror-impl v1.0.69
4732025-01-29T04:26:43.475Z Compiling zerocopy-derive v0.7.35
4742025-01-29T04:26:43.477Z Compiling scroll_derive v0.12.0
4752025-01-29T04:26:43.665Z Compiling clap_derive v4.5.24
4762025-01-29T04:26:44.965Z Compiling scroll v0.12.0
4772025-01-29T04:26:45.358Z Compiling goblin v0.8.2
4782025-01-29T04:26:45.454Z Compiling zerocopy v0.7.35
4792025-01-29T04:26:45.880Z Compiling pest v2.7.14
4802025-01-29T04:26:47.329Z Compiling clap v4.5.27
4812025-01-29T04:26:48.165Z Compiling pest_meta v2.7.14
4822025-01-29T04:26:49.129Z Compiling pest_generator v2.7.14
4832025-01-29T04:26:50.391Z Compiling pest_derive v2.7.14
4842025-01-29T04:26:51.096Z Compiling dtrace-parser v0.2.0
4852025-01-29T04:26:52.080Z Compiling serde_tokenstream v0.2.2
4862025-01-29T04:26:52.213Z Compiling serde_spanned v0.6.8
4872025-01-29T04:26:52.213Z Compiling toml_datetime v0.6.8
4882025-01-29T04:26:52.473Z Compiling cargo-platform v0.1.8
4892025-01-29T04:26:52.531Z Compiling macaddr v1.0.1
4902025-01-29T04:26:52.643Z Compiling toml_edit v0.22.22
4912025-01-29T04:26:52.880Z Compiling camino-tempfile v1.1.1
4922025-01-29T04:26:53.489Z Compiling dof v0.3.0
4932025-01-29T04:26:53.708Z Compiling cargo_metadata v0.18.1
4942025-01-29T04:26:54.894Z Compiling usdt-macro v0.5.0
4952025-01-29T04:26:54.894Z Compiling usdt-attr-macro v0.5.0
4962025-01-29T04:26:55.549Z Compiling toml v0.8.19
4972025-01-29T04:26:55.928Z Compiling usdt v0.5.0
4982025-01-29T04:26:56.293Z Compiling cargo_toml v0.20.5
4992025-01-29T04:26:58.983Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5002025-01-29T04:27:02.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.91s
5012025-01-29T04:27:02.397Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5022025-01-29T04:27:02.926Z Downloading crates ...
5032025-01-29T04:27:03.105Z Downloaded async-trait v0.1.85
5042025-01-29T04:27:03.109Z Downloaded atomicwrites v0.4.4
5052025-01-29T04:27:03.112Z Downloaded crunchy v0.2.2
5062025-01-29T04:27:03.116Z Downloaded base16ct v0.2.0
5072025-01-29T04:27:03.120Z Downloaded async-stream v0.3.6
5082025-01-29T04:27:03.120Z Downloaded arrayref v0.3.9
5092025-01-29T04:27:03.120Z Downloaded array-init v0.0.4
5102025-01-29T04:27:03.120Z Downloaded adler2 v2.0.0
5112025-01-29T04:27:03.126Z Downloaded async-stream-impl v0.3.6
5122025-01-29T04:27:03.129Z Downloaded ciborium-io v0.2.2
5132025-01-29T04:27:04.139Z Downloaded atty v0.2.14
5142025-01-29T04:27:04.143Z Downloaded http-body v1.0.1
5152025-01-29T04:27:04.143Z Downloaded ascii-canvas v3.0.0
5162025-01-29T04:27:04.143Z Downloaded md-5 v0.10.6
5172025-01-29T04:27:04.143Z Downloaded memmap2 v0.9.5
5182025-01-29T04:27:04.143Z Downloaded libefi-sys v0.1.0
5192025-01-29T04:27:04.143Z Downloaded cstr-argument v0.1.2
5202025-01-29T04:27:04.144Z Downloaded crucible-workspace-hack v0.1.0
5212025-01-29T04:27:04.144Z Downloaded curve25519-dalek-derive v0.1.1
5222025-01-29T04:27:04.144Z Downloaded ctr v0.9.2
5232025-01-29T04:27:04.144Z Downloaded crossbeam-deque v0.8.5
5242025-01-29T04:27:04.144Z Downloaded bit-set v0.5.3
5252025-01-29T04:27:04.144Z Downloaded atomic-waker v1.1.2
5262025-01-29T04:27:04.144Z Downloaded match_cfg v0.1.0
5272025-01-29T04:27:04.144Z Downloaded cipher v0.4.4
5282025-01-29T04:27:04.144Z Downloaded block-padding v0.3.3
5292025-01-29T04:27:04.145Z Downloaded chrono-tz-build v0.4.0
5302025-01-29T04:27:04.145Z Downloaded bitflags v1.3.2
5312025-01-29T04:27:04.145Z Downloaded crc-catalog v2.4.0
5322025-01-29T04:27:04.145Z Downloaded colored v2.1.0
5332025-01-29T04:27:04.145Z Downloaded cobs v0.2.3
5342025-01-29T04:27:04.145Z Downloaded chacha20 v0.9.1
5352025-01-29T04:27:04.145Z Downloaded bitfield v0.14.0
5362025-01-29T04:27:04.145Z Downloaded aead v0.5.2
5372025-01-29T04:27:04.145Z Downloaded cbc v0.1.2
5382025-01-29T04:27:04.145Z Downloaded bitfield-struct v0.6.2
5392025-01-29T04:27:04.145Z Downloaded cmake v0.1.51
5402025-01-29T04:27:04.145Z Downloaded bb8 v0.8.5
5412025-01-29T04:27:04.145Z Downloaded async-bb8-diesel v0.2.1
5422025-01-29T04:27:04.146Z Downloaded cancel-safe-futures v0.1.5
5432025-01-29T04:27:04.146Z Downloaded cookie_store v0.21.1
5442025-01-29T04:27:04.146Z Downloaded backoff v0.4.0
5452025-01-29T04:27:04.146Z Downloaded csv-core v0.1.11
5462025-01-29T04:27:04.146Z Downloaded ciborium v0.2.2
5472025-01-29T04:27:04.146Z Downloaded constant_time_eq v0.3.1
5482025-01-29T04:27:04.146Z Downloaded base64 v0.22.1
5492025-01-29T04:27:04.146Z Downloaded cassowary v0.3.0
5502025-01-29T04:27:04.146Z Downloaded lru-cache v0.1.2
5512025-01-29T04:27:04.146Z Downloaded bzip2 v0.4.4
5522025-01-29T04:27:04.146Z Downloaded http-body-util v0.1.2
5532025-01-29T04:27:04.146Z Downloaded home v0.5.9
5542025-01-29T04:27:04.146Z Downloaded ident_case v1.0.1
5552025-01-29T04:27:04.146Z Downloaded blake2 v0.10.6
5562025-01-29T04:27:04.146Z Downloaded castaway v0.2.3
5572025-01-29T04:27:04.146Z Downloaded rand_chacha v0.3.1
5582025-01-29T04:27:04.146Z Downloaded progenitor-client v0.9.1
5592025-01-29T04:27:04.146Z Downloaded is_ci v1.2.0
5602025-01-29T04:27:04.146Z Downloaded instant v0.1.13
5612025-01-29T04:27:04.147Z Downloaded crc v3.2.1
5622025-01-29T04:27:04.147Z Downloaded bcrypt-pbkdf v0.10.0
5632025-01-29T04:27:04.147Z Downloaded icu_provider_macros v1.5.0
5642025-01-29T04:27:04.147Z Downloaded hubpack_derive v0.1.1
5652025-01-29T04:27:04.147Z Downloaded async-recursion v1.1.1
5662025-01-29T04:27:04.147Z Downloaded allocator-api2 v0.2.18
5672025-01-29T04:27:04.147Z Downloaded tinyvec_macros v0.1.1
5682025-01-29T04:27:04.147Z Downloaded lazycell v1.3.0
5692025-01-29T04:27:04.147Z Downloaded cfg_aliases v0.1.1
5702025-01-29T04:27:04.147Z Downloaded mirai-annotations v1.12.0
5712025-01-29T04:27:04.147Z Downloaded cfg_aliases v0.2.1
5722025-01-29T04:27:04.147Z Downloaded const-oid v0.9.6
5732025-01-29T04:27:04.147Z Downloaded maplit v1.0.2
5742025-01-29T04:27:04.147Z Downloaded ipnet v2.10.1
5752025-01-29T04:27:04.147Z Downloaded shlex v1.3.0
5762025-01-29T04:27:04.147Z Downloaded rustc-hash v2.0.0
5772025-01-29T04:27:04.147Z Downloaded bit-vec v0.6.3
5782025-01-29T04:27:04.147Z Downloaded md5 v0.7.0
5792025-01-29T04:27:04.147Z Downloaded const_format_proc_macros v0.2.34
5802025-01-29T04:27:04.147Z Downloaded base64 v0.13.1
5812025-01-29T04:27:04.148Z Downloaded cookie v0.18.1
5822025-01-29T04:27:04.148Z Downloaded assert_matches v1.5.0
5832025-01-29T04:27:04.148Z Downloaded chacha20poly1305 v0.10.1
5842025-01-29T04:27:04.148Z Downloaded idna_adapter v1.2.0
5852025-01-29T04:27:04.148Z Downloaded crossbeam-epoch v0.9.18
5862025-01-29T04:27:04.148Z Downloaded hyper-tls v0.6.0
5872025-01-29T04:27:04.148Z Downloaded hyper-staticfile v0.10.1
5882025-01-29T04:27:04.148Z Downloaded signal-hook-mio v0.2.4
5892025-01-29T04:27:04.148Z Downloaded indent_write v2.2.0
5902025-01-29T04:27:04.148Z Downloaded radium v0.7.0
5912025-01-29T04:27:04.148Z Downloaded convert_case v0.4.0
5922025-01-29T04:27:04.148Z Downloaded blowfish v0.9.1
5932025-01-29T04:27:04.148Z Downloaded sync_wrapper v1.0.1
5942025-01-29T04:27:04.148Z Downloaded maybe-uninit v2.0.0
5952025-01-29T04:27:04.148Z Downloaded supports-color v3.0.1
5962025-01-29T04:27:04.148Z Downloaded libsw v3.3.1
5972025-01-29T04:27:04.148Z Downloaded thiserror-impl v2.0.11
5982025-01-29T04:27:04.148Z Downloaded ciborium-ll v0.2.2
5992025-01-29T04:27:04.148Z Downloaded hostname v0.3.1
6002025-01-29T04:27:04.148Z Downloaded shell-words v1.1.0
6012025-01-29T04:27:04.148Z Downloaded progenitor-macro v0.9.1
6022025-01-29T04:27:04.148Z Downloaded kstat-rs v0.2.4
6032025-01-29T04:27:04.148Z Downloaded linear-map v1.2.0
6042025-01-29T04:27:04.148Z Downloaded lalrpop-util v0.19.12
6052025-01-29T04:27:04.148Z Downloaded internet-checksum v0.2.1
6062025-01-29T04:27:04.148Z Downloaded hex-literal v0.4.1
6072025-01-29T04:27:04.148Z Downloaded hex v0.4.3
6082025-01-29T04:27:04.148Z Downloaded slog-json v2.6.1
6092025-01-29T04:27:04.148Z Downloaded clang-sys v1.8.1
6102025-01-29T04:27:04.148Z Downloaded hubpack v0.1.2
6112025-01-29T04:27:04.148Z Downloaded darling v0.20.10
6122025-01-29T04:27:04.148Z Downloaded arrayvec v0.7.6
6132025-01-29T04:27:04.149Z Downloaded zone_cfg_derive v0.3.0
6142025-01-29T04:27:04.153Z Downloaded lock_api v0.4.12
6152025-01-29T04:27:04.153Z Downloaded want v0.3.1
6162025-01-29T04:27:04.153Z Downloaded slog-scope v4.4.0
6172025-01-29T04:27:04.153Z Downloaded compact_str v0.8.0
6182025-01-29T04:27:04.153Z Downloaded scopeguard v1.2.0
6192025-01-29T04:27:04.153Z Downloaded base64ct v1.6.0
6202025-01-29T04:27:04.153Z Downloaded mime v0.3.17
6212025-01-29T04:27:04.154Z Downloaded heck v0.3.3
6222025-01-29T04:27:04.154Z Downloaded memoffset v0.9.1
6232025-01-29T04:27:04.154Z Downloaded lockfree-object-pool v0.1.6
6242025-01-29T04:27:04.154Z Downloaded linked-hash-map v0.5.6
6252025-01-29T04:27:04.154Z Downloaded tui-tree-widget v0.22.0
6262025-01-29T04:27:04.154Z Downloaded libloading v0.8.5
6272025-01-29T04:27:04.154Z Downloaded litemap v0.7.3
6282025-01-29T04:27:04.154Z Downloaded indoc v1.0.9
6292025-01-29T04:27:04.154Z Downloaded const_format v0.2.34
6302025-01-29T04:27:04.154Z Downloaded thiserror v2.0.11
6312025-01-29T04:27:04.154Z Downloaded tokio-tungstenite v0.21.0
6322025-01-29T04:27:04.154Z Downloaded mime_guess v2.0.5
6332025-01-29T04:27:04.154Z Downloaded mockall_derive v0.13.0
6342025-01-29T04:27:04.154Z Downloaded fd-lock v4.0.2
6352025-01-29T04:27:04.154Z Downloaded endian-type v0.1.2
6362025-01-29T04:27:04.154Z Downloaded crypto-bigint v0.5.5
6372025-01-29T04:27:04.154Z Downloaded strum_macros v0.25.3
6382025-01-29T04:27:04.154Z Downloaded hyper-util v0.1.10
6392025-01-29T04:27:04.154Z Downloaded dirs-next v2.0.0
6402025-01-29T04:27:04.154Z Downloaded sqlformat v0.2.6
6412025-01-29T04:27:04.154Z Downloaded jobserver v0.1.32
6422025-01-29T04:27:04.154Z Downloaded icu_normalizer_data v1.5.0
6432025-01-29T04:27:04.154Z Downloaded indexmap v1.9.3
6442025-01-29T04:27:04.154Z Downloaded icu_locid_transform v1.5.0
6452025-01-29T04:27:04.154Z Downloaded crossbeam-utils v0.8.20
6462025-01-29T04:27:04.154Z Downloaded russh-cryptovec v0.7.3
6472025-01-29T04:27:04.154Z Downloaded icu_locid_transform_data v1.5.0
6482025-01-29T04:27:04.154Z Downloaded enum-as-inner v0.6.1
6492025-01-29T04:27:04.154Z Downloaded structmeta v0.3.0
6502025-01-29T04:27:04.154Z Downloaded litrs v0.4.1
6512025-01-29T04:27:04.154Z Downloaded dyn-clone v1.0.17
6522025-01-29T04:27:04.154Z Downloaded signal-hook v0.3.17
6532025-01-29T04:27:04.154Z Downloaded typify v0.2.0
6542025-01-29T04:27:04.154Z Downloaded icu_properties v1.5.1
6552025-01-29T04:27:04.154Z Downloaded phf_generator v0.11.2
6562025-01-29T04:27:04.154Z Downloaded futures-sink v0.3.31
6572025-01-29T04:27:04.154Z Downloaded der_derive v0.7.3
6582025-01-29T04:27:04.155Z Downloaded icu_provider v1.5.0
6592025-01-29T04:27:04.155Z Downloaded packed_struct_codegen v0.10.1
6602025-01-29T04:27:04.155Z Downloaded tower-service v0.3.3
6612025-01-29T04:27:04.155Z Downloaded peg v0.8.4
6622025-01-29T04:27:04.155Z Downloaded crossbeam-channel v0.5.13
6632025-01-29T04:27:04.155Z Downloaded phf v0.11.2
6642025-01-29T04:27:04.155Z Downloaded rand_xorshift v0.3.0
6652025-01-29T04:27:04.155Z Downloaded predicates-core v1.0.8
6662025-01-29T04:27:04.155Z Downloaded secrecy v0.8.0
6672025-01-29T04:27:04.155Z Downloaded futures-task v0.3.31
6682025-01-29T04:27:04.155Z Downloaded phf_codegen v0.11.2
6692025-01-29T04:27:04.155Z Downloaded num v0.4.3
6702025-01-29T04:27:04.155Z Downloaded either v1.13.0
6712025-01-29T04:27:04.155Z Downloaded olpc-cjson v0.1.4
6722025-01-29T04:27:04.155Z Downloaded signal-hook-tokio v0.3.1
6732025-01-29T04:27:04.156Z Downloaded fs_extra v1.3.0
6742025-01-29T04:27:04.156Z Downloaded ron v0.8.1
6752025-01-29T04:27:04.156Z Downloaded tinystr v0.7.6
6762025-01-29T04:27:04.156Z Downloaded string_cache v0.8.7
6772025-01-29T04:27:04.156Z Downloaded globset v0.4.15
6782025-01-29T04:27:04.156Z Downloaded pretty-hex v0.2.1
6792025-01-29T04:27:04.156Z Downloaded toml v0.7.8
6802025-01-29T04:27:04.156Z Downloaded downcast v0.11.0
6812025-01-29T04:27:04.156Z Downloaded rtoolbox v0.0.2
6822025-01-29T04:27:04.156Z Downloaded uuid v1.12.0
6832025-01-29T04:27:04.156Z Downloaded keccak v0.1.5
6842025-01-29T04:27:04.156Z Downloaded indicatif v0.17.11
6852025-01-29T04:27:04.156Z Downloaded darling_macro v0.20.10
6862025-01-29T04:27:04.156Z Downloaded heapless v0.8.0
6872025-01-29T04:27:04.156Z Downloaded synstructure v0.13.1
6882025-01-29T04:27:04.156Z Downloaded yoke v0.7.4
6892025-01-29T04:27:04.156Z Downloaded spki v0.7.3
6902025-01-29T04:27:04.156Z Downloaded untrusted v0.7.1
6912025-01-29T04:27:04.156Z Downloaded packed_struct v0.10.1
6922025-01-29T04:27:04.156Z Downloaded deranged v0.3.11
6932025-01-29T04:27:04.156Z Downloaded group v0.13.0
6942025-01-29T04:27:04.156Z Downloaded glob v0.3.2
6952025-01-29T04:27:04.156Z Downloaded foreign-types-macros v0.2.3
6962025-01-29T04:27:04.156Z Downloaded tabwriter v1.4.0
6972025-01-29T04:27:04.156Z Downloaded document-features v0.2.10
6982025-01-29T04:27:04.156Z Downloaded hickory-server v0.24.2
6992025-01-29T04:27:04.156Z Downloaded parse-size v1.1.0
7002025-01-29T04:27:04.156Z Downloaded which v4.4.2
7012025-01-29T04:27:04.156Z Downloaded icu_normalizer v1.5.0
7022025-01-29T04:27:04.156Z Downloaded tls_codec_derive v0.4.1
7032025-01-29T04:27:04.156Z Downloaded serde_plain v1.0.2
7042025-01-29T04:27:04.156Z Downloaded nodrop v0.1.14
7052025-01-29T04:27:04.156Z Downloaded filetime v0.2.25
7062025-01-29T04:27:04.156Z Downloaded debug-ignore v1.0.5
7072025-01-29T04:27:04.156Z Downloaded funty v2.0.0
7082025-01-29T04:27:04.156Z Downloaded crossterm v0.28.1
7092025-01-29T04:27:04.156Z Downloaded steno v0.4.1
7102025-01-29T04:27:04.156Z Downloaded xz2 v0.1.7
7112025-01-29T04:27:04.158Z Downloaded derive-where v1.2.7
7122025-01-29T04:27:04.158Z Downloaded nibble_vec v0.1.0
7132025-01-29T04:27:04.158Z Downloaded termtree v0.4.1
7142025-01-29T04:27:04.163Z Downloaded ghash v0.5.1
7152025-01-29T04:27:04.163Z Downloaded foreign-types v0.3.2
7162025-01-29T04:27:04.163Z Downloaded primeorder v0.13.6
7172025-01-29T04:27:04.163Z Downloaded predicates-tree v1.0.11
7182025-01-29T04:27:04.163Z Downloaded defmt-macros v0.3.9
7192025-01-29T04:27:04.163Z Downloaded data-encoding v2.6.0
7202025-01-29T04:27:04.163Z Downloaded hickory-resolver v0.24.2
7212025-01-29T04:27:04.163Z Downloaded tinyvec v1.8.0
7222025-01-29T04:27:04.163Z Downloaded toolchain_find v0.4.0
7232025-01-29T04:27:04.163Z Downloaded precomputed-hash v0.1.1
7242025-01-29T04:27:04.163Z Downloaded env_logger v0.10.2
7252025-01-29T04:27:04.163Z Downloaded rand_core v0.6.4
7262025-01-29T04:27:04.163Z Downloaded cexpr v0.6.0
7272025-01-29T04:27:04.163Z Downloaded semver v0.1.20
7282025-01-29T04:27:04.163Z Downloaded ref-cast v1.0.23
7292025-01-29T04:27:04.163Z Downloaded aes-gcm v0.10.3
7302025-01-29T04:27:04.163Z Downloaded russh v0.45.0
7312025-01-29T04:27:04.163Z Downloaded parse-display-derive v0.10.0
7322025-01-29T04:27:04.163Z Downloaded slog-async v2.8.0
7332025-01-29T04:27:04.163Z Downloaded spin v0.9.8
7342025-01-29T04:27:04.163Z Downloaded signal-hook-registry v1.4.2
7352025-01-29T04:27:04.164Z Downloaded http v1.2.0
7362025-01-29T04:27:04.164Z Downloaded serde_urlencoded v0.7.1
7372025-01-29T04:27:04.164Z Downloaded parse-display v0.10.0
7382025-01-29T04:27:04.164Z Downloaded slog v2.7.0
7392025-01-29T04:27:04.164Z Downloaded owo-colors v4.1.0
7402025-01-29T04:27:04.164Z Downloaded ff v0.13.0
7412025-01-29T04:27:04.164Z Downloaded float-ord v0.3.2
7422025-01-29T04:27:04.164Z Downloaded fallible-streaming-iterator v0.1.9
7432025-01-29T04:27:04.164Z Downloaded vte v0.11.1
7442025-01-29T04:27:04.164Z Downloaded unicode-xid v0.2.6
7452025-01-29T04:27:04.164Z Downloaded structmeta v0.2.0
7462025-01-29T04:27:04.164Z Downloaded strip-ansi-escapes v0.2.0
7472025-01-29T04:27:04.164Z Downloaded siphasher v0.3.11
7482025-01-29T04:27:04.164Z Downloaded parking_lot_core v0.9.10
7492025-01-29T04:27:04.164Z Downloaded ref-cast-impl v1.0.23
7502025-01-29T04:27:04.164Z Downloaded serde_path_to_error v0.1.16
7512025-01-29T04:27:04.164Z Downloaded utf8_iter v1.0.4
7522025-01-29T04:27:04.164Z Downloaded password-hash v0.5.0
7532025-01-29T04:27:04.164Z Downloaded tracing v0.1.40
7542025-01-29T04:27:04.164Z Downloaded ppv-lite86 v0.2.20
7552025-01-29T04:27:04.164Z Downloaded utf16_iter v1.0.5
7562025-01-29T04:27:04.164Z Downloaded topological-sort v0.2.2
7572025-01-29T04:27:04.164Z Downloaded mio v1.0.2
7582025-01-29T04:27:04.164Z Downloaded number_prefix v0.4.0
7592025-01-29T04:27:04.164Z Downloaded newtype-uuid v1.2.1
7602025-01-29T04:27:04.164Z Downloaded untrusted v0.9.0
7612025-01-29T04:27:04.166Z Downloaded peg-runtime v0.8.3
7622025-01-29T04:27:04.166Z Downloaded utf-8 v0.7.6
7632025-01-29T04:27:04.166Z Downloaded unicase v2.7.0
7642025-01-29T04:27:04.166Z Downloaded yasna v0.5.2
7652025-01-29T04:27:04.166Z Downloaded thiserror-impl-no-std v2.0.2
7662025-01-29T04:27:04.166Z Downloaded native-tls v0.2.12
7672025-01-29T04:27:04.166Z Downloaded serde-big-array v0.5.1
7682025-01-29T04:27:04.166Z Downloaded futures-core v0.3.31
7692025-01-29T04:27:04.166Z Downloaded strum v0.26.3
7702025-01-29T04:27:04.166Z Downloaded dirs-sys-next v0.1.2
7712025-01-29T04:27:04.166Z Downloaded rustls-pemfile v2.2.0
7722025-01-29T04:27:04.166Z Downloaded progenitor-macro v0.8.0
7732025-01-29T04:27:04.166Z Downloaded addr2line v0.24.2
7742025-01-29T04:27:04.166Z Downloaded display-error-chain v0.2.2
7752025-01-29T04:27:04.166Z Downloaded smf v0.2.3
7762025-01-29T04:27:04.166Z Downloaded env_filter v0.1.2
7772025-01-29T04:27:04.166Z Downloaded zone v0.1.8
7782025-01-29T04:27:04.166Z Downloaded fragile v2.0.0
7792025-01-29T04:27:04.166Z Downloaded miniz_oxide v0.8.0
7802025-01-29T04:27:04.166Z Downloaded percent-encoding v2.3.1
7812025-01-29T04:27:04.166Z Downloaded zone v0.3.0
7822025-01-29T04:27:04.166Z Downloaded tokio-rustls v0.25.0
7832025-01-29T04:27:04.166Z Downloaded rcgen v0.12.1
7842025-01-29T04:27:04.166Z Downloaded bindgen v0.69.5
7852025-01-29T04:27:04.166Z Downloaded unicode_categories v0.1.1
7862025-01-29T04:27:04.166Z Downloaded num-bigint v0.4.6
7872025-01-29T04:27:04.167Z Downloaded typify-macro v0.3.0
7882025-01-29T04:27:04.167Z Downloaded aws-lc-rs v1.10.0
7892025-01-29T04:27:04.167Z Downloaded num_threads v0.1.7
7902025-01-29T04:27:04.167Z Downloaded structmeta-derive v0.2.0
7912025-01-29T04:27:04.167Z Downloaded prettyplease v0.2.25
7922025-01-29T04:27:04.167Z Downloaded postcard v1.0.10
7932025-01-29T04:27:04.167Z Downloaded new_debug_unreachable v1.0.6
7942025-01-29T04:27:04.167Z Downloaded same-file v1.0.6
7952025-01-29T04:27:04.167Z Downloaded password-hash v0.4.2
7962025-01-29T04:27:04.167Z Downloaded test-strategy v0.3.1
7972025-01-29T04:27:04.167Z Downloaded subtle v2.6.1
7982025-01-29T04:27:04.167Z Downloaded serde-hex v0.1.0
7992025-01-29T04:27:04.167Z Downloaded sec1 v0.7.3
8002025-01-29T04:27:04.167Z Downloaded pem-rfc7468 v0.7.0
8012025-01-29T04:27:04.167Z Downloaded num-derive v0.4.2
8022025-01-29T04:27:04.167Z Downloaded ahash v0.8.11
8032025-01-29T04:27:04.167Z Downloaded libm v0.2.8
8042025-01-29T04:27:04.168Z Downloaded rayon-core v1.12.1
8052025-01-29T04:27:04.168Z Downloaded strum_macros v0.24.3
8062025-01-29T04:27:04.168Z Downloaded parse-zoneinfo v0.3.1
8072025-01-29T04:27:04.168Z Downloaded itertools v0.12.1
8082025-01-29T04:27:04.168Z Downloaded time-core v0.1.2
8092025-01-29T04:27:04.168Z Downloaded unarray v0.1.4
8102025-01-29T04:27:04.168Z Downloaded idna v1.0.3
8112025-01-29T04:27:04.168Z Downloaded defmt-parser v0.3.4
8122025-01-29T04:27:04.168Z Downloaded similar v2.6.0
8132025-01-29T04:27:04.168Z Downloaded hyper v1.5.2
8142025-01-29T04:27:04.172Z Downloaded phf_shared v0.11.2
8152025-01-29T04:27:04.172Z Downloaded nanorand v0.7.0
8162025-01-29T04:27:04.172Z Downloaded futures-executor v0.3.31
8172025-01-29T04:27:04.172Z Downloaded num_enum_derive v0.5.11
8182025-01-29T04:27:04.172Z Downloaded strum_macros v0.26.4
8192025-01-29T04:27:04.172Z Downloaded tokio-stream v0.1.16
8202025-01-29T04:27:04.172Z Downloaded sct v0.7.1
8212025-01-29T04:27:04.172Z Downloaded hashlink v0.9.1
8222025-01-29T04:27:04.172Z Downloaded blake3 v1.5.4
8232025-01-29T04:27:04.172Z Downloaded foreign-types-shared v0.1.1
8242025-01-29T04:27:04.172Z Downloaded newtype_derive v0.1.6
8252025-01-29T04:27:04.172Z Downloaded socket2 v0.5.7
8262025-01-29T04:27:04.172Z Downloaded zerofrom v0.1.4
8272025-01-29T04:27:04.172Z Downloaded samael v0.0.17
8282025-01-29T04:27:04.172Z Downloaded slab v0.4.9
8292025-01-29T04:27:04.172Z Downloaded env_logger v0.11.5
8302025-01-29T04:27:04.172Z Downloaded polyval v0.6.2
8312025-01-29T04:27:04.172Z Downloaded zone_cfg_derive v0.1.2
8322025-01-29T04:27:04.172Z Downloaded subprocess v0.2.9
8332025-01-29T04:27:04.172Z Downloaded scrypt v0.11.0
8342025-01-29T04:27:04.172Z Downloaded newline-converter v0.3.0
8352025-01-29T04:27:04.172Z Downloaded form_urlencoded v1.2.1
8362025-01-29T04:27:04.172Z Downloaded foreign-types-shared v0.3.1
8372025-01-29T04:27:04.173Z Downloaded russh-keys v0.45.0
8382025-01-29T04:27:04.173Z Downloaded tiny-keccak v2.0.2
8392025-01-29T04:27:04.173Z Downloaded termios v0.3.3
8402025-01-29T04:27:04.173Z Downloaded thread_local v1.1.8
8412025-01-29T04:27:04.173Z Downloaded thiserror-no-std v2.0.2
8422025-01-29T04:27:04.173Z Downloaded multimap v0.10.0
8432025-01-29T04:27:04.173Z Downloaded num-rational v0.4.2
8442025-01-29T04:27:04.173Z Downloaded whoami v1.5.2
8452025-01-29T04:27:04.173Z Downloaded tokio-rustls v0.26.0
8462025-01-29T04:27:04.173Z Downloaded flume v0.11.1
8472025-01-29T04:27:04.173Z Downloaded ed25519-dalek v2.1.1
8482025-01-29T04:27:04.173Z Downloaded url v2.5.3
8492025-01-29T04:27:04.173Z Downloaded hkdf v0.12.4
8502025-01-29T04:27:04.173Z Downloaded aho-corasick v1.1.3
8512025-01-29T04:27:04.173Z Downloaded time-macros v0.2.18
8522025-01-29T04:27:04.173Z Downloaded rustc-demangle v0.1.24
8532025-01-29T04:27:04.173Z Downloaded rustyline v14.0.0
8542025-01-29T04:27:04.173Z Downloaded openssl-macros v0.1.1
8552025-01-29T04:27:04.173Z Downloaded quinn-udp v0.5.5
8562025-01-29T04:27:04.173Z Downloaded zerovec-derive v0.10.3
8572025-01-29T04:27:04.173Z Downloaded poly1305 v0.8.0
8582025-01-29T04:27:04.173Z Downloaded parking_lot v0.11.2
8592025-01-29T04:27:04.173Z Downloaded pem v3.0.4
8602025-01-29T04:27:04.173Z Downloaded rustfmt-wrapper v0.2.1
8612025-01-29T04:27:04.173Z Downloaded bitvec v1.0.1
8622025-01-29T04:27:04.173Z Downloaded diesel_table_macro_syntax v0.2.0
8632025-01-29T04:27:04.173Z Downloaded snafu-derive v0.8.5
8642025-01-29T04:27:04.173Z Downloaded rusqlite v0.32.1
8652025-01-29T04:27:04.173Z Downloaded dropshot_endpoint v0.12.0
8662025-01-29T04:27:04.173Z Downloaded zopfli v0.8.1
8672025-01-29T04:27:04.173Z Downloaded oso-derive v0.27.3
8682025-01-29T04:27:04.173Z Downloaded stable_deref_trait v1.2.0
8692025-01-29T04:27:04.173Z Downloaded rustversion v1.0.17
8702025-01-29T04:27:04.173Z Downloaded rustls-pemfile v1.0.4
8712025-01-29T04:27:04.173Z Downloaded psl-types v2.0.11
8722025-01-29T04:27:04.173Z Downloaded foldhash v0.1.3
8732025-01-29T04:27:04.173Z Downloaded displaydoc v0.2.5
8742025-01-29T04:27:04.173Z Downloaded wait-timeout v0.2.0
8752025-01-29T04:27:04.174Z Downloaded peg-macros v0.8.4
8762025-01-29T04:27:04.174Z Downloaded waitgroup v0.1.2
8772025-01-29T04:27:04.174Z Downloaded futures-channel v0.3.31
8782025-01-29T04:27:04.174Z Downloaded itertools v0.13.0
8792025-01-29T04:27:04.174Z Downloaded zip v2.1.3
8802025-01-29T04:27:04.174Z Downloaded rand_seeder v0.3.0
8812025-01-29T04:27:04.174Z Downloaded rsa v0.9.6
8822025-01-29T04:27:04.174Z Downloaded derive_more v0.99.18
8832025-01-29T04:27:04.174Z Downloaded num-conv v0.1.0
8842025-01-29T04:27:04.174Z Downloaded futures-macro v0.3.31
8852025-01-29T04:27:04.174Z Downloaded nom v7.1.3
8862025-01-29T04:27:04.174Z Downloaded tokio-macros v2.5.0
8872025-01-29T04:27:04.174Z Downloaded termcolor v1.4.1
8882025-01-29T04:27:04.174Z Downloaded num-traits v0.2.19
8892025-01-29T04:27:04.174Z Downloaded snafu v0.8.5
8902025-01-29T04:27:04.174Z Downloaded pbkdf2 v0.12.2
8912025-01-29T04:27:04.175Z Downloaded twox-hash v2.1.0
8922025-01-29T04:27:04.175Z Downloaded tokio-rustls v0.24.1
8932025-01-29T04:27:04.175Z Downloaded smallvec v1.13.2
8942025-01-29T04:27:04.175Z Downloaded pin-project-internal v1.1.6
8952025-01-29T04:27:04.175Z Downloaded reedline v0.35.0
8962025-01-29T04:27:04.175Z Downloaded tap v1.0.1
8972025-01-29T04:27:04.177Z Downloaded zerocopy v0.6.6
8982025-01-29T04:27:04.177Z Downloaded slog-bunyan v2.5.0
8992025-01-29T04:27:04.177Z Downloaded tough v0.19.0
9002025-01-29T04:27:04.177Z Downloaded headers-core v0.3.0
9012025-01-29T04:27:04.177Z Downloaded predicates v3.1.2
9022025-01-29T04:27:04.177Z Downloaded fallible-iterator v0.2.0
9032025-01-29T04:27:04.177Z Downloaded icu_properties_data v1.5.0
9042025-01-29T04:27:04.177Z Downloaded yoke-derive v0.7.4
9052025-01-29T04:27:04.177Z Downloaded write16 v1.0.0
9062025-01-29T04:27:04.177Z Downloaded num-iter v0.1.45
9072025-01-29T04:27:04.177Z Downloaded dunce v1.0.5
9082025-01-29T04:27:04.177Z Downloaded smallvec v0.6.14
9092025-01-29T04:27:04.177Z Downloaded dsl_auto_type v0.1.2
9102025-01-29T04:27:04.177Z Downloaded unicode-truncate v1.1.0
9112025-01-29T04:27:04.178Z Downloaded num-bigint-dig v0.8.4
9122025-01-29T04:27:04.178Z Downloaded pin-project v1.1.6
9132025-01-29T04:27:04.178Z Downloaded toml_edit v0.19.15
9142025-01-29T04:27:04.181Z Downloaded path-slash v0.1.5
9152025-01-29T04:27:04.181Z Downloaded derive_builder_macro v0.20.2
9162025-01-29T04:27:04.181Z Downloaded flagset v0.4.6
9172025-01-29T04:27:04.181Z Downloaded inout v0.1.3
9182025-01-29T04:27:04.181Z Downloaded serde_repr v0.1.19
9192025-01-29T04:27:04.181Z Downloaded term v0.7.0
9202025-01-29T04:27:04.181Z Downloaded derive_builder v0.20.2
9212025-01-29T04:27:04.181Z Downloaded sqlparser_derive v0.2.2
9222025-01-29T04:27:04.181Z Downloaded sigpipe v0.1.3
9232025-01-29T04:27:04.181Z Downloaded normalize-line-endings v0.3.0
9242025-01-29T04:27:04.181Z Downloaded slog-dtrace v0.3.0
9252025-01-29T04:27:04.181Z Downloaded powerfmt v0.2.0
9262025-01-29T04:27:04.181Z Downloaded heapless v0.7.17
9272025-01-29T04:27:04.181Z Downloaded rustc-hash v1.1.0
9282025-01-29T04:27:04.181Z Downloaded progenitor-impl v0.8.0
9292025-01-29T04:27:04.181Z Downloaded qorb v0.2.1
9302025-01-29T04:27:04.181Z Downloaded rusty-fork v0.3.0
9312025-01-29T04:27:04.181Z Downloaded postgres-protocol v0.6.7
9322025-01-29T04:27:04.181Z Downloaded zerocopy-derive v0.8.10
9332025-01-29T04:27:04.186Z Downloaded git2 v0.19.0
9342025-01-29T04:27:04.195Z Downloaded fixedbitset v0.4.2
9352025-01-29T04:27:04.197Z Downloaded rayon v1.10.0
9362025-01-29T04:27:04.204Z Downloaded wyz v0.5.1
9372025-01-29T04:27:04.207Z Downloaded value-bag v1.9.0
9382025-01-29T04:27:04.211Z Downloaded pin-project-lite v0.2.14
9392025-01-29T04:27:04.214Z Downloaded openssl-probe v0.1.5
9402025-01-29T04:27:04.217Z Downloaded pkcs8 v0.10.2
9412025-01-29T04:27:04.219Z Downloaded crc32fast v1.4.2
9422025-01-29T04:27:04.219Z Downloaded foreign-types v0.5.0
9432025-01-29T04:27:04.222Z Downloaded float-cmp v0.9.0
9442025-01-29T04:27:04.222Z Downloaded argon2 v0.5.3
9452025-01-29T04:27:04.225Z Downloaded oso v0.27.3
9462025-01-29T04:27:04.227Z Downloaded bcs v0.1.6
9472025-01-29T04:27:04.231Z Downloaded quinn v0.11.5
9482025-01-29T04:27:04.234Z Downloaded xattr v1.3.1
9492025-01-29T04:27:04.234Z Downloaded diff v0.1.13
9502025-01-29T04:27:04.237Z Downloaded progenitor v0.8.0
9512025-01-29T04:27:04.239Z Downloaded tokio-tungstenite v0.23.1
9522025-01-29T04:27:04.242Z Downloaded tungstenite v0.21.0
9532025-01-29T04:27:04.247Z Downloaded publicsuffix v2.3.0
9542025-01-29T04:27:04.249Z Downloaded serde_with v3.11.0
9552025-01-29T04:27:04.254Z Downloaded tokio-tungstenite v0.24.0
9562025-01-29T04:27:04.257Z Downloaded derive_builder_core v0.20.2
9572025-01-29T04:27:04.259Z Downloaded hashbrown v0.14.5
9582025-01-29T04:27:04.264Z Downloaded diesel-dtrace v0.4.2
9592025-01-29T04:27:04.266Z Downloaded static_assertions v1.1.0
9602025-01-29T04:27:04.269Z Downloaded time v0.3.36
9612025-01-29T04:27:04.273Z Downloaded vte_generate_state_changes v0.1.2
9622025-01-29T04:27:04.276Z Downloaded fxhash v0.2.1
9632025-01-29T04:27:04.276Z Downloaded pkcs1 v0.7.5
9642025-01-29T04:27:04.279Z Downloaded signature v2.2.0
9652025-01-29T04:27:04.279Z Downloaded webpki-roots v0.26.6
9662025-01-29T04:27:04.283Z Downloaded ssh-encoding v0.2.0
9672025-01-29T04:27:04.285Z Downloaded unicode-normalization v0.1.24
9682025-01-29T04:27:04.288Z Downloaded tokio-native-tls v0.3.1
9692025-01-29T04:27:04.291Z Downloaded gethostname v0.5.0
9702025-01-29T04:27:04.293Z Downloaded proc-macro-crate v1.3.1
9712025-01-29T04:27:04.293Z Downloaded slog-stdlog v4.1.1
9722025-01-29T04:27:04.296Z Downloaded curve25519-dalek v4.1.3
9732025-01-29T04:27:04.302Z Downloaded progenitor-client v0.8.0
9742025-01-29T04:27:04.305Z Downloaded rfc6979 v0.4.0
9752025-01-29T04:27:04.305Z Downloaded vergen v8.3.2
9762025-01-29T04:27:04.308Z Downloaded salsa20 v0.10.2
9772025-01-29T04:27:04.310Z Downloaded lazy_static v1.5.0
9782025-01-29T04:27:04.310Z Downloaded rustc_version v0.1.7
9792025-01-29T04:27:04.313Z Downloaded hickory-client v0.24.2
9802025-01-29T04:27:04.316Z Downloaded simd-adler32 v0.3.7
9812025-01-29T04:27:04.318Z Downloaded des v0.8.1
9822025-01-29T04:27:04.318Z Downloaded zeroize_derive v1.4.2
9832025-01-29T04:27:04.321Z Downloaded managed v0.8.0
9842025-01-29T04:27:04.321Z Downloaded lru v0.12.5
9852025-01-29T04:27:04.321Z Downloaded phf_shared v0.10.0
9862025-01-29T04:27:04.324Z Downloaded rustls-webpki v0.102.8
9872025-01-29T04:27:04.340Z Downloaded rustc_version v0.4.1
9882025-01-29T04:27:04.343Z Downloaded resolv-conf v0.7.0
9892025-01-29T04:27:04.346Z Downloaded hash32 v0.3.1
9902025-01-29T04:27:04.346Z Downloaded parking_lot_core v0.8.6
9912025-01-29T04:27:04.349Z Downloaded p521 v0.13.3
9922025-01-29T04:27:04.352Z Downloaded embedded-io v0.4.0
9932025-01-29T04:27:04.354Z Downloaded pbkdf2 v0.11.0
9942025-01-29T04:27:04.357Z Downloaded hash32 v0.2.1
9952025-01-29T04:27:04.357Z Downloaded difflib v0.4.0
9962025-01-29T04:27:04.360Z Downloaded r2d2 v0.8.10
9972025-01-29T04:27:04.360Z Downloaded try-lock v0.2.5
9982025-01-29T04:27:04.360Z Downloaded rustls-webpki v0.101.7
9992025-01-29T04:27:04.373Z Downloaded elliptic-curve v0.13.8
10002025-01-29T04:27:04.377Z Downloaded sqlparser v0.45.0
10012025-01-29T04:27:04.382Z Downloaded icu_locid v1.5.0
10022025-01-29T04:27:04.386Z Downloaded der v0.7.9
10032025-01-29T04:27:04.391Z Downloaded pkg-config v0.3.31
10042025-01-29T04:27:04.394Z Downloaded opaque-debug v0.3.1
10052025-01-29T04:27:04.395Z Downloaded lalrpop v0.19.12
10062025-01-29T04:27:04.408Z Downloaded serde_with_macros v3.11.0
10072025-01-29T04:27:04.410Z Downloaded typify-macro v0.2.0
10082025-01-29T04:27:04.410Z Downloaded slog-term v2.9.1
10092025-01-29T04:27:04.410Z Downloaded pkcs5 v0.7.1
10102025-01-29T04:27:04.414Z Downloaded radix_trie v0.2.1
10112025-01-29T04:27:04.419Z Downloaded half v2.4.1
10122025-01-29T04:27:04.422Z Downloaded num-integer v0.1.46
10132025-01-29T04:27:04.425Z Downloaded crc-any v2.5.0
10142025-01-29T04:27:04.429Z Downloaded futures-io v0.3.31
10152025-01-29T04:27:04.429Z Downloaded defmt v0.3.8
10162025-01-29T04:27:04.431Z Downloaded num-complex v0.4.6
10172025-01-29T04:27:04.432Z Downloaded structmeta-derive v0.3.0
10182025-01-29T04:27:04.434Z Downloaded flate2 v1.0.35
10192025-01-29T04:27:04.437Z Downloaded p256 v0.13.2
10202025-01-29T04:27:04.440Z Downloaded parking_lot v0.12.3
10212025-01-29T04:27:04.443Z Downloaded futures v0.3.31
10222025-01-29T04:27:04.448Z Downloaded quick-xml v0.33.0
10232025-01-29T04:27:04.454Z Downloaded stringprep v0.1.5
10242025-01-29T04:27:04.457Z Downloaded ecdsa v0.16.9
10252025-01-29T04:27:04.466Z Downloaded unicode-bidi v0.3.17
10262025-01-29T04:27:04.466Z Downloaded console v0.15.10
10272025-01-29T04:27:04.466Z Downloaded ena v0.14.3
10282025-01-29T04:27:04.469Z Downloaded vsss-rs v3.3.4
10292025-01-29T04:27:04.469Z Downloaded take_mut v0.2.2
10302025-01-29T04:27:04.469Z Downloaded sha1 v0.10.6
10312025-01-29T04:27:04.474Z Downloaded fallible-iterator v0.3.0
10322025-01-29T04:27:04.474Z Downloaded darling_core v0.20.10
10332025-01-29T04:27:04.478Z Downloaded unicode-properties v0.1.3
10342025-01-29T04:27:04.478Z Downloaded tokio-postgres v0.7.12
10352025-01-29T04:27:04.483Z Downloaded minimal-lexical v0.2.1
10362025-01-29T04:27:04.487Z Downloaded headers v0.4.0
10372025-01-29T04:27:04.492Z Downloaded serde_derive_internals v0.29.1
10382025-01-29T04:27:04.495Z Downloaded bumpalo v3.16.0
10392025-01-29T04:27:04.498Z Downloaded serde_yaml v0.9.34+deprecated
10402025-01-29T04:27:04.501Z Downloaded cc v1.1.30
10412025-01-29T04:27:04.505Z Downloaded tracing-attributes v0.1.27
10422025-01-29T04:27:04.508Z Downloaded openssl-sys v0.9.103
10432025-01-29T04:27:04.511Z Downloaded rustls v0.22.4
10442025-01-29T04:27:04.524Z Downloaded nu-ansi-term v0.50.1
10452025-01-29T04:27:04.527Z Downloaded unicode-segmentation v1.12.0
10462025-01-29T04:27:04.533Z Downloaded ssh-cipher v0.2.0
10472025-01-29T04:27:04.537Z Downloaded getrandom v0.2.15
10482025-01-29T04:27:04.537Z Downloaded dropshot_endpoint v0.15.1
10492025-01-29T04:27:04.542Z Downloaded x509-cert v0.2.5
10502025-01-29T04:27:04.546Z Downloaded rpassword v7.3.1
10512025-01-29T04:27:04.546Z Downloaded diesel_derives v2.2.3
10522025-01-29T04:27:04.549Z Downloaded writeable v0.5.5
10532025-01-29T04:27:04.552Z Downloaded progenitor-impl v0.9.1
10542025-01-29T04:27:04.552Z Downloaded zerofrom-derive v0.1.4
10552025-01-29T04:27:04.555Z Downloaded num_enum v0.5.11
10562025-01-29T04:27:04.558Z Downloaded ed25519 v2.2.3
10572025-01-29T04:27:04.561Z Downloaded unsafe-libyaml v0.2.11
10582025-01-29T04:27:04.564Z Downloaded unicode-width v0.2.0
10592025-01-29T04:27:04.568Z Downloaded paste v1.0.15
10602025-01-29T04:27:04.571Z Downloaded pin-utils v0.1.0
10612025-01-29T04:27:04.574Z Downloaded tungstenite v0.23.0
10622025-01-29T04:27:04.577Z Downloaded tokio-util v0.7.12
10632025-01-29T04:27:04.584Z Downloaded ron v0.7.1
10642025-01-29T04:27:04.587Z Downloaded petname v2.0.2
10652025-01-29T04:27:04.596Z Downloaded typed-path v0.9.3
10662025-01-29T04:27:04.599Z Downloaded hashbrown v0.12.3
10672025-01-29T04:27:04.603Z Downloaded embedded-io v0.6.1
10682025-01-29T04:27:04.607Z Downloaded futures-util v0.3.31
10692025-01-29T04:27:04.615Z Downloaded tracing-core v0.1.32
10702025-01-29T04:27:04.619Z Downloaded hashbrown v0.13.2
10712025-01-29T04:27:04.623Z Downloaded ssh-key v0.6.6
10722025-01-29T04:27:04.634Z Downloaded object v0.30.4
10732025-01-29T04:27:04.639Z Downloaded regex v1.11.1
10742025-01-29T04:27:04.651Z Downloaded uzers v0.12.1
10752025-01-29T04:27:04.657Z Downloaded progenitor v0.9.1
10762025-01-29T04:27:04.657Z Downloaded regex-syntax v0.6.29
10772025-01-29T04:27:04.662Z Downloaded nix v0.28.0
10782025-01-29T04:27:04.672Z Downloaded chrono-tz v0.10.1
10792025-01-29T04:27:04.680Z Downloaded p384 v0.13.0
10802025-01-29T04:27:04.686Z Downloaded bstr v1.10.0
10812025-01-29T04:27:04.696Z Downloaded quinn-proto v0.11.8
10822025-01-29T04:27:04.702Z Downloaded zerocopy v0.8.10
10832025-01-29T04:27:04.725Z Downloaded reqwest v0.12.9
10842025-01-29T04:27:04.734Z Downloaded polar-core v0.27.3
10852025-01-29T04:27:04.741Z Downloaded regress v0.9.1
10862025-01-29T04:27:04.751Z Downloaded hickory-proto v0.24.2
10872025-01-29T04:27:04.765Z Downloaded zerovec v0.10.4
10882025-01-29T04:27:04.770Z Downloaded openssl v0.10.66
10892025-01-29T04:27:04.780Z Downloaded smoltcp v0.11.0
10902025-01-29T04:27:04.792Z Downloaded portable-atomic v1.9.0
10912025-01-29T04:27:04.799Z Downloaded h2 v0.4.6
10922025-01-29T04:27:04.805Z Downloaded smoltcp v0.9.1
10932025-01-29T04:27:04.815Z Downloaded winnow v0.5.40
10942025-01-29T04:27:04.823Z Downloaded regex-syntax v0.8.5
10952025-01-29T04:27:04.832Z Downloaded dropshot v0.15.1
10962025-01-29T04:27:04.852Z Downloaded rustls v0.23.19
10972025-01-29T04:27:04.863Z Downloaded rustls v0.21.12
10982025-01-29T04:27:04.874Z Downloaded expectorate v1.1.0
10992025-01-29T04:27:04.876Z Downloaded vcpkg v0.2.15
11002025-01-29T04:27:04.913Z Downloaded diesel v2.2.6
11012025-01-29T04:27:04.931Z Downloaded regress v0.10.1
11022025-01-29T04:27:04.939Z Downloaded typify-impl v0.3.0
11032025-01-29T04:27:04.956Z Downloaded ratatui v0.28.1
11042025-01-29T04:27:04.973Z Downloaded nix v0.29.0
11052025-01-29T04:27:04.985Z Downloaded gimli v0.31.1
11062025-01-29T04:27:04.993Z Downloaded bzip2-sys v0.1.11+1.0.8
11072025-01-29T04:27:05.005Z Downloaded nix v0.27.1
11082025-01-29T04:27:05.015Z Downloaded zerocopy-derive v0.6.6
11092025-01-29T04:27:05.025Z Downloaded object v0.36.5
11102025-01-29T04:27:05.036Z Downloaded zip v0.6.6
11112025-01-29T04:27:05.041Z Downloaded tungstenite v0.24.0
11122025-01-29T04:27:05.044Z Downloaded typify-impl v0.2.0
11132025-01-29T04:27:05.060Z Downloaded dropshot v0.12.0
11142025-01-29T04:27:05.078Z Downloaded tar v0.4.42
11152025-01-29T04:27:05.080Z Downloaded aes v0.8.4
11162025-01-29T04:27:05.083Z Downloaded openapiv3 v2.0.0
11172025-01-29T04:27:05.095Z Downloaded postgres-types v0.2.8
11182025-01-29T04:27:05.098Z Downloaded csv v1.3.1
11192025-01-29T04:27:05.116Z Downloaded salty v0.3.0
11202025-01-29T04:27:05.123Z Downloaded sled v0.34.7
11212025-01-29T04:27:05.132Z Downloaded lzma-sys v0.1.20
11222025-01-29T04:27:05.160Z Downloaded regex-automata v0.4.8
11232025-01-29T04:27:05.178Z Downloaded proptest v1.5.0
11242025-01-29T04:27:05.185Z Downloaded bytes v1.9.0
11252025-01-29T04:27:05.188Z Downloaded chrono v0.4.39
11262025-01-29T04:27:05.195Z Downloaded libxml v0.3.3
11272025-01-29T04:27:05.201Z Downloaded itertools v0.10.5
11282025-01-29T04:27:05.207Z Downloaded omicron-zone-package v0.12.0
11292025-01-29T04:27:05.210Z Downloaded petgraph v0.6.5
11302025-01-29T04:27:05.226Z Downloaded fatfs v0.3.6
11312025-01-29T04:27:05.229Z Downloaded zeroize v1.8.1
11322025-01-29T04:27:05.232Z Downloaded instability v0.3.2
11332025-01-29T04:27:05.232Z Downloaded icu_collections v1.5.0
11342025-01-29T04:27:05.237Z Downloaded base64 v0.21.7
11352025-01-29T04:27:05.240Z Downloaded tokio v1.43.0
11362025-01-29T04:27:05.277Z Downloaded libz-sys v1.1.20
11372025-01-29T04:27:05.297Z Downloaded walkdir v2.5.0
11382025-01-29T04:27:05.300Z Downloaded universal-hash v0.5.1
11392025-01-29T04:27:05.300Z Downloaded termtree v0.5.1
11402025-01-29T04:27:05.303Z Downloaded typify v0.3.0
11412025-01-29T04:27:05.306Z Downloaded schemars v0.8.21
11422025-01-29T04:27:05.314Z Downloaded rand v0.8.5
11432025-01-29T04:27:05.317Z Downloaded impl-trait-for-tuples v0.2.2
11442025-01-29T04:27:05.320Z Downloaded hmac v0.12.1
11452025-01-29T04:27:05.322Z Downloaded rustls-pki-types v1.10.0
11462025-01-29T04:27:05.325Z Downloaded iana-time-zone v0.1.61
11472025-01-29T04:27:05.329Z Downloaded slog-envlogger v2.2.0
11482025-01-29T04:27:05.329Z Downloaded multer v3.1.0
11492025-01-29T04:27:05.329Z Downloaded httparse v1.9.5
11502025-01-29T04:27:05.332Z Downloaded backtrace v0.3.74
11512025-01-29T04:27:05.336Z Downloaded hyper-rustls v0.27.3
11522025-01-29T04:27:05.338Z Downloaded tls_codec v0.4.1
11532025-01-29T04:27:05.341Z Downloaded schemars_derive v0.8.21
11542025-01-29T04:27:05.341Z Downloaded mockall v0.13.0
11552025-01-29T04:27:05.344Z Downloaded highway v1.2.0
11562025-01-29T04:27:05.344Z Downloaded http-range v0.1.5
11572025-01-29T04:27:05.346Z Downloaded sync-ptr v0.1.1
11582025-01-29T04:27:05.347Z Downloaded scheduled-thread-pool v0.2.7
11592025-01-29T04:27:05.347Z Downloaded quick-error v1.2.3
11602025-01-29T04:27:05.354Z Downloaded encoding_rs v0.8.34
11612025-01-29T04:27:05.368Z Downloaded buf-list v1.0.3
11622025-01-29T04:27:05.371Z Downloaded is-terminal v0.4.13
11632025-01-29T04:27:05.374Z Downloaded ipnetwork v0.20.0
11642025-01-29T04:27:05.374Z Downloaded sha3 v0.10.8
11652025-01-29T04:27:05.377Z Downloaded httpdate v1.0.3
11662025-01-29T04:27:05.380Z Downloaded humantime v2.1.0
11672025-01-29T04:27:05.380Z Downloaded hostname v0.4.0
11682025-01-29T04:27:05.383Z Downloaded arc-swap v1.7.1
11692025-01-29T04:27:05.563Z Downloaded libgit2-sys v0.17.0+1.8.1
11702025-01-29T04:27:05.863Z Downloaded ring v0.17.8
11712025-01-29T04:27:05.994Z Downloaded aws-lc-sys v0.22.0
11722025-01-29T04:27:06.303Z Downloaded libsqlite3-sys v0.30.1
11732025-01-29T04:27:06.484Z Compiling serde v1.0.217
11742025-01-29T04:27:06.487Z Compiling lock_api v0.4.12
11752025-01-29T04:27:06.487Z Compiling value-bag v1.9.0
11762025-01-29T04:27:06.487Z Compiling scopeguard v1.2.0
11772025-01-29T04:27:06.487Z Compiling typenum v1.17.0
11782025-01-29T04:27:06.647Z Compiling generic-array v0.14.7
11792025-01-29T04:27:06.687Z Compiling syn v2.0.96
11802025-01-29T04:27:06.703Z Compiling getrandom v0.2.15
11812025-01-29T04:27:06.821Z Compiling shlex v1.3.0
11822025-01-29T04:27:07.029Z Compiling rand_core v0.6.4
11832025-01-29T04:27:07.077Z Compiling log v0.4.22
11842025-01-29T04:27:07.204Z Compiling subtle v2.6.1
11852025-01-29T04:27:07.207Z Compiling jobserver v0.1.32
11862025-01-29T04:27:07.257Z Compiling smallvec v1.13.2
11872025-01-29T04:27:07.535Z Compiling const-oid v0.9.6
11882025-01-29T04:27:07.556Z Compiling pin-project-lite v0.2.14
11892025-01-29T04:27:07.573Z Compiling rustix v0.38.37
11902025-01-29T04:27:07.629Z Compiling cc v1.1.30
11912025-01-29T04:27:07.718Z Compiling spin v0.9.8
11922025-01-29T04:27:07.829Z Compiling parking_lot_core v0.9.10
11932025-01-29T04:27:08.051Z Compiling futures-core v0.3.31
11942025-01-29T04:27:08.272Z Compiling signal-hook-registry v1.4.2
11952025-01-29T04:27:08.477Z Compiling mio v1.0.2
11962025-01-29T04:27:08.554Z Compiling aho-corasick v1.1.3
11972025-01-29T04:27:09.027Z Compiling parking_lot v0.12.3
11982025-01-29T04:27:09.055Z Compiling stable_deref_trait v1.2.0
11992025-01-29T04:27:09.130Z Compiling regex-syntax v0.8.5
12002025-01-29T04:27:09.180Z Compiling cpufeatures v0.2.14
12012025-01-29T04:27:09.304Z Compiling either v1.13.0
12022025-01-29T04:27:09.636Z Compiling glob v0.3.2
12032025-01-29T04:27:09.710Z Compiling futures-sink v0.3.31
12042025-01-29T04:27:09.729Z Compiling socket2 v0.5.7
12052025-01-29T04:27:09.888Z Compiling slab v0.4.9
12062025-01-29T04:27:09.924Z Compiling prettyplease v0.2.25
12072025-01-29T04:27:10.303Z Compiling lazy_static v1.5.0
12082025-01-29T04:27:10.366Z Compiling serde_json v1.0.135
12092025-01-29T04:27:10.450Z Compiling minimal-lexical v0.2.1
12102025-01-29T04:27:10.553Z Compiling clang-sys v1.8.1
12112025-01-29T04:27:10.731Z Compiling libloading v0.8.5
12122025-01-29T04:27:10.989Z Compiling nom v7.1.3
12132025-01-29T04:27:11.011Z Compiling home v0.5.9
12142025-01-29T04:27:11.134Z Compiling bindgen v0.69.5
12152025-01-29T04:27:11.287Z Compiling futures-channel v0.3.31
12162025-01-29T04:27:11.645Z Compiling itertools v0.12.1
12172025-01-29T04:27:11.720Z Compiling futures-io v0.3.31
12182025-01-29T04:27:12.001Z Compiling foldhash v0.1.3
12192025-01-29T04:27:12.028Z Compiling allocator-api2 v0.2.18
12202025-01-29T04:27:12.334Z Compiling pin-utils v0.1.0
12212025-01-29T04:27:12.447Z Compiling futures-task v0.3.31
12222025-01-29T04:27:12.742Z Compiling libm v0.2.8
12232025-01-29T04:27:12.804Z Compiling rustc-hash v1.1.0
12242025-01-29T04:27:12.969Z Compiling regex-automata v0.4.8
12252025-01-29T04:27:13.099Z Compiling lazycell v1.3.0
12262025-01-29T04:27:13.281Z Compiling hashbrown v0.15.1
12272025-01-29T04:27:13.486Z Compiling cmake v0.1.51
12282025-01-29T04:27:14.414Z Compiling synstructure v0.13.1
12292025-01-29T04:27:14.524Z Compiling cexpr v0.6.0
12302025-01-29T04:27:14.584Z Compiling num-traits v0.2.19
12312025-01-29T04:27:14.881Z Compiling dunce v1.0.5
12322025-01-29T04:27:15.031Z Compiling fs_extra v1.3.0
12332025-01-29T04:27:15.581Z Compiling pkg-config v0.3.31
12342025-01-29T04:27:15.882Z Compiling litemap v0.7.3
12352025-01-29T04:27:16.174Z Compiling writeable v0.5.5
12362025-01-29T04:27:16.283Z Compiling ring v0.17.8
12372025-01-29T04:27:16.744Z Compiling base64ct v1.6.0
12382025-01-29T04:27:17.202Z Compiling paste v1.0.15
12392025-01-29T04:27:17.247Z Compiling pem-rfc7468 v0.7.0
12402025-01-29T04:27:17.335Z Compiling httparse v1.9.5
12412025-01-29T04:27:17.709Z Compiling aws-lc-rs v1.10.0
12422025-01-29T04:27:17.846Z Compiling flagset v0.4.6
12432025-01-29T04:27:17.919Z Compiling icu_locid_transform_data v1.5.0
12442025-01-29T04:27:18.103Z Compiling tracing-core v0.1.32
12452025-01-29T04:27:18.123Z Compiling rustls-pki-types v1.10.0
12462025-01-29T04:27:18.621Z Compiling regex v1.11.1
12472025-01-29T04:27:19.085Z Compiling icu_properties_data v1.5.0
12482025-01-29T04:27:19.113Z Compiling percent-encoding v2.3.1
12492025-01-29T04:27:19.273Z Compiling crossbeam-utils v0.8.20
12502025-01-29T04:27:19.421Z Compiling untrusted v0.7.1
12512025-01-29T04:27:19.544Z Compiling write16 v1.0.0
12522025-01-29T04:27:19.632Z Compiling time-core v0.1.2
12532025-01-29T04:27:19.687Z Compiling utf16_iter v1.0.5
12542025-01-29T04:27:19.808Z Compiling untrusted v0.9.0
12552025-01-29T04:27:19.832Z Compiling vcpkg v0.2.15
12562025-01-29T04:27:19.877Z Compiling num-conv v0.1.0
12572025-01-29T04:27:19.972Z Compiling icu_normalizer_data v1.5.0
12582025-01-29T04:27:19.992Z Compiling serde_derive v1.0.217
12592025-01-29T04:27:20.008Z Compiling zeroize_derive v1.4.2
12602025-01-29T04:27:20.076Z Compiling zerocopy-derive v0.7.35
12612025-01-29T04:27:20.125Z Compiling zerofrom-derive v0.1.4
12622025-01-29T04:27:21.341Z Compiling zeroize v1.8.1
12632025-01-29T04:27:21.533Z Compiling tokio-macros v2.5.0
12642025-01-29T04:27:21.898Z Compiling yoke-derive v0.7.4
12652025-01-29T04:27:22.033Z Compiling zerocopy v0.7.35
12662025-01-29T04:27:22.910Z Compiling crypto-common v0.1.6
12672025-01-29T04:27:22.977Z Compiling block-buffer v0.10.4
12682025-01-29T04:27:23.180Z Compiling thiserror-impl v1.0.69
12692025-01-29T04:27:23.292Z Compiling digest v0.10.7
12702025-01-29T04:27:23.427Z Compiling zerovec-derive v0.10.3
12712025-01-29T04:27:23.650Z Compiling zerofrom v0.1.4
12722025-01-29T04:27:23.746Z Compiling hmac v0.12.1
12732025-01-29T04:27:23.806Z Compiling displaydoc v0.2.5
12742025-01-29T04:27:23.878Z Compiling futures-macro v0.3.31
12752025-01-29T04:27:24.004Z Compiling block-padding v0.3.3
12762025-01-29T04:27:24.261Z Compiling inout v0.1.3
12772025-01-29T04:27:24.553Z Compiling cipher v0.4.4
12782025-01-29T04:27:24.628Z Compiling yoke v0.7.4
12792025-01-29T04:27:24.984Z Compiling sha2 v0.10.8
12802025-01-29T04:27:25.079Z Compiling icu_provider_macros v1.5.0
12812025-01-29T04:27:25.302Z Compiling ppv-lite86 v0.2.20
12822025-01-29T04:27:25.644Z Compiling futures-util v0.3.31
12832025-01-29T04:27:25.825Z Compiling zerovec v0.10.4
12842025-01-29T04:27:26.018Z Compiling der_derive v0.7.3
12852025-01-29T04:27:26.098Z Compiling thiserror v1.0.69
12862025-01-29T04:27:26.125Z Compiling rand_chacha v0.3.1
12872025-01-29T04:27:26.252Z Compiling tracing-attributes v0.1.27
12882025-01-29T04:27:27.756Z Compiling tinystr v0.7.6
12892025-01-29T04:27:28.198Z Compiling icu_locid v1.5.0
12902025-01-29T04:27:28.220Z Compiling der v0.7.9
12912025-01-29T04:27:28.391Z Compiling icu_collections v1.5.0
12922025-01-29T04:27:28.466Z Compiling rand v0.8.5
12932025-01-29T04:27:29.416Z Compiling icu_provider v1.5.0
12942025-01-29T04:27:29.652Z Compiling tracing v0.1.40
12952025-01-29T04:27:30.183Z Compiling icu_locid_transform v1.5.0
12962025-01-29T04:27:30.334Z Compiling spki v0.7.3
12972025-01-29T04:27:30.374Z Compiling pest v2.7.14
12982025-01-29T04:27:30.514Z Compiling salsa20 v0.10.2
12992025-01-29T04:27:30.698Z Compiling pbkdf2 v0.12.2
13002025-01-29T04:27:30.720Z Compiling utf8_iter v1.0.4
13012025-01-29T04:27:30.740Z Compiling powerfmt v0.2.0
13022025-01-29T04:27:30.869Z Compiling mirai-annotations v1.12.0
13032025-01-29T04:27:30.957Z Compiling scrypt v0.11.0
13042025-01-29T04:27:31.044Z Compiling deranged v0.3.11
13052025-01-29T04:27:31.086Z Compiling cbc v0.1.2
13062025-01-29T04:27:31.134Z Compiling aes v0.8.4
13072025-01-29T04:27:31.312Z Compiling openssl-sys v0.9.103
13082025-01-29T04:27:31.454Z Compiling icu_properties v1.5.1
13092025-01-29T04:27:32.323Z Compiling bitflags v2.6.0
13102025-01-29T04:27:32.398Z Compiling bytes v1.9.0
13112025-01-29T04:27:32.761Z Compiling indexmap v2.7.1
13122025-01-29T04:27:33.436Z Compiling tokio v1.43.0
13132025-01-29T04:27:33.655Z Compiling http v1.2.0
13142025-01-29T04:27:33.978Z Compiling semver v1.0.24
13152025-01-29T04:27:34.111Z Compiling pest_meta v2.7.14
13162025-01-29T04:27:34.707Z Compiling rustc_version v0.4.1
13172025-01-29T04:27:35.296Z Compiling icu_normalizer v1.5.0
13182025-01-29T04:27:35.442Z Compiling time-macros v0.2.18
13192025-01-29T04:27:35.485Z Compiling scroll_derive v0.12.0
13202025-01-29T04:27:36.111Z Compiling num_threads v0.1.7
13212025-01-29T04:27:36.255Z Compiling which v4.4.2
13222025-01-29T04:27:36.985Z Compiling atomic-waker v1.1.2
13232025-01-29T04:27:37.109Z Compiling tinyvec_macros v0.1.1
13242025-01-29T04:27:37.148Z Compiling scroll v0.12.0
13252025-01-29T04:27:37.196Z Compiling tinyvec v1.8.0
13262025-01-29T04:27:37.221Z Compiling idna_adapter v1.2.0
13272025-01-29T04:27:37.443Z Compiling pest_generator v2.7.14
13282025-01-29T04:27:37.463Z Compiling http-body v1.0.1
13292025-01-29T04:27:37.725Z Compiling pkcs5 v0.7.1
13302025-01-29T04:27:37.995Z Compiling form_urlencoded v1.2.1
13312025-01-29T04:27:38.376Z Compiling try-lock v0.2.5
13322025-01-29T04:27:38.559Z Compiling slog v2.7.0
13332025-01-29T04:27:38.584Z Compiling goblin v0.8.2
13342025-01-29T04:27:38.587Z Compiling time v0.3.36
13352025-01-29T04:27:38.708Z Compiling want v0.3.1
13362025-01-29T04:27:38.893Z Compiling pkcs8 v0.10.2
13372025-01-29T04:27:39.001Z Compiling idna v1.0.3
13382025-01-29T04:27:39.116Z Compiling uuid v1.12.0
13392025-01-29T04:27:39.262Z Compiling pest_derive v2.7.14
13402025-01-29T04:27:39.565Z Compiling httpdate v1.0.3
13412025-01-29T04:27:40.018Z Compiling iana-time-zone v0.1.61
13422025-01-29T04:27:40.063Z Compiling dtrace-parser v0.2.0
13432025-01-29T04:27:40.417Z Compiling chrono v0.4.39
13442025-01-29T04:27:40.645Z Compiling serde_spanned v0.6.8
13452025-01-29T04:27:40.895Z Compiling toml_datetime v0.6.8
13462025-01-29T04:27:41.348Z Compiling serde_tokenstream v0.2.2
13472025-01-29T04:27:41.394Z Compiling rustversion v1.0.17
13482025-01-29T04:27:41.948Z Compiling tokio-util v0.7.12
13492025-01-29T04:27:41.975Z Compiling adler2 v2.0.0
13502025-01-29T04:27:42.081Z Compiling base64 v0.22.1
13512025-01-29T04:27:42.201Z Compiling match_cfg v0.1.0
13522025-01-29T04:27:42.311Z Compiling tower-service v0.3.3
13532025-01-29T04:27:42.460Z Compiling openssl v0.10.66
13542025-01-29T04:27:42.789Z Compiling foreign-types-shared v0.1.1
13552025-01-29T04:27:42.909Z Compiling h2 v0.4.6
13562025-01-29T04:27:42.930Z Compiling foreign-types v0.3.2
13572025-01-29T04:27:43.041Z Compiling hostname v0.3.1
13582025-01-29T04:27:43.286Z Compiling miniz_oxide v0.8.0
13592025-01-29T04:27:43.379Z Compiling url v2.5.3
13602025-01-29T04:27:43.864Z Compiling openssl-macros v0.1.1
13612025-01-29T04:27:44.582Z Compiling dof v0.3.0
13622025-01-29T04:27:44.624Z Compiling async-trait v0.1.85
13632025-01-29T04:27:44.801Z Compiling serde_derive_internals v0.29.1
13642025-01-29T04:27:45.215Z Compiling dirs-sys-next v0.1.2
13652025-01-29T04:27:45.801Z Compiling usdt-impl v0.5.0
13662025-01-29T04:27:46.484Z Compiling syn v1.0.109
13672025-01-29T04:27:47.101Z Compiling native-tls v0.2.12
13682025-01-29T04:27:47.160Z Compiling siphasher v0.3.11
13692025-01-29T04:27:47.186Z Compiling data-encoding v2.6.0
13702025-01-29T04:27:47.224Z Compiling schemars v0.8.21
13712025-01-29T04:27:47.244Z Compiling rustls v0.22.4
13722025-01-29T04:27:47.443Z Compiling rustls v0.23.19
13732025-01-29T04:27:47.564Z Compiling schemars_derive v0.8.21
13742025-01-29T04:27:47.625Z Compiling dirs-next v2.0.0
13752025-01-29T04:27:47.826Z Compiling unicode-normalization v0.1.24
13762025-01-29T04:27:48.203Z Compiling http-body-util v0.1.2
13772025-01-29T04:27:48.723Z Compiling crossbeam-epoch v0.9.18
13782025-01-29T04:27:48.986Z Compiling heapless v0.7.17
13792025-01-29T04:27:49.121Z Compiling sha1 v0.10.6
13802025-01-29T04:27:49.242Z Compiling signature v2.2.0
13812025-01-29T04:27:49.432Z Compiling bzip2-sys v0.1.11+1.0.8
13822025-01-29T04:27:49.435Z Compiling thread_local v1.1.8
13832025-01-29T04:27:49.542Z Compiling encoding_rs v0.8.34
13842025-01-29T04:27:49.563Z Compiling multer v3.1.0
13852025-01-29T04:27:49.846Z Compiling cookie v0.18.1
13862025-01-29T04:27:49.903Z Compiling dyn-clone v1.0.17
13872025-01-29T04:27:49.956Z Compiling unicode-bidi v0.3.17
13882025-01-29T04:27:50.137Z Compiling hyper v1.5.2
13892025-01-29T04:27:50.163Z Compiling signal-hook v0.3.17
13902025-01-29T04:27:50.424Z Compiling ipnet v2.10.1
13912025-01-29T04:27:50.698Z Compiling rayon-core v1.12.1
13922025-01-29T04:27:50.992Z Compiling unicode-properties v0.1.3
13932025-01-29T04:27:51.253Z Compiling mime v0.3.17
13942025-01-29T04:27:51.412Z Compiling slog-async v2.8.0
13952025-01-29T04:27:51.515Z Compiling openssl-probe v0.1.5
13962025-01-29T04:27:51.779Z Compiling gimli v0.31.1
13972025-01-29T04:27:51.843Z Compiling stringprep v0.1.5
13982025-01-29T04:27:52.908Z Compiling hyper-util v0.1.10
13992025-01-29T04:27:53.285Z Compiling toml_edit v0.22.22
14002025-01-29T04:27:54.438Z Compiling crossbeam-deque v0.8.5
14012025-01-29T04:27:54.803Z Compiling usdt-macro v0.5.0
14022025-01-29T04:27:55.582Z Compiling usdt-attr-macro v0.5.0
14032025-01-29T04:27:55.596Z Compiling term v0.7.0
14042025-01-29T04:27:55.899Z Compiling slog-json v2.6.1
14052025-01-29T04:27:56.207Z Compiling addr2line v0.24.2
14062025-01-29T04:27:56.274Z Compiling serde_urlencoded v0.7.1
14072025-01-29T04:27:56.576Z Compiling crossbeam-channel v0.5.13
14082025-01-29T04:27:56.768Z Compiling curve25519-dalek v4.1.3
14092025-01-29T04:27:56.864Z Compiling enum-as-inner v0.6.1
14102025-01-29T04:27:56.925Z Compiling futures-executor v0.3.31
14112025-01-29T04:27:57.029Z Compiling md-5 v0.10.6
14122025-01-29T04:27:57.315Z Compiling async-stream-impl v0.3.6
14132025-01-29T04:27:57.437Z Compiling rustls-pemfile v2.2.0
14142025-01-29T04:27:57.441Z Compiling num-integer v0.1.46
14152025-01-29T04:27:57.655Z Compiling hash32 v0.2.1
14162025-01-29T04:27:57.779Z Compiling ff v0.13.0
14172025-01-29T04:27:57.895Z Compiling is-terminal v0.4.13
14182025-01-29T04:27:58.022Z Compiling dropshot v0.12.0
14192025-01-29T04:27:58.030Z Compiling object v0.36.5
14202025-01-29T04:27:58.053Z Compiling smoltcp v0.9.1
14212025-01-29T04:27:58.207Z Compiling take_mut v0.2.2
14222025-01-29T04:27:58.370Z Compiling psl-types v2.0.11
14232025-01-29T04:27:58.399Z Compiling num-bigint-dig v0.8.4
14242025-01-29T04:27:58.590Z Compiling portable-atomic v1.9.0
14252025-01-29T04:27:58.653Z Compiling linked-hash-map v0.5.6
14262025-01-29T04:27:58.703Z Compiling quick-error v1.2.3
14272025-01-29T04:27:58.703Z Compiling utf-8 v0.7.6
14282025-01-29T04:27:58.895Z Compiling fallible-iterator v0.2.0
14292025-01-29T04:27:59.027Z Compiling anyhow v1.0.95
14302025-01-29T04:27:59.048Z Compiling rustc-demangle v0.1.24
14312025-01-29T04:27:59.560Z Compiling litrs v0.4.1
14322025-01-29T04:27:59.580Z Compiling base16ct v0.2.0
14332025-01-29T04:27:59.923Z Compiling sec1 v0.7.3
14342025-01-29T04:28:00.060Z Compiling postgres-protocol v0.6.7
14352025-01-29T04:28:00.080Z Compiling lru-cache v0.1.2
14362025-01-29T04:28:00.279Z Compiling tungstenite v0.24.0
14372025-01-29T04:28:00.509Z Compiling resolv-conf v0.7.0
14382025-01-29T04:28:00.732Z Compiling document-features v0.2.10
14392025-01-29T04:28:00.974Z Compiling async-stream v0.3.6
14402025-01-29T04:28:01.272Z Compiling publicsuffix v2.3.0
14412025-01-29T04:28:01.378Z Compiling slog-term v2.9.1
14422025-01-29T04:28:01.563Z Compiling group v0.13.0
14432025-01-29T04:28:01.905Z Compiling num-iter v0.1.45
14442025-01-29T04:28:02.115Z Compiling usdt v0.5.0
14452025-01-29T04:28:02.379Z Compiling hickory-proto v0.24.2
14462025-01-29T04:28:02.523Z Compiling futures v0.3.31
14472025-01-29T04:28:02.563Z Compiling toml v0.8.19
14482025-01-29T04:28:02.594Z Compiling slog-bunyan v2.5.0
14492025-01-29T04:28:04.061Z Compiling tokio-native-tls v0.3.1
14502025-01-29T04:28:04.142Z Compiling camino v1.1.9
14512025-01-29T04:28:04.336Z Compiling phf_shared v0.11.2
14522025-01-29T04:28:04.498Z Compiling dropshot_endpoint v0.12.0
14532025-01-29T04:28:04.708Z Compiling backtrace v0.3.74
14542025-01-29T04:28:04.781Z Compiling waitgroup v0.1.2
14552025-01-29T04:28:04.989Z Compiling terminal_size v0.4.0
14562025-01-29T04:28:05.007Z Compiling openapiv3 v2.0.0
14572025-01-29T04:28:05.248Z Compiling serde_path_to_error v0.1.16
14582025-01-29T04:28:05.260Z Compiling hkdf v0.12.4
14592025-01-29T04:28:05.499Z Compiling crypto-bigint v0.5.5
14602025-01-29T04:28:05.948Z Compiling zerocopy-derive v0.6.6
14612025-01-29T04:28:07.812Z Compiling curve25519-dalek-derive v0.1.1
14622025-01-29T04:28:07.966Z Compiling webpki-roots v0.26.6
14632025-01-29T04:28:08.235Z Compiling hostname v0.4.0
14642025-01-29T04:28:08.459Z Compiling fs-err v2.11.0
14652025-01-29T04:28:08.530Z Compiling hubpack_derive v0.1.1
14662025-01-29T04:28:08.746Z Compiling ahash v0.8.11
14672025-01-29T04:28:08.897Z Compiling crc32fast v1.4.2
14682025-01-29T04:28:09.072Z Compiling newtype-uuid v1.2.1
14692025-01-29T04:28:09.093Z Compiling winnow v0.5.40
14702025-01-29T04:28:09.233Z Compiling bitflags v1.3.2
14712025-01-29T04:28:09.289Z Compiling unicode-width v0.2.0
14722025-01-29T04:28:09.357Z Compiling managed v0.8.0
14732025-01-29T04:28:09.375Z Compiling debug-ignore v1.0.5
14742025-01-29T04:28:09.412Z Compiling clap_builder v4.5.27
14752025-01-29T04:28:09.531Z Compiling strum_macros v0.25.3
14762025-01-29T04:28:09.785Z Compiling console v0.15.10
14772025-01-29T04:28:11.149Z Compiling hubpack v0.1.2
14782025-01-29T04:28:11.657Z Compiling flate2 v1.0.35
14792025-01-29T04:28:11.856Z Compiling elliptic-curve v0.13.8
14802025-01-29T04:28:12.009Z Compiling zerocopy v0.6.6
14812025-01-29T04:28:12.546Z Compiling toml_edit v0.19.15
14822025-01-29T04:28:12.610Z Compiling hickory-resolver v0.24.2
14832025-01-29T04:28:12.741Z Compiling phf v0.11.2
14842025-01-29T04:28:13.040Z Compiling signal-hook-mio v0.2.4
14852025-01-29T04:28:13.271Z Compiling hyper-tls v0.6.0
14862025-01-29T04:28:13.374Z Compiling rayon v1.10.0
14872025-01-29T04:28:13.521Z Compiling cookie_store v0.21.1
14882025-01-29T04:28:13.684Z Compiling bzip2 v0.4.4
14892025-01-29T04:28:15.033Z Compiling tokio-tungstenite v0.24.0
14902025-01-29T04:28:15.591Z Compiling postgres-types v0.2.8
14912025-01-29T04:28:17.738Z Compiling ed25519 v2.2.3
14922025-01-29T04:28:17.741Z Compiling phf_shared v0.10.0
14932025-01-29T04:28:18.147Z Compiling tokio-stream v0.1.16
14942025-01-29T04:28:18.262Z Compiling pkcs1 v0.7.5
14952025-01-29T04:28:18.572Z Compiling serde-big-array v0.5.1
14962025-01-29T04:28:18.815Z Compiling clap_derive v4.5.24
14972025-01-29T04:28:19.157Z Compiling rfc6979 v0.4.0
14982025-01-29T04:28:19.228Z Compiling derive-where v1.2.7
14992025-01-29T04:28:19.366Z Compiling serde_repr v0.1.19
15002025-01-29T04:28:19.726Z Compiling float-cmp v0.9.0
15012025-01-29T04:28:19.749Z Compiling bstr v1.10.0
15022025-01-29T04:28:19.980Z Compiling sync_wrapper v1.0.1
15032025-01-29T04:28:20.006Z Compiling predicates-core v1.0.8
15042025-01-29T04:28:20.142Z Compiling new_debug_unreachable v1.0.6
15052025-01-29T04:28:20.251Z Compiling static_assertions v1.1.0
15062025-01-29T04:28:20.327Z Compiling unicode-segmentation v1.12.0
15072025-01-29T04:28:20.362Z Compiling bit-vec v0.6.3
15082025-01-29T04:28:20.483Z Compiling fixedbitset v0.4.2
15092025-01-29T04:28:20.795Z Compiling difflib v0.4.0
15102025-01-29T04:28:20.944Z Compiling whoami v1.5.2
15112025-01-29T04:28:21.224Z Compiling number_prefix v0.4.0
15122025-01-29T04:28:21.347Z Compiling precomputed-hash v0.1.1
15132025-01-29T04:28:21.471Z Compiling normalize-line-endings v0.3.0
15142025-01-29T04:28:21.493Z Compiling string_cache v0.8.7
15152025-01-29T04:28:21.526Z Compiling indicatif v0.17.11
15162025-01-29T04:28:21.610Z Compiling predicates v3.1.2
15172025-01-29T04:28:21.930Z Compiling tokio-postgres v0.7.12
15182025-01-29T04:28:22.250Z Compiling similar v2.6.0
15192025-01-29T04:28:22.454Z Compiling petgraph v0.6.5
15202025-01-29T04:28:23.143Z Compiling bit-set v0.5.3
15212025-01-29T04:28:23.454Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15222025-01-29T04:28:23.522Z Compiling clap v4.5.27
15232025-01-29T04:28:23.642Z Compiling ecdsa v0.16.9
15242025-01-29T04:28:23.662Z Compiling rsa v0.9.6
15252025-01-29T04:28:24.481Z Compiling ed25519-dalek v2.1.1
15262025-01-29T04:28:24.501Z Compiling toml v0.7.8
15272025-01-29T04:28:25.865Z Compiling zip v0.6.6
15282025-01-29T04:28:26.010Z Compiling crossterm v0.28.1
15292025-01-29T04:28:27.547Z Compiling hex v0.4.3
15302025-01-29T04:28:27.569Z Compiling x509-cert v0.2.5
15312025-01-29T04:28:27.703Z Compiling itertools v0.10.5
15322025-01-29T04:28:28.141Z Compiling peg-runtime v0.8.3
15332025-01-29T04:28:28.433Z Compiling unicode-xid v0.2.6
15342025-01-29T04:28:28.659Z Compiling lalrpop-util v0.19.12
15352025-01-29T04:28:28.745Z Compiling strum_macros v0.26.4
15362025-01-29T04:28:29.013Z Compiling xattr v1.3.1
15372025-01-29T04:28:29.294Z Compiling filetime v0.2.25
15382025-01-29T04:28:29.627Z Compiling tar v0.4.42
15392025-01-29T04:28:33.452Z Compiling strum v0.26.3
15402025-01-29T04:28:36.688Z Compiling aws-lc-sys v0.22.0
15412025-01-29T04:29:12.242Z Compiling rustls-webpki v0.102.8
15422025-01-29T04:29:15.466Z Compiling tokio-rustls v0.25.0
15432025-01-29T04:29:17.147Z Compiling tokio-rustls v0.26.0
15442025-01-29T04:29:17.431Z Compiling hyper-rustls v0.27.3
15452025-01-29T04:29:17.793Z Compiling reqwest v0.12.9
15462025-01-29T04:29:19.283Z Compiling qorb v0.2.1
15472025-01-29T04:29:22.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15482025-01-29T04:29:22.608Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15492025-01-29T04:29:27.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15502025-01-29T04:29:27.302Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15512025-01-29T04:29:27.354ZJan 29 04:29:26.335 INFO Starting download, target: Clickhouse
15522025-01-29T04:29:27.355ZJan 29 04:29:26.336 INFO Starting download, target: Cockroach
15532025-01-29T04:29:27.355ZJan 29 04:29:26.336 INFO Starting download, target: Console
15542025-01-29T04:29:27.355ZJan 29 04:29:26.336 INFO Starting download, target: DendriteOpenapi
15552025-01-29T04:29:27.355ZJan 29 04:29:26.336 INFO Starting download, target: DendriteStub
15562025-01-29T04:29:27.355ZJan 29 04:29:26.336 INFO Starting download, target: MaghemiteMgd
15572025-01-29T04:29:27.355ZJan 29 04:29:26.336 INFO Starting download, target: TransceiverControl
15582025-01-29T04:29:27.358ZJan 29 04:29:26.337 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15592025-01-29T04:29:27.358ZJan 29 04:29:26.337 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15602025-01-29T04:29:27.358ZJan 29 04:29:26.337 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15612025-01-29T04:29:27.358ZJan 29 04:29:26.337 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15622025-01-29T04:29:27.358ZJan 29 04:29:26.337 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15632025-01-29T04:29:27.358ZJan 29 04:29:26.337 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15642025-01-29T04:29:27.359ZJan 29 04:29:26.337 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15652025-01-29T04:29:27.574ZJan 29 04:29:26.543 INFO Download complete, target: DendriteOpenapi
15662025-01-29T04:29:27.750ZJan 29 04:29:26.716 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15672025-01-29T04:29:27.893ZJan 29 04:29:26.866 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15682025-01-29T04:29:28.186ZJan 29 04:29:27.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15692025-01-29T04:29:28.256ZJan 29 04:29:27.237 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15702025-01-29T04:29:28.260ZJan 29 04:29:27.237 INFO Download complete, target: Console
15712025-01-29T04:29:28.424ZJan 29 04:29:27.405 INFO Download complete, target: TransceiverControl
15722025-01-29T04:29:29.076ZJan 29 04:29:28.057 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15732025-01-29T04:29:29.076ZJan 29 04:29:28.057 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15742025-01-29T04:29:29.219ZJan 29 04:29:28.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15752025-01-29T04:29:31.223ZJan 29 04:29:30.204 INFO Download complete, target: DendriteStub
15762025-01-29T04:29:31.281ZJan 29 04:29:30.261 INFO Download complete, target: MaghemiteMgd
15772025-01-29T04:29:36.537ZJan 29 04:29:35.519 INFO Checking that binary works, target: Cockroach
15782025-01-29T04:29:36.696ZJan 29 04:29:35.678 INFO Download complete, target: Cockroach
15792025-01-29T04:29:41.728ZJan 29 04:29:40.709 INFO Checking that binary works, target: Clickhouse
15802025-01-29T04:29:42.474ZJan 29 04:29:41.455 INFO Download complete, target: Clickhouse
15812025-01-29T04:29:42.484ZAll prerequisites installed successfully
15822025-01-29T04:29:42.486Z
15832025-01-29T04:29:42.487Zreal 7:34.547995586
15842025-01-29T04:29:42.487Zuser 15:59.633242837
15852025-01-29T04:29:42.487Zsys 2:05.085877387
15862025-01-29T04:29:42.487Ztrap 0.610085685
15872025-01-29T04:29:42.487Ztflt 8.859206500
15882025-01-29T04:29:42.487Zdflt 6.739977377
15892025-01-29T04:29:42.487Zkflt 0.487256076
15902025-01-29T04:29:42.487Zlock 25:47.518672724
15912025-01-29T04:29:42.487Zslp 1:02:48.794657324
15922025-01-29T04:29:42.487Zlat 54.694862676
15932025-01-29T04:29:42.487Zstop 2:20.123396988
15942025-01-29T04:29:42.487Z+ ptime -m cargo xtask download softnpu
15952025-01-29T04:29:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15962025-01-29T04:29:43.143Z Running `target/debug/xtask download softnpu`
15972025-01-29T04:29:43.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15982025-01-29T04:29:43.973Z Running `target/debug/xtask-downloader softnpu`
15992025-01-29T04:29:44.059ZJan 29 04:29:42.933 INFO Starting download, target: Softnpu
16002025-01-29T04:29:44.060ZJan 29 04:29:42.933 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16012025-01-29T04:29:45.571ZJan 29 04:29:44.474 INFO Download complete, target: Softnpu
16022025-01-29T04:29:45.639Z
16032025-01-29T04:29:45.639Zreal 3.008216748
16042025-01-29T04:29:45.639Zuser 1.284106832
16052025-01-29T04:29:45.639Zsys 0.549338442
16062025-01-29T04:29:45.639Ztrap 0.001048494
16072025-01-29T04:29:45.639Ztflt 0.000104060
16082025-01-29T04:29:45.640Zdflt 0.000021860
16092025-01-29T04:29:45.640Zkflt 0.000000000
16102025-01-29T04:29:45.640Zlock 16.834260211
16112025-01-29T04:29:45.641Zslp 1.360956838
16122025-01-29T04:29:45.641Zlat 0.076432498
16132025-01-29T04:29:45.641Zstop 0.000193506
16142025-01-29T04:29:45.641Z+ export CARGO_INCREMENTAL=0
16152025-01-29T04:29:45.641Z+ CARGO_INCREMENTAL=0
16162025-01-29T04:29:45.641Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16172025-01-29T04:29:46.470Z Compiling proc-macro2 v1.0.92
16182025-01-29T04:29:46.470Z Compiling unicode-ident v1.0.14
16192025-01-29T04:29:46.470Z Compiling libc v0.2.169
16202025-01-29T04:29:46.480Z Compiling serde v1.0.217
16212025-01-29T04:29:46.480Z Compiling autocfg v1.4.0
16222025-01-29T04:29:46.480Z Compiling version_check v0.9.5
16232025-01-29T04:29:46.480Z Compiling cfg-if v1.0.0
16242025-01-29T04:29:46.768Z Compiling memchr v2.7.4
16252025-01-29T04:29:46.799Z Compiling typenum v1.17.0
16262025-01-29T04:29:46.893Z Compiling shlex v1.3.0
16272025-01-29T04:29:47.350Z Compiling generic-array v0.14.7
16282025-01-29T04:29:47.350Z Compiling value-bag v1.9.0
16292025-01-29T04:29:47.578Z Compiling lock_api v0.4.12
16302025-01-29T04:29:47.682Z Compiling scopeguard v1.2.0
16312025-01-29T04:29:47.759Z Compiling log v0.4.22
16322025-01-29T04:29:47.825Z Compiling parking_lot_core v0.9.10
16332025-01-29T04:29:48.018Z Compiling serde_json v1.0.135
16342025-01-29T04:29:48.213Z Compiling once_cell v1.20.2
16352025-01-29T04:29:48.338Z Compiling quote v1.0.38
16362025-01-29T04:29:48.401Z Compiling jobserver v0.1.32
16372025-01-29T04:29:48.433Z Compiling getrandom v0.2.15
16382025-01-29T04:29:48.596Z Compiling rustix v0.38.37
16392025-01-29T04:29:48.799Z Compiling syn v2.0.96
16402025-01-29T04:29:48.815Z Compiling cc v1.1.30
16412025-01-29T04:29:48.858Z Compiling libm v0.2.8
16422025-01-29T04:29:48.967Z Compiling aho-corasick v1.1.3
16432025-01-29T04:29:49.016Z Compiling num-traits v0.2.19
16442025-01-29T04:29:49.145Z Compiling regex-syntax v0.8.5
16452025-01-29T04:29:49.191Z Compiling thiserror v1.0.69
16462025-01-29T04:29:49.260Z Compiling either v1.13.0
16472025-01-29T04:29:49.292Z Compiling itoa v1.0.11
16482025-01-29T04:29:49.676Z Compiling spin v0.9.8
16492025-01-29T04:29:49.697Z Compiling slab v0.4.9
16502025-01-29T04:29:49.907Z Compiling errno v0.3.9
16512025-01-29T04:29:50.160Z Compiling byteorder v1.5.0
16522025-01-29T04:29:50.245Z Compiling rand_core v0.6.4
16532025-01-29T04:29:50.725Z Compiling glob v0.3.2
16542025-01-29T04:29:50.923Z Compiling prettyplease v0.2.25
16552025-01-29T04:29:51.138Z Compiling lazy_static v1.5.0
16562025-01-29T04:29:51.482Z Compiling minimal-lexical v0.2.1
16572025-01-29T04:29:51.512Z Compiling clang-sys v1.8.1
16582025-01-29T04:29:51.945Z Compiling libloading v0.8.5
16592025-01-29T04:29:51.992Z Compiling nom v7.1.3
16602025-01-29T04:29:52.045Z Compiling bindgen v0.69.5
16612025-01-29T04:29:52.222Z Compiling subtle v2.6.1
16622025-01-29T04:29:52.256Z Compiling smallvec v1.13.2
16632025-01-29T04:29:52.424Z Compiling home v0.5.9
16642025-01-29T04:29:52.656Z Compiling itertools v0.12.1
16652025-01-29T04:29:52.717Z Compiling rustc-hash v1.1.0
16662025-01-29T04:29:52.785Z Compiling lazycell v1.3.0
16672025-01-29T04:29:52.804Z Compiling regex-automata v0.4.8
16682025-01-29T04:29:52.962Z Compiling allocator-api2 v0.2.18
16692025-01-29T04:29:53.183Z Compiling cmake v0.1.51
16702025-01-29T04:29:53.872Z Compiling dunce v1.0.5
16712025-01-29T04:29:54.004Z Compiling fs_extra v1.3.0
16722025-01-29T04:29:54.024Z Compiling semver v1.0.24
16732025-01-29T04:29:54.888Z Compiling pkg-config v0.3.31
16742025-01-29T04:29:54.963Z Compiling ring v0.17.8
16752025-01-29T04:29:55.330Z Compiling cexpr v0.6.0
16762025-01-29T04:29:55.755Z Compiling ryu v1.0.18
16772025-01-29T04:29:55.774Z Compiling pin-project-lite v0.2.14
16782025-01-29T04:29:55.970Z Compiling synstructure v0.13.1
16792025-01-29T04:29:56.058Z Compiling paste v1.0.15
16802025-01-29T04:29:56.602Z Compiling aws-lc-rs v1.10.0
16812025-01-29T04:29:56.881Z Compiling fnv v1.0.7
16822025-01-29T04:29:57.017Z Compiling schemars v0.8.21
16832025-01-29T04:29:57.036Z Compiling httparse v1.9.5
16842025-01-29T04:29:57.085Z Compiling const-oid v0.9.6
16852025-01-29T04:29:57.352Z Compiling serde_derive_internals v0.29.1
16862025-01-29T04:29:57.760Z Compiling foldhash v0.1.3
16872025-01-29T04:29:58.061Z Compiling equivalent v1.0.1
16882025-01-29T04:29:58.192Z Compiling hashbrown v0.15.1
16892025-01-29T04:29:58.465Z Compiling regex v1.11.1
16902025-01-29T04:29:59.036Z Compiling signal-hook-registry v1.4.2
16912025-01-29T04:29:59.099Z Compiling heck v0.5.0
16922025-01-29T04:29:59.327Z Compiling parking_lot v0.12.3
16932025-01-29T04:29:59.412Z Compiling mio v1.0.2
16942025-01-29T04:29:59.525Z Compiling stable_deref_trait v1.2.0
16952025-01-29T04:30:00.310Z Compiling serde_derive v1.0.217
16962025-01-29T04:30:00.473Z Compiling zeroize_derive v1.4.2
16972025-01-29T04:30:01.046Z Compiling zerocopy-derive v0.7.35
16982025-01-29T04:30:01.422Z Compiling thiserror-impl v1.0.69
16992025-01-29T04:30:01.795Z Compiling tokio-macros v2.5.0
17002025-01-29T04:30:01.824Z Compiling zerofrom-derive v0.1.4
17012025-01-29T04:30:01.872Z Compiling zeroize v1.8.1
17022025-01-29T04:30:02.522Z Compiling yoke-derive v0.7.4
17032025-01-29T04:30:02.700Z Compiling zerovec-derive v0.10.3
17042025-01-29T04:30:02.747Z Compiling futures-macro v0.3.31
17052025-01-29T04:30:02.901Z Compiling displaydoc v0.2.5
17062025-01-29T04:30:04.053Z Compiling zerocopy v0.7.35
17072025-01-29T04:30:04.314Z Compiling crypto-common v0.1.6
17082025-01-29T04:30:04.534Z Compiling icu_provider_macros v1.5.0
17092025-01-29T04:30:04.671Z Compiling tracing-attributes v0.1.27
17102025-01-29T04:30:04.893Z Compiling schemars_derive v0.8.21
17112025-01-29T04:30:04.911Z Compiling block-buffer v0.10.4
17122025-01-29T04:30:05.169Z Compiling digest v0.10.7
17132025-01-29T04:30:05.489Z Compiling socket2 v0.5.7
17142025-01-29T04:30:05.545Z Compiling num-conv v0.1.0
17152025-01-29T04:30:05.673Z Compiling crossbeam-utils v0.8.20
17162025-01-29T04:30:05.818Z Compiling time-core v0.1.2
17172025-01-29T04:30:06.014Z Compiling futures-core v0.3.31
17182025-01-29T04:30:06.234Z Compiling time-macros v0.2.18
17192025-01-29T04:30:06.611Z Compiling der_derive v0.7.3
17202025-01-29T04:30:07.009Z Compiling vcpkg v0.2.15
17212025-01-29T04:30:08.434Z Compiling openssl-sys v0.9.103
17222025-01-29T04:30:08.907Z Compiling syn v1.0.109
17232025-01-29T04:30:09.475Z Compiling cpufeatures v0.2.14
17242025-01-29T04:30:09.493Z Compiling futures-sink v0.3.31
17252025-01-29T04:30:09.675Z Compiling slog v2.7.0
17262025-01-29T04:30:09.910Z Compiling ahash v0.8.11
17272025-01-29T04:30:10.131Z Compiling zerofrom v0.1.4
17282025-01-29T04:30:10.505Z Compiling iana-time-zone v0.1.61
17292025-01-29T04:30:10.508Z Compiling yoke v0.7.4
17302025-01-29T04:30:10.814Z Compiling futures-channel v0.3.31
17312025-01-29T04:30:10.939Z Compiling scroll_derive v0.12.0
17322025-01-29T04:30:11.148Z Compiling futures-task v0.3.31
17332025-01-29T04:30:11.243Z Compiling pin-utils v0.1.0
17342025-01-29T04:30:11.299Z Compiling ucd-trie v0.1.7
17352025-01-29T04:30:11.354Z Compiling futures-io v0.3.31
17362025-01-29T04:30:11.429Z Compiling openssl v0.10.66
17372025-01-29T04:30:11.713Z Compiling futures-util v0.3.31
17382025-01-29T04:30:11.757Z Compiling pest v2.7.14
17392025-01-29T04:30:11.842Z Compiling zerovec v0.10.4
17402025-01-29T04:30:12.677Z Compiling bitflags v2.6.0
17412025-01-29T04:30:12.944Z Compiling bytes v1.9.0
17422025-01-29T04:30:14.948Z Compiling indexmap v2.7.1
17432025-01-29T04:30:15.087Z Compiling tokio v1.43.0
17442025-01-29T04:30:16.296Z Compiling serde_tokenstream v0.2.2
17452025-01-29T04:30:16.548Z Compiling uuid v1.12.0
17462025-01-29T04:30:16.858Z Compiling http v1.2.0
17472025-01-29T04:30:17.898Z Compiling which v4.4.2
17482025-01-29T04:30:17.967Z Compiling chrono v0.4.39
17492025-01-29T04:30:18.123Z Compiling rustc_version v0.4.1
17502025-01-29T04:30:19.851Z Compiling hmac v0.12.1
17512025-01-29T04:30:20.993Z Compiling pest_meta v2.7.14
17522025-01-29T04:30:24.088Z Compiling block-padding v0.3.3
17532025-01-29T04:30:24.342Z Compiling openssl-macros v0.1.1
17542025-01-29T04:30:24.822Z Compiling rustls v0.23.19
17552025-01-29T04:30:25.099Z Compiling native-tls v0.2.12
17562025-01-29T04:30:25.156Z Compiling inout v0.1.3
17572025-01-29T04:30:25.384Z Compiling pest_generator v2.7.14
17582025-01-29T04:30:25.440Z Compiling tinystr v0.7.6
17592025-01-29T04:30:25.878Z Compiling serde_spanned v0.6.8
17602025-01-29T04:30:25.903Z Compiling toml_datetime v0.6.8
17612025-01-29T04:30:26.173Z Compiling tracing-core v0.1.32
17622025-01-29T04:30:26.261Z Compiling litemap v0.7.3
17632025-01-29T04:30:26.336Z Compiling writeable v0.5.5
17642025-01-29T04:30:26.699Z Compiling strsim v0.11.1
17652025-01-29T04:30:26.849Z Compiling dyn-clone v1.0.17
17662025-01-29T04:30:27.139Z Compiling pest_derive v2.7.14
17672025-01-29T04:30:27.355Z Compiling icu_locid v1.5.0
17682025-01-29T04:30:27.844Z Compiling tracing v0.1.40
17692025-01-29T04:30:28.396Z Compiling cipher v0.4.4
17702025-01-29T04:30:28.720Z Compiling sha2 v0.10.8
17712025-01-29T04:30:29.043Z Compiling cookie v0.18.1
17722025-01-29T04:30:29.372Z Compiling usdt-impl v0.5.0
17732025-01-29T04:30:29.586Z Compiling base64ct v1.6.0
17742025-01-29T04:30:29.790Z Compiling icu_provider v1.5.0
17752025-01-29T04:30:30.179Z Compiling pem-rfc7468 v0.7.0
17762025-01-29T04:30:30.688Z Compiling aws-lc-sys v0.22.0
17772025-01-29T04:30:30.807Z Compiling scroll v0.12.0
17782025-01-29T04:30:31.454Z Compiling ppv-lite86 v0.2.20
17792025-01-29T04:30:32.282Z Compiling async-trait v0.1.85
17802025-01-29T04:30:33.293Z Compiling icu_locid_transform_data v1.5.0
17812025-01-29T04:30:33.314Z Compiling percent-encoding v2.3.1
17822025-01-29T04:30:34.496Z Compiling camino v1.1.9
17832025-01-29T04:30:34.604Z Compiling anyhow v1.0.95
17842025-01-29T04:30:35.024Z Compiling flagset v0.4.6
17852025-01-29T04:30:35.153Z Compiling plain v0.2.3
17862025-01-29T04:30:35.235Z Compiling rustls-pki-types v1.10.0
17872025-01-29T04:30:35.438Z Compiling icu_locid_transform v1.5.0
17882025-01-29T04:30:36.932Z Compiling goblin v0.8.2
17892025-01-29T04:30:37.443Z Compiling der v0.7.9
17902025-01-29T04:30:40.518Z Compiling rand_chacha v0.3.1
17912025-01-29T04:30:41.243Z Compiling tokio-util v0.7.12
17922025-01-29T04:30:41.378Z Compiling icu_collections v1.5.0
17932025-01-29T04:30:42.393Z Compiling mirai-annotations v1.12.0
17942025-01-29T04:30:42.594Z Compiling rayon-core v1.12.1
17952025-01-29T04:30:42.648Z Compiling powerfmt v0.2.0
17962025-01-29T04:30:42.908Z Compiling icu_properties_data v1.5.0
17972025-01-29T04:30:43.176Z Compiling rustls v0.22.4
17982025-01-29T04:30:43.197Z Compiling untrusted v0.9.0
17992025-01-29T04:30:43.466Z Compiling pretty-hex v0.4.1
18002025-01-29T04:30:43.662Z Compiling untrusted v0.7.1
18012025-01-29T04:30:43.687Z Compiling dof v0.3.0
18022025-01-29T04:30:43.706Z Compiling icu_properties v1.5.1
18032025-01-29T04:30:44.025Z Compiling deranged v0.3.11
18042025-01-29T04:30:45.576Z Compiling rand v0.8.5
18052025-01-29T04:30:45.706Z Compiling spki v0.7.3
18062025-01-29T04:30:46.113Z Compiling salsa20 v0.10.2
18072025-01-29T04:30:46.117Z Compiling dtrace-parser v0.2.0
18082025-01-29T04:30:47.110Z Compiling pbkdf2 v0.12.2
18092025-01-29T04:30:47.765Z Compiling thread-id v4.2.2
18102025-01-29T04:30:47.899Z Compiling litrs v0.4.1
18112025-01-29T04:30:48.126Z Compiling icu_normalizer_data v1.5.0
18122025-01-29T04:30:48.140Z Compiling utf8_iter v1.0.4
18132025-01-29T04:30:48.246Z Compiling winnow v0.5.40
18142025-01-29T04:30:48.402Z Compiling atomic-waker v1.1.2
18152025-01-29T04:30:48.455Z Compiling utf16_iter v1.0.5
18162025-01-29T04:30:48.757Z Compiling write16 v1.0.0
18172025-01-29T04:30:49.376Z Compiling num_threads v0.1.7
18182025-01-29T04:30:49.534Z Compiling icu_normalizer v1.5.0
18192025-01-29T04:30:49.624Z Compiling time v0.3.36
18202025-01-29T04:30:51.498Z Compiling toml_edit v0.19.15
18212025-01-29T04:30:51.598Z Compiling document-features v0.2.10
18222025-01-29T04:30:53.464Z Compiling scrypt v0.11.0
18232025-01-29T04:30:53.804Z Compiling form_urlencoded v1.2.1
18242025-01-29T04:30:53.954Z Compiling cbc v0.1.2
18252025-01-29T04:30:54.010Z Compiling aes v0.8.4
18262025-01-29T04:30:54.185Z Compiling http-body v1.0.1
18272025-01-29T04:30:54.462Z Compiling multer v3.1.0
18282025-01-29T04:30:54.778Z Compiling slog-async v2.8.0
18292025-01-29T04:30:55.190Z Compiling rustversion v1.0.17
18302025-01-29T04:30:55.244Z Compiling tinyvec_macros v0.1.1
18312025-01-29T04:30:55.699Z Compiling try-lock v0.2.5
18322025-01-29T04:30:55.863Z Compiling want v0.3.1
18332025-01-29T04:30:56.184Z Compiling tinyvec v1.8.0
18342025-01-29T04:30:56.452Z Compiling pkcs5 v0.7.1
18352025-01-29T04:30:57.704Z Compiling idna_adapter v1.2.0
18362025-01-29T04:30:57.938Z Compiling h2 v0.4.6
18372025-01-29T04:30:57.999Z Compiling heapless v0.7.17
18382025-01-29T04:30:58.588Z Compiling bzip2-sys v0.1.11+1.0.8
18392025-01-29T04:30:59.243Z Compiling httpdate v1.0.3
18402025-01-29T04:30:59.386Z Compiling signal-hook v0.3.17
18412025-01-29T04:31:00.274Z Compiling idna v1.0.3
18422025-01-29T04:31:01.635Z Compiling pkcs8 v0.10.2
18432025-01-29T04:31:02.279Z Compiling usdt-attr-macro v0.5.0
18442025-01-29T04:31:02.937Z Compiling usdt-macro v0.5.0
18452025-01-29T04:31:03.808Z Compiling async-stream-impl v0.3.6
18462025-01-29T04:31:04.235Z Compiling tower-service v0.3.3
18472025-01-29T04:31:04.646Z Compiling base64 v0.22.1
18482025-01-29T04:31:05.092Z Compiling adler2 v2.0.0
18492025-01-29T04:31:05.311Z Compiling miniz_oxide v0.8.0
18502025-01-29T04:31:06.480Z Compiling hyper v1.5.2
18512025-01-29T04:31:08.814Z Compiling curve25519-dalek v4.1.3
18522025-01-29T04:31:09.264Z Compiling openapiv3 v2.0.0
18532025-01-29T04:31:11.406Z Compiling hyper-util v0.1.10
18542025-01-29T04:31:12.538Z Compiling enum-as-inner v0.6.1
18552025-01-29T04:31:13.164Z Compiling dropshot v0.12.0
18562025-01-29T04:31:13.292Z Compiling portable-atomic v1.9.0
18572025-01-29T04:31:13.531Z Compiling newtype-uuid v1.2.1
18582025-01-29T04:31:13.616Z Compiling num-bigint-dig v0.8.4
18592025-01-29T04:31:13.916Z Compiling match_cfg v0.1.0
18602025-01-29T04:31:14.027Z Compiling smoltcp v0.9.1
18612025-01-29T04:31:14.055Z Compiling foreign-types-shared v0.1.1
18622025-01-29T04:31:14.262Z Compiling foreign-types v0.3.2
18632025-01-29T04:31:14.493Z Compiling hostname v0.3.1
18642025-01-29T04:31:17.325Z Compiling url v2.5.3
18652025-01-29T04:31:18.996Z Compiling http-body-util v0.1.2
18662025-01-29T04:31:19.474Z Compiling dirs-sys-next v0.1.2
18672025-01-29T04:31:19.575Z Compiling encoding_rs v0.8.34
18682025-01-29T04:31:19.597Z Compiling gimli v0.31.1
18692025-01-29T04:31:19.923Z Compiling ident_case v1.0.1
18702025-01-29T04:31:20.155Z Compiling mime v0.3.17
18712025-01-29T04:31:21.253Z Compiling data-encoding v2.6.0
18722025-01-29T04:31:22.587Z Compiling siphasher v0.3.11
18732025-01-29T04:31:22.729Z Compiling heck v0.4.1
18742025-01-29T04:31:22.977Z Compiling darling_core v0.20.10
18752025-01-29T04:31:23.118Z Compiling dirs-next v2.0.0
18762025-01-29T04:31:26.368Z Compiling addr2line v0.24.2
18772025-01-29T04:31:28.785Z Compiling unicode-normalization v0.1.24
18782025-01-29T04:31:29.888Z Compiling serde_urlencoded v0.7.1
18792025-01-29T04:31:30.340Z Compiling crossbeam-epoch v0.9.18
18802025-01-29T04:31:30.502Z Compiling rustls-pemfile v2.2.0
18812025-01-29T04:31:30.751Z Compiling hubpack_derive v0.1.1
18822025-01-29T04:31:31.017Z Compiling dropshot_endpoint v0.12.0
18832025-01-29T04:31:31.137Z Compiling sha1 v0.10.6
18842025-01-29T04:31:31.226Z Compiling signature v2.2.0
18852025-01-29T04:31:31.472Z Compiling zerocopy-derive v0.6.6
18862025-01-29T04:31:31.539Z Compiling curve25519-dalek-derive v0.1.1
18872025-01-29T04:31:31.729Z Compiling object v0.36.5
18882025-01-29T04:31:33.239Z Compiling thread_local v1.1.8
18892025-01-29T04:31:33.696Z Compiling fs-err v2.11.0
18902025-01-29T04:31:34.741Z Compiling openssl-probe v0.1.5
18912025-01-29T04:31:35.555Z Compiling ipnet v2.10.1
18922025-01-29T04:31:37.539Z Compiling utf8parse v0.2.2
18932025-01-29T04:31:37.728Z Compiling unicode-properties v0.1.3
18942025-01-29T04:31:38.159Z Compiling rustc-demangle v0.1.24
18952025-01-29T04:31:38.624Z Compiling anstyle v1.0.10
18962025-01-29T04:31:39.185Z Compiling winnow v0.6.20
18972025-01-29T04:31:39.739Z Compiling unicode-bidi v0.3.17
18982025-01-29T04:31:41.507Z Compiling stringprep v0.1.5
18992025-01-29T04:31:42.438Z Compiling toml_edit v0.22.22
19002025-01-29T04:31:44.394Z Compiling rustls-webpki v0.102.8
19012025-01-29T04:31:46.802Z Compiling backtrace v0.3.74
19022025-01-29T04:31:49.231Z Compiling anstyle-parse v0.2.5
19032025-01-29T04:31:53.279Z Compiling crossbeam-deque v0.8.5
19042025-01-29T04:31:54.081Z Compiling darling_macro v0.20.10
19052025-01-29T04:31:54.982Z Compiling term v0.7.0
19062025-01-29T04:31:56.169Z Compiling slog-json v2.6.1
19072025-01-29T04:31:57.596Z Compiling crossbeam-channel v0.5.13
19082025-01-29T04:31:57.765Z Compiling hashbrown v0.14.5
19092025-01-29T04:31:58.136Z Compiling futures-executor v0.3.31
19102025-01-29T04:31:58.436Z Compiling num-integer v0.1.46
19112025-01-29T04:31:58.516Z Compiling md-5 v0.10.6
19122025-01-29T04:31:58.588Z Compiling ff v0.13.0
19132025-01-29T04:31:58.777Z Compiling hash32 v0.2.1
19142025-01-29T04:31:58.833Z Compiling memmap v0.7.0
19152025-01-29T04:31:58.868Z Compiling is-terminal v0.4.13
19162025-01-29T04:31:59.019Z Compiling psl-types v2.0.11
19172025-01-29T04:31:59.087Z Compiling utf-8 v0.7.6
19182025-01-29T04:31:59.128Z Compiling quick-error v1.2.3
19192025-01-29T04:31:59.146Z Compiling is_terminal_polyfill v1.70.1
19202025-01-29T04:31:59.279Z Compiling base16ct v0.2.0
19212025-01-29T04:31:59.402Z Compiling take_mut v0.2.2
19222025-01-29T04:31:59.612Z Compiling linked-hash-map v0.5.6
19232025-01-29T04:31:59.632Z Compiling anstyle-query v1.1.1
19242025-01-29T04:31:59.641Z Compiling fallible-iterator v0.2.0
19252025-01-29T04:31:59.761Z Compiling colorchoice v1.0.2
19262025-01-29T04:31:59.858Z Compiling lru-cache v0.1.2
19272025-01-29T04:31:59.936Z Compiling anstream v0.6.15
19282025-01-29T04:32:00.286Z Compiling postgres-protocol v0.6.7
19292025-01-29T04:32:00.493Z Compiling sec1 v0.7.3
19302025-01-29T04:32:00.524Z Compiling publicsuffix v2.3.0
19312025-01-29T04:32:00.862Z Compiling tungstenite v0.24.0
19322025-01-29T04:32:01.008Z Compiling resolv-conf v0.7.0
19332025-01-29T04:32:01.455Z Compiling usdt v0.5.0
19342025-01-29T04:32:01.655Z Compiling slog-term v2.9.1
19352025-01-29T04:32:01.922Z Compiling num-iter v0.1.45
19362025-01-29T04:32:02.134Z Compiling regress v0.10.1
19372025-01-29T04:32:02.460Z Compiling group v0.13.0
19382025-01-29T04:32:02.704Z Compiling futures v0.3.31
19392025-01-29T04:32:05.467Z Compiling slog-bunyan v2.5.0
19402025-01-29T04:32:05.688Z Compiling darling v0.20.10
19412025-01-29T04:32:06.073Z Compiling tokio-rustls v0.26.0
19422025-01-29T04:32:06.205Z Compiling tokio-native-tls v0.3.1
19432025-01-29T04:32:06.526Z Compiling tokio-rustls v0.25.0
19442025-01-29T04:32:06.833Z Compiling toml v0.8.19
19452025-01-29T04:32:06.879Z Compiling hickory-proto v0.24.2
19462025-01-29T04:32:06.941Z Compiling strum_macros v0.25.3
19472025-01-29T04:32:08.243Z Compiling phf_shared v0.11.2
19482025-01-29T04:32:08.408Z Compiling async-stream v0.3.6
19492025-01-29T04:32:08.464Z Compiling waitgroup v0.1.2
19502025-01-29T04:32:08.595Z Compiling webpki-roots v0.26.6
19512025-01-29T04:32:08.886Z Compiling hkdf v0.12.4
19522025-01-29T04:32:08.905Z Compiling terminal_size v0.4.0
19532025-01-29T04:32:09.086Z Compiling serde_path_to_error v0.1.16
19542025-01-29T04:32:09.140Z Compiling crypto-bigint v0.5.5
19552025-01-29T04:32:09.747Z Compiling clap_derive v4.5.24
19562025-01-29T04:32:09.839Z Compiling derive-where v1.2.7
19572025-01-29T04:32:10.364Z Compiling serde_repr v0.1.19
19582025-01-29T04:32:11.430Z Compiling hostname v0.4.0
19592025-01-29T04:32:11.652Z Compiling crc32fast v1.4.2
19602025-01-29T04:32:11.992Z Compiling managed v0.8.0
19612025-01-29T04:32:12.087Z Compiling debug-ignore v1.0.5
19622025-01-29T04:32:12.480Z Compiling bitflags v1.3.2
19632025-01-29T04:32:12.690Z Compiling unicode-width v0.2.0
19642025-01-29T04:32:12.845Z Compiling clap_lex v0.7.4
19652025-01-29T04:32:13.276Z Compiling console v0.15.10
19662025-01-29T04:32:13.569Z Compiling clap_builder v4.5.27
19672025-01-29T04:32:15.212Z Compiling hickory-resolver v0.24.2
19682025-01-29T04:32:16.997Z Compiling elliptic-curve v0.13.8
19692025-01-29T04:32:17.654Z Compiling flate2 v1.0.35
19702025-01-29T04:32:19.153Z Compiling hyper-rustls v0.27.3
19712025-01-29T04:32:19.740Z Compiling phf v0.11.2
19722025-01-29T04:32:20.381Z Compiling hyper-tls v0.6.0
19732025-01-29T04:32:21.271Z Compiling typify-impl v0.2.0
19742025-01-29T04:32:21.300Z Compiling signal-hook-mio v0.2.4
19752025-01-29T04:32:21.490Z Compiling rayon v1.10.0
19762025-01-29T04:32:22.965Z Compiling bzip2 v0.4.4
19772025-01-29T04:32:23.795Z Compiling cookie_store v0.21.1
19782025-01-29T04:32:25.870Z Compiling tokio-tungstenite v0.24.0
19792025-01-29T04:32:26.338Z Compiling postgres-types v0.2.8
19802025-01-29T04:32:26.599Z Compiling zerocopy v0.6.6
19812025-01-29T04:32:26.938Z Compiling hubpack v0.1.2
19822025-01-29T04:32:27.364Z Compiling ed25519 v2.2.3
19832025-01-29T04:32:27.382Z Compiling phf_shared v0.10.0
19842025-01-29T04:32:27.602Z Compiling pkcs1 v0.7.5
19852025-01-29T04:32:27.746Z Compiling tokio-stream v0.1.16
19862025-01-29T04:32:27.815Z Compiling ipnetwork v0.20.0
19872025-01-29T04:32:28.448Z Compiling rfc6979 v0.4.0
19882025-01-29T04:32:28.657Z Compiling serde-big-array v0.5.1
19892025-01-29T04:32:28.683Z Compiling float-cmp v0.9.0
19902025-01-29T04:32:28.744Z Compiling sync_wrapper v1.0.1
19912025-01-29T04:32:28.925Z Compiling bstr v1.10.0
19922025-01-29T04:32:29.079Z Compiling difflib v0.4.0
19932025-01-29T04:32:30.247Z Compiling bit-vec v0.6.3
19942025-01-29T04:32:30.266Z Compiling static_assertions v1.1.0
19952025-01-29T04:32:30.384Z Compiling unicode-segmentation v1.12.0
19962025-01-29T04:32:30.433Z Compiling normalize-line-endings v0.3.0
19972025-01-29T04:32:30.589Z Compiling whoami v1.5.2
19982025-01-29T04:32:30.645Z Compiling new_debug_unreachable v1.0.6
19992025-01-29T04:32:30.760Z Compiling predicates-core v1.0.8
20002025-01-29T04:32:31.143Z Compiling precomputed-hash v0.1.1
20012025-01-29T04:32:31.292Z Compiling number_prefix v0.4.0
20022025-01-29T04:32:31.311Z Compiling fixedbitset v0.4.2
20032025-01-29T04:32:31.603Z Compiling petgraph v0.6.5
20042025-01-29T04:32:31.711Z Compiling indicatif v0.17.11
20052025-01-29T04:32:31.714Z Compiling string_cache v0.8.7
20062025-01-29T04:32:31.849Z Compiling typify-macro v0.2.0
20072025-01-29T04:32:32.125Z Compiling reqwest v0.12.9
20082025-01-29T04:32:32.878Z Compiling similar v2.6.0
20092025-01-29T04:32:33.514Z Compiling predicates v3.1.2
20102025-01-29T04:32:33.806Z Compiling tokio-postgres v0.7.12
20112025-01-29T04:32:34.711Z Compiling bit-set v0.5.3
20122025-01-29T04:32:34.879Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20132025-01-29T04:32:35.488Z Compiling ecdsa v0.16.9
20142025-01-29T04:32:36.391Z Compiling qorb v0.2.1
20152025-01-29T04:32:38.907Z Compiling rsa v0.9.6
20162025-01-29T04:32:39.507Z Compiling ed25519-dalek v2.1.1
20172025-01-29T04:32:40.424Z Compiling zip v0.6.6
20182025-01-29T04:32:41.014Z Compiling crossterm v0.28.1
20192025-01-29T04:32:41.047Z Compiling clap v4.5.27
20202025-01-29T04:32:41.704Z Compiling toml v0.7.8
20212025-01-29T04:32:42.664Z Compiling x509-cert v0.2.5
20222025-01-29T04:32:44.080Z Compiling hex v0.4.3
20232025-01-29T04:32:44.612Z Compiling itertools v0.10.5
20242025-01-29T04:32:45.057Z Compiling lalrpop-util v0.19.12
20252025-01-29T04:32:45.142Z Compiling peg-runtime v0.8.3
20262025-01-29T04:32:45.265Z Compiling zerocopy v0.8.10
20272025-01-29T04:32:45.423Z Compiling unicode-xid v0.2.6
20282025-01-29T04:32:47.210Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20292025-01-29T04:32:51.976Z Compiling proc-macro-crate v1.3.1
20302025-01-29T04:32:52.751Z Compiling macaddr v1.0.1
20312025-01-29T04:32:53.067Z Compiling zerocopy-derive v0.8.10
20322025-01-29T04:32:53.203Z Compiling itertools v0.13.0
20332025-01-29T04:32:54.014Z Compiling heapless v0.8.0
20342025-01-29T04:32:56.251Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20352025-01-29T04:33:01.136Z Compiling num_enum_derive v0.5.11
20362025-01-29T04:33:08.987Z Compiling hash32 v0.3.1
20372025-01-29T04:33:09.756Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382025-01-29T04:33:10.471Z Compiling smoltcp v0.11.0
20392025-01-29T04:33:15.672Z Compiling num_enum v0.5.11
20402025-01-29T04:33:15.859Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20412025-01-29T04:33:16.437Z Compiling typify v0.2.0
20422025-01-29T04:33:16.588Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20432025-01-29T04:33:17.307Z Compiling proc-macro-error-attr v1.0.4
20442025-01-29T04:33:17.629Z Compiling thiserror v2.0.11
20452025-01-29T04:33:17.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20462025-01-29T04:33:17.807Z Compiling cobs v0.2.3
20472025-01-29T04:33:17.995Z Compiling unsafe-libyaml v0.2.11
20482025-01-29T04:33:19.772Z Compiling serde_yaml v0.9.34+deprecated
20492025-01-29T04:33:21.774Z Compiling postcard v1.0.10
20502025-01-29T04:33:35.733Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20512025-01-29T04:33:36.161Z Compiling progenitor-impl v0.8.0
20522025-01-29T04:33:45.866Z Compiling strum_macros v0.26.4
20532025-01-29T04:33:47.348Z Compiling structmeta-derive v0.3.0
20542025-01-29T04:33:47.547Z Compiling foreign-types-macros v0.2.3
20552025-01-29T04:33:47.929Z Compiling thiserror-impl v2.0.11
20562025-01-29T04:33:47.951Z Compiling proc-macro-error v1.0.4
20572025-01-29T04:33:48.123Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20582025-01-29T04:33:48.624Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20592025-01-29T04:33:49.024Z Compiling foreign-types-shared v0.3.1
20602025-01-29T04:33:50.080Z Compiling unicode-width v0.1.14
20612025-01-29T04:33:50.720Z Compiling tabwriter v1.4.0
20622025-01-29T04:33:50.966Z Compiling strum v0.26.3
20632025-01-29T04:33:50.969Z Compiling structmeta v0.3.0
20642025-01-29T04:33:54.642Z Compiling foreign-types v0.5.0
20652025-01-29T04:33:55.112Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20662025-01-29T04:33:59.294Z Compiling progenitor-macro v0.8.0
20672025-01-29T04:34:03.964Z Compiling progenitor-client v0.8.0
20682025-01-29T04:34:06.228Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20692025-01-29T04:34:07.068Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20702025-01-29T04:34:07.744Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20712025-01-29T04:34:08.269Z Compiling cstr-argument v0.1.2
20722025-01-29T04:34:08.562Z Compiling dropshot v0.15.1
20732025-01-29T04:34:08.590Z Compiling pretty-hex v0.2.1
20742025-01-29T04:34:08.831Z Compiling crucible-workspace-hack v0.1.0
20752025-01-29T04:34:09.128Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20762025-01-29T04:34:09.451Z Compiling fastrand v2.1.1
20772025-01-29T04:34:10.179Z Compiling tempfile v3.13.0
20782025-01-29T04:34:10.443Z Compiling progenitor v0.8.0
20792025-01-29T04:34:10.637Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20802025-01-29T04:34:10.712Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812025-01-29T04:34:11.015Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20822025-01-29T04:34:11.098Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832025-01-29T04:34:11.597Z Compiling parse-display-derive v0.10.0
20842025-01-29T04:34:11.792Z Compiling colored v2.1.0
20852025-01-29T04:34:12.009Z Compiling serde_with_macros v3.11.0
20862025-01-29T04:34:12.751Z Compiling dropshot_endpoint v0.15.1
20872025-01-29T04:34:13.047Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882025-01-29T04:34:14.022Z Compiling instant v0.1.13
20892025-01-29T04:34:14.030Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20902025-01-29T04:34:14.410Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20912025-01-29T04:34:14.437Z Compiling serde_with v3.11.0
20922025-01-29T04:34:15.164Z Compiling parse-display v0.10.0
20932025-01-29T04:34:15.945Z Compiling backoff v0.4.0
20942025-01-29T04:34:16.315Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20952025-01-29T04:34:17.089Z Compiling zone_cfg_derive v0.3.0
20962025-01-29T04:34:17.375Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20972025-01-29T04:34:18.087Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20982025-01-29T04:34:18.394Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20992025-01-29T04:34:18.707Z Compiling camino-tempfile v1.1.1
21002025-01-29T04:34:18.798Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
21012025-01-29T04:34:19.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21022025-01-29T04:34:19.336Z Compiling regress v0.9.1
21032025-01-29T04:34:19.490Z Compiling progenitor-client v0.9.1
21042025-01-29T04:34:19.518Z Compiling num-derive v0.4.2
21052025-01-29T04:34:20.473Z Compiling sigpipe v0.1.3
21062025-01-29T04:34:20.633Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21072025-01-29T04:34:20.986Z Compiling libefi-sys v0.1.0
21082025-01-29T04:34:21.385Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21092025-01-29T04:34:21.733Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
21102025-01-29T04:34:23.298Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
21112025-01-29T04:34:23.888Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21122025-01-29T04:34:24.664Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21132025-01-29T04:34:26.239Z Compiling zone v0.3.0
21142025-01-29T04:34:28.092Z Compiling smf v0.2.3
21152025-01-29T04:34:29.670Z Compiling bitfield-struct v0.6.2
21162025-01-29T04:34:30.729Z Compiling blake3 v1.5.4
21172025-01-29T04:34:31.084Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21182025-01-29T04:34:31.650Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192025-01-29T04:34:31.988Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21202025-01-29T04:34:32.070Z Compiling xattr v1.3.1
21212025-01-29T04:34:32.107Z Compiling filetime v0.2.25
21222025-01-29T04:34:32.415Z Compiling memmap2 v0.9.5
21232025-01-29T04:34:32.434Z Compiling constant_time_eq v0.3.1
21242025-01-29T04:34:32.481Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21252025-01-29T04:34:32.626Z Compiling same-file v1.0.6
21262025-01-29T04:34:32.646Z Compiling arrayref v0.3.9
21272025-01-29T04:34:32.770Z Compiling arrayvec v0.7.6
21282025-01-29T04:34:32.935Z Compiling walkdir v2.5.0
21292025-01-29T04:34:33.025Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21302025-01-29T04:34:33.081Z Compiling tar v0.4.42
21312025-01-29T04:34:34.617Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21322025-01-29T04:34:35.079Z Compiling gethostname v0.5.0
21332025-01-29T04:34:35.303Z Compiling cargo-platform v0.1.8
21342025-01-29T04:34:35.702Z Compiling topological-sort v0.2.2
21352025-01-29T04:34:35.960Z Compiling cargo_metadata v0.18.1
21362025-01-29T04:34:36.027Z Compiling omicron-zone-package v0.12.0
21372025-01-29T04:34:36.403Z Compiling indent_write v2.2.0
21382025-01-29T04:34:36.669Z Compiling shell-words v1.1.0
21392025-01-29T04:34:41.334Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21402025-01-29T04:34:43.703Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21412025-01-29T04:34:45.407Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21422025-01-29T04:35:05.298Z Finished `release` profile [optimized] target(s) in 5m 19s
21432025-01-29T04:35:05.461Z Running `target/release/omicron-package -t test target create -p dev`
21442025-01-29T04:35:05.508ZLogging to: /work/oxidecomputer/omicron/out/LOG
21452025-01-29T04:35:05.511ZCreated new build target 'test' and set it as active
21462025-01-29T04:35:05.511Z
21472025-01-29T04:35:05.511Zreal 5:20.008024808
21482025-01-29T04:35:05.511Zuser 37:26.355285950
21492025-01-29T04:35:05.511Zsys 3:25.916872663
21502025-01-29T04:35:05.511Ztrap 1.240248004
21512025-01-29T04:35:05.511Ztflt 2.781945946
21522025-01-29T04:35:05.511Zdflt 0.639567007
21532025-01-29T04:35:05.511Zkflt 0.000241874
21542025-01-29T04:35:05.511Zlock 1:14:59.176079127
21552025-01-29T04:35:05.512Zslp 2:30:36.948820818
21562025-01-29T04:35:05.512Zlat 2:49.592856762
21572025-01-29T04:35:05.512Zstop 4:44.179121237
21582025-01-29T04:35:05.514Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21592025-01-29T04:35:06.506Z Finished `release` profile [optimized] target(s) in 0.94s
21602025-01-29T04:35:06.570Z Running `target/release/omicron-package -t test package`
21612025-01-29T04:35:06.616ZLogging to: /work/oxidecomputer/omicron/out/LOG
21622025-01-29T04:35:07.758Z Compiling thiserror v2.0.11
21632025-01-29T04:35:07.893Z Compiling typify-impl v0.3.0
21642025-01-29T04:35:07.896Z Compiling convert_case v0.4.0
21652025-01-29T04:35:07.896Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21662025-01-29T04:35:07.896Z Compiling newline-converter v0.3.0
21672025-01-29T04:35:07.910Z Compiling password-hash v0.5.0
21682025-01-29T04:35:07.910Z Compiling blake2 v0.10.6
21692025-01-29T04:35:07.912Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21702025-01-29T04:35:08.207Z Compiling expectorate v1.1.0
21712025-01-29T04:35:08.229Z Compiling base64 v0.21.7
21722025-01-29T04:35:08.475Z Compiling argon2 v0.5.3
21732025-01-29T04:35:08.720Z Compiling derive_more v0.99.18
21742025-01-29T04:35:09.147Z Compiling atomicwrites v0.4.4
21752025-01-29T04:35:09.177Z Compiling cancel-safe-futures v0.1.5
21762025-01-29T04:35:09.289Z Compiling owo-colors v4.1.0
21772025-01-29T04:35:09.566Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21782025-01-29T04:35:09.637Z Compiling num-rational v0.4.2
21792025-01-29T04:35:09.694Z Compiling progenitor-client v0.9.1
21802025-01-29T04:35:10.045Z Compiling num-complex v0.4.6
21812025-01-29T04:35:10.825Z Compiling libsw v3.3.1
21822025-01-29T04:35:10.921Z Compiling swrite v0.1.0
21832025-01-29T04:35:11.095Z Compiling num v0.4.3
21842025-01-29T04:35:11.181Z Compiling float-ord v0.3.2
21852025-01-29T04:35:11.223Z Compiling linear-map v1.2.0
21862025-01-29T04:35:11.247Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21872025-01-29T04:35:11.380Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21882025-01-29T04:35:11.664Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21892025-01-29T04:35:12.086Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21902025-01-29T04:35:12.562Z Compiling highway v1.2.0
21912025-01-29T04:35:14.060Z Compiling semver v0.1.20
21922025-01-29T04:35:14.617Z Compiling rustc_version v0.1.7
21932025-01-29T04:35:14.714Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21942025-01-29T04:35:15.045Z Compiling newtype_derive v0.1.6
21952025-01-29T04:35:15.390Z Compiling tungstenite v0.21.0
21962025-01-29T04:35:18.903Z Compiling typify-macro v0.3.0
21972025-01-29T04:35:19.080Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21982025-01-29T04:35:20.122Z Compiling ipnetwork v0.20.0
21992025-01-29T04:35:20.554Z Compiling tokio-tungstenite v0.21.0
22002025-01-29T04:35:20.885Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22012025-01-29T04:35:21.052Z Compiling progenitor-client v0.8.0
22022025-01-29T04:35:21.221Z Compiling humantime v2.1.0
22032025-01-29T04:35:21.546Z Compiling progenitor v0.8.0
22042025-01-29T04:35:21.565Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22052025-01-29T04:35:21.923Z Compiling dropshot v0.15.1
22062025-01-29T04:35:22.004Z Compiling instant v0.1.13
22072025-01-29T04:35:22.168Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22082025-01-29T04:35:22.399Z Compiling typify v0.3.0
22092025-01-29T04:35:22.573Z Compiling progenitor-impl v0.9.1
22102025-01-29T04:35:22.630Z Compiling backoff v0.4.0
22112025-01-29T04:35:22.987Z Compiling steno v0.4.1
22122025-01-29T04:35:28.770Z Compiling progenitor-macro v0.9.1
22132025-01-29T04:35:30.113Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22142025-01-29T04:35:30.601Z Compiling parse-display v0.10.0
22152025-01-29T04:35:31.170Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162025-01-29T04:35:31.384Z Compiling strum v0.26.3
22172025-01-29T04:35:31.591Z Compiling serde_with v3.11.0
22182025-01-29T04:35:34.089Z Compiling regress v0.9.1
22192025-01-29T04:35:35.179Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22202025-01-29T04:35:36.895Z Compiling macaddr v1.0.1
22212025-01-29T04:35:37.375Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22222025-01-29T04:35:37.535Z Compiling slog-dtrace v0.3.0
22232025-01-29T04:35:37.770Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
22242025-01-29T04:35:37.964Z Compiling prettyplease v0.2.25
22252025-01-29T04:35:38.932Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22262025-01-29T04:35:39.857Z Compiling progenitor v0.9.1
22272025-01-29T04:35:40.102Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22282025-01-29T04:35:40.132Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22292025-01-29T04:35:43.475Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22302025-01-29T04:35:45.115Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22312025-01-29T04:35:54.069Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22322025-01-29T04:35:56.267Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22332025-01-29T04:35:57.302Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22342025-01-29T04:35:57.361Z Compiling half v2.4.1
22352025-01-29T04:35:58.038Z Compiling ciborium-io v0.2.2
22362025-01-29T04:35:58.208Z Compiling ciborium-ll v0.2.2
22372025-01-29T04:35:58.720Z Compiling ciborium v0.2.2
22382025-01-29T04:36:00.140Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22392025-01-29T04:36:00.732Z Compiling display-error-chain v0.2.2
22402025-01-29T04:36:00.771Z Compiling fastrand v2.1.1
22412025-01-29T04:36:01.010Z Compiling same-file v1.0.6
22422025-01-29T04:36:01.295Z Compiling walkdir v2.5.0
22432025-01-29T04:36:01.295Z Compiling tempfile v3.13.0
22442025-01-29T04:36:01.679Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22452025-01-29T04:36:01.920Z Compiling blake3 v1.5.4
22462025-01-29T04:36:02.011Z Compiling const_format_proc_macros v0.2.34
22472025-01-29T04:36:02.582Z Compiling xattr v1.3.1
22482025-01-29T04:36:02.867Z Compiling filetime v0.2.25
22492025-01-29T04:36:02.887Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22502025-01-29T04:36:03.180Z Compiling memmap2 v0.9.5
22512025-01-29T04:36:03.608Z Compiling keccak v0.1.5
22522025-01-29T04:36:03.744Z Compiling arrayvec v0.7.6
22532025-01-29T04:36:04.154Z Compiling crunchy v0.2.2
22542025-01-29T04:36:04.605Z Compiling constant_time_eq v0.3.1
22552025-01-29T04:36:04.740Z Compiling arrayref v0.3.9
22562025-01-29T04:36:04.776Z Compiling maplit v1.0.2
22572025-01-29T04:36:04.956Z Compiling sha3 v0.10.8
22582025-01-29T04:36:05.834Z Compiling const_format v0.2.34
22592025-01-29T04:36:05.911Z Compiling tar v0.4.42
22602025-01-29T04:36:06.242Z Compiling camino-tempfile v1.1.1
22612025-01-29T04:36:06.689Z Compiling toolchain_find v0.4.0
22622025-01-29T04:36:07.135Z Compiling tiny-keccak v2.0.2
22632025-01-29T04:36:07.244Z Compiling radium v0.7.0
22642025-01-29T04:36:07.459Z Compiling topological-sort v0.2.2
22652025-01-29T04:36:07.726Z Compiling omicron-zone-package v0.12.0
22662025-01-29T04:36:07.753Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22672025-01-29T04:36:07.794Z Compiling rustfmt-wrapper v0.2.1
22682025-01-29T04:36:08.157Z Compiling dsl_auto_type v0.1.2
22692025-01-29T04:36:08.189Z Compiling scheduled-thread-pool v0.2.7
22702025-01-29T04:36:08.365Z Compiling diesel_table_macro_syntax v0.2.0
22712025-01-29T04:36:08.780Z Compiling tap v1.0.1
22722025-01-29T04:36:08.996Z Compiling maybe-uninit v2.0.0
22732025-01-29T04:36:09.431Z Compiling diesel_derives v2.2.3
22742025-01-29T04:36:09.544Z Compiling wyz v0.5.1
22752025-01-29T04:36:09.561Z Compiling r2d2 v0.8.10
22762025-01-29T04:36:10.449Z Compiling phf_generator v0.11.2
22772025-01-29T04:36:10.490Z Compiling ascii-canvas v3.0.0
22782025-01-29T04:36:10.661Z Compiling secrecy v0.8.0
22792025-01-29T04:36:10.996Z Compiling async-recursion v1.1.1
22802025-01-29T04:36:11.017Z Compiling ena v0.14.3
22812025-01-29T04:36:11.430Z Compiling funty v2.0.0
22822025-01-29T04:36:12.358Z Compiling packed_struct v0.10.1
22832025-01-29T04:36:12.785Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22842025-01-29T04:36:12.881Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22852025-01-29T04:36:13.130Z Compiling regex-syntax v0.6.29
22862025-01-29T04:36:14.185Z Compiling diff v0.1.13
22872025-01-29T04:36:14.646Z Compiling arc-swap v1.7.1
22882025-01-29T04:36:14.735Z Compiling crc-catalog v2.4.0
22892025-01-29T04:36:14.912Z Compiling crc v3.2.1
22902025-01-29T04:36:15.149Z Compiling slog-scope v4.4.0
22912025-01-29T04:36:15.348Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22922025-01-29T04:36:16.084Z Compiling bitvec v1.0.1
22932025-01-29T04:36:17.043Z Compiling lalrpop v0.19.12
22942025-01-29T04:36:18.263Z Compiling phf_codegen v0.11.2
22952025-01-29T04:36:18.647Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22962025-01-29T04:36:19.734Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22972025-01-29T04:36:19.959Z Compiling universal-hash v0.5.1
22982025-01-29T04:36:20.228Z Compiling thiserror-impl-no-std v2.0.2
22992025-01-29T04:36:20.327Z Compiling diesel v2.2.6
23002025-01-29T04:36:20.524Z Compiling packed_struct_codegen v0.10.1
23012025-01-29T04:36:22.851Z Compiling parse-zoneinfo v0.3.1
23022025-01-29T04:36:22.957Z Compiling indexmap v1.9.3
23032025-01-29T04:36:23.263Z Compiling unicase v2.7.0
23042025-01-29T04:36:23.570Z Compiling opaque-debug v0.3.1
23052025-01-29T04:36:23.730Z Compiling nodrop v0.1.14
23062025-01-29T04:36:23.846Z Compiling ref-cast v1.0.23
23072025-01-29T04:36:23.899Z Compiling array-init v0.0.4
23082025-01-29T04:36:24.409Z Compiling poly1305 v0.8.0
23092025-01-29T04:36:24.909Z Compiling chrono-tz-build v0.4.0
23102025-01-29T04:36:26.013Z Compiling thiserror-no-std v2.0.2
23112025-01-29T04:36:26.171Z Compiling smallvec v0.6.14
23122025-01-29T04:36:27.285Z Compiling slog-stdlog v4.1.1
23132025-01-29T04:36:28.095Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23142025-01-29T04:36:28.415Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152025-01-29T04:36:28.740Z Compiling derive_builder_core v0.20.2
23162025-01-29T04:36:30.172Z Compiling chacha20 v0.9.1
23172025-01-29T04:36:30.698Z Compiling headers-core v0.3.0
23182025-01-29T04:36:30.840Z Compiling aead v0.5.2
23192025-01-29T04:36:30.917Z Compiling libxml v0.3.3
23202025-01-29T04:36:31.235Z Compiling ref-cast-impl v1.0.23
23212025-01-29T04:36:31.310Z Compiling vte_generate_state_changes v0.1.2
23222025-01-29T04:36:31.933Z Compiling termcolor v1.4.1
23232025-01-29T04:36:32.319Z Compiling hashbrown v0.12.3
23242025-01-29T04:36:32.996Z Compiling bitfield v0.14.0
23252025-01-29T04:36:33.334Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23262025-01-29T04:36:34.641Z Compiling env_logger v0.10.2
23272025-01-29T04:36:38.038Z Compiling vte v0.11.1
23282025-01-29T04:36:39.670Z Compiling chacha20poly1305 v0.10.1
23292025-01-29T04:36:39.919Z Compiling headers v0.4.0
23302025-01-29T04:36:39.963Z Compiling polar-core v0.27.3
23312025-01-29T04:36:42.762Z Compiling derive_builder_macro v0.20.2
23322025-01-29T04:36:43.526Z Compiling slog-envlogger v2.2.0
23332025-01-29T04:36:43.617Z Compiling serde-hex v0.1.0
23342025-01-29T04:36:46.260Z Compiling vsss-rs v3.3.4
23352025-01-29T04:36:48.838Z Compiling chrono-tz v0.10.1
23362025-01-29T04:36:49.522Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23372025-01-29T04:36:50.179Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23382025-01-29T04:36:50.517Z Compiling ron v0.8.1
23392025-01-29T04:36:52.492Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23402025-01-29T04:36:52.756Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23412025-01-29T04:36:52.813Z Compiling hashbrown v0.13.2
23422025-01-29T04:36:54.111Z Compiling strum_macros v0.24.3
23432025-01-29T04:36:56.304Z Compiling fxhash v0.2.1
23442025-01-29T04:36:56.581Z Compiling samael v0.0.17
23452025-01-29T04:36:57.264Z Compiling simd-adler32 v0.3.7
23462025-01-29T04:36:57.284Z Compiling indoc v1.0.9
23472025-01-29T04:36:58.066Z Compiling bytecount v0.6.8
23482025-01-29T04:36:58.195Z Compiling crc-any v2.5.0
23492025-01-29T04:36:58.399Z Compiling lockfree-object-pool v0.1.6
23502025-01-29T04:36:58.550Z Compiling bumpalo v3.16.0
23512025-01-29T04:36:58.729Z Compiling zip v2.1.3
23522025-01-29T04:36:58.936Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23532025-01-29T04:36:59.113Z Compiling zopfli v0.8.1
23542025-01-29T04:36:59.163Z Compiling papergrid v0.11.0
23552025-01-29T04:37:06.871Z Compiling object v0.30.4
23562025-01-29T04:37:07.037Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23572025-01-29T04:37:12.107Z Compiling derive_builder v0.20.2
23582025-01-29T04:37:13.098Z Compiling strip-ansi-escapes v0.2.0
23592025-01-29T04:37:14.112Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23602025-01-29T04:37:14.135Z Compiling tabled_derive v0.7.0
23612025-01-29T04:37:14.438Z Compiling fd-lock v4.0.2
23622025-01-29T04:37:14.698Z Compiling peg-macros v0.8.4
23632025-01-29T04:37:16.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642025-01-29T04:37:16.801Z Compiling kstat-rs v0.2.4
23652025-01-29T04:37:17.195Z Compiling impl-trait-for-tuples v0.2.2
23662025-01-29T04:37:17.688Z Compiling oso-derive v0.27.3
23672025-01-29T04:37:17.931Z Compiling quick-xml v0.33.0
23682025-01-29T04:37:18.636Z Compiling diesel-dtrace v0.4.2
23692025-01-29T04:37:18.990Z Compiling nu-ansi-term v0.50.1
23702025-01-29T04:37:19.080Z Compiling path-slash v0.1.5
23712025-01-29T04:37:19.358Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23722025-01-29T04:37:20.254Z Compiling reedline v0.35.0
23732025-01-29T04:37:23.347Z Compiling oso v0.27.3
23742025-01-29T04:37:23.935Z Compiling peg v0.8.4
23752025-01-29T04:37:24.110Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23762025-01-29T04:37:33.542Z Compiling tabled v0.15.0
23772025-01-29T04:37:41.207Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23782025-01-29T04:37:44.716Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23792025-01-29T04:37:48.639Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23802025-01-29T04:37:49.277Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23812025-01-29T04:37:50.204Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23822025-01-29T04:37:50.533Z Compiling pem v3.0.4
23832025-01-29T04:37:52.060Z Compiling bb8 v0.8.5
23842025-01-29T04:37:52.670Z Compiling bcs v0.1.6
23852025-01-29T04:37:53.581Z Compiling libz-sys v1.1.20
23862025-01-29T04:37:53.602Z Compiling termtree v0.5.1
23872025-01-29T04:37:53.902Z Compiling parking_lot_core v0.8.6
23882025-01-29T04:37:54.415Z Compiling async-bb8-diesel v0.2.1
23892025-01-29T04:37:55.242Z Compiling mime_guess v2.0.5
23902025-01-29T04:37:57.074Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23912025-01-29T04:38:00.082Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23922025-01-29T04:38:00.281Z Compiling buf-list v1.0.3
23932025-01-29T04:38:02.477Z Compiling nibble_vec v0.1.0
23942025-01-29T04:38:02.748Z Compiling libgit2-sys v0.17.0+1.8.1
23952025-01-29T04:38:03.540Z Compiling pin-project-internal v1.1.6
23962025-01-29T04:38:05.042Z Compiling atty v0.2.14
23972025-01-29T04:38:05.241Z Compiling salty v0.3.0
23982025-01-29T04:38:05.669Z Compiling http-range v0.1.5
23992025-01-29T04:38:06.156Z Compiling endian-type v0.1.2
24002025-01-29T04:38:06.306Z Compiling pin-project v1.1.6
24012025-01-29T04:38:06.436Z Compiling radix_trie v0.2.1
24022025-01-29T04:38:07.383Z Compiling parking_lot v0.11.2
24032025-01-29T04:38:12.305Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24042025-01-29T04:38:13.945Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24052025-01-29T04:38:18.509Z Compiling snafu-derive v0.8.5
24062025-01-29T04:38:18.620Z Compiling hyper-staticfile v0.10.1
24072025-01-29T04:38:22.409Z Compiling sled v0.34.7
24082025-01-29T04:38:23.367Z Compiling snafu v0.8.5
24092025-01-29T04:38:24.630Z Compiling hickory-client v0.24.2
24102025-01-29T04:38:44.423Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24112025-01-29T04:38:45.589Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24122025-01-29T04:38:47.750Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24132025-01-29T04:38:48.738Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24142025-01-29T04:38:50.124Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24152025-01-29T04:38:56.113Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24162025-01-29T04:38:57.167Z Compiling globset v0.4.15
24172025-01-29T04:38:57.265Z Compiling hickory-server v0.24.2
24182025-01-29T04:38:57.722Z Compiling olpc-cjson v0.1.4
24192025-01-29T04:38:57.894Z Compiling primeorder v0.13.6
24202025-01-29T04:38:58.062Z Compiling castaway v0.2.3
24212025-01-29T04:38:58.281Z Compiling vergen v8.3.2
24222025-01-29T04:38:58.489Z Compiling env_filter v0.1.2
24232025-01-29T04:38:58.613Z Compiling serde_plain v1.0.2
24242025-01-29T04:38:59.206Z Compiling cargo-platform v0.1.8
24252025-01-29T04:38:59.723Z Compiling nanorand v0.7.0
24262025-01-29T04:39:00.024Z Compiling memoffset v0.9.1
24272025-01-29T04:39:00.390Z Compiling typed-path v0.9.3
24282025-01-29T04:39:00.590Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24292025-01-29T04:39:04.698Z Compiling tough v0.19.0
24302025-01-29T04:39:05.757Z Compiling flume v0.11.1
24312025-01-29T04:39:06.553Z Compiling cargo_metadata v0.18.1
24322025-01-29T04:39:07.286Z Compiling env_logger v0.11.5
24332025-01-29T04:39:08.591Z Compiling p384 v0.13.0
24342025-01-29T04:39:08.738Z Compiling compact_str v0.8.0
24352025-01-29T04:39:09.075Z Compiling git2 v0.19.0
24362025-01-29T04:39:09.602Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24372025-01-29T04:39:11.226Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24382025-01-29T04:39:14.686Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24392025-01-29T04:39:15.608Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24402025-01-29T04:39:15.929Z Compiling unicode-truncate v1.1.0
24412025-01-29T04:39:16.257Z Compiling lru v0.12.5
24422025-01-29T04:39:16.643Z Compiling rand_seeder v0.3.0
24432025-01-29T04:39:17.073Z Compiling libsqlite3-sys v0.30.1
24442025-01-29T04:39:17.390Z Compiling lzma-sys v0.1.20
24452025-01-29T04:39:17.600Z Compiling instability v0.3.2
24462025-01-29T04:39:18.105Z Compiling parse-size v1.1.0
24472025-01-29T04:39:18.451Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24482025-01-29T04:39:18.628Z Compiling rustls v0.21.12
24492025-01-29T04:39:18.806Z Compiling cassowary v0.3.0
24502025-01-29T04:39:18.967Z Compiling cfg_aliases v0.2.1
24512025-01-29T04:39:19.106Z Compiling nix v0.29.0
24522025-01-29T04:39:20.016Z Compiling ratatui v0.28.1
24532025-01-29T04:39:20.384Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24542025-01-29T04:39:22.535Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24552025-01-29T04:39:22.562Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24562025-01-29T04:39:22.986Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24572025-01-29T04:39:24.080Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24582025-01-29T04:39:24.480Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24592025-01-29T04:39:24.817Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24602025-01-29T04:39:24.820Z Compiling rustls-webpki v0.101.7
24612025-01-29T04:39:28.568Z Compiling sct v0.7.1
24622025-01-29T04:39:28.772Z Compiling heck v0.3.3
24632025-01-29T04:39:29.038Z Compiling csv-core v0.1.11
24642025-01-29T04:39:29.057Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24652025-01-29T04:39:29.153Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24662025-01-29T04:39:29.406Z Compiling glob v0.3.2
24672025-01-29T04:39:29.581Z Compiling csv v1.3.1
24682025-01-29T04:39:29.911Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24692025-01-29T04:39:31.586Z Compiling zone_cfg_derive v0.1.2
24702025-01-29T04:39:32.907Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24712025-01-29T04:39:37.045Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24722025-01-29T04:39:38.349Z Compiling nix v0.27.1
24732025-01-29T04:39:40.010Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24742025-01-29T04:39:40.034Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24752025-01-29T04:39:41.851Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24762025-01-29T04:39:46.751Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24772025-01-29T04:39:50.104Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24782025-01-29T04:39:50.468Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24792025-01-29T04:39:52.480Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24802025-01-29T04:39:52.816Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24812025-01-29T04:39:53.135Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24822025-01-29T04:39:53.315Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24832025-01-29T04:39:53.456Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24842025-01-29T04:39:53.532Z Compiling tungstenite v0.23.0
24852025-01-29T04:39:54.171Z Compiling hashlink v0.9.1
24862025-01-29T04:39:54.272Z Compiling fallible-streaming-iterator v0.1.9
24872025-01-29T04:39:54.579Z Compiling fallible-iterator v0.3.0
24882025-01-29T04:39:54.979Z Compiling base64 v0.13.1
24892025-01-29T04:39:55.382Z Compiling rusqlite v0.32.1
24902025-01-29T04:39:55.761Z Compiling ron v0.7.1
24912025-01-29T04:39:56.648Z Compiling tokio-tungstenite v0.23.1
24922025-01-29T04:39:57.286Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24932025-01-29T04:39:57.807Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24942025-01-29T04:40:00.101Z Compiling xz2 v0.1.7
24952025-01-29T04:40:00.719Z Compiling tokio-rustls v0.24.1
24962025-01-29T04:40:01.089Z Compiling zone v0.1.8
24972025-01-29T04:40:04.456Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24982025-01-29T04:40:06.304Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24992025-01-29T04:40:09.284Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25002025-01-29T04:40:10.702Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25012025-01-29T04:40:10.808Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25022025-01-29T04:40:17.227Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25032025-01-29T04:40:18.876Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25042025-01-29T04:40:18.944Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25052025-01-29T04:40:22.211Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25062025-01-29T04:40:22.254Z Compiling rustls-pemfile v1.0.4
25072025-01-29T04:40:23.042Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25082025-01-29T04:40:23.370Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25092025-01-29T04:40:23.571Z Compiling signal-hook-tokio v0.3.1
25102025-01-29T04:40:23.818Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25112025-01-29T04:40:24.404Z Compiling yasna v0.5.2
25122025-01-29T04:40:24.874Z Compiling twox-hash v2.1.0
25132025-01-29T04:40:25.999Z Compiling smawk v0.3.2
25142025-01-29T04:40:26.290Z Compiling is_ci v1.2.0
25152025-01-29T04:40:26.632Z Compiling unicode-linebreak v0.1.5
25162025-01-29T04:40:27.223Z Compiling textwrap v0.16.1
25172025-01-29T04:40:27.892Z Compiling supports-color v3.0.1
25182025-01-29T04:40:30.742Z Compiling rcgen v0.12.1
25192025-01-29T04:40:31.232Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25202025-01-29T04:40:32.916Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25212025-01-29T04:40:37.155Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25222025-01-29T04:40:39.056Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25232025-01-29T04:40:39.949Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25242025-01-29T04:40:44.967Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25252025-01-29T04:40:54.507Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25262025-01-29T04:40:59.475Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25272025-01-29T04:40:59.579Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25282025-01-29T04:41:12.763Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25292025-01-29T04:41:13.344Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
25302025-01-29T04:41:15.907Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25312025-01-29T04:41:16.253Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25322025-01-29T04:41:19.130Z Compiling fatfs v0.3.6
25332025-01-29T04:41:19.811Z Compiling rtoolbox v0.0.2
25342025-01-29T04:41:20.277Z Compiling subprocess v0.2.9
25352025-01-29T04:41:22.031Z Compiling assert_matches v1.5.0
25362025-01-29T04:41:25.033Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25372025-01-29T04:41:26.416Z Compiling rpassword v7.3.1
25382025-01-29T04:41:26.849Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25392025-01-29T04:41:26.938Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25402025-01-29T04:41:32.493Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25412025-01-29T04:41:34.180Z Compiling tui-tree-widget v0.22.0
25422025-01-29T04:41:34.676Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25432025-01-29T04:41:41.273Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25442025-01-29T04:41:41.598Z Compiling uzers v0.12.1
25452025-01-29T04:41:44.772Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25462025-01-29T04:41:48.074Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25472025-01-29T04:41:50.004Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25482025-01-29T04:42:21.959Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25492025-01-29T04:42:25.021Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25502025-01-29T04:42:29.848Z Compiling multimap v0.10.0
25512025-01-29T04:44:52.522Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25522025-01-29T04:45:04.578Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25532025-01-29T04:52:01.638Z Finished `release` profile [optimized] target(s) in 16m 54s
25542025-01-29T04:53:05.798Z
25552025-01-29T04:53:05.801Zreal 18:00.266663975
25562025-01-29T04:53:05.801Zuser 2:07:53.865845247
25572025-01-29T04:53:05.801Zsys 3:17.650290654
25582025-01-29T04:53:05.801Ztrap 3.490787714
25592025-01-29T04:53:05.801Ztflt 2.644153170
25602025-01-29T04:53:05.801Zdflt 4.489971941
25612025-01-29T04:53:05.801Zkflt 0.040815025
25622025-01-29T04:53:05.801Zlock 7:33:47.241254999
25632025-01-29T04:53:05.801Zslp 6:34:28.564062083
25642025-01-29T04:53:05.801Zlat 3:27.562892476
25652025-01-29T04:53:05.801Zstop 2:42.520560918
25662025-01-29T04:53:05.801Z+ mapfile -t packages
25672025-01-29T04:53:05.801Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25682025-01-29T04:53:06.859Z Finished `release` profile [optimized] target(s) in 1.00s
25692025-01-29T04:53:06.930Z Running `target/release/omicron-package -t test list-outputs`
25702025-01-29T04:53:06.980ZLogging to: /work/oxidecomputer/omicron/out/LOG
25712025-01-29T04:53:06.983Z+ ptime -m cargo build --locked --release -p xtask
25722025-01-29T04:53:07.555Z Compiling serde v1.0.217
25732025-01-29T04:53:07.558Z Compiling libc v0.2.169
25742025-01-29T04:53:07.558Z Compiling rustix v0.38.37
25752025-01-29T04:53:07.558Z Compiling serde_json v1.0.135
25762025-01-29T04:53:07.558Z Compiling syn v2.0.96
25772025-01-29T04:53:07.558Z Compiling bitflags v2.6.0
25782025-01-29T04:53:08.057Z Compiling usdt-impl v0.5.0
25792025-01-29T04:53:08.078Z Compiling syn v1.0.109
25802025-01-29T04:53:08.162Z Compiling hashbrown v0.15.1
25812025-01-29T04:53:08.191Z Compiling log v0.4.22
25822025-01-29T04:53:08.433Z Compiling fs-err v2.11.0
25832025-01-29T04:53:08.653Z Compiling anyhow v1.0.95
25842025-01-29T04:53:09.082Z Compiling once_cell v1.20.2
25852025-01-29T04:53:09.098Z Compiling thread-id v4.2.2
25862025-01-29T04:53:09.376Z Compiling indexmap v2.7.1
25872025-01-29T04:53:10.507Z Compiling terminal_size v0.4.0
25882025-01-29T04:53:10.507Z Compiling tempfile v3.13.0
25892025-01-29T04:53:10.783Z Compiling clap_builder v4.5.27
25902025-01-29T04:53:11.365Z Compiling proc-macro-error v1.0.4
25912025-01-29T04:53:12.273Z Compiling tabled_derive v0.7.0
25922025-01-29T04:53:13.371Z Compiling tabled v0.15.0
25932025-01-29T04:53:14.178Z Compiling serde_derive v1.0.217
25942025-01-29T04:53:14.178Z Compiling thiserror-impl v1.0.69
25952025-01-29T04:53:14.180Z Compiling zerocopy-derive v0.7.35
25962025-01-29T04:53:14.180Z Compiling scroll_derive v0.12.0
25972025-01-29T04:53:14.180Z Compiling clap_derive v4.5.24
25982025-01-29T04:53:15.592Z Compiling scroll v0.12.0
25992025-01-29T04:53:15.972Z Compiling zerocopy v0.7.35
26002025-01-29T04:53:16.281Z Compiling goblin v0.8.2
26012025-01-29T04:53:16.985Z Compiling thiserror v1.0.69
26022025-01-29T04:53:17.176Z Compiling pest v2.7.14
26032025-01-29T04:53:20.015Z Compiling pest_meta v2.7.14
26042025-01-29T04:53:20.230Z Compiling clap v4.5.27
26052025-01-29T04:53:21.485Z Compiling pest_generator v2.7.14
26062025-01-29T04:53:23.908Z Compiling pest_derive v2.7.14
26072025-01-29T04:53:24.735Z Compiling dtrace-parser v0.2.0
26082025-01-29T04:53:28.942Z Compiling serde_tokenstream v0.2.2
26092025-01-29T04:53:29.534Z Compiling serde_spanned v0.6.8
26102025-01-29T04:53:29.835Z Compiling toml_datetime v0.6.8
26112025-01-29T04:53:30.576Z Compiling dof v0.3.0
26122025-01-29T04:53:31.463Z Compiling toml_edit v0.22.22
26132025-01-29T04:53:32.543Z Compiling camino v1.1.9
26142025-01-29T04:53:32.567Z Compiling usdt-macro v0.5.0
26152025-01-29T04:53:33.861Z Compiling usdt-attr-macro v0.5.0
26162025-01-29T04:53:33.884Z Compiling cargo-platform v0.1.8
26172025-01-29T04:53:34.985Z Compiling semver v1.0.24
26182025-01-29T04:53:35.184Z Compiling toml v0.8.19
26192025-01-29T04:53:35.931Z Compiling cargo_metadata v0.18.1
26202025-01-29T04:53:36.301Z Compiling cargo_toml v0.20.5
26212025-01-29T04:53:36.523Z Compiling usdt v0.5.0
26222025-01-29T04:53:38.012Z Compiling camino-tempfile v1.1.1
26232025-01-29T04:53:38.449Z Compiling macaddr v1.0.1
26242025-01-29T04:53:50.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26252025-01-29T04:54:02.030Z Finished `release` profile [optimized] target(s) in 54.99s
26262025-01-29T04:54:02.143Z
26272025-01-29T04:54:02.143Zreal 55.131513693
26282025-01-29T04:54:02.143Zuser 5:47.668479375
26292025-01-29T04:54:02.143Zsys 18.845827732
26302025-01-29T04:54:02.143Ztrap 0.175355769
26312025-01-29T04:54:02.143Ztflt 0.223028350
26322025-01-29T04:54:02.143Zdflt 0.386890458
26332025-01-29T04:54:02.143Zkflt 0.000006149
26342025-01-29T04:54:02.143Zlock 10:46.677867453
26352025-01-29T04:54:02.143Zslp 16:12.788761056
26362025-01-29T04:54:02.143Zlat 15.181622692
26372025-01-29T04:54:02.143Zstop 19.080128183
26382025-01-29T04:54:02.146Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26392025-01-29T04:54:02.146Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26402025-01-29T04:54:02.146Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26412025-01-29T04:54:02.146Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26422025-01-29T04:54:02.146Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26432025-01-29T04:54:03.035Z Compiling hashbrown v0.14.5
26442025-01-29T04:54:03.167Z Compiling thiserror v2.0.11
26452025-01-29T04:54:03.183Z Compiling thiserror-impl v2.0.11
26462025-01-29T04:54:03.186Z Compiling ident_case v1.0.1
26472025-01-29T04:54:03.215Z Compiling unsafe-libyaml v0.2.11
26482025-01-29T04:54:03.234Z Compiling ipnetwork v0.20.0
26492025-01-29T04:54:03.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26502025-01-29T04:54:03.237Z Compiling progenitor-client v0.9.1
26512025-01-29T04:54:03.355Z Compiling darling_core v0.20.10
26522025-01-29T04:54:03.751Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26532025-01-29T04:54:03.828Z Compiling macaddr v1.0.1
26542025-01-29T04:54:04.116Z Compiling progenitor-client v0.8.0
26552025-01-29T04:54:04.154Z Compiling instant v0.1.13
26562025-01-29T04:54:04.238Z Compiling regress v0.10.1
26572025-01-29T04:54:04.327Z Compiling structmeta-derive v0.3.0
26582025-01-29T04:54:04.347Z Compiling dropshot v0.15.1
26592025-01-29T04:54:04.476Z Compiling regress v0.9.1
26602025-01-29T04:54:04.619Z Compiling serde_yaml v0.9.34+deprecated
26612025-01-29T04:54:04.732Z Compiling dropshot_endpoint v0.15.1
26622025-01-29T04:54:05.122Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26632025-01-29T04:54:06.442Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26642025-01-29T04:54:06.665Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26652025-01-29T04:54:07.100Z Compiling structmeta v0.3.0
26662025-01-29T04:54:07.421Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26672025-01-29T04:54:07.447Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682025-01-29T04:54:07.552Z Compiling parse-display-derive v0.10.0
26692025-01-29T04:54:07.660Z Compiling backoff v0.4.0
26702025-01-29T04:54:07.888Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712025-01-29T04:54:08.033Z Compiling typify-impl v0.2.0
26722025-01-29T04:54:08.371Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26732025-01-29T04:54:08.567Z Compiling tempfile v3.13.0
26742025-01-29T04:54:08.690Z Compiling proc-macro-crate v1.3.1
26752025-01-29T04:54:09.160Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26762025-01-29T04:54:09.394Z Compiling typify-impl v0.3.0
26772025-01-29T04:54:09.455Z Compiling itertools v0.13.0
26782025-01-29T04:54:09.524Z Compiling darling_macro v0.20.10
26792025-01-29T04:54:09.552Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26802025-01-29T04:54:09.695Z Compiling num_enum_derive v0.5.11
26812025-01-29T04:54:09.859Z Compiling zerocopy v0.8.10
26822025-01-29T04:54:10.481Z Compiling darling v0.20.10
26832025-01-29T04:54:10.622Z Compiling serde_with_macros v3.11.0
26842025-01-29T04:54:10.904Z Compiling zerocopy-derive v0.8.10
26852025-01-29T04:54:11.692Z Compiling parse-display v0.10.0
26862025-01-29T04:54:12.083Z Compiling num_enum v0.5.11
26872025-01-29T04:54:12.283Z Compiling foreign-types-macros v0.2.3
26882025-01-29T04:54:12.357Z Compiling foreign-types-shared v0.3.1
26892025-01-29T04:54:12.470Z Compiling heapless v0.8.0
26902025-01-29T04:54:12.519Z Compiling crucible-workspace-hack v0.1.0
26912025-01-29T04:54:12.861Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26922025-01-29T04:54:13.349Z Compiling serde_with v3.11.0
26932025-01-29T04:54:13.390Z Compiling proc-macro-error v1.0.4
26942025-01-29T04:54:13.602Z Compiling foreign-types v0.5.0
26952025-01-29T04:54:14.052Z Compiling camino-tempfile v1.1.1
26962025-01-29T04:54:14.143Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26972025-01-29T04:54:14.497Z Compiling hash32 v0.3.1
26982025-01-29T04:54:14.765Z Compiling cstr-argument v0.1.2
26992025-01-29T04:54:15.010Z Compiling pretty-hex v0.2.1
27002025-01-29T04:54:15.041Z Compiling smoltcp v0.11.0
27012025-01-29T04:54:15.238Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27022025-01-29T04:54:15.646Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27032025-01-29T04:54:15.765Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27042025-01-29T04:54:16.470Z Compiling tabwriter v1.4.0
27052025-01-29T04:54:16.814Z Compiling colored v2.1.0
27062025-01-29T04:54:16.921Z Compiling cobs v0.2.3
27072025-01-29T04:54:16.981Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27082025-01-29T04:54:17.246Z Compiling postcard v1.0.10
27092025-01-29T04:54:17.319Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27102025-01-29T04:54:17.518Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27112025-01-29T04:54:17.571Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27122025-01-29T04:54:17.922Z Compiling smf v0.2.3
27132025-01-29T04:54:17.943Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27142025-01-29T04:54:18.411Z Compiling zone_cfg_derive v0.3.0
27152025-01-29T04:54:18.684Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27162025-01-29T04:54:19.165Z Compiling num-derive v0.4.2
27172025-01-29T04:54:19.186Z Compiling sigpipe v0.1.3
27182025-01-29T04:54:19.350Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27192025-01-29T04:54:19.650Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27202025-01-29T04:54:19.713Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27212025-01-29T04:54:19.831Z Compiling zone v0.3.0
27222025-01-29T04:54:20.413Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27232025-01-29T04:54:20.705Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27242025-01-29T04:54:21.225Z Compiling universal-hash v0.5.1
27252025-01-29T04:54:21.396Z Compiling opaque-debug v0.3.1
27262025-01-29T04:54:21.466Z Compiling tungstenite v0.21.0
27272025-01-29T04:54:21.512Z Compiling num-rational v0.4.2
27282025-01-29T04:54:21.531Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
27292025-01-29T04:54:21.577Z Compiling password-hash v0.5.0
27302025-01-29T04:54:22.149Z Compiling blake2 v0.10.6
27312025-01-29T04:54:22.381Z Compiling num-complex v0.4.6
27322025-01-29T04:54:22.463Z Compiling aead v0.5.2
27332025-01-29T04:54:22.888Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27342025-01-29T04:54:23.083Z Compiling convert_case v0.4.0
27352025-01-29T04:54:23.154Z Compiling keccak v0.1.5
27362025-01-29T04:54:23.360Z Compiling base64 v0.21.7
27372025-01-29T04:54:23.431Z Compiling num v0.4.3
27382025-01-29T04:54:23.531Z Compiling sha3 v0.10.8
27392025-01-29T04:54:23.563Z Compiling argon2 v0.5.3
27402025-01-29T04:54:23.584Z Compiling typify-macro v0.2.0
27412025-01-29T04:54:23.929Z Compiling derive_more v0.99.18
27422025-01-29T04:54:24.098Z Compiling tokio-tungstenite v0.21.0
27432025-01-29T04:54:24.590Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27442025-01-29T04:54:24.645Z Compiling poly1305 v0.8.0
27452025-01-29T04:54:24.701Z Compiling chacha20 v0.9.1
27462025-01-29T04:54:24.766Z Compiling float-ord v0.3.2
27472025-01-29T04:54:24.989Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27482025-01-29T04:54:25.235Z Compiling same-file v1.0.6
27492025-01-29T04:54:25.282Z Compiling typify-macro v0.3.0
27502025-01-29T04:54:25.422Z Compiling semver v0.1.20
27512025-01-29T04:54:25.546Z Compiling walkdir v2.5.0
27522025-01-29T04:54:26.112Z Compiling rustc_version v0.1.7
27532025-01-29T04:54:26.321Z Compiling newline-converter v0.3.0
27542025-01-29T04:54:26.395Z Compiling primeorder v0.13.6
27552025-01-29T04:54:26.463Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27562025-01-29T04:54:26.520Z Compiling secrecy v0.8.0
27572025-01-29T04:54:26.610Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27582025-01-29T04:54:26.791Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27592025-01-29T04:54:26.832Z Compiling cancel-safe-futures v0.1.5
27602025-01-29T04:54:26.934Z Compiling owo-colors v4.1.0
27612025-01-29T04:54:27.029Z Compiling newtype_derive v0.1.6
27622025-01-29T04:54:27.230Z Compiling expectorate v1.1.0
27632025-01-29T04:54:27.284Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
27642025-01-29T04:54:27.333Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27652025-01-29T04:54:27.430Z Compiling thiserror-impl-no-std v2.0.2
27662025-01-29T04:54:27.475Z Compiling typify v0.2.0
27672025-01-29T04:54:27.579Z Compiling blake3 v1.5.4
27682025-01-29T04:54:27.631Z Compiling progenitor-impl v0.8.0
27692025-01-29T04:54:27.652Z Compiling half v2.4.1
27702025-01-29T04:54:27.830Z Compiling unicase v2.7.0
27712025-01-29T04:54:28.171Z Compiling ciborium-io v0.2.2
27722025-01-29T04:54:28.236Z Compiling arc-swap v1.7.1
27732025-01-29T04:54:28.342Z Compiling ciborium-ll v0.2.2
27742025-01-29T04:54:28.579Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27752025-01-29T04:54:28.745Z Compiling slog-scope v4.4.0
27762025-01-29T04:54:28.855Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27772025-01-29T04:54:29.187Z Compiling typify v0.3.0
27782025-01-29T04:54:29.251Z Compiling polyval v0.6.2
27792025-01-29T04:54:29.350Z Compiling progenitor-impl v0.9.1
27802025-01-29T04:54:29.710Z Compiling atomicwrites v0.4.4
27812025-01-29T04:54:29.800Z Compiling libsw v3.3.1
27822025-01-29T04:54:30.087Z Compiling memmap2 v0.9.5
27832025-01-29T04:54:30.129Z Compiling indent_write v2.2.0
27842025-01-29T04:54:30.259Z Compiling thiserror-no-std v2.0.2
27852025-01-29T04:54:30.390Z Compiling linear-map v1.2.0
27862025-01-29T04:54:30.424Z Compiling libefi-sys v0.1.0
27872025-01-29T04:54:30.542Z Compiling salty v0.3.0
27882025-01-29T04:54:30.745Z Compiling constant_time_eq v0.3.1
27892025-01-29T04:54:30.766Z Compiling arrayvec v0.7.6
27902025-01-29T04:54:30.962Z Compiling parking_lot_core v0.8.6
27912025-01-29T04:54:31.005Z Compiling arrayref v0.3.9
27922025-01-29T04:54:31.056Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27932025-01-29T04:54:31.119Z Compiling vsss-rs v3.3.4
27942025-01-29T04:54:31.141Z Compiling ghash v0.5.1
27952025-01-29T04:54:31.490Z Compiling slog-stdlog v4.1.1
27962025-01-29T04:54:31.552Z Compiling ciborium v0.2.2
27972025-01-29T04:54:32.421Z Compiling p384 v0.13.0
27982025-01-29T04:54:32.639Z Compiling toolchain_find v0.4.0
27992025-01-29T04:54:32.928Z Compiling chacha20poly1305 v0.10.1
28002025-01-29T04:54:32.995Z Compiling ctr v0.9.2
28012025-01-29T04:54:33.196Z Compiling lzma-sys v0.1.20
28022025-01-29T04:54:33.307Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28032025-01-29T04:54:33.379Z Compiling bitfield-struct v0.6.2
28042025-01-29T04:54:33.736Z Compiling slog-dtrace v0.3.0
28052025-01-29T04:54:33.968Z Compiling topological-sort v0.2.2
28062025-01-29T04:54:34.990Z Compiling highway v1.2.0
28072025-01-29T04:54:34.993Z Compiling omicron-zone-package v0.12.0
28082025-01-29T04:54:34.993Z Compiling aes-gcm v0.10.3
28092025-01-29T04:54:34.993Z Compiling progenitor-macro v0.8.0
28102025-01-29T04:54:34.993Z Compiling rustfmt-wrapper v0.2.1
28112025-01-29T04:54:34.993Z Compiling mime_guess v2.0.5
28122025-01-29T04:54:34.993Z Compiling slog-envlogger v2.2.0
28132025-01-29T04:54:34.993Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-29T04:54:35.304Z Compiling steno v0.4.1
28152025-01-29T04:54:35.950Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28162025-01-29T04:54:35.954Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28172025-01-29T04:54:36.007Z Compiling heck v0.3.3
28182025-01-29T04:54:36.418Z Compiling ssh-encoding v0.2.0
28192025-01-29T04:54:36.554Z Compiling blowfish v0.9.1
28202025-01-29T04:54:36.644Z Compiling nibble_vec v0.1.0
28212025-01-29T04:54:36.725Z Compiling progenitor-macro v0.9.1
28222025-01-29T04:54:36.892Z Compiling env_filter v0.1.2
28232025-01-29T04:54:36.952Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28242025-01-29T04:54:37.061Z Compiling endian-type v0.1.2
28252025-01-29T04:54:37.105Z Compiling humantime v2.1.0
28262025-01-29T04:54:37.126Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28272025-01-29T04:54:37.330Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28282025-01-29T04:54:37.484Z Compiling radix_trie v0.2.1
28292025-01-29T04:54:37.609Z Compiling env_logger v0.11.5
28302025-01-29T04:54:37.657Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28312025-01-29T04:54:37.697Z Compiling bcrypt-pbkdf v0.10.0
28322025-01-29T04:54:38.137Z Compiling ssh-cipher v0.2.0
28332025-01-29T04:54:38.305Z Compiling zone_cfg_derive v0.1.2
28342025-01-29T04:54:38.582Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28352025-01-29T04:54:38.893Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28362025-01-29T04:54:39.316Z Compiling parking_lot v0.11.2
28372025-01-29T04:54:39.690Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28382025-01-29T04:54:39.741Z Compiling password-hash v0.4.2
28392025-01-29T04:54:40.125Z Compiling gethostname v0.5.0
28402025-01-29T04:54:40.128Z Compiling fxhash v0.2.1
28412025-01-29T04:54:40.176Z Compiling base64 v0.13.1
28422025-01-29T04:54:40.244Z Compiling http-range v0.1.5
28432025-01-29T04:54:40.350Z Compiling bumpalo v3.16.0
28442025-01-29T04:54:40.372Z Compiling zip v2.1.3
28452025-01-29T04:54:40.578Z Compiling simd-adler32 v0.3.7
28462025-01-29T04:54:40.581Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28472025-01-29T04:54:40.710Z Compiling lockfree-object-pool v0.1.6
28482025-01-29T04:54:40.795Z Compiling ron v0.7.1
28492025-01-29T04:54:40.864Z Compiling sled v0.34.7
28502025-01-29T04:54:40.992Z Compiling pbkdf2 v0.11.0
28512025-01-29T04:54:41.020Z Compiling zopfli v0.8.1
28522025-01-29T04:54:41.219Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532025-01-29T04:54:41.394Z Compiling zone v0.1.8
28542025-01-29T04:54:41.798Z Compiling xz2 v0.1.7
28552025-01-29T04:54:41.937Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28562025-01-29T04:54:42.677Z Compiling ssh-key v0.6.6
28572025-01-29T04:54:42.871Z Compiling hickory-client v0.24.2
28582025-01-29T04:54:43.389Z Compiling p256 v0.13.2
28592025-01-29T04:54:43.746Z Compiling p521 v0.13.3
28602025-01-29T04:54:44.247Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28612025-01-29T04:54:44.299Z Compiling hickory-server v0.24.2
28622025-01-29T04:54:45.286Z Compiling pem v3.0.4
28632025-01-29T04:54:45.846Z Compiling yasna v0.5.2
28642025-01-29T04:54:46.082Z Compiling headers-core v0.3.0
28652025-01-29T04:54:46.291Z Compiling kstat-rs v0.2.4
28662025-01-29T04:54:46.891Z Compiling nanorand v0.7.0
28672025-01-29T04:54:46.977Z Compiling atty v0.2.14
28682025-01-29T04:54:47.052Z Compiling russh-cryptovec v0.7.3
28692025-01-29T04:54:47.154Z Compiling md5 v0.7.0
28702025-01-29T04:54:47.423Z Compiling flume v0.11.1
28712025-01-29T04:54:47.468Z Compiling rcgen v0.12.1
28722025-01-29T04:54:47.575Z Compiling russh-keys v0.45.0
28732025-01-29T04:54:47.626Z Compiling progenitor v0.8.0
28742025-01-29T04:54:47.731Z Compiling headers v0.4.0
28752025-01-29T04:54:47.871Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28762025-01-29T04:54:48.060Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28772025-01-29T04:54:48.639Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28782025-01-29T04:54:49.566Z Compiling hyper-staticfile v0.10.1
28792025-01-29T04:54:49.765Z Compiling progenitor v0.9.1
28802025-01-29T04:54:50.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
28812025-01-29T04:54:50.669Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28822025-01-29T04:54:51.069Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28832025-01-29T04:54:51.455Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28842025-01-29T04:54:51.707Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
28852025-01-29T04:54:51.786Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
28862025-01-29T04:54:52.250Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28872025-01-29T04:54:52.889Z Compiling num-bigint v0.4.6
28882025-01-29T04:54:53.445Z Compiling des v0.8.1
28892025-01-29T04:54:53.825Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902025-01-29T04:54:55.721Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28912025-01-29T04:54:55.755Z Compiling subprocess v0.2.9
28922025-01-29T04:54:55.853Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28932025-01-29T04:54:56.771Z Compiling display-error-chain v0.2.2
28942025-01-29T04:54:57.034Z Compiling hex-literal v0.4.1
28952025-01-29T04:54:57.186Z Compiling russh v0.45.0
28962025-01-29T04:54:57.231Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28972025-01-29T04:54:57.508Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28982025-01-29T04:55:00.399Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28992025-01-29T04:55:00.933Z Compiling internet-checksum v0.2.1
29002025-01-29T04:55:04.944Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29012025-01-29T04:55:04.946Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29022025-01-29T04:55:04.947Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29032025-01-29T04:55:04.947Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29042025-01-29T04:55:05.818Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29052025-01-29T04:55:07.849Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29062025-01-29T04:55:08.996Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29072025-01-29T04:55:09.120Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29082025-01-29T04:55:09.817Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29092025-01-29T04:55:10.073Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29102025-01-29T04:55:12.473Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29112025-01-29T04:55:12.876Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29122025-01-29T04:55:12.949Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29132025-01-29T04:55:13.943Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29142025-01-29T04:55:13.965Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152025-01-29T04:55:14.452Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29162025-01-29T04:55:15.503Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29172025-01-29T04:55:16.353Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29182025-01-29T04:55:19.101Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29192025-01-29T04:55:19.504Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29202025-01-29T04:55:19.550Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29212025-01-29T04:55:19.906Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29222025-01-29T04:55:21.083Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29232025-01-29T04:55:23.063Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29242025-01-29T04:55:25.080Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29252025-01-29T04:55:25.472Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29262025-01-29T04:55:27.397Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29272025-01-29T04:55:27.468Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29282025-01-29T04:55:31.818Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29292025-01-29T04:55:40.169Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29302025-01-29T04:55:41.735Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29312025-01-29T04:56:04.636Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29322025-01-29T04:56:27.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
29332025-01-29T04:56:27.775Z
29342025-01-29T04:56:27.775Zreal 2:25.586760018
29352025-01-29T04:56:27.775Zuser 12:25.944652339
29362025-01-29T04:56:27.775Zsys 1:36.874996405
29372025-01-29T04:56:27.775Ztrap 0.395580049
29382025-01-29T04:56:27.776Ztflt 0.878836754
29392025-01-29T04:56:27.776Zdflt 1.139393792
29402025-01-29T04:56:27.776Zkflt 0.000026220
29412025-01-29T04:56:27.776Zlock 22:59.291794281
29422025-01-29T04:56:27.776Zslp 42:57.469559811
29432025-01-29T04:56:27.777Zlat 39.535844230
29442025-01-29T04:56:27.777Zstop 1:40.862946130
29452025-01-29T04:56:27.782Z+ mkdir tests
29462025-01-29T04:56:27.782Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29472025-01-29T04:56:27.782Z+ xargs -I '{}' -t cp '{}' tests/
29482025-01-29T04:56:28.826Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ffdac0f3a1197830 tests/
29492025-01-29T04:56:28.852Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-abe56cb4ce48b08e tests/
29502025-01-29T04:56:28.878Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-43bf34d2e147a6df tests/
29512025-01-29T04:56:28.904Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-67829eed07336101 tests/
29522025-01-29T04:56:29.184Z+ 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/*)
29532025-01-29T04:56:29.189Z+ 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-43bf34d2e147a6df tests/commtest-abe56cb4ce48b08e tests/dhcp_server-ffdac0f3a1197830 tests/end_to_end_tests-67829eed07336101 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
29542025-01-29T04:57:42.645ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29552025-01-29T04:57:42.647Za .github/buildomat/ci-env.sh 1K
29562025-01-29T04:57:42.647Za out/target/test 1K
29572025-01-29T04:57:42.647Za out/npuzone/npuzone 23144K
29582025-01-29T04:57:42.647Za package-manifest.toml 34K
29592025-01-29T04:57:42.647Za smf/sled-agent/non-gimlet/config.toml 4K
29602025-01-29T04:57:42.647Za target/release/omicron-package 35968K
29612025-01-29T04:57:42.647Za target/release/xtask 11881K
29622025-01-29T04:57:42.647Za target/debug/bootstrap 220694K
29632025-01-29T04:57:42.647Za tests/bootstrap-43bf34d2e147a6df 24276K
29642025-01-29T04:57:42.647Za tests/commtest-abe56cb4ce48b08e 24769K
29652025-01-29T04:57:42.647Za tests/dhcp_server-ffdac0f3a1197830 24276K
29662025-01-29T04:57:42.647Za tests/end_to_end_tests-67829eed07336101 282829K
29672025-01-29T04:57:42.648Za out/clickhouse.tar.gz 294216K
29682025-01-29T04:57:42.648Za out/clickhouse_keeper.tar.gz 281340K
29692025-01-29T04:57:42.648Za out/clickhouse_server.tar.gz 294185K
29702025-01-29T04:57:42.648Za out/cockroachdb.tar.gz 134965K
29712025-01-29T04:57:42.648Za out/crucible-dtrace.tar 99K
29722025-01-29T04:57:42.648Za out/crucible-pantry-zone.tar.gz 28533K
29732025-01-29T04:57:42.648Za out/crucible-zone.tar.gz 36822K
29742025-01-29T04:57:42.648Za out/external-dns.tar.gz 35431K
29752025-01-29T04:57:42.648Za out/internal-dns.tar.gz 35430K
29762025-01-29T04:57:42.648Za out/mg-ddm-gz.tar 63075K
29772025-01-29T04:57:42.648Za out/nexus.tar.gz 100438K
29782025-01-29T04:57:42.648Za out/ntp.tar.gz 10500K
29792025-01-29T04:57:42.649Za out/omicron-gateway-softnpu.tar.gz 24125K
29802025-01-29T04:57:42.650Za out/omicron-sled-agent.tar 113876K
29812025-01-29T04:57:42.650Za out/overlay.tar.gz 3K
29822025-01-29T04:57:42.690Za out/oximeter.tar.gz 48392K
29832025-01-29T04:57:42.690Za out/oxlog.tar 3135K
29842025-01-29T04:57:42.690Za out/probe.tar.gz 2764K
29852025-01-29T04:57:42.690Za out/propolis-server.tar.gz 66525K
29862025-01-29T04:57:42.690Za out/pumpkind-gz.tar 26665K
29872025-01-29T04:57:42.690Za out/switch-softnpu.tar.gz 237589K
29882025-01-29T04:57:42.720Z
29892025-01-29T04:57:42.720Zreal 1:13.459814893
29902025-01-29T04:57:42.720Zuser 1:10.167425355
29912025-01-29T04:57:42.720Zsys 4.556074598
29922025-01-29T04:57:42.720Ztrap 0.020499216
29932025-01-29T04:57:42.720Ztflt 0.000000000
29942025-01-29T04:57:42.720Zdflt 0.000000000
29952025-01-29T04:57:42.720Zkflt 0.000000000
29962025-01-29T04:57:42.720Zlock 0.000000000
29972025-01-29T04:57:42.721Zslp 1:10.141717616
29982025-01-29T04:57:42.721Zlat 2.029591001
29992025-01-29T04:57:42.721Zstop 0.000232102
30002025-01-29T04:57:42.721Zprocess exited: duration 2134844 ms, exit code 0
 
30012025-01-29T04:57:42.760Zfound 1 output files
30022025-01-29T04:57:42.765Zuploading: /work/package.tar.gz (1904553315 bytes)
30032025-01-29T04:58:59.507Zuploaded: /work/package.tar.gz