01JJSTCKAMR25SNQHCHR45W9SM: 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: 01JJSTD0XAJVD7HVZ6223YEWDV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-29T20:01:22.938Zjob assigned to worker 01JJSTD7J0406YEW3RME5PYEJA [factory aws, i-0d4aec9347ed60bd3] (queued for 1 m 1 s)
 
22025-01-29T20:01:30.361Zstarting task 0: "setup"
32025-01-29T20:01:30.369Z++ uname -s
42025-01-29T20:01:30.372Z+ kern=SunOS
52025-01-29T20:01:30.372Z+ case "$kern" in
62025-01-29T20:01:30.372Z+ groupadd -g 12345 build
72025-01-29T20:01:30.375Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-29T20:01:32.382Z+ zfs create -o mountpoint=/work rpool/work
92025-01-29T20:01:32.486Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-29T20:01:32.489Z+ home_fs=zfs
112025-01-29T20:01:32.489Z+ [[ zfs == autofs ]]
122025-01-29T20:01:32.489Z+ mkdir -p /home/build
132025-01-29T20:01:32.491Z+ chown build:build /home/build /work
142025-01-29T20:01:34.494Z+ chmod 0700 /home/build /work
152025-01-29T20:01:34.496Zprocess exited: duration 4135 ms, exit code 0
 
162025-01-29T20:01:34.502Zstarting task 1: "rust-toolchain"
172025-01-29T20:01:34.507Z+ printf ' * toolchain channel = "%s"
182025-01-29T20:01:34.507Z' 1.84.0
192025-01-29T20:01:34.507Z * toolchain channel = "1.84.0"
202025-01-29T20:01:34.507Z+ printf ' * toolchain profile = "%s"
212025-01-29T20:01:34.507Z' default
222025-01-29T20:01:34.507Z * toolchain profile = "default"
232025-01-29T20:01:34.511Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-29T20:01:34.511Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-29T20:01:34.627Zinfo: downloading installer
262025-01-29T20:01:36.167Zinfo: profile set to 'default'
272025-01-29T20:01:36.168Zinfo: default host triple is x86_64-unknown-illumos
282025-01-29T20:01:36.170Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-29T20:01:36.307Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-29T20:01:36.307Zinfo: downloading component 'cargo'
312025-01-29T20:01:37.055Zinfo: downloading component 'clippy'
322025-01-29T20:01:37.337Zinfo: downloading component 'rust-docs'
332025-01-29T20:01:38.352Zinfo: downloading component 'rust-std'
342025-01-29T20:01:39.853Zinfo: downloading component 'rustc'
352025-01-29T20:01:45.603Zinfo: downloading component 'rustfmt'
362025-01-29T20:01:45.822Zinfo: installing component 'cargo'
372025-01-29T20:01:46.661Zinfo: installing component 'clippy'
382025-01-29T20:01:47.039Zinfo: installing component 'rust-docs'
392025-01-29T20:01:48.700Zinfo: installing component 'rust-std'
402025-01-29T20:01:50.473Zinfo: installing component 'rustc'
412025-01-29T20:01:56.523Zinfo: installing component 'rustfmt'
422025-01-29T20:01:56.854Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-29T20:01:56.854Z
442025-01-29T20:01:57.252Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-29T20:01:57.252Z
462025-01-29T20:01:57.255Z
472025-01-29T20:01:57.255ZRust is installed now. Great!
482025-01-29T20:01:57.255Z
492025-01-29T20:01:57.255ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-29T20:01:57.255Zenvironment variable. This has not been done automatically.
512025-01-29T20:01:57.255Z
522025-01-29T20:01:57.255ZTo configure your current shell, you need to source
532025-01-29T20:01:57.255Zthe corresponding env file under $HOME/.cargo.
542025-01-29T20:01:57.255Z
552025-01-29T20:01:57.255ZThis is usually done by running one of the following (note the leading DOT):
562025-01-29T20:01:57.255Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-29T20:01:57.255Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-29T20:01:57.336Z+ rustc --version
592025-01-29T20:01:57.405Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-29T20:01:57.408Zprocess exited: duration 22901 ms, exit code 0
 
612025-01-29T20:01:57.413Zstarting task 2: "authentication"
622025-01-29T20:01:57.435Zprocess exited: duration 21 ms, exit code 0
 
632025-01-29T20:01:57.440Zstarting task 3: "clone repository"
642025-01-29T20:01:57.445Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-29T20:01:57.447Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-29T20:01:57.484ZCloning into '/work/oxidecomputer/omicron'...
672025-01-29T20:02:14.965Z+ cd /work/oxidecomputer/omicron
682025-01-29T20:02:14.965Z+ git fetch origin 39fd87c050e2a6963cb9203e361a81a31da98996
692025-01-29T20:02:15.305ZFrom https://github.com/oxidecomputer/omicron
702025-01-29T20:02:15.305Z * branch 39fd87c050e2a6963cb9203e361a81a31da98996 -> FETCH_HEAD
712025-01-29T20:02:15.317Z+ [[ -n iliana/tuf-cleanup ]]
722025-01-29T20:02:15.320Z++ git branch --show-current
732025-01-29T20:02:15.322Z+ current=main
742025-01-29T20:02:15.322Z+ [[ main != iliana/tuf-cleanup ]]
752025-01-29T20:02:15.322Z+ git branch -f iliana/tuf-cleanup 39fd87c050e2a6963cb9203e361a81a31da98996
762025-01-29T20:02:15.325Z+ git checkout -f iliana/tuf-cleanup
772025-01-29T20:02:15.498ZSwitched to branch 'iliana/tuf-cleanup'
782025-01-29T20:02:15.500Z+ git reset --hard 39fd87c050e2a6963cb9203e361a81a31da98996
792025-01-29T20:02:15.660ZHEAD is now at 39fd87c05 remove old, pre-reconfigurator upgrade APIs
802025-01-29T20:02:15.663Zprocess exited: duration 18218 ms, exit code 0
 
812025-01-29T20:02:15.668Zstarting task 4: "build"
822025-01-29T20:02:15.673Z+ source .github/buildomat/ci-env.sh
832025-01-29T20:02:15.673Z++ export CARGO_TERM_COLOR=always
842025-01-29T20:02:15.676Z++ CARGO_TERM_COLOR=always
852025-01-29T20:02:15.676Z+ cargo --version
862025-01-29T20:02:15.734Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-29T20:02:15.737Z+ rustc --version
882025-01-29T20:02:15.798Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-29T20:02:15.801Z+ WORK=/work
902025-01-29T20:02:15.801Z+ pfexec mkdir -p /work
912025-01-29T20:02:15.805Z+ pfexec chown build /work
922025-01-29T20:02:15.808Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-29T20:02:17.442Zpkg list: illegal option -- F
942025-01-29T20:02:17.442ZUsage:
952025-01-29T20:02:17.444Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-29T20:02:17.444Z [pkg_fmri_pattern ...]
972025-01-29T20:02:18.294Zpkg list: illegal option -- F
982025-01-29T20:02:18.294ZUsage:
992025-01-29T20:02:18.294Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-29T20:02:18.294Z [pkg_fmri_pattern ...]
1012025-01-29T20:02:24.388Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-29T20:02:28.458Z Startup: Caching catalogs ... Done
1032025-01-29T20:02:39.969ZPlanning: Solver setup ... Done (10.694s)
1042025-01-29T20:02:40.116ZPlanning: Running solver ... Done (0.147s)
1052025-01-29T20:02:40.231ZPlanning: Finding local manifests ... Done (0.006s)
1062025-01-29T20:02:40.272ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-29T20:02:40.523ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-29T20:02:40.636ZPlanning: Package planning ... Done (0.112s)
1092025-01-29T20:02:40.694ZPlanning: Merging actions ... Done (0.058s)
1102025-01-29T20:02:40.888ZPlanning: Checking for conflicting actions ... Done (0.194s)
1112025-01-29T20:02:42.923ZPlanning: Consolidating action changes ... Done (2.034s)
1122025-01-29T20:02:43.360ZPlanning: Evaluating mediators ... Done (0.437s)
1132025-01-29T20:02:43.443ZPlanning: Planning completed in 14.89 seconds
1142025-01-29T20:02:43.460Z Packages to install: 4
1152025-01-29T20:02:43.460Z Packages to update: 3
1162025-01-29T20:02:43.462Z Mediators to change: 2
1172025-01-29T20:02:43.463Z Services to change: 1
1182025-01-29T20:02:43.463Z Estimated space available: 155.61 GB
1192025-01-29T20:02:43.463ZEstimated space to be consumed: 1.64 GB
1202025-01-29T20:02:43.463Z Create boot environment: No
1212025-01-29T20:02:43.463ZCreate backup boot environment: Yes
1222025-01-29T20:02:43.463Z Rebuild boot archive: No
1232025-01-29T20:02:43.463Z
1242025-01-29T20:02:43.463ZChanged mediators:
1252025-01-29T20:02:43.463Z mediator clang:
1262025-01-29T20:02:43.463Z version: None -> 15 (system default)
1272025-01-29T20:02:43.463Z
1282025-01-29T20:02:43.463Z mediator llvm:
1292025-01-29T20:02:43.463Z version: 14 (system default) -> 15 (system default)
1302025-01-29T20:02:43.463Z
1312025-01-29T20:02:43.463ZChanged packages:
1322025-01-29T20:02:43.463Zhelios-dev
1332025-01-29T20:02:43.463Z developer/build-essential
1342025-01-29T20:02:43.463Z None -> 11-2.0
1352025-01-29T20:02:43.463Z library/libxmlsec1
1362025-01-29T20:02:43.463Z None -> 1.2.35-2.0
1372025-01-29T20:02:43.463Z ooce/developer/clang-15
1382025-01-29T20:02:43.463Z None -> 15.0.7-2.0
1392025-01-29T20:02:43.463Z ooce/developer/llvm-15
1402025-01-29T20:02:43.463Z None -> 15.0.7-2.0
1412025-01-29T20:02:43.463Z package/pkg
1422025-01-29T20:02:43.463Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-29T20:02:43.463Z system/library/g++-runtime
1442025-01-29T20:02:43.463Z 13-2.0 -> 14-2.0
1452025-01-29T20:02:43.463Z system/library/gcc-runtime
1462025-01-29T20:02:43.463Z 13-2.0 -> 14-2.0
1472025-01-29T20:02:43.463Z
1482025-01-29T20:02:43.463ZServices:
1492025-01-29T20:02:43.463Z restart_fmri:
1502025-01-29T20:02:43.463Z svc:/system/update-man-index:default
1512025-01-29T20:02:43.463Z
1522025-01-29T20:02:43.463ZEditable files to change:
1532025-01-29T20:02:43.463Z Update:
1542025-01-29T20:02:43.463Z usr/share/lib/pkg/web/config.shtml
1552025-01-29T20:02:43.544Z
1562025-01-29T20:02:43.544ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-29T20:02:48.552ZDownload: 497/4301 items 17.1/225.4MB 7% complete (3.4M/s)
1582025-01-29T20:02:53.553ZDownload: 1199/4301 items 83.5/225.4MB 37% complete (8.4M/s)
1592025-01-29T20:02:58.574ZDownload: 2146/4301 items 119.0/225.4MB 52% complete (10.2M/s)
1602025-01-29T20:03:03.581ZDownload: 2225/4301 items 119.2/225.4MB 52% complete (6.5M/s)
1612025-01-29T20:03:08.582ZDownload: 3132/4301 items 136.6/225.4MB 60% complete (1.7M/s)
1622025-01-29T20:03:13.585ZDownload: 3910/4301 items 218.0/225.4MB 96% complete (9.9M/s)
1632025-01-29T20:03:18.902ZDownload: 4298/4301 items 225.2/225.4MB 99% complete (9.2M/s)
1642025-01-29T20:03:18.911ZDownload: Completed 225.42 MB in 35.36 seconds (6.4M/s)
1652025-01-29T20:03:21.055Z Actions: 1/5122 actions (Removing old actions)
1662025-01-29T20:03:21.075Z Actions: 194/5122 actions (Installing new actions)
1672025-01-29T20:03:25.910Z Actions: 4267/5122 actions (Updating modified actions)
1682025-01-29T20:03:26.271Z Actions: Completed 5122 actions in 5.22 seconds.
1692025-01-29T20:03:26.689Z Done (0.408s)
1702025-01-29T20:03:26.692Z Done (0.002s)
1712025-01-29T20:03:27.272Z Done (0.580s)
1722025-01-29T20:03:31.821Z Done (4.314s)
1732025-01-29T20:03:31.909Z Done (0.018s)
1742025-01-29T20:03:31.912Z Done (0.000s)
1752025-01-29T20:03:32.076Z Done (0.000s)
1762025-01-29T20:03:32.783ZPlanning: Evaluating mediator changes ... Done
1772025-01-29T20:03:32.944ZPlanning: Checking for conflicting actions ... Done
1782025-01-29T20:03:32.947ZPlanning: Consolidating action changes ... Done
1792025-01-29T20:03:33.211ZPlanning: Evaluating mediators ... Done
1802025-01-29T20:03:33.213ZPlanning: Planning completed in 0.43 seconds
1812025-01-29T20:03:33.252Z Mediators to change: 2
1822025-01-29T20:03:33.255Z Create boot environment: No
1832025-01-29T20:03:33.255ZCreate backup boot environment: No
1842025-01-29T20:03:33.333Z Done
1852025-01-29T20:03:33.333Z Done
1862025-01-29T20:03:33.714Z Done
1872025-01-29T20:03:37.442Z Done
1882025-01-29T20:03:37.535Z Done
1892025-01-29T20:03:37.540Z Done
1902025-01-29T20:03:37.669Z Done
1912025-01-29T20:03:38.296ZPlanning: Evaluating mediator changes ... Done
1922025-01-29T20:03:38.299ZPlanning: Merging actions ... Done
1932025-01-29T20:03:38.488ZPlanning: Checking for conflicting actions ... Done
1942025-01-29T20:03:38.490ZPlanning: Consolidating action changes ... Done
1952025-01-29T20:03:38.756ZPlanning: Evaluating mediators ... Done
1962025-01-29T20:03:38.811ZPlanning: Planning completed in 0.76 seconds
1972025-01-29T20:03:38.853Z Packages to change: 1
1982025-01-29T20:03:38.853Z Mediators to change: 1
1992025-01-29T20:03:38.855Z Services to change: 1
2002025-01-29T20:03:38.856Z Create boot environment: No
2012025-01-29T20:03:38.856ZCreate backup boot environment: Yes
2022025-01-29T20:03:41.175Z Actions: 1/6 actions (Updating modified actions)
2032025-01-29T20:03:41.178Z Actions: Completed 6 actions in 0.00 seconds.
2042025-01-29T20:03:41.178Z Done
2052025-01-29T20:03:41.178Z Done
2062025-01-29T20:03:41.298Z Done
2072025-01-29T20:03:45.083Z Done
2082025-01-29T20:03:45.173Z Done
2092025-01-29T20:03:45.175Z Done
2102025-01-29T20:03:45.308Z Done
2112025-01-29T20:03:45.749ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122025-01-29T20:03:45.749Zclang system 15 system
2132025-01-29T20:03:45.749Zcsh system system illumos
2142025-01-29T20:03:45.749Zctags system system illumos
2152025-01-29T20:03:45.749Zgcc vendor 12 vendor
2162025-01-29T20:03:45.749Zgcc system 10 system
2172025-01-29T20:03:45.749Zgcc system 7 system
2182025-01-29T20:03:45.749Zgo system 1.20 system
2192025-01-29T20:03:45.749Zgo system 1.19 system
2202025-01-29T20:03:45.749Zllvm system 15 system
2212025-01-29T20:03:45.749Zllvm system 14 system
2222025-01-29T20:03:45.749Zmariadb system 10.6 system
2232025-01-29T20:03:45.749Zmta vendor vendor dma
2242025-01-29T20:03:45.750Zopenjdk system 17 system
2252025-01-29T20:03:45.750Zopenjdk system 11 system
2262025-01-29T20:03:45.750Zopenjdk system 1.8 system
2272025-01-29T20:03:45.750Zopenssl vendor 3 vendor
2282025-01-29T20:03:45.750Zperl system 5.36 system
2292025-01-29T20:03:45.750Zpostgresql system 15 system
2302025-01-29T20:03:45.750Zpostgresql system 13 system
2312025-01-29T20:03:45.750Zpython vendor 3 vendor
2322025-01-29T20:03:45.750Zpython system 2 system
2332025-01-29T20:03:45.750Zpython3 system 3.11 system
2342025-01-29T20:03:45.750Zruby system 3.0 system
2352025-01-29T20:03:45.750Zwords vendor vendor american-english
2362025-01-29T20:03:45.750Zwords system system australian-english
2372025-01-29T20:03:45.750Zwords system system british-english
2382025-01-29T20:03:45.750Zwords system system canadian-english
2392025-01-29T20:03:45.750Zwords system system french
2402025-01-29T20:03:45.751Zwords system system italian
2412025-01-29T20:03:45.751Zwords system system ngerman
2422025-01-29T20:03:45.751Zwords system system ogerman
2432025-01-29T20:03:45.751Zwords system system spanish
2442025-01-29T20:03:46.093ZPUBLISHER TYPE STATUS P LOCATION
2452025-01-29T20:03:46.093Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462025-01-29T20:03:48.909ZFMRI IFO
2472025-01-29T20:03:48.909Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482025-01-29T20:03:48.909Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492025-01-29T20:03:48.909Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502025-01-29T20:03:48.909Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512025-01-29T20:03:48.909Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522025-01-29T20:03:48.909Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532025-01-29T20:03:48.909Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2542025-01-29T20:03:48.909Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552025-01-29T20:03:48.909Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562025-01-29T20:03:48.909Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2572025-01-29T20:03:48.909Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582025-01-29T20:03:48.909Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592025-01-29T20:03:48.909Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2602025-01-29T20:03:48.909Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612025-01-29T20:03:48.909Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622025-01-29T20:03:49.680Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632025-01-29T20:03:49.995Z Updating crates.io index
2642025-01-29T20:03:49.997Z Updating git repository `https://github.com/oxidecomputer/diffus`
2652025-01-29T20:03:50.372Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662025-01-29T20:03:50.931Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2672025-01-29T20:03:51.219Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682025-01-29T20:03:51.497Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692025-01-29T20:03:51.735Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702025-01-29T20:03:52.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712025-01-29T20:03:54.378Z Updating git repository `https://github.com/oxidecomputer/opte`
2722025-01-29T20:03:55.240Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732025-01-29T20:03:56.080Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742025-01-29T20:03:56.413Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752025-01-29T20:03:56.717Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762025-01-29T20:03:57.525Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2772025-01-29T20:03:57.876Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2782025-01-29T20:03:58.174Z Updating git repository `https://github.com/oxidecomputer/tofino`
2792025-01-29T20:03:58.478Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802025-01-29T20:03:58.749Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812025-01-29T20:03:59.059Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822025-01-29T20:03:59.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832025-01-29T20:03:59.737Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2842025-01-29T20:04:00.132Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852025-01-29T20:04:00.428Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862025-01-29T20:04:00.734Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2872025-01-29T20:04:01.067Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882025-01-29T20:04:01.553Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892025-01-29T20:04:01.886Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902025-01-29T20:04:02.244Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912025-01-29T20:04:02.662Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2922025-01-29T20:04:02.976Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932025-01-29T20:04:03.274Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942025-01-29T20:04:03.555Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952025-01-29T20:04:04.796Z Downloading crates ...
2962025-01-29T20:04:04.876Z Downloaded anstyle v1.0.10
2972025-01-29T20:04:04.879Z Downloaded anstream v0.6.15
2982025-01-29T20:04:04.900Z Downloaded swrite v0.1.0
2992025-01-29T20:04:04.908Z Downloaded pretty-hex v0.4.1
3002025-01-29T20:04:04.916Z Downloaded is_terminal_polyfill v1.70.1
3012025-01-29T20:04:04.919Z Downloaded equivalent v1.0.1
3022025-01-29T20:04:04.925Z Downloaded usdt-attr-macro v0.5.0
3032025-01-29T20:04:04.928Z Downloaded scroll_derive v0.12.0
3042025-01-29T20:04:04.930Z Downloaded dtrace-parser v0.2.0
3052025-01-29T20:04:04.933Z Downloaded usdt-macro v0.5.0
3062025-01-29T20:04:04.937Z Downloaded terminal_size v0.4.0
3072025-01-29T20:04:04.940Z Downloaded cfg-if v1.0.0
3082025-01-29T20:04:04.940Z Downloaded thread-id v4.2.2
3092025-01-29T20:04:04.940Z Downloaded thiserror v1.0.69
3102025-01-29T20:04:04.943Z Downloaded pest_generator v2.7.14
3112025-01-29T20:04:04.946Z Downloaded cpufeatures v0.2.14
3122025-01-29T20:04:04.948Z Downloaded heck v0.5.0
3132025-01-29T20:04:04.948Z Downloaded fnv v1.0.7
3142025-01-29T20:04:04.950Z Downloaded fastrand v2.1.1
3152025-01-29T20:04:04.950Z Downloaded anstyle-parse v0.2.5
3162025-01-29T20:04:04.953Z Downloaded usdt v0.5.0
3172025-01-29T20:04:04.953Z Downloaded unicode-linebreak v0.1.5
3182025-01-29T20:04:04.953Z Downloaded proc-macro-error-attr v1.0.4
3192025-01-29T20:04:04.956Z Downloaded serde_tokenstream v0.2.2
3202025-01-29T20:04:04.956Z Downloaded memmap v0.7.0
3212025-01-29T20:04:04.958Z Downloaded macaddr v1.0.1
3222025-01-29T20:04:04.958Z Downloaded itoa v1.0.11
3232025-01-29T20:04:04.961Z Downloaded thiserror-impl v1.0.69
3242025-01-29T20:04:04.961Z Downloaded cargo-platform v0.1.8
3252025-01-29T20:04:04.964Z Downloaded tabled_derive v0.7.0
3262025-01-29T20:04:04.964Z Downloaded block-buffer v0.10.4
3272025-01-29T20:04:04.964Z Downloaded generic-array v0.14.7
3282025-01-29T20:04:04.967Z Downloaded autocfg v1.4.0
3292025-01-29T20:04:04.967Z Downloaded dof v0.3.0
3302025-01-29T20:04:04.967Z Downloaded bytecount v0.6.8
3312025-01-29T20:04:04.970Z Downloaded digest v0.10.7
3322025-01-29T20:04:04.973Z Downloaded clap_lex v0.7.4
3332025-01-29T20:04:04.975Z Downloaded clap_derive v4.5.24
3342025-01-29T20:04:04.978Z Downloaded toml_datetime v0.6.8
3352025-01-29T20:04:04.981Z Downloaded heck v0.4.1
3362025-01-29T20:04:04.981Z Downloaded fs-err v2.11.0
3372025-01-29T20:04:04.984Z Downloaded camino-tempfile v1.1.1
3382025-01-29T20:04:04.987Z Downloaded version_check v0.9.5
3392025-01-29T20:04:04.987Z Downloaded anstyle-query v1.1.1
3402025-01-29T20:04:04.987Z Downloaded smawk v0.3.2
3412025-01-29T20:04:04.990Z Downloaded strsim v0.11.1
3422025-01-29T20:04:04.990Z Downloaded errno v0.3.9
3432025-01-29T20:04:04.992Z Downloaded crypto-common v0.1.6
3442025-01-29T20:04:04.992Z Downloaded usdt-impl v0.5.0
3452025-01-29T20:04:04.992Z Downloaded plain v0.2.3
3462025-01-29T20:04:04.996Z Downloaded colorchoice v1.0.2
3472025-01-29T20:04:04.996Z Downloaded serde_spanned v0.6.8
3482025-01-29T20:04:04.999Z Downloaded sha2 v0.10.8
3492025-01-29T20:04:04.999Z Downloaded proc-macro-error v1.0.4
3502025-01-29T20:04:05.002Z Downloaded byteorder v1.5.0
3512025-01-29T20:04:05.005Z Downloaded quote v1.0.38
3522025-01-29T20:04:05.005Z Downloaded utf8parse v0.2.2
3532025-01-29T20:04:05.008Z Downloaded scroll v0.12.0
3542025-01-29T20:04:05.008Z Downloaded cargo_toml v0.20.5
3552025-01-29T20:04:05.011Z Downloaded zerocopy-derive v0.7.35
3562025-01-29T20:04:05.013Z Downloaded bitflags v2.6.0
3572025-01-29T20:04:05.017Z Downloaded pest_derive v2.7.14
3582025-01-29T20:04:05.020Z Downloaded semver v1.0.24
3592025-01-29T20:04:05.023Z Downloaded typenum v1.17.0
3602025-01-29T20:04:05.026Z Downloaded cargo_metadata v0.18.1
3612025-01-29T20:04:05.031Z Downloaded log v0.4.22
3622025-01-29T20:04:05.034Z Downloaded ryu v1.0.18
3632025-01-29T20:04:05.038Z Downloaded textwrap v0.16.1
3642025-01-29T20:04:05.041Z Downloaded pest_meta v2.7.14
3652025-01-29T20:04:05.044Z Downloaded papergrid v0.11.0
3662025-01-29T20:04:05.048Z Downloaded unicode-ident v1.0.14
3672025-01-29T20:04:05.051Z Downloaded ucd-trie v0.1.7
3682025-01-29T20:04:05.053Z Downloaded toml v0.8.19
3692025-01-29T20:04:05.056Z Downloaded clap v4.5.27
3702025-01-29T20:04:05.063Z Downloaded tempfile v3.13.0
3712025-01-29T20:04:05.065Z Downloaded proc-macro2 v1.0.92
3722025-01-29T20:04:05.068Z Downloaded camino v1.1.9
3732025-01-29T20:04:05.071Z Downloaded once_cell v1.20.2
3742025-01-29T20:04:05.073Z Downloaded serde_derive v1.0.217
3752025-01-29T20:04:05.076Z Downloaded anyhow v1.0.95
3762025-01-29T20:04:05.087Z Downloaded serde v1.0.217
3772025-01-29T20:04:05.090Z Downloaded indexmap v2.7.1
3782025-01-29T20:04:05.096Z Downloaded memchr v2.7.4
3792025-01-29T20:04:05.113Z Downloaded toml_edit v0.22.22
3802025-01-29T20:04:05.132Z Downloaded hashbrown v0.15.1
3812025-01-29T20:04:05.140Z Downloaded pest v2.7.14
3822025-01-29T20:04:05.145Z Downloaded clap_builder v4.5.27
3832025-01-29T20:04:05.157Z Downloaded zerocopy v0.7.35
3842025-01-29T20:04:05.171Z Downloaded winnow v0.6.20
3852025-01-29T20:04:05.179Z Downloaded serde_json v1.0.135
3862025-01-29T20:04:05.186Z Downloaded tabled v0.15.0
3872025-01-29T20:04:05.200Z Downloaded goblin v0.8.2
3882025-01-29T20:04:05.206Z Downloaded syn v1.0.109
3892025-01-29T20:04:05.222Z Downloaded unicode-width v0.1.14
3902025-01-29T20:04:05.230Z Downloaded syn v2.0.96
3912025-01-29T20:04:05.240Z Downloaded rustix v0.38.37
3922025-01-29T20:04:05.287Z Downloaded libc v0.2.169
3932025-01-29T20:04:05.606Z Compiling proc-macro2 v1.0.92
3942025-01-29T20:04:05.606Z Compiling unicode-ident v1.0.14
3952025-01-29T20:04:05.608Z Compiling version_check v0.9.5
3962025-01-29T20:04:05.608Z Compiling serde v1.0.217
3972025-01-29T20:04:05.608Z Compiling memchr v2.7.4
3982025-01-29T20:04:05.608Z Compiling thiserror v1.0.69
3992025-01-29T20:04:05.643Z Compiling libc v0.2.169
4002025-01-29T20:04:05.645Z Compiling ucd-trie v0.1.7
4012025-01-29T20:04:05.879Z Compiling ryu v1.0.18
4022025-01-29T20:04:06.270Z Compiling itoa v1.0.11
4032025-01-29T20:04:06.320Z Compiling once_cell v1.20.2
4042025-01-29T20:04:06.421Z Compiling byteorder v1.5.0
4052025-01-29T20:04:06.673Z Compiling serde_json v1.0.135
4062025-01-29T20:04:06.714Z Compiling rustix v0.38.37
4072025-01-29T20:04:06.818Z Compiling bitflags v2.6.0
4082025-01-29T20:04:07.029Z Compiling usdt-impl v0.5.0
4092025-01-29T20:04:07.165Z Compiling proc-macro-error-attr v1.0.4
4102025-01-29T20:04:07.265Z Compiling syn v1.0.109
4112025-01-29T20:04:07.369Z Compiling proc-macro-error v1.0.4
4122025-01-29T20:04:07.445Z Compiling quote v1.0.38
4132025-01-29T20:04:07.543Z Compiling errno v0.3.9
4142025-01-29T20:04:07.570Z Compiling utf8parse v0.2.2
4152025-01-29T20:04:07.651Z Compiling camino v1.1.9
4162025-01-29T20:04:07.721Z Compiling equivalent v1.0.1
4172025-01-29T20:04:07.747Z Compiling hashbrown v0.15.1
4182025-01-29T20:04:07.861Z Compiling syn v2.0.96
4192025-01-29T20:04:07.890Z Compiling thread-id v4.2.2
4202025-01-29T20:04:07.960Z Compiling plain v0.2.3
4212025-01-29T20:04:08.016Z Compiling log v0.4.22
4222025-01-29T20:04:08.144Z Compiling anstyle-parse v0.2.5
4232025-01-29T20:04:08.474Z Compiling unicode-width v0.1.14
4242025-01-29T20:04:08.504Z Compiling anstyle-query v1.1.1
4252025-01-29T20:04:08.681Z Compiling is_terminal_polyfill v1.70.1
4262025-01-29T20:04:08.708Z Compiling autocfg v1.4.0
4272025-01-29T20:04:08.832Z Compiling indexmap v2.7.1
4282025-01-29T20:04:08.854Z Compiling colorchoice v1.0.2
4292025-01-29T20:04:08.882Z Compiling pretty-hex v0.4.1
4302025-01-29T20:04:09.005Z Compiling anstyle v1.0.10
4312025-01-29T20:04:09.030Z Compiling winnow v0.6.20
4322025-01-29T20:04:09.097Z Compiling semver v1.0.24
4332025-01-29T20:04:09.466Z Compiling anstream v0.6.15
4342025-01-29T20:04:09.673Z Compiling fs-err v2.11.0
4352025-01-29T20:04:09.700Z Compiling terminal_size v0.4.0
4362025-01-29T20:04:10.040Z Compiling anyhow v1.0.95
4372025-01-29T20:04:10.067Z Compiling bytecount v0.6.8
4382025-01-29T20:04:10.093Z Compiling fastrand v2.1.1
4392025-01-29T20:04:10.118Z Compiling strsim v0.11.1
4402025-01-29T20:04:10.321Z Compiling heck v0.5.0
4412025-01-29T20:04:10.350Z Compiling heck v0.4.1
4422025-01-29T20:04:10.711Z Compiling cfg-if v1.0.0
4432025-01-29T20:04:10.834Z Compiling clap_lex v0.7.4
4442025-01-29T20:04:10.860Z Compiling fnv v1.0.7
4452025-01-29T20:04:11.022Z Compiling tempfile v3.13.0
4462025-01-29T20:04:11.100Z Compiling papergrid v0.11.0
4472025-01-29T20:04:11.288Z Compiling clap_builder v4.5.27
4482025-01-29T20:04:11.431Z Compiling memmap v0.7.0
4492025-01-29T20:04:11.475Z Compiling smawk v0.3.2
4502025-01-29T20:04:11.711Z Compiling unicode-linebreak v0.1.5
4512025-01-29T20:04:12.234Z Compiling textwrap v0.16.1
4522025-01-29T20:04:12.354Z Compiling swrite v0.1.0
4532025-01-29T20:04:13.009Z Compiling tabled_derive v0.7.0
4542025-01-29T20:04:14.455Z Compiling tabled v0.15.0
4552025-01-29T20:04:14.798Z Compiling serde_derive v1.0.217
4562025-01-29T20:04:14.798Z Compiling thiserror-impl v1.0.69
4572025-01-29T20:04:14.800Z Compiling zerocopy-derive v0.7.35
4582025-01-29T20:04:14.800Z Compiling scroll_derive v0.12.0
4592025-01-29T20:04:14.800Z Compiling clap_derive v4.5.24
4602025-01-29T20:04:16.294Z Compiling scroll v0.12.0
4612025-01-29T20:04:16.826Z Compiling goblin v0.8.2
4622025-01-29T20:04:16.896Z Compiling zerocopy v0.7.35
4632025-01-29T20:04:17.645Z Compiling pest v2.7.14
4642025-01-29T20:04:18.565Z Compiling clap v4.5.27
4652025-01-29T20:04:19.812Z Compiling pest_meta v2.7.14
4662025-01-29T20:04:20.779Z Compiling pest_generator v2.7.14
4672025-01-29T20:04:22.039Z Compiling pest_derive v2.7.14
4682025-01-29T20:04:22.804Z Compiling dtrace-parser v0.2.0
4692025-01-29T20:04:23.767Z Compiling serde_tokenstream v0.2.2
4702025-01-29T20:04:23.842Z Compiling serde_spanned v0.6.8
4712025-01-29T20:04:23.842Z Compiling toml_datetime v0.6.8
4722025-01-29T20:04:23.956Z Compiling cargo-platform v0.1.8
4732025-01-29T20:04:24.185Z Compiling toml_edit v0.22.22
4742025-01-29T20:04:24.317Z Compiling macaddr v1.0.1
4752025-01-29T20:04:24.476Z Compiling camino-tempfile v1.1.1
4762025-01-29T20:04:25.183Z Compiling dof v0.3.0
4772025-01-29T20:04:25.234Z Compiling cargo_metadata v0.18.1
4782025-01-29T20:04:26.634Z Compiling usdt-attr-macro v0.5.0
4792025-01-29T20:04:26.635Z Compiling usdt-macro v0.5.0
4802025-01-29T20:04:27.071Z Compiling toml v0.8.19
4812025-01-29T20:04:27.811Z Compiling usdt v0.5.0
4822025-01-29T20:04:27.916Z Compiling cargo_toml v0.20.5
4832025-01-29T20:04:30.613Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842025-01-29T20:04:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.32s
4852025-01-29T20:04:34.071Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4862025-01-29T20:04:34.613Z Downloading crates ...
4872025-01-29T20:04:34.729Z Downloaded assert_matches v1.5.0
4882025-01-29T20:04:34.737Z Downloaded async-stream-impl v0.3.6
4892025-01-29T20:04:34.740Z Downloaded atty v0.2.14
4902025-01-29T20:04:34.744Z Downloaded atomicwrites v0.4.4
4912025-01-29T20:04:34.749Z Downloaded ciborium-io v0.2.2
4922025-01-29T20:04:34.752Z Downloaded crunchy v0.2.2
4932025-01-29T20:04:34.756Z Downloaded cfg_aliases v0.1.1
4942025-01-29T20:04:34.758Z Downloaded cfg_aliases v0.2.1
4952025-01-29T20:04:34.765Z Downloaded async-recursion v1.1.1
4962025-01-29T20:04:34.769Z Downloaded async-stream v0.3.6
4972025-01-29T20:04:34.773Z Downloaded hmac v0.12.1
4982025-01-29T20:04:34.778Z Downloaded cstr-argument v0.1.2
4992025-01-29T20:04:34.781Z Downloaded ident_case v1.0.1
5002025-01-29T20:04:34.781Z Downloaded crucible-workspace-hack v0.1.0
5012025-01-29T20:04:34.781Z Downloaded cexpr v0.6.0
5022025-01-29T20:04:34.784Z Downloaded icu_provider_macros v1.5.0
5032025-01-29T20:04:34.784Z Downloaded cbc v0.1.2
5042025-01-29T20:04:34.787Z Downloaded buf-list v1.0.3
5052025-01-29T20:04:34.789Z Downloaded cmake v0.1.51
5062025-01-29T20:04:34.792Z Downloaded blowfish v0.9.1
5072025-01-29T20:04:34.793Z Downloaded block-padding v0.3.3
5082025-01-29T20:04:34.796Z Downloaded instant v0.1.13
5092025-01-29T20:04:34.796Z Downloaded ciborium-ll v0.2.2
5102025-01-29T20:04:34.800Z Downloaded bit-set v0.5.3
5112025-01-29T20:04:34.800Z Downloaded bb8 v0.8.5
5122025-01-29T20:04:34.803Z Downloaded castaway v0.2.3
5132025-01-29T20:04:34.803Z Downloaded crc-catalog v2.4.0
5142025-01-29T20:04:34.806Z Downloaded chrono-tz-build v0.4.0
5152025-01-29T20:04:34.806Z Downloaded new_debug_unreachable v1.0.6
5162025-01-29T20:04:34.806Z Downloaded match_cfg v0.1.0
5172025-01-29T20:04:34.811Z Downloaded chacha20 v0.9.1
5182025-01-29T20:04:34.814Z Downloaded newline-converter v0.3.0
5192025-01-29T20:04:34.814Z Downloaded http-body v1.0.1
5202025-01-29T20:04:34.814Z Downloaded curve25519-dalek-derive v0.1.1
5212025-01-29T20:04:34.817Z Downloaded md5 v0.7.0
5222025-01-29T20:04:34.817Z Downloaded cobs v0.2.3
5232025-01-29T20:04:34.817Z Downloaded ctr v0.9.2
5242025-01-29T20:04:34.820Z Downloaded argon2 v0.5.3
5252025-01-29T20:04:34.823Z Downloaded mirai-annotations v1.12.0
5262025-01-29T20:04:34.826Z Downloaded hickory-resolver v0.24.2
5272025-01-29T20:04:34.830Z Downloaded hubpack_derive v0.1.1
5282025-01-29T20:04:34.830Z Downloaded adler2 v2.0.0
5292025-01-29T20:04:34.833Z Downloaded cipher v0.4.4
5302025-01-29T20:04:34.836Z Downloaded constant_time_eq v0.3.1
5312025-01-29T20:04:34.836Z Downloaded kstat-rs v0.2.4
5322025-01-29T20:04:34.840Z Downloaded colored v2.1.0
5332025-01-29T20:04:34.843Z Downloaded home v0.5.9
5342025-01-29T20:04:34.843Z Downloaded async-bb8-diesel v0.2.1
5352025-01-29T20:04:34.847Z Downloaded backoff v0.4.0
5362025-01-29T20:04:34.850Z Downloaded indoc v1.0.9
5372025-01-29T20:04:34.853Z Downloaded inout v0.1.3
5382025-01-29T20:04:34.853Z Downloaded convert_case v0.4.0
5392025-01-29T20:04:34.856Z Downloaded cancel-safe-futures v0.1.5
5402025-01-29T20:04:34.860Z Downloaded rpassword v7.3.1
5412025-01-29T20:04:34.865Z Downloaded is-terminal v0.4.13
5422025-01-29T20:04:34.865Z Downloaded hyper-tls v0.6.0
5432025-01-29T20:04:34.865Z Downloaded maybe-uninit v2.0.0
5442025-01-29T20:04:34.869Z Downloaded csv-core v0.1.11
5452025-01-29T20:04:34.869Z Downloaded memoffset v0.9.1
5462025-01-29T20:04:34.869Z Downloaded linked-hash-map v0.5.6
5472025-01-29T20:04:34.872Z Downloaded linear-map v1.2.0
5482025-01-29T20:04:34.872Z Downloaded lazycell v1.3.0
5492025-01-29T20:04:34.875Z Downloaded cookie_store v0.21.1
5502025-01-29T20:04:34.880Z Downloaded libsw v3.3.1
5512025-01-29T20:04:34.883Z Downloaded tower-service v0.3.3
5522025-01-29T20:04:34.883Z Downloaded maplit v1.0.2
5532025-01-29T20:04:34.883Z Downloaded crossbeam-deque v0.8.5
5542025-01-29T20:04:34.883Z Downloaded termtree v0.4.1
5552025-01-29T20:04:34.886Z Downloaded rand_seeder v0.3.0
5562025-01-29T20:04:34.890Z Downloaded lru-cache v0.1.2
5572025-01-29T20:04:34.890Z Downloaded lru v0.12.5
5582025-01-29T20:04:34.893Z Downloaded managed v0.8.0
5592025-01-29T20:04:34.893Z Downloaded bzip2 v0.4.4
5602025-01-29T20:04:34.893Z Downloaded clang-sys v1.8.1
5612025-01-29T20:04:34.896Z Downloaded mime v0.3.17
5622025-01-29T20:04:34.899Z Downloaded md-5 v0.10.6
5632025-01-29T20:04:34.902Z Downloaded tinyvec_macros v0.1.1
5642025-01-29T20:04:34.902Z Downloaded blake2 v0.10.6
5652025-01-29T20:04:34.905Z Downloaded const_format_proc_macros v0.2.34
5662025-01-29T20:04:34.908Z Downloaded write16 v1.0.0
5672025-01-29T20:04:34.910Z Downloaded highway v1.2.0
5682025-01-29T20:04:34.913Z Downloaded crossbeam-utils v0.8.20
5692025-01-29T20:04:34.916Z Downloaded rustfmt-wrapper v0.2.1
5702025-01-29T20:04:34.920Z Downloaded multimap v0.10.0
5712025-01-29T20:04:34.920Z Downloaded crc-any v2.5.0
5722025-01-29T20:04:34.925Z Downloaded diesel_table_macro_syntax v0.2.0
5732025-01-29T20:04:34.925Z Downloaded httparse v1.9.5
5742025-01-29T20:04:34.928Z Downloaded signal-hook-tokio v0.3.1
5752025-01-29T20:04:34.928Z Downloaded termios v0.3.3
5762025-01-29T20:04:34.931Z Downloaded libloading v0.8.5
5772025-01-29T20:04:34.934Z Downloaded tinystr v0.7.6
5782025-01-29T20:04:34.937Z Downloaded termcolor v1.4.1
5792025-01-29T20:04:34.937Z Downloaded supports-color v3.0.1
5802025-01-29T20:04:34.940Z Downloaded stringprep v0.1.5
5812025-01-29T20:04:34.943Z Downloaded litemap v0.7.3
5822025-01-29T20:04:34.946Z Downloaded async-trait v0.1.85
5832025-01-29T20:04:34.950Z Downloaded nanorand v0.7.0
5842025-01-29T20:04:34.954Z Downloaded lock_api v0.4.12
5852025-01-29T20:04:34.957Z Downloaded downcast v0.11.0
5862025-01-29T20:04:34.957Z Downloaded chacha20poly1305 v0.10.1
5872025-01-29T20:04:34.962Z Downloaded rustversion v1.0.17
5882025-01-29T20:04:34.965Z Downloaded libefi-sys v0.1.0
5892025-01-29T20:04:34.965Z Downloaded schemars_derive v0.8.21
5902025-01-29T20:04:34.965Z Downloaded hyper-staticfile v0.10.1
5912025-01-29T20:04:34.968Z Downloaded which v4.4.2
5922025-01-29T20:04:34.970Z Downloaded serde_with_macros v3.11.0
5932025-01-29T20:04:34.975Z Downloaded number_prefix v0.4.0
5942025-01-29T20:04:34.975Z Downloaded num_threads v0.1.7
5952025-01-29T20:04:34.978Z Downloaded base64 v0.13.1
5962025-01-29T20:04:34.980Z Downloaded lalrpop-util v0.19.12
5972025-01-29T20:04:34.980Z Downloaded crossbeam-epoch v0.9.18
5982025-01-29T20:04:34.984Z Downloaded pretty-hex v0.2.1
5992025-01-29T20:04:34.987Z Downloaded defmt-macros v0.3.9
6002025-01-29T20:04:34.991Z Downloaded fragile v2.0.0
6012025-01-29T20:04:34.994Z Downloaded sqlparser_derive v0.2.2
6022025-01-29T20:04:34.994Z Downloaded serde-big-array v0.5.1
6032025-01-29T20:04:34.994Z Downloaded fallible-iterator v0.2.0
6042025-01-29T20:04:34.997Z Downloaded dunce v1.0.5
6052025-01-29T20:04:34.997Z Downloaded tls_codec_derive v0.4.1
6062025-01-29T20:04:35.001Z Downloaded mime_guess v2.0.5
6072025-01-29T20:04:35.001Z Downloaded num_enum_derive v0.5.11
6082025-01-29T20:04:35.003Z Downloaded icu_normalizer v1.5.0
6092025-01-29T20:04:35.006Z Downloaded base64 v0.21.7
6102025-01-29T20:04:35.011Z Downloaded native-tls v0.2.12
6112025-01-29T20:04:35.014Z Downloaded mockall_derive v0.13.0
6122025-01-29T20:04:35.017Z Downloaded indexmap v1.9.3
6132025-01-29T20:04:35.021Z Downloaded try-lock v0.2.5
6142025-01-29T20:04:35.025Z Downloaded icu_locid_transform_data v1.5.0
6152025-01-29T20:04:35.025Z Downloaded whoami v1.5.2
6162025-01-29T20:04:35.031Z Downloaded icu_provider v1.5.0
6172025-01-29T20:04:35.034Z Downloaded zone_cfg_derive v0.1.2
6182025-01-29T20:04:35.034Z Downloaded phf_shared v0.11.2
6192025-01-29T20:04:35.034Z Downloaded peg v0.8.4
6202025-01-29T20:04:35.037Z Downloaded rfc6979 v0.4.0
6212025-01-29T20:04:35.040Z Downloaded env_logger v0.11.5
6222025-01-29T20:04:35.044Z Downloaded derive_builder_macro v0.20.2
6232025-01-29T20:04:35.046Z Downloaded futures-core v0.3.31
6242025-01-29T20:04:35.046Z Downloaded rustc-hash v2.0.0
6252025-01-29T20:04:35.049Z Downloaded funty v2.0.0
6262025-01-29T20:04:35.049Z Downloaded fallible-iterator v0.3.0
6272025-01-29T20:04:35.052Z Downloaded shlex v1.3.0
6282025-01-29T20:04:35.052Z Downloaded num-complex v0.4.6
6292025-01-29T20:04:35.055Z Downloaded zone_cfg_derive v0.3.0
6302025-01-29T20:04:35.055Z Downloaded fs_extra v1.3.0
6312025-01-29T20:04:35.057Z Downloaded crypto-bigint v0.5.5
6322025-01-29T20:04:35.065Z Downloaded termtree v0.5.1
6332025-01-29T20:04:35.068Z Downloaded heapless v0.8.0
6342025-01-29T20:04:35.076Z Downloaded tui-tree-widget v0.22.0
6352025-01-29T20:04:35.079Z Downloaded thread_local v1.1.8
6362025-01-29T20:04:35.079Z Downloaded thiserror-no-std v2.0.2
6372025-01-29T20:04:35.081Z Downloaded peg-runtime v0.8.3
6382025-01-29T20:04:35.084Z Downloaded indicatif v0.17.9
6392025-01-29T20:04:35.086Z Downloaded progenitor v0.9.1
6402025-01-29T20:04:35.090Z Downloaded peg-macros v0.8.4
6412025-01-29T20:04:35.093Z Downloaded zopfli v0.8.1
6422025-01-29T20:04:35.096Z Downloaded icu_properties v1.5.1
6432025-01-29T20:04:35.099Z Downloaded crossbeam-channel v0.5.13
6442025-01-29T20:04:35.102Z Downloaded hex-literal v0.4.1
6452025-01-29T20:04:35.105Z Downloaded group v0.13.0
6462025-01-29T20:04:35.108Z Downloaded fixedbitset v0.4.2
6472025-01-29T20:04:35.108Z Downloaded bumpalo v3.16.0
6482025-01-29T20:04:35.111Z Downloaded take_mut v0.2.2
6492025-01-29T20:04:35.114Z Downloaded ron v0.8.1
6502025-01-29T20:04:35.119Z Downloaded tokio-tungstenite v0.23.1
6512025-01-29T20:04:35.122Z Downloaded structmeta v0.3.0
6522025-01-29T20:04:35.125Z Downloaded structmeta-derive v0.2.0
6532025-01-29T20:04:35.125Z Downloaded either v1.13.0
6542025-01-29T20:04:35.127Z Downloaded num_enum v0.5.11
6552025-01-29T20:04:35.134Z Downloaded vte_generate_state_changes v0.1.2
6562025-01-29T20:04:35.137Z Downloaded progenitor v0.8.0
6572025-01-29T20:04:35.137Z Downloaded pbkdf2 v0.11.0
6582025-01-29T20:04:35.140Z Downloaded xattr v1.3.1
6592025-01-29T20:04:35.151Z Downloaded openssl-probe v0.1.5
6602025-01-29T20:04:35.154Z Downloaded futures-macro v0.3.31
6612025-01-29T20:04:35.156Z Downloaded futures-io v0.3.31
6622025-01-29T20:04:35.157Z Downloaded foreign-types-shared v0.3.1
6632025-01-29T20:04:35.157Z Downloaded want v0.3.1
6642025-01-29T20:04:35.159Z Downloaded waitgroup v0.1.2
6652025-01-29T20:04:35.160Z Downloaded des v0.8.1
6662025-01-29T20:04:35.163Z Downloaded rsa v0.9.6
6672025-01-29T20:04:35.166Z Downloaded hyper-util v0.1.10
6682025-01-29T20:04:35.172Z Downloaded tap v1.0.1
6692025-01-29T20:04:35.175Z Downloaded typify-macro v0.3.0
6702025-01-29T20:04:35.175Z Downloaded icu_collections v1.5.0
6712025-01-29T20:04:35.181Z Downloaded unarray v0.1.4
6722025-01-29T20:04:35.183Z Downloaded olpc-cjson v0.1.4
6732025-01-29T20:04:35.186Z Downloaded serde_derive_internals v0.29.1
6742025-01-29T20:04:35.189Z Downloaded dirs-next v2.0.0
6752025-01-29T20:04:35.189Z Downloaded debug-ignore v1.0.5
6762025-01-29T20:04:35.193Z Downloaded wait-timeout v0.2.0
6772025-01-29T20:04:35.193Z Downloaded typify-macro v0.2.0
6782025-01-29T20:04:35.196Z Downloaded fxhash v0.2.1
6792025-01-29T20:04:35.196Z Downloaded endian-type v0.1.2
6802025-01-29T20:04:35.196Z Downloaded zerocopy v0.6.6
6812025-01-29T20:04:35.199Z Downloaded structmeta v0.2.0
6822025-01-29T20:04:35.199Z Downloaded nodrop v0.1.14
6832025-01-29T20:04:35.202Z Downloaded num v0.4.3
6842025-01-29T20:04:35.202Z Downloaded form_urlencoded v1.2.1
6852025-01-29T20:04:35.205Z Downloaded percent-encoding v2.3.1
6862025-01-29T20:04:35.205Z Downloaded pem v3.0.4
6872025-01-29T20:04:35.208Z Downloaded float-cmp v0.9.0
6882025-01-29T20:04:35.208Z Downloaded futures-executor v0.3.31
6892025-01-29T20:04:35.212Z Downloaded tracing-attributes v0.1.27
6902025-01-29T20:04:35.215Z Downloaded rusty-fork v0.3.0
6912025-01-29T20:04:35.215Z Downloaded term v0.7.0
6922025-01-29T20:04:35.218Z Downloaded spin v0.9.8
6932025-01-29T20:04:35.227Z Downloaded typify v0.3.0
6942025-01-29T20:04:35.231Z Downloaded yoke-derive v0.7.4
6952025-01-29T20:04:35.236Z Downloaded float-ord v0.3.2
6962025-01-29T20:04:35.239Z Downloaded r2d2 v0.8.10
6972025-01-29T20:04:35.239Z Downloaded pkg-config v0.3.31
6982025-01-29T20:04:35.242Z Downloaded serde_plain v1.0.2
6992025-01-29T20:04:35.248Z Downloaded static_assertions v1.1.0
7002025-01-29T20:04:35.252Z Downloaded pin-project v1.1.6
7012025-01-29T20:04:35.263Z Downloaded strum_macros v0.25.3
7022025-01-29T20:04:35.266Z Downloaded hickory-server v0.24.2
7032025-01-29T20:04:35.273Z Downloaded ssh-cipher v0.2.0
7042025-01-29T20:04:35.277Z Downloaded serde_repr v0.1.19
7052025-01-29T20:04:35.277Z Downloaded slog v2.7.0
7062025-01-29T20:04:35.280Z Downloaded wyz v0.5.1
7072025-01-29T20:04:35.283Z Downloaded minimal-lexical v0.2.1
7082025-01-29T20:04:35.287Z Downloaded scopeguard v1.2.0
7092025-01-29T20:04:35.290Z Downloaded aho-corasick v1.1.3
7102025-01-29T20:04:35.294Z Downloaded defmt v0.3.8
7112025-01-29T20:04:35.298Z Downloaded fallible-streaming-iterator v0.1.9
7122025-01-29T20:04:35.301Z Downloaded fd-lock v4.0.2
7132025-01-29T20:04:35.305Z Downloaded enum-as-inner v0.6.1
7142025-01-29T20:04:35.305Z Downloaded ena v0.14.3
7152025-01-29T20:04:35.309Z Downloaded postgres-types v0.2.8
7162025-01-29T20:04:35.312Z Downloaded headers-core v0.3.0
7172025-01-29T20:04:35.312Z Downloaded expectorate v1.1.0
7182025-01-29T20:04:35.312Z Downloaded ff v0.13.0
7192025-01-29T20:04:35.315Z Downloaded quick-error v1.2.3
7202025-01-29T20:04:35.318Z Downloaded tokio-rustls v0.24.1
7212025-01-29T20:04:35.318Z Downloaded sigpipe v0.1.3
7222025-01-29T20:04:35.320Z Downloaded strum_macros v0.24.3
7232025-01-29T20:04:35.323Z Downloaded crossterm v0.28.1
7242025-01-29T20:04:35.328Z Downloaded foreign-types-shared v0.1.1
7252025-01-29T20:04:35.332Z Downloaded darling_macro v0.20.10
7262025-01-29T20:04:35.332Z Downloaded smf v0.2.3
7272025-01-29T20:04:35.333Z Downloaded salsa20 v0.10.2
7282025-01-29T20:04:35.336Z Downloaded dropshot_endpoint v0.12.0
7292025-01-29T20:04:35.339Z Downloaded parse-size v1.1.0
7302025-01-29T20:04:35.339Z Downloaded openssl-macros v0.1.1
7312025-01-29T20:04:35.339Z Downloaded scheduled-thread-pool v0.2.7
7322025-01-29T20:04:35.342Z Downloaded ref-cast v1.0.23
7332025-01-29T20:04:35.342Z Downloaded slog-json v2.6.1
7342025-01-29T20:04:35.346Z Downloaded slog-dtrace v0.3.0
7352025-01-29T20:04:35.348Z Downloaded unicode_categories v0.1.1
7362025-01-29T20:04:35.349Z Downloaded http v1.2.0
7372025-01-29T20:04:35.354Z Downloaded slog-bunyan v2.5.0
7382025-01-29T20:04:35.356Z Downloaded writeable v0.5.5
7392025-01-29T20:04:35.356Z Downloaded pkcs5 v0.7.1
7402025-01-29T20:04:35.360Z Downloaded walkdir v2.5.0
7412025-01-29T20:04:35.364Z Downloaded zerofrom v0.1.4
7422025-01-29T20:04:35.368Z Downloaded embedded-io v0.6.1
7432025-01-29T20:04:35.368Z Downloaded deranged v0.3.11
7442025-01-29T20:04:35.368Z Downloaded owo-colors v4.1.0
7452025-01-29T20:04:35.370Z Downloaded newtype_derive v0.1.6
7462025-01-29T20:04:35.373Z Downloaded heck v0.3.3
7472025-01-29T20:04:35.373Z Downloaded oso-derive v0.27.3
7482025-01-29T20:04:35.373Z Downloaded postgres-protocol v0.6.7
7492025-01-29T20:04:35.376Z Downloaded foreign-types v0.5.0
7502025-01-29T20:04:35.379Z Downloaded foldhash v0.1.3
7512025-01-29T20:04:35.379Z Downloaded num-bigint-dig v0.8.4
7522025-01-29T20:04:35.386Z Downloaded precomputed-hash v0.1.1
7532025-01-29T20:04:35.389Z Downloaded tar v0.4.42
7542025-01-29T20:04:35.389Z Downloaded blake3 v1.5.4
7552025-01-29T20:04:35.396Z Downloaded phf v0.11.2
7562025-01-29T20:04:35.401Z Downloaded slog-envlogger v2.2.0
7572025-01-29T20:04:35.401Z Downloaded url v2.5.3
7582025-01-29T20:04:35.407Z Downloaded tungstenite v0.24.0
7592025-01-29T20:04:35.410Z Downloaded slab v0.4.9
7602025-01-29T20:04:35.410Z Downloaded siphasher v0.3.11
7612025-01-29T20:04:35.410Z Downloaded fatfs v0.3.6
7622025-01-29T20:04:35.413Z Downloaded russh v0.45.0
7632025-01-29T20:04:35.419Z Downloaded zerofrom-derive v0.1.4
7642025-01-29T20:04:35.422Z Downloaded embedded-io v0.4.0
7652025-01-29T20:04:35.425Z Downloaded strum_macros v0.26.4
7662025-01-29T20:04:35.425Z Downloaded newtype-uuid v1.2.1
7672025-01-29T20:04:35.428Z Downloaded aws-lc-rs v1.10.0
7682025-01-29T20:04:35.435Z Downloaded progenitor-client v0.8.0
7692025-01-29T20:04:35.439Z Downloaded libxml v0.3.3
7702025-01-29T20:04:35.442Z Downloaded powerfmt v0.2.0
7712025-01-29T20:04:35.445Z Downloaded num-iter v0.1.45
7722025-01-29T20:04:35.448Z Downloaded serde_urlencoded v0.7.1
7732025-01-29T20:04:35.448Z Downloaded phf_codegen v0.11.2
7742025-01-29T20:04:35.451Z Downloaded der_derive v0.7.3
7752025-01-29T20:04:35.451Z Downloaded itertools v0.10.5
7762025-01-29T20:04:35.457Z Downloaded russh-cryptovec v0.7.3
7772025-01-29T20:04:35.460Z Downloaded utf16_iter v1.0.5
7782025-01-29T20:04:35.460Z Downloaded hash32 v0.3.1
7792025-01-29T20:04:35.464Z Downloaded utf8_iter v1.0.4
7802025-01-29T20:04:35.464Z Downloaded untrusted v0.9.0
7812025-01-29T20:04:35.467Z Downloaded flume v0.11.1
7822025-01-29T20:04:35.469Z Downloaded zeroize_derive v1.4.2
7832025-01-29T20:04:35.469Z Downloaded tokio-native-tls v0.3.1
7842025-01-29T20:04:35.478Z Downloaded rustls-pemfile v1.0.4
7852025-01-29T20:04:35.478Z Downloaded psl-types v2.0.11
7862025-01-29T20:04:35.478Z Downloaded serde_with v3.11.0
7872025-01-29T20:04:35.483Z Downloaded progenitor-macro v0.9.1
7882025-01-29T20:04:35.486Z Downloaded quick-xml v0.33.0
7892025-01-29T20:04:35.490Z Downloaded tokio-macros v2.5.0
7902025-01-29T20:04:35.493Z Downloaded ppv-lite86 v0.2.20
7912025-01-29T20:04:35.493Z Downloaded zone v0.1.8
7922025-01-29T20:04:35.495Z Downloaded phf_shared v0.10.0
7932025-01-29T20:04:35.495Z Downloaded num-rational v0.4.2
7942025-01-29T20:04:35.498Z Downloaded untrusted v0.7.1
7952025-01-29T20:04:35.499Z Downloaded zerovec-derive v0.10.3
7962025-01-29T20:04:35.502Z Downloaded ron v0.7.1
7972025-01-29T20:04:35.505Z Downloaded strum v0.26.3
7982025-01-29T20:04:35.508Z Downloaded progenitor-client v0.9.1
7992025-01-29T20:04:35.508Z Downloaded subprocess v0.2.9
8002025-01-29T20:04:35.511Z Downloaded rtoolbox v0.0.2
8012025-01-29T20:04:35.514Z Downloaded resolv-conf v0.7.0
8022025-01-29T20:04:35.514Z Downloaded sqlformat v0.2.6
8032025-01-29T20:04:35.517Z Downloaded value-bag v1.9.0
8042025-01-29T20:04:35.520Z Downloaded libm v0.2.8
8052025-01-29T20:04:35.526Z Downloaded uzers v0.12.1
8062025-01-29T20:04:35.530Z Downloaded num-integer v0.1.46
8072025-01-29T20:04:35.533Z Downloaded hex v0.4.3
8082025-01-29T20:04:35.533Z Downloaded unicode-properties v0.1.3
8092025-01-29T20:04:35.536Z Downloaded num-bigint v0.4.6
8102025-01-29T20:04:35.539Z Downloaded password-hash v0.5.0
8112025-01-29T20:04:35.542Z Downloaded p256 v0.13.2
8122025-01-29T20:04:35.545Z Downloaded subtle v2.6.1
8132025-01-29T20:04:35.548Z Downloaded progenitor-macro v0.8.0
8142025-01-29T20:04:35.550Z Downloaded ref-cast-impl v1.0.23
8152025-01-29T20:04:35.551Z Downloaded num-traits v0.2.19
8162025-01-29T20:04:35.553Z Downloaded rayon-core v1.12.1
8172025-01-29T20:04:35.556Z Downloaded sync_wrapper v1.0.1
8182025-01-29T20:04:35.559Z Downloaded rustc-demangle v0.1.24
8192025-01-29T20:04:35.559Z Downloaded hashbrown v0.13.2
8202025-01-29T20:04:35.564Z Downloaded globset v0.4.15
8212025-01-29T20:04:35.566Z Downloaded universal-hash v0.5.1
8222025-01-29T20:04:35.566Z Downloaded unicode-truncate v1.1.0
8232025-01-29T20:04:35.569Z Downloaded tokio-tungstenite v0.24.0
8242025-01-29T20:04:35.571Z Downloaded proptest v1.5.0
8252025-01-29T20:04:35.580Z Downloaded document-features v0.2.10
8262025-01-29T20:04:35.583Z Downloaded bitvec v1.0.1
8272025-01-29T20:04:35.599Z Downloaded scrypt v0.11.0
8282025-01-29T20:04:35.602Z Downloaded sha1 v0.10.6
8292025-01-29T20:04:35.602Z Downloaded dyn-clone v1.0.17
8302025-01-29T20:04:35.605Z Downloaded string_cache v0.8.7
8312025-01-29T20:04:35.605Z Downloaded spki v0.7.3
8322025-01-29T20:04:35.608Z Downloaded glob v0.3.2
8332025-01-29T20:04:35.608Z Downloaded time-core v0.1.2
8342025-01-29T20:04:35.611Z Downloaded uuid v1.12.0
8352025-01-29T20:04:35.614Z Downloaded ghash v0.5.1
8362025-01-29T20:04:35.614Z Downloaded vsss-rs v3.3.4
8372025-01-29T20:04:35.616Z Downloaded time-macros v0.2.18
8382025-01-29T20:04:35.619Z Downloaded publicsuffix v2.3.0
8392025-01-29T20:04:35.624Z Downloaded parking_lot v0.11.2
8402025-01-29T20:04:35.627Z Downloaded unsafe-libyaml v0.2.11
8412025-01-29T20:04:35.630Z Downloaded tabwriter v1.4.0
8422025-01-29T20:04:35.633Z Downloaded synstructure v0.13.1
8432025-01-29T20:04:35.633Z Downloaded quinn-udp v0.5.5
8442025-01-29T20:04:35.635Z Downloaded hash32 v0.2.1
8452025-01-29T20:04:35.636Z Downloaded ed25519 v2.2.3
8462025-01-29T20:04:35.638Z Downloaded hashlink v0.9.1
8472025-01-29T20:04:35.640Z Downloaded itertools v0.12.1
8482025-01-29T20:04:35.648Z Downloaded progenitor-impl v0.8.0
8492025-01-29T20:04:35.651Z Downloaded postcard v1.0.10
8502025-01-29T20:04:35.654Z Downloaded nu-ansi-term v0.50.1
8512025-01-29T20:04:35.656Z Downloaded parking_lot_core v0.8.6
8522025-01-29T20:04:35.659Z Downloaded vte v0.11.1
8532025-01-29T20:04:35.661Z Downloaded poly1305 v0.8.0
8542025-01-29T20:04:35.664Z Downloaded rustls-pki-types v1.10.0
8552025-01-29T20:04:35.669Z Downloaded x509-cert v0.2.5
8562025-01-29T20:04:35.675Z Downloaded yoke v0.7.4
8572025-01-29T20:04:35.679Z Downloaded displaydoc v0.2.5
8582025-01-29T20:04:35.682Z Downloaded pin-project-lite v0.2.14
8592025-01-29T20:04:35.685Z Downloaded half v2.4.1
8602025-01-29T20:04:35.688Z Downloaded hkdf v0.12.4
8612025-01-29T20:04:35.690Z Downloaded parking_lot v0.12.3
8622025-01-29T20:04:35.692Z Downloaded pin-utils v0.1.0
8632025-01-29T20:04:35.695Z Downloaded phf_generator v0.11.2
8642025-01-29T20:04:35.695Z Downloaded ed25519-dalek v2.1.1
8652025-01-29T20:04:35.698Z Downloaded zerocopy-derive v0.8.10
8662025-01-29T20:04:35.705Z Downloaded socket2 v0.5.7
8672025-01-29T20:04:35.707Z Downloaded diff v0.1.13
8682025-01-29T20:04:35.710Z Downloaded snafu v0.8.5
8692025-01-29T20:04:35.716Z Downloaded unicode-bidi v0.3.17
8702025-01-29T20:04:35.719Z Downloaded rayon v1.10.0
8712025-01-29T20:04:35.729Z Downloaded dirs-sys-next v0.1.2
8722025-01-29T20:04:35.731Z Downloaded serde_yaml v0.9.34+deprecated
8732025-01-29T20:04:35.737Z Downloaded packed_struct v0.10.1
8742025-01-29T20:04:35.740Z Downloaded dsl_auto_type v0.1.2
8752025-01-29T20:04:35.740Z Downloaded display-error-chain v0.2.2
8762025-01-29T20:04:35.740Z Downloaded sct v0.7.1
8772025-01-29T20:04:35.742Z Downloaded zip v0.6.6
8782025-01-29T20:04:35.748Z Downloaded parking_lot_core v0.9.10
8792025-01-29T20:04:35.751Z Downloaded rustls-webpki v0.101.7
8802025-01-29T20:04:35.764Z Downloaded nom v7.1.3
8812025-01-29T20:04:35.768Z Downloaded zerocopy v0.8.10
8822025-01-29T20:04:35.794Z Downloaded zerovec v0.10.4
8832025-01-29T20:04:35.800Z Downloaded winnow v0.5.40
8842025-01-29T20:04:35.810Z Downloaded ecdsa v0.16.9
8852025-01-29T20:04:35.813Z Downloaded darling_core v0.20.10
8862025-01-29T20:04:35.816Z Downloaded dropshot_endpoint v0.15.1
8872025-01-29T20:04:35.819Z Downloaded rusqlite v0.32.1
8882025-01-29T20:04:35.826Z Downloaded ssh-key v0.6.6
8892025-01-29T20:04:35.834Z Downloaded unicode-width v0.2.0
8902025-01-29T20:04:35.842Z Downloaded toml_edit v0.19.15
8912025-01-29T20:04:35.858Z Downloaded h2 v0.4.6
8922025-01-29T20:04:35.865Z Downloaded unicode-segmentation v1.12.0
8932025-01-29T20:04:35.869Z Downloaded petname v2.0.2
8942025-01-29T20:04:35.875Z Downloaded curve25519-dalek v4.1.3
8952025-01-29T20:04:35.884Z Downloaded rustls-webpki v0.102.8
8962025-01-29T20:04:35.905Z Downloaded dropshot v0.12.0
8972025-01-29T20:04:35.930Z Downloaded polar-core v0.27.3
8982025-01-29T20:04:35.937Z Downloaded futures-util v0.3.31
8992025-01-29T20:04:35.950Z Downloaded salty v0.3.0
9002025-01-29T20:04:35.958Z Downloaded icu_properties_data v1.5.0
9012025-01-29T20:04:35.970Z Downloaded chrono-tz v0.10.1
9022025-01-29T20:04:35.979Z Downloaded dropshot v0.15.1
9032025-01-29T20:04:36.003Z Downloaded gimli v0.31.1
9042025-01-29T20:04:36.012Z Downloaded lalrpop v0.19.12
9052025-01-29T20:04:36.024Z Downloaded tough v0.19.0
9062025-01-29T20:04:36.032Z Downloaded p521 v0.13.3
9072025-01-29T20:04:36.036Z Downloaded unicode-normalization v0.1.24
9082025-01-29T20:04:36.041Z Downloaded bstr v1.10.0
9092025-01-29T20:04:36.052Z Downloaded quinn-proto v0.11.8
9102025-01-29T20:04:36.060Z Downloaded pin-project-internal v1.1.6
9112025-01-29T20:04:36.062Z Downloaded sled v0.34.7
9122025-01-29T20:04:36.072Z Downloaded vcpkg v0.2.15
9132025-01-29T20:04:36.110Z Downloaded reedline v0.35.0
9142025-01-29T20:04:36.118Z Downloaded rustyline v14.0.0
9152025-01-29T20:04:36.124Z Downloaded object v0.30.4
9162025-01-29T20:04:36.134Z Downloaded time v0.3.36
9172025-01-29T20:04:36.141Z Downloaded bzip2-sys v0.1.11+1.0.8
9182025-01-29T20:04:36.156Z Downloaded radix_trie v0.2.1
9192025-01-29T20:04:36.161Z Downloaded zerocopy-derive v0.6.6
9202025-01-29T20:04:36.172Z Downloaded ratatui v0.28.1
9212025-01-29T20:04:36.192Z Downloaded webpki-roots v0.26.6
9222025-01-29T20:04:36.196Z Downloaded rustls v0.21.12
9232025-01-29T20:04:36.207Z Downloaded regex-automata v0.4.8
9242025-01-29T20:04:36.225Z Downloaded openssl v0.10.66
9252025-01-29T20:04:36.235Z Downloaded nix v0.27.1
9262025-01-29T20:04:36.245Z Downloaded hashbrown v0.14.5
9272025-01-29T20:04:36.251Z Downloaded regex v1.11.1
9282025-01-29T20:04:36.264Z Downloaded object v0.36.5
9292025-01-29T20:04:36.276Z Downloaded git2 v0.19.0
9302025-01-29T20:04:36.285Z Downloaded hickory-proto v0.24.2
9312025-01-29T20:04:36.301Z Downloaded p384 v0.13.0
9322025-01-29T20:04:36.308Z Downloaded rustls v0.22.4
9332025-01-29T20:04:36.321Z Downloaded nix v0.29.0
9342025-01-29T20:04:36.334Z Downloaded diesel v2.2.6
9352025-01-29T20:04:36.354Z Downloaded csv v1.3.1
9362025-01-29T20:04:36.375Z Downloaded regex-syntax v0.8.5
9372025-01-29T20:04:36.383Z Downloaded smoltcp v0.11.0
9382025-01-29T20:04:36.395Z Downloaded regress v0.9.1
9392025-01-29T20:04:36.405Z Downloaded openapiv3 v2.0.0
9402025-01-29T20:04:36.417Z Downloaded regress v0.10.1
9412025-01-29T20:04:36.426Z Downloaded tokio v1.43.0
9422025-01-29T20:04:36.466Z Downloaded typify-impl v0.3.0
9432025-01-29T20:04:36.481Z Downloaded typify-impl v0.2.0
9442025-01-29T20:04:36.496Z Downloaded sha3 v0.10.8
9452025-01-29T20:04:36.500Z Downloaded rustls v0.23.19
9462025-01-29T20:04:36.512Z Downloaded regex-syntax v0.6.29
9472025-01-29T20:04:36.522Z Downloaded smoltcp v0.9.1
9482025-01-29T20:04:36.531Z Downloaded nix v0.28.0
9492025-01-29T20:04:36.542Z Downloaded thiserror-impl-no-std v2.0.2
9502025-01-29T20:04:36.544Z Downloaded thiserror-impl v2.0.11
9512025-01-29T20:04:36.547Z Downloaded packed_struct_codegen v0.10.1
9522025-01-29T20:04:36.547Z Downloaded tokio-postgres v0.7.12
9532025-01-29T20:04:36.551Z Downloaded parse-zoneinfo v0.3.1
9542025-01-29T20:04:36.554Z Downloaded sqlparser v0.45.0
9552025-01-29T20:04:36.561Z Downloaded getrandom v0.2.15
9562025-01-29T20:04:36.564Z Downloaded quinn v0.11.5
9572025-01-29T20:04:36.567Z Downloaded qorb v0.2.1
9582025-01-29T20:04:36.571Z Downloaded tokio-util v0.7.12
9592025-01-29T20:04:36.578Z Downloaded hyper v1.5.2
9602025-01-29T20:04:36.584Z Downloaded steno v0.4.1
9612025-01-29T20:04:36.588Z Downloaded petgraph v0.6.5
9622025-01-29T20:04:36.606Z Downloaded hickory-client v0.24.2
9632025-01-29T20:04:36.609Z Downloaded difflib v0.4.0
9642025-01-29T20:04:36.612Z Downloaded lzma-sys v0.1.20
9652025-01-29T20:04:36.640Z Downloaded yasna v0.5.2
9662025-01-29T20:04:36.642Z Downloaded rustls-pemfile v2.2.0
9672025-01-29T20:04:36.646Z Downloaded tokio-rustls v0.25.0
9682025-01-29T20:04:36.650Z Downloaded proc-macro-crate v1.3.1
9692025-01-29T20:04:36.650Z Downloaded predicates v3.1.2
9702025-01-29T20:04:36.653Z Downloaded derive-where v1.2.7
9712025-01-29T20:04:36.655Z Downloaded itertools v0.13.0
9722025-01-29T20:04:36.660Z Downloaded encoding_rs v0.8.34
9732025-01-29T20:04:36.683Z Downloaded libz-sys v1.1.20
9742025-01-29T20:04:36.705Z Downloaded zone v0.3.0
9752025-01-29T20:04:36.708Z Downloaded heapless v0.7.17
9762025-01-29T20:04:36.708Z Downloaded tokio-stream v0.1.16
9772025-01-29T20:04:36.711Z Downloaded russh-keys v0.45.0
9782025-01-29T20:04:36.714Z Downloaded unicase v2.7.0
9792025-01-29T20:04:36.717Z Downloaded topological-sort v0.2.2
9802025-01-29T20:04:36.717Z Downloaded portable-atomic v1.9.0
9812025-01-29T20:04:36.722Z Downloaded num-derive v0.4.2
9822025-01-29T20:04:36.725Z Downloaded progenitor-impl v0.9.1
9832025-01-29T20:04:36.728Z Downloaded reqwest v0.12.9
9842025-01-29T20:04:36.735Z Downloaded chrono v0.4.39
9852025-01-29T20:04:36.743Z Downloaded bindgen v0.69.5
9862025-01-29T20:04:36.751Z Downloaded flate2 v1.0.35
9872025-01-29T20:04:36.756Z Downloaded idna v1.0.3
9882025-01-29T20:04:36.759Z Downloaded similar v2.6.0
9892025-01-29T20:04:36.764Z Downloaded nibble_vec v0.1.0
9902025-01-29T20:04:36.766Z Downloaded rand v0.8.5
9912025-01-29T20:04:36.769Z Downloaded typed-path v0.9.3
9922025-01-29T20:04:36.774Z Downloaded toolchain_find v0.4.0
9932025-01-29T20:04:36.777Z Downloaded samael v0.0.17
9942025-01-29T20:04:36.780Z Downloaded num-conv v0.1.0
9952025-01-29T20:04:36.783Z Downloaded normalize-line-endings v0.3.0
9962025-01-29T20:04:36.783Z Downloaded tiny-keccak v2.0.2
9972025-01-29T20:04:36.787Z Downloaded ssh-encoding v0.2.0
9982025-01-29T20:04:36.790Z Downloaded password-hash v0.4.2
9992025-01-29T20:04:36.790Z Downloaded test-strategy v0.3.1
10002025-01-29T20:04:36.793Z Downloaded simd-adler32 v0.3.7
10012025-01-29T20:04:36.796Z Downloaded signal-hook-mio v0.2.4
10022025-01-29T20:04:36.796Z Downloaded shell-words v1.1.0
10032025-01-29T20:04:36.796Z Downloaded paste v1.0.15
10042025-01-29T20:04:36.800Z Downloaded xz2 v0.1.7
10052025-01-29T20:04:36.803Z Downloaded tokio-rustls v0.26.0
10062025-01-29T20:04:36.803Z Downloaded der v0.7.9
10072025-01-29T20:04:36.807Z Downloaded toml v0.7.8
10082025-01-29T20:04:36.810Z Downloaded oso v0.27.3
10092025-01-29T20:04:36.813Z Downloaded openssl-sys v0.9.103
10102025-01-29T20:04:36.819Z Downloaded thiserror v2.0.11
10112025-01-29T20:04:36.825Z Downloaded prettyplease v0.2.25
10122025-01-29T20:04:36.828Z Downloaded derive_more v0.99.18
10132025-01-29T20:04:36.831Z Downloaded hashbrown v0.12.3
10142025-01-29T20:04:36.836Z Downloaded zip v2.1.3
10152025-01-29T20:04:36.839Z Downloaded gethostname v0.5.0
10162025-01-29T20:04:36.843Z Downloaded pem-rfc7468 v0.7.0
10172025-01-29T20:04:36.843Z Downloaded elliptic-curve v0.13.8
10182025-01-29T20:04:36.846Z Downloaded data-encoding v2.6.0
10192025-01-29T20:04:36.849Z Downloaded rand_xorshift v0.3.0
10202025-01-29T20:04:36.849Z Downloaded mio v1.0.2
10212025-01-29T20:04:36.854Z Downloaded aes-gcm v0.10.3
10222025-01-29T20:04:36.857Z Downloaded foreign-types-macros v0.2.3
10232025-01-29T20:04:36.862Z Downloaded foreign-types v0.3.2
10242025-01-29T20:04:36.862Z Downloaded pkcs8 v0.10.2
10252025-01-29T20:04:36.865Z Downloaded pkcs1 v0.7.5
10262025-01-29T20:04:36.865Z Downloaded futures-task v0.3.31
10272025-01-29T20:04:36.867Z Downloaded futures-sink v0.3.31
10282025-01-29T20:04:36.867Z Downloaded headers v0.4.0
10292025-01-29T20:04:36.871Z Downloaded serde_path_to_error v0.1.16
10302025-01-29T20:04:36.874Z Downloaded semver v0.1.20
10312025-01-29T20:04:36.876Z Downloaded secrecy v0.8.0
10322025-01-29T20:04:36.876Z Downloaded sec1 v0.7.3
10332025-01-29T20:04:36.879Z Downloaded utf-8 v0.7.6
10342025-01-29T20:04:36.879Z Downloaded same-file v1.0.6
10352025-01-29T20:04:36.881Z Downloaded omicron-zone-package v0.12.0
10362025-01-29T20:04:36.883Z Downloaded flagset v0.4.6
10372025-01-29T20:04:36.886Z Downloaded tungstenite v0.23.0
10382025-01-29T20:04:36.888Z Downloaded tungstenite v0.21.0
10392025-01-29T20:04:36.891Z Downloaded tracing-core v0.1.32
10402025-01-29T20:04:36.894Z Downloaded futures v0.3.31
10412025-01-29T20:04:36.899Z Downloaded rustc-hash v1.1.0
10422025-01-29T20:04:36.901Z Downloaded env_filter v0.1.2
10432025-01-29T20:04:36.901Z Downloaded libgit2-sys v0.17.0+1.8.1
10442025-01-29T20:04:36.960Z Downloaded diesel-dtrace v0.4.2
10452025-01-29T20:04:36.963Z Downloaded derive_builder_core v0.20.2
10462025-01-29T20:04:36.965Z Downloaded derive_builder v0.20.2
10472025-01-29T20:04:36.969Z Downloaded signal-hook v0.3.17
10482025-01-29T20:04:36.973Z Downloaded diesel_derives v2.2.3
10492025-01-29T20:04:36.977Z Downloaded tracing v0.1.40
10502025-01-29T20:04:36.982Z Downloaded structmeta-derive v0.3.0
10512025-01-29T20:04:36.983Z Downloaded futures-channel v0.3.31
10522025-01-29T20:04:36.987Z Downloaded aes v0.8.4
10532025-01-29T20:04:36.987Z Downloaded tokio-tungstenite v0.21.0
10542025-01-29T20:04:36.990Z Downloaded stable_deref_trait v1.2.0
10552025-01-29T20:04:36.990Z Downloaded opaque-debug v0.3.1
10562025-01-29T20:04:36.990Z Downloaded slog-async v2.8.0
10572025-01-29T20:04:36.990Z Downloaded filetime v0.2.25
10582025-01-29T20:04:36.993Z Downloaded snafu-derive v0.8.5
10592025-01-29T20:04:36.993Z Downloaded const_format v0.2.34
10602025-01-29T20:04:36.997Z Downloaded path-slash v0.1.5
10612025-01-29T20:04:37.001Z Downloaded vergen v8.3.2
10622025-01-29T20:04:37.003Z Downloaded schemars v0.8.21
10632025-01-29T20:04:37.012Z Downloaded base64 v0.22.1
10642025-01-29T20:04:37.018Z Downloaded rustc_version v0.1.7
10652025-01-29T20:04:37.020Z Downloaded rand_core v0.6.4
10662025-01-29T20:04:37.021Z Downloaded typify v0.2.0
10672025-01-29T20:04:37.023Z Downloaded cc v1.1.30
10682025-01-29T20:04:37.026Z Downloaded rand_chacha v0.3.1
10692025-01-29T20:04:37.029Z Downloaded primeorder v0.13.6
10702025-01-29T20:04:37.029Z Downloaded predicates-tree v1.0.11
10712025-01-29T20:04:37.029Z Downloaded parse-display-derive v0.10.0
10722025-01-29T20:04:37.032Z Downloaded parse-display v0.10.0
10732025-01-29T20:04:37.032Z Downloaded twox-hash v2.1.0
10742025-01-29T20:04:37.035Z Downloaded backtrace v0.3.74
10752025-01-29T20:04:37.038Z Downloaded rcgen v0.12.1
10762025-01-29T20:04:37.041Z Downloaded env_logger v0.10.2
10772025-01-29T20:04:37.044Z Downloaded signature v2.2.0
10782025-01-29T20:04:37.047Z Downloaded tinyvec v1.8.0
10792025-01-29T20:04:37.050Z Downloaded predicates-core v1.0.8
10802025-01-29T20:04:37.050Z Downloaded polyval v0.6.2
10812025-01-29T20:04:37.053Z Downloaded pbkdf2 v0.12.2
10822025-01-29T20:04:37.053Z Downloaded defmt-parser v0.3.4
10832025-01-29T20:04:37.053Z Downloaded zeroize v1.8.1
10842025-01-29T20:04:37.056Z Downloaded smallvec v1.13.2
10852025-01-29T20:04:37.057Z Downloaded miniz_oxide v0.8.0
10862025-01-29T20:04:37.060Z Downloaded litrs v0.4.1
10872025-01-29T20:04:37.063Z Downloaded icu_normalizer_data v1.5.0
10882025-01-29T20:04:37.063Z Downloaded compact_str v0.8.0
10892025-01-29T20:04:37.069Z Downloaded icu_locid v1.5.0
10902025-01-29T20:04:37.072Z Downloaded arc-swap v1.7.1
10912025-01-29T20:04:37.076Z Downloaded tls_codec v0.4.1
10922025-01-29T20:04:37.079Z Downloaded strip-ansi-escapes v0.2.0
10932025-01-29T20:04:37.082Z Downloaded serde-hex v0.1.0
10942025-01-29T20:04:37.082Z Downloaded unicode-xid v0.2.6
10952025-01-29T20:04:37.082Z Downloaded slog-term v2.9.1
10962025-01-29T20:04:37.085Z Downloaded multer v3.1.0
10972025-01-29T20:04:37.088Z Downloaded jobserver v0.1.32
10982025-01-29T20:04:37.088Z Downloaded crc32fast v1.4.2
10992025-01-29T20:04:37.091Z Downloaded cookie v0.18.1
11002025-01-29T20:04:37.095Z Downloaded bytes v1.9.0
11012025-01-29T20:04:37.098Z Downloaded ahash v0.8.11
11022025-01-29T20:04:37.098Z Downloaded smallvec v0.6.14
11032025-01-29T20:04:37.101Z Downloaded slog-stdlog v4.1.1
11042025-01-29T20:04:37.101Z Downloaded slog-scope v4.4.0
11052025-01-29T20:04:37.103Z Downloaded memmap2 v0.9.5
11062025-01-29T20:04:37.103Z Downloaded icu_locid_transform v1.5.0
11072025-01-29T20:04:37.106Z Downloaded iana-time-zone v0.1.61
11082025-01-29T20:04:37.108Z Downloaded hyper-rustls v0.27.3
11092025-01-29T20:04:37.111Z Downloaded signal-hook-registry v1.4.2
11102025-01-29T20:04:37.114Z Downloaded allocator-api2 v0.2.18
11112025-01-29T20:04:37.117Z Downloaded mockall v0.13.0
11122025-01-29T20:04:37.118Z Downloaded lockfree-object-pool v0.1.6
11132025-01-29T20:04:37.120Z Downloaded ipnet v2.10.1
11142025-01-29T20:04:37.120Z Downloaded rustc_version v0.4.1
11152025-01-29T20:04:37.122Z Downloaded const-oid v0.9.6
11162025-01-29T20:04:37.125Z Downloaded idna_adapter v1.2.0
11172025-01-29T20:04:37.125Z Downloaded hubpack v0.1.2
11182025-01-29T20:04:37.128Z Downloaded ciborium v0.2.2
11192025-01-29T20:04:37.129Z Downloaded internet-checksum v0.2.1
11202025-01-29T20:04:37.133Z Downloaded http-body-util v0.1.2
11212025-01-29T20:04:37.133Z Downloaded hostname v0.4.0
11222025-01-29T20:04:37.136Z Downloaded lazy_static v1.5.0
11232025-01-29T20:04:37.136Z Downloaded http-range v0.1.5
11242025-01-29T20:04:37.136Z Downloaded bit-vec v0.6.3
11252025-01-29T20:04:37.139Z Downloaded radium v0.7.0
11262025-01-29T20:04:37.139Z Downloaded sync-ptr v0.1.1
11272025-01-29T20:04:37.139Z Downloaded ipnetwork v0.20.0
11282025-01-29T20:04:37.139Z Downloaded console v0.15.10
11292025-01-29T20:04:37.142Z Downloaded keccak v0.1.5
11302025-01-29T20:04:37.144Z Downloaded arrayvec v0.7.6
11312025-01-29T20:04:37.147Z Downloaded instability v0.3.2
11322025-01-29T20:04:37.147Z Downloaded indent_write v2.2.0
11332025-01-29T20:04:37.149Z Downloaded impl-trait-for-tuples v0.2.2
11342025-01-29T20:04:37.152Z Downloaded httpdate v1.0.3
11352025-01-29T20:04:37.154Z Downloaded bcs v0.1.6
11362025-01-29T20:04:37.157Z Downloaded bitfield v0.14.0
11372025-01-29T20:04:37.157Z Downloaded base64ct v1.6.0
11382025-01-29T20:04:37.160Z Downloaded humantime v2.1.0
11392025-01-29T20:04:37.162Z Downloaded hostname v0.3.1
11402025-01-29T20:04:37.162Z Downloaded base16ct v0.2.0
11412025-01-29T20:04:37.165Z Downloaded addr2line v0.24.2
11422025-01-29T20:04:37.167Z Downloaded cassowary v0.3.0
11432025-01-29T20:04:37.167Z Downloaded atomic-waker v1.1.2
11442025-01-29T20:04:37.170Z Downloaded is_ci v1.2.0
11452025-01-29T20:04:37.170Z Downloaded crc v3.2.1
11462025-01-29T20:04:37.172Z Downloaded bitfield-struct v0.6.2
11472025-01-29T20:04:37.174Z Downloaded bitflags v1.3.2
11482025-01-29T20:04:37.177Z Downloaded bcrypt-pbkdf v0.10.0
11492025-01-29T20:04:37.177Z Downloaded arrayref v0.3.9
11502025-01-29T20:04:37.180Z Downloaded darling v0.20.10
11512025-01-29T20:04:37.182Z Downloaded aead v0.5.2
11522025-01-29T20:04:37.184Z Downloaded ascii-canvas v3.0.0
11532025-01-29T20:04:37.184Z Downloaded array-init v0.0.4
11542025-01-29T20:04:37.205Z Downloaded ring v0.17.8
11552025-01-29T20:04:37.366Z Downloaded libsqlite3-sys v0.30.1
11562025-01-29T20:04:37.528Z Downloaded aws-lc-sys v0.22.0
11572025-01-29T20:04:37.834Z Compiling serde v1.0.217
11582025-01-29T20:04:37.837Z Compiling lock_api v0.4.12
11592025-01-29T20:04:37.837Z Compiling value-bag v1.9.0
11602025-01-29T20:04:37.837Z Compiling scopeguard v1.2.0
11612025-01-29T20:04:37.837Z Compiling typenum v1.17.0
11622025-01-29T20:04:37.994Z Compiling generic-array v0.14.7
11632025-01-29T20:04:38.055Z Compiling syn v2.0.96
11642025-01-29T20:04:38.073Z Compiling getrandom v0.2.15
11652025-01-29T20:04:38.211Z Compiling subtle v2.6.1
11662025-01-29T20:04:38.368Z Compiling rand_core v0.6.4
11672025-01-29T20:04:38.547Z Compiling log v0.4.22
11682025-01-29T20:04:38.569Z Compiling shlex v1.3.0
11692025-01-29T20:04:38.589Z Compiling jobserver v0.1.32
11702025-01-29T20:04:38.609Z Compiling smallvec v1.13.2
11712025-01-29T20:04:38.840Z Compiling const-oid v0.9.6
11722025-01-29T20:04:38.877Z Compiling pin-project-lite v0.2.14
11732025-01-29T20:04:38.935Z Compiling rustix v0.38.37
11742025-01-29T20:04:38.985Z Compiling cc v1.1.30
11752025-01-29T20:04:39.013Z Compiling spin v0.9.8
11762025-01-29T20:04:39.327Z Compiling parking_lot_core v0.9.10
11772025-01-29T20:04:39.390Z Compiling futures-core v0.3.31
11782025-01-29T20:04:39.410Z Compiling signal-hook-registry v1.4.2
11792025-01-29T20:04:39.623Z Compiling mio v1.0.2
11802025-01-29T20:04:39.724Z Compiling aho-corasick v1.1.3
11812025-01-29T20:04:40.093Z Compiling stable_deref_trait v1.2.0
11822025-01-29T20:04:40.215Z Compiling parking_lot v0.12.3
11832025-01-29T20:04:40.390Z Compiling either v1.13.0
11842025-01-29T20:04:40.436Z Compiling cpufeatures v0.2.14
11852025-01-29T20:04:40.555Z Compiling regex-syntax v0.8.5
11862025-01-29T20:04:40.803Z Compiling futures-sink v0.3.31
11872025-01-29T20:04:40.864Z Compiling glob v0.3.2
11882025-01-29T20:04:40.973Z Compiling socket2 v0.5.7
11892025-01-29T20:04:41.096Z Compiling slab v0.4.9
11902025-01-29T20:04:41.184Z Compiling prettyplease v0.2.25
11912025-01-29T20:04:41.569Z Compiling lazy_static v1.5.0
11922025-01-29T20:04:41.591Z Compiling minimal-lexical v0.2.1
11932025-01-29T20:04:41.716Z Compiling serde_json v1.0.135
11942025-01-29T20:04:41.803Z Compiling clang-sys v1.8.1
11952025-01-29T20:04:42.072Z Compiling nom v7.1.3
11962025-01-29T20:04:42.105Z Compiling libloading v0.8.5
11972025-01-29T20:04:42.158Z Compiling home v0.5.9
11982025-01-29T20:04:42.421Z Compiling bindgen v0.69.5
11992025-01-29T20:04:42.501Z Compiling futures-channel v0.3.31
12002025-01-29T20:04:42.932Z Compiling itertools v0.12.1
12012025-01-29T20:04:42.974Z Compiling libm v0.2.8
12022025-01-29T20:04:43.284Z Compiling foldhash v0.1.3
12032025-01-29T20:04:43.304Z Compiling lazycell v1.3.0
12042025-01-29T20:04:43.499Z Compiling pin-utils v0.1.0
12052025-01-29T20:04:43.597Z Compiling futures-task v0.3.31
12062025-01-29T20:04:43.618Z Compiling rustc-hash v1.1.0
12072025-01-29T20:04:43.781Z Compiling futures-io v0.3.31
12082025-01-29T20:04:43.890Z Compiling allocator-api2 v0.2.18
12092025-01-29T20:04:44.100Z Compiling cmake v0.1.51
12102025-01-29T20:04:44.635Z Compiling regex-automata v0.4.8
12112025-01-29T20:04:44.687Z Compiling hashbrown v0.15.1
12122025-01-29T20:04:45.000Z Compiling num-traits v0.2.19
12132025-01-29T20:04:45.311Z Compiling cexpr v0.6.0
12142025-01-29T20:04:45.530Z Compiling synstructure v0.13.1
12152025-01-29T20:04:45.972Z Compiling pkg-config v0.3.31
12162025-01-29T20:04:46.948Z Compiling fs_extra v1.3.0
12172025-01-29T20:04:46.971Z Compiling dunce v1.0.5
12182025-01-29T20:04:47.225Z Compiling writeable v0.5.5
12192025-01-29T20:04:47.331Z Compiling litemap v0.7.3
12202025-01-29T20:04:47.495Z Compiling ring v0.17.8
12212025-01-29T20:04:47.723Z Compiling paste v1.0.15
12222025-01-29T20:04:47.763Z Compiling base64ct v1.6.0
12232025-01-29T20:04:48.412Z Compiling pem-rfc7468 v0.7.0
12242025-01-29T20:04:48.445Z Compiling icu_locid_transform_data v1.5.0
12252025-01-29T20:04:48.557Z Compiling httparse v1.9.5
12262025-01-29T20:04:48.583Z Compiling flagset v0.4.6
12272025-01-29T20:04:48.798Z Compiling aws-lc-rs v1.10.0
12282025-01-29T20:04:49.224Z Compiling tracing-core v0.1.32
12292025-01-29T20:04:49.314Z Compiling percent-encoding v2.3.1
12302025-01-29T20:04:49.655Z Compiling icu_properties_data v1.5.0
12312025-01-29T20:04:49.836Z Compiling rustls-pki-types v1.10.0
12322025-01-29T20:04:49.893Z Compiling crossbeam-utils v0.8.20
12332025-01-29T20:04:50.169Z Compiling regex v1.11.1
12342025-01-29T20:04:50.513Z Compiling icu_normalizer_data v1.5.0
12352025-01-29T20:04:50.629Z Compiling untrusted v0.7.1
12362025-01-29T20:04:50.809Z Compiling powerfmt v0.2.0
12372025-01-29T20:04:50.829Z Compiling vcpkg v0.2.15
12382025-01-29T20:04:50.937Z Compiling serde_derive v1.0.217
12392025-01-29T20:04:51.036Z Compiling zeroize_derive v1.4.2
12402025-01-29T20:04:51.160Z Compiling zerocopy-derive v0.7.35
12412025-01-29T20:04:51.204Z Compiling tokio-macros v2.5.0
12422025-01-29T20:04:52.456Z Compiling zeroize v1.8.1
12432025-01-29T20:04:52.572Z Compiling zerofrom-derive v0.1.4
12442025-01-29T20:04:52.665Z Compiling yoke-derive v0.7.4
12452025-01-29T20:04:53.146Z Compiling zerocopy v0.7.35
12462025-01-29T20:04:53.189Z Compiling thiserror-impl v1.0.69
12472025-01-29T20:04:54.093Z Compiling crypto-common v0.1.6
12482025-01-29T20:04:54.348Z Compiling block-buffer v0.10.4
12492025-01-29T20:04:54.369Z Compiling zerovec-derive v0.10.3
12502025-01-29T20:04:54.492Z Compiling futures-macro v0.3.31
12512025-01-29T20:04:54.618Z Compiling digest v0.10.7
12522025-01-29T20:04:55.101Z Compiling hmac v0.12.1
12532025-01-29T20:04:55.363Z Compiling displaydoc v0.2.5
12542025-01-29T20:04:55.382Z Compiling block-padding v0.3.3
12552025-01-29T20:04:55.648Z Compiling inout v0.1.3
12562025-01-29T20:04:55.883Z Compiling cipher v0.4.4
12572025-01-29T20:04:55.937Z Compiling sha2 v0.10.8
12582025-01-29T20:04:56.112Z Compiling zerofrom v0.1.4
12592025-01-29T20:04:56.149Z Compiling thiserror v1.0.69
12602025-01-29T20:04:56.309Z Compiling icu_provider_macros v1.5.0
12612025-01-29T20:04:56.349Z Compiling yoke v0.7.4
12622025-01-29T20:04:56.402Z Compiling ppv-lite86 v0.2.20
12632025-01-29T20:04:56.444Z Compiling futures-util v0.3.31
12642025-01-29T20:04:56.709Z Compiling der_derive v0.7.3
12652025-01-29T20:04:56.871Z Compiling zerovec v0.10.4
12662025-01-29T20:04:57.017Z Compiling tracing-attributes v0.1.27
12672025-01-29T20:04:57.161Z Compiling rand_chacha v0.3.1
12682025-01-29T20:04:57.375Z Compiling salsa20 v0.10.2
12692025-01-29T20:04:57.590Z Compiling rand v0.8.5
12702025-01-29T20:04:58.908Z Compiling tinystr v0.7.6
12712025-01-29T20:04:59.003Z Compiling der v0.7.9
12722025-01-29T20:04:59.288Z Compiling icu_locid v1.5.0
12732025-01-29T20:04:59.365Z Compiling icu_collections v1.5.0
12742025-01-29T20:04:59.453Z Compiling pest v2.7.14
12752025-01-29T20:04:59.655Z Compiling pbkdf2 v0.12.2
12762025-01-29T20:04:59.823Z Compiling num-conv v0.1.0
12772025-01-29T20:05:00.116Z Compiling time-core v0.1.2
12782025-01-29T20:05:00.294Z Compiling tracing v0.1.40
12792025-01-29T20:05:00.350Z Compiling mirai-annotations v1.12.0
12802025-01-29T20:05:00.547Z Compiling icu_provider v1.5.0
12812025-01-29T20:05:00.798Z Compiling write16 v1.0.0
12822025-01-29T20:05:00.801Z Compiling utf8_iter v1.0.4
12832025-01-29T20:05:00.953Z Compiling untrusted v0.9.0
12842025-01-29T20:05:01.085Z Compiling spki v0.7.3
12852025-01-29T20:05:01.148Z Compiling utf16_iter v1.0.5
12862025-01-29T20:05:01.368Z Compiling icu_locid_transform v1.5.0
12872025-01-29T20:05:01.463Z Compiling time-macros v0.2.18
12882025-01-29T20:05:01.510Z Compiling scrypt v0.11.0
12892025-01-29T20:05:01.897Z Compiling cbc v0.1.2
12902025-01-29T20:05:02.017Z Compiling aes v0.8.4
12912025-01-29T20:05:02.048Z Compiling openssl-sys v0.9.103
12922025-01-29T20:05:02.135Z Compiling pest_meta v2.7.14
12932025-01-29T20:05:02.554Z Compiling deranged v0.3.11
12942025-01-29T20:05:03.195Z Compiling icu_properties v1.5.1
12952025-01-29T20:05:03.782Z Compiling bitflags v2.6.0
12962025-01-29T20:05:03.949Z Compiling bytes v1.9.0
12972025-01-29T20:05:04.559Z Compiling indexmap v2.7.1
12982025-01-29T20:05:04.803Z Compiling tokio v1.43.0
12992025-01-29T20:05:04.824Z Compiling http v1.2.0
13002025-01-29T20:05:05.133Z Compiling semver v1.0.24
13012025-01-29T20:05:05.859Z Compiling rustc_version v0.4.1
13022025-01-29T20:05:05.953Z Compiling scroll_derive v0.12.0
13032025-01-29T20:05:06.672Z Compiling atomic-waker v1.1.2
13042025-01-29T20:05:06.878Z Compiling tinyvec_macros v0.1.1
13052025-01-29T20:05:06.907Z Compiling icu_normalizer v1.5.0
13062025-01-29T20:05:06.988Z Compiling num_threads v0.1.7
13072025-01-29T20:05:07.070Z Compiling tinyvec v1.8.0
13082025-01-29T20:05:07.138Z Compiling time v0.3.36
13092025-01-29T20:05:07.374Z Compiling scroll v0.12.0
13102025-01-29T20:05:07.742Z Compiling http-body v1.0.1
13112025-01-29T20:05:07.895Z Compiling which v4.4.2
13122025-01-29T20:05:07.923Z Compiling idna_adapter v1.2.0
13132025-01-29T20:05:07.971Z Compiling pest_generator v2.7.14
13142025-01-29T20:05:08.452Z Compiling pkcs5 v0.7.1
13152025-01-29T20:05:08.582Z Compiling form_urlencoded v1.2.1
13162025-01-29T20:05:08.698Z Compiling slog v2.7.0
13172025-01-29T20:05:08.901Z Compiling try-lock v0.2.5
13182025-01-29T20:05:08.969Z Compiling goblin v0.8.2
13192025-01-29T20:05:09.061Z Compiling pkcs8 v0.10.2
13202025-01-29T20:05:09.266Z Compiling want v0.3.1
13212025-01-29T20:05:09.538Z Compiling idna v1.0.3
13222025-01-29T20:05:09.559Z Compiling uuid v1.12.0
13232025-01-29T20:05:09.737Z Compiling iana-time-zone v0.1.61
13242025-01-29T20:05:09.838Z Compiling pest_derive v2.7.14
13252025-01-29T20:05:10.116Z Compiling httpdate v1.0.3
13262025-01-29T20:05:10.568Z Compiling chrono v0.4.39
13272025-01-29T20:05:10.619Z Compiling dtrace-parser v0.2.0
13282025-01-29T20:05:11.277Z Compiling serde_spanned v0.6.8
13292025-01-29T20:05:11.530Z Compiling toml_datetime v0.6.8
13302025-01-29T20:05:11.820Z Compiling serde_tokenstream v0.2.2
13312025-01-29T20:05:11.846Z Compiling match_cfg v0.1.0
13322025-01-29T20:05:11.956Z Compiling foreign-types-shared v0.1.1
13332025-01-29T20:05:12.017Z Compiling openssl v0.10.66
13342025-01-29T20:05:12.090Z Compiling base64 v0.22.1
13352025-01-29T20:05:12.403Z Compiling rustversion v1.0.17
13362025-01-29T20:05:12.433Z Compiling adler2 v2.0.0
13372025-01-29T20:05:12.516Z Compiling tower-service v0.3.3
13382025-01-29T20:05:12.649Z Compiling miniz_oxide v0.8.0
13392025-01-29T20:05:12.700Z Compiling foreign-types v0.3.2
13402025-01-29T20:05:12.794Z Compiling tokio-util v0.7.12
13412025-01-29T20:05:12.814Z Compiling hostname v0.3.1
13422025-01-29T20:05:13.042Z Compiling url v2.5.3
13432025-01-29T20:05:13.925Z Compiling h2 v0.4.6
13442025-01-29T20:05:14.100Z Compiling async-trait v0.1.85
13452025-01-29T20:05:14.123Z Compiling openssl-macros v0.1.1
13462025-01-29T20:05:14.432Z Compiling serde_derive_internals v0.29.1
13472025-01-29T20:05:14.819Z Compiling dof v0.3.0
13482025-01-29T20:05:14.858Z Compiling dirs-sys-next v0.1.2
13492025-01-29T20:05:15.457Z Compiling data-encoding v2.6.0
13502025-01-29T20:05:16.632Z Compiling usdt-impl v0.5.0
13512025-01-29T20:05:16.723Z Compiling rustls v0.22.4
13522025-01-29T20:05:16.898Z Compiling syn v1.0.109
13532025-01-29T20:05:16.998Z Compiling schemars v0.8.21
13542025-01-29T20:05:17.339Z Compiling rustls v0.23.19
13552025-01-29T20:05:17.479Z Compiling native-tls v0.2.12
13562025-01-29T20:05:17.562Z Compiling siphasher v0.3.11
13572025-01-29T20:05:17.763Z Compiling schemars_derive v0.8.21
13582025-01-29T20:05:17.860Z Compiling dirs-next v2.0.0
13592025-01-29T20:05:18.048Z Compiling unicode-normalization v0.1.24
13602025-01-29T20:05:18.441Z Compiling http-body-util v0.1.2
13612025-01-29T20:05:18.464Z Compiling crossbeam-epoch v0.9.18
13622025-01-29T20:05:18.919Z Compiling heapless v0.7.17
13632025-01-29T20:05:19.120Z Compiling sha1 v0.10.6
13642025-01-29T20:05:19.141Z Compiling signature v2.2.0
13652025-01-29T20:05:19.239Z Compiling bzip2-sys v0.1.11+1.0.8
13662025-01-29T20:05:19.362Z Compiling thread_local v1.1.8
13672025-01-29T20:05:19.453Z Compiling encoding_rs v0.8.34
13682025-01-29T20:05:19.540Z Compiling cookie v0.18.1
13692025-01-29T20:05:19.744Z Compiling multer v3.1.0
13702025-01-29T20:05:19.840Z Compiling gimli v0.31.1
13712025-01-29T20:05:19.861Z Compiling mime v0.3.17
13722025-01-29T20:05:20.030Z Compiling slog-async v2.8.0
13732025-01-29T20:05:20.416Z Compiling openssl-probe v0.1.5
13742025-01-29T20:05:20.548Z Compiling signal-hook v0.3.17
13752025-01-29T20:05:20.722Z Compiling unicode-bidi v0.3.17
13762025-01-29T20:05:20.833Z Compiling ipnet v2.10.1
13772025-01-29T20:05:20.865Z Compiling rayon-core v1.12.1
13782025-01-29T20:05:21.167Z Compiling hyper v1.5.2
13792025-01-29T20:05:21.968Z Compiling dyn-clone v1.0.17
13802025-01-29T20:05:21.990Z Compiling unicode-properties v0.1.3
13812025-01-29T20:05:22.412Z Compiling stringprep v0.1.5
13822025-01-29T20:05:23.686Z Compiling hyper-util v0.1.10
13832025-01-29T20:05:24.064Z Compiling addr2line v0.24.2
13842025-01-29T20:05:24.292Z Compiling toml_edit v0.22.22
13852025-01-29T20:05:24.892Z Compiling crossbeam-deque v0.8.5
13862025-01-29T20:05:24.922Z Compiling usdt-macro v0.5.0
13872025-01-29T20:05:25.219Z Compiling usdt-attr-macro v0.5.0
13882025-01-29T20:05:25.608Z Compiling term v0.7.0
13892025-01-29T20:05:26.321Z Compiling slog-json v2.6.1
13902025-01-29T20:05:26.443Z Compiling serde_urlencoded v0.7.1
13912025-01-29T20:05:26.606Z Compiling crossbeam-channel v0.5.13
13922025-01-29T20:05:26.699Z Compiling curve25519-dalek v4.1.3
13932025-01-29T20:05:26.776Z Compiling futures-executor v0.3.31
13942025-01-29T20:05:26.915Z Compiling md-5 v0.10.6
13952025-01-29T20:05:26.918Z Compiling enum-as-inner v0.6.1
13962025-01-29T20:05:27.227Z Compiling async-stream-impl v0.3.6
13972025-01-29T20:05:27.294Z Compiling rustls-pemfile v2.2.0
13982025-01-29T20:05:27.395Z Compiling num-integer v0.1.46
13992025-01-29T20:05:27.614Z Compiling hash32 v0.2.1
14002025-01-29T20:05:27.635Z Compiling ff v0.13.0
14012025-01-29T20:05:27.881Z Compiling is-terminal v0.4.13
14022025-01-29T20:05:27.936Z Compiling dropshot v0.12.0
14032025-01-29T20:05:27.972Z Compiling object v0.36.5
14042025-01-29T20:05:28.024Z Compiling portable-atomic v1.9.0
14052025-01-29T20:05:28.128Z Compiling anyhow v1.0.95
14062025-01-29T20:05:28.248Z Compiling rustc-demangle v0.1.24
14072025-01-29T20:05:28.524Z Compiling base16ct v0.2.0
14082025-01-29T20:05:28.739Z Compiling quick-error v1.2.3
14092025-01-29T20:05:28.862Z Compiling utf-8 v0.7.6
14102025-01-29T20:05:28.890Z Compiling smoltcp v0.9.1
14112025-01-29T20:05:28.994Z Compiling litrs v0.4.1
14122025-01-29T20:05:29.151Z Compiling fallible-iterator v0.2.0
14132025-01-29T20:05:29.187Z Compiling take_mut v0.2.2
14142025-01-29T20:05:29.358Z Compiling linked-hash-map v0.5.6
14152025-01-29T20:05:29.542Z Compiling num-bigint-dig v0.8.4
14162025-01-29T20:05:29.693Z Compiling psl-types v2.0.11
14172025-01-29T20:05:29.831Z Compiling postgres-protocol v0.6.7
14182025-01-29T20:05:29.881Z Compiling publicsuffix v2.3.0
14192025-01-29T20:05:29.901Z Compiling lru-cache v0.1.2
14202025-01-29T20:05:30.150Z Compiling document-features v0.2.10
14212025-01-29T20:05:30.170Z Compiling tungstenite v0.24.0
14222025-01-29T20:05:31.221Z Compiling resolv-conf v0.7.0
14232025-01-29T20:05:31.242Z Compiling sec1 v0.7.3
14242025-01-29T20:05:31.785Z Compiling async-stream v0.3.6
14252025-01-29T20:05:31.828Z Compiling slog-term v2.9.1
14262025-01-29T20:05:31.884Z Compiling hickory-proto v0.24.2
14272025-01-29T20:05:31.904Z Compiling usdt v0.5.0
14282025-01-29T20:05:32.071Z Compiling num-iter v0.1.45
14292025-01-29T20:05:32.370Z Compiling group v0.13.0
14302025-01-29T20:05:32.405Z Compiling toml v0.8.19
14312025-01-29T20:05:32.817Z Compiling futures v0.3.31
14322025-01-29T20:05:32.932Z Compiling slog-bunyan v2.5.0
14332025-01-29T20:05:34.210Z Compiling camino v1.1.9
14342025-01-29T20:05:34.311Z Compiling tokio-native-tls v0.3.1
14352025-01-29T20:05:34.598Z Compiling backtrace v0.3.74
14362025-01-29T20:05:34.687Z Compiling phf_shared v0.11.2
14372025-01-29T20:05:34.853Z Compiling dropshot_endpoint v0.12.0
14382025-01-29T20:05:35.051Z Compiling terminal_size v0.4.0
14392025-01-29T20:05:35.085Z Compiling waitgroup v0.1.2
14402025-01-29T20:05:35.131Z Compiling openapiv3 v2.0.0
14412025-01-29T20:05:35.263Z Compiling serde_path_to_error v0.1.16
14422025-01-29T20:05:35.319Z Compiling hkdf v0.12.4
14432025-01-29T20:05:35.590Z Compiling crypto-bigint v0.5.5
14442025-01-29T20:05:36.070Z Compiling curve25519-dalek-derive v0.1.1
14452025-01-29T20:05:37.515Z Compiling zerocopy-derive v0.6.6
14462025-01-29T20:05:37.752Z Compiling webpki-roots v0.26.6
14472025-01-29T20:05:37.984Z Compiling hostname v0.4.0
14482025-01-29T20:05:38.208Z Compiling crc32fast v1.4.2
14492025-01-29T20:05:38.410Z Compiling hubpack_derive v0.1.1
14502025-01-29T20:05:38.557Z Compiling ahash v0.8.11
14512025-01-29T20:05:38.889Z Compiling fs-err v2.11.0
14522025-01-29T20:05:39.095Z Compiling debug-ignore v1.0.5
14532025-01-29T20:05:39.127Z Compiling unicode-width v0.2.0
14542025-01-29T20:05:39.189Z Compiling newtype-uuid v1.2.1
14552025-01-29T20:05:39.250Z Compiling winnow v0.5.40
14562025-01-29T20:05:39.280Z Compiling bitflags v1.3.2
14572025-01-29T20:05:39.401Z Compiling managed v0.8.0
14582025-01-29T20:05:39.491Z Compiling zerocopy v0.6.6
14592025-01-29T20:05:39.512Z Compiling clap_builder v4.5.27
14602025-01-29T20:05:39.668Z Compiling console v0.15.10
14612025-01-29T20:05:40.230Z Compiling hubpack v0.1.2
14622025-01-29T20:05:40.866Z Compiling strum_macros v0.25.3
14632025-01-29T20:05:41.214Z Compiling elliptic-curve v0.13.8
14642025-01-29T20:05:41.381Z Compiling flate2 v1.0.35
14652025-01-29T20:05:41.844Z Compiling hickory-resolver v0.24.2
14662025-01-29T20:05:42.287Z Compiling phf v0.11.2
14672025-01-29T20:05:42.577Z Compiling toml_edit v0.19.15
14682025-01-29T20:05:42.805Z Compiling hyper-tls v0.6.0
14692025-01-29T20:05:42.852Z Compiling signal-hook-mio v0.2.4
14702025-01-29T20:05:43.032Z Compiling rayon v1.10.0
14712025-01-29T20:05:43.222Z Compiling cookie_store v0.21.1
14722025-01-29T20:05:44.709Z Compiling bzip2 v0.4.4
14732025-01-29T20:05:45.109Z Compiling tokio-tungstenite v0.24.0
14742025-01-29T20:05:46.954Z Compiling postgres-types v0.2.8
14752025-01-29T20:05:47.437Z Compiling ed25519 v2.2.3
14762025-01-29T20:05:47.760Z Compiling phf_shared v0.10.0
14772025-01-29T20:05:47.854Z Compiling tokio-stream v0.1.16
14782025-01-29T20:05:48.157Z Compiling pkcs1 v0.7.5
14792025-01-29T20:05:48.262Z Compiling serde-big-array v0.5.1
14802025-01-29T20:05:48.503Z Compiling rfc6979 v0.4.0
14812025-01-29T20:05:48.710Z Compiling derive-where v1.2.7
14822025-01-29T20:05:48.814Z Compiling clap_derive v4.5.24
14832025-01-29T20:05:49.072Z Compiling serde_repr v0.1.19
14842025-01-29T20:05:49.283Z Compiling bstr v1.10.0
14852025-01-29T20:05:49.544Z Compiling float-cmp v0.9.0
14862025-01-29T20:05:49.784Z Compiling sync_wrapper v1.0.1
14872025-01-29T20:05:49.807Z Compiling predicates-core v1.0.8
14882025-01-29T20:05:49.952Z Compiling new_debug_unreachable v1.0.6
14892025-01-29T20:05:50.065Z Compiling number_prefix v0.4.0
14902025-01-29T20:05:50.122Z Compiling whoami v1.5.2
14912025-01-29T20:05:50.219Z Compiling static_assertions v1.1.0
14922025-01-29T20:05:50.347Z Compiling bit-vec v0.6.3
14932025-01-29T20:05:50.369Z Compiling difflib v0.4.0
14942025-01-29T20:05:50.716Z Compiling normalize-line-endings v0.3.0
14952025-01-29T20:05:50.761Z Compiling precomputed-hash v0.1.1
14962025-01-29T20:05:50.867Z Compiling unicode-segmentation v1.12.0
14972025-01-29T20:05:50.895Z Compiling fixedbitset v0.4.2
14982025-01-29T20:05:50.919Z Compiling string_cache v0.8.7
14992025-01-29T20:05:51.342Z Compiling petgraph v0.6.5
15002025-01-29T20:05:51.342Z Compiling predicates v3.1.2
15012025-01-29T20:05:51.737Z Compiling similar v2.6.0
15022025-01-29T20:05:51.772Z Compiling bit-set v0.5.3
15032025-01-29T20:05:51.986Z Compiling tokio-postgres v0.7.12
15042025-01-29T20:05:52.050Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15052025-01-29T20:05:52.950Z Compiling indicatif v0.17.9
15062025-01-29T20:05:53.526Z Compiling clap v4.5.27
15072025-01-29T20:05:53.665Z Compiling ecdsa v0.16.9
15082025-01-29T20:05:53.929Z Compiling rsa v0.9.6
15092025-01-29T20:05:54.488Z Compiling ed25519-dalek v2.1.1
15102025-01-29T20:05:54.951Z Compiling toml v0.7.8
15112025-01-29T20:05:54.973Z Compiling zip v0.6.6
15122025-01-29T20:05:55.853Z Compiling crossterm v0.28.1
15132025-01-29T20:05:57.179Z Compiling hex v0.4.3
15142025-01-29T20:05:57.284Z Compiling x509-cert v0.2.5
15152025-01-29T20:05:57.771Z Compiling itertools v0.10.5
15162025-01-29T20:05:57.792Z Compiling unicode-xid v0.2.6
15172025-01-29T20:05:57.991Z Compiling peg-runtime v0.8.3
15182025-01-29T20:05:58.412Z Compiling lalrpop-util v0.19.12
15192025-01-29T20:05:58.602Z Compiling strum_macros v0.26.4
15202025-01-29T20:05:58.701Z Compiling xattr v1.3.1
15212025-01-29T20:05:58.767Z Compiling filetime v0.2.25
15222025-01-29T20:05:58.987Z Compiling tar v0.4.42
15232025-01-29T20:06:03.379Z Compiling strum v0.26.3
15242025-01-29T20:06:06.520Z Compiling aws-lc-sys v0.22.0
15252025-01-29T20:06:34.716Z Compiling rustls-webpki v0.102.8
15262025-01-29T20:06:37.951Z Compiling tokio-rustls v0.25.0
15272025-01-29T20:06:39.743Z Compiling tokio-rustls v0.26.0
15282025-01-29T20:06:40.013Z Compiling hyper-rustls v0.27.3
15292025-01-29T20:06:40.365Z Compiling reqwest v0.12.9
15302025-01-29T20:06:41.742Z Compiling qorb v0.2.1
15312025-01-29T20:06:44.884Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15322025-01-29T20:06:45.137Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15332025-01-29T20:06:49.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15342025-01-29T20:06:49.827Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15352025-01-29T20:06:49.879ZJan 29 20:06:49.014 INFO Starting download, target: Cockroach
15362025-01-29T20:06:49.879ZJan 29 20:06:49.014 INFO Starting download, target: Console
15372025-01-29T20:06:49.879ZJan 29 20:06:49.014 INFO Starting download, target: Clickhouse
15382025-01-29T20:06:49.882ZJan 29 20:06:49.014 INFO Starting download, target: DendriteOpenapi
15392025-01-29T20:06:49.882ZJan 29 20:06:49.014 INFO Starting download, target: DendriteStub
15402025-01-29T20:06:49.882ZJan 29 20:06:49.014 INFO Starting download, target: MaghemiteMgd
15412025-01-29T20:06:49.882ZJan 29 20:06:49.014 INFO Starting download, target: TransceiverControl
15422025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15432025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15442025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15452025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15462025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15472025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15482025-01-29T20:06:49.882ZJan 29 20:06:49.015 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15492025-01-29T20:06:50.161ZJan 29 20:06:49.272 INFO Download complete, target: DendriteOpenapi
15502025-01-29T20:06:50.400ZJan 29 20:06:49.499 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15512025-01-29T20:06:50.458ZJan 29 20:06:49.554 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15522025-01-29T20:06:50.806ZJan 29 20:06:49.893 INFO Download complete, target: Console
15532025-01-29T20:06:51.016ZJan 29 20:06:50.150 INFO Download complete, target: TransceiverControl
15542025-01-29T20:06:51.037ZJan 29 20:06:50.171 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15552025-01-29T20:06:51.045ZJan 29 20:06:50.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15562025-01-29T20:06:51.855ZJan 29 20:06:50.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15572025-01-29T20:06:51.898ZJan 29 20:06:51.031 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15582025-01-29T20:06:51.898ZJan 29 20:06:51.031 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15592025-01-29T20:06:53.837ZJan 29 20:06:52.971 INFO Download complete, target: MaghemiteMgd
15602025-01-29T20:06:53.837ZJan 29 20:06:52.971 INFO Download complete, target: DendriteStub
15612025-01-29T20:06:59.302ZJan 29 20:06:58.435 INFO Checking that binary works, target: Cockroach
15622025-01-29T20:06:59.457ZJan 29 20:06:58.590 INFO Download complete, target: Cockroach
15632025-01-29T20:07:04.244ZJan 29 20:07:03.376 INFO Checking that binary works, target: Clickhouse
15642025-01-29T20:07:04.375ZJan 29 20:07:03.507 INFO Download complete, target: Clickhouse
15652025-01-29T20:07:04.383ZAll prerequisites installed successfully
15662025-01-29T20:07:04.386Z
15672025-01-29T20:07:04.386Zreal 4:48.505602957
15682025-01-29T20:07:04.386Zuser 15:55.808162150
15692025-01-29T20:07:04.386Zsys 2:05.427110110
15702025-01-29T20:07:04.386Ztrap 0.605536757
15712025-01-29T20:07:04.386Ztflt 1.345719164
15722025-01-29T20:07:04.386Zdflt 1.551385989
15732025-01-29T20:07:04.386Zkflt 0.025146010
15742025-01-29T20:07:04.386Zlock 25:19.473290137
15752025-01-29T20:07:04.386Zslp 55:36.491977841
15762025-01-29T20:07:04.386Zlat 1:00.980695804
15772025-01-29T20:07:04.386Zstop 2:27.422072057
15782025-01-29T20:07:04.386Z+ ptime -m cargo xtask download softnpu
15792025-01-29T20:07:04.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15802025-01-29T20:07:04.933Z Running `target/debug/xtask download softnpu`
15812025-01-29T20:07:05.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15822025-01-29T20:07:05.824Z Running `target/debug/xtask-downloader softnpu`
15832025-01-29T20:07:05.862ZJan 29 20:07:04.993 INFO Starting download, target: Softnpu
15842025-01-29T20:07:05.865ZJan 29 20:07:04.994 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15852025-01-29T20:07:06.880ZJan 29 20:07:06.011 INFO Download complete, target: Softnpu
15862025-01-29T20:07:06.885Z
15872025-01-29T20:07:06.887Zreal 2.493267326
15882025-01-29T20:07:06.887Zuser 1.278227260
15892025-01-29T20:07:06.888Zsys 0.546405195
15902025-01-29T20:07:06.888Ztrap 0.001162214
15912025-01-29T20:07:06.888Ztflt 0.000048807
15922025-01-29T20:07:06.888Zdflt 0.000185028
15932025-01-29T20:07:06.888Zkflt 0.000000000
15942025-01-29T20:07:06.888Zlock 10.754337904
15952025-01-29T20:07:06.888Zslp 0.842799602
15962025-01-29T20:07:06.888Zlat 0.071671463
15972025-01-29T20:07:06.888Zstop 0.000171793
15982025-01-29T20:07:06.888Z+ export CARGO_INCREMENTAL=0
15992025-01-29T20:07:06.888Z+ CARGO_INCREMENTAL=0
16002025-01-29T20:07:06.888Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16012025-01-29T20:07:07.834Z Compiling proc-macro2 v1.0.92
16022025-01-29T20:07:07.834Z Compiling unicode-ident v1.0.14
16032025-01-29T20:07:07.837Z Compiling libc v0.2.169
16042025-01-29T20:07:07.837Z Compiling serde v1.0.217
16052025-01-29T20:07:07.837Z Compiling autocfg v1.4.0
16062025-01-29T20:07:07.837Z Compiling version_check v0.9.5
16072025-01-29T20:07:07.837Z Compiling cfg-if v1.0.0
16082025-01-29T20:07:08.113Z Compiling memchr v2.7.4
16092025-01-29T20:07:08.131Z Compiling typenum v1.17.0
16102025-01-29T20:07:08.160Z Compiling shlex v1.3.0
16112025-01-29T20:07:08.516Z Compiling value-bag v1.9.0
16122025-01-29T20:07:08.713Z Compiling generic-array v0.14.7
16132025-01-29T20:07:08.822Z Compiling lock_api v0.4.12
16142025-01-29T20:07:08.982Z Compiling log v0.4.22
16152025-01-29T20:07:09.019Z Compiling scopeguard v1.2.0
16162025-01-29T20:07:09.190Z Compiling parking_lot_core v0.9.10
16172025-01-29T20:07:09.363Z Compiling serde_json v1.0.135
16182025-01-29T20:07:09.606Z Compiling quote v1.0.38
16192025-01-29T20:07:09.683Z Compiling once_cell v1.20.2
16202025-01-29T20:07:09.716Z Compiling libm v0.2.8
16212025-01-29T20:07:09.736Z Compiling rustix v0.38.37
16222025-01-29T20:07:10.014Z Compiling syn v2.0.96
16232025-01-29T20:07:10.043Z Compiling jobserver v0.1.32
16242025-01-29T20:07:10.064Z Compiling getrandom v0.2.15
16252025-01-29T20:07:10.152Z Compiling aho-corasick v1.1.3
16262025-01-29T20:07:10.335Z Compiling num-traits v0.2.19
16272025-01-29T20:07:10.356Z Compiling thiserror v1.0.69
16282025-01-29T20:07:10.394Z Compiling regex-syntax v0.8.5
16292025-01-29T20:07:10.424Z Compiling cc v1.1.30
16302025-01-29T20:07:10.634Z Compiling either v1.13.0
16312025-01-29T20:07:10.767Z Compiling itoa v1.0.11
16322025-01-29T20:07:10.998Z Compiling spin v0.9.8
16332025-01-29T20:07:11.017Z Compiling slab v0.4.9
16342025-01-29T20:07:11.240Z Compiling errno v0.3.9
16352025-01-29T20:07:11.361Z Compiling byteorder v1.5.0
16362025-01-29T20:07:11.686Z Compiling rand_core v0.6.4
16372025-01-29T20:07:12.102Z Compiling glob v0.3.2
16382025-01-29T20:07:12.286Z Compiling prettyplease v0.2.25
16392025-01-29T20:07:12.315Z Compiling lazy_static v1.5.0
16402025-01-29T20:07:12.642Z Compiling minimal-lexical v0.2.1
16412025-01-29T20:07:12.828Z Compiling clang-sys v1.8.1
16422025-01-29T20:07:13.123Z Compiling nom v7.1.3
16432025-01-29T20:07:13.237Z Compiling libloading v0.8.5
16442025-01-29T20:07:13.459Z Compiling bindgen v0.69.5
16452025-01-29T20:07:13.509Z Compiling home v0.5.9
16462025-01-29T20:07:13.564Z Compiling smallvec v1.13.2
16472025-01-29T20:07:13.728Z Compiling subtle v2.6.1
16482025-01-29T20:07:13.940Z Compiling itertools v0.12.1
16492025-01-29T20:07:14.045Z Compiling regex-automata v0.4.8
16502025-01-29T20:07:14.074Z Compiling allocator-api2 v0.2.18
16512025-01-29T20:07:14.502Z Compiling rustc-hash v1.1.0
16522025-01-29T20:07:14.674Z Compiling lazycell v1.3.0
16532025-01-29T20:07:14.775Z Compiling cmake v0.1.51
16542025-01-29T20:07:15.048Z Compiling fs_extra v1.3.0
16552025-01-29T20:07:15.564Z Compiling dunce v1.0.5
16562025-01-29T20:07:15.584Z Compiling semver v1.0.24
16572025-01-29T20:07:16.092Z Compiling pkg-config v0.3.31
16582025-01-29T20:07:16.167Z Compiling cexpr v0.6.0
16592025-01-29T20:07:16.408Z Compiling ring v0.17.8
16602025-01-29T20:07:17.119Z Compiling pin-project-lite v0.2.14
16612025-01-29T20:07:17.142Z Compiling ryu v1.0.18
16622025-01-29T20:07:17.187Z Compiling synstructure v0.13.1
16632025-01-29T20:07:17.388Z Compiling paste v1.0.15
16642025-01-29T20:07:17.635Z Compiling schemars v0.8.21
16652025-01-29T20:07:17.837Z Compiling const-oid v0.9.6
16662025-01-29T20:07:17.912Z Compiling fnv v1.0.7
16672025-01-29T20:07:18.051Z Compiling aws-lc-rs v1.10.0
16682025-01-29T20:07:18.383Z Compiling httparse v1.9.5
16692025-01-29T20:07:18.589Z Compiling serde_derive_internals v0.29.1
16702025-01-29T20:07:19.149Z Compiling foldhash v0.1.3
16712025-01-29T20:07:19.459Z Compiling regex v1.11.1
16722025-01-29T20:07:19.504Z Compiling equivalent v1.0.1
16732025-01-29T20:07:19.632Z Compiling hashbrown v0.15.1
16742025-01-29T20:07:19.812Z Compiling signal-hook-registry v1.4.2
16752025-01-29T20:07:20.401Z Compiling heck v0.5.0
16762025-01-29T20:07:20.493Z Compiling parking_lot v0.12.3
16772025-01-29T20:07:20.712Z Compiling mio v1.0.2
16782025-01-29T20:07:20.824Z Compiling stable_deref_trait v1.2.0
16792025-01-29T20:07:21.635Z Compiling serde_derive v1.0.217
16802025-01-29T20:07:21.702Z Compiling zeroize_derive v1.4.2
16812025-01-29T20:07:22.216Z Compiling zerocopy-derive v0.7.35
16822025-01-29T20:07:22.577Z Compiling thiserror-impl v1.0.69
16832025-01-29T20:07:23.071Z Compiling zeroize v1.8.1
16842025-01-29T20:07:23.203Z Compiling tokio-macros v2.5.0
16852025-01-29T20:07:23.473Z Compiling zerofrom-derive v0.1.4
16862025-01-29T20:07:23.553Z Compiling yoke-derive v0.7.4
16872025-01-29T20:07:23.676Z Compiling zerovec-derive v0.10.3
16882025-01-29T20:07:23.764Z Compiling futures-macro v0.3.31
16892025-01-29T20:07:24.049Z Compiling displaydoc v0.2.5
16902025-01-29T20:07:25.305Z Compiling zerocopy v0.7.35
16912025-01-29T20:07:25.664Z Compiling icu_provider_macros v1.5.0
16922025-01-29T20:07:25.816Z Compiling crypto-common v0.1.6
16932025-01-29T20:07:25.880Z Compiling tracing-attributes v0.1.27
16942025-01-29T20:07:25.938Z Compiling schemars_derive v0.8.21
16952025-01-29T20:07:26.017Z Compiling block-buffer v0.10.4
16962025-01-29T20:07:26.278Z Compiling digest v0.10.7
16972025-01-29T20:07:26.700Z Compiling socket2 v0.5.7
16982025-01-29T20:07:26.728Z Compiling time-core v0.1.2
16992025-01-29T20:07:26.910Z Compiling num-conv v0.1.0
17002025-01-29T20:07:26.930Z Compiling futures-core v0.3.31
17012025-01-29T20:07:27.194Z Compiling crossbeam-utils v0.8.20
17022025-01-29T20:07:27.215Z Compiling time-macros v0.2.18
17032025-01-29T20:07:27.979Z Compiling der_derive v0.7.3
17042025-01-29T20:07:28.030Z Compiling vcpkg v0.2.15
17052025-01-29T20:07:29.491Z Compiling openssl-sys v0.9.103
17062025-01-29T20:07:29.915Z Compiling syn v1.0.109
17072025-01-29T20:07:30.462Z Compiling cpufeatures v0.2.14
17082025-01-29T20:07:30.518Z Compiling futures-sink v0.3.31
17092025-01-29T20:07:30.701Z Compiling slog v2.7.0
17102025-01-29T20:07:30.888Z Compiling ahash v0.8.11
17112025-01-29T20:07:31.139Z Compiling zerofrom v0.1.4
17122025-01-29T20:07:31.461Z Compiling iana-time-zone v0.1.61
17132025-01-29T20:07:31.636Z Compiling yoke v0.7.4
17142025-01-29T20:07:31.814Z Compiling futures-channel v0.3.31
17152025-01-29T20:07:32.001Z Compiling scroll_derive v0.12.0
17162025-01-29T20:07:32.132Z Compiling futures-io v0.3.31
17172025-01-29T20:07:32.163Z Compiling openssl v0.10.66
17182025-01-29T20:07:32.262Z Compiling ucd-trie v0.1.7
17192025-01-29T20:07:32.508Z Compiling pin-utils v0.1.0
17202025-01-29T20:07:32.569Z Compiling futures-task v0.3.31
17212025-01-29T20:07:32.618Z Compiling pest v2.7.14
17222025-01-29T20:07:32.710Z Compiling zerovec v0.10.4
17232025-01-29T20:07:32.887Z Compiling futures-util v0.3.31
17242025-01-29T20:07:33.701Z Compiling hmac v0.12.1
17252025-01-29T20:07:33.958Z Compiling bitflags v2.6.0
17262025-01-29T20:07:34.109Z Compiling bytes v1.9.0
17272025-01-29T20:07:35.920Z Compiling indexmap v2.7.1
17282025-01-29T20:07:36.342Z Compiling tokio v1.43.0
17292025-01-29T20:07:37.262Z Compiling serde_tokenstream v0.2.2
17302025-01-29T20:07:37.598Z Compiling uuid v1.12.0
17312025-01-29T20:07:37.791Z Compiling http v1.2.0
17322025-01-29T20:07:38.867Z Compiling which v4.4.2
17332025-01-29T20:07:39.028Z Compiling chrono v0.4.39
17342025-01-29T20:07:39.066Z Compiling rustc_version v0.4.1
17352025-01-29T20:07:41.970Z Compiling pest_meta v2.7.14
17362025-01-29T20:07:45.114Z Compiling block-padding v0.3.3
17372025-01-29T20:07:45.358Z Compiling openssl-macros v0.1.1
17382025-01-29T20:07:45.644Z Compiling native-tls v0.2.12
17392025-01-29T20:07:45.989Z Compiling rustls v0.23.19
17402025-01-29T20:07:46.047Z Compiling inout v0.1.3
17412025-01-29T20:07:46.074Z Compiling pest_generator v2.7.14
17422025-01-29T20:07:46.285Z Compiling tinystr v0.7.6
17432025-01-29T20:07:46.689Z Compiling serde_spanned v0.6.8
17442025-01-29T20:07:46.725Z Compiling toml_datetime v0.6.8
17452025-01-29T20:07:46.961Z Compiling tracing-core v0.1.32
17462025-01-29T20:07:47.087Z Compiling dyn-clone v1.0.17
17472025-01-29T20:07:47.138Z Compiling litemap v0.7.3
17482025-01-29T20:07:47.319Z Compiling strsim v0.11.1
17492025-01-29T20:07:47.338Z Compiling writeable v0.5.5
17502025-01-29T20:07:47.830Z Compiling pest_derive v2.7.14
17512025-01-29T20:07:47.952Z Compiling icu_locid v1.5.0
17522025-01-29T20:07:48.597Z Compiling tracing v0.1.40
17532025-01-29T20:07:49.152Z Compiling cipher v0.4.4
17542025-01-29T20:07:49.438Z Compiling sha2 v0.10.8
17552025-01-29T20:07:49.654Z Compiling cookie v0.18.1
17562025-01-29T20:07:49.930Z Compiling usdt-impl v0.5.0
17572025-01-29T20:07:49.960Z Compiling base64ct v1.6.0
17582025-01-29T20:07:50.274Z Compiling icu_provider v1.5.0
17592025-01-29T20:07:50.427Z Compiling pem-rfc7468 v0.7.0
17602025-01-29T20:07:51.203Z Compiling scroll v0.12.0
17612025-01-29T20:07:51.710Z Compiling aws-lc-sys v0.22.0
17622025-01-29T20:07:51.838Z Compiling ppv-lite86 v0.2.20
17632025-01-29T20:07:52.621Z Compiling async-trait v0.1.85
17642025-01-29T20:07:53.426Z Compiling camino v1.1.9
17652025-01-29T20:07:53.970Z Compiling percent-encoding v2.3.1
17662025-01-29T20:07:54.784Z Compiling plain v0.2.3
17672025-01-29T20:07:54.955Z Compiling icu_locid_transform_data v1.5.0
17682025-01-29T20:07:54.989Z Compiling anyhow v1.0.95
17692025-01-29T20:07:55.066Z Compiling rustls-pki-types v1.10.0
17702025-01-29T20:07:55.600Z Compiling flagset v0.4.6
17712025-01-29T20:07:55.821Z Compiling der v0.7.9
17722025-01-29T20:07:56.712Z Compiling icu_locid_transform v1.5.0
17732025-01-29T20:07:58.772Z Compiling goblin v0.8.2
17742025-01-29T20:07:58.815Z Compiling rand_chacha v0.3.1
17752025-01-29T20:07:59.826Z Compiling tokio-util v0.7.12
17762025-01-29T20:08:00.216Z Compiling icu_collections v1.5.0
17772025-01-29T20:08:02.902Z Compiling icu_properties_data v1.5.0
17782025-01-29T20:08:03.173Z Compiling untrusted v0.9.0
17792025-01-29T20:08:03.199Z Compiling untrusted v0.7.1
17802025-01-29T20:08:03.393Z Compiling rustls v0.22.4
17812025-01-29T20:08:03.413Z Compiling pretty-hex v0.4.1
17822025-01-29T20:08:03.562Z Compiling rayon-core v1.12.1
17832025-01-29T20:08:03.682Z Compiling powerfmt v0.2.0
17842025-01-29T20:08:03.848Z Compiling mirai-annotations v1.12.0
17852025-01-29T20:08:03.927Z Compiling icu_properties v1.5.1
17862025-01-29T20:08:04.030Z Compiling deranged v0.3.11
17872025-01-29T20:08:04.466Z Compiling dof v0.3.0
17882025-01-29T20:08:06.032Z Compiling rand v0.8.5
17892025-01-29T20:08:06.352Z Compiling spki v0.7.3
17902025-01-29T20:08:06.874Z Compiling salsa20 v0.10.2
17912025-01-29T20:08:07.109Z Compiling dtrace-parser v0.2.0
17922025-01-29T20:08:07.483Z Compiling pbkdf2 v0.12.2
17932025-01-29T20:08:08.528Z Compiling thread-id v4.2.2
17942025-01-29T20:08:08.687Z Compiling litrs v0.4.1
17952025-01-29T20:08:08.690Z Compiling num_threads v0.1.7
17962025-01-29T20:08:08.864Z Compiling atomic-waker v1.1.2
17972025-01-29T20:08:09.036Z Compiling utf8_iter v1.0.4
17982025-01-29T20:08:09.110Z Compiling winnow v0.5.40
17992025-01-29T20:08:09.145Z Compiling write16 v1.0.0
18002025-01-29T20:08:09.594Z Compiling utf16_iter v1.0.5
18012025-01-29T20:08:09.841Z Compiling icu_normalizer_data v1.5.0
18022025-01-29T20:08:09.962Z Compiling icu_normalizer v1.5.0
18032025-01-29T20:08:10.130Z Compiling document-features v0.2.10
18042025-01-29T20:08:11.138Z Compiling time v0.3.36
18052025-01-29T20:08:12.450Z Compiling toml_edit v0.19.15
18062025-01-29T20:08:13.140Z Compiling scrypt v0.11.0
18072025-01-29T20:08:13.611Z Compiling form_urlencoded v1.2.1
18082025-01-29T20:08:14.103Z Compiling cbc v0.1.2
18092025-01-29T20:08:14.163Z Compiling aes v0.8.4
18102025-01-29T20:08:14.331Z Compiling http-body v1.0.1
18112025-01-29T20:08:14.623Z Compiling multer v3.1.0
18122025-01-29T20:08:15.142Z Compiling rustversion v1.0.17
18132025-01-29T20:08:16.289Z Compiling slog-async v2.8.0
18142025-01-29T20:08:16.292Z Compiling try-lock v0.2.5
18152025-01-29T20:08:16.292Z Compiling tinyvec_macros v0.1.1
18162025-01-29T20:08:16.292Z Compiling tinyvec v1.8.0
18172025-01-29T20:08:16.292Z Compiling want v0.3.1
18182025-01-29T20:08:16.292Z Compiling pkcs5 v0.7.1
18192025-01-29T20:08:17.814Z Compiling idna_adapter v1.2.0
18202025-01-29T20:08:18.044Z Compiling h2 v0.4.6
18212025-01-29T20:08:18.354Z Compiling heapless v0.7.17
18222025-01-29T20:08:18.975Z Compiling bzip2-sys v0.1.11+1.0.8
18232025-01-29T20:08:19.179Z Compiling httpdate v1.0.3
18242025-01-29T20:08:19.362Z Compiling signal-hook v0.3.17
18252025-01-29T20:08:20.170Z Compiling idna v1.0.3
18262025-01-29T20:08:21.530Z Compiling pkcs8 v0.10.2
18272025-01-29T20:08:22.763Z Compiling usdt-macro v0.5.0
18282025-01-29T20:08:23.229Z Compiling usdt-attr-macro v0.5.0
18292025-01-29T20:08:24.131Z Compiling async-stream-impl v0.3.6
18302025-01-29T20:08:24.694Z Compiling base64 v0.22.1
18312025-01-29T20:08:24.797Z Compiling adler2 v2.0.0
18322025-01-29T20:08:25.325Z Compiling tower-service v0.3.3
18332025-01-29T20:08:25.443Z Compiling miniz_oxide v0.8.0
18342025-01-29T20:08:26.438Z Compiling hyper v1.5.2
18352025-01-29T20:08:28.829Z Compiling curve25519-dalek v4.1.3
18362025-01-29T20:08:29.453Z Compiling hyper-util v0.1.10
18372025-01-29T20:08:31.628Z Compiling openapiv3 v2.0.0
18382025-01-29T20:08:32.708Z Compiling enum-as-inner v0.6.1
18392025-01-29T20:08:33.168Z Compiling dropshot v0.12.0
18402025-01-29T20:08:33.486Z Compiling match_cfg v0.1.0
18412025-01-29T20:08:33.701Z Compiling foreign-types-shared v0.1.1
18422025-01-29T20:08:33.834Z Compiling portable-atomic v1.9.0
18432025-01-29T20:08:34.281Z Compiling newtype-uuid v1.2.1
18442025-01-29T20:08:34.581Z Compiling smoltcp v0.9.1
18452025-01-29T20:08:35.141Z Compiling num-bigint-dig v0.8.4
18462025-01-29T20:08:35.444Z Compiling foreign-types v0.3.2
18472025-01-29T20:08:35.639Z Compiling hostname v0.3.1
18482025-01-29T20:08:36.856Z Compiling url v2.5.3
18492025-01-29T20:08:39.093Z Compiling http-body-util v0.1.2
18502025-01-29T20:08:39.452Z Compiling dirs-sys-next v0.1.2
18512025-01-29T20:08:39.550Z Compiling encoding_rs v0.8.34
18522025-01-29T20:08:39.666Z Compiling mime v0.3.17
18532025-01-29T20:08:39.919Z Compiling heck v0.4.1
18542025-01-29T20:08:40.303Z Compiling siphasher v0.3.11
18552025-01-29T20:08:40.645Z Compiling ident_case v1.0.1
18562025-01-29T20:08:40.712Z Compiling gimli v0.31.1
18572025-01-29T20:08:40.826Z Compiling data-encoding v2.6.0
18582025-01-29T20:08:42.282Z Compiling darling_core v0.20.10
18592025-01-29T20:08:42.613Z Compiling dirs-next v2.0.0
18602025-01-29T20:08:47.442Z Compiling addr2line v0.24.2
18612025-01-29T20:08:48.519Z Compiling unicode-normalization v0.1.24
18622025-01-29T20:08:49.639Z Compiling serde_urlencoded v0.7.1
18632025-01-29T20:08:50.200Z Compiling crossbeam-epoch v0.9.18
18642025-01-29T20:08:50.411Z Compiling rustls-pemfile v2.2.0
18652025-01-29T20:08:50.790Z Compiling hubpack_derive v0.1.1
18662025-01-29T20:08:50.854Z Compiling dropshot_endpoint v0.12.0
18672025-01-29T20:08:50.911Z Compiling sha1 v0.10.6
18682025-01-29T20:08:50.988Z Compiling signature v2.2.0
18692025-01-29T20:08:51.236Z Compiling zerocopy-derive v0.6.6
18702025-01-29T20:08:51.322Z Compiling curve25519-dalek-derive v0.1.1
18712025-01-29T20:08:51.692Z Compiling object v0.36.5
18722025-01-29T20:08:52.945Z Compiling thread_local v1.1.8
18732025-01-29T20:08:53.403Z Compiling fs-err v2.11.0
18742025-01-29T20:08:54.682Z Compiling anstyle v1.0.10
18752025-01-29T20:08:57.214Z Compiling ipnet v2.10.1
18762025-01-29T20:08:58.753Z Compiling winnow v0.6.20
18772025-01-29T20:09:00.391Z Compiling utf8parse v0.2.2
18782025-01-29T20:09:00.565Z Compiling unicode-bidi v0.3.17
18792025-01-29T20:09:01.713Z Compiling rustc-demangle v0.1.24
18802025-01-29T20:09:02.093Z Compiling openssl-probe v0.1.5
18812025-01-29T20:09:03.391Z Compiling unicode-properties v0.1.3
18822025-01-29T20:09:03.808Z Compiling stringprep v0.1.5
18832025-01-29T20:09:04.097Z Compiling rustls-webpki v0.102.8
18842025-01-29T20:09:06.011Z Compiling backtrace v0.3.74
18852025-01-29T20:09:06.129Z Compiling toml_edit v0.22.22
18862025-01-29T20:09:06.468Z Compiling anstyle-parse v0.2.5
18872025-01-29T20:09:13.081Z Compiling crossbeam-deque v0.8.5
18882025-01-29T20:09:13.435Z Compiling darling_macro v0.20.10
18892025-01-29T20:09:14.632Z Compiling term v0.7.0
18902025-01-29T20:09:14.635Z Compiling slog-json v2.6.1
18912025-01-29T20:09:15.510Z Compiling crossbeam-channel v0.5.13
18922025-01-29T20:09:16.501Z Compiling hashbrown v0.14.5
18932025-01-29T20:09:16.714Z Compiling futures-executor v0.3.31
18942025-01-29T20:09:17.016Z Compiling num-integer v0.1.46
18952025-01-29T20:09:17.171Z Compiling md-5 v0.10.6
18962025-01-29T20:09:17.432Z Compiling ff v0.13.0
18972025-01-29T20:09:17.617Z Compiling hash32 v0.2.1
18982025-01-29T20:09:17.683Z Compiling memmap v0.7.0
18992025-01-29T20:09:17.701Z Compiling is-terminal v0.4.13
19002025-01-29T20:09:17.844Z Compiling fallible-iterator v0.2.0
19012025-01-29T20:09:17.943Z Compiling utf-8 v0.7.6
19022025-01-29T20:09:17.976Z Compiling take_mut v0.2.2
19032025-01-29T20:09:18.001Z Compiling linked-hash-map v0.5.6
19042025-01-29T20:09:18.151Z Compiling is_terminal_polyfill v1.70.1
19052025-01-29T20:09:18.229Z Compiling anstyle-query v1.1.1
19062025-01-29T20:09:18.292Z Compiling base16ct v0.2.0
19072025-01-29T20:09:18.382Z Compiling psl-types v2.0.11
19082025-01-29T20:09:18.595Z Compiling quick-error v1.2.3
19092025-01-29T20:09:18.764Z Compiling colorchoice v1.0.2
19102025-01-29T20:09:18.807Z Compiling publicsuffix v2.3.0
19112025-01-29T20:09:18.961Z Compiling anstream v0.6.15
19122025-01-29T20:09:18.964Z Compiling resolv-conf v0.7.0
19132025-01-29T20:09:19.178Z Compiling sec1 v0.7.3
19142025-01-29T20:09:19.447Z Compiling postgres-protocol v0.6.7
19152025-01-29T20:09:19.572Z Compiling lru-cache v0.1.2
19162025-01-29T20:09:19.592Z Compiling tungstenite v0.24.0
19172025-01-29T20:09:19.762Z Compiling usdt v0.5.0
19182025-01-29T20:09:20.587Z Compiling slog-term v2.9.1
19192025-01-29T20:09:20.623Z Compiling group v0.13.0
19202025-01-29T20:09:20.947Z Compiling regress v0.10.1
19212025-01-29T20:09:21.229Z Compiling num-iter v0.1.45
19222025-01-29T20:09:21.405Z Compiling futures v0.3.31
19232025-01-29T20:09:24.264Z Compiling slog-bunyan v2.5.0
19242025-01-29T20:09:24.369Z Compiling darling v0.20.10
19252025-01-29T20:09:24.831Z Compiling tokio-rustls v0.26.0
19262025-01-29T20:09:24.911Z Compiling toml v0.8.19
19272025-01-29T20:09:25.297Z Compiling tokio-rustls v0.25.0
19282025-01-29T20:09:25.571Z Compiling tokio-native-tls v0.3.1
19292025-01-29T20:09:25.894Z Compiling hickory-proto v0.24.2
19302025-01-29T20:09:26.029Z Compiling phf_shared v0.11.2
19312025-01-29T20:09:26.255Z Compiling strum_macros v0.25.3
19322025-01-29T20:09:26.723Z Compiling async-stream v0.3.6
19332025-01-29T20:09:26.866Z Compiling waitgroup v0.1.2
19342025-01-29T20:09:26.938Z Compiling webpki-roots v0.26.6
19352025-01-29T20:09:27.198Z Compiling terminal_size v0.4.0
19362025-01-29T20:09:27.231Z Compiling hkdf v0.12.4
19372025-01-29T20:09:27.424Z Compiling serde_path_to_error v0.1.16
19382025-01-29T20:09:27.473Z Compiling crypto-bigint v0.5.5
19392025-01-29T20:09:28.074Z Compiling derive-where v1.2.7
19402025-01-29T20:09:28.156Z Compiling serde_repr v0.1.19
19412025-01-29T20:09:29.217Z Compiling clap_derive v4.5.24
19422025-01-29T20:09:29.615Z Compiling hostname v0.4.0
19432025-01-29T20:09:29.841Z Compiling crc32fast v1.4.2
19442025-01-29T20:09:31.075Z Compiling bitflags v1.3.2
19452025-01-29T20:09:31.197Z Compiling unicode-width v0.2.0
19462025-01-29T20:09:31.449Z Compiling debug-ignore v1.0.5
19472025-01-29T20:09:31.469Z Compiling clap_lex v0.7.4
19482025-01-29T20:09:31.614Z Compiling managed v0.8.0
19492025-01-29T20:09:32.119Z Compiling clap_builder v4.5.27
19502025-01-29T20:09:33.408Z Compiling console v0.15.10
19512025-01-29T20:09:34.232Z Compiling hickory-resolver v0.24.2
19522025-01-29T20:09:35.094Z Compiling elliptic-curve v0.13.8
19532025-01-29T20:09:36.050Z Compiling flate2 v1.0.35
19542025-01-29T20:09:38.549Z Compiling hyper-rustls v0.27.3
19552025-01-29T20:09:39.353Z Compiling phf v0.11.2
19562025-01-29T20:09:39.743Z Compiling hyper-tls v0.6.0
19572025-01-29T20:09:40.131Z Compiling typify-impl v0.2.0
19582025-01-29T20:09:40.502Z Compiling signal-hook-mio v0.2.4
19592025-01-29T20:09:40.677Z Compiling rayon v1.10.0
19602025-01-29T20:09:40.968Z Compiling bzip2 v0.4.4
19612025-01-29T20:09:41.346Z Compiling cookie_store v0.21.1
19622025-01-29T20:09:42.700Z Compiling tokio-tungstenite v0.24.0
19632025-01-29T20:09:45.045Z Compiling postgres-types v0.2.8
19642025-01-29T20:09:45.255Z Compiling zerocopy v0.6.6
19652025-01-29T20:09:46.006Z Compiling hubpack v0.1.2
19662025-01-29T20:09:46.031Z Compiling ed25519 v2.2.3
19672025-01-29T20:09:46.260Z Compiling phf_shared v0.10.0
19682025-01-29T20:09:46.431Z Compiling pkcs1 v0.7.5
19692025-01-29T20:09:46.477Z Compiling tokio-stream v0.1.16
19702025-01-29T20:09:46.627Z Compiling ipnetwork v0.20.0
19712025-01-29T20:09:47.422Z Compiling rfc6979 v0.4.0
19722025-01-29T20:09:47.542Z Compiling serde-big-array v0.5.1
19732025-01-29T20:09:47.627Z Compiling float-cmp v0.9.0
19742025-01-29T20:09:47.785Z Compiling sync_wrapper v1.0.1
19752025-01-29T20:09:47.955Z Compiling bstr v1.10.0
19762025-01-29T20:09:49.142Z Compiling fixedbitset v0.4.2
19772025-01-29T20:09:49.557Z Compiling predicates-core v1.0.8
19782025-01-29T20:09:49.736Z Compiling static_assertions v1.1.0
19792025-01-29T20:09:49.850Z Compiling unicode-segmentation v1.12.0
19802025-01-29T20:09:49.865Z Compiling new_debug_unreachable v1.0.6
19812025-01-29T20:09:49.976Z Compiling precomputed-hash v0.1.1
19822025-01-29T20:09:50.116Z Compiling whoami v1.5.2
19832025-01-29T20:09:50.493Z Compiling normalize-line-endings v0.3.0
19842025-01-29T20:09:50.589Z Compiling difflib v0.4.0
19852025-01-29T20:09:50.617Z Compiling number_prefix v0.4.0
19862025-01-29T20:09:50.636Z Compiling bit-vec v0.6.3
19872025-01-29T20:09:50.732Z Compiling typify-macro v0.2.0
19882025-01-29T20:09:50.855Z Compiling indicatif v0.17.9
19892025-01-29T20:09:51.030Z Compiling predicates v3.1.2
19902025-01-29T20:09:51.694Z Compiling reqwest v0.12.9
19912025-01-29T20:09:52.387Z Compiling bit-set v0.5.3
19922025-01-29T20:09:52.528Z Compiling similar v2.6.0
19932025-01-29T20:09:52.565Z Compiling tokio-postgres v0.7.12
19942025-01-29T20:09:52.689Z Compiling string_cache v0.8.7
19952025-01-29T20:09:52.970Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19962025-01-29T20:09:54.071Z Compiling petgraph v0.6.5
19972025-01-29T20:09:55.558Z Compiling ecdsa v0.16.9
19982025-01-29T20:09:56.372Z Compiling qorb v0.2.1
19992025-01-29T20:09:57.796Z Compiling rsa v0.9.6
20002025-01-29T20:09:58.362Z Compiling ed25519-dalek v2.1.1
20012025-01-29T20:09:59.134Z Compiling zip v0.6.6
20022025-01-29T20:09:59.174Z Compiling crossterm v0.28.1
20032025-01-29T20:09:59.679Z Compiling clap v4.5.27
20042025-01-29T20:10:01.704Z Compiling toml v0.7.8
20052025-01-29T20:10:01.888Z Compiling x509-cert v0.2.5
20062025-01-29T20:10:02.424Z Compiling hex v0.4.3
20072025-01-29T20:10:03.413Z Compiling itertools v0.10.5
20082025-01-29T20:10:03.932Z Compiling peg-runtime v0.8.3
20092025-01-29T20:10:04.441Z Compiling zerocopy v0.8.10
20102025-01-29T20:10:04.522Z Compiling lalrpop-util v0.19.12
20112025-01-29T20:10:04.890Z Compiling unicode-xid v0.2.6
20122025-01-29T20:10:06.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20132025-01-29T20:10:10.763Z Compiling proc-macro-crate v1.3.1
20142025-01-29T20:10:11.063Z Compiling macaddr v1.0.1
20152025-01-29T20:10:11.683Z Compiling zerocopy-derive v0.8.10
20162025-01-29T20:10:11.859Z Compiling itertools v0.13.0
20172025-01-29T20:10:12.463Z Compiling heapless v0.8.0
20182025-01-29T20:10:14.787Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20192025-01-29T20:10:19.417Z Compiling num_enum_derive v0.5.11
20202025-01-29T20:10:27.666Z Compiling hash32 v0.3.1
20212025-01-29T20:10:28.416Z Compiling smoltcp v0.11.0
20222025-01-29T20:10:29.210Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232025-01-29T20:10:33.840Z Compiling num_enum v0.5.11
20242025-01-29T20:10:34.058Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20252025-01-29T20:10:34.938Z Compiling typify v0.2.0
20262025-01-29T20:10:34.995Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20272025-01-29T20:10:35.812Z Compiling proc-macro-error-attr v1.0.4
20282025-01-29T20:10:36.742Z Compiling unsafe-libyaml v0.2.11
20292025-01-29T20:10:37.001Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20302025-01-29T20:10:37.308Z Compiling cobs v0.2.3
20312025-01-29T20:10:37.610Z Compiling thiserror v2.0.11
20322025-01-29T20:10:37.781Z Compiling postcard v1.0.10
20332025-01-29T20:10:38.396Z Compiling serde_yaml v0.9.34+deprecated
20342025-01-29T20:10:46.430Z Compiling progenitor-impl v0.8.0
20352025-01-29T20:10:53.644Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20362025-01-29T20:11:04.125Z Compiling strum_macros v0.26.4
20372025-01-29T20:11:04.743Z Compiling thiserror-impl v2.0.11
20382025-01-29T20:11:04.746Z Compiling structmeta-derive v0.3.0
20392025-01-29T20:11:05.105Z Compiling foreign-types-macros v0.2.3
20402025-01-29T20:11:05.563Z Compiling proc-macro-error v1.0.4
20412025-01-29T20:11:05.899Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20422025-01-29T20:11:06.789Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432025-01-29T20:11:06.954Z Compiling unicode-width v0.1.14
20442025-01-29T20:11:07.042Z Compiling foreign-types-shared v0.3.1
20452025-01-29T20:11:08.317Z Compiling strum v0.26.3
20462025-01-29T20:11:08.721Z Compiling tabwriter v1.4.0
20472025-01-29T20:11:11.734Z Compiling foreign-types v0.5.0
20482025-01-29T20:11:11.863Z Compiling structmeta v0.3.0
20492025-01-29T20:11:12.254Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502025-01-29T20:11:19.409Z Compiling progenitor-macro v0.8.0
20512025-01-29T20:11:20.767Z Compiling progenitor-client v0.8.0
20522025-01-29T20:11:23.951Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532025-01-29T20:11:24.775Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20542025-01-29T20:11:25.225Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20552025-01-29T20:11:25.905Z Compiling cstr-argument v0.1.2
20562025-01-29T20:11:25.997Z Compiling dropshot v0.15.1
20572025-01-29T20:11:26.061Z Compiling crucible-workspace-hack v0.1.0
20582025-01-29T20:11:26.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20592025-01-29T20:11:26.363Z Compiling fastrand v2.1.1
20602025-01-29T20:11:26.621Z Compiling pretty-hex v0.2.1
20612025-01-29T20:11:27.049Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20622025-01-29T20:11:27.425Z Compiling tempfile v3.13.0
20632025-01-29T20:11:27.532Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642025-01-29T20:11:27.853Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20652025-01-29T20:11:28.396Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662025-01-29T20:11:29.079Z Compiling parse-display-derive v0.10.0
20672025-01-29T20:11:29.311Z Compiling colored v2.1.0
20682025-01-29T20:11:29.556Z Compiling serde_with_macros v3.11.0
20692025-01-29T20:11:30.424Z Compiling progenitor v0.8.0
20702025-01-29T20:11:30.544Z Compiling dropshot_endpoint v0.15.1
20712025-01-29T20:11:30.662Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20722025-01-29T20:11:31.401Z Compiling instant v0.1.13
20732025-01-29T20:11:31.597Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20742025-01-29T20:11:31.937Z Compiling serde_with v3.11.0
20752025-01-29T20:11:32.013Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762025-01-29T20:11:32.617Z Compiling parse-display v0.10.0
20772025-01-29T20:11:32.831Z Compiling backoff v0.4.0
20782025-01-29T20:11:33.212Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792025-01-29T20:11:33.456Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20802025-01-29T20:11:34.964Z Compiling zone_cfg_derive v0.3.0
20812025-01-29T20:11:36.017Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20822025-01-29T20:11:36.264Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20832025-01-29T20:11:36.762Z Compiling camino-tempfile v1.1.1
20842025-01-29T20:11:37.111Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
20852025-01-29T20:11:37.131Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20862025-01-29T20:11:37.346Z Compiling regress v0.9.1
20872025-01-29T20:11:37.521Z Compiling progenitor-client v0.9.1
20882025-01-29T20:11:37.567Z Compiling num-derive v0.4.2
20892025-01-29T20:11:38.448Z Compiling sigpipe v0.1.3
20902025-01-29T20:11:38.599Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20912025-01-29T20:11:38.917Z Compiling libefi-sys v0.1.0
20922025-01-29T20:11:39.316Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20932025-01-29T20:11:39.806Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
20942025-01-29T20:11:41.318Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
20952025-01-29T20:11:41.892Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20962025-01-29T20:11:42.471Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20972025-01-29T20:11:43.988Z Compiling zone v0.3.0
20982025-01-29T20:11:46.626Z Compiling smf v0.2.3
20992025-01-29T20:11:47.413Z Compiling bitfield-struct v0.6.2
21002025-01-29T20:11:47.843Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21012025-01-29T20:11:48.263Z Compiling blake3 v1.5.4
21022025-01-29T20:11:48.673Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21032025-01-29T20:11:49.424Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21042025-01-29T20:11:49.482Z Compiling xattr v1.3.1
21052025-01-29T20:11:49.522Z Compiling memmap2 v0.9.5
21062025-01-29T20:11:49.808Z Compiling filetime v0.2.25
21072025-01-29T20:11:49.829Z Compiling constant_time_eq v0.3.1
21082025-01-29T20:11:50.023Z Compiling arrayref v0.3.9
21092025-01-29T20:11:50.118Z Compiling arrayvec v0.7.6
21102025-01-29T20:11:50.146Z Compiling same-file v1.0.6
21112025-01-29T20:11:50.182Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21122025-01-29T20:11:50.321Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-29T20:11:50.450Z Compiling walkdir v2.5.0
21142025-01-29T20:11:50.501Z Compiling tar v0.4.42
21152025-01-29T20:11:51.732Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21162025-01-29T20:11:52.101Z Compiling gethostname v0.5.0
21172025-01-29T20:11:52.162Z Compiling cargo-platform v0.1.8
21182025-01-29T20:11:52.357Z Compiling topological-sort v0.2.2
21192025-01-29T20:11:52.656Z Compiling omicron-zone-package v0.12.0
21202025-01-29T20:11:52.945Z Compiling cargo_metadata v0.18.1
21212025-01-29T20:11:53.229Z Compiling indent_write v2.2.0
21222025-01-29T20:11:53.258Z Compiling shell-words v1.1.0
21232025-01-29T20:12:00.016Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242025-01-29T20:12:00.717Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252025-01-29T20:12:04.796Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262025-01-29T20:12:22.130Z Finished `release` profile [optimized] target(s) in 5m 15s
21272025-01-29T20:12:22.293Z Running `target/release/omicron-package -t test target create -p dev`
21282025-01-29T20:12:22.345ZLogging to: /work/oxidecomputer/omicron/out/LOG
21292025-01-29T20:12:22.348ZCreated new build target 'test' and set it as active
21302025-01-29T20:12:22.348Z
21312025-01-29T20:12:22.348Zreal 5:15.385820819
21322025-01-29T20:12:22.348Zuser 36:53.871017906
21332025-01-29T20:12:22.348Zsys 3:22.476491994
21342025-01-29T20:12:22.348Ztrap 1.176531656
21352025-01-29T20:12:22.348Ztflt 2.846153377
21362025-01-29T20:12:22.348Zdflt 0.389733552
21372025-01-29T20:12:22.348Zkflt 0.008043917
21382025-01-29T20:12:22.348Zlock 1:13:45.449678098
21392025-01-29T20:12:22.348Zslp 2:28:18.574239909
21402025-01-29T20:12:22.348Zlat 2:45.341379536
21412025-01-29T20:12:22.348Zstop 4:50.551400912
21422025-01-29T20:12:22.348Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21432025-01-29T20:12:23.314Z Finished `release` profile [optimized] target(s) in 0.91s
21442025-01-29T20:12:23.377Z Running `target/release/omicron-package -t test package`
21452025-01-29T20:12:23.426ZLogging to: /work/oxidecomputer/omicron/out/LOG
21462025-01-29T20:12:24.596Z Compiling thiserror v2.0.11
21472025-01-29T20:12:24.733Z Compiling typify-impl v0.3.0
21482025-01-29T20:12:24.736Z Compiling convert_case v0.4.0
21492025-01-29T20:12:24.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21502025-01-29T20:12:24.736Z Compiling newline-converter v0.3.0
21512025-01-29T20:12:24.750Z Compiling password-hash v0.5.0
21522025-01-29T20:12:24.753Z Compiling blake2 v0.10.6
21532025-01-29T20:12:24.753Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21542025-01-29T20:12:25.006Z Compiling expectorate v1.1.0
21552025-01-29T20:12:25.069Z Compiling base64 v0.21.7
21562025-01-29T20:12:25.262Z Compiling atomicwrites v0.4.4
21572025-01-29T20:12:25.428Z Compiling argon2 v0.5.3
21582025-01-29T20:12:25.539Z Compiling derive_more v0.99.18
21592025-01-29T20:12:25.786Z Compiling cancel-safe-futures v0.1.5
21602025-01-29T20:12:25.952Z Compiling owo-colors v4.1.0
21612025-01-29T20:12:26.152Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21622025-01-29T20:12:26.180Z Compiling num-rational v0.4.2
21632025-01-29T20:12:26.307Z Compiling progenitor-client v0.9.1
21642025-01-29T20:12:26.740Z Compiling num-complex v0.4.6
21652025-01-29T20:12:27.711Z Compiling libsw v3.3.1
21662025-01-29T20:12:27.805Z Compiling num v0.4.3
21672025-01-29T20:12:27.936Z Compiling float-ord v0.3.2
21682025-01-29T20:12:27.961Z Compiling linear-map v1.2.0
21692025-01-29T20:12:28.053Z Compiling swrite v0.1.0
21702025-01-29T20:12:28.138Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21712025-01-29T20:12:28.214Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21722025-01-29T20:12:28.386Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21732025-01-29T20:12:28.602Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21742025-01-29T20:12:29.267Z Compiling highway v1.2.0
21752025-01-29T20:12:30.710Z Compiling semver v0.1.20
21762025-01-29T20:12:31.245Z Compiling rustc_version v0.1.7
21772025-01-29T20:12:31.423Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21782025-01-29T20:12:31.658Z Compiling newtype_derive v0.1.6
21792025-01-29T20:12:31.981Z Compiling tungstenite v0.21.0
21802025-01-29T20:12:35.806Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21812025-01-29T20:12:35.911Z Compiling typify-macro v0.3.0
21822025-01-29T20:12:36.383Z Compiling ipnetwork v0.20.0
21832025-01-29T20:12:37.021Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21842025-01-29T20:12:37.117Z Compiling tokio-tungstenite v0.21.0
21852025-01-29T20:12:37.668Z Compiling progenitor-client v0.8.0
21862025-01-29T20:12:37.745Z Compiling humantime v2.1.0
21872025-01-29T20:12:37.893Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21882025-01-29T20:12:38.143Z Compiling progenitor v0.8.0
21892025-01-29T20:12:38.378Z Compiling dropshot v0.15.1
21902025-01-29T20:12:38.455Z Compiling instant v0.1.13
21912025-01-29T20:12:38.601Z Compiling backoff v0.4.0
21922025-01-29T20:12:38.652Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21932025-01-29T20:12:38.984Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21942025-01-29T20:12:39.119Z Compiling steno v0.4.1
21952025-01-29T20:12:39.361Z Compiling typify v0.3.0
21962025-01-29T20:12:39.526Z Compiling progenitor-impl v0.9.1
21972025-01-29T20:12:45.600Z Compiling progenitor-macro v0.9.1
21982025-01-29T20:12:46.679Z Compiling parse-display v0.10.0
21992025-01-29T20:12:47.028Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002025-01-29T20:12:47.194Z Compiling strum v0.26.3
22012025-01-29T20:12:47.232Z Compiling serde_with v3.11.0
22022025-01-29T20:12:47.396Z Compiling regress v0.9.1
22032025-01-29T20:12:50.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22042025-01-29T20:12:51.728Z Compiling macaddr v1.0.1
22052025-01-29T20:12:52.065Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22062025-01-29T20:12:52.156Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22072025-01-29T20:12:52.414Z Compiling slog-dtrace v0.3.0
22082025-01-29T20:12:52.832Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22092025-01-29T20:12:52.892Z Compiling prettyplease v0.2.25
22102025-01-29T20:12:54.800Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22112025-01-29T20:12:56.463Z Compiling progenitor v0.9.1
22122025-01-29T20:12:56.713Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22132025-01-29T20:12:58.526Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22142025-01-29T20:13:00.692Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22152025-01-29T20:13:09.241Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22162025-01-29T20:13:10.301Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22172025-01-29T20:13:11.347Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22182025-01-29T20:13:12.193Z Compiling half v2.4.1
22192025-01-29T20:13:12.904Z Compiling ciborium-io v0.2.2
22202025-01-29T20:13:13.065Z Compiling ciborium-ll v0.2.2
22212025-01-29T20:13:14.501Z Compiling ciborium v0.2.2
22222025-01-29T20:13:14.961Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22232025-01-29T20:13:16.329Z Compiling display-error-chain v0.2.2
22242025-01-29T20:13:16.525Z Compiling fastrand v2.1.1
22252025-01-29T20:13:16.585Z Compiling same-file v1.0.6
22262025-01-29T20:13:16.818Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22272025-01-29T20:13:16.848Z Compiling walkdir v2.5.0
22282025-01-29T20:13:17.008Z Compiling tempfile v3.13.0
22292025-01-29T20:13:17.445Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22302025-01-29T20:13:17.763Z Compiling blake3 v1.5.4
22312025-01-29T20:13:18.432Z Compiling const_format_proc_macros v0.2.34
22322025-01-29T20:13:20.262Z Compiling xattr v1.3.1
22332025-01-29T20:13:20.551Z Compiling filetime v0.2.25
22342025-01-29T20:13:20.868Z Compiling memmap2 v0.9.5
22352025-01-29T20:13:21.012Z Compiling arrayvec v0.7.6
22362025-01-29T20:13:21.293Z Compiling arrayref v0.3.9
22372025-01-29T20:13:21.410Z Compiling constant_time_eq v0.3.1
22382025-01-29T20:13:21.430Z Compiling crunchy v0.2.2
22392025-01-29T20:13:21.571Z Compiling keccak v0.1.5
22402025-01-29T20:13:21.703Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22412025-01-29T20:13:21.844Z Compiling maplit v1.0.2
22422025-01-29T20:13:21.991Z Compiling sha3 v0.10.8
22432025-01-29T20:13:22.701Z Compiling tar v0.4.42
22442025-01-29T20:13:22.868Z Compiling const_format v0.2.34
22452025-01-29T20:13:23.181Z Compiling camino-tempfile v1.1.1
22462025-01-29T20:13:23.622Z Compiling toolchain_find v0.4.0
22472025-01-29T20:13:23.821Z Compiling tiny-keccak v2.0.2
22482025-01-29T20:13:24.114Z Compiling radium v0.7.0
22492025-01-29T20:13:24.186Z Compiling topological-sort v0.2.2
22502025-01-29T20:13:24.244Z Compiling rustfmt-wrapper v0.2.1
22512025-01-29T20:13:24.431Z Compiling omicron-zone-package v0.12.0
22522025-01-29T20:13:24.684Z Compiling dsl_auto_type v0.1.2
22532025-01-29T20:13:24.825Z Compiling scheduled-thread-pool v0.2.7
22542025-01-29T20:13:24.849Z Compiling diesel_table_macro_syntax v0.2.0
22552025-01-29T20:13:25.245Z Compiling maybe-uninit v2.0.0
22562025-01-29T20:13:25.723Z Compiling tap v1.0.1
22572025-01-29T20:13:25.936Z Compiling wyz v0.5.1
22582025-01-29T20:13:25.955Z Compiling diesel_derives v2.2.3
22592025-01-29T20:13:26.311Z Compiling r2d2 v0.8.10
22602025-01-29T20:13:26.825Z Compiling phf_generator v0.11.2
22612025-01-29T20:13:27.023Z Compiling ascii-canvas v3.0.0
22622025-01-29T20:13:27.253Z Compiling secrecy v0.8.0
22632025-01-29T20:13:27.467Z Compiling ena v0.14.3
22642025-01-29T20:13:27.533Z Compiling async-recursion v1.1.1
22652025-01-29T20:13:27.874Z Compiling funty v2.0.0
22662025-01-29T20:13:28.749Z Compiling arc-swap v1.7.1
22672025-01-29T20:13:28.886Z Compiling crc-catalog v2.4.0
22682025-01-29T20:13:29.061Z Compiling diff v0.1.13
22692025-01-29T20:13:29.430Z Compiling regex-syntax v0.6.29
22702025-01-29T20:13:29.490Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22712025-01-29T20:13:29.576Z Compiling packed_struct v0.10.1
22722025-01-29T20:13:30.002Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22732025-01-29T20:13:30.270Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22742025-01-29T20:13:30.385Z Compiling slog-scope v4.4.0
22752025-01-29T20:13:30.533Z Compiling crc v3.2.1
22762025-01-29T20:13:31.225Z Compiling bitvec v1.0.1
22772025-01-29T20:13:32.605Z Compiling phf_codegen v0.11.2
22782025-01-29T20:13:32.831Z Compiling lalrpop v0.19.12
22792025-01-29T20:13:34.587Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22802025-01-29T20:13:35.623Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22812025-01-29T20:13:35.711Z Compiling universal-hash v0.5.1
22822025-01-29T20:13:35.857Z Compiling packed_struct_codegen v0.10.1
22832025-01-29T20:13:35.945Z Compiling thiserror-impl-no-std v2.0.2
22842025-01-29T20:13:36.805Z Compiling diesel v2.2.6
22852025-01-29T20:13:38.132Z Compiling parse-zoneinfo v0.3.1
22862025-01-29T20:13:38.369Z Compiling unicase v2.7.0
22872025-01-29T20:13:38.780Z Compiling indexmap v1.9.3
22882025-01-29T20:13:39.132Z Compiling nodrop v0.1.14
22892025-01-29T20:13:39.296Z Compiling opaque-debug v0.3.1
22902025-01-29T20:13:39.418Z Compiling ref-cast v1.0.23
22912025-01-29T20:13:39.607Z Compiling poly1305 v0.8.0
22922025-01-29T20:13:39.968Z Compiling array-init v0.0.4
22932025-01-29T20:13:41.057Z Compiling chrono-tz-build v0.4.0
22942025-01-29T20:13:41.112Z Compiling thiserror-no-std v2.0.2
22952025-01-29T20:13:42.032Z Compiling smallvec v0.6.14
22962025-01-29T20:13:42.491Z Compiling slog-stdlog v4.1.1
22972025-01-29T20:13:43.896Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22982025-01-29T20:13:44.236Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22992025-01-29T20:13:44.549Z Compiling derive_builder_core v0.20.2
23002025-01-29T20:13:45.185Z Compiling chacha20 v0.9.1
23012025-01-29T20:13:45.671Z Compiling headers-core v0.3.0
23022025-01-29T20:13:45.861Z Compiling aead v0.5.2
23032025-01-29T20:13:46.225Z Compiling libxml v0.3.3
23042025-01-29T20:13:46.533Z Compiling ref-cast-impl v1.0.23
23052025-01-29T20:13:46.612Z Compiling vte_generate_state_changes v0.1.2
23062025-01-29T20:13:47.207Z Compiling bitfield v0.14.0
23072025-01-29T20:13:47.526Z Compiling termcolor v1.4.1
23082025-01-29T20:13:47.629Z Compiling hashbrown v0.12.3
23092025-01-29T20:13:48.582Z Compiling env_logger v0.10.2
23102025-01-29T20:13:50.111Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23112025-01-29T20:13:51.801Z Compiling vte v0.11.1
23122025-01-29T20:13:53.376Z Compiling derive_builder_macro v0.20.2
23132025-01-29T20:13:54.218Z Compiling chacha20poly1305 v0.10.1
23142025-01-29T20:13:54.475Z Compiling headers v0.4.0
23152025-01-29T20:13:55.679Z Compiling polar-core v0.27.3
23162025-01-29T20:13:57.016Z Compiling slog-envlogger v2.2.0
23172025-01-29T20:13:58.045Z Compiling serde-hex v0.1.0
23182025-01-29T20:13:59.878Z Compiling chrono-tz v0.10.1
23192025-01-29T20:14:00.570Z Compiling vsss-rs v3.3.4
23202025-01-29T20:14:02.929Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23212025-01-29T20:14:04.562Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222025-01-29T20:14:04.923Z Compiling ron v0.8.1
23232025-01-29T20:14:05.875Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23242025-01-29T20:14:06.198Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23252025-01-29T20:14:08.423Z Compiling hashbrown v0.13.2
23262025-01-29T20:14:09.603Z Compiling strum_macros v0.24.3
23272025-01-29T20:14:10.450Z Compiling fxhash v0.2.1
23282025-01-29T20:14:10.501Z Compiling samael v0.0.17
23292025-01-29T20:14:10.707Z Compiling lockfree-object-pool v0.1.6
23302025-01-29T20:14:11.019Z Compiling bumpalo v3.16.0
23312025-01-29T20:14:11.600Z Compiling simd-adler32 v0.3.7
23322025-01-29T20:14:12.111Z Compiling crc-any v2.5.0
23332025-01-29T20:14:12.685Z Compiling bytecount v0.6.8
23342025-01-29T20:14:12.855Z Compiling indoc v1.0.9
23352025-01-29T20:14:13.010Z Compiling zip v2.1.3
23362025-01-29T20:14:13.064Z Compiling papergrid v0.11.0
23372025-01-29T20:14:13.370Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382025-01-29T20:14:23.102Z Compiling zopfli v0.8.1
23392025-01-29T20:14:24.915Z Compiling object v0.30.4
23402025-01-29T20:14:25.216Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23412025-01-29T20:14:27.302Z Compiling derive_builder v0.20.2
23422025-01-29T20:14:27.684Z Compiling strip-ansi-escapes v0.2.0
23432025-01-29T20:14:28.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23442025-01-29T20:14:28.481Z Compiling tabled_derive v0.7.0
23452025-01-29T20:14:28.531Z Compiling fd-lock v4.0.2
23462025-01-29T20:14:28.784Z Compiling peg-macros v0.8.4
23472025-01-29T20:14:30.595Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482025-01-29T20:14:31.577Z Compiling kstat-rs v0.2.4
23492025-01-29T20:14:32.084Z Compiling oso-derive v0.27.3
23502025-01-29T20:14:32.104Z Compiling impl-trait-for-tuples v0.2.2
23512025-01-29T20:14:32.479Z Compiling quick-xml v0.33.0
23522025-01-29T20:14:33.010Z Compiling diesel-dtrace v0.4.2
23532025-01-29T20:14:33.342Z Compiling nu-ansi-term v0.50.1
23542025-01-29T20:14:34.669Z Compiling path-slash v0.1.5
23552025-01-29T20:14:34.934Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23562025-01-29T20:14:37.284Z Compiling reedline v0.35.0
23572025-01-29T20:14:38.254Z Compiling oso v0.27.3
23582025-01-29T20:14:41.582Z Compiling peg v0.8.4
23592025-01-29T20:14:41.721Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23602025-01-29T20:14:47.871Z Compiling tabled v0.15.0
23612025-01-29T20:14:50.454Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23622025-01-29T20:15:01.924Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23632025-01-29T20:15:05.319Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23642025-01-29T20:15:06.828Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23652025-01-29T20:15:07.473Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23662025-01-29T20:15:07.779Z Compiling pem v3.0.4
23672025-01-29T20:15:09.316Z Compiling bb8 v0.8.5
23682025-01-29T20:15:09.854Z Compiling bcs v0.1.6
23692025-01-29T20:15:09.978Z Compiling libz-sys v1.1.20
23702025-01-29T20:15:10.655Z Compiling termtree v0.5.1
23712025-01-29T20:15:10.796Z Compiling parking_lot_core v0.8.6
23722025-01-29T20:15:11.423Z Compiling async-bb8-diesel v0.2.1
23732025-01-29T20:15:12.244Z Compiling mime_guess v2.0.5
23742025-01-29T20:15:14.083Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23752025-01-29T20:15:17.277Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23762025-01-29T20:15:17.737Z Compiling buf-list v1.0.3
23772025-01-29T20:15:19.856Z Compiling nibble_vec v0.1.0
23782025-01-29T20:15:20.119Z Compiling libgit2-sys v0.17.0+1.8.1
23792025-01-29T20:15:20.906Z Compiling pin-project-internal v1.1.6
23802025-01-29T20:15:22.284Z Compiling atty v0.2.14
23812025-01-29T20:15:22.475Z Compiling salty v0.3.0
23822025-01-29T20:15:22.909Z Compiling http-range v0.1.5
23832025-01-29T20:15:23.517Z Compiling endian-type v0.1.2
23842025-01-29T20:15:23.520Z Compiling pin-project v1.1.6
23852025-01-29T20:15:23.749Z Compiling radix_trie v0.2.1
23862025-01-29T20:15:24.632Z Compiling parking_lot v0.11.2
23872025-01-29T20:15:28.709Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
23882025-01-29T20:15:28.869Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23892025-01-29T20:15:29.557Z Compiling snafu-derive v0.8.5
23902025-01-29T20:15:33.122Z Compiling hyper-staticfile v0.10.1
23912025-01-29T20:15:33.959Z Compiling snafu v0.8.5
23922025-01-29T20:15:35.223Z Compiling sled v0.34.7
23932025-01-29T20:15:36.761Z Compiling hickory-client v0.24.2
23942025-01-29T20:15:53.285Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23952025-01-29T20:15:54.470Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23962025-01-29T20:15:56.787Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23972025-01-29T20:16:02.536Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23982025-01-29T20:16:05.534Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23992025-01-29T20:16:09.406Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24002025-01-29T20:16:11.936Z Compiling hickory-server v0.24.2
24012025-01-29T20:16:11.939Z Compiling globset v0.4.15
24022025-01-29T20:16:11.939Z Compiling olpc-cjson v0.1.4
24032025-01-29T20:16:11.939Z Compiling primeorder v0.13.6
24042025-01-29T20:16:12.185Z Compiling vergen v8.3.2
24052025-01-29T20:16:12.489Z Compiling castaway v0.2.3
24062025-01-29T20:16:12.697Z Compiling env_filter v0.1.2
24072025-01-29T20:16:14.185Z Compiling cargo-platform v0.1.8
24082025-01-29T20:16:14.673Z Compiling serde_plain v1.0.2
24092025-01-29T20:16:14.980Z Compiling nanorand v0.7.0
24102025-01-29T20:16:15.235Z Compiling memoffset v0.9.1
24112025-01-29T20:16:15.595Z Compiling typed-path v0.9.3
24122025-01-29T20:16:15.824Z Compiling flume v0.11.1
24132025-01-29T20:16:16.606Z Compiling git2 v0.19.0
24142025-01-29T20:16:16.626Z Compiling cargo_metadata v0.18.1
24152025-01-29T20:16:18.414Z Compiling tough v0.19.0
24162025-01-29T20:16:19.581Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24172025-01-29T20:16:20.728Z Compiling env_logger v0.11.5
24182025-01-29T20:16:22.142Z Compiling compact_str v0.8.0
24192025-01-29T20:16:22.605Z Compiling p384 v0.13.0
24202025-01-29T20:16:22.632Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24212025-01-29T20:16:24.599Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24222025-01-29T20:16:24.934Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24232025-01-29T20:16:26.073Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24242025-01-29T20:16:29.675Z Compiling unicode-truncate v1.1.0
24252025-01-29T20:16:30.004Z Compiling lru v0.12.5
24262025-01-29T20:16:30.379Z Compiling rand_seeder v0.3.0
24272025-01-29T20:16:30.786Z Compiling libsqlite3-sys v0.30.1
24282025-01-29T20:16:31.348Z Compiling lzma-sys v0.1.20
24292025-01-29T20:16:32.067Z Compiling instability v0.3.2
24302025-01-29T20:16:32.206Z Compiling cfg_aliases v0.2.1
24312025-01-29T20:16:32.338Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24322025-01-29T20:16:32.680Z Compiling rustls v0.21.12
24332025-01-29T20:16:32.899Z Compiling cassowary v0.3.0
24342025-01-29T20:16:32.983Z Compiling parse-size v1.1.0
24352025-01-29T20:16:33.112Z Compiling nix v0.29.0
24362025-01-29T20:16:33.202Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24372025-01-29T20:16:33.354Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24382025-01-29T20:16:33.589Z Compiling ratatui v0.28.1
24392025-01-29T20:16:33.921Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24402025-01-29T20:16:36.592Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24412025-01-29T20:16:37.465Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24422025-01-29T20:16:38.216Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24432025-01-29T20:16:38.543Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24442025-01-29T20:16:40.449Z Compiling rustls-webpki v0.101.7
24452025-01-29T20:16:42.215Z Compiling sct v0.7.1
24462025-01-29T20:16:42.725Z Compiling heck v0.3.3
24472025-01-29T20:16:42.857Z Compiling csv-core v0.1.11
24482025-01-29T20:16:43.067Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24492025-01-29T20:16:43.417Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24502025-01-29T20:16:43.737Z Compiling glob v0.3.2
24512025-01-29T20:16:43.921Z Compiling csv v1.3.1
24522025-01-29T20:16:44.337Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24532025-01-29T20:16:45.864Z Compiling zone_cfg_derive v0.1.2
24542025-01-29T20:16:47.215Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24552025-01-29T20:16:51.357Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24562025-01-29T20:16:52.437Z Compiling nix v0.27.1
24572025-01-29T20:16:52.667Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24582025-01-29T20:16:53.336Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24592025-01-29T20:16:55.811Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24602025-01-29T20:16:59.402Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24612025-01-29T20:17:03.969Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24622025-01-29T20:17:04.333Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24632025-01-29T20:17:05.470Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24642025-01-29T20:17:05.800Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24652025-01-29T20:17:06.124Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24662025-01-29T20:17:06.397Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24672025-01-29T20:17:06.454Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24682025-01-29T20:17:06.673Z Compiling tungstenite v0.23.0
24692025-01-29T20:17:07.144Z Compiling hashlink v0.9.1
24702025-01-29T20:17:07.240Z Compiling fallible-iterator v0.3.0
24712025-01-29T20:17:07.929Z Compiling fallible-streaming-iterator v0.1.9
24722025-01-29T20:17:08.020Z Compiling base64 v0.13.1
24732025-01-29T20:17:08.235Z Compiling rusqlite v0.32.1
24742025-01-29T20:17:08.801Z Compiling ron v0.7.1
24752025-01-29T20:17:09.787Z Compiling tokio-tungstenite v0.23.1
24762025-01-29T20:17:10.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772025-01-29T20:17:11.465Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24782025-01-29T20:17:12.264Z Compiling xz2 v0.1.7
24792025-01-29T20:17:13.741Z Compiling tokio-rustls v0.24.1
24802025-01-29T20:17:14.107Z Compiling zone v0.1.8
24812025-01-29T20:17:17.358Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24822025-01-29T20:17:19.234Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24832025-01-29T20:17:22.001Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24842025-01-29T20:17:23.591Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24852025-01-29T20:17:23.632Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24862025-01-29T20:17:29.345Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24872025-01-29T20:17:30.808Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24882025-01-29T20:17:32.229Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24892025-01-29T20:17:34.047Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24902025-01-29T20:17:34.199Z Compiling rustls-pemfile v1.0.4
24912025-01-29T20:17:34.957Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24922025-01-29T20:17:35.302Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24932025-01-29T20:17:35.504Z Compiling signal-hook-tokio v0.3.1
24942025-01-29T20:17:35.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
24952025-01-29T20:17:36.966Z Compiling yasna v0.5.2
24962025-01-29T20:17:37.482Z Compiling twox-hash v2.1.0
24972025-01-29T20:17:38.521Z Compiling smawk v0.3.2
24982025-01-29T20:17:38.793Z Compiling unicode-linebreak v0.1.5
24992025-01-29T20:17:39.383Z Compiling is_ci v1.2.0
25002025-01-29T20:17:39.705Z Compiling supports-color v3.0.1
25012025-01-29T20:17:40.153Z Compiling textwrap v0.16.1
25022025-01-29T20:17:43.168Z Compiling rcgen v0.12.1
25032025-01-29T20:17:43.763Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25042025-01-29T20:17:44.718Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25052025-01-29T20:17:50.160Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25062025-01-29T20:17:51.340Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25072025-01-29T20:17:51.615Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25082025-01-29T20:17:56.544Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25092025-01-29T20:18:06.581Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102025-01-29T20:18:11.045Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25112025-01-29T20:18:11.537Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25122025-01-29T20:18:23.951Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25132025-01-29T20:18:24.533Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25142025-01-29T20:18:27.174Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25152025-01-29T20:18:27.513Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25162025-01-29T20:18:30.534Z Compiling fatfs v0.3.6
25172025-01-29T20:18:31.227Z Compiling subprocess v0.2.9
25182025-01-29T20:18:33.339Z Compiling rtoolbox v0.0.2
25192025-01-29T20:18:33.824Z Compiling assert_matches v1.5.0
25202025-01-29T20:18:35.857Z Compiling rpassword v7.3.1
25212025-01-29T20:18:36.319Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25222025-01-29T20:18:37.470Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25232025-01-29T20:18:37.929Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25242025-01-29T20:18:44.361Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25252025-01-29T20:18:44.946Z Compiling tui-tree-widget v0.22.0
25262025-01-29T20:18:45.430Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25272025-01-29T20:18:53.461Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25282025-01-29T20:18:53.801Z Compiling uzers v0.12.1
25292025-01-29T20:18:56.937Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25302025-01-29T20:18:58.540Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25312025-01-29T20:19:00.427Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25322025-01-29T20:19:33.205Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25332025-01-29T20:19:35.459Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25342025-01-29T20:19:40.212Z Compiling multimap v0.10.0
25352025-01-29T20:22:02.746Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25362025-01-29T20:22:11.932Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25372025-01-29T20:29:01.971Z Finished `release` profile [optimized] target(s) in 16m 38s
25382025-01-29T20:30:06.218Z
25392025-01-29T20:30:06.220Zreal 17:43.614214040
25402025-01-29T20:30:06.220Zuser 2:06:04.294518399
25412025-01-29T20:30:06.221Zsys 3:16.332550222
25422025-01-29T20:30:06.221Ztrap 3.242993667
25432025-01-29T20:30:06.221Ztflt 3.261303043
25442025-01-29T20:30:06.221Zdflt 3.940262645
25452025-01-29T20:30:06.221Zkflt 0.020792623
25462025-01-29T20:30:06.221Zlock 7:28:12.901545450
25472025-01-29T20:30:06.221Zslp 6:24:30.934242614
25482025-01-29T20:30:06.221Zlat 3:25.688590037
25492025-01-29T20:30:06.221Zstop 2:46.852827737
25502025-01-29T20:30:06.221Z+ mapfile -t packages
25512025-01-29T20:30:06.221Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25522025-01-29T20:30:07.262Z Finished `release` profile [optimized] target(s) in 0.99s
25532025-01-29T20:30:07.334Z Running `target/release/omicron-package -t test list-outputs`
25542025-01-29T20:30:07.386ZLogging to: /work/oxidecomputer/omicron/out/LOG
25552025-01-29T20:30:07.388Z+ ptime -m cargo build --locked --release -p xtask
25562025-01-29T20:30:07.959Z Compiling serde v1.0.217
25572025-01-29T20:30:07.962Z Compiling serde_json v1.0.135
25582025-01-29T20:30:07.962Z Compiling rustix v0.38.37
25592025-01-29T20:30:07.962Z Compiling libc v0.2.169
25602025-01-29T20:30:08.062Z Compiling syn v2.0.96
25612025-01-29T20:30:08.081Z Compiling bitflags v2.6.0
25622025-01-29T20:30:08.405Z Compiling usdt-impl v0.5.0
25632025-01-29T20:30:08.458Z Compiling syn v1.0.109
25642025-01-29T20:30:08.543Z Compiling log v0.4.22
25652025-01-29T20:30:08.564Z Compiling hashbrown v0.15.1
25662025-01-29T20:30:08.892Z Compiling fs-err v2.11.0
25672025-01-29T20:30:08.968Z Compiling anyhow v1.0.95
25682025-01-29T20:30:09.202Z Compiling once_cell v1.20.2
25692025-01-29T20:30:09.355Z Compiling thread-id v4.2.2
25702025-01-29T20:30:09.754Z Compiling indexmap v2.7.1
25712025-01-29T20:30:10.866Z Compiling terminal_size v0.4.0
25722025-01-29T20:30:10.866Z Compiling tempfile v3.13.0
25732025-01-29T20:30:11.128Z Compiling clap_builder v4.5.27
25742025-01-29T20:30:11.719Z Compiling proc-macro-error v1.0.4
25752025-01-29T20:30:12.614Z Compiling tabled_derive v0.7.0
25762025-01-29T20:30:13.718Z Compiling tabled v0.15.0
25772025-01-29T20:30:14.520Z Compiling serde_derive v1.0.217
25782025-01-29T20:30:14.521Z Compiling thiserror-impl v1.0.69
25792025-01-29T20:30:14.524Z Compiling zerocopy-derive v0.7.35
25802025-01-29T20:30:14.524Z Compiling scroll_derive v0.12.0
25812025-01-29T20:30:14.524Z Compiling clap_derive v4.5.24
25822025-01-29T20:30:15.928Z Compiling scroll v0.12.0
25832025-01-29T20:30:16.417Z Compiling zerocopy v0.7.35
25842025-01-29T20:30:17.207Z Compiling thiserror v1.0.69
25852025-01-29T20:30:17.386Z Compiling pest v2.7.14
25862025-01-29T20:30:18.010Z Compiling goblin v0.8.2
25872025-01-29T20:30:18.795Z Compiling clap v4.5.27
25882025-01-29T20:30:20.494Z Compiling pest_meta v2.7.14
25892025-01-29T20:30:21.946Z Compiling pest_generator v2.7.14
25902025-01-29T20:30:24.183Z Compiling pest_derive v2.7.14
25912025-01-29T20:30:25.005Z Compiling dtrace-parser v0.2.0
25922025-01-29T20:30:28.611Z Compiling toml_datetime v0.6.8
25932025-01-29T20:30:29.330Z Compiling serde_tokenstream v0.2.2
25942025-01-29T20:30:29.906Z Compiling serde_spanned v0.6.8
25952025-01-29T20:30:30.202Z Compiling toml_edit v0.22.22
25962025-01-29T20:30:31.392Z Compiling dof v0.3.0
25972025-01-29T20:30:33.557Z Compiling camino v1.1.9
25982025-01-29T20:30:33.642Z Compiling usdt-macro v0.5.0
25992025-01-29T20:30:34.833Z Compiling toml v0.8.19
26002025-01-29T20:30:34.836Z Compiling usdt-attr-macro v0.5.0
26012025-01-29T20:30:36.197Z Compiling cargo-platform v0.1.8
26022025-01-29T20:30:37.268Z Compiling semver v1.0.24
26032025-01-29T20:30:38.473Z Compiling cargo_metadata v0.18.1
26042025-01-29T20:30:38.732Z Compiling usdt v0.5.0
26052025-01-29T20:30:40.162Z Compiling cargo_toml v0.20.5
26062025-01-29T20:30:40.380Z Compiling camino-tempfile v1.1.1
26072025-01-29T20:30:40.972Z Compiling macaddr v1.0.1
26082025-01-29T20:30:51.461Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26092025-01-29T20:31:02.285Z Finished `release` profile [optimized] target(s) in 54.83s
26102025-01-29T20:31:02.396Z
26112025-01-29T20:31:02.399Zreal 54.967849205
26122025-01-29T20:31:02.399Zuser 5:42.085142118
26132025-01-29T20:31:02.399Zsys 18.456207270
26142025-01-29T20:31:02.399Ztrap 0.160091552
26152025-01-29T20:31:02.399Ztflt 0.233523683
26162025-01-29T20:31:02.399Zdflt 0.400207243
26172025-01-29T20:31:02.399Zkflt 0.000023514
26182025-01-29T20:31:02.399Zlock 10:42.509322310
26192025-01-29T20:31:02.399Zslp 15:55.238969136
26202025-01-29T20:31:02.399Zlat 13.924090239
26212025-01-29T20:31:02.399Zstop 19.207707235
26222025-01-29T20:31:02.400Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232025-01-29T20:31:02.400Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26242025-01-29T20:31:02.400Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252025-01-29T20:31:02.400Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26262025-01-29T20:31:02.400Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26272025-01-29T20:31:03.304Z Compiling hashbrown v0.14.5
26282025-01-29T20:31:03.438Z Compiling thiserror v2.0.11
26292025-01-29T20:31:03.454Z Compiling thiserror-impl v2.0.11
26302025-01-29T20:31:03.456Z Compiling ident_case v1.0.1
26312025-01-29T20:31:03.459Z Compiling unsafe-libyaml v0.2.11
26322025-01-29T20:31:03.462Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26332025-01-29T20:31:03.462Z Compiling ipnetwork v0.20.0
26342025-01-29T20:31:03.462Z Compiling progenitor-client v0.9.1
26352025-01-29T20:31:03.666Z Compiling darling_core v0.20.10
26362025-01-29T20:31:03.942Z Compiling macaddr v1.0.1
26372025-01-29T20:31:04.067Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26382025-01-29T20:31:04.395Z Compiling progenitor-client v0.8.0
26392025-01-29T20:31:04.398Z Compiling instant v0.1.13
26402025-01-29T20:31:04.433Z Compiling structmeta-derive v0.3.0
26412025-01-29T20:31:04.543Z Compiling regress v0.10.1
26422025-01-29T20:31:04.566Z Compiling dropshot v0.15.1
26432025-01-29T20:31:04.771Z Compiling regress v0.9.1
26442025-01-29T20:31:04.873Z Compiling serde_yaml v0.9.34+deprecated
26452025-01-29T20:31:04.970Z Compiling dropshot_endpoint v0.15.1
26462025-01-29T20:31:05.463Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26472025-01-29T20:31:06.738Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26482025-01-29T20:31:07.021Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26492025-01-29T20:31:07.196Z Compiling structmeta v0.3.0
26502025-01-29T20:31:07.632Z Compiling parse-display-derive v0.10.0
26512025-01-29T20:31:07.701Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26522025-01-29T20:31:07.823Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26532025-01-29T20:31:08.031Z Compiling backoff v0.4.0
26542025-01-29T20:31:08.161Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26552025-01-29T20:31:08.384Z Compiling typify-impl v0.2.0
26562025-01-29T20:31:08.562Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26572025-01-29T20:31:08.740Z Compiling tempfile v3.13.0
26582025-01-29T20:31:08.908Z Compiling proc-macro-crate v1.3.1
26592025-01-29T20:31:09.400Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602025-01-29T20:31:09.543Z Compiling typify-impl v0.3.0
26612025-01-29T20:31:09.765Z Compiling itertools v0.13.0
26622025-01-29T20:31:09.818Z Compiling zerocopy v0.8.10
26632025-01-29T20:31:09.840Z Compiling darling_macro v0.20.10
26642025-01-29T20:31:09.887Z Compiling num_enum_derive v0.5.11
26652025-01-29T20:31:10.683Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26662025-01-29T20:31:10.806Z Compiling darling v0.20.10
26672025-01-29T20:31:10.934Z Compiling serde_with_macros v3.11.0
26682025-01-29T20:31:11.120Z Compiling zerocopy-derive v0.8.10
26692025-01-29T20:31:11.834Z Compiling parse-display v0.10.0
26702025-01-29T20:31:12.308Z Compiling num_enum v0.5.11
26712025-01-29T20:31:12.396Z Compiling foreign-types-macros v0.2.3
26722025-01-29T20:31:12.504Z Compiling heapless v0.8.0
26732025-01-29T20:31:12.725Z Compiling crucible-workspace-hack v0.1.0
26742025-01-29T20:31:13.026Z Compiling foreign-types-shared v0.3.1
26752025-01-29T20:31:13.210Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26762025-01-29T20:31:13.385Z Compiling proc-macro-error v1.0.4
26772025-01-29T20:31:13.460Z Compiling serde_with v3.11.0
26782025-01-29T20:31:13.637Z Compiling foreign-types v0.5.0
26792025-01-29T20:31:14.032Z Compiling camino-tempfile v1.1.1
26802025-01-29T20:31:14.131Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26812025-01-29T20:31:14.497Z Compiling hash32 v0.3.1
26822025-01-29T20:31:14.774Z Compiling cstr-argument v0.1.2
26832025-01-29T20:31:15.004Z Compiling pretty-hex v0.2.1
26842025-01-29T20:31:15.122Z Compiling smoltcp v0.11.0
26852025-01-29T20:31:15.268Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26862025-01-29T20:31:15.672Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26872025-01-29T20:31:15.847Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26882025-01-29T20:31:16.515Z Compiling tabwriter v1.4.0
26892025-01-29T20:31:16.867Z Compiling colored v2.1.0
26902025-01-29T20:31:16.951Z Compiling cobs v0.2.3
26912025-01-29T20:31:17.055Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26922025-01-29T20:31:17.253Z Compiling postcard v1.0.10
26932025-01-29T20:31:17.398Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26942025-01-29T20:31:17.585Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26952025-01-29T20:31:17.631Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26962025-01-29T20:31:17.928Z Compiling smf v0.2.3
26972025-01-29T20:31:17.984Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26982025-01-29T20:31:18.472Z Compiling zone_cfg_derive v0.3.0
26992025-01-29T20:31:18.814Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27002025-01-29T20:31:19.170Z Compiling num-derive v0.4.2
27012025-01-29T20:31:19.245Z Compiling sigpipe v0.1.3
27022025-01-29T20:31:19.403Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27032025-01-29T20:31:19.769Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27042025-01-29T20:31:19.918Z Compiling zone v0.3.0
27052025-01-29T20:31:20.127Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27062025-01-29T20:31:20.782Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27072025-01-29T20:31:20.926Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27082025-01-29T20:31:21.222Z Compiling universal-hash v0.5.1
27092025-01-29T20:31:21.428Z Compiling opaque-debug v0.3.1
27102025-01-29T20:31:21.482Z Compiling tungstenite v0.21.0
27112025-01-29T20:31:21.509Z Compiling num-rational v0.4.2
27122025-01-29T20:31:21.542Z Compiling password-hash v0.5.0
27132025-01-29T20:31:21.590Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27142025-01-29T20:31:22.337Z Compiling blake2 v0.10.6
27152025-01-29T20:31:22.444Z Compiling num-complex v0.4.6
27162025-01-29T20:31:22.478Z Compiling aead v0.5.2
27172025-01-29T20:31:22.884Z Compiling convert_case v0.4.0
27182025-01-29T20:31:23.097Z Compiling base64 v0.21.7
27192025-01-29T20:31:23.442Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27202025-01-29T20:31:23.464Z Compiling keccak v0.1.5
27212025-01-29T20:31:23.466Z Compiling num v0.4.3
27222025-01-29T20:31:23.604Z Compiling argon2 v0.5.3
27232025-01-29T20:31:23.735Z Compiling tokio-tungstenite v0.21.0
27242025-01-29T20:31:23.756Z Compiling derive_more v0.99.18
27252025-01-29T20:31:23.787Z Compiling sha3 v0.10.8
27262025-01-29T20:31:23.864Z Compiling typify-macro v0.2.0
27272025-01-29T20:31:24.324Z Compiling poly1305 v0.8.0
27282025-01-29T20:31:24.580Z Compiling chacha20 v0.9.1
27292025-01-29T20:31:25.108Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27302025-01-29T20:31:25.129Z Compiling float-ord v0.3.2
27312025-01-29T20:31:25.314Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27322025-01-29T20:31:25.338Z Compiling semver v0.1.20
27332025-01-29T20:31:25.445Z Compiling typify-macro v0.3.0
27342025-01-29T20:31:25.747Z Compiling same-file v1.0.6
27352025-01-29T20:31:25.994Z Compiling walkdir v2.5.0
27362025-01-29T20:31:26.072Z Compiling rustc_version v0.1.7
27372025-01-29T20:31:26.129Z Compiling newline-converter v0.3.0
27382025-01-29T20:31:26.325Z Compiling primeorder v0.13.6
27392025-01-29T20:31:26.366Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27402025-01-29T20:31:26.553Z Compiling secrecy v0.8.0
27412025-01-29T20:31:26.718Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27422025-01-29T20:31:26.807Z Compiling owo-colors v4.1.0
27432025-01-29T20:31:26.860Z Compiling cancel-safe-futures v0.1.5
27442025-01-29T20:31:26.956Z Compiling newtype_derive v0.1.6
27452025-01-29T20:31:27.109Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27462025-01-29T20:31:27.274Z Compiling expectorate v1.1.0
27472025-01-29T20:31:27.296Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27482025-01-29T20:31:27.296Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27492025-01-29T20:31:27.463Z Compiling thiserror-impl-no-std v2.0.2
27502025-01-29T20:31:27.526Z Compiling blake3 v1.5.4
27512025-01-29T20:31:27.609Z Compiling unicase v2.7.0
27522025-01-29T20:31:27.721Z Compiling typify v0.2.0
27532025-01-29T20:31:27.878Z Compiling progenitor-impl v0.8.0
27542025-01-29T20:31:27.942Z Compiling half v2.4.1
27552025-01-29T20:31:28.200Z Compiling ciborium-io v0.2.2
27562025-01-29T20:31:28.305Z Compiling arc-swap v1.7.1
27572025-01-29T20:31:28.499Z Compiling ciborium-ll v0.2.2
27582025-01-29T20:31:28.573Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27592025-01-29T20:31:28.872Z Compiling slog-scope v4.4.0
27602025-01-29T20:31:28.912Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27612025-01-29T20:31:29.327Z Compiling typify v0.3.0
27622025-01-29T20:31:29.380Z Compiling polyval v0.6.2
27632025-01-29T20:31:29.482Z Compiling progenitor-impl v0.9.1
27642025-01-29T20:31:29.812Z Compiling atomicwrites v0.4.4
27652025-01-29T20:31:29.833Z Compiling libsw v3.3.1
27662025-01-29T20:31:30.180Z Compiling memmap2 v0.9.5
27672025-01-29T20:31:30.231Z Compiling salty v0.3.0
27682025-01-29T20:31:30.380Z Compiling thiserror-no-std v2.0.2
27692025-01-29T20:31:30.542Z Compiling indent_write v2.2.0
27702025-01-29T20:31:30.596Z Compiling linear-map v1.2.0
27712025-01-29T20:31:30.673Z Compiling arrayvec v0.7.6
27722025-01-29T20:31:30.695Z Compiling libefi-sys v0.1.0
27732025-01-29T20:31:30.797Z Compiling arrayref v0.3.9
27742025-01-29T20:31:30.916Z Compiling parking_lot_core v0.8.6
27752025-01-29T20:31:30.963Z Compiling constant_time_eq v0.3.1
27762025-01-29T20:31:30.985Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27772025-01-29T20:31:31.076Z Compiling vsss-rs v3.3.4
27782025-01-29T20:31:31.172Z Compiling ghash v0.5.1
27792025-01-29T20:31:31.433Z Compiling slog-stdlog v4.1.1
27802025-01-29T20:31:31.591Z Compiling ciborium v0.2.2
27812025-01-29T20:31:32.264Z Compiling p384 v0.13.0
27822025-01-29T20:31:32.528Z Compiling toolchain_find v0.4.0
27832025-01-29T20:31:32.967Z Compiling chacha20poly1305 v0.10.1
27842025-01-29T20:31:33.015Z Compiling ctr v0.9.2
27852025-01-29T20:31:33.160Z Compiling lzma-sys v0.1.20
27862025-01-29T20:31:33.222Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27872025-01-29T20:31:33.373Z Compiling bitfield-struct v0.6.2
27882025-01-29T20:31:33.639Z Compiling slog-dtrace v0.3.0
27892025-01-29T20:31:33.812Z Compiling highway v1.2.0
27902025-01-29T20:31:33.939Z Compiling topological-sort v0.2.2
27912025-01-29T20:31:34.188Z Compiling omicron-zone-package v0.12.0
27922025-01-29T20:31:34.216Z Compiling aes-gcm v0.10.3
27932025-01-29T20:31:34.539Z Compiling rustfmt-wrapper v0.2.1
27942025-01-29T20:31:34.595Z Compiling mime_guess v2.0.5
27952025-01-29T20:31:34.694Z Compiling slog-envlogger v2.2.0
27962025-01-29T20:31:34.721Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27972025-01-29T20:31:34.999Z Compiling progenitor-macro v0.8.0
27982025-01-29T20:31:35.147Z Compiling steno v0.4.1
27992025-01-29T20:31:35.873Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28002025-01-29T20:31:35.891Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28012025-01-29T20:31:35.910Z Compiling heck v0.3.3
28022025-01-29T20:31:36.301Z Compiling ssh-encoding v0.2.0
28032025-01-29T20:31:36.420Z Compiling blowfish v0.9.1
28042025-01-29T20:31:36.472Z Compiling nibble_vec v0.1.0
28052025-01-29T20:31:36.650Z Compiling progenitor-macro v0.9.1
28062025-01-29T20:31:36.693Z Compiling env_filter v0.1.2
28072025-01-29T20:31:36.815Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28082025-01-29T20:31:36.873Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28092025-01-29T20:31:36.953Z Compiling humantime v2.1.0
28102025-01-29T20:31:36.973Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28112025-01-29T20:31:37.199Z Compiling endian-type v0.1.2
28122025-01-29T20:31:37.344Z Compiling env_logger v0.11.5
28132025-01-29T20:31:37.373Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-29T20:31:37.441Z Compiling radix_trie v0.2.1
28152025-01-29T20:31:37.468Z Compiling ssh-cipher v0.2.0
28162025-01-29T20:31:38.039Z Compiling bcrypt-pbkdf v0.10.0
28172025-01-29T20:31:38.071Z Compiling zone_cfg_derive v0.1.2
28182025-01-29T20:31:38.683Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28192025-01-29T20:31:38.758Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28202025-01-29T20:31:38.916Z Compiling parking_lot v0.11.2
28212025-01-29T20:31:39.519Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28222025-01-29T20:31:39.522Z Compiling password-hash v0.4.2
28232025-01-29T20:31:39.765Z Compiling gethostname v0.5.0
28242025-01-29T20:31:39.916Z Compiling fxhash v0.2.1
28252025-01-29T20:31:39.965Z Compiling bumpalo v3.16.0
28262025-01-29T20:31:39.985Z Compiling base64 v0.13.1
28272025-01-29T20:31:40.144Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28282025-01-29T20:31:40.183Z Compiling zip v2.1.3
28292025-01-29T20:31:40.426Z Compiling lockfree-object-pool v0.1.6
28302025-01-29T20:31:40.466Z Compiling simd-adler32 v0.3.7
28312025-01-29T20:31:40.487Z Compiling http-range v0.1.5
28322025-01-29T20:31:40.576Z Compiling ron v0.7.1
28332025-01-29T20:31:40.604Z Compiling sled v0.34.7
28342025-01-29T20:31:40.726Z Compiling pbkdf2 v0.11.0
28352025-01-29T20:31:40.815Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28362025-01-29T20:31:41.071Z Compiling zopfli v0.8.1
28372025-01-29T20:31:41.127Z Compiling zone v0.1.8
28382025-01-29T20:31:41.514Z Compiling xz2 v0.1.7
28392025-01-29T20:31:41.703Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28402025-01-29T20:31:42.576Z Compiling ssh-key v0.6.6
28412025-01-29T20:31:42.711Z Compiling hickory-client v0.24.2
28422025-01-29T20:31:43.046Z Compiling p521 v0.13.3
28432025-01-29T20:31:43.129Z Compiling p256 v0.13.2
28442025-01-29T20:31:43.964Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28452025-01-29T20:31:44.100Z Compiling hickory-server v0.24.2
28462025-01-29T20:31:44.996Z Compiling pem v3.0.4
28472025-01-29T20:31:45.411Z Compiling yasna v0.5.2
28482025-01-29T20:31:45.753Z Compiling headers-core v0.3.0
28492025-01-29T20:31:45.947Z Compiling kstat-rs v0.2.4
28502025-01-29T20:31:46.520Z Compiling nanorand v0.7.0
28512025-01-29T20:31:46.677Z Compiling atty v0.2.14
28522025-01-29T20:31:46.855Z Compiling russh-cryptovec v0.7.3
28532025-01-29T20:31:46.946Z Compiling md5 v0.7.0
28542025-01-29T20:31:47.031Z Compiling flume v0.11.1
28552025-01-29T20:31:47.094Z Compiling rcgen v0.12.1
28562025-01-29T20:31:47.191Z Compiling headers v0.4.0
28572025-01-29T20:31:47.536Z Compiling russh-keys v0.45.0
28582025-01-29T20:31:47.735Z Compiling progenitor v0.8.0
28592025-01-29T20:31:47.975Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28602025-01-29T20:31:48.485Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28612025-01-29T20:31:48.973Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28622025-01-29T20:31:49.290Z Compiling hyper-staticfile v0.10.1
28632025-01-29T20:31:49.459Z Compiling progenitor v0.9.1
28642025-01-29T20:31:49.708Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28652025-01-29T20:31:49.791Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28662025-01-29T20:31:49.922Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28672025-01-29T20:31:50.362Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28682025-01-29T20:31:50.555Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28692025-01-29T20:31:51.490Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28702025-01-29T20:31:52.302Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28712025-01-29T20:31:52.928Z Compiling num-bigint v0.4.6
28722025-01-29T20:31:54.095Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732025-01-29T20:31:55.248Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28742025-01-29T20:31:55.681Z Compiling des v0.8.1
28752025-01-29T20:31:55.874Z Compiling subprocess v0.2.9
28762025-01-29T20:31:56.021Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28772025-01-29T20:31:56.024Z Compiling display-error-chain v0.2.2
28782025-01-29T20:31:56.280Z Compiling hex-literal v0.4.1
28792025-01-29T20:31:56.470Z Compiling russh v0.45.0
28802025-01-29T20:31:56.921Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28812025-01-29T20:31:57.525Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28822025-01-29T20:32:00.068Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28832025-01-29T20:32:00.562Z Compiling internet-checksum v0.2.1
28842025-01-29T20:32:05.019Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28852025-01-29T20:32:05.022Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28862025-01-29T20:32:05.022Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28872025-01-29T20:32:05.022Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28882025-01-29T20:32:05.899Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28892025-01-29T20:32:07.830Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28902025-01-29T20:32:09.289Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28912025-01-29T20:32:09.312Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922025-01-29T20:32:09.936Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28932025-01-29T20:32:10.307Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28942025-01-29T20:32:12.710Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28952025-01-29T20:32:12.929Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28962025-01-29T20:32:13.009Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28972025-01-29T20:32:13.882Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28982025-01-29T20:32:14.049Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28992025-01-29T20:32:14.110Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29002025-01-29T20:32:15.591Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29012025-01-29T20:32:16.353Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29022025-01-29T20:32:18.957Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29032025-01-29T20:32:19.033Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29042025-01-29T20:32:19.145Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29052025-01-29T20:32:19.372Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29062025-01-29T20:32:19.956Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29072025-01-29T20:32:21.666Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29082025-01-29T20:32:23.560Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29092025-01-29T20:32:25.226Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29102025-01-29T20:32:25.256Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29112025-01-29T20:32:26.936Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29122025-01-29T20:32:31.879Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29132025-01-29T20:32:40.246Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29142025-01-29T20:32:41.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29152025-01-29T20:33:04.353Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29162025-01-29T20:33:27.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
29172025-01-29T20:33:27.552Z
29182025-01-29T20:33:27.555Zreal 2:25.079652595
29192025-01-29T20:33:27.555Zuser 12:24.286515341
29202025-01-29T20:33:27.555Zsys 1:35.280449035
29212025-01-29T20:33:27.555Ztrap 0.379487414
29222025-01-29T20:33:27.555Ztflt 0.837472001
29232025-01-29T20:33:27.555Zdflt 1.324498115
29242025-01-29T20:33:27.555Zkflt 0.005943715
29252025-01-29T20:33:27.555Zlock 22:47.167136005
29262025-01-29T20:33:27.555Zslp 42:23.732587579
29272025-01-29T20:33:27.555Zlat 38.614746295
29282025-01-29T20:33:27.555Zstop 1:42.188403268
29292025-01-29T20:33:27.556Z+ mkdir tests
29302025-01-29T20:33:27.558Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29312025-01-29T20:33:27.559Z+ xargs -I '{}' -t cp '{}' tests/
29322025-01-29T20:33:27.599Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-550140fa7eb08448 tests/
29332025-01-29T20:33:27.626Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6fdb222fff7d6bed tests/
29342025-01-29T20:33:27.652Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b77c83745972c440 tests/
29352025-01-29T20:33:27.678Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-80fb28f03f5e4fdb tests/
29362025-01-29T20:33:27.963Z+ 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/*)
29372025-01-29T20:33:27.973Z+ 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-6fdb222fff7d6bed tests/commtest-b77c83745972c440 tests/dhcp_server-550140fa7eb08448 tests/end_to_end_tests-80fb28f03f5e4fdb 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
29382025-01-29T20:34:41.711ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29392025-01-29T20:34:41.711Za .github/buildomat/ci-env.sh 1K
29402025-01-29T20:34:41.711Za out/target/test 1K
29412025-01-29T20:34:41.711Za out/npuzone/npuzone 23144K
29422025-01-29T20:34:41.711Za package-manifest.toml 34K
29432025-01-29T20:34:41.712Za smf/sled-agent/non-gimlet/config.toml 4K
29442025-01-29T20:34:41.712Za target/release/omicron-package 35970K
29452025-01-29T20:34:41.712Za target/release/xtask 11881K
29462025-01-29T20:34:41.712Za target/debug/bootstrap 220741K
29472025-01-29T20:34:41.712Za tests/bootstrap-6fdb222fff7d6bed 24276K
29482025-01-29T20:34:41.712Za tests/commtest-b77c83745972c440 24769K
29492025-01-29T20:34:41.712Za tests/dhcp_server-550140fa7eb08448 24276K
29502025-01-29T20:34:41.712Za tests/end_to_end_tests-80fb28f03f5e4fdb 282879K
29512025-01-29T20:34:41.712Za out/clickhouse.tar.gz 294217K
29522025-01-29T20:34:41.712Za out/clickhouse_keeper.tar.gz 281347K
29532025-01-29T20:34:41.712Za out/clickhouse_server.tar.gz 294191K
29542025-01-29T20:34:41.712Za out/cockroachdb.tar.gz 134964K
29552025-01-29T20:34:41.712Za out/crucible-dtrace.tar 98K
29562025-01-29T20:34:41.712Za out/crucible-pantry-zone.tar.gz 28573K
29572025-01-29T20:34:41.712Za out/crucible-zone.tar.gz 36917K
29582025-01-29T20:34:41.712Za out/external-dns.tar.gz 35431K
29592025-01-29T20:34:41.712Za out/internal-dns.tar.gz 35431K
29602025-01-29T20:34:41.712Za out/mg-ddm-gz.tar 63075K
29612025-01-29T20:34:41.712Za out/nexus.tar.gz 100393K
29622025-01-29T20:34:41.712Za out/ntp.tar.gz 10502K
29632025-01-29T20:34:41.712Za out/omicron-gateway-softnpu.tar.gz 24102K
29642025-01-29T20:34:41.712Za out/omicron-sled-agent.tar 113808K
29652025-01-29T20:34:41.712Za out/overlay.tar.gz 3K
29662025-01-29T20:34:41.712Za out/oximeter.tar.gz 48381K
29672025-01-29T20:34:41.712Za out/oxlog.tar 3135K
29682025-01-29T20:34:41.712Za out/probe.tar.gz 2764K
29692025-01-29T20:34:41.712Za out/propolis-server.tar.gz 66528K
29702025-01-29T20:34:41.712Za out/pumpkind-gz.tar 26665K
29712025-01-29T20:34:41.713Za out/switch-softnpu.tar.gz 237558K
29722025-01-29T20:34:41.717Z
29732025-01-29T20:34:41.718Zreal 1:13.728653776
29742025-01-29T20:34:41.718Zuser 1:10.333348630
29752025-01-29T20:34:41.718Zsys 4.947047429
29762025-01-29T20:34:41.718Ztrap 0.019237135
29772025-01-29T20:34:41.718Ztflt 0.000000000
29782025-01-29T20:34:41.718Zdflt 0.000000000
29792025-01-29T20:34:41.718Zkflt 0.000000000
29802025-01-29T20:34:41.718Zlock 0.000000000
29812025-01-29T20:34:41.718Zslp 1:09.987237021
29822025-01-29T20:34:41.718Zlat 2.165717514
29832025-01-29T20:34:41.718Zstop 0.000191538
29842025-01-29T20:34:41.718Zprocess exited: duration 1945601 ms, exit code 0
 
29852025-01-29T20:34:41.733Zfound 1 output files
29862025-01-29T20:34:41.733Zuploading: /work/package.tar.gz (1904564172 bytes)
29872025-01-29T20:35:17.921Zuploaded: /work/package.tar.gz