01JJDV11WGQQ8FFB4QEQN73QGT: 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: 01JJDV23AD3NCXR7HWQ05DGD67

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-25T04:21:59.601Zjob assigned to worker 01JJDV2HHJCXGS3NYWVV0Y5JDJ [factory aws, i-08553714ae90a83c4] (queued for 1 m 0 s)
 
22025-01-25T04:22:07.093Zstarting task 0: "setup"
32025-01-25T04:22:07.124Z++ uname -s
42025-01-25T04:22:07.124Z+ kern=SunOS
52025-01-25T04:22:07.124Z+ case "$kern" in
62025-01-25T04:22:07.124Z+ groupadd -g 12345 build
72025-01-25T04:22:07.124Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-25T04:22:09.083Z+ zfs create -o mountpoint=/work rpool/work
92025-01-25T04:22:09.335Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-25T04:22:09.344Z+ home_fs=zfs
112025-01-25T04:22:09.345Z+ [[ zfs == autofs ]]
122025-01-25T04:22:09.346Z+ mkdir -p /home/build
132025-01-25T04:22:09.346Z+ chown build:build /home/build /work
142025-01-25T04:22:11.215Z+ chmod 0700 /home/build /work
152025-01-25T04:22:11.221Zprocess exited: duration 4158 ms, exit code 0
 
162025-01-25T04:22:11.236Zstarting task 1: "rust-toolchain"
172025-01-25T04:22:11.243Z+ printf ' * toolchain channel = "%s"
182025-01-25T04:22:11.243Z' 1.84.0
192025-01-25T04:22:11.243Z+ printf ' * toolchain profile = "%s"
202025-01-25T04:22:11.243Z' default
212025-01-25T04:22:11.243Z * toolchain channel = "1.84.0"
222025-01-25T04:22:11.243Z * toolchain profile = "default"
232025-01-25T04:22:11.251Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-25T04:22:11.251Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-25T04:22:11.589Zinfo: downloading installer
262025-01-25T04:22:12.702Zinfo: profile set to 'default'
272025-01-25T04:22:12.702Zinfo: default host triple is x86_64-unknown-illumos
282025-01-25T04:22:12.704Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-25T04:22:12.874Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-25T04:22:12.874Zinfo: downloading component 'cargo'
312025-01-25T04:22:13.899Zinfo: downloading component 'clippy'
322025-01-25T04:22:14.316Zinfo: downloading component 'rust-docs'
332025-01-25T04:22:15.684Zinfo: downloading component 'rust-std'
342025-01-25T04:22:17.771Zinfo: downloading component 'rustc'
352025-01-25T04:22:25.777Zinfo: downloading component 'rustfmt'
362025-01-25T04:22:26.012Zinfo: installing component 'cargo'
372025-01-25T04:22:26.885Zinfo: installing component 'clippy'
382025-01-25T04:22:27.220Zinfo: installing component 'rust-docs'
392025-01-25T04:22:28.921Zinfo: installing component 'rust-std'
402025-01-25T04:22:30.644Zinfo: installing component 'rustc'
412025-01-25T04:22:36.734Zinfo: installing component 'rustfmt'
422025-01-25T04:22:37.087Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-25T04:22:37.088Z
442025-01-25T04:22:37.518Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-25T04:22:37.518Z
462025-01-25T04:22:37.528Z
472025-01-25T04:22:37.528ZRust is installed now. Great!
482025-01-25T04:22:37.528Z
492025-01-25T04:22:37.528ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-25T04:22:37.528Zenvironment variable. This has not been done automatically.
512025-01-25T04:22:37.528Z
522025-01-25T04:22:37.528ZTo configure your current shell, you need to source
532025-01-25T04:22:37.529Zthe corresponding env file under $HOME/.cargo.
542025-01-25T04:22:37.529Z
552025-01-25T04:22:37.529ZThis is usually done by running one of the following (note the leading DOT):
562025-01-25T04:22:37.529Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-25T04:22:37.529Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-25T04:22:37.529Z+ rustc --version
592025-01-25T04:22:37.590Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-25T04:22:37.594Zprocess exited: duration 26356 ms, exit code 0
 
612025-01-25T04:22:37.603Zstarting task 2: "authentication"
622025-01-25T04:22:37.632Zprocess exited: duration 25 ms, exit code 0
 
632025-01-25T04:22:37.644Zstarting task 3: "clone repository"
642025-01-25T04:22:37.649Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-25T04:22:37.652Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-25T04:22:37.737ZCloning into '/work/oxidecomputer/omicron'...
672025-01-25T04:22:45.603Z+ cd /work/oxidecomputer/omicron
682025-01-25T04:22:45.603Z+ git fetch origin ffe7acf48bbd8001e3ba53754bfc1c727ed69e51
692025-01-25T04:22:46.038ZFrom https://github.com/oxidecomputer/omicron
702025-01-25T04:22:46.038Z * branch ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 -> FETCH_HEAD
712025-01-25T04:22:46.049Z+ [[ -n renovate/csv-1.x ]]
722025-01-25T04:22:46.049Z++ git branch --show-current
732025-01-25T04:22:46.050Z+ current=main
742025-01-25T04:22:46.050Z+ [[ main != renovate/csv-1.x ]]
752025-01-25T04:22:46.051Z+ git branch -f renovate/csv-1.x ffe7acf48bbd8001e3ba53754bfc1c727ed69e51
762025-01-25T04:22:46.051Z+ git checkout -f renovate/csv-1.x
772025-01-25T04:22:46.139ZSwitched to branch 'renovate/csv-1.x'
782025-01-25T04:22:46.150Z+ git reset --hard ffe7acf48bbd8001e3ba53754bfc1c727ed69e51
792025-01-25T04:22:46.174ZHEAD is now at ffe7acf48 Update Rust crate csv to 1.3.1
802025-01-25T04:22:46.174Zprocess exited: duration 8508 ms, exit code 0
 
812025-01-25T04:22:46.225Zstarting task 4: "build"
822025-01-25T04:22:46.263Z+ source .github/buildomat/ci-env.sh
832025-01-25T04:22:46.263Z++ export CARGO_TERM_COLOR=always
842025-01-25T04:22:46.263Z++ CARGO_TERM_COLOR=always
852025-01-25T04:22:46.263Z+ cargo --version
862025-01-25T04:22:46.283Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-25T04:22:46.283Z+ rustc --version
882025-01-25T04:22:46.340Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-25T04:22:46.348Z+ WORK=/work
902025-01-25T04:22:46.349Z+ pfexec mkdir -p /work
912025-01-25T04:22:46.349Z+ pfexec chown build /work
922025-01-25T04:22:46.349Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-25T04:22:48.052Zpkg list: illegal option -- F
942025-01-25T04:22:48.052ZUsage:
952025-01-25T04:22:48.251Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-25T04:22:48.251Z [pkg_fmri_pattern ...]
972025-01-25T04:22:48.896Zpkg list: illegal option -- F
982025-01-25T04:22:48.896ZUsage:
992025-01-25T04:22:48.905Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-25T04:22:48.905Z [pkg_fmri_pattern ...]
1012025-01-25T04:22:58.165Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-25T04:23:02.328Z Startup: Caching catalogs ... Done
1032025-01-25T04:23:14.012ZPlanning: Solver setup ... Done (10.579s)
1042025-01-25T04:23:14.142ZPlanning: Running solver ... Done (0.146s)
1052025-01-25T04:23:14.142ZPlanning: Finding local manifests ... Done (0.079s)
1062025-01-25T04:23:14.221ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-25T04:23:14.771ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-25T04:23:14.967ZPlanning: Package planning ... Done (0.215s)
1092025-01-25T04:23:15.029ZPlanning: Merging actions ... Done (0.058s)
1102025-01-25T04:23:15.395ZPlanning: Checking for conflicting actions ... Done (0.370s)
1112025-01-25T04:23:18.578ZPlanning: Consolidating action changes ... Done (3.110s)
1122025-01-25T04:23:18.983ZPlanning: Evaluating mediators ... Done (0.424s)
1132025-01-25T04:23:19.120ZPlanning: Planning completed in 16.59 seconds
1142025-01-25T04:23:19.120Z Packages to install: 4
1152025-01-25T04:23:19.120Z Packages to update: 3
1162025-01-25T04:23:19.120Z Mediators to change: 2
1172025-01-25T04:23:19.120Z Services to change: 1
1182025-01-25T04:23:19.120Z Estimated space available: 155.61 GB
1192025-01-25T04:23:19.120ZEstimated space to be consumed: 1.64 GB
1202025-01-25T04:23:19.120Z Create boot environment: No
1212025-01-25T04:23:19.120ZCreate backup boot environment: Yes
1222025-01-25T04:23:19.120Z Rebuild boot archive: No
1232025-01-25T04:23:19.120Z
1242025-01-25T04:23:19.120ZChanged mediators:
1252025-01-25T04:23:19.120Z mediator clang:
1262025-01-25T04:23:19.120Z version: None -> 15 (system default)
1272025-01-25T04:23:19.120Z
1282025-01-25T04:23:19.121Z mediator llvm:
1292025-01-25T04:23:19.121Z version: 14 (system default) -> 15 (system default)
1302025-01-25T04:23:19.121Z
1312025-01-25T04:23:19.121ZChanged packages:
1322025-01-25T04:23:19.121Zhelios-dev
1332025-01-25T04:23:19.121Z developer/build-essential
1342025-01-25T04:23:19.121Z None -> 11-2.0
1352025-01-25T04:23:19.121Z library/libxmlsec1
1362025-01-25T04:23:19.121Z None -> 1.2.35-2.0
1372025-01-25T04:23:19.121Z ooce/developer/clang-15
1382025-01-25T04:23:19.121Z None -> 15.0.7-2.0
1392025-01-25T04:23:19.121Z ooce/developer/llvm-15
1402025-01-25T04:23:19.121Z None -> 15.0.7-2.0
1412025-01-25T04:23:19.121Z package/pkg
1422025-01-25T04:23:19.121Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-25T04:23:19.121Z system/library/g++-runtime
1442025-01-25T04:23:19.121Z 13-2.0 -> 14-2.0
1452025-01-25T04:23:19.121Z system/library/gcc-runtime
1462025-01-25T04:23:19.121Z 13-2.0 -> 14-2.0
1472025-01-25T04:23:19.122Z
1482025-01-25T04:23:19.122ZServices:
1492025-01-25T04:23:19.122Z restart_fmri:
1502025-01-25T04:23:19.122Z svc:/system/update-man-index:default
1512025-01-25T04:23:19.122Z
1522025-01-25T04:23:19.122ZEditable files to change:
1532025-01-25T04:23:19.122Z Update:
1542025-01-25T04:23:19.122Z usr/share/lib/pkg/web/config.shtml
1552025-01-25T04:23:19.215Z
1562025-01-25T04:23:19.215ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-25T04:23:26.126ZDownload: 204/4301 items 1.3/225.4MB 0% complete (336k/s)
1582025-01-25T04:23:31.775ZDownload: 208/4301 items 1.3/225.4MB 0% complete (311k/s)
1592025-01-25T04:23:45.884ZDownload: 210/4301 items 1.3/225.4MB 0% complete
1602025-01-25T04:23:53.468ZDownload: 212/4301 items 1.3/225.4MB 0% complete (5.4k/s)
1612025-01-25T04:23:58.479ZDownload: 297/4301 items 16.1/225.4MB 7% complete (2.0M/s)
1622025-01-25T04:24:03.524ZDownload: 531/4301 items 17.3/225.4MB 7% complete (1.7M/s)
1632025-01-25T04:24:08.569ZDownload: 785/4301 items 18.5/225.4MB 8% complete (260k/s)
1642025-01-25T04:24:13.636ZDownload: 1184/4301 items 82.8/225.4MB 36% complete (6.5M/s)
1652025-01-25T04:24:21.996ZDownload: 1195/4301 items 83.4/225.4MB 36% complete (6.5M/s)
1662025-01-25T04:24:31.533ZDownload: 1196/4301 items 83.4/225.4MB 36% complete
1672025-01-25T04:24:36.466ZDownload: 1422/4301 items 117.2/225.4MB 51% complete (3.6M/s)
1682025-01-25T04:24:41.567ZDownload: 1675/4301 items 118.0/225.4MB 52% complete (3.6M/s)
1692025-01-25T04:24:46.570ZDownload: 1988/4301 items 118.7/225.4MB 52% complete (158k/s)
1702025-01-25T04:24:51.574ZDownload: 2215/4301 items 119.2/225.4MB 52% complete (142k/s)
1712025-01-25T04:24:59.877ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (125k/s)
1722025-01-25T04:25:06.392ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1732025-01-25T04:25:11.397ZDownload: 2500/4301 items 120.2/225.4MB 53% complete (211k/s)
1742025-01-25T04:25:16.401ZDownload: 2730/4301 items 120.8/225.4MB 53% complete (166k/s)
1752025-01-25T04:25:21.457ZDownload: 3050/4301 items 121.4/225.4MB 53% complete (119k/s)
1762025-01-25T04:25:26.501ZDownload: 3234/4301 items 200.1/225.4MB 88% complete (7.8M/s)
1772025-01-25T04:25:32.279ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (8.1M/s)
1782025-01-25T04:25:37.600ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (7.7M/s)
1792025-01-25T04:25:42.707ZDownload: 3796/4301 items 217.8/225.4MB 96% complete (1.5M/s)
1802025-01-25T04:25:47.884ZDownload: 4202/4301 items 220.5/225.4MB 97% complete (2.2M/s)
1812025-01-25T04:25:52.892ZDownload: 4284/4301 items 222.9/225.4MB 98% complete (452k/s)
1822025-01-25T04:25:53.347ZDownload: Completed 225.42 MB in 154.19 seconds (1.5M/s)
1832025-01-25T04:25:55.560Z Actions: 1/5122 actions (Removing old actions)
1842025-01-25T04:25:55.582Z Actions: 194/5122 actions (Installing new actions)
1852025-01-25T04:26:00.380Z Actions: 4267/5122 actions (Updating modified actions)
1862025-01-25T04:26:00.738Z Actions: Completed 5122 actions in 5.18 seconds.
1872025-01-25T04:26:01.150Z Done (0.401s)
1882025-01-25T04:26:01.153Z Done (0.001s)
1892025-01-25T04:26:01.733Z Done (0.581s)
1902025-01-25T04:26:06.674Z Done (4.707s)
1912025-01-25T04:26:06.861Z Done (0.114s)
1922025-01-25T04:26:06.863Z Done (0.000s)
1932025-01-25T04:26:07.045Z Done (0.000s)
1942025-01-25T04:26:07.768ZPlanning: Evaluating mediator changes ... Done
1952025-01-25T04:26:07.934ZPlanning: Checking for conflicting actions ... Done
1962025-01-25T04:26:07.937ZPlanning: Consolidating action changes ... Done
1972025-01-25T04:26:08.209ZPlanning: Evaluating mediators ... Done
1982025-01-25T04:26:08.212ZPlanning: Planning completed in 0.44 seconds
1992025-01-25T04:26:08.344Z Mediators to change: 2
2002025-01-25T04:26:08.344Z Create boot environment: No
2012025-01-25T04:26:08.357ZCreate backup boot environment: No
2022025-01-25T04:26:08.361Z Done
2032025-01-25T04:26:08.361Z Done
2042025-01-25T04:26:08.720Z Done
2052025-01-25T04:26:12.388Z Done
2062025-01-25T04:26:12.482Z Done
2072025-01-25T04:26:12.485Z Done
2082025-01-25T04:26:12.616Z Done
2092025-01-25T04:26:13.238ZPlanning: Evaluating mediator changes ... Done
2102025-01-25T04:26:13.241ZPlanning: Merging actions ... Done
2112025-01-25T04:26:13.430ZPlanning: Checking for conflicting actions ... Done
2122025-01-25T04:26:13.433ZPlanning: Consolidating action changes ... Done
2132025-01-25T04:26:13.701ZPlanning: Evaluating mediators ... Done
2142025-01-25T04:26:13.758ZPlanning: Planning completed in 0.77 seconds
2152025-01-25T04:26:13.887Z Packages to change: 1
2162025-01-25T04:26:13.887Z Mediators to change: 1
2172025-01-25T04:26:13.895Z Services to change: 1
2182025-01-25T04:26:13.895Z Create boot environment: No
2192025-01-25T04:26:13.895ZCreate backup boot environment: Yes
2202025-01-25T04:26:16.167Z Actions: 1/6 actions (Updating modified actions)
2212025-01-25T04:26:16.189Z Actions: Completed 6 actions in 0.00 seconds.
2222025-01-25T04:26:16.190Z Done
2232025-01-25T04:26:16.190Z Done
2242025-01-25T04:26:16.199Z Done
2252025-01-25T04:26:19.870Z Done
2262025-01-25T04:26:19.963Z Done
2272025-01-25T04:26:19.966Z Done
2282025-01-25T04:26:20.104Z Done
2292025-01-25T04:26:20.539ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302025-01-25T04:26:20.539Zclang system 15 system
2312025-01-25T04:26:20.539Zcsh system system illumos
2322025-01-25T04:26:20.539Zctags system system illumos
2332025-01-25T04:26:20.539Zgcc vendor 12 vendor
2342025-01-25T04:26:20.539Zgcc system 10 system
2352025-01-25T04:26:20.539Zgcc system 7 system
2362025-01-25T04:26:20.539Zgo system 1.20 system
2372025-01-25T04:26:20.539Zgo system 1.19 system
2382025-01-25T04:26:20.539Zllvm system 15 system
2392025-01-25T04:26:20.539Zllvm system 14 system
2402025-01-25T04:26:20.539Zmariadb system 10.6 system
2412025-01-25T04:26:20.539Zmta vendor vendor dma
2422025-01-25T04:26:20.539Zopenjdk system 17 system
2432025-01-25T04:26:20.539Zopenjdk system 11 system
2442025-01-25T04:26:20.539Zopenjdk system 1.8 system
2452025-01-25T04:26:20.540Zopenssl vendor 3 vendor
2462025-01-25T04:26:20.540Zperl system 5.36 system
2472025-01-25T04:26:20.540Zpostgresql system 15 system
2482025-01-25T04:26:20.540Zpostgresql system 13 system
2492025-01-25T04:26:20.540Zpython vendor 3 vendor
2502025-01-25T04:26:20.540Zpython system 2 system
2512025-01-25T04:26:20.540Zpython3 system 3.11 system
2522025-01-25T04:26:20.540Zruby system 3.0 system
2532025-01-25T04:26:20.540Zwords vendor vendor american-english
2542025-01-25T04:26:20.540Zwords system system australian-english
2552025-01-25T04:26:20.540Zwords system system british-english
2562025-01-25T04:26:20.540Zwords system system canadian-english
2572025-01-25T04:26:20.540Zwords system system french
2582025-01-25T04:26:20.540Zwords system system italian
2592025-01-25T04:26:20.540Zwords system system ngerman
2602025-01-25T04:26:20.540Zwords system system ogerman
2612025-01-25T04:26:20.540Zwords system system spanish
2622025-01-25T04:26:20.867ZPUBLISHER TYPE STATUS P LOCATION
2632025-01-25T04:26:20.867Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642025-01-25T04:26:23.658ZFMRI IFO
2652025-01-25T04:26:23.658Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662025-01-25T04:26:23.658Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672025-01-25T04:26:23.658Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682025-01-25T04:26:23.658Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692025-01-25T04:26:23.658Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702025-01-25T04:26:23.658Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712025-01-25T04:26:23.658Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2722025-01-25T04:26:23.658Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732025-01-25T04:26:23.658Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742025-01-25T04:26:23.658Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2752025-01-25T04:26:23.658Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762025-01-25T04:26:23.658Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772025-01-25T04:26:23.658Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2782025-01-25T04:26:23.658Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792025-01-25T04:26:23.658Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802025-01-25T04:26:24.421Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812025-01-25T04:26:24.737Z Updating crates.io index
2822025-01-25T04:26:24.740Z Updating git repository `https://github.com/oxidecomputer/diffus`
2832025-01-25T04:26:25.124Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2842025-01-25T04:26:25.523Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2852025-01-25T04:26:25.826Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862025-01-25T04:26:26.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872025-01-25T04:26:26.420Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882025-01-25T04:26:27.381Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892025-01-25T04:26:28.962Z Updating git repository `https://github.com/oxidecomputer/opte`
2902025-01-25T04:26:29.704Z Updating git repository `https://github.com/oxidecomputer/falcon`
2912025-01-25T04:26:30.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922025-01-25T04:26:30.722Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932025-01-25T04:26:31.061Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942025-01-25T04:26:31.645Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2952025-01-25T04:26:31.938Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2962025-01-25T04:26:32.253Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972025-01-25T04:26:32.545Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2982025-01-25T04:26:32.780Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2992025-01-25T04:26:33.044Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3002025-01-25T04:26:33.374Z Updating git repository `https://github.com/oxidecomputer/lldp`
3012025-01-25T04:26:33.655Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-01-25T04:26:33.914Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3032025-01-25T04:26:34.352Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042025-01-25T04:26:34.635Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052025-01-25T04:26:35.013Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062025-01-25T04:26:35.482Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072025-01-25T04:26:35.805Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082025-01-25T04:26:36.249Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092025-01-25T04:26:36.630Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3102025-01-25T04:26:36.937Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112025-01-25T04:26:37.369Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122025-01-25T04:26:37.592Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132025-01-25T04:26:38.843Z Downloading crates ...
3142025-01-25T04:26:38.923Z Downloaded once_cell v1.20.2
3152025-01-25T04:26:38.926Z Downloaded clap_derive v4.5.18
3162025-01-25T04:26:38.930Z Downloaded is_terminal_polyfill v1.70.1
3172025-01-25T04:26:38.933Z Downloaded dof v0.3.0
3182025-01-25T04:26:38.933Z Downloaded camino-tempfile v1.1.1
3192025-01-25T04:26:38.936Z Downloaded autocfg v1.4.0
3202025-01-25T04:26:38.939Z Downloaded thread-id v4.2.2
3212025-01-25T04:26:38.941Z Downloaded terminal_size v0.4.0
3222025-01-25T04:26:38.944Z Downloaded scroll v0.12.0
3232025-01-25T04:26:38.947Z Downloaded log v0.4.22
3242025-01-25T04:26:38.952Z Downloaded proc-macro-error-attr v1.0.4
3252025-01-25T04:26:38.954Z Downloaded thiserror v1.0.69
3262025-01-25T04:26:38.957Z Downloaded version_check v0.9.5
3272025-01-25T04:26:38.960Z Downloaded proc-macro-error v1.0.4
3282025-01-25T04:26:38.963Z Downloaded pest_derive v2.7.14
3292025-01-25T04:26:38.966Z Downloaded errno v0.3.9
3302025-01-25T04:26:38.966Z Downloaded generic-array v0.14.7
3312025-01-25T04:26:38.969Z Downloaded semver v1.0.24
3322025-01-25T04:26:38.971Z Downloaded fnv v1.0.7
3332025-01-25T04:26:38.971Z Downloaded fastrand v2.1.1
3342025-01-25T04:26:38.971Z Downloaded bytecount v0.6.8
3352025-01-25T04:26:38.974Z Downloaded heck v0.5.0
3362025-01-25T04:26:38.974Z Downloaded crypto-common v0.1.6
3372025-01-25T04:26:38.977Z Downloaded cargo_toml v0.20.5
3382025-01-25T04:26:38.979Z Downloaded pretty-hex v0.4.1
3392025-01-25T04:26:38.984Z Downloaded proc-macro2 v1.0.92
3402025-01-25T04:26:38.987Z Downloaded bitflags v2.6.0
3412025-01-25T04:26:38.989Z Downloaded quote v1.0.38
3422025-01-25T04:26:38.989Z Downloaded usdt v0.5.0
3432025-01-25T04:26:38.992Z Downloaded colorchoice v1.0.2
3442025-01-25T04:26:38.992Z Downloaded cargo_metadata v0.18.1
3452025-01-25T04:26:38.995Z Downloaded byteorder v1.5.0
3462025-01-25T04:26:38.995Z Downloaded unicode-ident v1.0.14
3472025-01-25T04:26:39.001Z Downloaded thiserror-impl v1.0.69
3482025-01-25T04:26:39.004Z Downloaded papergrid v0.11.0
3492025-01-25T04:26:39.007Z Downloaded pest_meta v2.7.14
3502025-01-25T04:26:39.010Z Downloaded toml_edit v0.22.22
3512025-01-25T04:26:39.029Z Downloaded hashbrown v0.15.1
3522025-01-25T04:26:39.034Z Downloaded pest v2.7.14
3532025-01-25T04:26:39.039Z Downloaded macaddr v1.0.1
3542025-01-25T04:26:39.042Z Downloaded heck v0.4.1
3552025-01-25T04:26:39.042Z Downloaded fs-err v2.11.0
3562025-01-25T04:26:39.044Z Downloaded equivalent v1.0.1
3572025-01-25T04:26:39.045Z Downloaded dtrace-parser v0.2.0
3582025-01-25T04:26:39.047Z Downloaded zerocopy v0.7.35
3592025-01-25T04:26:39.061Z Downloaded usdt-macro v0.5.0
3602025-01-25T04:26:39.064Z Downloaded swrite v0.1.0
3612025-01-25T04:26:39.064Z Downloaded itoa v1.0.11
3622025-01-25T04:26:39.064Z Downloaded cpufeatures v0.2.14
3632025-01-25T04:26:39.064Z Downloaded clap_lex v0.7.2
3642025-01-25T04:26:39.067Z Downloaded cfg-if v1.0.0
3652025-01-25T04:26:39.067Z Downloaded cargo-platform v0.1.8
3662025-01-25T04:26:39.067Z Downloaded anstyle-parse v0.2.5
3672025-01-25T04:26:39.070Z Downloaded scroll_derive v0.12.0
3682025-01-25T04:26:39.070Z Downloaded digest v0.10.7
3692025-01-25T04:26:39.072Z Downloaded block-buffer v0.10.4
3702025-01-25T04:26:39.072Z Downloaded camino v1.1.9
3712025-01-25T04:26:39.075Z Downloaded usdt-attr-macro v0.5.0
3722025-01-25T04:26:39.075Z Downloaded anstyle-query v1.1.1
3732025-01-25T04:26:39.077Z Downloaded anstyle v1.0.10
3742025-01-25T04:26:39.078Z Downloaded anstream v0.6.15
3752025-01-25T04:26:39.081Z Downloaded memmap v0.7.0
3762025-01-25T04:26:39.083Z Downloaded serde_spanned v0.6.8
3772025-01-25T04:26:39.083Z Downloaded pest_generator v2.7.14
3782025-01-25T04:26:39.086Z Downloaded unicode-linebreak v0.1.5
3792025-01-25T04:26:39.089Z Downloaded utf8parse v0.2.2
3802025-01-25T04:26:39.089Z Downloaded usdt-impl v0.5.0
3812025-01-25T04:26:39.092Z Downloaded tabled_derive v0.7.0
3822025-01-25T04:26:39.092Z Downloaded toml_datetime v0.6.8
3832025-01-25T04:26:39.092Z Downloaded strsim v0.11.1
3842025-01-25T04:26:39.094Z Downloaded plain v0.2.3
3852025-01-25T04:26:39.098Z Downloaded clap v4.5.21
3862025-01-25T04:26:39.103Z Downloaded smawk v0.3.2
3872025-01-25T04:26:39.106Z Downloaded serde_tokenstream v0.2.2
3882025-01-25T04:26:39.109Z Downloaded zerocopy-derive v0.7.35
3892025-01-25T04:26:39.116Z Downloaded tempfile v3.13.0
3902025-01-25T04:26:39.120Z Downloaded anyhow v1.0.95
3912025-01-25T04:26:39.122Z Downloaded ryu v1.0.18
3922025-01-25T04:26:39.125Z Downloaded ucd-trie v0.1.7
3932025-01-25T04:26:39.128Z Downloaded typenum v1.17.0
3942025-01-25T04:26:39.131Z Downloaded sha2 v0.10.8
3952025-01-25T04:26:39.133Z Downloaded textwrap v0.16.1
3962025-01-25T04:26:39.133Z Downloaded indexmap v2.7.0
3972025-01-25T04:26:39.137Z Downloaded tabled v0.15.0
3982025-01-25T04:26:39.152Z Downloaded memchr v2.7.4
3992025-01-25T04:26:39.157Z Downloaded serde_derive v1.0.217
4002025-01-25T04:26:39.160Z Downloaded serde v1.0.217
4012025-01-25T04:26:39.166Z Downloaded toml v0.8.19
4022025-01-25T04:26:39.193Z Downloaded clap_builder v4.5.21
4032025-01-25T04:26:39.201Z Downloaded serde_json v1.0.135
4042025-01-25T04:26:39.208Z Downloaded winnow v0.6.20
4052025-01-25T04:26:39.216Z Downloaded goblin v0.8.2
4062025-01-25T04:26:39.231Z Downloaded syn v1.0.109
4072025-01-25T04:26:39.241Z Downloaded unicode-width v0.1.14
4082025-01-25T04:26:39.247Z Downloaded syn v2.0.96
4092025-01-25T04:26:39.259Z Downloaded rustix v0.38.37
4102025-01-25T04:26:39.286Z Downloaded libc v0.2.169
4112025-01-25T04:26:39.617Z Compiling proc-macro2 v1.0.92
4122025-01-25T04:26:39.617Z Compiling unicode-ident v1.0.14
4132025-01-25T04:26:39.626Z Compiling version_check v0.9.5
4142025-01-25T04:26:39.626Z Compiling serde v1.0.217
4152025-01-25T04:26:39.626Z Compiling memchr v2.7.4
4162025-01-25T04:26:39.626Z Compiling thiserror v1.0.69
4172025-01-25T04:26:39.630Z Compiling libc v0.2.169
4182025-01-25T04:26:39.633Z Compiling ryu v1.0.18
4192025-01-25T04:26:39.858Z Compiling ucd-trie v0.1.7
4202025-01-25T04:26:40.120Z Compiling itoa v1.0.11
4212025-01-25T04:26:40.346Z Compiling once_cell v1.20.2
4222025-01-25T04:26:40.430Z Compiling byteorder v1.5.0
4232025-01-25T04:26:40.719Z Compiling serde_json v1.0.135
4242025-01-25T04:26:40.773Z Compiling rustix v0.38.37
4252025-01-25T04:26:41.003Z Compiling bitflags v2.6.0
4262025-01-25T04:26:41.066Z Compiling usdt-impl v0.5.0
4272025-01-25T04:26:41.195Z Compiling proc-macro-error-attr v1.0.4
4282025-01-25T04:26:41.285Z Compiling syn v1.0.109
4292025-01-25T04:26:41.448Z Compiling quote v1.0.38
4302025-01-25T04:26:41.553Z Compiling proc-macro-error v1.0.4
4312025-01-25T04:26:41.556Z Compiling plain v0.2.3
4322025-01-25T04:26:41.600Z Compiling equivalent v1.0.1
4332025-01-25T04:26:41.867Z Compiling utf8parse v0.2.2
4342025-01-25T04:26:42.053Z Compiling hashbrown v0.15.1
4352025-01-25T04:26:42.053Z Compiling syn v2.0.96
4362025-01-25T04:26:42.053Z Compiling errno v0.3.9
4372025-01-25T04:26:42.081Z Compiling thread-id v4.2.2
4382025-01-25T04:26:42.081Z Compiling log v0.4.22
4392025-01-25T04:26:42.082Z Compiling camino v1.1.9
4402025-01-25T04:26:42.125Z Compiling anstyle-parse v0.2.5
4412025-01-25T04:26:42.515Z Compiling colorchoice v1.0.2
4422025-01-25T04:26:42.663Z Compiling anstyle v1.0.10
4432025-01-25T04:26:42.689Z Compiling pretty-hex v0.4.1
4442025-01-25T04:26:42.803Z Compiling indexmap v2.7.0
4452025-01-25T04:26:42.837Z Compiling winnow v0.6.20
4462025-01-25T04:26:42.950Z Compiling is_terminal_polyfill v1.70.1
4472025-01-25T04:26:42.959Z Compiling unicode-width v0.1.14
4482025-01-25T04:26:43.014Z Compiling autocfg v1.4.0
4492025-01-25T04:26:43.109Z Compiling semver v1.0.24
4502025-01-25T04:26:43.472Z Compiling anstyle-query v1.1.1
4512025-01-25T04:26:43.654Z Compiling anstream v0.6.15
4522025-01-25T04:26:44.065Z Compiling terminal_size v0.4.0
4532025-01-25T04:26:44.078Z Compiling heck v0.5.0
4542025-01-25T04:26:44.078Z Compiling fs-err v2.11.0
4552025-01-25T04:26:44.332Z Compiling cfg-if v1.0.0
4562025-01-25T04:26:44.355Z Compiling clap_lex v0.7.2
4572025-01-25T04:26:44.430Z Compiling fastrand v2.1.1
4582025-01-25T04:26:44.479Z Compiling anyhow v1.0.95
4592025-01-25T04:26:44.577Z Compiling heck v0.4.1
4602025-01-25T04:26:44.604Z Compiling fnv v1.0.7
4612025-01-25T04:26:44.763Z Compiling bytecount v0.6.8
4622025-01-25T04:26:44.969Z Compiling strsim v0.11.1
4632025-01-25T04:26:44.999Z Compiling papergrid v0.11.0
4642025-01-25T04:26:45.156Z Compiling tempfile v3.13.0
4652025-01-25T04:26:45.424Z Compiling clap_builder v4.5.21
4662025-01-25T04:26:45.659Z Compiling memmap v0.7.0
4672025-01-25T04:26:45.770Z Compiling smawk v0.3.2
4682025-01-25T04:26:45.868Z Compiling unicode-linebreak v0.1.5
4692025-01-25T04:26:46.279Z Compiling swrite v0.1.0
4702025-01-25T04:26:46.390Z Compiling textwrap v0.16.1
4712025-01-25T04:26:47.110Z Compiling tabled_derive v0.7.0
4722025-01-25T04:26:48.568Z Compiling serde_derive v1.0.217
4732025-01-25T04:26:48.568Z Compiling thiserror-impl v1.0.69
4742025-01-25T04:26:48.568Z Compiling zerocopy-derive v0.7.35
4752025-01-25T04:26:48.571Z Compiling scroll_derive v0.12.0
4762025-01-25T04:26:48.571Z Compiling clap_derive v4.5.18
4772025-01-25T04:26:48.786Z Compiling tabled v0.15.0
4782025-01-25T04:26:50.051Z Compiling scroll v0.12.0
4792025-01-25T04:26:50.208Z Compiling zerocopy v0.7.35
4802025-01-25T04:26:50.616Z Compiling goblin v0.8.2
4812025-01-25T04:26:51.173Z Compiling pest v2.7.14
4822025-01-25T04:26:52.490Z Compiling clap v4.5.21
4832025-01-25T04:26:53.516Z Compiling pest_meta v2.7.14
4842025-01-25T04:26:54.431Z Compiling pest_generator v2.7.14
4852025-01-25T04:26:55.818Z Compiling pest_derive v2.7.14
4862025-01-25T04:26:56.509Z Compiling dtrace-parser v0.2.0
4872025-01-25T04:26:57.613Z Compiling toml_datetime v0.6.8
4882025-01-25T04:26:57.633Z Compiling serde_spanned v0.6.8
4892025-01-25T04:26:57.633Z Compiling cargo-platform v0.1.8
4902025-01-25T04:26:57.924Z Compiling serde_tokenstream v0.2.2
4912025-01-25T04:26:58.040Z Compiling toml_edit v0.22.22
4922025-01-25T04:26:58.129Z Compiling macaddr v1.0.1
4932025-01-25T04:26:58.260Z Compiling camino-tempfile v1.1.1
4942025-01-25T04:26:58.980Z Compiling dof v0.3.0
4952025-01-25T04:26:58.980Z Compiling cargo_metadata v0.18.1
4962025-01-25T04:27:00.676Z Compiling usdt-macro v0.5.0
4972025-01-25T04:27:00.676Z Compiling usdt-attr-macro v0.5.0
4982025-01-25T04:27:00.952Z Compiling toml v0.8.19
4992025-01-25T04:27:01.747Z Compiling cargo_toml v0.20.5
5002025-01-25T04:27:01.880Z Compiling usdt v0.5.0
5012025-01-25T04:27:04.491Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5022025-01-25T04:27:07.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.54s
5032025-01-25T04:27:08.020Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5042025-01-25T04:27:08.545Z Downloading crates ...
5052025-01-25T04:27:08.665Z Downloaded ascii-canvas v3.0.0
5062025-01-25T04:27:08.669Z Downloaded async-stream-impl v0.3.6
5072025-01-25T04:27:08.669Z Downloaded adler2 v2.0.0
5082025-01-25T04:27:08.672Z Downloaded addr2line v0.24.2
5092025-01-25T04:27:08.774Z Downloaded crunchy v0.2.2
5102025-01-25T04:27:08.800Z Downloaded atty v0.2.14
5112025-01-25T04:27:08.800Z Downloaded atomicwrites v0.4.4
5122025-01-25T04:27:08.800Z Downloaded cstr-argument v0.1.2
5132025-01-25T04:27:08.800Z Downloaded crucible-workspace-hack v0.1.0
5142025-01-25T04:27:08.800Z Downloaded ciborium-io v0.2.2
5152025-01-25T04:27:08.800Z Downloaded cfg_aliases v0.2.1
5162025-01-25T04:27:08.800Z Downloaded cfg_aliases v0.1.1
5172025-01-25T04:27:08.800Z Downloaded ident_case v1.0.1
5182025-01-25T04:27:08.800Z Downloaded hubpack_derive v0.1.1
5192025-01-25T04:27:08.800Z Downloaded http-body v1.0.1
5202025-01-25T04:27:08.800Z Downloaded md5 v0.7.0
5212025-01-25T04:27:08.800Z Downloaded async-recursion v1.1.1
5222025-01-25T04:27:08.800Z Downloaded bit-vec v0.6.3
5232025-01-25T04:27:08.800Z Downloaded humantime v2.1.0
5242025-01-25T04:27:08.801Z Downloaded cobs v0.2.3
5252025-01-25T04:27:08.801Z Downloaded async-stream v0.3.6
5262025-01-25T04:27:08.801Z Downloaded assert_matches v1.5.0
5272025-01-25T04:27:08.801Z Downloaded array-init v0.0.4
5282025-01-25T04:27:08.801Z Downloaded arrayref v0.3.9
5292025-01-25T04:27:08.801Z Downloaded ahash v0.8.11
5302025-01-25T04:27:08.801Z Downloaded icu_provider_macros v1.5.0
5312025-01-25T04:27:08.801Z Downloaded ctr v0.9.2
5322025-01-25T04:27:08.801Z Downloaded chrono-tz-build v0.4.0
5332025-01-25T04:27:08.801Z Downloaded cexpr v0.6.0
5342025-01-25T04:27:08.801Z Downloaded match_cfg v0.1.0
5352025-01-25T04:27:08.801Z Downloaded http-range v0.1.5
5362025-01-25T04:27:08.801Z Downloaded crc-catalog v2.4.0
5372025-01-25T04:27:08.801Z Downloaded colored v2.1.0
5382025-01-25T04:27:08.801Z Downloaded cmake v0.1.51
5392025-01-25T04:27:08.801Z Downloaded base16ct v0.2.0
5402025-01-25T04:27:08.801Z Downloaded mirai-annotations v1.12.0
5412025-01-25T04:27:08.801Z Downloaded instant v0.1.13
5422025-01-25T04:27:08.801Z Downloaded hostname v0.4.0
5432025-01-25T04:27:08.801Z Downloaded ciborium-ll v0.2.2
5442025-01-25T04:27:08.801Z Downloaded bitflags v1.3.2
5452025-01-25T04:27:08.801Z Downloaded http-body-util v0.1.2
5462025-01-25T04:27:08.801Z Downloaded lockfree-object-pool v0.1.6
5472025-01-25T04:27:08.801Z Downloaded bitfield v0.14.0
5482025-01-25T04:27:08.801Z Downloaded crossbeam-deque v0.8.5
5492025-01-25T04:27:08.801Z Downloaded blowfish v0.9.1
5502025-01-25T04:27:08.801Z Downloaded darling v0.20.10
5512025-01-25T04:27:08.801Z Downloaded is_ci v1.2.0
5522025-01-25T04:27:08.801Z Downloaded curve25519-dalek-derive v0.1.1
5532025-01-25T04:27:08.801Z Downloaded is-terminal v0.4.13
5542025-01-25T04:27:08.801Z Downloaded crc v3.2.1
5552025-01-25T04:27:08.801Z Downloaded cancel-safe-futures v0.1.5
5562025-01-25T04:27:08.801Z Downloaded async-trait v0.1.83
5572025-01-25T04:27:08.806Z Downloaded lru v0.12.5
5582025-01-25T04:27:08.806Z Downloaded managed v0.8.0
5592025-01-25T04:27:08.806Z Downloaded convert_case v0.4.0
5602025-01-25T04:27:08.806Z Downloaded progenitor-client v0.9.1
5612025-01-25T04:27:08.806Z Downloaded block-padding v0.3.3
5622025-01-25T04:27:08.806Z Downloaded hyper-tls v0.6.0
5632025-01-25T04:27:08.806Z Downloaded console v0.15.8
5642025-01-25T04:27:08.806Z Downloaded bit-set v0.5.3
5652025-01-25T04:27:08.807Z Downloaded inout v0.1.3
5662025-01-25T04:27:08.807Z Downloaded castaway v0.2.3
5672025-01-25T04:27:08.807Z Downloaded bitfield-struct v0.6.2
5682025-01-25T04:27:08.807Z Downloaded lalrpop-util v0.19.12
5692025-01-25T04:27:08.807Z Downloaded heck v0.3.3
5702025-01-25T04:27:08.807Z Downloaded home v0.5.9
5712025-01-25T04:27:08.807Z Downloaded internet-checksum v0.2.1
5722025-01-25T04:27:08.807Z Downloaded instability v0.3.2
5732025-01-25T04:27:08.807Z Downloaded chacha20 v0.9.1
5742025-01-25T04:27:08.807Z Downloaded bb8 v0.8.5
5752025-01-25T04:27:08.807Z Downloaded mockall v0.13.0
5762025-01-25T04:27:08.811Z Downloaded csv-core v0.1.11
5772025-01-25T04:27:08.811Z Downloaded kstat-rs v0.2.4
5782025-01-25T04:27:08.811Z Downloaded ciborium v0.2.2
5792025-01-25T04:27:08.815Z Downloaded arrayvec v0.7.6
5802025-01-25T04:27:08.815Z Downloaded md-5 v0.10.6
5812025-01-25T04:27:08.818Z Downloaded highway v1.2.0
5822025-01-25T04:27:08.818Z Downloaded backoff v0.4.0
5832025-01-25T04:27:08.821Z Downloaded argon2 v0.5.3
5842025-01-25T04:27:08.821Z Downloaded icu_locid_transform v1.5.0
5852025-01-25T04:27:08.824Z Downloaded base64ct v1.6.0
5862025-01-25T04:27:08.826Z Downloaded cookie v0.18.1
5872025-01-25T04:27:08.830Z Downloaded lru-cache v0.1.2
5882025-01-25T04:27:08.835Z Downloaded ipnetwork v0.20.0
5892025-01-25T04:27:08.835Z Downloaded indoc v1.0.9
5902025-01-25T04:27:08.837Z Downloaded indent_write v2.2.0
5912025-01-25T04:27:08.837Z Downloaded sqlparser_derive v0.2.2
5922025-01-25T04:27:08.837Z Downloaded linked-hash-map v0.5.6
5932025-01-25T04:27:08.843Z Downloaded hyper-rustls v0.27.3
5942025-01-25T04:27:08.849Z Downloaded linear-map v1.2.0
5952025-01-25T04:27:08.849Z Downloaded libefi-sys v0.1.0
5962025-01-25T04:27:08.849Z Downloaded ipnet v2.10.1
5972025-01-25T04:27:08.849Z Downloaded keccak v0.1.5
5982025-01-25T04:27:08.852Z Downloaded impl-trait-for-tuples v0.2.2
5992025-01-25T04:27:08.852Z Downloaded rand_seeder v0.3.0
6002025-01-25T04:27:08.852Z Downloaded multer v3.1.0
6012025-01-25T04:27:08.858Z Downloaded jobserver v0.1.32
6022025-01-25T04:27:08.865Z Downloaded memoffset v0.9.1
6032025-01-25T04:27:08.865Z Downloaded hickory-client v0.24.2
6042025-01-25T04:27:08.865Z Downloaded memmap2 v0.9.5
6052025-01-25T04:27:08.869Z Downloaded toolchain_find v0.4.0
6062025-01-25T04:27:08.869Z Downloaded cassowary v0.3.0
6072025-01-25T04:27:08.869Z Downloaded buf-list v1.0.3
6082025-01-25T04:27:08.874Z Downloaded same-file v1.0.6
6092025-01-25T04:27:08.874Z Downloaded libsw v3.3.1
6102025-01-25T04:27:08.874Z Downloaded rustc-hash v2.0.0
6112025-01-25T04:27:08.877Z Downloaded icu_normalizer_data v1.5.0
6122025-01-25T04:27:08.877Z Downloaded cookie_store v0.21.1
6132025-01-25T04:27:08.880Z Downloaded bcs v0.1.6
6142025-01-25T04:27:08.880Z Downloaded crossbeam-utils v0.8.20
6152025-01-25T04:27:08.885Z Downloaded darling_macro v0.20.10
6162025-01-25T04:27:08.889Z Downloaded hmac v0.12.1
6172025-01-25T04:27:08.889Z Downloaded lock_api v0.4.12
6182025-01-25T04:27:08.891Z Downloaded icu_locid_transform_data v1.5.0
6192025-01-25T04:27:08.891Z Downloaded clang-sys v1.8.1
6202025-01-25T04:27:08.895Z Downloaded foreign-types v0.3.2
6212025-01-25T04:27:08.895Z Downloaded sec1 v0.7.3
6222025-01-25T04:27:08.898Z Downloaded icu_locid v1.5.0
6232025-01-25T04:27:08.901Z Downloaded downcast v0.11.0
6242025-01-25T04:27:08.904Z Downloaded serde-hex v0.1.0
6252025-01-25T04:27:08.904Z Downloaded mockall_derive v0.13.0
6262025-01-25T04:27:08.908Z Downloaded endian-type v0.1.2
6272025-01-25T04:27:08.908Z Downloaded opaque-debug v0.3.1
6282025-01-25T04:27:08.920Z Downloaded newtype_derive v0.1.6
6292025-01-25T04:27:08.920Z Downloaded indexmap v1.9.3
6302025-01-25T04:27:08.925Z Downloaded ssh-cipher v0.2.0
6312025-01-25T04:27:08.925Z Downloaded slog-stdlog v4.1.1
6322025-01-25T04:27:08.925Z Downloaded termtree v0.5.1
6332025-01-25T04:27:08.925Z Downloaded litrs v0.4.1
6342025-01-25T04:27:08.925Z Downloaded const_format_proc_macros v0.2.33
6352025-01-25T04:27:08.925Z Downloaded topological-sort v0.2.2
6362025-01-25T04:27:08.928Z Downloaded mime_guess v2.0.5
6372025-01-25T04:27:08.928Z Downloaded vsss-rs v3.3.4
6382025-01-25T04:27:08.931Z Downloaded unarray v0.1.4
6392025-01-25T04:27:08.931Z Downloaded hyper-util v0.1.10
6402025-01-25T04:27:08.936Z Downloaded pretty-hex v0.2.1
6412025-01-25T04:27:08.940Z Downloaded hkdf v0.12.4
6422025-01-25T04:27:08.940Z Downloaded bzip2 v0.4.4
6432025-01-25T04:27:08.946Z Downloaded xz2 v0.1.7
6442025-01-25T04:27:08.946Z Downloaded signal-hook-registry v1.4.2
6452025-01-25T04:27:08.949Z Downloaded diesel-dtrace v0.4.2
6462025-01-25T04:27:08.949Z Downloaded utf-8 v0.7.6
6472025-01-25T04:27:08.949Z Downloaded signal-hook-tokio v0.3.1
6482025-01-25T04:27:08.949Z Downloaded serde_derive_internals v0.29.1
6492025-01-25T04:27:08.952Z Downloaded base64 v0.13.1
6502025-01-25T04:27:08.955Z Downloaded futures-task v0.3.31
6512025-01-25T04:27:08.956Z Downloaded num v0.4.3
6522025-01-25T04:27:08.959Z Downloaded futures-sink v0.3.31
6532025-01-25T04:27:08.959Z Downloaded foreign-types v0.5.0
6542025-01-25T04:27:08.959Z Downloaded fd-lock v4.0.2
6552025-01-25T04:27:08.962Z Downloaded crossbeam-epoch v0.9.18
6562025-01-25T04:27:08.965Z Downloaded thiserror v2.0.11
6572025-01-25T04:27:08.970Z Downloaded icu_properties v1.5.1
6582025-01-25T04:27:08.974Z Downloaded xattr v1.3.1
6592025-01-25T04:27:08.977Z Downloaded slog-scope v4.4.0
6602025-01-25T04:27:08.977Z Downloaded serde-big-array v0.5.1
6612025-01-25T04:27:08.977Z Downloaded structmeta v0.3.0
6622025-01-25T04:27:08.980Z Downloaded enum-as-inner v0.6.1
6632025-01-25T04:27:08.980Z Downloaded document-features v0.2.10
6642025-01-25T04:27:08.984Z Downloaded progenitor-impl v0.8.0
6652025-01-25T04:27:08.984Z Downloaded crypto-bigint v0.5.5
6662025-01-25T04:27:08.990Z Downloaded predicates-core v1.0.8
6672025-01-25T04:27:08.993Z Downloaded packed_struct_codegen v0.10.1
6682025-01-25T04:27:08.993Z Downloaded termtree v0.4.1
6692025-01-25T04:27:08.997Z Downloaded tap v1.0.1
6702025-01-25T04:27:08.997Z Downloaded wyz v0.5.1
6712025-01-25T04:27:08.997Z Downloaded hickory-resolver v0.24.2
6722025-01-25T04:27:09.001Z Downloaded predicates-tree v1.0.11
6732025-01-25T04:27:09.004Z Downloaded radium v0.7.0
6742025-01-25T04:27:09.004Z Downloaded phf v0.11.2
6752025-01-25T04:27:09.007Z Downloaded der_derive v0.7.3
6762025-01-25T04:27:09.007Z Downloaded yasna v0.5.2
6772025-01-25T04:27:09.010Z Downloaded chacha20poly1305 v0.10.1
6782025-01-25T04:27:09.013Z Downloaded rustls-pki-types v1.10.0
6792025-01-25T04:27:09.016Z Downloaded libloading v0.8.5
6802025-01-25T04:27:09.019Z Downloaded compact_str v0.8.0
6812025-01-25T04:27:09.021Z Downloaded zerofrom v0.1.4
6822025-01-25T04:27:09.024Z Downloaded write16 v1.0.0
6832025-01-25T04:27:09.024Z Downloaded writeable v0.5.5
6842025-01-25T04:27:09.027Z Downloaded serde_plain v1.0.2
6852025-01-25T04:27:09.027Z Downloaded headers-core v0.3.0
6862025-01-25T04:27:09.029Z Downloaded signal-hook v0.3.17
6872025-01-25T04:27:09.032Z Downloaded num-complex v0.4.6
6882025-01-25T04:27:09.035Z Downloaded spki v0.7.3
6892025-01-25T04:27:09.035Z Downloaded globset v0.4.15
6902025-01-25T04:27:09.038Z Downloaded new_debug_unreachable v1.0.6
6912025-01-25T04:27:09.038Z Downloaded owo-colors v4.1.0
6922025-01-25T04:27:09.041Z Downloaded hickory-server v0.24.2
6932025-01-25T04:27:09.048Z Downloaded ssh-encoding v0.2.0
6942025-01-25T04:27:09.051Z Downloaded slog-envlogger v2.2.0
6952025-01-25T04:27:09.051Z Downloaded signature v2.2.0
6962025-01-25T04:27:09.051Z Downloaded float-ord v0.3.2
6972025-01-25T04:27:09.054Z Downloaded parking_lot_core v0.8.6
6982025-01-25T04:27:09.056Z Downloaded parking_lot v0.11.2
6992025-01-25T04:27:09.057Z Downloaded yoke-derive v0.7.4
7002025-01-25T04:27:09.059Z Downloaded peg-runtime v0.8.3
7012025-01-25T04:27:09.059Z Downloaded minimal-lexical v0.2.1
7022025-01-25T04:27:09.065Z Downloaded newline-converter v0.3.0
7032025-01-25T04:27:09.070Z Downloaded tui-tree-widget v0.22.0
7042025-01-25T04:27:09.070Z Downloaded tinystr v0.7.6
7052025-01-25T04:27:09.070Z Downloaded thiserror-impl v2.0.11
7062025-01-25T04:27:09.074Z Downloaded pkcs1 v0.7.5
7072025-01-25T04:27:09.074Z Downloaded litemap v0.7.3
7082025-01-25T04:27:09.079Z Downloaded bytes v1.9.0
7092025-01-25T04:27:09.085Z Downloaded futures v0.3.31
7102025-01-25T04:27:09.089Z Downloaded float-cmp v0.9.0
7112025-01-25T04:27:09.089Z Downloaded smf v0.2.3
7122025-01-25T04:27:09.089Z Downloaded ed25519 v2.2.3
7132025-01-25T04:27:09.092Z Downloaded shlex v1.3.0
7142025-01-25T04:27:09.092Z Downloaded olpc-cjson v0.1.4
7152025-01-25T04:27:09.103Z Downloaded powerfmt v0.2.0
7162025-01-25T04:27:09.106Z Downloaded dirs-sys-next v0.1.2
7172025-01-25T04:27:09.106Z Downloaded omicron-zone-package v0.12.0
7182025-01-25T04:27:09.109Z Downloaded rcgen v0.12.1
7192025-01-25T04:27:09.113Z Downloaded vte_generate_state_changes v0.1.2
7202025-01-25T04:27:09.117Z Downloaded foldhash v0.1.3
7212025-01-25T04:27:09.117Z Downloaded sqlformat v0.2.6
7222025-01-25T04:27:09.121Z Downloaded progenitor-macro v0.9.1
7232025-01-25T04:27:09.121Z Downloaded phf_generator v0.11.2
7242025-01-25T04:27:09.121Z Downloaded postgres-types v0.2.8
7252025-01-25T04:27:09.126Z Downloaded quick-error v1.2.3
7262025-01-25T04:27:09.126Z Downloaded proc-macro-crate v1.3.1
7272025-01-25T04:27:09.128Z Downloaded mio v1.0.2
7282025-01-25T04:27:09.131Z Downloaded foreign-types-shared v0.1.1
7292025-01-25T04:27:09.134Z Downloaded foreign-types-macros v0.2.3
7302025-01-25T04:27:09.134Z Downloaded r2d2 v0.8.10
7312025-01-25T04:27:09.138Z Downloaded quinn-udp v0.5.5
7322025-01-25T04:27:09.141Z Downloaded newtype-uuid v1.2.1
7332025-01-25T04:27:09.141Z Downloaded yoke v0.7.4
7342025-01-25T04:27:09.141Z Downloaded slab v0.4.9
7352025-01-25T04:27:09.143Z Downloaded rustls-pemfile v1.0.4
7362025-01-25T04:27:09.146Z Downloaded diesel_derives v2.2.3
7372025-01-25T04:27:09.149Z Downloaded termcolor v1.4.1
7382025-01-25T04:27:09.152Z Downloaded strum_macros v0.25.3
7392025-01-25T04:27:09.155Z Downloaded pbkdf2 v0.11.0
7402025-01-25T04:27:09.155Z Downloaded packed_struct v0.10.1
7412025-01-25T04:27:09.158Z Downloaded path-slash v0.1.5
7422025-01-25T04:27:09.160Z Downloaded openssl-macros v0.1.1
7432025-01-25T04:27:09.160Z Downloaded pin-utils v0.1.0
7442025-01-25T04:27:09.163Z Downloaded time-macros v0.2.18
7452025-01-25T04:27:09.163Z Downloaded siphasher v0.3.11
7462025-01-25T04:27:09.166Z Downloaded serde_repr v0.1.19
7472025-01-25T04:27:09.169Z Downloaded rustc_version v0.4.1
7482025-01-25T04:27:09.169Z Downloaded elliptic-curve v0.13.8
7492025-01-25T04:27:09.173Z Downloaded parse-display v0.10.0
7502025-01-25T04:27:09.175Z Downloaded url v2.5.3
7512025-01-25T04:27:09.178Z Downloaded flagset v0.4.6
7522025-01-25T04:27:09.183Z Downloaded strum v0.26.3
7532025-01-25T04:27:09.183Z Downloaded scopeguard v1.2.0
7542025-01-25T04:27:09.186Z Downloaded parking_lot_core v0.9.10
7552025-01-25T04:27:09.186Z Downloaded time-core v0.1.2
7562025-01-25T04:27:09.186Z Downloaded ff v0.13.0
7572025-01-25T04:27:09.190Z Downloaded filetime v0.2.25
7582025-01-25T04:27:09.194Z Downloaded untrusted v0.9.0
7592025-01-25T04:27:09.195Z Downloaded glob v0.3.1
7602025-01-25T04:27:09.195Z Downloaded typify v0.3.0
7612025-01-25T04:27:09.199Z Downloaded pin-project-lite v0.2.14
7622025-01-25T04:27:09.203Z Downloaded zone_cfg_derive v0.3.0
7632025-01-25T04:27:09.206Z Downloaded zone v0.1.8
7642025-01-25T04:27:09.206Z Downloaded either v1.13.0
7652025-01-25T04:27:09.206Z Downloaded rustls-pemfile v2.2.0
7662025-01-25T04:27:09.209Z Downloaded prettyplease v0.2.25
7672025-01-25T04:27:09.212Z Downloaded walkdir v2.5.0
7682025-01-25T04:27:09.216Z Downloaded diesel_table_macro_syntax v0.2.0
7692025-01-25T04:27:09.216Z Downloaded derive_builder_macro v0.20.2
7702025-01-25T04:27:09.219Z Downloaded zone_cfg_derive v0.1.2
7712025-01-25T04:27:09.219Z Downloaded group v0.13.0
7722025-01-25T04:27:09.219Z Downloaded snafu-derive v0.8.5
7732025-01-25T04:27:09.222Z Downloaded hash32 v0.2.1
7742025-01-25T04:27:09.222Z Downloaded der v0.7.9
7752025-01-25T04:27:09.229Z Downloaded schemars_derive v0.8.21
7762025-01-25T04:27:09.231Z Downloaded unicode-properties v0.1.3
7772025-01-25T04:27:09.231Z Downloaded scheduled-thread-pool v0.2.7
7782025-01-25T04:27:09.236Z Downloaded salsa20 v0.10.2
7792025-01-25T04:27:09.236Z Downloaded ref-cast v1.0.23
7802025-01-25T04:27:09.239Z Downloaded parse-size v1.1.0
7812025-01-25T04:27:09.239Z Downloaded strum_macros v0.24.3
7822025-01-25T04:27:09.242Z Downloaded rand_core v0.6.4
7832025-01-25T04:27:09.242Z Downloaded dyn-clone v1.0.17
7842025-01-25T04:27:09.245Z Downloaded tokio-rustls v0.25.0
7852025-01-25T04:27:09.249Z Downloaded tokio-stream v0.1.16
7862025-01-25T04:27:09.253Z Downloaded openssl-probe v0.1.5
7872025-01-25T04:27:09.253Z Downloaded oso-derive v0.27.3
7882025-01-25T04:27:09.256Z Downloaded stringprep v0.1.5
7892025-01-25T04:27:09.256Z Downloaded sigpipe v0.1.3
7902025-01-25T04:27:09.256Z Downloaded ecdsa v0.16.9
7912025-01-25T04:27:09.263Z Downloaded pkg-config v0.3.31
7922025-01-25T04:27:09.266Z Downloaded displaydoc v0.2.5
7932025-01-25T04:27:09.266Z Downloaded tinyvec v1.8.0
7942025-01-25T04:27:09.266Z Downloaded similar v2.6.0
7952025-01-25T04:27:09.271Z Downloaded tiny-keccak v2.0.2
7962025-01-25T04:27:09.276Z Downloaded aes v0.8.4
7972025-01-25T04:27:09.278Z Downloaded thread_local v1.1.8
7982025-01-25T04:27:09.283Z Downloaded rsa v0.9.6
7992025-01-25T04:27:09.288Z Downloaded futures-executor v0.3.31
8002025-01-25T04:27:09.290Z Downloaded zone v0.3.0
8012025-01-25T04:27:09.290Z Downloaded pkcs8 v0.10.2
8022025-01-25T04:27:09.293Z Downloaded progenitor-macro v0.8.0
8032025-01-25T04:27:09.293Z Downloaded nodrop v0.1.14
8042025-01-25T04:27:09.293Z Downloaded flume v0.11.1
8052025-01-25T04:27:09.298Z Downloaded futures-channel v0.3.31
8062025-01-25T04:27:09.301Z Downloaded samael v0.0.17
8072025-01-25T04:27:09.306Z Downloaded num-conv v0.1.0
8082025-01-25T04:27:09.309Z Downloaded rand_xorshift v0.3.0
8092025-01-25T04:27:09.309Z Downloaded rand_chacha v0.3.1
8102025-01-25T04:27:09.312Z Downloaded vte v0.11.1
8112025-01-25T04:27:09.312Z Downloaded futures-core v0.3.31
8122025-01-25T04:27:09.316Z Downloaded difflib v0.4.0
8132025-01-25T04:27:09.316Z Downloaded which v4.4.2
8142025-01-25T04:27:09.319Z Downloaded hashbrown v0.13.2
8152025-01-25T04:27:09.322Z Downloaded normalize-line-endings v0.3.0
8162025-01-25T04:27:09.325Z Downloaded parse-display-derive v0.10.0
8172025-01-25T04:27:09.325Z Downloaded phf_shared v0.10.0
8182025-01-25T04:27:09.328Z Downloaded thiserror-no-std v2.0.2
8192025-01-25T04:27:09.331Z Downloaded slog-term v2.9.1
8202025-01-25T04:27:09.333Z Downloaded sha1 v0.10.6
8212025-01-25T04:27:09.336Z Downloaded utf8_iter v1.0.4
8222025-01-25T04:27:09.339Z Downloaded hashbrown v0.12.3
8232025-01-25T04:27:09.343Z Downloaded tabwriter v1.4.0
8242025-01-25T04:27:09.345Z Downloaded subtle v2.6.1
8252025-01-25T04:27:09.348Z Downloaded try-lock v0.2.5
8262025-01-25T04:27:09.348Z Downloaded tower-service v0.3.3
8272025-01-25T04:27:09.351Z Downloaded unicode-xid v0.2.6
8282025-01-25T04:27:09.351Z Downloaded thiserror-impl-no-std v2.0.2
8292025-01-25T04:27:09.353Z Downloaded derive_builder_core v0.20.2
8302025-01-25T04:27:09.356Z Downloaded zerocopy-derive v0.8.10
8312025-01-25T04:27:09.363Z Downloaded diff v0.1.13
8322025-01-25T04:27:09.367Z Downloaded precomputed-hash v0.1.1
8332025-01-25T04:27:09.370Z Downloaded tinyvec_macros v0.1.1
8342025-01-25T04:27:09.370Z Downloaded idna v1.0.3
8352025-01-25T04:27:09.374Z Downloaded phf_codegen v0.11.2
8362025-01-25T04:27:09.377Z Downloaded native-tls v0.2.12
8372025-01-25T04:27:09.381Z Downloaded num-bigint v0.4.6
8382025-01-25T04:27:09.387Z Downloaded embedded-io v0.4.0
8392025-01-25T04:27:09.390Z Downloaded embedded-io v0.6.1
8402025-01-25T04:27:09.390Z Downloaded want v0.3.1
8412025-01-25T04:27:09.390Z Downloaded zip v0.6.6
8422025-01-25T04:27:09.396Z Downloaded subprocess v0.2.9
8432025-01-25T04:27:09.400Z Downloaded twox-hash v1.6.3
8442025-01-25T04:27:09.403Z Downloaded ref-cast-impl v1.0.23
8452025-01-25T04:27:09.403Z Downloaded aho-corasick v1.1.3
8462025-01-25T04:27:09.411Z Downloaded number_prefix v0.4.0
8472025-01-25T04:27:09.414Z Downloaded secrecy v0.8.0
8482025-01-25T04:27:09.414Z Downloaded scrypt v0.11.0
8492025-01-25T04:27:09.418Z Downloaded aes-gcm v0.10.3
8502025-01-25T04:27:09.421Z Downloaded num-integer v0.1.46
8512025-01-25T04:27:09.424Z Downloaded fallible-iterator v0.2.0
8522025-01-25T04:27:09.424Z Downloaded ron v0.8.1
8532025-01-25T04:27:09.430Z Downloaded pin-project v1.1.6
8542025-01-25T04:27:09.444Z Downloaded rtoolbox v0.0.2
8552025-01-25T04:27:09.448Z Downloaded rpassword v7.3.1
8562025-01-25T04:27:09.455Z Downloaded rfc6979 v0.4.0
8572025-01-25T04:27:09.455Z Downloaded progenitor v0.8.0
8582025-01-25T04:27:09.455Z Downloaded percent-encoding v2.3.1
8592025-01-25T04:27:09.461Z Downloaded multimap v0.10.0
8602025-01-25T04:27:09.461Z Downloaded sync_wrapper v1.0.1
8612025-01-25T04:27:09.461Z Downloaded gethostname v0.5.0
8622025-01-25T04:27:09.461Z Downloaded nu-ansi-term v0.50.1
8632025-01-25T04:27:09.461Z Downloaded hashlink v0.9.1
8642025-01-25T04:27:09.465Z Downloaded fxhash v0.2.1
8652025-01-25T04:27:09.465Z Downloaded num_enum_derive v0.5.11
8662025-01-25T04:27:09.465Z Downloaded display-error-chain v0.2.2
8672025-01-25T04:27:09.468Z Downloaded nanorand v0.7.0
8682025-01-25T04:27:09.468Z Downloaded predicates v3.1.2
8692025-01-25T04:27:09.472Z Downloaded num_threads v0.1.7
8702025-01-25T04:27:09.475Z Downloaded password-hash v0.4.2
8712025-01-25T04:27:09.475Z Downloaded oso v0.27.3
8722025-01-25T04:27:09.478Z Downloaded progenitor-client v0.8.0
8732025-01-25T04:27:09.484Z Downloaded unsafe-libyaml v0.2.11
8742025-01-25T04:27:09.488Z Downloaded num_enum v0.5.11
8752025-01-25T04:27:09.491Z Downloaded wait-timeout v0.2.0
8762025-01-25T04:27:09.491Z Downloaded unicase v2.7.0
8772025-01-25T04:27:09.494Z Downloaded quinn v0.11.5
8782025-01-25T04:27:09.508Z Downloaded funty v2.0.0
8792025-01-25T04:27:09.512Z Downloaded zeroize v1.8.1
8802025-01-25T04:27:09.512Z Downloaded env_logger v0.11.5
8812025-01-25T04:27:09.512Z Downloaded sct v0.7.1
8822025-01-25T04:27:09.512Z Downloaded russh-cryptovec v0.7.3
8832025-01-25T04:27:09.512Z Downloaded ena v0.14.3
8842025-01-25T04:27:09.512Z Downloaded rustfmt-wrapper v0.2.1
8852025-01-25T04:27:09.512Z Downloaded pem-rfc7468 v0.7.0
8862025-01-25T04:27:09.515Z Downloaded slog-async v2.8.0
8872025-01-25T04:27:09.515Z Downloaded foreign-types-shared v0.3.1
8882025-01-25T04:27:09.518Z Downloaded pbkdf2 v0.12.2
8892025-01-25T04:27:09.518Z Downloaded futures-io v0.3.31
8902025-01-25T04:27:09.521Z Downloaded env_logger v0.10.2
8912025-01-25T04:27:09.526Z Downloaded synstructure v0.13.1
8922025-01-25T04:27:09.526Z Downloaded zip v2.1.3
8932025-01-25T04:27:09.529Z Downloaded zeroize_derive v1.4.2
8942025-01-25T04:27:09.532Z Downloaded term v0.7.0
8952025-01-25T04:27:09.537Z Downloaded hashbrown v0.14.5
8962025-01-25T04:27:09.542Z Downloaded sync-ptr v0.1.1
8972025-01-25T04:27:09.544Z Downloaded aws-lc-rs v1.10.0
8982025-01-25T04:27:09.553Z Downloaded serde_urlencoded v0.7.1
8992025-01-25T04:27:09.556Z Downloaded progenitor v0.9.1
9002025-01-25T04:27:09.559Z Downloaded rustc-demangle v0.1.24
9012025-01-25T04:27:09.562Z Downloaded typify-macro v0.2.0
9022025-01-25T04:27:09.562Z Downloaded defmt-parser v0.3.4
9032025-01-25T04:27:09.562Z Downloaded defmt-macros v0.3.9
9042025-01-25T04:27:09.565Z Downloaded toml v0.7.8
9052025-01-25T04:27:09.569Z Downloaded deranged v0.3.11
9062025-01-25T04:27:09.573Z Downloaded rusty-fork v0.3.0
9072025-01-25T04:27:09.576Z Downloaded ppv-lite86 v0.2.20
9082025-01-25T04:27:09.577Z Downloaded peg-macros v0.8.4
9092025-01-25T04:27:09.580Z Downloaded polyval v0.6.2
9102025-01-25T04:27:09.580Z Downloaded fallible-streaming-iterator v0.1.9
9112025-01-25T04:27:09.580Z Downloaded fallible-iterator v0.3.0
9122025-01-25T04:27:09.585Z Downloaded peg v0.8.4
9132025-01-25T04:27:09.588Z Downloaded env_filter v0.1.2
9142025-01-25T04:27:09.588Z Downloaded tls_codec v0.4.1
9152025-01-25T04:27:09.591Z Downloaded rayon-core v1.12.1
9162025-01-25T04:27:09.594Z Downloaded simd-adler32 v0.3.7
9172025-01-25T04:27:09.597Z Downloaded getrandom v0.2.15
9182025-01-25T04:27:09.601Z Downloaded defmt v0.3.8
9192025-01-25T04:27:09.604Z Downloaded password-hash v0.5.0
9202025-01-25T04:27:09.606Z Downloaded derive-where v1.2.7
9212025-01-25T04:27:09.609Z Downloaded whoami v1.5.2
9222025-01-25T04:27:09.613Z Downloaded slog-dtrace v0.3.0
9232025-01-25T04:27:09.616Z Downloaded dsl_auto_type v0.1.2
9242025-01-25T04:27:09.616Z Downloaded tokio-native-tls v0.3.1
9252025-01-25T04:27:09.619Z Downloaded tungstenite v0.23.0
9262025-01-25T04:27:09.625Z Downloaded supports-color v3.0.1
9272025-01-25T04:27:09.628Z Downloaded stable_deref_trait v1.2.0
9282025-01-25T04:27:09.628Z Downloaded postgres-protocol v0.6.7
9292025-01-25T04:27:09.628Z Downloaded zerofrom-derive v0.1.4
9302025-01-25T04:27:09.628Z Downloaded slog v2.7.0
9312025-01-25T04:27:09.630Z Downloaded phf_shared v0.11.2
9322025-01-25T04:27:09.631Z Downloaded pem v3.0.4
9332025-01-25T04:27:09.633Z Downloaded num-iter v0.1.45
9342025-01-25T04:27:09.633Z Downloaded form_urlencoded v1.2.1
9352025-01-25T04:27:09.636Z Downloaded blake3 v1.5.4
9362025-01-25T04:27:09.643Z Downloaded serde_with_macros v3.11.0
9372025-01-25T04:27:09.647Z Downloaded psl-types v2.0.11
9382025-01-25T04:27:09.651Z Downloaded num-traits v0.2.19
9392025-01-25T04:27:09.653Z Downloaded russh v0.45.0
9402025-01-25T04:27:09.657Z Downloaded tar v0.4.42
9412025-01-25T04:27:09.661Z Downloaded smallvec v1.13.2
9422025-01-25T04:27:09.663Z Downloaded static_assertions v1.1.0
9432025-01-25T04:27:09.663Z Downloaded data-encoding v2.6.0
9442025-01-25T04:27:09.666Z Downloaded tracing v0.1.40
9452025-01-25T04:27:09.669Z Downloaded parse-zoneinfo v0.3.1
9462025-01-25T04:27:09.673Z Downloaded rand v0.8.5
9472025-01-25T04:27:09.676Z Downloaded darling_core v0.20.10
9482025-01-25T04:27:09.682Z Downloaded slog-json v2.6.1
9492025-01-25T04:27:09.685Z Downloaded russh-keys v0.45.0
9502025-01-25T04:27:09.687Z Downloaded time v0.3.36
9512025-01-25T04:27:09.694Z Downloaded postcard v1.0.10
9522025-01-25T04:27:09.697Z Downloaded dropshot_endpoint v0.12.0
9532025-01-25T04:27:09.700Z Downloaded headers v0.4.0
9542025-01-25T04:27:09.705Z Downloaded uuid v1.12.0
9552025-01-25T04:27:09.709Z Downloaded vergen v8.3.2
9562025-01-25T04:27:09.712Z Downloaded icu_properties_data v1.5.0
9572025-01-25T04:27:09.727Z Downloaded num-rational v0.4.2
9582025-01-25T04:27:09.730Z Downloaded steno v0.4.1
9592025-01-25T04:27:09.733Z Downloaded fatfs v0.3.6
9602025-01-25T04:27:09.735Z Downloaded sqlparser v0.45.0
9612025-01-25T04:27:09.742Z Downloaded quinn-proto v0.11.8
9622025-01-25T04:27:09.748Z Downloaded heapless v0.7.17
9632025-01-25T04:27:09.752Z Downloaded chrono v0.4.39
9642025-01-25T04:27:09.760Z Downloaded lalrpop v0.19.12
9652025-01-25T04:27:09.773Z Downloaded serde_yaml v0.9.34+deprecated
9662025-01-25T04:27:09.777Z Downloaded zerovec v0.10.4
9672025-01-25T04:27:09.783Z Downloaded h2 v0.4.6
9682025-01-25T04:27:09.790Z Downloaded qorb v0.2.1
9692025-01-25T04:27:09.886Z Downloaded regex v1.11.1
9702025-01-25T04:27:09.909Z Downloaded publicsuffix v2.3.0
9712025-01-25T04:27:09.910Z Downloaded typed-path v0.9.3
9722025-01-25T04:27:09.910Z Downloaded petname v2.0.2
9732025-01-25T04:27:09.910Z Downloaded reedline v0.35.0
9742025-01-25T04:27:09.910Z Downloaded quick-xml v0.33.0
9752025-01-25T04:27:09.910Z Downloaded tokio-util v0.7.12
9762025-01-25T04:27:09.910Z Downloaded rustyline v14.0.0
9772025-01-25T04:27:09.910Z Downloaded take_mut v0.2.2
9782025-01-25T04:27:09.910Z Downloaded futures-util v0.3.31
9792025-01-25T04:27:09.910Z Downloaded serde_with v3.11.0
9802025-01-25T04:27:09.910Z Downloaded curve25519-dalek v4.1.3
9812025-01-25T04:27:09.910Z Downloaded zerocopy v0.8.10
9822025-01-25T04:27:09.920Z Downloaded rusqlite v0.32.1
9832025-01-25T04:27:09.924Z Downloaded regex-syntax v0.6.29
9842025-01-25T04:27:09.928Z Downloaded p384 v0.13.0
9852025-01-25T04:27:09.935Z Downloaded waitgroup v0.1.2
9862025-01-25T04:27:09.939Z Downloaded dropshot v0.12.0
9872025-01-25T04:27:09.959Z Downloaded portable-atomic v1.9.0
9882025-01-25T04:27:09.966Z Downloaded regress v0.10.1
9892025-01-25T04:27:09.975Z Downloaded git2 v0.19.0
9902025-01-25T04:27:09.985Z Downloaded rustls v0.21.12
9912025-01-25T04:27:09.999Z Downloaded radix_trie v0.2.1
9922025-01-25T04:27:10.017Z Downloaded nix v0.27.1
9932025-01-25T04:27:10.030Z Downloaded proptest v1.5.0
9942025-01-25T04:27:10.038Z Downloaded gimli v0.31.1
9952025-01-25T04:27:10.049Z Downloaded openssl v0.10.66
9962025-01-25T04:27:10.061Z Downloaded polar-core v0.27.3
9972025-01-25T04:27:10.073Z Downloaded object v0.30.4
9982025-01-25T04:27:10.082Z Downloaded vcpkg v0.2.15
9992025-01-25T04:27:10.120Z Downloaded diesel v2.2.6
10002025-01-25T04:27:10.139Z Downloaded nix v0.29.0
10012025-01-25T04:27:10.149Z Downloaded openapiv3 v2.0.0
10022025-01-25T04:27:10.161Z Downloaded rustls v0.23.19
10032025-01-25T04:27:10.174Z Downloaded dropshot v0.15.1
10042025-01-25T04:27:10.196Z Downloaded regress v0.9.1
10052025-01-25T04:27:10.204Z Downloaded smoltcp v0.11.0
10062025-01-25T04:27:10.216Z Downloaded winnow v0.5.40
10072025-01-25T04:27:10.226Z Downloaded ratatui v0.28.1
10082025-01-25T04:27:10.245Z Downloaded regex-syntax v0.8.5
10092025-01-25T04:27:10.253Z Downloaded bstr v1.10.0
10102025-01-25T04:27:10.262Z Downloaded typify-impl v0.2.0
10112025-01-25T04:27:10.277Z Downloaded smoltcp v0.9.1
10122025-01-25T04:27:10.287Z Downloaded zerocopy-derive v0.6.6
10132025-01-25T04:27:10.297Z Downloaded nix v0.28.0
10142025-01-25T04:27:10.308Z Downloaded unicode-width v0.2.0
10152025-01-25T04:27:10.314Z Downloaded typify-impl v0.3.0
10162025-01-25T04:27:10.330Z Downloaded bzip2-sys v0.1.11+1.0.8
10172025-01-25T04:27:10.341Z Downloaded sled v0.34.7
10182025-01-25T04:27:10.351Z Downloaded regex-automata v0.4.8
10192025-01-25T04:27:10.368Z Downloaded hickory-proto v0.24.2
10202025-01-25T04:27:10.382Z Downloaded object v0.36.5
10212025-01-25T04:27:10.394Z Downloaded rustls-webpki v0.102.8
10222025-01-25T04:27:10.411Z Downloaded rustls v0.22.4
10232025-01-25T04:27:10.423Z Downloaded lzma-sys v0.1.20
10242025-01-25T04:27:10.453Z Downloaded chrono-tz v0.10.1
10252025-01-25T04:27:10.466Z Downloaded rayon v1.10.0
10262025-01-25T04:27:10.468Z Downloaded webpki-roots v0.26.6
10272025-01-25T04:27:10.473Z Downloaded tokio-postgres v0.7.12
10282025-01-25T04:27:10.479Z Downloaded tokio v1.43.0
10292025-01-25T04:27:10.517Z Downloaded nom v7.1.3
10302025-01-25T04:27:10.521Z Downloaded libz-sys v1.1.20
10312025-01-25T04:27:10.542Z Downloaded unicode-normalization v0.1.24
10322025-01-25T04:27:10.545Z Downloaded csv v1.3.1
10332025-01-25T04:27:10.565Z Downloaded salty v0.3.0
10342025-01-25T04:27:10.571Z Downloaded petgraph v0.6.5
10352025-01-25T04:27:10.588Z Downloaded bitvec v1.0.1
10362025-01-25T04:27:10.602Z Downloaded bindgen v0.69.5
10372025-01-25T04:27:10.609Z Downloaded tungstenite v0.21.0
10382025-01-25T04:27:10.612Z Downloaded uzers v0.12.1
10392025-01-25T04:27:10.615Z Downloaded sha3 v0.10.8
10402025-01-25T04:27:10.619Z Downloaded p521 v0.13.3
10412025-01-25T04:27:10.624Z Downloaded tungstenite v0.24.0
10422025-01-25T04:27:10.630Z Downloaded zopfli v0.8.1
10432025-01-25T04:27:10.634Z Downloaded reqwest v0.12.9
10442025-01-25T04:27:10.639Z Downloaded openssl-sys v0.9.103
10452025-01-25T04:27:10.644Z Downloaded tracing-core v0.1.32
10462025-01-25T04:27:10.647Z Downloaded ssh-key v0.6.6
10472025-01-25T04:27:10.654Z Downloaded debug-ignore v1.0.5
10482025-01-25T04:27:10.658Z Downloaded fs_extra v1.3.0
10492025-01-25T04:27:10.663Z Downloaded socket2 v0.5.7
10502025-01-25T04:27:10.663Z Downloaded futures-macro v0.3.31
10512025-01-25T04:27:10.665Z Downloaded string_cache v0.8.7
10522025-01-25T04:27:10.665Z Downloaded rustls-webpki v0.101.7
10532025-01-25T04:27:10.677Z Downloaded derive_more v0.99.18
10542025-01-25T04:27:10.683Z Downloaded toml_edit v0.19.15
10552025-01-25T04:27:10.700Z Downloaded flate2 v1.0.35
10562025-01-25T04:27:10.703Z Downloaded expectorate v1.1.0
10572025-01-25T04:27:10.706Z Downloaded unicode-segmentation v1.12.0
10582025-01-25T04:27:10.709Z Downloaded dirs-next v2.0.0
10592025-01-25T04:27:10.711Z Downloaded termios v0.3.3
10602025-01-25T04:27:10.711Z Downloaded crossterm v0.28.1
10612025-01-25T04:27:10.720Z Downloaded ghash v0.5.1
10622025-01-25T04:27:10.722Z Downloaded slog-bunyan v2.5.0
10632025-01-25T04:27:10.723Z Downloaded derive_builder v0.20.2
10642025-01-25T04:27:10.728Z Downloaded ron v0.7.1
10652025-01-25T04:27:10.736Z Downloaded tough v0.19.0
10662025-01-25T04:27:10.740Z Downloaded p256 v0.13.2
10672025-01-25T04:27:10.746Z Downloaded hyper v1.5.2
10682025-01-25T04:27:10.750Z Downloaded num-derive v0.4.2
10692025-01-25T04:27:10.753Z Downloaded ed25519-dalek v2.1.1
10702025-01-25T04:27:10.757Z Downloaded schemars v0.8.21
10712025-01-25T04:27:10.765Z Downloaded num-bigint-dig v0.8.4
10722025-01-25T04:27:10.770Z Downloaded primeorder v0.13.6
10732025-01-25T04:27:10.773Z Downloaded pkcs5 v0.7.1
10742025-01-25T04:27:10.778Z Downloaded spin v0.9.8
10752025-01-25T04:27:10.781Z Downloaded fragile v2.0.0
10762025-01-25T04:27:10.781Z Downloaded dunce v1.0.5
10772025-01-25T04:27:10.781Z Downloaded itertools v0.13.0
10782025-01-25T04:27:10.788Z Downloaded snafu v0.8.5
10792025-01-25T04:27:10.794Z Downloaded encoding_rs v0.8.34
10802025-01-25T04:27:10.820Z Downloaded value-bag v1.9.0
10812025-01-25T04:27:10.824Z Downloaded tracing-attributes v0.1.27
10822025-01-25T04:27:10.824Z Downloaded semver v0.1.20
10832025-01-25T04:27:10.824Z Downloaded utf16_iter v1.0.5
10842025-01-25T04:27:10.827Z Downloaded universal-hash v0.5.1
10852025-01-25T04:27:10.827Z Downloaded rustversion v1.0.17
10862025-01-25T04:27:10.830Z Downloaded itertools v0.12.1
10872025-01-25T04:27:10.835Z Downloaded unicode_categories v0.1.1
10882025-01-25T04:27:10.838Z Downloaded smallvec v0.6.14
10892025-01-25T04:27:10.842Z Downloaded pin-project-internal v1.1.6
10902025-01-25T04:27:10.842Z Downloaded paste v1.0.15
10912025-01-25T04:27:10.846Z Downloaded unicode-bidi v0.3.17
10922025-01-25T04:27:10.849Z Downloaded x509-cert v0.2.5
10932025-01-25T04:27:10.853Z Downloaded des v0.8.1
10942025-01-25T04:27:10.857Z Downloaded itertools v0.10.5
10952025-01-25T04:27:10.862Z Downloaded tokio-tungstenite v0.24.0
10962025-01-25T04:27:10.871Z Downloaded tokio-rustls v0.26.0
10972025-01-25T04:27:10.871Z Downloaded half v2.4.1
10982025-01-25T04:27:10.871Z Downloaded tokio-rustls v0.24.1
10992025-01-25T04:27:10.874Z Downloaded libgit2-sys v0.17.0+1.8.1
11002025-01-25T04:27:11.001Z Downloaded libxml v0.3.3
11012025-01-25T04:27:11.016Z Downloaded libm v0.2.8
11022025-01-25T04:27:11.016Z Downloaded tokio-tungstenite v0.23.1
11032025-01-25T04:27:11.016Z Downloaded http v1.2.0
11042025-01-25T04:27:11.016Z Downloaded hash32 v0.3.1
11052025-01-25T04:27:11.016Z Downloaded strum_macros v0.26.4
11062025-01-25T04:27:11.016Z Downloaded dropshot_endpoint v0.15.1
11072025-01-25T04:27:11.016Z Downloaded zerocopy v0.6.6
11082025-01-25T04:27:11.017Z Downloaded untrusted v0.7.1
11092025-01-25T04:27:11.017Z Downloaded zerovec-derive v0.10.3
11102025-01-25T04:27:11.017Z Downloaded tokio-tungstenite v0.21.0
11112025-01-25T04:27:11.017Z Downloaded poly1305 v0.8.0
11122025-01-25T04:27:11.017Z Downloaded indicatif v0.17.9
11132025-01-25T04:27:11.017Z Downloaded parking_lot v0.12.3
11142025-01-25T04:27:11.017Z Downloaded bumpalo v3.16.0
11152025-01-25T04:27:11.017Z Downloaded backtrace v0.3.74
11162025-01-25T04:27:11.017Z Downloaded fixedbitset v0.4.2
11172025-01-25T04:27:11.017Z Downloaded unicode-truncate v1.1.0
11182025-01-25T04:27:11.017Z Downloaded shell-words v1.1.0
11192025-01-25T04:27:11.017Z Downloaded rustc_version v0.1.7
11202025-01-25T04:27:11.017Z Downloaded rustc-hash v1.1.0
11212025-01-25T04:27:11.017Z Downloaded test-strategy v0.3.1
11222025-01-25T04:27:11.017Z Downloaded heapless v0.8.0
11232025-01-25T04:27:11.017Z Downloaded serde_path_to_error v0.1.16
11242025-01-25T04:27:11.017Z Downloaded crossbeam-channel v0.5.13
11252025-01-25T04:27:11.028Z Downloaded const_format v0.2.33
11262025-01-25T04:27:11.028Z Downloaded base64 v0.22.1
11272025-01-25T04:27:11.028Z Downloaded cc v1.1.30
11282025-01-25T04:27:11.028Z Downloaded nibble_vec v0.1.0
11292025-01-25T04:27:11.033Z Downloaded crc-any v2.5.0
11302025-01-25T04:27:11.033Z Downloaded base64 v0.21.7
11312025-01-25T04:27:11.033Z Downloaded typify v0.2.0
11322025-01-25T04:27:11.033Z Downloaded progenitor-impl v0.9.1
11332025-01-25T04:27:11.041Z Downloaded icu_collections v1.5.0
11342025-01-25T04:27:11.045Z Downloaded const-oid v0.9.6
11352025-01-25T04:27:11.045Z Downloaded typify-macro v0.3.0
11362025-01-25T04:27:11.045Z Downloaded tls_codec_derive v0.4.1
11372025-01-25T04:27:11.045Z Downloaded structmeta-derive v0.3.0
11382025-01-25T04:27:11.045Z Downloaded resolv-conf v0.7.0
11392025-01-25T04:27:11.049Z Downloaded tokio-macros v2.5.0
11402025-01-25T04:27:11.049Z Downloaded mime v0.3.17
11412025-01-25T04:27:11.049Z Downloaded lazycell v1.3.0
11422025-01-25T04:27:11.049Z Downloaded idna_adapter v1.2.0
11432025-01-25T04:27:11.054Z Downloaded structmeta-derive v0.2.0
11442025-01-25T04:27:11.054Z Downloaded structmeta v0.2.0
11452025-01-25T04:27:11.054Z Downloaded strip-ansi-escapes v0.2.0
11462025-01-25T04:27:11.054Z Downloaded signal-hook-mio v0.2.4
11472025-01-25T04:27:11.058Z Downloaded iana-time-zone v0.1.61
11482025-01-25T04:27:11.058Z Downloaded async-bb8-diesel v0.2.1
11492025-01-25T04:27:11.061Z Downloaded miniz_oxide v0.8.0
11502025-01-25T04:27:11.061Z Downloaded lazy_static v1.5.0
11512025-01-25T04:27:11.066Z Downloaded icu_provider v1.5.0
11522025-01-25T04:27:11.069Z Downloaded icu_normalizer v1.5.0
11532025-01-25T04:27:11.072Z Downloaded arc-swap v1.7.1
11542025-01-25T04:27:11.077Z Downloaded maplit v1.0.2
11552025-01-25T04:27:11.077Z Downloaded blake2 v0.10.6
11562025-01-25T04:27:11.080Z Downloaded allocator-api2 v0.2.18
11572025-01-25T04:27:11.080Z Downloaded httparse v1.9.5
11582025-01-25T04:27:11.083Z Downloaded cbc v0.1.2
11592025-01-25T04:27:11.087Z Downloaded hyper-staticfile v0.10.1
11602025-01-25T04:27:11.087Z Downloaded hex v0.4.3
11612025-01-25T04:27:11.089Z Downloaded cipher v0.4.4
11622025-01-25T04:27:11.089Z Downloaded bcrypt-pbkdf v0.10.0
11632025-01-25T04:27:11.089Z Downloaded hubpack v0.1.2
11642025-01-25T04:27:11.092Z Downloaded httpdate v1.0.3
11652025-01-25T04:27:11.092Z Downloaded hex-literal v0.4.1
11662025-01-25T04:27:11.095Z Downloaded crc32fast v1.4.2
11672025-01-25T04:27:11.095Z Downloaded maybe-uninit v2.0.0
11682025-01-25T04:27:11.097Z Downloaded hostname v0.3.1
11692025-01-25T04:27:11.097Z Downloaded atomic-waker v1.1.2
11702025-01-25T04:27:11.100Z Downloaded aead v0.5.2
11712025-01-25T04:27:11.100Z Downloaded constant_time_eq v0.3.1
11722025-01-25T04:27:11.262Z Downloaded libsqlite3-sys v0.30.1
11732025-01-25T04:27:11.364Z Downloaded ring v0.17.8
11742025-01-25T04:27:11.744Z Downloaded aws-lc-sys v0.22.0
11752025-01-25T04:27:12.124Z Compiling serde v1.0.217
11762025-01-25T04:27:12.145Z Compiling lock_api v0.4.12
11772025-01-25T04:27:12.145Z Compiling scopeguard v1.2.0
11782025-01-25T04:27:12.145Z Compiling value-bag v1.9.0
11792025-01-25T04:27:12.145Z Compiling typenum v1.17.0
11802025-01-25T04:27:12.145Z Compiling generic-array v0.14.7
11812025-01-25T04:27:12.257Z Compiling syn v2.0.96
11822025-01-25T04:27:12.273Z Compiling getrandom v0.2.15
11832025-01-25T04:27:12.415Z Compiling subtle v2.6.1
11842025-01-25T04:27:12.551Z Compiling rand_core v0.6.4
11852025-01-25T04:27:12.729Z Compiling log v0.4.22
11862025-01-25T04:27:12.751Z Compiling shlex v1.3.0
11872025-01-25T04:27:12.751Z Compiling jobserver v0.1.32
11882025-01-25T04:27:12.800Z Compiling smallvec v1.13.2
11892025-01-25T04:27:13.014Z Compiling const-oid v0.9.6
11902025-01-25T04:27:13.064Z Compiling spin v0.9.8
11912025-01-25T04:27:13.096Z Compiling pin-project-lite v0.2.14
11922025-01-25T04:27:13.243Z Compiling cc v1.1.30
11932025-01-25T04:27:13.254Z Compiling rustix v0.38.37
11942025-01-25T04:27:13.432Z Compiling parking_lot_core v0.9.10
11952025-01-25T04:27:13.489Z Compiling futures-core v0.3.31
11962025-01-25T04:27:13.569Z Compiling signal-hook-registry v1.4.2
11972025-01-25T04:27:13.718Z Compiling mio v1.0.2
11982025-01-25T04:27:14.068Z Compiling aho-corasick v1.1.3
11992025-01-25T04:27:14.350Z Compiling parking_lot v0.12.3
12002025-01-25T04:27:14.487Z Compiling either v1.13.0
12012025-01-25T04:27:14.504Z Compiling regex-syntax v0.8.5
12022025-01-25T04:27:14.757Z Compiling cpufeatures v0.2.14
12032025-01-25T04:27:14.866Z Compiling stable_deref_trait v1.2.0
12042025-01-25T04:27:14.895Z Compiling lazy_static v1.5.0
12052025-01-25T04:27:14.986Z Compiling futures-sink v0.3.31
12062025-01-25T04:27:15.035Z Compiling glob v0.3.1
12072025-01-25T04:27:15.140Z Compiling socket2 v0.5.7
12082025-01-25T04:27:15.143Z Compiling slab v0.4.9
12092025-01-25T04:27:15.194Z Compiling prettyplease v0.2.25
12102025-01-25T04:27:15.563Z Compiling minimal-lexical v0.2.1
12112025-01-25T04:27:15.631Z Compiling serde_json v1.0.135
12122025-01-25T04:27:15.941Z Compiling clang-sys v1.8.1
12132025-01-25T04:27:15.992Z Compiling nom v7.1.3
12142025-01-25T04:27:16.091Z Compiling libloading v0.8.5
12152025-01-25T04:27:16.352Z Compiling home v0.5.9
12162025-01-25T04:27:16.476Z Compiling bindgen v0.69.5
12172025-01-25T04:27:16.631Z Compiling futures-channel v0.3.31
12182025-01-25T04:27:17.104Z Compiling itertools v0.12.1
12192025-01-25T04:27:17.123Z Compiling libm v0.2.8
12202025-01-25T04:27:17.444Z Compiling foldhash v0.1.3
12212025-01-25T04:27:17.464Z Compiling futures-io v0.3.31
12222025-01-25T04:27:17.752Z Compiling rustc-hash v1.1.0
12232025-01-25T04:27:17.774Z Compiling lazycell v1.3.0
12242025-01-25T04:27:17.914Z Compiling allocator-api2 v0.2.18
12252025-01-25T04:27:17.944Z Compiling pin-utils v0.1.0
12262025-01-25T04:27:18.047Z Compiling futures-task v0.3.31
12272025-01-25T04:27:18.342Z Compiling regex-automata v0.4.8
12282025-01-25T04:27:18.647Z Compiling hashbrown v0.15.1
12292025-01-25T04:27:19.120Z Compiling cmake v0.1.51
12302025-01-25T04:27:19.458Z Compiling cexpr v0.6.0
12312025-01-25T04:27:19.795Z Compiling synstructure v0.13.1
12322025-01-25T04:27:20.033Z Compiling num-traits v0.2.19
12332025-01-25T04:27:20.337Z Compiling pkg-config v0.3.31
12342025-01-25T04:27:20.929Z Compiling dunce v1.0.5
12352025-01-25T04:27:21.073Z Compiling fs_extra v1.3.0
12362025-01-25T04:27:21.395Z Compiling litemap v0.7.3
12372025-01-25T04:27:21.607Z Compiling writeable v0.5.5
12382025-01-25T04:27:21.677Z Compiling ring v0.17.8
12392025-01-25T04:27:21.786Z Compiling base64ct v1.6.0
12402025-01-25T04:27:22.157Z Compiling paste v1.0.15
12412025-01-25T04:27:22.598Z Compiling pem-rfc7468 v0.7.0
12422025-01-25T04:27:22.713Z Compiling icu_locid_transform_data v1.5.0
12432025-01-25T04:27:22.781Z Compiling flagset v0.4.6
12442025-01-25T04:27:22.821Z Compiling httparse v1.9.5
12452025-01-25T04:27:22.978Z Compiling aws-lc-rs v1.10.0
12462025-01-25T04:27:23.411Z Compiling tracing-core v0.1.32
12472025-01-25T04:27:23.539Z Compiling icu_properties_data v1.5.0
12482025-01-25T04:27:23.774Z Compiling regex v1.11.1
12492025-01-25T04:27:24.014Z Compiling crossbeam-utils v0.8.20
12502025-01-25T04:27:24.382Z Compiling rustls-pki-types v1.10.0
12512025-01-25T04:27:24.542Z Compiling percent-encoding v2.3.1
12522025-01-25T04:27:24.753Z Compiling utf16_iter v1.0.5
12532025-01-25T04:27:24.846Z Compiling write16 v1.0.0
12542025-01-25T04:27:24.970Z Compiling time-core v0.1.2
12552025-01-25T04:27:24.989Z Compiling powerfmt v0.2.0
12562025-01-25T04:27:25.187Z Compiling mirai-annotations v1.12.0
12572025-01-25T04:27:25.209Z Compiling num-conv v0.1.0
12582025-01-25T04:27:25.235Z Compiling serde_derive v1.0.217
12592025-01-25T04:27:25.302Z Compiling zeroize_derive v1.4.2
12602025-01-25T04:27:25.370Z Compiling zerocopy-derive v0.7.35
12612025-01-25T04:27:25.479Z Compiling zerofrom-derive v0.1.4
12622025-01-25T04:27:25.491Z Compiling tokio-macros v2.5.0
12632025-01-25T04:27:26.701Z Compiling zeroize v1.8.1
12642025-01-25T04:27:26.932Z Compiling yoke-derive v0.7.4
12652025-01-25T04:27:27.325Z Compiling zerocopy v0.7.35
12662025-01-25T04:27:27.358Z Compiling thiserror-impl v1.0.69
12672025-01-25T04:27:28.284Z Compiling crypto-common v0.1.6
12682025-01-25T04:27:28.541Z Compiling block-buffer v0.10.4
12692025-01-25T04:27:28.572Z Compiling zerovec-derive v0.10.3
12702025-01-25T04:27:28.641Z Compiling displaydoc v0.2.5
12712025-01-25T04:27:28.870Z Compiling digest v0.10.7
12722025-01-25T04:27:28.904Z Compiling zerofrom v0.1.4
12732025-01-25T04:27:29.379Z Compiling futures-macro v0.3.31
12742025-01-25T04:27:29.433Z Compiling block-padding v0.3.3
12752025-01-25T04:27:29.433Z Compiling hmac v0.12.1
12762025-01-25T04:27:29.477Z Compiling inout v0.1.3
12772025-01-25T04:27:29.551Z Compiling sha2 v0.10.8
12782025-01-25T04:27:29.607Z Compiling yoke v0.7.4
12792025-01-25T04:27:29.755Z Compiling cipher v0.4.4
12802025-01-25T04:27:30.094Z Compiling icu_provider_macros v1.5.0
12812025-01-25T04:27:30.203Z Compiling ppv-lite86 v0.2.20
12822025-01-25T04:27:30.317Z Compiling der_derive v0.7.3
12832025-01-25T04:27:30.349Z Compiling thiserror v1.0.69
12842025-01-25T04:27:30.497Z Compiling tracing-attributes v0.1.27
12852025-01-25T04:27:30.983Z Compiling futures-util v0.3.31
12862025-01-25T04:27:31.015Z Compiling rand_chacha v0.3.1
12872025-01-25T04:27:31.037Z Compiling pest v2.7.14
12882025-01-25T04:27:31.090Z Compiling zerovec v0.10.4
12892025-01-25T04:27:32.608Z Compiling der v0.7.9
12902025-01-25T04:27:33.095Z Compiling tinystr v0.7.6
12912025-01-25T04:27:33.116Z Compiling icu_collections v1.5.0
12922025-01-25T04:27:33.430Z Compiling rand v0.8.5
12932025-01-25T04:27:33.504Z Compiling icu_locid v1.5.0
12942025-01-25T04:27:33.803Z Compiling tracing v0.1.40
12952025-01-25T04:27:34.143Z Compiling salsa20 v0.10.2
12962025-01-25T04:27:34.285Z Compiling pbkdf2 v0.12.2
12972025-01-25T04:27:34.388Z Compiling untrusted v0.9.0
12982025-01-25T04:27:34.551Z Compiling icu_normalizer_data v1.5.0
12992025-01-25T04:27:34.561Z Compiling spki v0.7.3
13002025-01-25T04:27:34.588Z Compiling icu_provider v1.5.0
13012025-01-25T04:27:34.612Z Compiling untrusted v0.7.1
13022025-01-25T04:27:34.816Z Compiling vcpkg v0.2.15
13032025-01-25T04:27:34.879Z Compiling utf8_iter v1.0.4
13042025-01-25T04:27:35.260Z Compiling scrypt v0.11.0
13052025-01-25T04:27:35.654Z Compiling icu_locid_transform v1.5.0
13062025-01-25T04:27:35.664Z Compiling pest_meta v2.7.14
13072025-01-25T04:27:35.664Z Compiling cbc v0.1.2
13082025-01-25T04:27:35.815Z Compiling aes v0.8.4
13092025-01-25T04:27:35.905Z Compiling time-macros v0.2.18
13102025-01-25T04:27:36.478Z Compiling deranged v0.3.11
13112025-01-25T04:27:36.771Z Compiling openssl-sys v0.9.103
13122025-01-25T04:27:37.942Z Compiling icu_properties v1.5.1
13132025-01-25T04:27:38.021Z Compiling scroll_derive v0.12.0
13142025-01-25T04:27:38.389Z Compiling bitflags v2.6.0
13152025-01-25T04:27:38.577Z Compiling bytes v1.9.0
13162025-01-25T04:27:38.956Z Compiling indexmap v2.7.0
13172025-01-25T04:27:39.098Z Compiling semver v1.0.24
13182025-01-25T04:27:39.297Z Compiling atomic-waker v1.1.2
13192025-01-25T04:27:39.498Z Compiling tokio v1.43.0
13202025-01-25T04:27:39.744Z Compiling http v1.2.0
13212025-01-25T04:27:39.780Z Compiling rustc_version v0.4.1
13222025-01-25T04:27:40.207Z Compiling num_threads v0.1.7
13232025-01-25T04:27:40.261Z Compiling tinyvec_macros v0.1.1
13242025-01-25T04:27:40.282Z Compiling time v0.3.36
13252025-01-25T04:27:40.371Z Compiling tinyvec v1.8.0
13262025-01-25T04:27:40.537Z Compiling scroll v0.12.0
13272025-01-25T04:27:41.156Z Compiling pest_generator v2.7.14
13282025-01-25T04:27:41.446Z Compiling icu_normalizer v1.5.0
13292025-01-25T04:27:41.929Z Compiling http-body v1.0.1
13302025-01-25T04:27:41.976Z Compiling pkcs5 v0.7.1
13312025-01-25T04:27:42.174Z Compiling form_urlencoded v1.2.1
13322025-01-25T04:27:42.439Z Compiling which v4.4.2
13332025-01-25T04:27:42.475Z Compiling idna_adapter v1.2.0
13342025-01-25T04:27:42.896Z Compiling try-lock v0.2.5
13352025-01-25T04:27:43.068Z Compiling slog v2.7.0
13362025-01-25T04:27:43.100Z Compiling goblin v0.8.2
13372025-01-25T04:27:43.123Z Compiling pest_derive v2.7.14
13382025-01-25T04:27:43.226Z Compiling want v0.3.1
13392025-01-25T04:27:43.552Z Compiling idna v1.0.3
13402025-01-25T04:27:43.557Z Compiling pkcs8 v0.10.2
13412025-01-25T04:27:43.635Z Compiling uuid v1.12.0
13422025-01-25T04:27:43.908Z Compiling iana-time-zone v0.1.61
13432025-01-25T04:27:44.206Z Compiling httpdate v1.0.3
13442025-01-25T04:27:44.299Z Compiling chrono v0.4.39
13452025-01-25T04:27:44.672Z Compiling dtrace-parser v0.2.0
13462025-01-25T04:27:45.036Z Compiling serde_spanned v0.6.8
13472025-01-25T04:27:45.210Z Compiling serde_tokenstream v0.2.2
13482025-01-25T04:27:45.294Z Compiling toml_datetime v0.6.8
13492025-01-25T04:27:45.643Z Compiling match_cfg v0.1.0
13502025-01-25T04:27:45.775Z Compiling tower-service v0.3.3
13512025-01-25T04:27:45.795Z Compiling rustversion v1.0.17
13522025-01-25T04:27:45.817Z Compiling adler2 v2.0.0
13532025-01-25T04:27:45.887Z Compiling openssl v0.10.66
13542025-01-25T04:27:46.034Z Compiling foreign-types-shared v0.1.1
13552025-01-25T04:27:46.162Z Compiling base64 v0.22.1
13562025-01-25T04:27:46.337Z Compiling foreign-types v0.3.2
13572025-01-25T04:27:46.434Z Compiling miniz_oxide v0.8.0
13582025-01-25T04:27:46.525Z Compiling hostname v0.3.1
13592025-01-25T04:27:46.651Z Compiling url v2.5.3
13602025-01-25T04:27:46.876Z Compiling async-trait v0.1.83
13612025-01-25T04:27:47.729Z Compiling tokio-util v0.7.12
13622025-01-25T04:27:47.885Z Compiling openssl-macros v0.1.1
13632025-01-25T04:27:47.999Z Compiling serde_derive_internals v0.29.1
13642025-01-25T04:27:48.461Z Compiling dirs-sys-next v0.1.2
13652025-01-25T04:27:48.616Z Compiling rustls v0.23.19
13662025-01-25T04:27:48.899Z Compiling h2 v0.4.6
13672025-01-25T04:27:48.973Z Compiling dof v0.3.0
13682025-01-25T04:27:48.994Z Compiling rustls v0.22.4
13692025-01-25T04:27:49.254Z Compiling syn v1.0.109
13702025-01-25T04:27:49.275Z Compiling siphasher v0.3.11
13712025-01-25T04:27:49.662Z Compiling data-encoding v2.6.0
13722025-01-25T04:27:49.851Z Compiling usdt-impl v0.5.0
13732025-01-25T04:27:50.319Z Compiling native-tls v0.2.12
13742025-01-25T04:27:50.668Z Compiling schemars v0.8.21
13752025-01-25T04:27:50.866Z Compiling schemars_derive v0.8.21
13762025-01-25T04:27:51.137Z Compiling dirs-next v2.0.0
13772025-01-25T04:27:51.758Z Compiling http-body-util v0.1.2
13782025-01-25T04:27:52.253Z Compiling unicode-normalization v0.1.24
13792025-01-25T04:27:52.533Z Compiling heapless v0.7.17
13802025-01-25T04:27:52.610Z Compiling crossbeam-epoch v0.9.18
13812025-01-25T04:27:52.970Z Compiling signature v2.2.0
13822025-01-25T04:27:53.008Z Compiling sha1 v0.10.6
13832025-01-25T04:27:53.260Z Compiling bzip2-sys v0.1.11+1.0.8
13842025-01-25T04:27:53.285Z Compiling thread_local v1.1.8
13852025-01-25T04:27:53.323Z Compiling multer v3.1.0
13862025-01-25T04:27:53.422Z Compiling cookie v0.18.1
13872025-01-25T04:27:53.613Z Compiling encoding_rs v0.8.34
13882025-01-25T04:27:53.725Z Compiling signal-hook v0.3.17
13892025-01-25T04:27:53.746Z Compiling dyn-clone v1.0.17
13902025-01-25T04:27:53.752Z Compiling mime v0.3.17
13912025-01-25T04:27:53.863Z Compiling unicode-bidi v0.3.17
13922025-01-25T04:27:53.977Z Compiling ipnet v2.10.1
13932025-01-25T04:27:53.996Z Compiling unicode-properties v0.1.3
13942025-01-25T04:27:54.266Z Compiling rayon-core v1.12.1
13952025-01-25T04:27:54.410Z Compiling slog-async v2.8.0
13962025-01-25T04:27:54.547Z Compiling gimli v0.31.1
13972025-01-25T04:27:54.892Z Compiling openssl-probe v0.1.5
13982025-01-25T04:27:55.082Z Compiling toml_edit v0.22.22
13992025-01-25T04:27:55.178Z Compiling stringprep v0.1.5
14002025-01-25T04:27:56.287Z Compiling hyper v1.5.2
14012025-01-25T04:27:58.750Z Compiling hyper-util v0.1.10
14022025-01-25T04:27:58.995Z Compiling addr2line v0.24.2
14032025-01-25T04:27:59.144Z Compiling crossbeam-deque v0.8.5
14042025-01-25T04:27:59.484Z Compiling usdt-macro v0.5.0
14052025-01-25T04:27:59.510Z Compiling usdt-attr-macro v0.5.0
14062025-01-25T04:27:59.666Z Compiling term v0.7.0
14072025-01-25T04:28:00.156Z Compiling slog-json v2.6.1
14082025-01-25T04:28:00.518Z Compiling serde_urlencoded v0.7.1
14092025-01-25T04:28:00.947Z Compiling curve25519-dalek v4.1.3
14102025-01-25T04:28:00.978Z Compiling crossbeam-channel v0.5.13
14112025-01-25T04:28:00.995Z Compiling futures-executor v0.3.31
14122025-01-25T04:28:01.032Z Compiling enum-as-inner v0.6.1
14132025-01-25T04:28:01.516Z Compiling md-5 v0.10.6
14142025-01-25T04:28:01.552Z Compiling async-stream-impl v0.3.6
14152025-01-25T04:28:01.621Z Compiling rustls-pemfile v2.2.0
14162025-01-25T04:28:01.799Z Compiling num-integer v0.1.46
14172025-01-25T04:28:01.965Z Compiling hash32 v0.2.1
14182025-01-25T04:28:02.004Z Compiling ff v0.13.0
14192025-01-25T04:28:02.104Z Compiling is-terminal v0.4.13
14202025-01-25T04:28:02.246Z Compiling dropshot v0.12.0
14212025-01-25T04:28:02.249Z Compiling object v0.36.5
14222025-01-25T04:28:02.334Z Compiling base16ct v0.2.0
14232025-01-25T04:28:02.454Z Compiling psl-types v2.0.11
14242025-01-25T04:28:02.623Z Compiling litrs v0.4.1
14252025-01-25T04:28:02.627Z Compiling fallible-iterator v0.2.0
14262025-01-25T04:28:02.646Z Compiling quick-error v1.2.3
14272025-01-25T04:28:02.671Z Compiling take_mut v0.2.2
14282025-01-25T04:28:02.793Z Compiling anyhow v1.0.95
14292025-01-25T04:28:02.818Z Compiling portable-atomic v1.9.0
14302025-01-25T04:28:02.839Z Compiling linked-hash-map v0.5.6
14312025-01-25T04:28:03.186Z Compiling num-bigint-dig v0.8.4
14322025-01-25T04:28:03.219Z Compiling smoltcp v0.9.1
14332025-01-25T04:28:03.415Z Compiling utf-8 v0.7.6
14342025-01-25T04:28:03.484Z Compiling rustc-demangle v0.1.24
14352025-01-25T04:28:03.723Z Compiling document-features v0.2.10
14362025-01-25T04:28:03.751Z Compiling tungstenite v0.24.0
14372025-01-25T04:28:03.921Z Compiling postgres-protocol v0.6.7
14382025-01-25T04:28:04.294Z Compiling lru-cache v0.1.2
14392025-01-25T04:28:04.498Z Compiling async-stream v0.3.6
14402025-01-25T04:28:04.826Z Compiling resolv-conf v0.7.0
14412025-01-25T04:28:04.831Z Compiling publicsuffix v2.3.0
14422025-01-25T04:28:05.167Z Compiling sec1 v0.7.3
14432025-01-25T04:28:05.221Z Compiling num-iter v0.1.45
14442025-01-25T04:28:05.455Z Compiling slog-term v2.9.1
14452025-01-25T04:28:05.541Z Compiling group v0.13.0
14462025-01-25T04:28:05.732Z Compiling usdt v0.5.0
14472025-01-25T04:28:05.939Z Compiling hickory-proto v0.24.2
14482025-01-25T04:28:06.007Z Compiling futures v0.3.31
14492025-01-25T04:28:06.136Z Compiling slog-bunyan v2.5.0
14502025-01-25T04:28:06.658Z Compiling toml v0.8.19
14512025-01-25T04:28:07.369Z Compiling tokio-native-tls v0.3.1
14522025-01-25T04:28:07.661Z Compiling camino v1.1.9
14532025-01-25T04:28:07.915Z Compiling phf_shared v0.11.2
14542025-01-25T04:28:08.246Z Compiling dropshot_endpoint v0.12.0
14552025-01-25T04:28:08.283Z Compiling terminal_size v0.4.0
14562025-01-25T04:28:08.409Z Compiling openapiv3 v2.0.0
14572025-01-25T04:28:08.507Z Compiling waitgroup v0.1.2
14582025-01-25T04:28:08.545Z Compiling serde_path_to_error v0.1.16
14592025-01-25T04:28:08.744Z Compiling hkdf v0.12.4
14602025-01-25T04:28:09.016Z Compiling backtrace v0.3.74
14612025-01-25T04:28:09.321Z Compiling crypto-bigint v0.5.5
14622025-01-25T04:28:09.405Z Compiling zerocopy-derive v0.6.6
14632025-01-25T04:28:11.462Z Compiling curve25519-dalek-derive v0.1.1
14642025-01-25T04:28:12.053Z Compiling webpki-roots v0.26.6
14652025-01-25T04:28:12.277Z Compiling hostname v0.4.0
14662025-01-25T04:28:12.398Z Compiling hubpack_derive v0.1.1
14672025-01-25T04:28:12.504Z Compiling fs-err v2.11.0
14682025-01-25T04:28:12.524Z Compiling crc32fast v1.4.2
14692025-01-25T04:28:12.544Z Compiling ahash v0.8.11
14702025-01-25T04:28:12.787Z Compiling winnow v0.5.40
14712025-01-25T04:28:12.849Z Compiling bitflags v1.3.2
14722025-01-25T04:28:12.876Z Compiling managed v0.8.0
14732025-01-25T04:28:12.879Z Compiling debug-ignore v1.0.5
14742025-01-25T04:28:12.960Z Compiling newtype-uuid v1.2.1
14752025-01-25T04:28:13.031Z Compiling clap_builder v4.5.21
14762025-01-25T04:28:13.253Z Compiling hubpack v0.1.2
14772025-01-25T04:28:13.353Z Compiling strum_macros v0.25.3
14782025-01-25T04:28:15.219Z Compiling console v0.15.8
14792025-01-25T04:28:15.309Z Compiling flate2 v1.0.35
14802025-01-25T04:28:15.404Z Compiling elliptic-curve v0.13.8
14812025-01-25T04:28:16.235Z Compiling toml_edit v0.19.15
14822025-01-25T04:28:16.237Z Compiling zerocopy v0.6.6
14832025-01-25T04:28:16.255Z Compiling hickory-resolver v0.24.2
14842025-01-25T04:28:16.977Z Compiling phf v0.11.2
14852025-01-25T04:28:17.188Z Compiling signal-hook-mio v0.2.4
14862025-01-25T04:28:17.265Z Compiling hyper-tls v0.6.0
14872025-01-25T04:28:17.369Z Compiling rayon v1.10.0
14882025-01-25T04:28:17.409Z Compiling cookie_store v0.21.1
14892025-01-25T04:28:17.682Z Compiling bzip2 v0.4.4
14902025-01-25T04:28:18.893Z Compiling tokio-tungstenite v0.24.0
14912025-01-25T04:28:19.433Z Compiling postgres-types v0.2.8
14922025-01-25T04:28:21.407Z Compiling ed25519 v2.2.3
14932025-01-25T04:28:21.784Z Compiling phf_shared v0.10.0
14942025-01-25T04:28:21.830Z Compiling tokio-stream v0.1.16
14952025-01-25T04:28:22.073Z Compiling pkcs1 v0.7.5
14962025-01-25T04:28:22.139Z Compiling serde-big-array v0.5.1
14972025-01-25T04:28:22.160Z Compiling clap_derive v4.5.18
14982025-01-25T04:28:22.376Z Compiling rfc6979 v0.4.0
14992025-01-25T04:28:22.585Z Compiling derive-where v1.2.7
15002025-01-25T04:28:22.878Z Compiling serde_repr v0.1.19
15012025-01-25T04:28:23.002Z Compiling float-cmp v0.9.0
15022025-01-25T04:28:23.247Z Compiling bstr v1.10.0
15032025-01-25T04:28:23.272Z Compiling sync_wrapper v1.0.1
15042025-01-25T04:28:23.368Z Compiling fixedbitset v0.4.2
15052025-01-25T04:28:23.426Z Compiling unicode-segmentation v1.12.0
15062025-01-25T04:28:23.882Z Compiling new_debug_unreachable v1.0.6
15072025-01-25T04:28:23.991Z Compiling normalize-line-endings v0.3.0
15082025-01-25T04:28:24.006Z Compiling whoami v1.5.2
15092025-01-25T04:28:24.074Z Compiling precomputed-hash v0.1.1
15102025-01-25T04:28:24.210Z Compiling static_assertions v1.1.0
15112025-01-25T04:28:24.273Z Compiling number_prefix v0.4.0
15122025-01-25T04:28:24.325Z Compiling bit-vec v0.6.3
15132025-01-25T04:28:24.518Z Compiling predicates-core v1.0.8
15142025-01-25T04:28:24.560Z Compiling unicode-width v0.2.0
15152025-01-25T04:28:24.749Z Compiling difflib v0.4.0
15162025-01-25T04:28:24.793Z Compiling bit-set v0.5.3
15172025-01-25T04:28:24.835Z Compiling tokio-postgres v0.7.12
15182025-01-25T04:28:25.105Z Compiling indicatif v0.17.9
15192025-01-25T04:28:25.121Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15202025-01-25T04:28:25.770Z Compiling predicates v3.1.2
15212025-01-25T04:28:26.256Z Compiling string_cache v0.8.7
15222025-01-25T04:28:26.665Z Compiling similar v2.6.0
15232025-01-25T04:28:26.864Z Compiling clap v4.5.21
15242025-01-25T04:28:26.992Z Compiling petgraph v0.6.5
15252025-01-25T04:28:27.104Z Compiling ecdsa v0.16.9
15262025-01-25T04:28:27.493Z Compiling rsa v0.9.6
15272025-01-25T04:28:27.914Z Compiling ed25519-dalek v2.1.1
15282025-01-25T04:28:28.814Z Compiling toml v0.7.8
15292025-01-25T04:28:29.211Z Compiling zip v0.6.6
15302025-01-25T04:28:30.375Z Compiling crossterm v0.28.1
15312025-01-25T04:28:30.987Z Compiling hex v0.4.3
15322025-01-25T04:28:31.182Z Compiling x509-cert v0.2.5
15332025-01-25T04:28:31.427Z Compiling itertools v0.10.5
15342025-01-25T04:28:31.512Z Compiling lalrpop-util v0.19.12
15352025-01-25T04:28:31.582Z Compiling peg-runtime v0.8.3
15362025-01-25T04:28:31.954Z Compiling unicode-xid v0.2.6
15372025-01-25T04:28:32.083Z Compiling strum_macros v0.26.4
15382025-01-25T04:28:32.105Z Compiling xattr v1.3.1
15392025-01-25T04:28:32.172Z Compiling filetime v0.2.25
15402025-01-25T04:28:32.480Z Compiling tar v0.4.42
15412025-01-25T04:28:36.828Z Compiling strum v0.26.3
15422025-01-25T04:28:40.214Z Compiling aws-lc-sys v0.22.0
15432025-01-25T04:29:08.003Z Compiling rustls-webpki v0.102.8
15442025-01-25T04:29:11.268Z Compiling tokio-rustls v0.25.0
15452025-01-25T04:29:12.983Z Compiling tokio-rustls v0.26.0
15462025-01-25T04:29:13.291Z Compiling hyper-rustls v0.27.3
15472025-01-25T04:29:13.603Z Compiling reqwest v0.12.9
15482025-01-25T04:29:15.003Z Compiling qorb v0.2.1
15492025-01-25T04:29:18.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15502025-01-25T04:29:18.357Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15512025-01-25T04:29:22.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15522025-01-25T04:29:23.020Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15532025-01-25T04:29:23.297ZJan 25 04:29:21.248 INFO Starting download, target: Clickhouse
15542025-01-25T04:29:23.297ZJan 25 04:29:21.248 INFO Starting download, target: Console
15552025-01-25T04:29:23.297ZJan 25 04:29:21.248 INFO Starting download, target: DendriteOpenapi
15562025-01-25T04:29:23.297ZJan 25 04:29:21.248 INFO Starting download, target: Cockroach
15572025-01-25T04:29:23.298ZJan 25 04:29:21.248 INFO Starting download, target: DendriteStub
15582025-01-25T04:29:23.390ZJan 25 04:29:21.248 INFO Starting download, target: MaghemiteMgd
15592025-01-25T04:29:23.390ZJan 25 04:29:21.248 INFO Starting download, target: TransceiverControl
15602025-01-25T04:29:23.390ZJan 25 04:29:21.249 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15612025-01-25T04:29:23.391ZJan 25 04:29:21.249 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15622025-01-25T04:29:23.391ZJan 25 04:29:21.249 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15632025-01-25T04:29:23.391ZJan 25 04:29:21.249 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15642025-01-25T04:29:23.391ZJan 25 04:29:21.249 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15652025-01-25T04:29:23.391ZJan 25 04:29:21.249 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15662025-01-25T04:29:23.391ZJan 25 04:29:21.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15672025-01-25T04:29:23.474ZJan 25 04:29:21.642 INFO Download complete, target: DendriteOpenapi
15682025-01-25T04:29:23.591ZJan 25 04:29:21.761 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15692025-01-25T04:29:23.900ZJan 25 04:29:22.065 INFO Download complete, target: Console
15702025-01-25T04:29:24.204ZJan 25 04:29:22.365 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15712025-01-25T04:29:24.670ZJan 25 04:29:22.870 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15722025-01-25T04:29:24.795ZJan 25 04:29:22.994 INFO Download complete, target: TransceiverControl
15732025-01-25T04:29:24.852ZJan 25 04:29:23.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15742025-01-25T04:29:24.935ZJan 25 04:29:23.124 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15752025-01-25T04:29:25.868ZJan 25 04:29:24.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15762025-01-25T04:29:25.868ZJan 25 04:29:24.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15772025-01-25T04:29:27.702ZJan 25 04:29:25.920 INFO Download complete, target: MaghemiteMgd
15782025-01-25T04:29:27.789ZJan 25 04:29:26.007 INFO Download complete, target: DendriteStub
15792025-01-25T04:29:33.273ZJan 25 04:29:31.490 INFO Checking that binary works, target: Cockroach
15802025-01-25T04:29:33.442ZJan 25 04:29:31.660 INFO Download complete, target: Cockroach
15812025-01-25T04:29:37.731ZJan 25 04:29:35.948 INFO Checking that binary works, target: Clickhouse
15822025-01-25T04:29:37.902ZJan 25 04:29:36.118 INFO Download complete, target: Clickhouse
15832025-01-25T04:29:37.909ZAll prerequisites installed successfully
15842025-01-25T04:29:37.911Z
15852025-01-25T04:29:37.911Zreal 6:51.511335756
15862025-01-25T04:29:37.911Zuser 15:53.961074953
15872025-01-25T04:29:37.911Zsys 2:04.564100908
15882025-01-25T04:29:37.911Ztrap 0.573536413
15892025-01-25T04:29:37.911Ztflt 1.386834004
15902025-01-25T04:29:37.912Zdflt 1.685703923
15912025-01-25T04:29:37.912Zkflt 0.019495275
15922025-01-25T04:29:37.912Zlock 25:11.158889148
15932025-01-25T04:29:37.912Zslp 59:28.994291257
15942025-01-25T04:29:37.912Zlat 1:01.324367710
15952025-01-25T04:29:37.912Zstop 2:26.283185645
15962025-01-25T04:29:37.912Z+ ptime -m cargo xtask download softnpu
15972025-01-25T04:29:38.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15982025-01-25T04:29:38.464Z Running `target/debug/xtask download softnpu`
15992025-01-25T04:29:39.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16002025-01-25T04:29:39.332Z Running `target/debug/xtask-downloader softnpu`
16012025-01-25T04:29:39.369ZJan 25 04:29:37.585 INFO Starting download, target: Softnpu
16022025-01-25T04:29:39.371ZJan 25 04:29:37.586 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16032025-01-25T04:29:39.781ZJan 25 04:29:37.997 INFO Download complete, target: Softnpu
16042025-01-25T04:29:39.784Z
16052025-01-25T04:29:39.786Zreal 1.867476415
16062025-01-25T04:29:39.786Zuser 1.246402603
16072025-01-25T04:29:39.787Zsys 0.538665199
16082025-01-25T04:29:39.787Ztrap 0.001335657
16092025-01-25T04:29:39.787Ztflt 0.000057022
16102025-01-25T04:29:39.787Zdflt 0.000080519
16112025-01-25T04:29:39.787Zkflt 0.000000000
16122025-01-25T04:29:39.787Zlock 4.139783269
16132025-01-25T04:29:39.787Zslp 0.264837473
16142025-01-25T04:29:39.787Zlat 0.088014817
16152025-01-25T04:29:39.787Zstop 0.000165522
16162025-01-25T04:29:39.787Z+ export CARGO_INCREMENTAL=0
16172025-01-25T04:29:39.787Z+ CARGO_INCREMENTAL=0
16182025-01-25T04:29:39.787Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16192025-01-25T04:29:40.757Z Compiling proc-macro2 v1.0.92
16202025-01-25T04:29:40.758Z Compiling unicode-ident v1.0.14
16212025-01-25T04:29:40.760Z Compiling libc v0.2.169
16222025-01-25T04:29:40.760Z Compiling serde v1.0.217
16232025-01-25T04:29:40.760Z Compiling autocfg v1.4.0
16242025-01-25T04:29:40.760Z Compiling version_check v0.9.5
16252025-01-25T04:29:40.760Z Compiling cfg-if v1.0.0
16262025-01-25T04:29:40.994Z Compiling memchr v2.7.4
16272025-01-25T04:29:41.016Z Compiling typenum v1.17.0
16282025-01-25T04:29:41.155Z Compiling shlex v1.3.0
16292025-01-25T04:29:41.459Z Compiling value-bag v1.9.0
16302025-01-25T04:29:41.477Z Compiling scopeguard v1.2.0
16312025-01-25T04:29:41.588Z Compiling lock_api v0.4.12
16322025-01-25T04:29:41.634Z Compiling generic-array v0.14.7
16332025-01-25T04:29:41.844Z Compiling log v0.4.22
16342025-01-25T04:29:41.950Z Compiling parking_lot_core v0.9.10
16352025-01-25T04:29:42.334Z Compiling serde_json v1.0.135
16362025-01-25T04:29:42.352Z Compiling once_cell v1.20.2
16372025-01-25T04:29:42.525Z Compiling rustix v0.38.37
16382025-01-25T04:29:42.553Z Compiling libm v0.2.8
16392025-01-25T04:29:42.639Z Compiling quote v1.0.38
16402025-01-25T04:29:42.731Z Compiling jobserver v0.1.32
16412025-01-25T04:29:42.804Z Compiling getrandom v0.2.15
16422025-01-25T04:29:43.060Z Compiling syn v2.0.96
16432025-01-25T04:29:43.153Z Compiling cc v1.1.30
16442025-01-25T04:29:43.174Z Compiling aho-corasick v1.1.3
16452025-01-25T04:29:43.176Z Compiling num-traits v0.2.19
16462025-01-25T04:29:43.212Z Compiling regex-syntax v0.8.5
16472025-01-25T04:29:43.231Z Compiling thiserror v1.0.69
16482025-01-25T04:29:43.427Z Compiling either v1.13.0
16492025-01-25T04:29:43.480Z Compiling itoa v1.0.11
16502025-01-25T04:29:43.712Z Compiling spin v0.9.8
16512025-01-25T04:29:43.966Z Compiling slab v0.4.9
16522025-01-25T04:29:44.239Z Compiling errno v0.3.9
16532025-01-25T04:29:44.286Z Compiling byteorder v1.5.0
16542025-01-25T04:29:44.538Z Compiling lazy_static v1.5.0
16552025-01-25T04:29:44.637Z Compiling rand_core v0.6.4
16562025-01-25T04:29:44.755Z Compiling glob v0.3.1
16572025-01-25T04:29:45.224Z Compiling prettyplease v0.2.25
16582025-01-25T04:29:45.483Z Compiling clang-sys v1.8.1
16592025-01-25T04:29:45.582Z Compiling minimal-lexical v0.2.1
16602025-01-25T04:29:46.007Z Compiling nom v7.1.3
16612025-01-25T04:29:46.117Z Compiling libloading v0.8.5
16622025-01-25T04:29:46.167Z Compiling smallvec v1.13.2
16632025-01-25T04:29:46.244Z Compiling subtle v2.6.1
16642025-01-25T04:29:46.459Z Compiling bindgen v0.69.5
16652025-01-25T04:29:46.548Z Compiling home v0.5.9
16662025-01-25T04:29:46.781Z Compiling itertools v0.12.1
16672025-01-25T04:29:46.886Z Compiling regex-automata v0.4.8
16682025-01-25T04:29:47.008Z Compiling lazycell v1.3.0
16692025-01-25T04:29:47.160Z Compiling allocator-api2 v0.2.18
16702025-01-25T04:29:47.163Z Compiling rustc-hash v1.1.0
16712025-01-25T04:29:47.638Z Compiling cmake v0.1.51
16722025-01-25T04:29:48.110Z Compiling fs_extra v1.3.0
16732025-01-25T04:29:48.403Z Compiling dunce v1.0.5
16742025-01-25T04:29:48.549Z Compiling semver v1.0.24
16752025-01-25T04:29:48.886Z Compiling pkg-config v0.3.31
16762025-01-25T04:29:48.975Z Compiling cexpr v0.6.0
16772025-01-25T04:29:49.577Z Compiling ring v0.17.8
16782025-01-25T04:29:49.808Z Compiling pin-project-lite v0.2.14
16792025-01-25T04:29:49.963Z Compiling ryu v1.0.18
16802025-01-25T04:29:49.990Z Compiling paste v1.0.15
16812025-01-25T04:29:50.342Z Compiling synstructure v0.13.1
16822025-01-25T04:29:50.466Z Compiling aws-lc-rs v1.10.0
16832025-01-25T04:29:50.541Z Compiling httparse v1.9.5
16842025-01-25T04:29:50.855Z Compiling const-oid v0.9.6
16852025-01-25T04:29:51.216Z Compiling schemars v0.8.21
16862025-01-25T04:29:51.223Z Compiling fnv v1.0.7
16872025-01-25T04:29:51.458Z Compiling serde_derive_internals v0.29.1
16882025-01-25T04:29:51.609Z Compiling equivalent v1.0.1
16892025-01-25T04:29:51.744Z Compiling foldhash v0.1.3
16902025-01-25T04:29:52.038Z Compiling hashbrown v0.15.1
16912025-01-25T04:29:52.242Z Compiling regex v1.11.1
16922025-01-25T04:29:52.849Z Compiling signal-hook-registry v1.4.2
16932025-01-25T04:29:53.170Z Compiling heck v0.5.0
16942025-01-25T04:29:53.254Z Compiling parking_lot v0.12.3
16952025-01-25T04:29:53.438Z Compiling mio v1.0.2
16962025-01-25T04:29:53.689Z Compiling stable_deref_trait v1.2.0
16972025-01-25T04:29:54.802Z Compiling socket2 v0.5.7
16982025-01-25T04:29:54.819Z Compiling serde_derive v1.0.217
16992025-01-25T04:29:54.964Z Compiling zeroize_derive v1.4.2
17002025-01-25T04:29:55.317Z Compiling zerocopy-derive v0.7.35
17012025-01-25T04:29:55.701Z Compiling thiserror-impl v1.0.69
17022025-01-25T04:29:55.922Z Compiling tokio-macros v2.5.0
17032025-01-25T04:29:56.287Z Compiling zeroize v1.8.1
17042025-01-25T04:29:56.487Z Compiling zerofrom-derive v0.1.4
17052025-01-25T04:29:56.618Z Compiling yoke-derive v0.7.4
17062025-01-25T04:29:56.724Z Compiling zerovec-derive v0.10.3
17072025-01-25T04:29:56.744Z Compiling futures-macro v0.3.31
17082025-01-25T04:29:57.133Z Compiling displaydoc v0.2.5
17092025-01-25T04:29:58.356Z Compiling zerocopy v0.7.35
17102025-01-25T04:29:58.477Z Compiling crypto-common v0.1.6
17112025-01-25T04:29:58.647Z Compiling icu_provider_macros v1.5.0
17122025-01-25T04:29:58.673Z Compiling tracing-attributes v0.1.27
17132025-01-25T04:29:58.933Z Compiling schemars_derive v0.8.21
17142025-01-25T04:29:59.016Z Compiling block-buffer v0.10.4
17152025-01-25T04:29:59.276Z Compiling digest v0.10.7
17162025-01-25T04:29:59.726Z Compiling num-conv v0.1.0
17172025-01-25T04:29:59.747Z Compiling futures-core v0.3.31
17182025-01-25T04:29:59.911Z Compiling time-core v0.1.2
17192025-01-25T04:30:00.008Z Compiling crossbeam-utils v0.8.20
17202025-01-25T04:30:00.123Z Compiling time-macros v0.2.18
17212025-01-25T04:30:00.384Z Compiling der_derive v0.7.3
17222025-01-25T04:30:00.557Z Compiling vcpkg v0.2.15
17232025-01-25T04:30:02.031Z Compiling openssl-sys v0.9.103
17242025-01-25T04:30:02.839Z Compiling syn v1.0.109
17252025-01-25T04:30:03.108Z Compiling futures-sink v0.3.31
17262025-01-25T04:30:03.166Z Compiling cpufeatures v0.2.14
17272025-01-25T04:30:03.265Z Compiling slog v2.7.0
17282025-01-25T04:30:03.732Z Compiling ahash v0.8.11
17292025-01-25T04:30:03.932Z Compiling zerofrom v0.1.4
17302025-01-25T04:30:04.180Z Compiling iana-time-zone v0.1.61
17312025-01-25T04:30:04.217Z Compiling yoke v0.7.4
17322025-01-25T04:30:04.583Z Compiling futures-channel v0.3.31
17332025-01-25T04:30:04.602Z Compiling scroll_derive v0.12.0
17342025-01-25T04:30:04.874Z Compiling futures-task v0.3.31
17352025-01-25T04:30:04.985Z Compiling futures-io v0.3.31
17362025-01-25T04:30:05.104Z Compiling openssl v0.10.66
17372025-01-25T04:30:05.160Z Compiling pin-utils v0.1.0
17382025-01-25T04:30:05.278Z Compiling ucd-trie v0.1.7
17392025-01-25T04:30:05.358Z Compiling futures-util v0.3.31
17402025-01-25T04:30:05.507Z Compiling zerovec v0.10.4
17412025-01-25T04:30:05.724Z Compiling pest v2.7.14
17422025-01-25T04:30:06.363Z Compiling hmac v0.12.1
17432025-01-25T04:30:06.776Z Compiling bitflags v2.6.0
17442025-01-25T04:30:07.106Z Compiling bytes v1.9.0
17452025-01-25T04:30:08.685Z Compiling indexmap v2.7.0
17462025-01-25T04:30:08.963Z Compiling tokio v1.43.0
17472025-01-25T04:30:09.902Z Compiling serde_tokenstream v0.2.2
17482025-01-25T04:30:10.449Z Compiling uuid v1.12.0
17492025-01-25T04:30:10.462Z Compiling http v1.2.0
17502025-01-25T04:30:11.553Z Compiling which v4.4.2
17512025-01-25T04:30:11.770Z Compiling chrono v0.4.39
17522025-01-25T04:30:12.142Z Compiling rustc_version v0.4.1
17532025-01-25T04:30:14.653Z Compiling pest_meta v2.7.14
17542025-01-25T04:30:17.372Z Compiling block-padding v0.3.3
17552025-01-25T04:30:17.622Z Compiling openssl-macros v0.1.1
17562025-01-25T04:30:18.301Z Compiling rustls v0.23.19
17572025-01-25T04:30:18.323Z Compiling native-tls v0.2.12
17582025-01-25T04:30:18.606Z Compiling inout v0.1.3
17592025-01-25T04:30:18.660Z Compiling pest_generator v2.7.14
17602025-01-25T04:30:18.873Z Compiling tinystr v0.7.6
17612025-01-25T04:30:19.367Z Compiling serde_spanned v0.6.8
17622025-01-25T04:30:19.522Z Compiling toml_datetime v0.6.8
17632025-01-25T04:30:19.696Z Compiling tracing-core v0.1.32
17642025-01-25T04:30:19.917Z Compiling litemap v0.7.3
17652025-01-25T04:30:19.963Z Compiling writeable v0.5.5
17662025-01-25T04:30:19.983Z Compiling dyn-clone v1.0.17
17672025-01-25T04:30:20.349Z Compiling strsim v0.11.1
17682025-01-25T04:30:20.469Z Compiling tracing v0.1.40
17692025-01-25T04:30:20.634Z Compiling icu_locid v1.5.0
17702025-01-25T04:30:21.277Z Compiling pest_derive v2.7.14
17712025-01-25T04:30:21.832Z Compiling cipher v0.4.4
17722025-01-25T04:30:22.026Z Compiling sha2 v0.10.8
17732025-01-25T04:30:22.303Z Compiling usdt-impl v0.5.0
17742025-01-25T04:30:22.531Z Compiling cookie v0.18.1
17752025-01-25T04:30:22.809Z Compiling base64ct v1.6.0
17762025-01-25T04:30:22.870Z Compiling icu_provider v1.5.0
17772025-01-25T04:30:23.377Z Compiling pem-rfc7468 v0.7.0
17782025-01-25T04:30:24.180Z Compiling aws-lc-sys v0.22.0
17792025-01-25T04:30:24.959Z Compiling scroll v0.12.0
17802025-01-25T04:30:25.047Z Compiling ppv-lite86 v0.2.20
17812025-01-25T04:30:25.541Z Compiling async-trait v0.1.83
17822025-01-25T04:30:25.925Z Compiling rustls-pki-types v1.10.0
17832025-01-25T04:30:27.588Z Compiling plain v0.2.3
17842025-01-25T04:30:27.733Z Compiling percent-encoding v2.3.1
17852025-01-25T04:30:27.851Z Compiling icu_locid_transform_data v1.5.0
17862025-01-25T04:30:27.958Z Compiling flagset v0.4.6
17872025-01-25T04:30:28.298Z Compiling anyhow v1.0.95
17882025-01-25T04:30:28.327Z Compiling camino v1.1.9
17892025-01-25T04:30:28.746Z Compiling icu_locid_transform v1.5.0
17902025-01-25T04:30:28.749Z Compiling der v0.7.9
17912025-01-25T04:30:31.400Z Compiling goblin v0.8.2
17922025-01-25T04:30:31.633Z Compiling rand_chacha v0.3.1
17932025-01-25T04:30:32.627Z Compiling tokio-util v0.7.12
17942025-01-25T04:30:33.005Z Compiling icu_collections v1.5.0
17952025-01-25T04:30:34.797Z Compiling mirai-annotations v1.12.0
17962025-01-25T04:30:34.981Z Compiling icu_properties_data v1.5.0
17972025-01-25T04:30:35.242Z Compiling rayon-core v1.12.1
17982025-01-25T04:30:35.699Z Compiling powerfmt v0.2.0
17992025-01-25T04:30:35.870Z Compiling rustls v0.22.4
18002025-01-25T04:30:36.130Z Compiling untrusted v0.7.1
18012025-01-25T04:30:36.175Z Compiling untrusted v0.9.0
18022025-01-25T04:30:36.330Z Compiling pretty-hex v0.4.1
18032025-01-25T04:30:36.370Z Compiling icu_properties v1.5.1
18042025-01-25T04:30:36.428Z Compiling deranged v0.3.11
18052025-01-25T04:30:37.038Z Compiling dof v0.3.0
18062025-01-25T04:30:38.680Z Compiling rand v0.8.5
18072025-01-25T04:30:38.732Z Compiling spki v0.7.3
18082025-01-25T04:30:39.255Z Compiling salsa20 v0.10.2
18092025-01-25T04:30:39.488Z Compiling dtrace-parser v0.2.0
18102025-01-25T04:30:40.081Z Compiling pbkdf2 v0.12.2
18112025-01-25T04:30:41.086Z Compiling thread-id v4.2.2
18122025-01-25T04:30:41.105Z Compiling icu_normalizer_data v1.5.0
18132025-01-25T04:30:41.250Z Compiling utf16_iter v1.0.5
18142025-01-25T04:30:41.289Z Compiling write16 v1.0.0
18152025-01-25T04:30:41.432Z Compiling num_threads v0.1.7
18162025-01-25T04:30:41.573Z Compiling winnow v0.5.40
18172025-01-25T04:30:41.612Z Compiling atomic-waker v1.1.2
18182025-01-25T04:30:41.719Z Compiling utf8_iter v1.0.4
18192025-01-25T04:30:41.752Z Compiling litrs v0.4.1
18202025-01-25T04:30:42.151Z Compiling icu_normalizer v1.5.0
18212025-01-25T04:30:42.355Z Compiling time v0.3.36
18222025-01-25T04:30:42.724Z Compiling document-features v0.2.10
18232025-01-25T04:30:44.853Z Compiling toml_edit v0.19.15
18242025-01-25T04:30:46.535Z Compiling scrypt v0.11.0
18252025-01-25T04:30:47.016Z Compiling form_urlencoded v1.2.1
18262025-01-25T04:30:47.036Z Compiling cbc v0.1.2
18272025-01-25T04:30:47.055Z Compiling aes v0.8.4
18282025-01-25T04:30:47.261Z Compiling http-body v1.0.1
18292025-01-25T04:30:47.597Z Compiling multer v3.1.0
18302025-01-25T04:30:47.608Z Compiling rustversion v1.0.17
18312025-01-25T04:30:47.863Z Compiling slog-async v2.8.0
18322025-01-25T04:30:48.157Z Compiling try-lock v0.2.5
18332025-01-25T04:30:48.305Z Compiling tinyvec_macros v0.1.1
18342025-01-25T04:30:48.409Z Compiling tinyvec v1.8.0
18352025-01-25T04:30:48.516Z Compiling want v0.3.1
18362025-01-25T04:30:48.897Z Compiling pkcs5 v0.7.1
18372025-01-25T04:30:50.465Z Compiling idna_adapter v1.2.0
18382025-01-25T04:30:50.760Z Compiling h2 v0.4.6
18392025-01-25T04:30:50.980Z Compiling heapless v0.7.17
18402025-01-25T04:30:51.535Z Compiling bzip2-sys v0.1.11+1.0.8
18412025-01-25T04:30:52.059Z Compiling httpdate v1.0.3
18422025-01-25T04:30:52.159Z Compiling signal-hook v0.3.17
18432025-01-25T04:30:52.821Z Compiling idna v1.0.3
18442025-01-25T04:30:54.304Z Compiling pkcs8 v0.10.2
18452025-01-25T04:30:55.409Z Compiling usdt-macro v0.5.0
18462025-01-25T04:30:55.498Z Compiling usdt-attr-macro v0.5.0
18472025-01-25T04:30:56.699Z Compiling async-stream-impl v0.3.6
18482025-01-25T04:30:57.171Z Compiling tower-service v0.3.3
18492025-01-25T04:30:57.316Z Compiling base64 v0.22.1
18502025-01-25T04:30:57.639Z Compiling adler2 v2.0.0
18512025-01-25T04:30:57.851Z Compiling miniz_oxide v0.8.0
18522025-01-25T04:30:59.099Z Compiling hyper v1.5.2
18532025-01-25T04:31:00.720Z Compiling curve25519-dalek v4.1.3
18542025-01-25T04:31:01.150Z Compiling openapiv3 v2.0.0
18552025-01-25T04:31:01.350Z Compiling enum-as-inner v0.6.1
18562025-01-25T04:31:02.339Z Compiling hyper-util v0.1.10
18572025-01-25T04:31:05.267Z Compiling dropshot v0.12.0
18582025-01-25T04:31:05.469Z Compiling portable-atomic v1.9.0
18592025-01-25T04:31:06.321Z Compiling foreign-types-shared v0.1.1
18602025-01-25T04:31:06.454Z Compiling smoltcp v0.9.1
18612025-01-25T04:31:06.569Z Compiling newtype-uuid v1.2.1
18622025-01-25T04:31:06.873Z Compiling num-bigint-dig v0.8.4
18632025-01-25T04:31:07.183Z Compiling match_cfg v0.1.0
18642025-01-25T04:31:07.295Z Compiling hostname v0.3.1
18652025-01-25T04:31:07.520Z Compiling foreign-types v0.3.2
18662025-01-25T04:31:09.293Z Compiling url v2.5.3
18672025-01-25T04:31:11.219Z Compiling http-body-util v0.1.2
18682025-01-25T04:31:11.473Z Compiling dirs-sys-next v0.1.2
18692025-01-25T04:31:11.761Z Compiling encoding_rs v0.8.34
18702025-01-25T04:31:11.947Z Compiling gimli v0.31.1
18712025-01-25T04:31:12.200Z Compiling data-encoding v2.6.0
18722025-01-25T04:31:13.641Z Compiling heck v0.4.1
18732025-01-25T04:31:14.013Z Compiling mime v0.3.17
18742025-01-25T04:31:15.079Z Compiling ident_case v1.0.1
18752025-01-25T04:31:15.191Z Compiling siphasher v0.3.11
18762025-01-25T04:31:15.282Z Compiling darling_core v0.20.10
18772025-01-25T04:31:15.549Z Compiling dirs-next v2.0.0
18782025-01-25T04:31:16.637Z Compiling addr2line v0.24.2
18792025-01-25T04:31:20.979Z Compiling unicode-normalization v0.1.24
18802025-01-25T04:31:21.569Z Compiling serde_urlencoded v0.7.1
18812025-01-25T04:31:22.064Z Compiling crossbeam-epoch v0.9.18
18822025-01-25T04:31:22.158Z Compiling rustls-pemfile v2.2.0
18832025-01-25T04:31:22.636Z Compiling hubpack_derive v0.1.1
18842025-01-25T04:31:22.694Z Compiling dropshot_endpoint v0.12.0
18852025-01-25T04:31:23.193Z Compiling sha1 v0.10.6
18862025-01-25T04:31:23.499Z Compiling signature v2.2.0
18872025-01-25T04:31:23.614Z Compiling curve25519-dalek-derive v0.1.1
18882025-01-25T04:31:23.741Z Compiling zerocopy-derive v0.6.6
18892025-01-25T04:31:24.956Z Compiling object v0.36.5
18902025-01-25T04:31:25.461Z Compiling thread_local v1.1.8
18912025-01-25T04:31:25.976Z Compiling fs-err v2.11.0
18922025-01-25T04:31:26.609Z Compiling unicode-properties v0.1.3
18932025-01-25T04:31:27.088Z Compiling ipnet v2.10.1
18942025-01-25T04:31:27.985Z Compiling openssl-probe v0.1.5
18952025-01-25T04:31:28.767Z Compiling winnow v0.6.20
18962025-01-25T04:31:29.596Z Compiling utf8parse v0.2.2
18972025-01-25T04:31:32.265Z Compiling anstyle v1.0.10
18982025-01-25T04:31:32.769Z Compiling rustc-demangle v0.1.24
18992025-01-25T04:31:33.432Z Compiling unicode-bidi v0.3.17
19002025-01-25T04:31:34.561Z Compiling stringprep v0.1.5
19012025-01-25T04:31:35.506Z Compiling backtrace v0.3.74
19022025-01-25T04:31:38.299Z Compiling rustls-webpki v0.102.8
19032025-01-25T04:31:39.143Z Compiling toml_edit v0.22.22
19042025-01-25T04:31:45.856Z Compiling anstyle-parse v0.2.5
19052025-01-25T04:31:47.331Z Compiling crossbeam-deque v0.8.5
19062025-01-25T04:31:47.870Z Compiling darling_macro v0.20.10
19072025-01-25T04:31:47.914Z Compiling term v0.7.0
19082025-01-25T04:31:48.022Z Compiling slog-json v2.6.1
19092025-01-25T04:31:49.161Z Compiling crossbeam-channel v0.5.13
19102025-01-25T04:31:49.699Z Compiling hashbrown v0.14.5
19112025-01-25T04:31:50.282Z Compiling futures-executor v0.3.31
19122025-01-25T04:31:50.772Z Compiling num-integer v0.1.46
19132025-01-25T04:31:50.917Z Compiling md-5 v0.10.6
19142025-01-25T04:31:51.003Z Compiling ff v0.13.0
19152025-01-25T04:31:51.038Z Compiling hash32 v0.2.1
19162025-01-25T04:31:51.175Z Compiling is-terminal v0.4.13
19172025-01-25T04:31:51.245Z Compiling memmap v0.7.0
19182025-01-25T04:31:51.420Z Compiling psl-types v2.0.11
19192025-01-25T04:31:51.636Z Compiling colorchoice v1.0.2
19202025-01-25T04:31:51.647Z Compiling utf-8 v0.7.6
19212025-01-25T04:31:51.740Z Compiling anstyle-query v1.1.1
19222025-01-25T04:31:51.819Z Compiling fallible-iterator v0.2.0
19232025-01-25T04:31:51.905Z Compiling take_mut v0.2.2
19242025-01-25T04:31:51.940Z Compiling base16ct v0.2.0
19252025-01-25T04:31:51.971Z Compiling linked-hash-map v0.5.6
19262025-01-25T04:31:52.082Z Compiling quick-error v1.2.3
19272025-01-25T04:31:52.328Z Compiling is_terminal_polyfill v1.70.1
19282025-01-25T04:31:52.442Z Compiling anstream v0.6.15
19292025-01-25T04:31:52.467Z Compiling postgres-protocol v0.6.7
19302025-01-25T04:31:52.489Z Compiling publicsuffix v2.3.0
19312025-01-25T04:31:52.842Z Compiling lru-cache v0.1.2
19322025-01-25T04:31:53.021Z Compiling resolv-conf v0.7.0
19332025-01-25T04:31:53.046Z Compiling sec1 v0.7.3
19342025-01-25T04:31:53.530Z Compiling tungstenite v0.24.0
19352025-01-25T04:31:53.656Z Compiling usdt v0.5.0
19362025-01-25T04:31:53.972Z Compiling num-iter v0.1.45
19372025-01-25T04:31:54.113Z Compiling slog-term v2.9.1
19382025-01-25T04:31:54.175Z Compiling group v0.13.0
19392025-01-25T04:31:54.493Z Compiling regress v0.10.1
19402025-01-25T04:31:54.993Z Compiling futures v0.3.31
19412025-01-25T04:31:57.812Z Compiling darling v0.20.10
19422025-01-25T04:31:58.203Z Compiling slog-bunyan v2.5.0
19432025-01-25T04:31:58.403Z Compiling tokio-rustls v0.26.0
19442025-01-25T04:31:58.870Z Compiling tokio-native-tls v0.3.1
19452025-01-25T04:31:58.928Z Compiling tokio-rustls v0.25.0
19462025-01-25T04:31:59.055Z Compiling toml v0.8.19
19472025-01-25T04:31:59.345Z Compiling hickory-proto v0.24.2
19482025-01-25T04:31:59.469Z Compiling phf_shared v0.11.2
19492025-01-25T04:31:59.819Z Compiling strum_macros v0.25.3
19502025-01-25T04:32:00.374Z Compiling async-stream v0.3.6
19512025-01-25T04:32:00.418Z Compiling waitgroup v0.1.2
19522025-01-25T04:32:00.464Z Compiling webpki-roots v0.26.6
19532025-01-25T04:32:00.725Z Compiling terminal_size v0.4.0
19542025-01-25T04:32:00.938Z Compiling serde_path_to_error v0.1.16
19552025-01-25T04:32:00.957Z Compiling hkdf v0.12.4
19562025-01-25T04:32:01.395Z Compiling crypto-bigint v0.5.5
19572025-01-25T04:32:01.842Z Compiling derive-where v1.2.7
19582025-01-25T04:32:01.884Z Compiling clap_derive v4.5.18
19592025-01-25T04:32:03.159Z Compiling serde_repr v0.1.19
19602025-01-25T04:32:03.362Z Compiling hostname v0.4.0
19612025-01-25T04:32:03.578Z Compiling crc32fast v1.4.2
19622025-01-25T04:32:03.906Z Compiling debug-ignore v1.0.5
19632025-01-25T04:32:04.084Z Compiling unicode-width v0.1.14
19642025-01-25T04:32:04.215Z Compiling bitflags v1.3.2
19652025-01-25T04:32:04.566Z Compiling managed v0.8.0
19662025-01-25T04:32:04.700Z Compiling clap_lex v0.7.2
19672025-01-25T04:32:05.846Z Compiling clap_builder v4.5.21
19682025-01-25T04:32:07.653Z Compiling hickory-resolver v0.24.2
19692025-01-25T04:32:08.101Z Compiling console v0.15.8
19702025-01-25T04:32:08.708Z Compiling elliptic-curve v0.13.8
19712025-01-25T04:32:09.293Z Compiling flate2 v1.0.35
19722025-01-25T04:32:10.162Z Compiling hyper-rustls v0.27.3
19732025-01-25T04:32:12.510Z Compiling phf v0.11.2
19742025-01-25T04:32:12.667Z Compiling hyper-tls v0.6.0
19752025-01-25T04:32:13.190Z Compiling signal-hook-mio v0.2.4
19762025-01-25T04:32:13.209Z Compiling typify-impl v0.2.0
19772025-01-25T04:32:13.222Z Compiling rayon v1.10.0
19782025-01-25T04:32:13.329Z Compiling bzip2 v0.4.4
19792025-01-25T04:32:13.658Z Compiling cookie_store v0.21.1
19802025-01-25T04:32:17.554Z Compiling tokio-tungstenite v0.24.0
19812025-01-25T04:32:17.617Z Compiling postgres-types v0.2.8
19822025-01-25T04:32:17.914Z Compiling zerocopy v0.6.6
19832025-01-25T04:32:18.065Z Compiling ed25519 v2.2.3
19842025-01-25T04:32:18.493Z Compiling hubpack v0.1.2
19852025-01-25T04:32:18.512Z Compiling phf_shared v0.10.0
19862025-01-25T04:32:18.710Z Compiling pkcs1 v0.7.5
19872025-01-25T04:32:18.914Z Compiling tokio-stream v0.1.16
19882025-01-25T04:32:18.948Z Compiling ipnetwork v0.20.0
19892025-01-25T04:32:19.692Z Compiling serde-big-array v0.5.1
19902025-01-25T04:32:19.864Z Compiling rfc6979 v0.4.0
19912025-01-25T04:32:20.205Z Compiling float-cmp v0.9.0
19922025-01-25T04:32:20.244Z Compiling sync_wrapper v1.0.1
19932025-01-25T04:32:20.244Z Compiling bstr v1.10.0
19942025-01-25T04:32:20.244Z Compiling normalize-line-endings v0.3.0
19952025-01-25T04:32:20.347Z Compiling whoami v1.5.2
19962025-01-25T04:32:20.854Z Compiling unicode-width v0.2.0
19972025-01-25T04:32:21.148Z Compiling unicode-segmentation v1.12.0
19982025-01-25T04:32:21.412Z Compiling static_assertions v1.1.0
19992025-01-25T04:32:21.530Z Compiling precomputed-hash v0.1.1
20002025-01-25T04:32:21.574Z Compiling difflib v0.4.0
20012025-01-25T04:32:21.672Z Compiling fixedbitset v0.4.2
20022025-01-25T04:32:21.986Z Compiling number_prefix v0.4.0
20032025-01-25T04:32:22.226Z Compiling new_debug_unreachable v1.0.6
20042025-01-25T04:32:22.430Z Compiling bit-vec v0.6.3
20052025-01-25T04:32:22.659Z Compiling predicates-core v1.0.8
20062025-01-25T04:32:22.728Z Compiling bit-set v0.5.3
20072025-01-25T04:32:22.753Z Compiling string_cache v0.8.7
20082025-01-25T04:32:22.983Z Compiling predicates v3.1.2
20092025-01-25T04:32:23.007Z Compiling indicatif v0.17.9
20102025-01-25T04:32:23.127Z Compiling petgraph v0.6.5
20112025-01-25T04:32:23.693Z Compiling typify-macro v0.2.0
20122025-01-25T04:32:24.665Z Compiling similar v2.6.0
20132025-01-25T04:32:25.354Z Compiling reqwest v0.12.9
20142025-01-25T04:32:26.219Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20152025-01-25T04:32:26.546Z Compiling tokio-postgres v0.7.12
20162025-01-25T04:32:27.163Z Compiling ecdsa v0.16.9
20172025-01-25T04:32:28.014Z Compiling qorb v0.2.1
20182025-01-25T04:32:29.203Z Compiling rsa v0.9.6
20192025-01-25T04:32:29.624Z Compiling ed25519-dalek v2.1.1
20202025-01-25T04:32:30.709Z Compiling zip v0.6.6
20212025-01-25T04:32:30.977Z Compiling crossterm v0.28.1
20222025-01-25T04:32:31.794Z Compiling clap v4.5.21
20232025-01-25T04:32:33.196Z Compiling toml v0.7.8
20242025-01-25T04:32:33.448Z Compiling x509-cert v0.2.5
20252025-01-25T04:32:34.560Z Compiling hex v0.4.3
20262025-01-25T04:32:35.223Z Compiling itertools v0.10.5
20272025-01-25T04:32:35.869Z Compiling unicode-xid v0.2.6
20282025-01-25T04:32:35.949Z Compiling peg-runtime v0.8.3
20292025-01-25T04:32:36.046Z Compiling lalrpop-util v0.19.12
20302025-01-25T04:32:36.287Z Compiling zerocopy v0.8.10
20312025-01-25T04:32:37.733Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20322025-01-25T04:32:42.642Z Compiling proc-macro-crate v1.3.1
20332025-01-25T04:32:43.380Z Compiling macaddr v1.0.1
20342025-01-25T04:32:43.737Z Compiling zerocopy-derive v0.8.10
20352025-01-25T04:32:43.816Z Compiling itertools v0.13.0
20362025-01-25T04:32:45.369Z Compiling heapless v0.8.0
20372025-01-25T04:32:46.777Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20382025-01-25T04:32:51.053Z Compiling num_enum_derive v0.5.11
20392025-01-25T04:32:59.398Z Compiling hash32 v0.3.1
20402025-01-25T04:33:00.888Z Compiling smoltcp v0.11.0
20412025-01-25T04:33:01.790Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422025-01-25T04:33:05.917Z Compiling num_enum v0.5.11
20432025-01-25T04:33:05.942Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20442025-01-25T04:33:06.813Z Compiling typify v0.2.0
20452025-01-25T04:33:06.909Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20462025-01-25T04:33:07.902Z Compiling proc-macro-error-attr v1.0.4
20472025-01-25T04:33:08.241Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20482025-01-25T04:33:08.326Z Compiling cobs v0.2.3
20492025-01-25T04:33:08.791Z Compiling unsafe-libyaml v0.2.11
20502025-01-25T04:33:09.639Z Compiling thiserror v2.0.11
20512025-01-25T04:33:10.558Z Compiling serde_yaml v0.9.34+deprecated
20522025-01-25T04:33:11.159Z Compiling postcard v1.0.10
20532025-01-25T04:33:21.700Z Compiling progenitor-impl v0.8.0
20542025-01-25T04:33:27.212Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20552025-01-25T04:33:36.570Z Compiling strum_macros v0.26.4
20562025-01-25T04:33:37.244Z Compiling foreign-types-macros v0.2.3
20572025-01-25T04:33:37.262Z Compiling structmeta-derive v0.3.0
20582025-01-25T04:33:38.012Z Compiling thiserror-impl v2.0.11
20592025-01-25T04:33:38.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602025-01-25T04:33:38.798Z Compiling proc-macro-error v1.0.4
20612025-01-25T04:33:40.402Z Compiling foreign-types-shared v0.3.1
20622025-01-25T04:33:40.545Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20632025-01-25T04:33:40.731Z Compiling strum v0.26.3
20642025-01-25T04:33:40.734Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20652025-01-25T04:33:41.349Z Compiling foreign-types v0.5.0
20662025-01-25T04:33:45.323Z Compiling structmeta v0.3.0
20672025-01-25T04:33:49.705Z Compiling progenitor-macro v0.8.0
20682025-01-25T04:33:53.255Z Compiling progenitor-client v0.8.0
20692025-01-25T04:33:53.509Z Compiling tabwriter v1.4.0
20702025-01-25T04:33:57.809Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20712025-01-25T04:33:57.954Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20722025-01-25T04:33:58.615Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20732025-01-25T04:33:59.136Z Compiling cstr-argument v0.1.2
20742025-01-25T04:33:59.269Z Compiling dropshot v0.15.1
20752025-01-25T04:33:59.469Z Compiling pretty-hex v0.2.1
20762025-01-25T04:33:59.591Z Compiling crucible-workspace-hack v0.1.0
20772025-01-25T04:33:59.915Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20782025-01-25T04:34:00.176Z Compiling fastrand v2.1.1
20792025-01-25T04:34:00.445Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20802025-01-25T04:34:00.702Z Compiling tempfile v3.13.0
20812025-01-25T04:34:00.768Z Compiling progenitor v0.8.0
20822025-01-25T04:34:00.929Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20832025-01-25T04:34:01.005Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20842025-01-25T04:34:01.133Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20852025-01-25T04:34:01.811Z Compiling parse-display-derive v0.10.0
20862025-01-25T04:34:02.063Z Compiling colored v2.1.0
20872025-01-25T04:34:02.339Z Compiling serde_with_macros v3.11.0
20882025-01-25T04:34:02.688Z Compiling dropshot_endpoint v0.15.1
20892025-01-25T04:34:03.289Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20902025-01-25T04:34:04.050Z Compiling instant v0.1.13
20912025-01-25T04:34:04.251Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20922025-01-25T04:34:04.707Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20932025-01-25T04:34:04.863Z Compiling serde_with v3.11.0
20942025-01-25T04:34:05.464Z Compiling parse-display v0.10.0
20952025-01-25T04:34:05.488Z Compiling backoff v0.4.0
20962025-01-25T04:34:05.875Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20972025-01-25T04:34:07.346Z Compiling zone_cfg_derive v0.3.0
20982025-01-25T04:34:07.741Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20992025-01-25T04:34:08.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21002025-01-25T04:34:08.667Z Compiling camino-tempfile v1.1.1
21012025-01-25T04:34:08.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21022025-01-25T04:34:09.334Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21032025-01-25T04:34:09.416Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21042025-01-25T04:34:09.603Z Compiling regress v0.9.1
21052025-01-25T04:34:09.624Z Compiling progenitor-client v0.9.1
21062025-01-25T04:34:09.760Z Compiling num-derive v0.4.2
21072025-01-25T04:34:10.553Z Compiling sigpipe v0.1.3
21082025-01-25T04:34:10.710Z Compiling libefi-sys v0.1.0
21092025-01-25T04:34:11.027Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21102025-01-25T04:34:11.414Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21112025-01-25T04:34:11.981Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21122025-01-25T04:34:13.565Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21132025-01-25T04:34:14.148Z Compiling zone v0.3.0
21142025-01-25T04:34:14.631Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21152025-01-25T04:34:15.715Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21162025-01-25T04:34:18.037Z Compiling smf v0.2.3
21172025-01-25T04:34:19.898Z Compiling bitfield-struct v0.6.2
21182025-01-25T04:34:20.380Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21192025-01-25T04:34:20.598Z Compiling blake3 v1.5.4
21202025-01-25T04:34:21.085Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21212025-01-25T04:34:21.224Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21222025-01-25T04:34:21.383Z Compiling xattr v1.3.1
21232025-01-25T04:34:21.675Z Compiling filetime v0.2.25
21242025-01-25T04:34:21.851Z Compiling memmap2 v0.9.5
21252025-01-25T04:34:21.966Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21262025-01-25T04:34:22.021Z Compiling constant_time_eq v0.3.1
21272025-01-25T04:34:22.110Z Compiling arrayref v0.3.9
21282025-01-25T04:34:22.164Z Compiling arrayvec v0.7.6
21292025-01-25T04:34:22.224Z Compiling same-file v1.0.6
21302025-01-25T04:34:22.245Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21312025-01-25T04:34:22.431Z Compiling walkdir v2.5.0
21322025-01-25T04:34:22.531Z Compiling tar v0.4.42
21332025-01-25T04:34:24.089Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21342025-01-25T04:34:24.571Z Compiling gethostname v0.5.0
21352025-01-25T04:34:24.764Z Compiling cargo-platform v0.1.8
21362025-01-25T04:34:24.968Z Compiling topological-sort v0.2.2
21372025-01-25T04:34:25.228Z Compiling omicron-zone-package v0.12.0
21382025-01-25T04:34:25.281Z Compiling cargo_metadata v0.18.1
21392025-01-25T04:34:25.867Z Compiling indent_write v2.2.0
21402025-01-25T04:34:26.125Z Compiling shell-words v1.1.0
21412025-01-25T04:34:33.240Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21422025-01-25T04:34:34.002Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21432025-01-25T04:34:35.733Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21442025-01-25T04:34:55.273Z Finished `release` profile [optimized] target(s) in 5m 15s
21452025-01-25T04:34:55.440Z Running `target/release/omicron-package -t test target create -p dev`
21462025-01-25T04:34:55.489ZLogging to: /work/oxidecomputer/omicron/out/LOG
21472025-01-25T04:34:55.492ZCreated new build target 'test' and set it as active
21482025-01-25T04:34:55.492Z
21492025-01-25T04:34:55.492Zreal 5:15.662188605
21502025-01-25T04:34:55.492Zuser 36:50.082530147
21512025-01-25T04:34:55.492Zsys 3:24.634360223
21522025-01-25T04:34:55.492Ztrap 1.155244261
21532025-01-25T04:34:55.492Ztflt 2.915940531
21542025-01-25T04:34:55.492Zdflt 0.502853093
21552025-01-25T04:34:55.492Zkflt 0.023233712
21562025-01-25T04:34:55.492Zlock 1:13:55.280124914
21572025-01-25T04:34:55.492Zslp 2:28:35.847868352
21582025-01-25T04:34:55.492Zlat 2:48.405774043
21592025-01-25T04:34:55.492Zstop 4:44.774473898
21602025-01-25T04:34:55.495Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21612025-01-25T04:34:56.461Z Finished `release` profile [optimized] target(s) in 0.91s
21622025-01-25T04:34:56.521Z Running `target/release/omicron-package -t test package`
21632025-01-25T04:34:56.565ZLogging to: /work/oxidecomputer/omicron/out/LOG
21642025-01-25T04:34:57.698Z Compiling thiserror v2.0.11
21652025-01-25T04:34:57.835Z Compiling typify-impl v0.3.0
21662025-01-25T04:34:57.848Z Compiling convert_case v0.4.0
21672025-01-25T04:34:57.851Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21682025-01-25T04:34:57.851Z Compiling newline-converter v0.3.0
21692025-01-25T04:34:57.851Z Compiling password-hash v0.5.0
21702025-01-25T04:34:57.851Z Compiling blake2 v0.10.6
21712025-01-25T04:34:57.866Z Compiling base64 v0.21.7
21722025-01-25T04:34:58.158Z Compiling expectorate v1.1.0
21732025-01-25T04:34:58.176Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21742025-01-25T04:34:58.473Z Compiling argon2 v0.5.3
21752025-01-25T04:34:58.481Z Compiling derive_more v0.99.18
21762025-01-25T04:34:58.851Z Compiling atomicwrites v0.4.4
21772025-01-25T04:34:59.021Z Compiling owo-colors v4.1.0
21782025-01-25T04:34:59.136Z Compiling cancel-safe-futures v0.1.5
21792025-01-25T04:34:59.359Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21802025-01-25T04:34:59.385Z Compiling num-rational v0.4.2
21812025-01-25T04:34:59.587Z Compiling progenitor-client v0.9.1
21822025-01-25T04:34:59.938Z Compiling num-complex v0.4.6
21832025-01-25T04:35:00.759Z Compiling libsw v3.3.1
21842025-01-25T04:35:00.908Z Compiling num v0.4.3
21852025-01-25T04:35:01.035Z Compiling linear-map v1.2.0
21862025-01-25T04:35:01.107Z Compiling swrite v0.1.0
21872025-01-25T04:35:01.128Z Compiling float-ord v0.3.2
21882025-01-25T04:35:01.274Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21892025-01-25T04:35:01.313Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21902025-01-25T04:35:01.434Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21912025-01-25T04:35:01.863Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21922025-01-25T04:35:02.457Z Compiling highway v1.2.0
21932025-01-25T04:35:03.896Z Compiling semver v0.1.20
21942025-01-25T04:35:04.395Z Compiling rustc_version v0.1.7
21952025-01-25T04:35:04.468Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21962025-01-25T04:35:04.814Z Compiling newtype_derive v0.1.6
21972025-01-25T04:35:05.193Z Compiling tungstenite v0.21.0
21982025-01-25T04:35:08.969Z Compiling typify-macro v0.3.0
21992025-01-25T04:35:09.049Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22002025-01-25T04:35:09.728Z Compiling ipnetwork v0.20.0
22012025-01-25T04:35:10.198Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22022025-01-25T04:35:10.492Z Compiling tokio-tungstenite v0.21.0
22032025-01-25T04:35:10.886Z Compiling progenitor-client v0.8.0
22042025-01-25T04:35:10.948Z Compiling humantime v2.1.0
22052025-01-25T04:35:11.252Z Compiling progenitor v0.8.0
22062025-01-25T04:35:11.324Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22072025-01-25T04:35:11.462Z Compiling dropshot v0.15.1
22082025-01-25T04:35:11.536Z Compiling instant v0.1.13
22092025-01-25T04:35:11.707Z Compiling backoff v0.4.0
22102025-01-25T04:35:12.104Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22112025-01-25T04:35:12.191Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22122025-01-25T04:35:12.335Z Compiling typify v0.3.0
22132025-01-25T04:35:12.494Z Compiling progenitor-impl v0.9.1
22142025-01-25T04:35:18.612Z Compiling progenitor-macro v0.9.1
22152025-01-25T04:35:19.438Z Compiling steno v0.4.1
22162025-01-25T04:35:19.580Z Compiling parse-display v0.10.0
22172025-01-25T04:35:20.108Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182025-01-25T04:35:20.271Z Compiling serde_with v3.11.0
22192025-01-25T04:35:20.315Z Compiling strum v0.26.3
22202025-01-25T04:35:20.528Z Compiling regress v0.9.1
22212025-01-25T04:35:23.785Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222025-01-25T04:35:25.037Z Compiling macaddr v1.0.1
22232025-01-25T04:35:25.376Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22242025-01-25T04:35:25.468Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22252025-01-25T04:35:25.739Z Compiling slog-dtrace v0.3.0
22262025-01-25T04:35:26.079Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22272025-01-25T04:35:26.138Z Compiling prettyplease v0.2.25
22282025-01-25T04:35:28.153Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22292025-01-25T04:35:29.549Z Compiling progenitor v0.9.1
22302025-01-25T04:35:29.830Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22312025-01-25T04:35:31.883Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22322025-01-25T04:35:41.185Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22332025-01-25T04:35:42.910Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22342025-01-25T04:35:43.289Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22352025-01-25T04:35:44.340Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22362025-01-25T04:35:45.834Z Compiling half v2.4.1
22372025-01-25T04:35:47.736Z Compiling ciborium-io v0.2.2
22382025-01-25T04:35:47.882Z Compiling ciborium-ll v0.2.2
22392025-01-25T04:35:48.441Z Compiling ciborium v0.2.2
22402025-01-25T04:35:49.202Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22412025-01-25T04:35:49.670Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22422025-01-25T04:35:50.273Z Compiling display-error-chain v0.2.2
22432025-01-25T04:35:50.418Z Compiling fastrand v2.1.1
22442025-01-25T04:35:50.518Z Compiling same-file v1.0.6
22452025-01-25T04:35:50.784Z Compiling tempfile v3.13.0
22462025-01-25T04:35:50.892Z Compiling walkdir v2.5.0
22472025-01-25T04:35:51.518Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22482025-01-25T04:35:51.538Z Compiling blake3 v1.5.4
22492025-01-25T04:35:52.223Z Compiling const_format_proc_macros v0.2.33
22502025-01-25T04:35:54.054Z Compiling xattr v1.3.1
22512025-01-25T04:35:54.327Z Compiling memmap2 v0.9.5
22522025-01-25T04:35:54.544Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22532025-01-25T04:35:54.798Z Compiling filetime v0.2.25
22542025-01-25T04:35:55.017Z Compiling arrayref v0.3.9
22552025-01-25T04:35:55.084Z Compiling keccak v0.1.5
22562025-01-25T04:35:55.126Z Compiling constant_time_eq v0.3.1
22572025-01-25T04:35:55.144Z Compiling maplit v1.0.2
22582025-01-25T04:35:55.284Z Compiling crunchy v0.2.2
22592025-01-25T04:35:55.303Z Compiling arrayvec v0.7.6
22602025-01-25T04:35:55.783Z Compiling sha3 v0.10.8
22612025-01-25T04:35:56.239Z Compiling tar v0.4.42
22622025-01-25T04:35:56.712Z Compiling const_format v0.2.33
22632025-01-25T04:35:56.740Z Compiling toolchain_find v0.4.0
22642025-01-25T04:35:57.275Z Compiling camino-tempfile v1.1.1
22652025-01-25T04:35:57.278Z Compiling topological-sort v0.2.2
22662025-01-25T04:35:57.534Z Compiling radium v0.7.0
22672025-01-25T04:35:57.687Z Compiling tiny-keccak v2.0.2
22682025-01-25T04:35:57.940Z Compiling omicron-zone-package v0.12.0
22692025-01-25T04:35:58.027Z Compiling rustfmt-wrapper v0.2.1
22702025-01-25T04:35:58.175Z Compiling dsl_auto_type v0.1.2
22712025-01-25T04:35:58.309Z Compiling scheduled-thread-pool v0.2.7
22722025-01-25T04:35:58.571Z Compiling diesel_table_macro_syntax v0.2.0
22732025-01-25T04:35:58.963Z Compiling maybe-uninit v2.0.0
22742025-01-25T04:35:59.450Z Compiling tap v1.0.1
22752025-01-25T04:35:59.553Z Compiling diesel_derives v2.2.3
22762025-01-25T04:35:59.661Z Compiling wyz v0.5.1
22772025-01-25T04:35:59.698Z Compiling r2d2 v0.8.10
22782025-01-25T04:36:00.582Z Compiling phf_generator v0.11.2
22792025-01-25T04:36:00.662Z Compiling ascii-canvas v3.0.0
22802025-01-25T04:36:00.799Z Compiling secrecy v0.8.0
22812025-01-25T04:36:01.172Z Compiling async-recursion v1.1.1
22822025-01-25T04:36:01.190Z Compiling ena v0.14.3
22832025-01-25T04:36:01.550Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22842025-01-25T04:36:01.583Z Compiling crc-catalog v2.4.0
22852025-01-25T04:36:01.770Z Compiling funty v2.0.0
22862025-01-25T04:36:01.886Z Compiling packed_struct v0.10.1
22872025-01-25T04:36:02.340Z Compiling arc-swap v1.7.1
22882025-01-25T04:36:02.411Z Compiling regex-syntax v0.6.29
22892025-01-25T04:36:02.912Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22902025-01-25T04:36:02.984Z Compiling diff v0.1.13
22912025-01-25T04:36:03.026Z Compiling slog-scope v4.4.0
22922025-01-25T04:36:03.461Z Compiling bitvec v1.0.1
22932025-01-25T04:36:03.916Z Compiling crc v3.2.1
22942025-01-25T04:36:04.542Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22952025-01-25T04:36:06.066Z Compiling lalrpop v0.19.12
22962025-01-25T04:36:07.466Z Compiling phf_codegen v0.11.2
22972025-01-25T04:36:07.892Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22982025-01-25T04:36:07.929Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22992025-01-25T04:36:08.200Z Compiling universal-hash v0.5.1
23002025-01-25T04:36:08.468Z Compiling packed_struct_codegen v0.10.1
23012025-01-25T04:36:08.915Z Compiling thiserror-impl-no-std v2.0.2
23022025-01-25T04:36:10.570Z Compiling diesel v2.2.6
23032025-01-25T04:36:10.890Z Compiling parse-zoneinfo v0.3.1
23042025-01-25T04:36:11.438Z Compiling indexmap v1.9.3
23052025-01-25T04:36:11.770Z Compiling unicase v2.7.0
23062025-01-25T04:36:12.109Z Compiling nodrop v0.1.14
23072025-01-25T04:36:12.272Z Compiling opaque-debug v0.3.1
23082025-01-25T04:36:12.328Z Compiling ref-cast v1.0.23
23092025-01-25T04:36:12.400Z Compiling poly1305 v0.8.0
23102025-01-25T04:36:12.877Z Compiling array-init v0.0.4
23112025-01-25T04:36:13.832Z Compiling chrono-tz-build v0.4.0
23122025-01-25T04:36:13.987Z Compiling thiserror-no-std v2.0.2
23132025-01-25T04:36:14.895Z Compiling smallvec v0.6.14
23142025-01-25T04:36:15.976Z Compiling slog-stdlog v4.1.1
23152025-01-25T04:36:16.794Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23162025-01-25T04:36:17.108Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23172025-01-25T04:36:17.418Z Compiling derive_builder_core v0.20.2
23182025-01-25T04:36:18.146Z Compiling chacha20 v0.9.1
23192025-01-25T04:36:18.638Z Compiling headers-core v0.3.0
23202025-01-25T04:36:18.844Z Compiling aead v0.5.2
23212025-01-25T04:36:19.238Z Compiling libxml v0.3.3
23222025-01-25T04:36:19.432Z Compiling ref-cast-impl v1.0.23
23232025-01-25T04:36:19.620Z Compiling vte_generate_state_changes v0.1.2
23242025-01-25T04:36:20.231Z Compiling hashbrown v0.12.3
23252025-01-25T04:36:20.511Z Compiling bitfield v0.14.0
23262025-01-25T04:36:20.836Z Compiling termcolor v1.4.1
23272025-01-25T04:36:21.892Z Compiling env_logger v0.10.2
23282025-01-25T04:36:22.583Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23292025-01-25T04:36:25.210Z Compiling vte v0.11.1
23302025-01-25T04:36:26.788Z Compiling derive_builder_macro v0.20.2
23312025-01-25T04:36:27.609Z Compiling chacha20poly1305 v0.10.1
23322025-01-25T04:36:27.869Z Compiling headers v0.4.0
23332025-01-25T04:36:28.917Z Compiling polar-core v0.27.3
23342025-01-25T04:36:31.529Z Compiling slog-envlogger v2.2.0
23352025-01-25T04:36:31.583Z Compiling serde-hex v0.1.0
23362025-01-25T04:36:34.221Z Compiling chrono-tz v0.10.1
23372025-01-25T04:36:34.913Z Compiling vsss-rs v3.3.4
23382025-01-25T04:36:36.688Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23392025-01-25T04:36:38.790Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23402025-01-25T04:36:39.145Z Compiling ron v0.8.1
23412025-01-25T04:36:39.656Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23422025-01-25T04:36:40.004Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23432025-01-25T04:36:41.590Z Compiling hashbrown v0.13.2
23442025-01-25T04:36:42.847Z Compiling strum_macros v0.24.3
23452025-01-25T04:36:44.469Z Compiling fxhash v0.2.1
23462025-01-25T04:36:44.729Z Compiling samael v0.0.17
23472025-01-25T04:36:44.964Z Compiling bytecount v0.6.8
23482025-01-25T04:36:45.243Z Compiling bumpalo v3.16.0
23492025-01-25T04:36:45.771Z Compiling lockfree-object-pool v0.1.6
23502025-01-25T04:36:45.827Z Compiling simd-adler32 v0.3.7
23512025-01-25T04:36:46.081Z Compiling zip v2.1.3
23522025-01-25T04:36:46.250Z Compiling indoc v1.0.9
23532025-01-25T04:36:46.392Z Compiling crc-any v2.5.0
23542025-01-25T04:36:47.192Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23552025-01-25T04:36:47.927Z Compiling zopfli v0.8.1
23562025-01-25T04:36:52.199Z Compiling papergrid v0.11.0
23572025-01-25T04:36:54.036Z Compiling object v0.30.4
23582025-01-25T04:36:56.834Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23592025-01-25T04:37:00.524Z Compiling derive_builder v0.20.2
23602025-01-25T04:37:01.944Z Compiling strip-ansi-escapes v0.2.0
23612025-01-25T04:37:02.928Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23622025-01-25T04:37:03.251Z Compiling tabled_derive v0.7.0
23632025-01-25T04:37:05.255Z Compiling fd-lock v4.0.2
23642025-01-25T04:37:05.370Z Compiling peg-macros v0.8.4
23652025-01-25T04:37:05.499Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23662025-01-25T04:37:05.520Z Compiling kstat-rs v0.2.4
23672025-01-25T04:37:06.445Z Compiling impl-trait-for-tuples v0.2.2
23682025-01-25T04:37:06.464Z Compiling oso-derive v0.27.3
23692025-01-25T04:37:06.466Z Compiling quick-xml v0.33.0
23702025-01-25T04:37:07.398Z Compiling diesel-dtrace v0.4.2
23712025-01-25T04:37:07.752Z Compiling path-slash v0.1.5
23722025-01-25T04:37:08.037Z Compiling nu-ansi-term v0.50.1
23732025-01-25T04:37:08.600Z Compiling peg v0.8.4
23742025-01-25T04:37:08.737Z Compiling reedline v0.35.0
23752025-01-25T04:37:09.330Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23762025-01-25T04:37:12.572Z Compiling oso v0.27.3
23772025-01-25T04:37:13.589Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23782025-01-25T04:37:18.926Z Compiling tabled v0.15.0
23792025-01-25T04:37:25.284Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23802025-01-25T04:37:34.162Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23812025-01-25T04:37:36.812Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23822025-01-25T04:37:38.308Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23832025-01-25T04:37:38.701Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23842025-01-25T04:37:39.031Z Compiling pem v3.0.4
23852025-01-25T04:37:40.516Z Compiling bb8 v0.8.5
23862025-01-25T04:37:41.213Z Compiling bcs v0.1.6
23872025-01-25T04:37:41.992Z Compiling libz-sys v1.1.20
23882025-01-25T04:37:42.702Z Compiling termtree v0.5.1
23892025-01-25T04:37:43.023Z Compiling parking_lot_core v0.8.6
23902025-01-25T04:37:43.628Z Compiling async-bb8-diesel v0.2.1
23912025-01-25T04:37:44.435Z Compiling mime_guess v2.0.5
23922025-01-25T04:37:46.224Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23932025-01-25T04:37:49.066Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23942025-01-25T04:37:49.379Z Compiling buf-list v1.0.3
23952025-01-25T04:37:51.489Z Compiling nibble_vec v0.1.0
23962025-01-25T04:37:51.767Z Compiling libgit2-sys v0.17.0+1.8.1
23972025-01-25T04:37:52.535Z Compiling pin-project-internal v1.1.6
23982025-01-25T04:37:53.877Z Compiling atty v0.2.14
23992025-01-25T04:37:54.073Z Compiling salty v0.3.0
24002025-01-25T04:37:54.508Z Compiling endian-type v0.1.2
24012025-01-25T04:37:54.783Z Compiling http-range v0.1.5
24022025-01-25T04:37:55.170Z Compiling pin-project v1.1.6
24032025-01-25T04:37:55.351Z Compiling radix_trie v0.2.1
24042025-01-25T04:37:56.295Z Compiling parking_lot v0.11.2
24052025-01-25T04:38:00.998Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24062025-01-25T04:38:01.032Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24072025-01-25T04:38:03.812Z Compiling snafu-derive v0.8.5
24082025-01-25T04:38:05.547Z Compiling hyper-staticfile v0.10.1
24092025-01-25T04:38:07.149Z Compiling sled v0.34.7
24102025-01-25T04:38:08.113Z Compiling snafu v0.8.5
24112025-01-25T04:38:08.508Z Compiling hickory-client v0.24.2
24122025-01-25T04:38:11.501Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24132025-01-25T04:38:14.173Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24142025-01-25T04:38:16.235Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24152025-01-25T04:38:25.075Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24162025-01-25T04:38:37.726Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24172025-01-25T04:38:39.914Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24182025-01-25T04:38:41.406Z Compiling globset v0.4.15
24192025-01-25T04:38:41.477Z Compiling hickory-server v0.24.2
24202025-01-25T04:38:43.605Z Compiling olpc-cjson v0.1.4
24212025-01-25T04:38:43.957Z Compiling primeorder v0.13.6
24222025-01-25T04:38:44.578Z Compiling vergen v8.3.2
24232025-01-25T04:38:44.820Z Compiling castaway v0.2.3
24242025-01-25T04:38:44.921Z Compiling env_filter v0.1.2
24252025-01-25T04:38:45.051Z Compiling cargo-platform v0.1.8
24262025-01-25T04:38:45.562Z Compiling serde_plain v1.0.2
24272025-01-25T04:38:45.652Z Compiling nanorand v0.7.0
24282025-01-25T04:38:46.125Z Compiling memoffset v0.9.1
24292025-01-25T04:38:46.316Z Compiling typed-path v0.9.3
24302025-01-25T04:38:46.416Z Compiling flume v0.11.1
24312025-01-25T04:38:46.660Z Compiling git2 v0.19.0
24322025-01-25T04:38:47.184Z Compiling cargo_metadata v0.18.1
24332025-01-25T04:38:48.834Z Compiling env_logger v0.11.5
24342025-01-25T04:38:50.165Z Compiling tough v0.19.0
24352025-01-25T04:38:50.271Z Compiling compact_str v0.8.0
24362025-01-25T04:38:52.810Z Compiling p384 v0.13.0
24372025-01-25T04:38:53.272Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24382025-01-25T04:38:53.302Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24392025-01-25T04:38:54.983Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24402025-01-25T04:38:57.609Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24412025-01-25T04:38:58.869Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24422025-01-25T04:38:59.687Z Compiling unicode-truncate v1.1.0
24432025-01-25T04:39:00.034Z Compiling lru v0.12.5
24442025-01-25T04:39:00.416Z Compiling rand_seeder v0.3.0
24452025-01-25T04:39:00.867Z Compiling libsqlite3-sys v0.30.1
24462025-01-25T04:39:01.453Z Compiling lzma-sys v0.1.20
24472025-01-25T04:39:02.241Z Compiling instability v0.3.2
24482025-01-25T04:39:03.168Z Compiling parse-size v1.1.0
24492025-01-25T04:39:03.509Z Compiling cfg_aliases v0.2.1
24502025-01-25T04:39:03.640Z Compiling rustls v0.21.12
24512025-01-25T04:39:03.660Z Compiling cassowary v0.3.0
24522025-01-25T04:39:03.703Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24532025-01-25T04:39:04.006Z Compiling nix v0.29.0
24542025-01-25T04:39:04.072Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24552025-01-25T04:39:04.852Z Compiling ratatui v0.28.1
24562025-01-25T04:39:05.668Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24572025-01-25T04:39:05.924Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24582025-01-25T04:39:07.442Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24592025-01-25T04:39:07.722Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24602025-01-25T04:39:08.465Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24612025-01-25T04:39:08.796Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24622025-01-25T04:39:12.348Z Compiling rustls-webpki v0.101.7
24632025-01-25T04:39:12.505Z Compiling sct v0.7.1
24642025-01-25T04:39:12.992Z Compiling heck v0.3.3
24652025-01-25T04:39:13.331Z Compiling csv-core v0.1.11
24662025-01-25T04:39:14.238Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24672025-01-25T04:39:14.583Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24682025-01-25T04:39:14.925Z Compiling glob v0.3.1
24692025-01-25T04:39:16.319Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24702025-01-25T04:39:16.507Z Compiling csv v1.3.1
24712025-01-25T04:39:16.917Z Compiling zone_cfg_derive v0.1.2
24722025-01-25T04:39:18.722Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24732025-01-25T04:39:23.204Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24742025-01-25T04:39:23.839Z Compiling nix v0.27.1
24752025-01-25T04:39:24.301Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24762025-01-25T04:39:24.821Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24772025-01-25T04:39:27.287Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24782025-01-25T04:39:30.996Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24792025-01-25T04:39:35.421Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24802025-01-25T04:39:35.841Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24812025-01-25T04:39:36.606Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24822025-01-25T04:39:36.944Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24832025-01-25T04:39:37.264Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24842025-01-25T04:39:37.602Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24852025-01-25T04:39:37.797Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24862025-01-25T04:39:38.349Z Compiling tungstenite v0.23.0
24872025-01-25T04:39:38.482Z Compiling hashlink v0.9.1
24882025-01-25T04:39:38.607Z Compiling fallible-iterator v0.3.0
24892025-01-25T04:39:39.273Z Compiling fallible-streaming-iterator v0.1.9
24902025-01-25T04:39:39.387Z Compiling base64 v0.13.1
24912025-01-25T04:39:39.584Z Compiling tokio-tungstenite v0.23.1
24922025-01-25T04:39:40.199Z Compiling ron v0.7.1
24932025-01-25T04:39:40.300Z Compiling rusqlite v0.32.1
24942025-01-25T04:39:41.277Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-01-25T04:39:42.029Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24962025-01-25T04:39:44.786Z Compiling xz2 v0.1.7
24972025-01-25T04:39:45.350Z Compiling tokio-rustls v0.24.1
24982025-01-25T04:39:45.385Z Compiling zone v0.1.8
24992025-01-25T04:39:48.833Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25002025-01-25T04:39:50.473Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25012025-01-25T04:39:50.780Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25022025-01-25T04:39:53.327Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25032025-01-25T04:39:55.129Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25042025-01-25T04:40:02.085Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25052025-01-25T04:40:03.679Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25062025-01-25T04:40:07.090Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25072025-01-25T04:40:07.206Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25082025-01-25T04:40:07.206Z Compiling rustls-pemfile v1.0.4
25092025-01-25T04:40:07.884Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25102025-01-25T04:40:08.210Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25112025-01-25T04:40:08.405Z Compiling signal-hook-tokio v0.3.1
25122025-01-25T04:40:08.645Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25132025-01-25T04:40:08.800Z Compiling twox-hash v1.6.3
25142025-01-25T04:40:09.815Z Compiling yasna v0.5.2
25152025-01-25T04:40:12.865Z Compiling smawk v0.3.2
25162025-01-25T04:40:13.168Z Compiling is_ci v1.2.0
25172025-01-25T04:40:13.229Z Compiling unicode-linebreak v0.1.5
25182025-01-25T04:40:13.497Z Compiling supports-color v3.0.1
25192025-01-25T04:40:13.806Z Compiling textwrap v0.16.1
25202025-01-25T04:40:13.956Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25212025-01-25T04:40:15.848Z Compiling rcgen v0.12.1
25222025-01-25T04:40:17.653Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25232025-01-25T04:40:24.518Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25242025-01-25T04:40:24.869Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25252025-01-25T04:40:26.051Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25262025-01-25T04:40:29.546Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25272025-01-25T04:40:36.731Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25282025-01-25T04:40:41.672Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25292025-01-25T04:40:43.465Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25302025-01-25T04:40:54.775Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25312025-01-25T04:40:55.334Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25322025-01-25T04:41:01.972Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25332025-01-25T04:41:02.061Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25342025-01-25T04:41:02.319Z Compiling fatfs v0.3.6
25352025-01-25T04:41:02.695Z Compiling subprocess v0.2.9
25362025-01-25T04:41:05.335Z Compiling rtoolbox v0.0.2
25372025-01-25T04:41:05.809Z Compiling assert_matches v1.5.0
25382025-01-25T04:41:07.563Z Compiling rpassword v7.3.1
25392025-01-25T04:41:08.084Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25402025-01-25T04:41:11.535Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25412025-01-25T04:41:12.587Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25422025-01-25T04:41:15.966Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25432025-01-25T04:41:20.216Z Compiling tui-tree-widget v0.22.0
25442025-01-25T04:41:20.783Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25452025-01-25T04:41:28.701Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25462025-01-25T04:41:29.066Z Compiling uzers v0.12.1
25472025-01-25T04:41:32.439Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25482025-01-25T04:41:35.209Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25492025-01-25T04:41:37.377Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25502025-01-25T04:42:07.649Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25512025-01-25T04:42:15.012Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25522025-01-25T04:42:18.018Z Compiling multimap v0.10.0
25532025-01-25T04:44:44.547Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25542025-01-25T04:44:54.169Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25552025-01-25T04:51:51.477Z Finished `release` profile [optimized] target(s) in 16m 54s
25562025-01-25T04:52:55.195Z
25572025-01-25T04:52:55.198Zreal 17:59.550715842
25582025-01-25T04:52:55.198Zuser 2:07:10.279173262
25592025-01-25T04:52:55.198Zsys 3:19.551373004
25602025-01-25T04:52:55.198Ztrap 3.308638907
25612025-01-25T04:52:55.198Ztflt 2.804311706
25622025-01-25T04:52:55.198Zdflt 4.335854747
25632025-01-25T04:52:55.198Zkflt 0.000977267
25642025-01-25T04:52:55.198Zlock 7:42:06.535032590
25652025-01-25T04:52:55.198Zslp 6:30:50.336670718
25662025-01-25T04:52:55.198Zlat 3:26.142617966
25672025-01-25T04:52:55.198Zstop 2:49.543468480
25682025-01-25T04:52:55.198Z+ mapfile -t packages
25692025-01-25T04:52:55.198Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25702025-01-25T04:52:56.264Z Finished `release` profile [optimized] target(s) in 1.00s
25712025-01-25T04:52:56.331Z Running `target/release/omicron-package -t test list-outputs`
25722025-01-25T04:52:56.379ZLogging to: /work/oxidecomputer/omicron/out/LOG
25732025-01-25T04:52:56.382Z+ ptime -m cargo build --locked --release -p xtask
25742025-01-25T04:52:56.953Z Compiling serde v1.0.217
25752025-01-25T04:52:56.956Z Compiling libc v0.2.169
25762025-01-25T04:52:56.956Z Compiling rustix v0.38.37
25772025-01-25T04:52:56.956Z Compiling serde_json v1.0.135
25782025-01-25T04:52:57.055Z Compiling syn v2.0.96
25792025-01-25T04:52:57.064Z Compiling bitflags v2.6.0
25802025-01-25T04:52:57.381Z Compiling usdt-impl v0.5.0
25812025-01-25T04:52:57.445Z Compiling syn v1.0.109
25822025-01-25T04:52:57.561Z Compiling log v0.4.22
25832025-01-25T04:52:57.613Z Compiling hashbrown v0.15.1
25842025-01-25T04:52:57.870Z Compiling fs-err v2.11.0
25852025-01-25T04:52:58.011Z Compiling once_cell v1.20.2
25862025-01-25T04:52:58.179Z Compiling anyhow v1.0.95
25872025-01-25T04:52:58.363Z Compiling thread-id v4.2.2
25882025-01-25T04:52:58.797Z Compiling indexmap v2.7.0
25892025-01-25T04:52:59.587Z Compiling terminal_size v0.4.0
25902025-01-25T04:52:59.668Z Compiling tempfile v3.13.0
25912025-01-25T04:52:59.835Z Compiling clap_builder v4.5.21
25922025-01-25T04:53:00.760Z Compiling proc-macro-error v1.0.4
25932025-01-25T04:53:01.751Z Compiling tabled_derive v0.7.0
25942025-01-25T04:53:02.757Z Compiling tabled v0.15.0
25952025-01-25T04:53:03.513Z Compiling serde_derive v1.0.217
25962025-01-25T04:53:03.513Z Compiling thiserror-impl v1.0.69
25972025-01-25T04:53:03.517Z Compiling zerocopy-derive v0.7.35
25982025-01-25T04:53:03.517Z Compiling scroll_derive v0.12.0
25992025-01-25T04:53:03.517Z Compiling clap_derive v4.5.18
26002025-01-25T04:53:04.899Z Compiling scroll v0.12.0
26012025-01-25T04:53:05.397Z Compiling zerocopy v0.7.35
26022025-01-25T04:53:05.536Z Compiling goblin v0.8.2
26032025-01-25T04:53:06.281Z Compiling thiserror v1.0.69
26042025-01-25T04:53:06.376Z Compiling pest v2.7.14
26052025-01-25T04:53:09.438Z Compiling pest_meta v2.7.14
26062025-01-25T04:53:09.464Z Compiling clap v4.5.21
26072025-01-25T04:53:11.040Z Compiling pest_generator v2.7.14
26082025-01-25T04:53:13.129Z Compiling pest_derive v2.7.14
26092025-01-25T04:53:13.909Z Compiling dtrace-parser v0.2.0
26102025-01-25T04:53:18.033Z Compiling serde_spanned v0.6.8
26112025-01-25T04:53:18.443Z Compiling serde_tokenstream v0.2.2
26122025-01-25T04:53:19.017Z Compiling toml_datetime v0.6.8
26132025-01-25T04:53:19.717Z Compiling toml_edit v0.22.22
26142025-01-25T04:53:20.765Z Compiling dof v0.3.0
26152025-01-25T04:53:21.806Z Compiling camino v1.1.9
26162025-01-25T04:53:22.844Z Compiling usdt-attr-macro v0.5.0
26172025-01-25T04:53:23.097Z Compiling usdt-macro v0.5.0
26182025-01-25T04:53:24.189Z Compiling toml v0.8.19
26192025-01-25T04:53:24.323Z Compiling semver v1.0.24
26202025-01-25T04:53:25.768Z Compiling cargo-platform v0.1.8
26212025-01-25T04:53:26.975Z Compiling cargo_metadata v0.18.1
26222025-01-25T04:53:27.356Z Compiling cargo_toml v0.20.5
26232025-01-25T04:53:28.702Z Compiling usdt v0.5.0
26242025-01-25T04:53:30.102Z Compiling camino-tempfile v1.1.1
26252025-01-25T04:53:30.259Z Compiling macaddr v1.0.1
26262025-01-25T04:53:40.054Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26272025-01-25T04:53:50.935Z Finished `release` profile [optimized] target(s) in 54.41s
26282025-01-25T04:53:50.962Z
26292025-01-25T04:53:50.965Zreal 54.547562763
26302025-01-25T04:53:50.965Zuser 5:42.325053245
26312025-01-25T04:53:50.965Zsys 18.004498651
26322025-01-25T04:53:50.965Ztrap 0.156039048
26332025-01-25T04:53:50.965Ztflt 0.323998953
26342025-01-25T04:53:50.965Zdflt 0.271831657
26352025-01-25T04:53:50.965Zkflt 0.000022137
26362025-01-25T04:53:50.965Zlock 10:31.037076639
26372025-01-25T04:53:50.965Zslp 16:11.962835281
26382025-01-25T04:53:50.965Zlat 13.437857926
26392025-01-25T04:53:50.965Zstop 16.277236185
26402025-01-25T04:53:50.965Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26412025-01-25T04:53:50.965Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26422025-01-25T04:53:50.965Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26432025-01-25T04:53:50.965Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26442025-01-25T04:53:50.965Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26452025-01-25T04:53:51.841Z Compiling hashbrown v0.14.5
26462025-01-25T04:53:52.059Z Compiling thiserror v2.0.11
26472025-01-25T04:53:52.070Z Compiling thiserror-impl v2.0.11
26482025-01-25T04:53:52.070Z Compiling ident_case v1.0.1
26492025-01-25T04:53:52.070Z Compiling unsafe-libyaml v0.2.11
26502025-01-25T04:53:52.070Z Compiling ipnetwork v0.20.0
26512025-01-25T04:53:52.070Z Compiling progenitor-client v0.9.1
26522025-01-25T04:53:52.070Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26532025-01-25T04:53:52.175Z Compiling darling_core v0.20.10
26542025-01-25T04:53:52.504Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26552025-01-25T04:53:52.591Z Compiling macaddr v1.0.1
26562025-01-25T04:53:52.860Z Compiling progenitor-client v0.8.0
26572025-01-25T04:53:52.921Z Compiling instant v0.1.13
26582025-01-25T04:53:53.031Z Compiling regress v0.10.1
26592025-01-25T04:53:53.081Z Compiling structmeta-derive v0.3.0
26602025-01-25T04:53:53.081Z Compiling dropshot v0.15.1
26612025-01-25T04:53:53.192Z Compiling regress v0.9.1
26622025-01-25T04:53:53.329Z Compiling serde_yaml v0.9.34+deprecated
26632025-01-25T04:53:53.460Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26642025-01-25T04:53:53.888Z Compiling dropshot_endpoint v0.15.1
26652025-01-25T04:53:54.751Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26662025-01-25T04:53:55.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672025-01-25T04:53:55.691Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26682025-01-25T04:53:55.794Z Compiling structmeta v0.3.0
26692025-01-25T04:53:56.172Z Compiling backoff v0.4.0
26702025-01-25T04:53:56.192Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712025-01-25T04:53:56.233Z Compiling parse-display-derive v0.10.0
26722025-01-25T04:53:56.393Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732025-01-25T04:53:56.564Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26742025-01-25T04:53:56.715Z Compiling tempfile v3.13.0
26752025-01-25T04:53:57.016Z Compiling typify-impl v0.2.0
26762025-01-25T04:53:57.157Z Compiling proc-macro-crate v1.3.1
26772025-01-25T04:53:57.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26782025-01-25T04:53:57.821Z Compiling typify-impl v0.3.0
26792025-01-25T04:53:57.926Z Compiling itertools v0.13.0
26802025-01-25T04:53:58.057Z Compiling zerocopy v0.8.10
26812025-01-25T04:53:58.093Z Compiling num_enum_derive v0.5.11
26822025-01-25T04:53:58.409Z Compiling darling_macro v0.20.10
26832025-01-25T04:53:58.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26842025-01-25T04:53:59.307Z Compiling foreign-types-macros v0.2.3
26852025-01-25T04:53:59.346Z Compiling darling v0.20.10
26862025-01-25T04:53:59.475Z Compiling serde_with_macros v3.11.0
26872025-01-25T04:54:00.319Z Compiling parse-display v0.10.0
26882025-01-25T04:54:00.451Z Compiling num_enum v0.5.11
26892025-01-25T04:54:00.628Z Compiling zerocopy-derive v0.8.10
26902025-01-25T04:54:00.697Z Compiling heapless v0.8.0
26912025-01-25T04:54:00.832Z Compiling crucible-workspace-hack v0.1.0
26922025-01-25T04:54:01.061Z Compiling foreign-types-shared v0.3.1
26932025-01-25T04:54:01.151Z Compiling foreign-types v0.5.0
26942025-01-25T04:54:01.179Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26952025-01-25T04:54:01.284Z Compiling proc-macro-error v1.0.4
26962025-01-25T04:54:01.928Z Compiling camino-tempfile v1.1.1
26972025-01-25T04:54:01.947Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26982025-01-25T04:54:02.185Z Compiling serde_with v3.11.0
26992025-01-25T04:54:02.384Z Compiling hash32 v0.3.1
27002025-01-25T04:54:02.654Z Compiling cstr-argument v0.1.2
27012025-01-25T04:54:02.752Z Compiling smoltcp v0.11.0
27022025-01-25T04:54:02.896Z Compiling pretty-hex v0.2.1
27032025-01-25T04:54:03.109Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27042025-01-25T04:54:03.449Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27052025-01-25T04:54:03.508Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27062025-01-25T04:54:04.100Z Compiling tabwriter v1.4.0
27072025-01-25T04:54:04.580Z Compiling colored v2.1.0
27082025-01-25T04:54:04.662Z Compiling cobs v0.2.3
27092025-01-25T04:54:04.981Z Compiling postcard v1.0.10
27102025-01-25T04:54:05.642Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27112025-01-25T04:54:05.736Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27122025-01-25T04:54:05.934Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27132025-01-25T04:54:06.058Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27142025-01-25T04:54:06.393Z Compiling smf v0.2.3
27152025-01-25T04:54:06.502Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27162025-01-25T04:54:06.864Z Compiling zone_cfg_derive v0.3.0
27172025-01-25T04:54:07.627Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27182025-01-25T04:54:07.650Z Compiling num-derive v0.4.2
27192025-01-25T04:54:07.984Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27202025-01-25T04:54:08.049Z Compiling sigpipe v0.1.3
27212025-01-25T04:54:08.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27222025-01-25T04:54:08.343Z Compiling zone v0.3.0
27232025-01-25T04:54:08.530Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27242025-01-25T04:54:08.765Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27252025-01-25T04:54:09.491Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27262025-01-25T04:54:09.654Z Compiling universal-hash v0.5.1
27272025-01-25T04:54:09.766Z Compiling opaque-debug v0.3.1
27282025-01-25T04:54:09.865Z Compiling tungstenite v0.21.0
27292025-01-25T04:54:09.884Z Compiling num-rational v0.4.2
27302025-01-25T04:54:09.955Z Compiling password-hash v0.5.0
27312025-01-25T04:54:10.074Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27322025-01-25T04:54:10.641Z Compiling blake2 v0.10.6
27332025-01-25T04:54:10.855Z Compiling num-complex v0.4.6
27342025-01-25T04:54:10.919Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27352025-01-25T04:54:11.234Z Compiling aead v0.5.2
27362025-01-25T04:54:11.542Z Compiling base64 v0.21.7
27372025-01-25T04:54:11.646Z Compiling keccak v0.1.5
27382025-01-25T04:54:11.841Z Compiling convert_case v0.4.0
27392025-01-25T04:54:11.912Z Compiling num v0.4.3
27402025-01-25T04:54:11.969Z Compiling sha3 v0.10.8
27412025-01-25T04:54:12.024Z Compiling argon2 v0.5.3
27422025-01-25T04:54:12.128Z Compiling typify-macro v0.2.0
27432025-01-25T04:54:12.500Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27442025-01-25T04:54:12.692Z Compiling derive_more v0.99.18
27452025-01-25T04:54:12.725Z Compiling tokio-tungstenite v0.21.0
27462025-01-25T04:54:12.790Z Compiling poly1305 v0.8.0
27472025-01-25T04:54:12.984Z Compiling chacha20 v0.9.1
27482025-01-25T04:54:13.307Z Compiling float-ord v0.3.2
27492025-01-25T04:54:13.480Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27502025-01-25T04:54:13.499Z Compiling semver v0.1.20
27512025-01-25T04:54:13.614Z Compiling typify-macro v0.3.0
27522025-01-25T04:54:13.918Z Compiling same-file v1.0.6
27532025-01-25T04:54:14.106Z Compiling walkdir v2.5.0
27542025-01-25T04:54:14.224Z Compiling rustc_version v0.1.7
27552025-01-25T04:54:14.564Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27562025-01-25T04:54:14.624Z Compiling newline-converter v0.3.0
27572025-01-25T04:54:14.698Z Compiling primeorder v0.13.6
27582025-01-25T04:54:14.784Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27592025-01-25T04:54:14.809Z Compiling secrecy v0.8.0
27602025-01-25T04:54:14.812Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27612025-01-25T04:54:15.060Z Compiling cancel-safe-futures v0.1.5
27622025-01-25T04:54:15.212Z Compiling owo-colors v4.1.0
27632025-01-25T04:54:15.365Z Compiling expectorate v1.1.0
27642025-01-25T04:54:15.451Z Compiling newtype_derive v0.1.6
27652025-01-25T04:54:15.566Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27662025-01-25T04:54:15.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27672025-01-25T04:54:15.698Z Compiling thiserror-impl-no-std v2.0.2
27682025-01-25T04:54:15.741Z Compiling blake3 v1.5.4
27692025-01-25T04:54:15.774Z Compiling half v2.4.1
27702025-01-25T04:54:15.881Z Compiling unicase v2.7.0
27712025-01-25T04:54:16.047Z Compiling typify v0.2.0
27722025-01-25T04:54:16.198Z Compiling progenitor-impl v0.8.0
27732025-01-25T04:54:16.216Z Compiling arc-swap v1.7.1
27742025-01-25T04:54:16.339Z Compiling ciborium-io v0.2.2
27752025-01-25T04:54:16.494Z Compiling ciborium-ll v0.2.2
27762025-01-25T04:54:16.635Z Compiling slog-scope v4.4.0
27772025-01-25T04:54:16.868Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27782025-01-25T04:54:16.990Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27792025-01-25T04:54:17.296Z Compiling polyval v0.6.2
27802025-01-25T04:54:17.391Z Compiling typify v0.3.0
27812025-01-25T04:54:17.550Z Compiling progenitor-impl v0.9.1
27822025-01-25T04:54:17.711Z Compiling atomicwrites v0.4.4
27832025-01-25T04:54:17.734Z Compiling libsw v3.3.1
27842025-01-25T04:54:18.061Z Compiling memmap2 v0.9.5
27852025-01-25T04:54:18.081Z Compiling arrayvec v0.7.6
27862025-01-25T04:54:18.440Z Compiling thiserror-no-std v2.0.2
27872025-01-25T04:54:18.498Z Compiling indent_write v2.2.0
27882025-01-25T04:54:18.527Z Compiling constant_time_eq v0.3.1
27892025-01-25T04:54:18.586Z Compiling parking_lot_core v0.8.6
27902025-01-25T04:54:18.735Z Compiling salty v0.3.0
27912025-01-25T04:54:18.755Z Compiling linear-map v1.2.0
27922025-01-25T04:54:19.087Z Compiling libefi-sys v0.1.0
27932025-01-25T04:54:19.090Z Compiling arrayref v0.3.9
27942025-01-25T04:54:19.103Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27952025-01-25T04:54:19.230Z Compiling vsss-rs v3.3.4
27962025-01-25T04:54:19.354Z Compiling ghash v0.5.1
27972025-01-25T04:54:19.667Z Compiling slog-stdlog v4.1.1
27982025-01-25T04:54:20.050Z Compiling ciborium v0.2.2
27992025-01-25T04:54:20.325Z Compiling p384 v0.13.0
28002025-01-25T04:54:20.345Z Compiling toolchain_find v0.4.0
28012025-01-25T04:54:21.071Z Compiling chacha20poly1305 v0.10.1
28022025-01-25T04:54:21.127Z Compiling ctr v0.9.2
28032025-01-25T04:54:21.328Z Compiling lzma-sys v0.1.20
28042025-01-25T04:54:21.371Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28052025-01-25T04:54:21.511Z Compiling bitfield-struct v0.6.2
28062025-01-25T04:54:21.801Z Compiling slog-dtrace v0.3.0
28072025-01-25T04:54:21.930Z Compiling topological-sort v0.2.2
28082025-01-25T04:54:22.090Z Compiling highway v1.2.0
28092025-01-25T04:54:22.178Z Compiling omicron-zone-package v0.12.0
28102025-01-25T04:54:22.355Z Compiling aes-gcm v0.10.3
28112025-01-25T04:54:22.689Z Compiling rustfmt-wrapper v0.2.1
28122025-01-25T04:54:22.836Z Compiling mime_guess v2.0.5
28132025-01-25T04:54:22.876Z Compiling slog-envlogger v2.2.0
28142025-01-25T04:54:22.896Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28152025-01-25T04:54:23.222Z Compiling progenitor-macro v0.8.0
28162025-01-25T04:54:23.273Z Compiling steno v0.4.1
28172025-01-25T04:54:23.780Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28182025-01-25T04:54:23.991Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28192025-01-25T04:54:24.179Z Compiling heck v0.3.3
28202025-01-25T04:54:24.441Z Compiling ssh-encoding v0.2.0
28212025-01-25T04:54:24.557Z Compiling blowfish v0.9.1
28222025-01-25T04:54:24.593Z Compiling nibble_vec v0.1.0
28232025-01-25T04:54:24.701Z Compiling progenitor-macro v0.9.1
28242025-01-25T04:54:24.809Z Compiling env_filter v0.1.2
28252025-01-25T04:54:24.938Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28262025-01-25T04:54:25.024Z Compiling humantime v2.1.0
28272025-01-25T04:54:25.084Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28282025-01-25T04:54:25.223Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28292025-01-25T04:54:25.244Z Compiling endian-type v0.1.2
28302025-01-25T04:54:25.453Z Compiling radix_trie v0.2.1
28312025-01-25T04:54:25.507Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28322025-01-25T04:54:25.567Z Compiling env_logger v0.11.5
28332025-01-25T04:54:25.612Z Compiling ssh-cipher v0.2.0
28342025-01-25T04:54:26.137Z Compiling bcrypt-pbkdf v0.10.0
28352025-01-25T04:54:26.224Z Compiling zone_cfg_derive v0.1.2
28362025-01-25T04:54:26.434Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28372025-01-25T04:54:27.138Z Compiling parking_lot v0.11.2
28382025-01-25T04:54:27.260Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28392025-01-25T04:54:27.662Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28402025-01-25T04:54:27.690Z Compiling password-hash v0.4.2
28412025-01-25T04:54:27.983Z Compiling gethostname v0.5.0
28422025-01-25T04:54:28.106Z Compiling fxhash v0.2.1
28432025-01-25T04:54:28.109Z Compiling base64 v0.13.1
28442025-01-25T04:54:28.128Z Compiling simd-adler32 v0.3.7
28452025-01-25T04:54:28.184Z Compiling http-range v0.1.5
28462025-01-25T04:54:28.309Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28472025-01-25T04:54:28.518Z Compiling bumpalo v3.16.0
28482025-01-25T04:54:28.521Z Compiling lockfree-object-pool v0.1.6
28492025-01-25T04:54:28.627Z Compiling zip v2.1.3
28502025-01-25T04:54:28.689Z Compiling ron v0.7.1
28512025-01-25T04:54:28.715Z Compiling sled v0.34.7
28522025-01-25T04:54:28.813Z Compiling pbkdf2 v0.11.0
28532025-01-25T04:54:28.972Z Compiling zopfli v0.8.1
28542025-01-25T04:54:28.992Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28552025-01-25T04:54:29.242Z Compiling zone v0.1.8
28562025-01-25T04:54:29.571Z Compiling xz2 v0.1.7
28572025-01-25T04:54:30.004Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28582025-01-25T04:54:30.635Z Compiling ssh-key v0.6.6
28592025-01-25T04:54:30.674Z Compiling hickory-client v0.24.2
28602025-01-25T04:54:31.095Z Compiling p256 v0.13.2
28612025-01-25T04:54:31.141Z Compiling p521 v0.13.3
28622025-01-25T04:54:31.924Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28632025-01-25T04:54:32.085Z Compiling hickory-server v0.24.2
28642025-01-25T04:54:32.970Z Compiling pem v3.0.4
28652025-01-25T04:54:33.499Z Compiling yasna v0.5.2
28662025-01-25T04:54:33.734Z Compiling headers-core v0.3.0
28672025-01-25T04:54:33.907Z Compiling kstat-rs v0.2.4
28682025-01-25T04:54:34.500Z Compiling nanorand v0.7.0
28692025-01-25T04:54:34.709Z Compiling atty v0.2.14
28702025-01-25T04:54:34.863Z Compiling russh-cryptovec v0.7.3
28712025-01-25T04:54:34.868Z Compiling md5 v0.7.0
28722025-01-25T04:54:35.031Z Compiling flume v0.11.1
28732025-01-25T04:54:35.052Z Compiling rcgen v0.12.1
28742025-01-25T04:54:35.159Z Compiling russh-keys v0.45.0
28752025-01-25T04:54:35.357Z Compiling headers v0.4.0
28762025-01-25T04:54:35.993Z Compiling progenitor v0.8.0
28772025-01-25T04:54:36.195Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28782025-01-25T04:54:36.424Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28792025-01-25T04:54:37.159Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28802025-01-25T04:54:37.272Z Compiling hyper-staticfile v0.10.1
28812025-01-25T04:54:37.455Z Compiling progenitor v0.9.1
28822025-01-25T04:54:37.683Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28832025-01-25T04:54:37.810Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28842025-01-25T04:54:38.314Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28852025-01-25T04:54:38.595Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28862025-01-25T04:54:38.882Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28872025-01-25T04:54:38.885Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28882025-01-25T04:54:40.684Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28892025-01-25T04:54:41.262Z Compiling num-bigint v0.4.6
28902025-01-25T04:54:41.626Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912025-01-25T04:54:43.214Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28922025-01-25T04:54:43.357Z Compiling des v0.8.1
28932025-01-25T04:54:43.690Z Compiling subprocess v0.2.9
28942025-01-25T04:54:43.766Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952025-01-25T04:54:44.241Z Compiling display-error-chain v0.2.2
28962025-01-25T04:54:44.480Z Compiling hex-literal v0.4.1
28972025-01-25T04:54:44.661Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28982025-01-25T04:54:44.682Z Compiling russh v0.45.0
28992025-01-25T04:54:45.473Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29002025-01-25T04:54:47.760Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29012025-01-25T04:54:48.220Z Compiling internet-checksum v0.2.1
29022025-01-25T04:54:52.635Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29032025-01-25T04:54:52.635Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29042025-01-25T04:54:52.638Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29052025-01-25T04:54:52.638Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29062025-01-25T04:54:53.521Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29072025-01-25T04:54:55.472Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29082025-01-25T04:54:57.008Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29092025-01-25T04:54:57.018Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29102025-01-25T04:54:57.413Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29112025-01-25T04:54:59.791Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29122025-01-25T04:54:59.899Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29132025-01-25T04:55:00.392Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29142025-01-25T04:55:00.449Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29152025-01-25T04:55:01.452Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29162025-01-25T04:55:01.986Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29172025-01-25T04:55:03.431Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29182025-01-25T04:55:03.845Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29192025-01-25T04:55:04.903Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29202025-01-25T04:55:06.572Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29212025-01-25T04:55:07.392Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29222025-01-25T04:55:07.532Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29232025-01-25T04:55:07.828Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29242025-01-25T04:55:09.406Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29252025-01-25T04:55:09.926Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29262025-01-25T04:55:12.276Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29272025-01-25T04:55:12.478Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29282025-01-25T04:55:13.039Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29292025-01-25T04:55:14.398Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29302025-01-25T04:55:19.890Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29312025-01-25T04:55:28.240Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29322025-01-25T04:55:29.772Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29332025-01-25T04:55:51.692Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29342025-01-25T04:56:14.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
29352025-01-25T04:56:14.882Z
29362025-01-25T04:56:14.885Zreal 2:23.857300913
29372025-01-25T04:56:14.885Zuser 12:19.233829635
29382025-01-25T04:56:14.886Zsys 1:34.287720490
29392025-01-25T04:56:14.886Ztrap 0.372149440
29402025-01-25T04:56:14.886Ztflt 0.843306430
29412025-01-25T04:56:14.886Zdflt 1.154323875
29422025-01-25T04:56:14.886Zkflt 0.000092686
29432025-01-25T04:56:14.886Zlock 22:38.276750466
29442025-01-25T04:56:14.886Zslp 42:08.448338768
29452025-01-25T04:56:14.886Zlat 37.612528344
29462025-01-25T04:56:14.886Zstop 1:39.186349496
29472025-01-25T04:56:14.886Z+ mkdir tests
29482025-01-25T04:56:14.889Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29492025-01-25T04:56:14.889Z+ xargs -I '{}' -t cp '{}' tests/
29502025-01-25T04:56:14.927Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d72ac0d0a27a912 tests/
29512025-01-25T04:56:14.958Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce0c3730dcf0497e tests/
29522025-01-25T04:56:14.981Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-abb2ebc63376bf98 tests/
29532025-01-25T04:56:15.008Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-694936f7530bbbda tests/
29542025-01-25T04:56:15.262Z+ 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/*)
29552025-01-25T04:56:15.267Z+ 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-ce0c3730dcf0497e tests/commtest-abb2ebc63376bf98 tests/dhcp_server-4d72ac0d0a27a912 tests/end_to_end_tests-694936f7530bbbda 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
29562025-01-25T04:57:29.092ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29572025-01-25T04:57:29.092Za .github/buildomat/ci-env.sh 1K
29582025-01-25T04:57:29.092Za out/target/test 1K
29592025-01-25T04:57:29.092Za out/npuzone/npuzone 23144K
29602025-01-25T04:57:29.092Za package-manifest.toml 34K
29612025-01-25T04:57:29.092Za smf/sled-agent/non-gimlet/config.toml 4K
29622025-01-25T04:57:29.092Za target/release/omicron-package 36024K
29632025-01-25T04:57:29.092Za target/release/xtask 11908K
29642025-01-25T04:57:29.092Za target/debug/bootstrap 220639K
29652025-01-25T04:57:29.092Za tests/bootstrap-ce0c3730dcf0497e 24276K
29662025-01-25T04:57:29.092Za tests/commtest-abb2ebc63376bf98 24769K
29672025-01-25T04:57:29.092Za tests/dhcp_server-4d72ac0d0a27a912 24276K
29682025-01-25T04:57:29.092Za tests/end_to_end_tests-694936f7530bbbda 282788K
29692025-01-25T04:57:29.093Za out/clickhouse.tar.gz 294285K
29702025-01-25T04:57:29.093Za out/clickhouse_keeper.tar.gz 281408K
29712025-01-25T04:57:29.093Za out/clickhouse_server.tar.gz 294261K
29722025-01-25T04:57:29.093Za out/cockroachdb.tar.gz 135005K
29732025-01-25T04:57:29.093Za out/crucible-dtrace.tar 96K
29742025-01-25T04:57:29.093Za out/crucible-pantry-zone.tar.gz 28544K
29752025-01-25T04:57:29.093Za out/crucible-zone.tar.gz 36823K
29762025-01-25T04:57:29.093Za out/external-dns.tar.gz 35466K
29772025-01-25T04:57:29.093Za out/internal-dns.tar.gz 35464K
29782025-01-25T04:57:29.093Za out/mg-ddm-gz.tar 63075K
29792025-01-25T04:57:29.093Za out/nexus.tar.gz 100213K
29802025-01-25T04:57:29.093Za out/ntp.tar.gz 10508K
29812025-01-25T04:57:29.093Za out/omicron-gateway-softnpu.tar.gz 24133K
29822025-01-25T04:57:29.093Za out/omicron-sled-agent.tar 113985K
29832025-01-25T04:57:29.093Za out/overlay.tar.gz 3K
29842025-01-25T04:57:29.093Za out/oximeter.tar.gz 48402K
29852025-01-25T04:57:29.093Za out/oxlog.tar 3153K
29862025-01-25T04:57:29.093Za out/probe.tar.gz 2764K
29872025-01-25T04:57:29.093Za out/propolis-server.tar.gz 66467K
29882025-01-25T04:57:29.093Za out/pumpkind-gz.tar 26665K
29892025-01-25T04:57:29.093Za out/switch-softnpu.tar.gz 237621K
29902025-01-25T04:57:29.106Z
29912025-01-25T04:57:29.106Zreal 1:13.731750982
29922025-01-25T04:57:29.106Zuser 1:10.320942996
29932025-01-25T04:57:29.106Zsys 4.949406699
29942025-01-25T04:57:29.106Ztrap 0.017926452
29952025-01-25T04:57:29.106Ztflt 0.000000000
29962025-01-25T04:57:29.107Zdflt 0.000000000
29972025-01-25T04:57:29.107Zkflt 0.000000000
29982025-01-25T04:57:29.107Zlock 0.000000000
29992025-01-25T04:57:29.107Zslp 1:10.005769665
30002025-01-25T04:57:29.107Zlat 2.163178119
30012025-01-25T04:57:29.107Zstop 0.000512573
30022025-01-25T04:57:29.107Zprocess exited: duration 2082538 ms, exit code 0
 
30032025-01-25T04:57:29.157Zfound 1 output files
30042025-01-25T04:57:29.171Zuploading: /work/package.tar.gz (1904653143 bytes)
30052025-01-25T04:58:13.644Zuploaded: /work/package.tar.gz