01JHSK1YMYFWHXQDNTF9H73RKN: 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: 01JHSK2D8B2AT66R9XC1NEBAXC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T07:37:21.947Zjob assigned to worker 01JHSK2JST12WBB9VDZG2S26YR [factory aws, i-09c18b42421274d5f] (queued for 49 s)
 
22025-01-17T07:37:29.339Zstarting task 0: "setup"
32025-01-17T07:37:29.348Z++ uname -s
42025-01-17T07:37:29.351Z+ kern=SunOS
52025-01-17T07:37:29.351Z+ case "$kern" in
62025-01-17T07:37:29.351Z+ groupadd -g 12345 build
72025-01-17T07:37:29.354Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T07:37:31.360Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T07:37:31.529Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T07:37:31.531Z+ home_fs=zfs
112025-01-17T07:37:31.531Z+ [[ zfs == autofs ]]
122025-01-17T07:37:31.531Z+ mkdir -p /home/build
132025-01-17T07:37:31.534Z+ chown build:build /home/build /work
142025-01-17T07:37:33.536Z+ chmod 0700 /home/build /work
152025-01-17T07:37:33.539Zprocess exited: duration 4201 ms, exit code 0
 
162025-01-17T07:37:33.545Zstarting task 1: "rust-toolchain"
172025-01-17T07:37:33.550Z+ printf ' * toolchain channel = "%s"
182025-01-17T07:37:33.550Z' 1.84.0
192025-01-17T07:37:33.551Z+ printf ' * toolchain profile = "%s"
202025-01-17T07:37:33.551Z' default
212025-01-17T07:37:33.551Z * toolchain channel = "1.84.0"
222025-01-17T07:37:33.551Z * toolchain profile = "default"
232025-01-17T07:37:33.553Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T07:37:33.553Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T07:37:33.675Zinfo: downloading installer
262025-01-17T07:37:35.280Zinfo: profile set to 'default'
272025-01-17T07:37:35.280Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T07:37:35.283Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T07:37:35.422Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T07:37:35.422Zinfo: downloading component 'cargo'
312025-01-17T07:37:36.191Zinfo: downloading component 'clippy'
322025-01-17T07:37:36.487Zinfo: downloading component 'rust-docs'
332025-01-17T07:37:37.537Zinfo: downloading component 'rust-std'
342025-01-17T07:37:39.113Zinfo: downloading component 'rustc'
352025-01-17T07:37:45.083Zinfo: downloading component 'rustfmt'
362025-01-17T07:37:45.311Zinfo: installing component 'cargo'
372025-01-17T07:37:46.135Zinfo: installing component 'clippy'
382025-01-17T07:37:46.512Zinfo: installing component 'rust-docs'
392025-01-17T07:37:48.195Zinfo: installing component 'rust-std'
402025-01-17T07:37:49.937Zinfo: installing component 'rustc'
412025-01-17T07:37:55.898Zinfo: installing component 'rustfmt'
422025-01-17T07:37:56.231Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T07:37:56.231Z
442025-01-17T07:37:56.622Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T07:37:56.623Z
462025-01-17T07:37:56.625Z
472025-01-17T07:37:56.625ZRust is installed now. Great!
482025-01-17T07:37:56.625Z
492025-01-17T07:37:56.625ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T07:37:56.625Zenvironment variable. This has not been done automatically.
512025-01-17T07:37:56.625Z
522025-01-17T07:37:56.625ZTo configure your current shell, you need to source
532025-01-17T07:37:56.625Zthe corresponding env file under $HOME/.cargo.
542025-01-17T07:37:56.625Z
552025-01-17T07:37:56.626ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T07:37:56.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T07:37:56.626Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T07:37:56.704Z+ rustc --version
592025-01-17T07:37:56.771Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T07:37:56.774Zprocess exited: duration 23229 ms, exit code 0
 
612025-01-17T07:37:56.781Zstarting task 2: "authentication"
622025-01-17T07:37:56.801Zprocess exited: duration 20 ms, exit code 0
 
632025-01-17T07:37:56.807Zstarting task 3: "clone repository"
642025-01-17T07:37:56.812Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T07:37:56.815Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T07:37:56.851ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T07:38:04.731Z+ cd /work/oxidecomputer/omicron
682025-01-17T07:38:04.731Z+ git fetch origin b84b8458e98887045a2851c27597bc604bfa9b96
692025-01-17T07:38:05.014ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T07:38:05.014Z * branch b84b8458e98887045a2851c27597bc604bfa9b96 -> FETCH_HEAD
712025-01-17T07:38:05.025Z+ [[ -n renovate/hyper-staticfile-0.x ]]
722025-01-17T07:38:05.028Z++ git branch --show-current
732025-01-17T07:38:05.030Z+ current=main
742025-01-17T07:38:05.030Z+ [[ main != renovate/hyper-staticfile-0.x ]]
752025-01-17T07:38:05.030Z+ git branch -f renovate/hyper-staticfile-0.x b84b8458e98887045a2851c27597bc604bfa9b96
762025-01-17T07:38:05.034Z+ git checkout -f renovate/hyper-staticfile-0.x
772025-01-17T07:38:05.212ZSwitched to branch 'renovate/hyper-staticfile-0.x'
782025-01-17T07:38:05.214Z+ git reset --hard b84b8458e98887045a2851c27597bc604bfa9b96
792025-01-17T07:38:05.386ZHEAD is now at b84b8458e Update Rust crate hyper-staticfile to 0.10.1
802025-01-17T07:38:05.389Zprocess exited: duration 8580 ms, exit code 0
 
812025-01-17T07:38:05.395Zstarting task 4: "build"
822025-01-17T07:38:05.401Z+ source .github/buildomat/ci-env.sh
832025-01-17T07:38:05.404Z++ export CARGO_TERM_COLOR=always
842025-01-17T07:38:05.404Z++ CARGO_TERM_COLOR=always
852025-01-17T07:38:05.404Z+ cargo --version
862025-01-17T07:38:05.463Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T07:38:05.466Z+ rustc --version
882025-01-17T07:38:05.526Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T07:38:05.529Z+ WORK=/work
902025-01-17T07:38:05.529Z+ pfexec mkdir -p /work
912025-01-17T07:38:05.533Z+ pfexec chown build /work
922025-01-17T07:38:05.536Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-17T07:38:07.165Zpkg list: illegal option -- F
942025-01-17T07:38:07.165ZUsage:
952025-01-17T07:38:07.168Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-17T07:38:07.168Z [pkg_fmri_pattern ...]
972025-01-17T07:38:08.006Zpkg list: illegal option -- F
982025-01-17T07:38:08.006ZUsage:
992025-01-17T07:38:08.006Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-17T07:38:08.006Z [pkg_fmri_pattern ...]
1012025-01-17T07:38:20.157Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-17T07:38:24.249Z Startup: Caching catalogs ... Done
1032025-01-17T07:38:35.441ZPlanning: Solver setup ... Done (10.377s)
1042025-01-17T07:38:35.586ZPlanning: Running solver ... Done (0.146s)
1052025-01-17T07:38:35.702ZPlanning: Finding local manifests ... Done (0.007s)
1062025-01-17T07:38:35.730ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-17T07:38:35.978ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-17T07:38:36.087ZPlanning: Package planning ... Done (0.109s)
1092025-01-17T07:38:36.144ZPlanning: Merging actions ... Done (0.057s)
1102025-01-17T07:38:36.343ZPlanning: Checking for conflicting actions ... Done (0.198s)
1112025-01-17T07:38:38.506ZPlanning: Consolidating action changes ... Done (2.162s)
1122025-01-17T07:38:38.951ZPlanning: Evaluating mediators ... Done (0.437s)
1132025-01-17T07:38:39.051ZPlanning: Planning completed in 14.68 seconds
1142025-01-17T07:38:39.063Z Packages to install: 4
1152025-01-17T07:38:39.063Z Packages to update: 3
1162025-01-17T07:38:39.063Z Mediators to change: 2
1172025-01-17T07:38:39.063Z Services to change: 1
1182025-01-17T07:38:39.064Z Estimated space available: 155.61 GB
1192025-01-17T07:38:39.064ZEstimated space to be consumed: 1.64 GB
1202025-01-17T07:38:39.064Z Create boot environment: No
1212025-01-17T07:38:39.064ZCreate backup boot environment: Yes
1222025-01-17T07:38:39.064Z Rebuild boot archive: No
1232025-01-17T07:38:39.064Z
1242025-01-17T07:38:39.067ZChanged mediators:
1252025-01-17T07:38:39.067Z mediator clang:
1262025-01-17T07:38:39.068Z version: None -> 15 (system default)
1272025-01-17T07:38:39.068Z
1282025-01-17T07:38:39.068Z mediator llvm:
1292025-01-17T07:38:39.068Z version: 14 (system default) -> 15 (system default)
1302025-01-17T07:38:39.068Z
1312025-01-17T07:38:39.068ZChanged packages:
1322025-01-17T07:38:39.068Zhelios-dev
1332025-01-17T07:38:39.069Z developer/build-essential
1342025-01-17T07:38:39.069Z None -> 11-2.0
1352025-01-17T07:38:39.069Z library/libxmlsec1
1362025-01-17T07:38:39.069Z None -> 1.2.35-2.0
1372025-01-17T07:38:39.069Z ooce/developer/clang-15
1382025-01-17T07:38:39.069Z None -> 15.0.7-2.0
1392025-01-17T07:38:39.069Z ooce/developer/llvm-15
1402025-01-17T07:38:39.069Z None -> 15.0.7-2.0
1412025-01-17T07:38:39.070Z package/pkg
1422025-01-17T07:38:39.070Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-17T07:38:39.070Z system/library/g++-runtime
1442025-01-17T07:38:39.070Z 13-2.0 -> 14-2.0
1452025-01-17T07:38:39.070Z system/library/gcc-runtime
1462025-01-17T07:38:39.070Z 13-2.0 -> 14-2.0
1472025-01-17T07:38:39.070Z
1482025-01-17T07:38:39.070ZServices:
1492025-01-17T07:38:39.071Z restart_fmri:
1502025-01-17T07:38:39.071Z svc:/system/update-man-index:default
1512025-01-17T07:38:39.071Z
1522025-01-17T07:38:39.071ZEditable files to change:
1532025-01-17T07:38:39.071Z Update:
1542025-01-17T07:38:39.071Z usr/share/lib/pkg/web/config.shtml
1552025-01-17T07:38:39.128Z
1562025-01-17T07:38:39.128ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-17T07:38:44.128ZDownload: 350/4301 items 2.1/225.4MB 0% complete (415k/s)
1582025-01-17T07:38:49.138ZDownload: 1156/4301 items 50.9/225.4MB 22% complete (5.0M/s)
1592025-01-17T07:38:54.929ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (8.4M/s)
1602025-01-17T07:38:59.946ZDownload: 1552/4301 items 116.8/225.4MB 51% complete (6.5M/s)
1612025-01-17T07:39:04.936ZDownload: 1896/4301 items 117.8/225.4MB 52% complete (3.5M/s)
1622025-01-17T07:39:09.990ZDownload: 2303/4301 items 119.6/225.4MB 53% complete (297k/s)
1632025-01-17T07:39:15.049ZDownload: 2525/4301 items 120.1/225.4MB 53% complete (232k/s)
1642025-01-17T07:39:20.053ZDownload: 2863/4301 items 120.9/225.4MB 53% complete (127k/s)
1652025-01-17T07:39:25.498ZDownload: 3241/4301 items 195.0/225.4MB 86% complete (7.4M/s)
1662025-01-17T07:39:33.578ZDownload: 3243/4301 items 202.8/225.4MB 89% complete (8.1M/s)
1672025-01-17T07:39:38.629ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (45.4k/s)
1682025-01-17T07:39:51.204ZDownload: 3288/4301 items 211.1/225.4MB 93% complete (986k/s)
1692025-01-17T07:39:56.204ZDownload: 4076/4301 items 219.2/225.4MB 97% complete (1.6M/s)
1702025-01-17T07:39:58.677ZDownload: Completed 225.42 MB in 79.55 seconds (2.8M/s)
1712025-01-17T07:40:00.755Z Actions: 1/5122 actions (Removing old actions)
1722025-01-17T07:40:00.779Z Actions: 194/5122 actions (Installing new actions)
1732025-01-17T07:40:05.554Z Actions: 4267/5122 actions (Updating modified actions)
1742025-01-17T07:40:05.914Z Actions: Completed 5122 actions in 5.16 seconds.
1752025-01-17T07:40:06.320Z Done (0.398s)
1762025-01-17T07:40:06.323Z Done (0.001s)
1772025-01-17T07:40:06.899Z Done (0.578s)
1782025-01-17T07:40:11.347Z Done (4.213s)
1792025-01-17T07:40:11.433Z Done (0.018s)
1802025-01-17T07:40:11.435Z Done (0.000s)
1812025-01-17T07:40:11.668Z Done (0.000s)
1822025-01-17T07:40:12.365ZPlanning: Evaluating mediator changes ... Done
1832025-01-17T07:40:12.526ZPlanning: Checking for conflicting actions ... Done
1842025-01-17T07:40:12.530ZPlanning: Consolidating action changes ... Done
1852025-01-17T07:40:12.795ZPlanning: Evaluating mediators ... Done
1862025-01-17T07:40:12.798ZPlanning: Planning completed in 0.43 seconds
1872025-01-17T07:40:12.834Z Mediators to change: 2
1882025-01-17T07:40:12.834Z Create boot environment: No
1892025-01-17T07:40:12.838ZCreate backup boot environment: No
1902025-01-17T07:40:12.942Z Done
1912025-01-17T07:40:12.942Z Done
1922025-01-17T07:40:13.349Z Done
1932025-01-17T07:40:16.916Z Done
1942025-01-17T07:40:17.003Z Done
1952025-01-17T07:40:17.006Z Done
1962025-01-17T07:40:17.130Z Done
1972025-01-17T07:40:17.738ZPlanning: Evaluating mediator changes ... Done
1982025-01-17T07:40:17.742ZPlanning: Merging actions ... Done
1992025-01-17T07:40:17.929ZPlanning: Checking for conflicting actions ... Done
2002025-01-17T07:40:17.933ZPlanning: Consolidating action changes ... Done
2012025-01-17T07:40:18.194ZPlanning: Evaluating mediators ... Done
2022025-01-17T07:40:18.248ZPlanning: Planning completed in 0.75 seconds
2032025-01-17T07:40:18.289Z Packages to change: 1
2042025-01-17T07:40:18.289Z Mediators to change: 1
2052025-01-17T07:40:18.291Z Services to change: 1
2062025-01-17T07:40:18.291Z Create boot environment: No
2072025-01-17T07:40:18.291ZCreate backup boot environment: Yes
2082025-01-17T07:40:20.648Z Actions: 1/6 actions (Updating modified actions)
2092025-01-17T07:40:20.651Z Actions: Completed 6 actions in 0.00 seconds.
2102025-01-17T07:40:20.651Z Done
2112025-01-17T07:40:20.651Z Done
2122025-01-17T07:40:20.768Z Done
2132025-01-17T07:40:24.337Z Done
2142025-01-17T07:40:24.429Z Done
2152025-01-17T07:40:24.432Z Done
2162025-01-17T07:40:24.581Z Done
2172025-01-17T07:40:25.013ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182025-01-17T07:40:25.013Zclang system 15 system
2192025-01-17T07:40:25.013Zcsh system system illumos
2202025-01-17T07:40:25.014Zctags system system illumos
2212025-01-17T07:40:25.014Zgcc vendor 12 vendor
2222025-01-17T07:40:25.014Zgcc system 10 system
2232025-01-17T07:40:25.014Zgcc system 7 system
2242025-01-17T07:40:25.014Zgo system 1.20 system
2252025-01-17T07:40:25.014Zgo system 1.19 system
2262025-01-17T07:40:25.014Zllvm system 15 system
2272025-01-17T07:40:25.014Zllvm system 14 system
2282025-01-17T07:40:25.014Zmariadb system 10.6 system
2292025-01-17T07:40:25.014Zmta vendor vendor dma
2302025-01-17T07:40:25.014Zopenjdk system 17 system
2312025-01-17T07:40:25.014Zopenjdk system 11 system
2322025-01-17T07:40:25.014Zopenjdk system 1.8 system
2332025-01-17T07:40:25.014Zopenssl vendor 3 vendor
2342025-01-17T07:40:25.014Zperl system 5.36 system
2352025-01-17T07:40:25.014Zpostgresql system 15 system
2362025-01-17T07:40:25.014Zpostgresql system 13 system
2372025-01-17T07:40:25.014Zpython vendor 3 vendor
2382025-01-17T07:40:25.014Zpython system 2 system
2392025-01-17T07:40:25.014Zpython3 system 3.11 system
2402025-01-17T07:40:25.014Zruby system 3.0 system
2412025-01-17T07:40:25.014Zwords vendor vendor american-english
2422025-01-17T07:40:25.014Zwords system system australian-english
2432025-01-17T07:40:25.014Zwords system system british-english
2442025-01-17T07:40:25.014Zwords system system canadian-english
2452025-01-17T07:40:25.015Zwords system system french
2462025-01-17T07:40:25.015Zwords system system italian
2472025-01-17T07:40:25.015Zwords system system ngerman
2482025-01-17T07:40:25.016Zwords system system ogerman
2492025-01-17T07:40:25.016Zwords system system spanish
2502025-01-17T07:40:25.342ZPUBLISHER TYPE STATUS P LOCATION
2512025-01-17T07:40:25.342Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2522025-01-17T07:40:28.169ZFMRI IFO
2532025-01-17T07:40:28.169Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542025-01-17T07:40:28.169Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552025-01-17T07:40:28.169Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562025-01-17T07:40:28.169Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572025-01-17T07:40:28.169Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2582025-01-17T07:40:28.169Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592025-01-17T07:40:28.169Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2602025-01-17T07:40:28.169Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2612025-01-17T07:40:28.169Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622025-01-17T07:40:28.169Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2632025-01-17T07:40:28.169Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2642025-01-17T07:40:28.169Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652025-01-17T07:40:28.169Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2662025-01-17T07:40:28.169Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2672025-01-17T07:40:28.169Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682025-01-17T07:40:28.921Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692025-01-17T07:40:29.169Z Updating crates.io index
2702025-01-17T07:40:29.254Z Updating git repository `https://github.com/oxidecomputer/diffus`
2712025-01-17T07:40:29.540Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722025-01-17T07:40:30.076Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732025-01-17T07:40:30.320Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742025-01-17T07:40:30.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2752025-01-17T07:40:30.861Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762025-01-17T07:40:31.828Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772025-01-17T07:40:33.329Z Updating git repository `https://github.com/oxidecomputer/opte`
2782025-01-17T07:40:34.099Z Updating git repository `https://github.com/oxidecomputer/falcon`
2792025-01-17T07:40:34.785Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802025-01-17T07:40:35.044Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812025-01-17T07:40:35.343Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822025-01-17T07:40:35.920Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2832025-01-17T07:40:36.214Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842025-01-17T07:40:36.477Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852025-01-17T07:40:36.790Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2862025-01-17T07:40:37.063Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2872025-01-17T07:40:37.320Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2882025-01-17T07:40:37.607Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2892025-01-17T07:40:37.880Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902025-01-17T07:40:38.177Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912025-01-17T07:40:38.525Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922025-01-17T07:40:39.043Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932025-01-17T07:40:39.286Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942025-01-17T07:40:39.697Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952025-01-17T07:40:40.020Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2962025-01-17T07:40:40.342Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972025-01-17T07:40:40.580Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982025-01-17T07:40:40.850Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992025-01-17T07:40:42.072Z Downloading crates ...
3002025-01-17T07:40:42.155Z Downloaded anstyle v1.0.10
3012025-01-17T07:40:42.159Z Downloaded cpufeatures v0.2.14
3022025-01-17T07:40:42.162Z Downloaded anstyle-parse v0.2.5
3032025-01-17T07:40:42.173Z Downloaded scroll_derive v0.12.0
3042025-01-17T07:40:42.176Z Downloaded equivalent v1.0.1
3052025-01-17T07:40:42.182Z Downloaded swrite v0.1.0
3062025-01-17T07:40:42.188Z Downloaded dtrace-parser v0.2.0
3072025-01-17T07:40:42.201Z Downloaded usdt-macro v0.5.0
3082025-01-17T07:40:42.204Z Downloaded pretty-hex v0.4.1
3092025-01-17T07:40:42.207Z Downloaded usdt-attr-macro v0.5.0
3102025-01-17T07:40:42.209Z Downloaded generic-array v0.14.7
3112025-01-17T07:40:42.210Z Downloaded bitflags v2.6.0
3122025-01-17T07:40:42.212Z Downloaded anyhow v1.0.93
3132025-01-17T07:40:42.216Z Downloaded clap_lex v0.7.2
3142025-01-17T07:40:42.219Z Downloaded digest v0.10.7
3152025-01-17T07:40:42.222Z Downloaded anstyle-query v1.1.1
3162025-01-17T07:40:42.222Z Downloaded crypto-common v0.1.6
3172025-01-17T07:40:42.222Z Downloaded colorchoice v1.0.2
3182025-01-17T07:40:42.224Z Downloaded is_terminal_polyfill v1.70.1
3192025-01-17T07:40:42.224Z Downloaded autocfg v1.4.0
3202025-01-17T07:40:42.227Z Downloaded cfg-if v1.0.0
3212025-01-17T07:40:42.227Z Downloaded fs-err v2.11.0
3222025-01-17T07:40:42.230Z Downloaded cargo_metadata v0.18.1
3232025-01-17T07:40:42.230Z Downloaded bytecount v0.6.8
3242025-01-17T07:40:42.232Z Downloaded cargo-platform v0.1.8
3252025-01-17T07:40:42.232Z Downloaded terminal_size v0.4.0
3262025-01-17T07:40:42.235Z Downloaded memmap v0.7.0
3272025-01-17T07:40:42.238Z Downloaded tabled_derive v0.7.0
3282025-01-17T07:40:42.238Z Downloaded anstream v0.6.15
3292025-01-17T07:40:42.240Z Downloaded pest_generator v2.7.14
3302025-01-17T07:40:42.240Z Downloaded itoa v1.0.11
3312025-01-17T07:40:42.243Z Downloaded utf8parse v0.2.2
3322025-01-17T07:40:42.243Z Downloaded usdt-impl v0.5.0
3332025-01-17T07:40:42.246Z Downloaded unicode-linebreak v0.1.5
3342025-01-17T07:40:42.246Z Downloaded toml_datetime v0.6.8
3352025-01-17T07:40:42.246Z Downloaded thread-id v4.2.2
3362025-01-17T07:40:42.249Z Downloaded heck v0.5.0
3372025-01-17T07:40:42.249Z Downloaded version_check v0.9.5
3382025-01-17T07:40:42.249Z Downloaded heck v0.4.1
3392025-01-17T07:40:42.251Z Downloaded strsim v0.11.1
3402025-01-17T07:40:42.251Z Downloaded fnv v1.0.7
3412025-01-17T07:40:42.254Z Downloaded serde_spanned v0.6.8
3422025-01-17T07:40:42.254Z Downloaded macaddr v1.0.1
3432025-01-17T07:40:42.256Z Downloaded proc-macro-error-attr v1.0.4
3442025-01-17T07:40:42.257Z Downloaded fastrand v2.1.1
3452025-01-17T07:40:42.260Z Downloaded dof v0.3.0
3462025-01-17T07:40:42.263Z Downloaded usdt v0.5.0
3472025-01-17T07:40:42.263Z Downloaded block-buffer v0.10.4
3482025-01-17T07:40:42.263Z Downloaded smawk v0.3.2
3492025-01-17T07:40:42.263Z Downloaded camino v1.1.9
3502025-01-17T07:40:42.267Z Downloaded clap_derive v4.5.18
3512025-01-17T07:40:42.270Z Downloaded camino-tempfile v1.1.1
3522025-01-17T07:40:42.273Z Downloaded thiserror-impl v1.0.69
3532025-01-17T07:40:42.273Z Downloaded serde_tokenstream v0.2.2
3542025-01-17T07:40:42.277Z Downloaded thiserror v1.0.69
3552025-01-17T07:40:42.282Z Downloaded semver v1.0.24
3562025-01-17T07:40:42.286Z Downloaded cargo_toml v0.20.5
3572025-01-17T07:40:42.289Z Downloaded plain v0.2.3
3582025-01-17T07:40:42.295Z Downloaded tempfile v3.13.0
3592025-01-17T07:40:42.298Z Downloaded proc-macro-error v1.0.4
3602025-01-17T07:40:42.301Z Downloaded zerocopy-derive v0.7.35
3612025-01-17T07:40:42.305Z Downloaded pest_derive v2.7.14
3622025-01-17T07:40:42.308Z Downloaded byteorder v1.5.0
3632025-01-17T07:40:42.311Z Downloaded scroll v0.12.0
3642025-01-17T07:40:42.313Z Downloaded quote v1.0.38
3652025-01-17T07:40:42.316Z Downloaded once_cell v1.20.2
3662025-01-17T07:40:42.319Z Downloaded sha2 v0.10.8
3672025-01-17T07:40:42.321Z Downloaded clap v4.5.21
3682025-01-17T07:40:42.327Z Downloaded unicode-ident v1.0.14
3692025-01-17T07:40:42.331Z Downloaded ucd-trie v0.1.7
3702025-01-17T07:40:42.333Z Downloaded errno v0.3.9
3712025-01-17T07:40:42.333Z Downloaded proc-macro2 v1.0.92
3722025-01-17T07:40:42.337Z Downloaded typenum v1.17.0
3732025-01-17T07:40:42.339Z Downloaded ryu v1.0.18
3742025-01-17T07:40:42.342Z Downloaded toml v0.8.19
3752025-01-17T07:40:42.345Z Downloaded textwrap v0.16.1
3762025-01-17T07:40:42.347Z Downloaded log v0.4.22
3772025-01-17T07:40:42.350Z Downloaded pest_meta v2.7.14
3782025-01-17T07:40:42.359Z Downloaded serde_derive v1.0.217
3792025-01-17T07:40:42.363Z Downloaded papergrid v0.11.0
3802025-01-17T07:40:42.376Z Downloaded serde v1.0.217
3812025-01-17T07:40:42.383Z Downloaded memchr v2.7.4
3822025-01-17T07:40:42.388Z Downloaded indexmap v2.7.0
3832025-01-17T07:40:42.394Z Downloaded toml_edit v0.22.22
3842025-01-17T07:40:42.425Z Downloaded pest v2.7.14
3852025-01-17T07:40:42.433Z Downloaded hashbrown v0.15.1
3862025-01-17T07:40:42.442Z Downloaded zerocopy v0.7.35
3872025-01-17T07:40:42.457Z Downloaded winnow v0.6.20
3882025-01-17T07:40:42.465Z Downloaded serde_json v1.0.135
3892025-01-17T07:40:42.471Z Downloaded clap_builder v4.5.21
3902025-01-17T07:40:42.478Z Downloaded tabled v0.15.0
3912025-01-17T07:40:42.492Z Downloaded syn v1.0.109
3922025-01-17T07:40:42.502Z Downloaded goblin v0.8.2
3932025-01-17T07:40:42.508Z Downloaded unicode-width v0.1.14
3942025-01-17T07:40:42.523Z Downloaded syn v2.0.96
3952025-01-17T07:40:42.534Z Downloaded rustix v0.38.37
3962025-01-17T07:40:42.573Z Downloaded libc v0.2.169
3972025-01-17T07:40:42.884Z Compiling proc-macro2 v1.0.92
3982025-01-17T07:40:42.884Z Compiling unicode-ident v1.0.14
3992025-01-17T07:40:42.887Z Compiling serde v1.0.217
4002025-01-17T07:40:42.887Z Compiling version_check v0.9.5
4012025-01-17T07:40:42.887Z Compiling memchr v2.7.4
4022025-01-17T07:40:42.887Z Compiling thiserror v1.0.69
4032025-01-17T07:40:42.920Z Compiling libc v0.2.169
4042025-01-17T07:40:42.923Z Compiling ucd-trie v0.1.7
4052025-01-17T07:40:43.147Z Compiling ryu v1.0.18
4062025-01-17T07:40:43.502Z Compiling itoa v1.0.11
4072025-01-17T07:40:43.658Z Compiling once_cell v1.20.2
4082025-01-17T07:40:43.729Z Compiling byteorder v1.5.0
4092025-01-17T07:40:43.899Z Compiling serde_json v1.0.135
4102025-01-17T07:40:44.030Z Compiling rustix v0.38.37
4112025-01-17T07:40:44.121Z Compiling bitflags v2.6.0
4122025-01-17T07:40:44.249Z Compiling usdt-impl v0.5.0
4132025-01-17T07:40:44.435Z Compiling proc-macro-error-attr v1.0.4
4142025-01-17T07:40:44.540Z Compiling syn v1.0.109
4152025-01-17T07:40:44.574Z Compiling proc-macro-error v1.0.4
4162025-01-17T07:40:44.737Z Compiling quote v1.0.38
4172025-01-17T07:40:44.867Z Compiling errno v0.3.9
4182025-01-17T07:40:44.892Z Compiling log v0.4.22
4192025-01-17T07:40:44.918Z Compiling utf8parse v0.2.2
4202025-01-17T07:40:45.036Z Compiling camino v1.1.9
4212025-01-17T07:40:45.112Z Compiling syn v2.0.96
4222025-01-17T07:40:45.238Z Compiling thread-id v4.2.2
4232025-01-17T07:40:45.265Z Compiling equivalent v1.0.1
4242025-01-17T07:40:45.290Z Compiling hashbrown v0.15.1
4252025-01-17T07:40:45.364Z Compiling plain v0.2.3
4262025-01-17T07:40:45.415Z Compiling anstyle-parse v0.2.5
4272025-01-17T07:40:45.722Z Compiling is_terminal_polyfill v1.70.1
4282025-01-17T07:40:45.746Z Compiling autocfg v1.4.0
4292025-01-17T07:40:45.868Z Compiling winnow v0.6.20
4302025-01-17T07:40:46.023Z Compiling unicode-width v0.1.14
4312025-01-17T07:40:46.182Z Compiling pretty-hex v0.4.1
4322025-01-17T07:40:46.411Z Compiling indexmap v2.7.0
4332025-01-17T07:40:46.411Z Compiling colorchoice v1.0.2
4342025-01-17T07:40:46.574Z Compiling anstyle v1.0.10
4352025-01-17T07:40:46.630Z Compiling anstyle-query v1.1.1
4362025-01-17T07:40:46.672Z Compiling semver v1.0.24
4372025-01-17T07:40:46.807Z Compiling fs-err v2.11.0
4382025-01-17T07:40:47.014Z Compiling anstream v0.6.15
4392025-01-17T07:40:47.275Z Compiling terminal_size v0.4.0
4402025-01-17T07:40:47.435Z Compiling anyhow v1.0.93
4412025-01-17T07:40:47.505Z Compiling heck v0.5.0
4422025-01-17T07:40:47.629Z Compiling fnv v1.0.7
4432025-01-17T07:40:47.658Z Compiling fastrand v2.1.1
4442025-01-17T07:40:47.785Z Compiling clap_lex v0.7.2
4452025-01-17T07:40:47.812Z Compiling bytecount v0.6.8
4462025-01-17T07:40:47.963Z Compiling heck v0.4.1
4472025-01-17T07:40:48.049Z Compiling strsim v0.11.1
4482025-01-17T07:40:48.236Z Compiling cfg-if v1.0.0
4492025-01-17T07:40:48.390Z Compiling clap_builder v4.5.21
4502025-01-17T07:40:48.612Z Compiling tempfile v3.13.0
4512025-01-17T07:40:48.642Z Compiling papergrid v0.11.0
4522025-01-17T07:40:48.819Z Compiling memmap v0.7.0
4532025-01-17T07:40:48.908Z Compiling smawk v0.3.2
4542025-01-17T07:40:49.125Z Compiling unicode-linebreak v0.1.5
4552025-01-17T07:40:49.407Z Compiling swrite v0.1.0
4562025-01-17T07:40:49.596Z Compiling textwrap v0.16.1
4572025-01-17T07:40:50.250Z Compiling tabled_derive v0.7.0
4582025-01-17T07:40:51.708Z Compiling tabled v0.15.0
4592025-01-17T07:40:52.010Z Compiling serde_derive v1.0.217
4602025-01-17T07:40:52.013Z Compiling thiserror-impl v1.0.69
4612025-01-17T07:40:52.013Z Compiling zerocopy-derive v0.7.35
4622025-01-17T07:40:52.013Z Compiling scroll_derive v0.12.0
4632025-01-17T07:40:52.013Z Compiling clap_derive v4.5.18
4642025-01-17T07:40:53.331Z Compiling scroll v0.12.0
4652025-01-17T07:40:53.894Z Compiling goblin v0.8.2
4662025-01-17T07:40:53.929Z Compiling zerocopy v0.7.35
4672025-01-17T07:40:55.033Z Compiling pest v2.7.14
4682025-01-17T07:40:55.640Z Compiling clap v4.5.21
4692025-01-17T07:40:57.084Z Compiling pest_meta v2.7.14
4702025-01-17T07:40:57.974Z Compiling pest_generator v2.7.14
4712025-01-17T07:40:59.393Z Compiling pest_derive v2.7.14
4722025-01-17T07:41:00.047Z Compiling dtrace-parser v0.2.0
4732025-01-17T07:41:00.791Z Compiling serde_tokenstream v0.2.2
4742025-01-17T07:41:00.836Z Compiling serde_spanned v0.6.8
4752025-01-17T07:41:00.870Z Compiling toml_datetime v0.6.8
4762025-01-17T07:41:00.994Z Compiling cargo-platform v0.1.8
4772025-01-17T07:41:01.128Z Compiling macaddr v1.0.1
4782025-01-17T07:41:01.399Z Compiling toml_edit v0.22.22
4792025-01-17T07:41:01.478Z Compiling camino-tempfile v1.1.1
4802025-01-17T07:41:02.167Z Compiling dof v0.3.0
4812025-01-17T07:41:02.290Z Compiling cargo_metadata v0.18.1
4822025-01-17T07:41:03.524Z Compiling usdt-attr-macro v0.5.0
4832025-01-17T07:41:03.527Z Compiling usdt-macro v0.5.0
4842025-01-17T07:41:04.111Z Compiling toml v0.8.19
4852025-01-17T07:41:04.581Z Compiling usdt v0.5.0
4862025-01-17T07:41:04.940Z Compiling cargo_toml v0.20.5
4872025-01-17T07:41:07.603Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882025-01-17T07:41:10.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.01s
4892025-01-17T07:41:10.980Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902025-01-17T07:41:11.498Z Downloading crates ...
4912025-01-17T07:41:11.628Z Downloaded atty v0.2.14
4922025-01-17T07:41:11.630Z Downloaded atomicwrites v0.4.4
4932025-01-17T07:41:11.633Z Downloaded async-stream-impl v0.3.6
4942025-01-17T07:41:11.636Z Downloaded headers-core v0.3.0
4952025-01-17T07:41:11.642Z Downloaded async-recursion v1.1.1
4962025-01-17T07:41:11.644Z Downloaded aead v0.5.2
4972025-01-17T07:41:11.647Z Downloaded adler2 v2.0.0
4982025-01-17T07:41:11.652Z Downloaded hex-literal v0.4.1
4992025-01-17T07:41:11.652Z Downloaded hex v0.4.3
5002025-01-17T07:41:11.655Z Downloaded heck v0.3.3
5012025-01-17T07:41:11.655Z Downloaded crunchy v0.2.2
5022025-01-17T07:41:11.655Z Downloaded ciborium-io v0.2.2
5032025-01-17T07:41:11.655Z Downloaded cfg_aliases v0.2.1
5042025-01-17T07:41:11.666Z Downloaded ident_case v1.0.1
5052025-01-17T07:41:11.670Z Downloaded cstr-argument v0.1.2
5062025-01-17T07:41:11.673Z Downloaded http-range v0.1.5
5072025-01-17T07:41:11.673Z Downloaded crucible-workspace-hack v0.1.0
5082025-01-17T07:41:11.678Z Downloaded base16ct v0.2.0
5092025-01-17T07:41:11.681Z Downloaded arrayref v0.3.9
5102025-01-17T07:41:11.684Z Downloaded match_cfg v0.1.0
5112025-01-17T07:41:11.684Z Downloaded icu_provider_macros v1.5.0
5122025-01-17T07:41:11.684Z Downloaded is_ci v1.2.0
5132025-01-17T07:41:11.688Z Downloaded async-stream v0.3.6
5142025-01-17T07:41:11.691Z Downloaded atomic-waker v1.1.2
5152025-01-17T07:41:11.691Z Downloaded addr2line v0.24.2
5162025-01-17T07:41:11.691Z Downloaded instant v0.1.13
5172025-01-17T07:41:11.695Z Downloaded matches v0.1.10
5182025-01-17T07:41:11.696Z Downloaded crc-catalog v2.4.0
5192025-01-17T07:41:11.699Z Downloaded cobs v0.2.3
5202025-01-17T07:41:11.699Z Downloaded blowfish v0.9.1
5212025-01-17T07:41:11.699Z Downloaded hubpack_derive v0.1.1
5222025-01-17T07:41:11.699Z Downloaded md5 v0.7.0
5232025-01-17T07:41:11.702Z Downloaded cfg_aliases v0.1.1
5242025-01-17T07:41:11.702Z Downloaded hmac v0.12.1
5252025-01-17T07:41:11.707Z Downloaded home v0.5.9
5262025-01-17T07:41:11.707Z Downloaded convert_case v0.4.0
5272025-01-17T07:41:11.707Z Downloaded cmake v0.1.51
5282025-01-17T07:41:11.710Z Downloaded ctr v0.9.2
5292025-01-17T07:41:11.710Z Downloaded http-body v1.0.1
5302025-01-17T07:41:11.710Z Downloaded ipnetwork v0.20.0
5312025-01-17T07:41:11.714Z Downloaded inout v0.1.3
5322025-01-17T07:41:11.717Z Downloaded crossbeam-deque v0.8.5
5332025-01-17T07:41:11.717Z Downloaded colored v2.1.0
5342025-01-17T07:41:11.722Z Downloaded cipher v0.4.4
5352025-01-17T07:41:11.722Z Downloaded cbc v0.1.2
5362025-01-17T07:41:11.727Z Downloaded bit-vec v0.6.3
5372025-01-17T07:41:11.727Z Downloaded bit-set v0.5.3
5382025-01-17T07:41:11.727Z Downloaded keccak v0.1.5
5392025-01-17T07:41:11.727Z Downloaded linear-map v1.2.0
5402025-01-17T07:41:11.732Z Downloaded indent_write v2.2.0
5412025-01-17T07:41:11.732Z Downloaded chrono-tz-build v0.4.0
5422025-01-17T07:41:11.732Z Downloaded bcrypt-pbkdf v0.10.0
5432025-01-17T07:41:11.736Z Downloaded crc v3.2.1
5442025-01-17T07:41:11.736Z Downloaded kstat-rs v0.2.4
5452025-01-17T07:41:11.736Z Downloaded hostname v0.3.1
5462025-01-17T07:41:11.739Z Downloaded backoff v0.4.0
5472025-01-17T07:41:11.739Z Downloaded block-padding v0.3.3
5482025-01-17T07:41:11.742Z Downloaded bitfield-struct v0.6.2
5492025-01-17T07:41:11.742Z Downloaded castaway v0.2.3
5502025-01-17T07:41:11.745Z Downloaded md-5 v0.10.6
5512025-01-17T07:41:11.745Z Downloaded is-terminal v0.4.13
5522025-01-17T07:41:11.748Z Downloaded hyper-tls v0.6.0
5532025-01-17T07:41:11.748Z Downloaded arrayvec v0.7.6
5542025-01-17T07:41:11.751Z Downloaded curve25519-dalek-derive v0.1.1
5552025-01-17T07:41:11.756Z Downloaded maplit v1.0.2
5562025-01-17T07:41:11.757Z Downloaded ciborium v0.2.2
5572025-01-17T07:41:11.759Z Downloaded internet-checksum v0.2.1
5582025-01-17T07:41:11.759Z Downloaded impl-trait-for-tuples v0.2.2
5592025-01-17T07:41:11.759Z Downloaded ahash v0.8.11
5602025-01-17T07:41:11.763Z Downloaded lalrpop-util v0.19.12
5612025-01-17T07:41:11.763Z Downloaded mime v0.3.17
5622025-01-17T07:41:11.766Z Downloaded memoffset v0.9.1
5632025-01-17T07:41:11.766Z Downloaded bcs v0.1.6
5642025-01-17T07:41:11.770Z Downloaded hickory-client v0.24.1
5652025-01-17T07:41:11.773Z Downloaded lru-cache v0.1.2
5662025-01-17T07:41:11.773Z Downloaded strum v0.26.3
5672025-01-17T07:41:11.776Z Downloaded chacha20 v0.9.1
5682025-01-17T07:41:11.776Z Downloaded buf-list v1.0.3
5692025-01-17T07:41:11.779Z Downloaded maybe-uninit v2.0.0
5702025-01-17T07:41:11.781Z Downloaded quick-error v1.2.3
5712025-01-17T07:41:11.781Z Downloaded libefi-sys v0.1.0
5722025-01-17T07:41:11.784Z Downloaded console v0.15.8
5732025-01-17T07:41:11.787Z Downloaded icu_locid_transform v1.5.0
5742025-01-17T07:41:11.792Z Downloaded hyper-rustls v0.27.3
5752025-01-17T07:41:11.796Z Downloaded const_format_proc_macros v0.2.33
5762025-01-17T07:41:11.797Z Downloaded cancel-safe-futures v0.1.5
5772025-01-17T07:41:11.800Z Downloaded sqlparser_derive v0.2.2
5782025-01-17T07:41:11.800Z Downloaded bitfield v0.14.0
5792025-01-17T07:41:11.800Z Downloaded httparse v1.9.5
5802025-01-17T07:41:11.803Z Downloaded highway v1.2.0
5812025-01-17T07:41:11.806Z Downloaded bitflags v1.3.2
5822025-01-17T07:41:11.809Z Downloaded lock_api v0.4.12
5832025-01-17T07:41:11.811Z Downloaded progenitor-macro v0.9.1
5842025-01-17T07:41:11.812Z Downloaded primeorder v0.13.6
5852025-01-17T07:41:11.814Z Downloaded libloading v0.8.5
5862025-01-17T07:41:11.824Z Downloaded ipnet v2.10.1
5872025-01-17T07:41:11.824Z Downloaded instability v0.3.2
5882025-01-17T07:41:11.824Z Downloaded crc32fast v1.4.2
5892025-01-17T07:41:11.824Z Downloaded base64ct v1.6.0
5902025-01-17T07:41:11.829Z Downloaded tokio-macros v2.5.0
5912025-01-17T07:41:11.829Z Downloaded rand_chacha v0.3.1
5922025-01-17T07:41:11.829Z Downloaded iana-time-zone v0.1.61
5932025-01-17T07:41:11.829Z Downloaded darling v0.20.10
5942025-01-17T07:41:11.832Z Downloaded memmap2 v0.9.5
5952025-01-17T07:41:11.835Z Downloaded foreign-types-shared v0.1.1
5962025-01-17T07:41:11.835Z Downloaded rtoolbox v0.0.2
5972025-01-17T07:41:11.838Z Downloaded salsa20 v0.10.2
5982025-01-17T07:41:11.838Z Downloaded newtype_derive v0.1.6
5992025-01-17T07:41:11.841Z Downloaded lru v0.12.5
6002025-01-17T07:41:11.841Z Downloaded serde_path_to_error v0.1.16
6012025-01-17T07:41:11.843Z Downloaded oso-derive v0.27.3
6022025-01-17T07:41:11.843Z Downloaded cookie_store v0.21.0
6032025-01-17T07:41:11.846Z Downloaded openssl-probe v0.1.5
6042025-01-17T07:41:11.850Z Downloaded signal-hook-mio v0.2.4
6052025-01-17T07:41:11.850Z Downloaded scopeguard v1.2.0
6062025-01-17T07:41:11.852Z Downloaded crc-any v2.5.0
6072025-01-17T07:41:11.852Z Downloaded mime_guess v2.0.5
6082025-01-17T07:41:11.855Z Downloaded clang-sys v1.8.1
6092025-01-17T07:41:11.858Z Downloaded hyper-staticfile v0.10.1
6102025-01-17T07:41:11.863Z Downloaded foreign-types-macros v0.2.3
6112025-01-17T07:41:11.863Z Downloaded allocator-api2 v0.2.18
6122025-01-17T07:41:11.866Z Downloaded crossbeam-epoch v0.9.18
6132025-01-17T07:41:11.866Z Downloaded jobserver v0.1.32
6142025-01-17T07:41:11.874Z Downloaded thread_local v1.1.8
6152025-01-17T07:41:11.876Z Downloaded crossbeam-utils v0.8.20
6162025-01-17T07:41:11.876Z Downloaded indexmap v1.9.3
6172025-01-17T07:41:11.879Z Downloaded number_prefix v0.4.0
6182025-01-17T07:41:11.879Z Downloaded r2d2 v0.8.10
6192025-01-17T07:41:11.882Z Downloaded managed v0.8.0
6202025-01-17T07:41:11.882Z Downloaded icu_provider v1.5.0
6212025-01-17T07:41:11.885Z Downloaded phf_shared v0.10.0
6222025-01-17T07:41:11.887Z Downloaded twox-hash v1.6.3
6232025-01-17T07:41:11.888Z Downloaded foreign-types v0.5.0
6242025-01-17T07:41:11.890Z Downloaded rand_core v0.6.4
6252025-01-17T07:41:11.890Z Downloaded tinystr v0.7.6
6262025-01-17T07:41:11.893Z Downloaded hickory-server v0.24.1
6272025-01-17T07:41:11.899Z Downloaded embedded-io v0.6.1
6282025-01-17T07:41:11.901Z Downloaded globset v0.4.15
6292025-01-17T07:41:11.901Z Downloaded russh-cryptovec v0.7.3
6302025-01-17T07:41:11.906Z Downloaded fallible-iterator v0.3.0
6312025-01-17T07:41:11.906Z Downloaded fallible-iterator v0.2.0
6322025-01-17T07:41:11.910Z Downloaded display-error-chain v0.2.2
6332025-01-17T07:41:11.910Z Downloaded defmt v0.3.8
6342025-01-17T07:41:11.913Z Downloaded group v0.13.0
6352025-01-17T07:41:11.913Z Downloaded gethostname v0.5.0
6362025-01-17T07:41:11.913Z Downloaded bytes v1.9.0
6372025-01-17T07:41:11.920Z Downloaded futures-macro v0.3.31
6382025-01-17T07:41:11.923Z Downloaded serde_derive_internals v0.29.1
6392025-01-17T07:41:11.923Z Downloaded nibble_vec v0.1.0
6402025-01-17T07:41:11.923Z Downloaded percent-encoding v2.3.1
6412025-01-17T07:41:11.926Z Downloaded slog-async v2.8.0
6422025-01-17T07:41:11.926Z Downloaded argon2 v0.5.3
6432025-01-17T07:41:11.931Z Downloaded dirs-sys-next v0.1.2
6442025-01-17T07:41:11.931Z Downloaded base64 v0.21.7
6452025-01-17T07:41:11.936Z Downloaded newtype-uuid v1.2.1
6462025-01-17T07:41:11.936Z Downloaded multimap v0.10.0
6472025-01-17T07:41:11.940Z Downloaded structmeta-derive v0.3.0
6482025-01-17T07:41:11.940Z Downloaded icu_normalizer_data v1.5.0
6492025-01-17T07:41:11.940Z Downloaded icu_properties v1.5.1
6502025-01-17T07:41:11.943Z Downloaded phf_generator v0.11.2
6512025-01-17T07:41:11.943Z Downloaded bumpalo v3.16.0
6522025-01-17T07:41:11.946Z Downloaded tokio-tungstenite v0.24.0
6532025-01-17T07:41:11.952Z Downloaded tokio-tungstenite v0.23.1
6542025-01-17T07:41:11.952Z Downloaded dirs-next v2.0.0
6552025-01-17T07:41:11.959Z Downloaded indicatif v0.17.9
6562025-01-17T07:41:11.965Z Downloaded yoke-derive v0.7.4
6572025-01-17T07:41:11.965Z Downloaded try-lock v0.2.5
6582025-01-17T07:41:11.965Z Downloaded psl-types v2.0.11
6592025-01-17T07:41:11.965Z Downloaded vsss-rs v3.3.4
6602025-01-17T07:41:11.965Z Downloaded progenitor v0.9.1
6612025-01-17T07:41:11.968Z Downloaded polyval v0.6.2
6622025-01-17T07:41:11.968Z Downloaded want v0.3.1
6632025-01-17T07:41:11.968Z Downloaded pkg-config v0.3.31
6642025-01-17T07:41:11.972Z Downloaded typify v0.2.0
6652025-01-17T07:41:11.976Z Downloaded rustversion v1.0.17
6662025-01-17T07:41:11.976Z Downloaded displaydoc v0.2.5
6672025-01-17T07:41:11.980Z Downloaded env_logger v0.11.5
6682025-01-17T07:41:11.986Z Downloaded prettyplease v0.2.25
6692025-01-17T07:41:11.990Z Downloaded opaque-debug v0.3.1
6702025-01-17T07:41:11.990Z Downloaded chacha20poly1305 v0.10.1
6712025-01-17T07:41:11.990Z Downloaded base64 v0.22.1
6722025-01-17T07:41:11.993Z Downloaded slog-dtrace v0.3.0
6732025-01-17T07:41:11.993Z Downloaded signal-hook v0.3.17
6742025-01-17T07:41:11.996Z Downloaded thiserror-impl v2.0.11
6752025-01-17T07:41:12.000Z Downloaded spki v0.7.3
6762025-01-17T07:41:12.003Z Downloaded thiserror-impl-no-std v2.0.2
6772025-01-17T07:41:12.003Z Downloaded test-strategy v0.3.1
6782025-01-17T07:41:12.006Z Downloaded slog v2.7.0
6792025-01-17T07:41:12.012Z Downloaded password-hash v0.4.2
6802025-01-17T07:41:12.016Z Downloaded icu_collections v1.5.0
6812025-01-17T07:41:12.019Z Downloaded const_format v0.2.33
6822025-01-17T07:41:12.024Z Downloaded vergen v8.3.2
6832025-01-17T07:41:12.031Z Downloaded unicase v2.7.0
6842025-01-17T07:41:12.031Z Downloaded unarray v0.1.4
6852025-01-17T07:41:12.032Z Downloaded derive-where v1.2.7
6862025-01-17T07:41:12.037Z Downloaded num-rational v0.4.2
6872025-01-17T07:41:12.037Z Downloaded xattr v1.3.1
6882025-01-17T07:41:12.037Z Downloaded futures-core v0.3.31
6892025-01-17T07:41:12.040Z Downloaded poly1305 v0.8.0
6902025-01-17T07:41:12.040Z Downloaded hickory-resolver v0.24.1
6912025-01-17T07:41:12.055Z Downloaded sigpipe v0.1.3
6922025-01-17T07:41:12.058Z Downloaded backtrace v0.3.74
6932025-01-17T07:41:12.062Z Downloaded cc v1.1.30
6942025-01-17T07:41:12.066Z Downloaded toolchain_find v0.4.0
6952025-01-17T07:41:12.066Z Downloaded time-core v0.1.2
6962025-01-17T07:41:12.066Z Downloaded untrusted v0.9.0
6972025-01-17T07:41:12.069Z Downloaded num_enum_derive v0.5.11
6982025-01-17T07:41:12.070Z Downloaded num-derive v0.4.2
6992025-01-17T07:41:12.073Z Downloaded downcast v0.11.0
7002025-01-17T07:41:12.073Z Downloaded path-slash v0.1.5
7012025-01-17T07:41:12.075Z Downloaded nu-ansi-term v0.50.1
7022025-01-17T07:41:12.076Z Downloaded ref-cast-impl v1.0.23
7032025-01-17T07:41:12.080Z Downloaded ref-cast v1.0.23
7042025-01-17T07:41:12.083Z Downloaded phf_codegen v0.11.2
7052025-01-17T07:41:12.083Z Downloaded phf_shared v0.11.2
7062025-01-17T07:41:12.083Z Downloaded phf v0.11.2
7072025-01-17T07:41:12.083Z Downloaded pem v3.0.4
7082025-01-17T07:41:12.086Z Downloaded heapless v0.7.17
7092025-01-17T07:41:12.092Z Downloaded rustls-pemfile v1.0.4
7102025-01-17T07:41:12.096Z Downloaded aes v0.8.4
7112025-01-17T07:41:12.096Z Downloaded yasna v0.5.2
7122025-01-17T07:41:12.101Z Downloaded tungstenite v0.23.0
7132025-01-17T07:41:12.104Z Downloaded tokio-rustls v0.24.1
7142025-01-17T07:41:12.104Z Downloaded sct v0.7.1
7152025-01-17T07:41:12.108Z Downloaded strip-ansi-escapes v0.2.0
7162025-01-17T07:41:12.111Z Downloaded stringprep v0.1.5
7172025-01-17T07:41:12.111Z Downloaded string_cache v0.8.7
7182025-01-17T07:41:12.115Z Downloaded serde_urlencoded v0.7.1
7192025-01-17T07:41:12.115Z Downloaded ecdsa v0.16.9
7202025-01-17T07:41:12.124Z Downloaded mirai-annotations v1.12.0
7212025-01-17T07:41:12.124Z Downloaded futures-channel v0.3.31
7222025-01-17T07:41:12.124Z Downloaded num_threads v0.1.7
7232025-01-17T07:41:12.127Z Downloaded num-iter v0.1.45
7242025-01-17T07:41:12.127Z Downloaded thiserror-no-std v2.0.2
7252025-01-17T07:41:12.128Z Downloaded env_logger v0.10.2
7262025-01-17T07:41:12.130Z Downloaded zopfli v0.8.1
7272025-01-17T07:41:12.131Z Downloaded russh-keys v0.45.0
7282025-01-17T07:41:12.135Z Downloaded rpassword v7.3.1
7292025-01-17T07:41:12.138Z Downloaded topological-sort v0.2.2
7302025-01-17T07:41:12.139Z Downloaded tls_codec_derive v0.4.1
7312025-01-17T07:41:12.139Z Downloaded structmeta v0.2.0
7322025-01-17T07:41:12.143Z Downloaded progenitor-impl v0.9.1
7332025-01-17T07:41:12.146Z Downloaded sync_wrapper v1.0.1
7342025-01-17T07:41:12.146Z Downloaded sync-ptr v0.1.1
7352025-01-17T07:41:12.146Z Downloaded rand_xorshift v0.3.0
7362025-01-17T07:41:12.146Z Downloaded defmt-macros v0.3.9
7372025-01-17T07:41:12.149Z Downloaded zerovec-derive v0.10.3
7382025-01-17T07:41:12.154Z Downloaded untrusted v0.7.1
7392025-01-17T07:41:12.154Z Downloaded filetime v0.2.25
7402025-01-17T07:41:12.154Z Downloaded term v0.7.0
7412025-01-17T07:41:12.157Z Downloaded uuid v1.11.0
7422025-01-17T07:41:12.162Z Downloaded ed25519 v2.2.3
7432025-01-17T07:41:12.167Z Downloaded debug-ignore v1.0.5
7442025-01-17T07:41:12.167Z Downloaded unicode-xid v0.2.6
7452025-01-17T07:41:12.167Z Downloaded zerocopy v0.6.6
7462025-01-17T07:41:12.171Z Downloaded take_mut v0.2.2
7472025-01-17T07:41:12.171Z Downloaded vte_generate_state_changes v0.1.2
7482025-01-17T07:41:12.171Z Downloaded pin-utils v0.1.0
7492025-01-17T07:41:12.174Z Downloaded futures-executor v0.3.31
7502025-01-17T07:41:12.174Z Downloaded sqlformat v0.2.6
7512025-01-17T07:41:12.174Z Downloaded minimal-lexical v0.2.1
7522025-01-17T07:41:12.179Z Downloaded nodrop v0.1.14
7532025-01-17T07:41:12.184Z Downloaded endian-type v0.1.2
7542025-01-17T07:41:12.184Z Downloaded waitgroup v0.1.2
7552025-01-17T07:41:12.184Z Downloaded futures-io v0.3.31
7562025-01-17T07:41:12.188Z Downloaded rustls-pemfile v2.2.0
7572025-01-17T07:41:12.188Z Downloaded newline-converter v0.3.0
7582025-01-17T07:41:12.188Z Downloaded rand_seeder v0.3.0
7592025-01-17T07:41:12.191Z Downloaded predicates-core v1.0.8
7602025-01-17T07:41:12.192Z Downloaded olpc-cjson v0.1.4
7612025-01-17T07:41:12.192Z Downloaded mockall v0.13.0
7622025-01-17T07:41:12.195Z Downloaded tls_codec v0.4.1
7632025-01-17T07:41:12.195Z Downloaded shlex v1.3.0
7642025-01-17T07:41:12.198Z Downloaded serde_plain v1.0.2
7652025-01-17T07:41:12.199Z Downloaded rustfmt-wrapper v0.2.1
7662025-01-17T07:41:12.199Z Downloaded signal-hook-tokio v0.3.1
7672025-01-17T07:41:12.202Z Downloaded signal-hook-registry v1.4.2
7682025-01-17T07:41:12.202Z Downloaded rustc_version v0.4.1
7692025-01-17T07:41:12.205Z Downloaded rustc_version v0.1.7
7702025-01-17T07:41:12.205Z Downloaded defmt-parser v0.3.4
7712025-01-17T07:41:12.205Z Downloaded slog-term v2.9.1
7722025-01-17T07:41:12.208Z Downloaded fatfs v0.3.6
7732025-01-17T07:41:12.212Z Downloaded precomputed-hash v0.1.1
7742025-01-17T07:41:12.215Z Downloaded tabwriter v1.4.0
7752025-01-17T07:41:12.215Z Downloaded steno v0.4.1
7762025-01-17T07:41:12.220Z Downloaded subtle v2.6.1
7772025-01-17T07:41:12.220Z Downloaded progenitor-client v0.9.1
7782025-01-17T07:41:12.222Z Downloaded predicates-tree v1.0.11
7792025-01-17T07:41:12.223Z Downloaded libxml v0.3.3
7802025-01-17T07:41:12.227Z Downloaded either v1.13.0
7812025-01-17T07:41:12.230Z Downloaded utf8_iter v1.0.4
7822025-01-17T07:41:12.233Z Downloaded pin-project-lite v0.2.14
7832025-01-17T07:41:12.238Z Downloaded pin-project-internal v1.1.6
7842025-01-17T07:41:12.241Z Downloaded serde_yaml v0.9.34+deprecated
7852025-01-17T07:41:12.243Z Downloaded tinyvec_macros v0.1.1
7862025-01-17T07:41:12.243Z Downloaded wait-timeout v0.2.0
7872025-01-17T07:41:12.243Z Downloaded itertools v0.10.5
7882025-01-17T07:41:12.250Z Downloaded foreign-types-shared v0.3.1
7892025-01-17T07:41:12.254Z Downloaded foreign-types v0.3.2
7902025-01-17T07:41:12.254Z Downloaded dyn-clone v1.0.17
7912025-01-17T07:41:12.257Z Downloaded typify-macro v0.2.0
7922025-01-17T07:41:12.257Z Downloaded futures-sink v0.3.31
7932025-01-17T07:41:12.257Z Downloaded futures-task v0.3.31
7942025-01-17T07:41:12.259Z Downloaded predicates v3.1.2
7952025-01-17T07:41:12.262Z Downloaded embedded-io v0.4.0
7962025-01-17T07:41:12.262Z Downloaded num_enum v0.5.11
7972025-01-17T07:41:12.266Z Downloaded darling_core v0.20.10
7982025-01-17T07:41:12.272Z Downloaded serde-big-array v0.5.1
7992025-01-17T07:41:12.277Z Downloaded snafu-derive v0.8.5
8002025-01-17T07:41:12.277Z Downloaded progenitor-macro v0.8.0
8012025-01-17T07:41:12.282Z Downloaded strum_macros v0.26.4
8022025-01-17T07:41:12.282Z Downloaded shell-words v1.1.0
8032025-01-17T07:41:12.285Z Downloaded uzers v0.12.1
8042025-01-17T07:41:12.285Z Downloaded der v0.7.9
8052025-01-17T07:41:12.288Z Downloaded progenitor v0.8.0
8062025-01-17T07:41:12.292Z Downloaded libm v0.2.8
8072025-01-17T07:41:12.299Z Downloaded typed-path v0.9.3
8082025-01-17T07:41:12.303Z Downloaded write16 v1.0.0
8092025-01-17T07:41:12.306Z Downloaded hashlink v0.9.1
8102025-01-17T07:41:12.308Z Downloaded tui-tree-widget v0.22.0
8112025-01-17T07:41:12.308Z Downloaded strum_macros v0.25.3
8122025-01-17T07:41:12.313Z Downloaded strum_macros v0.24.3
8132025-01-17T07:41:12.318Z Downloaded float-cmp v0.9.0
8142025-01-17T07:41:12.318Z Downloaded derive_builder_macro v0.20.2
8152025-01-17T07:41:12.319Z Downloaded simd-adler32 v0.3.7
8162025-01-17T07:41:12.321Z Downloaded form_urlencoded v1.2.1
8172025-01-17T07:41:12.321Z Downloaded unicode-truncate v1.1.0
8182025-01-17T07:41:12.321Z Downloaded aes-gcm v0.10.3
8192025-01-17T07:41:12.324Z Downloaded radium v0.7.0
8202025-01-17T07:41:12.324Z Downloaded fragile v2.0.0
8212025-01-17T07:41:12.327Z Downloaded num-traits v0.2.19
8222025-01-17T07:41:12.330Z Downloaded miniz_oxide v0.8.0
8232025-01-17T07:41:12.334Z Downloaded dhcproto-macros v0.1.0
8242025-01-17T07:41:12.334Z Downloaded flagset v0.4.6
8252025-01-17T07:41:12.338Z Downloaded pkcs1 v0.7.5
8262025-01-17T07:41:12.338Z Downloaded parse-display v0.10.0
8272025-01-17T07:41:12.342Z Downloaded parking_lot_core v0.9.10
8282025-01-17T07:41:12.342Z Downloaded parse-size v1.1.0
8292025-01-17T07:41:12.346Z Downloaded normalize-line-endings v0.3.0
8302025-01-17T07:41:12.346Z Downloaded rusty-fork v0.3.0
8312025-01-17T07:41:12.346Z Downloaded resolv-conf v0.7.0
8322025-01-17T07:41:12.346Z Downloaded flume v0.11.1
8332025-01-17T07:41:12.349Z Downloaded secrecy v0.8.0
8342025-01-17T07:41:12.353Z Downloaded semver v0.1.20
8352025-01-17T07:41:12.356Z Downloaded itertools v0.13.0
8362025-01-17T07:41:12.361Z Downloaded dunce v1.0.5
8372025-01-17T07:41:12.366Z Downloaded crossterm v0.28.1
8382025-01-17T07:41:12.368Z Downloaded rfc6979 v0.4.0
8392025-01-17T07:41:12.371Z Downloaded new_debug_unreachable v1.0.6
8402025-01-17T07:41:12.371Z Downloaded dsl_auto_type v0.1.2
8412025-01-17T07:41:12.376Z Downloaded russh v0.45.0
8422025-01-17T07:41:12.378Z Downloaded foldhash v0.1.3
8432025-01-17T07:41:12.378Z Downloaded enum-as-inner v0.6.1
8442025-01-17T07:41:12.381Z Downloaded enum-as-inner v0.5.1
8452025-01-17T07:41:12.384Z Downloaded which v4.4.2
8462025-01-17T07:41:12.384Z Downloaded smallvec v0.6.14
8472025-01-17T07:41:12.386Z Downloaded vte v0.11.1
8482025-01-17T07:41:12.390Z Downloaded idna v1.0.3
8492025-01-17T07:41:12.393Z Downloaded slog-stdlog v4.1.1
8502025-01-17T07:41:12.395Z Downloaded blake3 v1.5.4
8512025-01-17T07:41:12.401Z Downloaded fxhash v0.2.1
8522025-01-17T07:41:12.404Z Downloaded termtree v0.4.1
8532025-01-17T07:41:12.404Z Downloaded num v0.4.3
8542025-01-17T07:41:12.410Z Downloaded unicode-bidi v0.3.17
8552025-01-17T07:41:12.416Z Downloaded parse-display-derive v0.10.0
8562025-01-17T07:41:12.416Z Downloaded smf v0.2.3
8572025-01-17T07:41:12.416Z Downloaded pbkdf2 v0.11.0
8582025-01-17T07:41:12.416Z Downloaded peg-runtime v0.8.3
8592025-01-17T07:41:12.416Z Downloaded paste v1.0.15
8602025-01-17T07:41:12.419Z Downloaded url v2.5.3
8612025-01-17T07:41:12.419Z Downloaded rusqlite v0.32.1
8622025-01-17T07:41:12.425Z Downloaded rustc-hash v2.0.0
8632025-01-17T07:41:12.428Z Downloaded zone_cfg_derive v0.3.0
8642025-01-17T07:41:12.428Z Downloaded owo-colors v4.1.0
8652025-01-17T07:41:12.431Z Downloaded hyper v1.5.2
8662025-01-17T07:41:12.440Z Downloaded slog-json v2.6.1
8672025-01-17T07:41:12.442Z Downloaded tokio-rustls v0.26.0
8682025-01-17T07:41:12.442Z Downloaded aws-lc-rs v1.10.0
8692025-01-17T07:41:12.450Z Downloaded openssl-macros v0.1.1
8702025-01-17T07:41:12.452Z Downloaded funty v2.0.0
8712025-01-17T07:41:12.452Z Downloaded zeroize_derive v1.4.2
8722025-01-17T07:41:12.455Z Downloaded zerofrom-derive v0.1.4
8732025-01-17T07:41:12.455Z Downloaded ssh-cipher v0.2.0
8742025-01-17T07:41:12.455Z Downloaded whoami v1.5.2
8752025-01-17T07:41:12.459Z Downloaded unicode-properties v0.1.3
8762025-01-17T07:41:12.461Z Downloaded hkdf v0.12.4
8772025-01-17T07:41:12.462Z Downloaded packed_struct v0.10.1
8782025-01-17T07:41:12.464Z Downloaded tinyvec v1.8.0
8792025-01-17T07:41:12.467Z Downloaded diesel_table_macro_syntax v0.2.0
8802025-01-17T07:41:12.469Z Downloaded tokio-tungstenite v0.21.0
8812025-01-17T07:41:12.470Z Downloaded num-conv v0.1.0
8822025-01-17T07:41:12.472Z Downloaded zone v0.3.0
8832025-01-17T07:41:12.472Z Downloaded zone v0.1.8
8842025-01-17T07:41:12.472Z Downloaded termcolor v1.4.1
8852025-01-17T07:41:12.475Z Downloaded scheduled-thread-pool v0.2.7
8862025-01-17T07:41:12.475Z Downloaded des v0.8.1
8872025-01-17T07:41:12.477Z Downloaded unicode_categories v0.1.1
8882025-01-17T07:41:12.480Z Downloaded zerofrom v0.1.4
8892025-01-17T07:41:12.480Z Downloaded password-hash v0.5.0
8902025-01-17T07:41:12.483Z Downloaded smallvec v1.13.2
8912025-01-17T07:41:12.485Z Downloaded pkcs8 v0.10.2
8922025-01-17T07:41:12.501Z Downloaded powerfmt v0.2.0
8932025-01-17T07:41:12.501Z Downloaded similar v2.6.0
8942025-01-17T07:41:12.501Z Downloaded elliptic-curve v0.13.8
8952025-01-17T07:41:12.501Z Downloaded difflib v0.4.0
8962025-01-17T07:41:12.501Z Downloaded rustc-hash v1.1.0
8972025-01-17T07:41:12.505Z Downloaded termios v0.3.3
8982025-01-17T07:41:12.505Z Downloaded snafu v0.8.5
8992025-01-17T07:41:12.508Z Downloaded quinn-udp v0.5.5
9002025-01-17T07:41:12.508Z Downloaded tap v1.0.1
9012025-01-17T07:41:12.512Z Downloaded same-file v1.0.6
9022025-01-17T07:41:12.512Z Downloaded fs_extra v1.3.0
9032025-01-17T07:41:12.514Z Downloaded zone_cfg_derive v0.1.2
9042025-01-17T07:41:12.515Z Downloaded tungstenite v0.21.0
9052025-01-17T07:41:12.517Z Downloaded dropshot_endpoint v0.15.1
9062025-01-17T07:41:12.520Z Downloaded darling_macro v0.20.10
9072025-01-17T07:41:12.520Z Downloaded multer v3.1.0
9082025-01-17T07:41:12.523Z Downloaded ssh-encoding v0.2.0
9092025-01-17T07:41:12.526Z Downloaded siphasher v0.3.11
9102025-01-17T07:41:12.526Z Downloaded postgres-protocol v0.6.7
9112025-01-17T07:41:12.528Z Downloaded postcard v1.0.10
9122025-01-17T07:41:12.531Z Downloaded parking_lot v0.12.3
9132025-01-17T07:41:12.531Z Downloaded ff v0.13.0
9142025-01-17T07:41:12.534Z Downloaded spin v0.9.8
9152025-01-17T07:41:12.536Z Downloaded slog-scope v4.4.0
9162025-01-17T07:41:12.539Z Downloaded wyz v0.5.1
9172025-01-17T07:41:12.539Z Downloaded peg v0.8.4
9182025-01-17T07:41:12.542Z Downloaded postgres-types v0.2.8
9192025-01-17T07:41:12.545Z Downloaded dhcproto v0.12.0
9202025-01-17T07:41:12.548Z Downloaded hash32 v0.3.1
9212025-01-17T07:41:12.551Z Downloaded derive_more v0.99.18
9222025-01-17T07:41:12.553Z Downloaded schemars v0.8.21
9232025-01-17T07:41:12.564Z Downloaded hash32 v0.2.1
9242025-01-17T07:41:12.567Z Downloaded ppv-lite86 v0.2.20
9252025-01-17T07:41:12.569Z Downloaded time-macros v0.2.18
9262025-01-17T07:41:12.570Z Downloaded thiserror v2.0.11
9272025-01-17T07:41:12.574Z Downloaded tokio-native-tls v0.3.1
9282025-01-17T07:41:12.577Z Downloaded serde_repr v0.1.19
9292025-01-17T07:41:12.582Z Downloaded tough v0.19.0
9302025-01-17T07:41:12.586Z Downloaded tiny-keccak v2.0.2
9312025-01-17T07:41:12.590Z Downloaded tracing v0.1.40
9322025-01-17T07:41:12.595Z Downloaded data-encoding v2.6.0
9332025-01-17T07:41:12.597Z Downloaded getrandom v0.2.15
9342025-01-17T07:41:12.597Z Downloaded serde_with v3.11.0
9352025-01-17T07:41:12.605Z Downloaded slog-envlogger v2.2.0
9362025-01-17T07:41:12.608Z Downloaded mio v1.0.2
9372025-01-17T07:41:12.612Z Downloaded h2 v0.4.6
9382025-01-17T07:41:12.619Z Downloaded qorb v0.2.1
9392025-01-17T07:41:12.623Z Downloaded peg-macros v0.8.4
9402025-01-17T07:41:12.626Z Downloaded num-complex v0.4.6
9412025-01-17T07:41:12.629Z Downloaded writeable v0.5.5
9422025-01-17T07:41:12.629Z Downloaded sha1 v0.10.6
9432025-01-17T07:41:12.632Z Downloaded fixedbitset v0.4.2
9442025-01-17T07:41:12.632Z Downloaded tracing-attributes v0.1.27
9452025-01-17T07:41:12.635Z Downloaded rustc-demangle v0.1.24
9462025-01-17T07:41:12.637Z Downloaded p256 v0.13.2
9472025-01-17T07:41:12.640Z Downloaded sec1 v0.7.3
9482025-01-17T07:41:12.643Z Downloaded schemars_derive v0.8.21
9492025-01-17T07:41:12.643Z Downloaded rcgen v0.12.1
9502025-01-17T07:41:12.646Z Downloaded pkcs5 v0.7.1
9512025-01-17T07:41:12.649Z Downloaded pin-project v1.1.6
9522025-01-17T07:41:12.660Z Downloaded tokio-stream v0.1.16
9532025-01-17T07:41:12.664Z Downloaded diesel_derives v2.2.3
9542025-01-17T07:41:12.668Z Downloaded chrono v0.4.38
9552025-01-17T07:41:12.675Z Downloaded zerovec v0.10.4
9562025-01-17T07:41:12.681Z Downloaded lalrpop v0.19.12
9572025-01-17T07:41:12.692Z Downloaded diff v0.1.13
9582025-01-17T07:41:12.699Z Downloaded tar v0.4.42
9592025-01-17T07:41:12.702Z Downloaded mockall_derive v0.13.0
9602025-01-17T07:41:12.702Z Downloaded ron v0.8.1
9612025-01-17T07:41:12.705Z Downloaded omicron-zone-package v0.12.0
9622025-01-17T07:41:12.708Z Downloaded unicode-segmentation v1.12.0
9632025-01-17T07:41:12.712Z Downloaded icu_properties_data v1.5.0
9642025-01-17T07:41:12.722Z Downloaded toml_edit v0.19.15
9652025-01-17T07:41:12.738Z Downloaded samael v0.0.17
9662025-01-17T07:41:12.743Z Downloaded rayon-core v1.12.1
9672025-01-17T07:41:12.747Z Downloaded rand v0.8.5
9682025-01-17T07:41:12.751Z Downloaded toml v0.7.8
9692025-01-17T07:41:12.756Z Downloaded quinn v0.11.5
9702025-01-17T07:41:12.758Z Downloaded vcpkg v0.2.15
9712025-01-17T07:41:12.795Z Downloaded rsa v0.9.6
9722025-01-17T07:41:12.799Z Downloaded headers v0.4.0
9732025-01-17T07:41:12.805Z Downloaded hashbrown v0.13.2
9742025-01-17T07:41:12.809Z Downloaded rayon v1.10.0
9752025-01-17T07:41:12.818Z Downloaded hashbrown v0.12.3
9762025-01-17T07:41:12.823Z Downloaded tokio-postgres v0.7.12
9772025-01-17T07:41:12.827Z Downloaded bindgen v0.69.5
9782025-01-17T07:41:12.835Z Downloaded unicode-normalization v0.1.24
9792025-01-17T07:41:12.838Z Downloaded bitvec v1.0.1
9802025-01-17T07:41:12.853Z Downloaded num-bigint v0.4.6
9812025-01-17T07:41:12.859Z Downloaded regex v1.11.1
9822025-01-17T07:41:12.871Z Downloaded nom v7.1.3
9832025-01-17T07:41:12.879Z Downloaded p521 v0.13.3
9842025-01-17T07:41:12.881Z Downloaded idna v0.3.0
9852025-01-17T07:41:12.887Z Downloaded num-bigint-dig v0.8.4
9862025-01-17T07:41:12.892Z Downloaded ssh-key v0.6.6
9872025-01-17T07:41:12.899Z Downloaded x509-cert v0.2.5
9882025-01-17T07:41:12.904Z Downloaded smoltcp v0.9.1
9892025-01-17T07:41:12.918Z Downloaded time v0.3.36
9902025-01-17T07:41:12.922Z Downloaded hashbrown v0.14.5
9912025-01-17T07:41:12.928Z Downloaded winnow v0.5.40
9922025-01-17T07:41:12.936Z Downloaded tokio-util v0.7.12
9932025-01-17T07:41:12.943Z Downloaded radix_trie v0.2.1
9942025-01-17T07:41:12.947Z Downloaded curve25519-dalek v4.1.3
9952025-01-17T07:41:12.956Z Downloaded salty v0.3.0
9962025-01-17T07:41:12.964Z Downloaded reqwest v0.12.9
9972025-01-17T07:41:12.971Z Downloaded portable-atomic v1.9.0
9982025-01-17T07:41:12.978Z Downloaded futures-util v0.3.31
9992025-01-17T07:41:12.990Z Downloaded unicode-width v0.2.0
10002025-01-17T07:41:12.997Z Downloaded sqlparser v0.45.0
10012025-01-17T07:41:13.002Z Downloaded gimli v0.31.1
10022025-01-17T07:41:13.012Z Downloaded smoltcp v0.11.0
10032025-01-17T07:41:13.023Z Downloaded quinn-proto v0.11.8
10042025-01-17T07:41:13.029Z Downloaded chrono-tz v0.10.0
10052025-01-17T07:41:13.036Z Downloaded rustls v0.23.19
10062025-01-17T07:41:13.049Z Downloaded p384 v0.13.0
10072025-01-17T07:41:13.056Z Downloaded regress v0.9.1
10082025-01-17T07:41:13.063Z Downloaded regress v0.10.1
10092025-01-17T07:41:13.072Z Downloaded webpki-roots v0.26.6
10102025-01-17T07:41:13.076Z Downloaded trust-dns-proto v0.22.0
10112025-01-17T07:41:13.087Z Downloaded nix v0.28.0
10122025-01-17T07:41:13.099Z Downloaded openssl v0.10.66
10132025-01-17T07:41:13.108Z Downloaded nix v0.29.0
10142025-01-17T07:41:13.121Z Downloaded rustls v0.22.4
10152025-01-17T07:41:13.132Z Downloaded rustls v0.21.12
10162025-01-17T07:41:13.144Z Downloaded regex-syntax v0.8.5
10172025-01-17T07:41:13.152Z Downloaded diesel v2.2.6
10182025-01-17T07:41:13.172Z Downloaded sled v0.34.7
10192025-01-17T07:41:13.180Z Downloaded typify-impl v0.2.0
10202025-01-17T07:41:13.198Z Downloaded dropshot v0.12.0
10212025-01-17T07:41:13.217Z Downloaded ratatui v0.28.1
10222025-01-17T07:41:13.235Z Downloaded dropshot v0.15.1
10232025-01-17T07:41:13.256Z Downloaded openapiv3 v2.0.0
10242025-01-17T07:41:13.267Z Downloaded object v0.36.5
10252025-01-17T07:41:13.279Z Downloaded typify-impl v0.3.0
10262025-01-17T07:41:13.295Z Downloaded regex-automata v0.4.8
10272025-01-17T07:41:13.311Z Downloaded zerocopy-derive v0.6.6
10282025-01-17T07:41:13.322Z Downloaded hickory-proto v0.24.1
10292025-01-17T07:41:13.336Z Downloaded bzip2-sys v0.1.11+1.0.8
10302025-01-17T07:41:13.349Z Downloaded rustls-webpki v0.102.8
10312025-01-17T07:41:13.366Z Downloaded petgraph v0.6.5
10322025-01-17T07:41:13.382Z Downloaded zerocopy v0.8.10
10332025-01-17T07:41:13.406Z Downloaded regex-syntax v0.6.29
10342025-01-17T07:41:13.414Z Downloaded bstr v1.10.0
10352025-01-17T07:41:13.425Z Downloaded tokio v1.43.0
10362025-01-17T07:41:13.462Z Downloaded lzma-sys v0.1.20
10372025-01-17T07:41:13.489Z Downloaded polar-core v0.27.3
10382025-01-17T07:41:13.496Z Downloaded nix v0.27.1
10392025-01-17T07:41:13.506Z Downloaded quick-xml v0.33.0
10402025-01-17T07:41:13.512Z Downloaded csv v1.3.0
10412025-01-17T07:41:13.534Z Downloaded git2 v0.19.0
10422025-01-17T07:41:13.541Z Downloaded libz-sys v1.1.20
10432025-01-17T07:41:13.560Z Downloaded object v0.30.4
10442025-01-17T07:41:13.572Z Downloaded idna v0.5.0
10452025-01-17T07:41:13.577Z Downloaded sha3 v0.10.8
10462025-01-17T07:41:13.585Z Downloaded idna v0.4.0
10472025-01-17T07:41:13.589Z Downloaded petname v2.0.2
10482025-01-17T07:41:13.596Z Downloaded idna v0.2.3
10492025-01-17T07:41:13.601Z Downloaded rustls-webpki v0.101.7
10502025-01-17T07:41:13.615Z Downloaded proptest v1.5.0
10512025-01-17T07:41:13.622Z Downloaded flate2 v1.0.34
10522025-01-17T07:41:13.627Z Downloaded socket2 v0.5.7
10532025-01-17T07:41:13.634Z Downloaded zip v0.6.6
10542025-01-17T07:41:13.641Z Downloaded ed25519-dalek v2.1.1
10552025-01-17T07:41:13.641Z Downloaded parse-zoneinfo v0.3.1
10562025-01-17T07:41:13.641Z Downloaded reedline v0.35.0
10572025-01-17T07:41:13.646Z Downloaded zerocopy-derive v0.8.10
10582025-01-17T07:41:13.650Z Downloaded futures v0.3.31
10592025-01-17T07:41:13.654Z Downloaded parking_lot_core v0.8.6
10602025-01-17T07:41:13.657Z Downloaded unsafe-libyaml v0.2.11
10612025-01-17T07:41:13.662Z Downloaded tower-service v0.3.3
10622025-01-17T07:41:13.662Z Downloaded rustyline v14.0.0
10632025-01-17T07:41:13.666Z Downloaded itertools v0.12.1
10642025-01-17T07:41:13.672Z Downloaded proc-macro-crate v1.3.1
10652025-01-17T07:41:13.676Z Downloaded supports-color v3.0.1
10662025-01-17T07:41:13.676Z Downloaded publicsuffix v2.2.3
10672025-01-17T07:41:13.681Z Downloaded aho-corasick v1.1.3
10682025-01-17T07:41:13.683Z Downloaded openssl-sys v0.9.103
10692025-01-17T07:41:13.686Z Downloaded expectorate v1.1.0
10702025-01-17T07:41:13.689Z Downloaded zip v2.1.3
10712025-01-17T07:41:13.692Z Downloaded utf16_iter v1.0.5
10722025-01-17T07:41:13.695Z Downloaded utf-8 v0.7.6
10732025-01-17T07:41:13.695Z Downloaded typify-macro v0.3.0
10742025-01-17T07:41:13.695Z Downloaded num-integer v0.1.46
10752025-01-17T07:41:13.699Z Downloaded http v1.2.0
10762025-01-17T07:41:13.702Z Downloaded progenitor-client v0.8.0
10772025-01-17T07:41:13.702Z Downloaded pretty-hex v0.2.1
10782025-01-17T07:41:13.704Z Downloaded float-ord v0.3.2
10792025-01-17T07:41:13.704Z Downloaded progenitor-impl v0.8.0
10802025-01-17T07:41:13.708Z Downloaded tokio-rustls v0.25.0
10812025-01-17T07:41:13.711Z Downloaded dropshot_endpoint v0.12.0
10822025-01-17T07:41:13.711Z Downloaded typify v0.3.0
10832025-01-17T07:41:13.714Z Downloaded pem-rfc7468 v0.7.0
10842025-01-17T07:41:13.717Z Downloaded packed_struct_codegen v0.10.1
10852025-01-17T07:41:13.717Z Downloaded subprocess v0.2.9
10862025-01-17T07:41:13.720Z Downloaded encoding_rs v0.8.34
10872025-01-17T07:41:13.739Z Downloaded tungstenite v0.24.0
10882025-01-17T07:41:13.742Z Downloaded signature v2.2.0
10892025-01-17T07:41:13.745Z Downloaded parking_lot v0.11.2
10902025-01-17T07:41:13.748Z Downloaded native-tls v0.2.12
10912025-01-17T07:41:13.749Z Downloaded ena v0.14.3
10922025-01-17T07:41:13.752Z Downloaded derive_builder_core v0.20.2
10932025-01-17T07:41:13.752Z Downloaded walkdir v2.5.0
10942025-01-17T07:41:13.756Z Downloaded derive_builder v0.20.2
10952025-01-17T07:41:13.759Z Downloaded der_derive v0.7.3
10962025-01-17T07:41:13.759Z Downloaded yoke v0.7.4
10972025-01-17T07:41:13.762Z Downloaded tracing-core v0.1.32
10982025-01-17T07:41:13.765Z Downloaded nanorand v0.7.0
10992025-01-17T07:41:13.765Z Downloaded glob v0.3.1
11002025-01-17T07:41:13.768Z Downloaded fd-lock v4.0.2
11012025-01-17T07:41:13.771Z Downloaded crypto-bigint v0.5.5
11022025-01-17T07:41:13.774Z Downloaded ghash v0.5.1
11032025-01-17T07:41:13.777Z Downloaded universal-hash v0.5.1
11042025-01-17T07:41:13.778Z Downloaded serde_with_macros v3.11.0
11052025-01-17T07:41:13.781Z Downloaded oso v0.27.3
11062025-01-17T07:41:13.783Z Downloaded half v2.4.1
11072025-01-17T07:41:13.786Z Downloaded crossbeam-channel v0.5.13
11082025-01-17T07:41:13.790Z Downloaded fallible-streaming-iterator v0.1.9
11092025-01-17T07:41:13.790Z Downloaded env_filter v0.1.2
11102025-01-17T07:41:13.790Z Downloaded synstructure v0.13.1
11112025-01-17T07:41:13.793Z Downloaded static_assertions v1.1.0
11122025-01-17T07:41:13.793Z Downloaded stable_deref_trait v1.2.0
11132025-01-17T07:41:13.797Z Downloaded slog-bunyan v2.5.0
11142025-01-17T07:41:13.797Z Downloaded slab v0.4.9
11152025-01-17T07:41:13.797Z Downloaded scrypt v0.11.0
11162025-01-17T07:41:13.800Z Downloaded rustls-pki-types v1.10.0
11172025-01-17T07:41:13.800Z Downloaded libgit2-sys v0.17.0+1.8.1
11182025-01-17T07:41:13.856Z Downloaded hyper-util v0.1.10
11192025-01-17T07:41:13.861Z Downloaded compact_str v0.8.0
11202025-01-17T07:41:13.864Z Downloaded pbkdf2 v0.12.2
11212025-01-17T07:41:13.868Z Downloaded value-bag v1.9.0
11222025-01-17T07:41:13.871Z Downloaded ron v0.7.1
11232025-01-17T07:41:13.874Z Downloaded diesel-dtrace v0.4.2
11242025-01-17T07:41:13.874Z Downloaded deranged v0.3.11
11252025-01-17T07:41:13.877Z Downloaded zeroize v1.8.1
11262025-01-17T07:41:13.877Z Downloaded xz2 v0.1.7
11272025-01-17T07:41:13.881Z Downloaded icu_normalizer v1.5.0
11282025-01-17T07:41:13.882Z Downloaded icu_locid_transform_data v1.5.0
11292025-01-17T07:41:13.884Z Downloaded arc-swap v1.7.1
11302025-01-17T07:41:13.887Z Downloaded base64 v0.13.1
11312025-01-17T07:41:13.889Z Downloaded structmeta-derive v0.2.0
11322025-01-17T07:41:13.889Z Downloaded structmeta v0.3.0
11332025-01-17T07:41:13.892Z Downloaded icu_locid v1.5.0
11342025-01-17T07:41:13.895Z Downloaded csv-core v0.1.11
11352025-01-17T07:41:13.898Z Downloaded cookie v0.18.1
11362025-01-17T07:41:13.899Z Downloaded const-oid v0.9.6
11372025-01-17T07:41:13.902Z Downloaded bzip2 v0.4.4
11382025-01-17T07:41:13.902Z Downloaded blake2 v0.10.6
11392025-01-17T07:41:13.905Z Downloaded serde-hex v0.1.0
11402025-01-17T07:41:13.907Z Downloaded litemap v0.7.3
11412025-01-17T07:41:13.907Z Downloaded heapless v0.8.0
11422025-01-17T07:41:13.910Z Downloaded async-bb8-diesel v0.2.1
11432025-01-17T07:41:13.913Z Downloaded bb8 v0.8.5
11442025-01-17T07:41:13.916Z Downloaded lazy_static v1.5.0
11452025-01-17T07:41:13.916Z Downloaded cexpr v0.6.0
11462025-01-17T07:41:13.919Z Downloaded libsw v3.3.1
11472025-01-17T07:41:13.922Z Downloaded ascii-canvas v3.0.0
11482025-01-17T07:41:13.922Z Downloaded hubpack v0.1.2
11492025-01-17T07:41:13.925Z Downloaded async-trait v0.1.83
11502025-01-17T07:41:13.925Z Downloaded lockfree-object-pool v0.1.6
11512025-01-17T07:41:13.928Z Downloaded indoc v1.0.9
11522025-01-17T07:41:13.931Z Downloaded httpdate v1.0.3
11532025-01-17T07:41:13.931Z Downloaded cassowary v0.3.0
11542025-01-17T07:41:13.934Z Downloaded linked-hash-map v0.5.6
11552025-01-17T07:41:13.934Z Downloaded lazycell v1.3.0
11562025-01-17T07:41:13.934Z Downloaded humantime v2.1.0
11572025-01-17T07:41:13.937Z Downloaded idna_adapter v1.2.0
11582025-01-17T07:41:13.939Z Downloaded http-body-util v0.1.2
11592025-01-17T07:41:13.939Z Downloaded hostname v0.4.0
11602025-01-17T07:41:13.942Z Downloaded constant_time_eq v0.3.1
11612025-01-17T07:41:13.942Z Downloaded ciborium-ll v0.2.2
11622025-01-17T07:41:13.942Z Downloaded assert_matches v1.5.0
11632025-01-17T07:41:13.945Z Downloaded array-init v0.0.4
11642025-01-17T07:41:14.118Z Downloaded libsqlite3-sys v0.30.1
11652025-01-17T07:41:14.248Z Downloaded ring v0.17.8
11662025-01-17T07:41:14.560Z Downloaded aws-lc-sys v0.22.0
11672025-01-17T07:41:14.864Z Compiling serde v1.0.217
11682025-01-17T07:41:14.867Z Compiling lock_api v0.4.12
11692025-01-17T07:41:14.867Z Compiling scopeguard v1.2.0
11702025-01-17T07:41:14.867Z Compiling value-bag v1.9.0
11712025-01-17T07:41:14.867Z Compiling typenum v1.17.0
11722025-01-17T07:41:15.022Z Compiling generic-array v0.14.7
11732025-01-17T07:41:15.052Z Compiling syn v2.0.96
11742025-01-17T07:41:15.065Z Compiling getrandom v0.2.15
11752025-01-17T07:41:15.188Z Compiling shlex v1.3.0
11762025-01-17T07:41:15.447Z Compiling rand_core v0.6.4
11772025-01-17T07:41:15.498Z Compiling log v0.4.22
11782025-01-17T07:41:15.589Z Compiling subtle v2.6.1
11792025-01-17T07:41:15.633Z Compiling jobserver v0.1.32
11802025-01-17T07:41:15.653Z Compiling smallvec v1.13.2
11812025-01-17T07:41:15.899Z Compiling const-oid v0.9.6
11822025-01-17T07:41:15.951Z Compiling spin v0.9.8
11832025-01-17T07:41:15.973Z Compiling pin-project-lite v0.2.14
11842025-01-17T07:41:16.049Z Compiling cc v1.1.30
11852025-01-17T07:41:16.106Z Compiling rustix v0.38.37
11862025-01-17T07:41:16.276Z Compiling parking_lot_core v0.9.10
11872025-01-17T07:41:16.361Z Compiling futures-core v0.3.31
11882025-01-17T07:41:16.502Z Compiling signal-hook-registry v1.4.2
11892025-01-17T07:41:16.624Z Compiling mio v1.0.2
11902025-01-17T07:41:16.957Z Compiling aho-corasick v1.1.3
11912025-01-17T07:41:17.223Z Compiling parking_lot v0.12.3
11922025-01-17T07:41:17.355Z Compiling regex-syntax v0.8.5
11932025-01-17T07:41:17.415Z Compiling cpufeatures v0.2.14
11942025-01-17T07:41:17.531Z Compiling either v1.13.0
11952025-01-17T07:41:17.708Z Compiling lazy_static v1.5.0
11962025-01-17T07:41:17.854Z Compiling stable_deref_trait v1.2.0
11972025-01-17T07:41:17.957Z Compiling futures-sink v0.3.31
11982025-01-17T07:41:17.988Z Compiling glob v0.3.1
11992025-01-17T07:41:18.072Z Compiling socket2 v0.5.7
12002025-01-17T07:41:18.111Z Compiling slab v0.4.9
12012025-01-17T07:41:18.130Z Compiling prettyplease v0.2.25
12022025-01-17T07:41:18.483Z Compiling serde_json v1.0.135
12032025-01-17T07:41:18.576Z Compiling minimal-lexical v0.2.1
12042025-01-17T07:41:18.817Z Compiling clang-sys v1.8.1
12052025-01-17T07:41:18.980Z Compiling nom v7.1.3
12062025-01-17T07:41:19.070Z Compiling libloading v0.8.5
12072025-01-17T07:41:19.118Z Compiling home v0.5.9
12082025-01-17T07:41:19.360Z Compiling bindgen v0.69.5
12092025-01-17T07:41:19.438Z Compiling futures-channel v0.3.31
12102025-01-17T07:41:19.766Z Compiling itertools v0.12.1
12112025-01-17T07:41:19.889Z Compiling libm v0.2.8
12122025-01-17T07:41:20.206Z Compiling rustc-hash v1.1.0
12132025-01-17T07:41:20.261Z Compiling futures-io v0.3.31
12142025-01-17T07:41:20.379Z Compiling lazycell v1.3.0
12152025-01-17T07:41:20.546Z Compiling futures-task v0.3.31
12162025-01-17T07:41:20.567Z Compiling allocator-api2 v0.2.18
12172025-01-17T07:41:20.834Z Compiling foldhash v0.1.3
12182025-01-17T07:41:21.133Z Compiling regex-automata v0.4.8
12192025-01-17T07:41:21.301Z Compiling pin-utils v0.1.0
12202025-01-17T07:41:21.408Z Compiling hashbrown v0.15.1
12212025-01-17T07:41:21.881Z Compiling cmake v0.1.51
12222025-01-17T07:41:22.331Z Compiling cexpr v0.6.0
12232025-01-17T07:41:22.608Z Compiling synstructure v0.13.1
12242025-01-17T07:41:22.751Z Compiling num-traits v0.2.19
12252025-01-17T07:41:23.045Z Compiling pkg-config v0.3.31
12262025-01-17T07:41:23.551Z Compiling dunce v1.0.5
12272025-01-17T07:41:23.692Z Compiling tinyvec_macros v0.1.1
12282025-01-17T07:41:23.794Z Compiling fs_extra v1.3.0
12292025-01-17T07:41:23.948Z Compiling tinyvec v1.8.0
12302025-01-17T07:41:24.313Z Compiling ring v0.17.8
12312025-01-17T07:41:24.347Z Compiling litemap v0.7.3
12322025-01-17T07:41:24.754Z Compiling paste v1.0.15
12332025-01-17T07:41:25.396Z Compiling unicode-normalization v0.1.24
12342025-01-17T07:41:25.416Z Compiling writeable v0.5.5
12352025-01-17T07:41:25.425Z Compiling base64ct v1.6.0
12362025-01-17T07:41:25.581Z Compiling unicode-bidi v0.3.17
12372025-01-17T07:41:25.930Z Compiling pem-rfc7468 v0.7.0
12382025-01-17T07:41:26.450Z Compiling regex v1.11.1
12392025-01-17T07:41:26.656Z Compiling aws-lc-rs v1.10.0
12402025-01-17T07:41:26.773Z Compiling httparse v1.9.5
12412025-01-17T07:41:26.942Z Compiling flagset v0.4.6
12422025-01-17T07:41:27.140Z Compiling tracing-core v0.1.32
12432025-01-17T07:41:27.353Z Compiling crossbeam-utils v0.8.20
12442025-01-17T07:41:27.505Z Compiling rustls-pki-types v1.10.0
12452025-01-17T07:41:27.860Z Compiling icu_locid_transform_data v1.5.0
12462025-01-17T07:41:27.881Z Compiling serde_derive v1.0.217
12472025-01-17T07:41:27.971Z Compiling zeroize_derive v1.4.2
12482025-01-17T07:41:28.045Z Compiling zerocopy-derive v0.7.35
12492025-01-17T07:41:28.317Z Compiling tokio-macros v2.5.0
12502025-01-17T07:41:28.451Z Compiling zerofrom-derive v0.1.4
12512025-01-17T07:41:29.388Z Compiling zeroize v1.8.1
12522025-01-17T07:41:29.811Z Compiling thiserror-impl v1.0.69
12532025-01-17T07:41:30.026Z Compiling zerocopy v0.7.35
12542025-01-17T07:41:30.094Z Compiling yoke-derive v0.7.4
12552025-01-17T07:41:30.991Z Compiling crypto-common v0.1.6
12562025-01-17T07:41:31.227Z Compiling block-buffer v0.10.4
12572025-01-17T07:41:31.328Z Compiling futures-macro v0.3.31
12582025-01-17T07:41:31.487Z Compiling digest v0.10.7
12592025-01-17T07:41:31.883Z Compiling hmac v0.12.1
12602025-01-17T07:41:31.941Z Compiling zerofrom v0.1.4
12612025-01-17T07:41:31.958Z Compiling zerovec-derive v0.10.3
12622025-01-17T07:41:31.987Z Compiling block-padding v0.3.3
12632025-01-17T07:41:32.130Z Compiling displaydoc v0.2.5
12642025-01-17T07:41:32.166Z Compiling sha2 v0.10.8
12652025-01-17T07:41:32.238Z Compiling inout v0.1.3
12662025-01-17T07:41:32.521Z Compiling cipher v0.4.4
12672025-01-17T07:41:32.701Z Compiling thiserror v1.0.69
12682025-01-17T07:41:32.842Z Compiling ppv-lite86 v0.2.20
12692025-01-17T07:41:32.862Z Compiling yoke v0.7.4
12702025-01-17T07:41:33.046Z Compiling der_derive v0.7.3
12712025-01-17T07:41:33.152Z Compiling futures-util v0.3.31
12722025-01-17T07:41:33.190Z Compiling icu_provider_macros v1.5.0
12732025-01-17T07:41:33.622Z Compiling rand_chacha v0.3.1
12742025-01-17T07:41:33.624Z Compiling tracing-attributes v0.1.27
12752025-01-17T07:41:34.262Z Compiling percent-encoding v2.3.1
12762025-01-17T07:41:34.496Z Compiling zerovec v0.10.4
12772025-01-17T07:41:34.631Z Compiling pest v2.7.14
12782025-01-17T07:41:35.349Z Compiling der v0.7.9
12792025-01-17T07:41:35.764Z Compiling rand v0.8.5
12802025-01-17T07:41:35.999Z Compiling salsa20 v0.10.2
12812025-01-17T07:41:36.228Z Compiling tinystr v0.7.6
12822025-01-17T07:41:36.536Z Compiling icu_locid v1.5.0
12832025-01-17T07:41:36.612Z Compiling icu_collections v1.5.0
12842025-01-17T07:41:36.869Z Compiling tracing v0.1.40
12852025-01-17T07:41:37.379Z Compiling spki v0.7.3
12862025-01-17T07:41:37.612Z Compiling pbkdf2 v0.12.2
12872025-01-17T07:41:37.746Z Compiling icu_provider v1.5.0
12882025-01-17T07:41:37.817Z Compiling num-conv v0.1.0
12892025-01-17T07:41:37.885Z Compiling untrusted v0.9.0
12902025-01-17T07:41:38.084Z Compiling time-core v0.1.2
12912025-01-17T07:41:38.104Z Compiling icu_properties_data v1.5.0
12922025-01-17T07:41:38.271Z Compiling untrusted v0.7.1
12932025-01-17T07:41:38.349Z Compiling powerfmt v0.2.0
12942025-01-17T07:41:38.371Z Compiling mirai-annotations v1.12.0
12952025-01-17T07:41:38.404Z Compiling icu_locid_transform v1.5.0
12962025-01-17T07:41:38.447Z Compiling vcpkg v0.2.15
12972025-01-17T07:41:38.486Z Compiling time-macros v0.2.18
12982025-01-17T07:41:38.661Z Compiling deranged v0.3.11
12992025-01-17T07:41:38.723Z Compiling scrypt v0.11.0
13002025-01-17T07:41:39.260Z Compiling pest_meta v2.7.14
13012025-01-17T07:41:39.707Z Compiling icu_properties v1.5.1
13022025-01-17T07:41:40.060Z Compiling cbc v0.1.2
13032025-01-17T07:41:40.297Z Compiling aes v0.8.4
13042025-01-17T07:41:40.342Z Compiling openssl-sys v0.9.103
13052025-01-17T07:41:40.849Z Compiling bitflags v2.6.0
13062025-01-17T07:41:41.018Z Compiling bytes v1.9.0
13072025-01-17T07:41:41.603Z Compiling indexmap v2.7.0
13082025-01-17T07:41:41.956Z Compiling tokio v1.43.0
13092025-01-17T07:41:42.363Z Compiling http v1.2.0
13102025-01-17T07:41:42.905Z Compiling semver v1.0.24
13112025-01-17T07:41:43.079Z Compiling scroll_derive v0.12.0
13122025-01-17T07:41:43.605Z Compiling rustc_version v0.4.1
13132025-01-17T07:41:43.782Z Compiling icu_normalizer_data v1.5.0
13142025-01-17T07:41:43.898Z Compiling write16 v1.0.0
13152025-01-17T07:41:44.054Z Compiling utf16_iter v1.0.5
13162025-01-17T07:41:44.179Z Compiling num_threads v0.1.7
13172025-01-17T07:41:44.254Z Compiling atomic-waker v1.1.2
13182025-01-17T07:41:44.274Z Compiling utf8_iter v1.0.4
13192025-01-17T07:41:44.314Z Compiling time v0.3.36
13202025-01-17T07:41:44.335Z Compiling http-body v1.0.1
13212025-01-17T07:41:44.493Z Compiling icu_normalizer v1.5.0
13222025-01-17T07:41:44.530Z Compiling pkcs5 v0.7.1
13232025-01-17T07:41:44.534Z Compiling scroll v0.12.0
13242025-01-17T07:41:44.580Z Compiling pest_generator v2.7.14
13252025-01-17T07:41:44.600Z Compiling form_urlencoded v1.2.1
13262025-01-17T07:41:44.916Z Compiling which v4.4.2
13272025-01-17T07:41:45.079Z Compiling slog v2.7.0
13282025-01-17T07:41:45.551Z Compiling try-lock v0.2.5
13292025-01-17T07:41:45.673Z Compiling goblin v0.8.2
13302025-01-17T07:41:45.704Z Compiling want v0.3.1
13312025-01-17T07:41:45.984Z Compiling idna_adapter v1.2.0
13322025-01-17T07:41:46.005Z Compiling pkcs8 v0.10.2
13332025-01-17T07:41:46.226Z Compiling uuid v1.11.0
13342025-01-17T07:41:46.340Z Compiling httpdate v1.0.3
13352025-01-17T07:41:46.407Z Compiling pest_derive v2.7.14
13362025-01-17T07:41:46.656Z Compiling iana-time-zone v0.1.61
13372025-01-17T07:41:46.797Z Compiling idna v1.0.3
13382025-01-17T07:41:47.053Z Compiling chrono v0.4.38
13392025-01-17T07:41:47.168Z Compiling dtrace-parser v0.2.0
13402025-01-17T07:41:48.337Z Compiling serde_spanned v0.6.8
13412025-01-17T07:41:48.487Z Compiling toml_datetime v0.6.8
13422025-01-17T07:41:48.582Z Compiling serde_tokenstream v0.2.2
13432025-01-17T07:41:48.953Z Compiling base64 v0.22.1
13442025-01-17T07:41:49.058Z Compiling rustversion v1.0.17
13452025-01-17T07:41:49.088Z Compiling foreign-types-shared v0.1.1
13462025-01-17T07:41:49.137Z Compiling match_cfg v0.1.0
13472025-01-17T07:41:49.218Z Compiling adler2 v2.0.0
13482025-01-17T07:41:49.244Z Compiling openssl v0.10.66
13492025-01-17T07:41:49.442Z Compiling tower-service v0.3.3
13502025-01-17T07:41:49.594Z Compiling miniz_oxide v0.8.0
13512025-01-17T07:41:49.673Z Compiling hostname v0.3.1
13522025-01-17T07:41:49.741Z Compiling foreign-types v0.3.2
13532025-01-17T07:41:49.797Z Compiling tokio-util v0.7.12
13542025-01-17T07:41:49.851Z Compiling url v2.5.3
13552025-01-17T07:41:50.365Z Compiling async-trait v0.1.83
13562025-01-17T07:41:51.018Z Compiling h2 v0.4.6
13572025-01-17T07:41:51.045Z Compiling openssl-macros v0.1.1
13582025-01-17T07:41:51.127Z Compiling serde_derive_internals v0.29.1
13592025-01-17T07:41:51.651Z Compiling dof v0.3.0
13602025-01-17T07:41:51.799Z Compiling dirs-sys-next v0.1.2
13612025-01-17T07:41:52.377Z Compiling usdt-impl v0.5.0
13622025-01-17T07:41:52.732Z Compiling schemars v0.8.21
13632025-01-17T07:41:53.073Z Compiling data-encoding v2.6.0
13642025-01-17T07:41:53.474Z Compiling syn v1.0.109
13652025-01-17T07:41:53.494Z Compiling siphasher v0.3.11
13662025-01-17T07:41:53.736Z Compiling native-tls v0.2.12
13672025-01-17T07:41:53.876Z Compiling rustls v0.23.19
13682025-01-17T07:41:54.059Z Compiling rustls v0.22.4
13692025-01-17T07:41:54.164Z Compiling schemars_derive v0.8.21
13702025-01-17T07:41:54.219Z Compiling dirs-next v2.0.0
13712025-01-17T07:41:54.868Z Compiling http-body-util v0.1.2
13722025-01-17T07:41:55.096Z Compiling heapless v0.7.17
13732025-01-17T07:41:55.324Z Compiling crossbeam-epoch v0.9.18
13742025-01-17T07:41:55.350Z Compiling sha1 v0.10.6
13752025-01-17T07:41:55.521Z Compiling signature v2.2.0
13762025-01-17T07:41:55.814Z Compiling bzip2-sys v0.1.11+1.0.8
13772025-01-17T07:41:55.822Z Compiling thread_local v1.1.8
13782025-01-17T07:41:55.822Z Compiling encoding_rs v0.8.34
13792025-01-17T07:41:56.008Z Compiling multer v3.1.0
13802025-01-17T07:41:56.187Z Compiling cookie v0.18.1
13812025-01-17T07:41:56.269Z Compiling ipnet v2.10.1
13822025-01-17T07:41:56.300Z Compiling slog-async v2.8.0
13832025-01-17T07:41:56.490Z Compiling mime v0.3.17
13842025-01-17T07:41:56.800Z Compiling rayon-core v1.12.1
13852025-01-17T07:41:57.021Z Compiling gimli v0.31.1
13862025-01-17T07:41:57.082Z Compiling unicode-properties v0.1.3
13872025-01-17T07:41:57.258Z Compiling signal-hook v0.3.17
13882025-01-17T07:41:57.317Z Compiling openssl-probe v0.1.5
13892025-01-17T07:41:57.537Z Compiling dyn-clone v1.0.17
13902025-01-17T07:41:57.591Z Compiling stringprep v0.1.5
13912025-01-17T07:41:57.825Z Compiling toml_edit v0.22.22
13922025-01-17T07:41:58.675Z Compiling hyper v1.5.2
13932025-01-17T07:42:01.026Z Compiling crossbeam-deque v0.8.5
13942025-01-17T07:42:01.228Z Compiling hyper-util v0.1.10
13952025-01-17T07:42:01.360Z Compiling addr2line v0.24.2
13962025-01-17T07:42:01.895Z Compiling usdt-attr-macro v0.5.0
13972025-01-17T07:42:01.999Z Compiling usdt-macro v0.5.0
13982025-01-17T07:42:02.020Z Compiling term v0.7.0
13992025-01-17T07:42:02.357Z Compiling slog-json v2.6.1
14002025-01-17T07:42:02.730Z Compiling serde_urlencoded v0.7.1
14012025-01-17T07:42:03.202Z Compiling curve25519-dalek v4.1.3
14022025-01-17T07:42:03.356Z Compiling crossbeam-channel v0.5.13
14032025-01-17T07:42:03.376Z Compiling futures-executor v0.3.31
14042025-01-17T07:42:03.416Z Compiling enum-as-inner v0.6.1
14052025-01-17T07:42:03.883Z Compiling md-5 v0.10.6
14062025-01-17T07:42:03.904Z Compiling rustls-pemfile v2.2.0
14072025-01-17T07:42:04.099Z Compiling async-stream-impl v0.3.6
14082025-01-17T07:42:04.156Z Compiling num-integer v0.1.46
14092025-01-17T07:42:04.253Z Compiling idna v0.3.0
14102025-01-17T07:42:04.350Z Compiling idna v0.4.0
14112025-01-17T07:42:04.418Z Compiling hash32 v0.2.1
14122025-01-17T07:42:04.825Z Compiling ff v0.13.0
14132025-01-17T07:42:04.909Z Compiling is-terminal v0.4.13
14142025-01-17T07:42:05.058Z Compiling object v0.36.5
14152025-01-17T07:42:05.077Z Compiling dropshot v0.12.0
14162025-01-17T07:42:05.373Z Compiling rustc-demangle v0.1.24
14172025-01-17T07:42:05.376Z Compiling num-bigint-dig v0.8.4
14182025-01-17T07:42:05.414Z Compiling take_mut v0.2.2
14192025-01-17T07:42:05.584Z Compiling anyhow v1.0.93
14202025-01-17T07:42:05.693Z Compiling fallible-iterator v0.2.0
14212025-01-17T07:42:05.882Z Compiling linked-hash-map v0.5.6
14222025-01-17T07:42:05.920Z Compiling utf-8 v0.7.6
14232025-01-17T07:42:06.172Z Compiling portable-atomic v1.9.0
14242025-01-17T07:42:06.191Z Compiling quick-error v1.2.3
14252025-01-17T07:42:06.224Z Compiling base16ct v0.2.0
14262025-01-17T07:42:06.336Z Compiling smoltcp v0.9.1
14272025-01-17T07:42:06.353Z Compiling psl-types v2.0.11
14282025-01-17T07:42:06.371Z Compiling postgres-protocol v0.6.7
14292025-01-17T07:42:06.539Z Compiling publicsuffix v2.2.3
14302025-01-17T07:42:06.559Z Compiling sec1 v0.7.3
14312025-01-17T07:42:06.812Z Compiling resolv-conf v0.7.0
14322025-01-17T07:42:07.086Z Compiling lru-cache v0.1.2
14332025-01-17T07:42:07.221Z Compiling tungstenite v0.24.0
14342025-01-17T07:42:07.384Z Compiling async-stream v0.3.6
14352025-01-17T07:42:07.573Z Compiling hickory-proto v0.24.1
14362025-01-17T07:42:07.614Z Compiling usdt v0.5.0
14372025-01-17T07:42:07.686Z Compiling group v0.13.0
14382025-01-17T07:42:08.011Z Compiling slog-term v2.9.1
14392025-01-17T07:42:08.335Z Compiling num-iter v0.1.45
14402025-01-17T07:42:08.659Z Compiling futures v0.3.31
14412025-01-17T07:42:08.785Z Compiling slog-bunyan v2.5.0
14422025-01-17T07:42:09.174Z Compiling toml v0.8.19
14432025-01-17T07:42:09.226Z Compiling tokio-native-tls v0.3.1
14442025-01-17T07:42:10.196Z Compiling camino v1.1.9
14452025-01-17T07:42:10.726Z Compiling phf_shared v0.11.2
14462025-01-17T07:42:10.728Z Compiling dropshot_endpoint v0.12.0
14472025-01-17T07:42:11.046Z Compiling terminal_size v0.4.0
14482025-01-17T07:42:11.087Z Compiling waitgroup v0.1.2
14492025-01-17T07:42:11.286Z Compiling openapiv3 v2.0.0
14502025-01-17T07:42:11.315Z Compiling serde_path_to_error v0.1.16
14512025-01-17T07:42:11.452Z Compiling backtrace v0.3.74
14522025-01-17T07:42:12.024Z Compiling hkdf v0.12.4
14532025-01-17T07:42:12.077Z Compiling crypto-bigint v0.5.5
14542025-01-17T07:42:12.285Z Compiling webpki-roots v0.26.6
14552025-01-17T07:42:12.529Z Compiling curve25519-dalek-derive v0.1.1
14562025-01-17T07:42:13.965Z Compiling zerocopy-derive v0.6.6
14572025-01-17T07:42:14.480Z Compiling idna v0.5.0
14582025-01-17T07:42:14.606Z Compiling hubpack_derive v0.1.1
14592025-01-17T07:42:14.917Z Compiling hostname v0.4.0
14602025-01-17T07:42:15.135Z Compiling ahash v0.8.11
14612025-01-17T07:42:15.288Z Compiling fs-err v2.11.0
14622025-01-17T07:42:15.461Z Compiling crc32fast v1.4.2
14632025-01-17T07:42:15.482Z Compiling managed v0.8.0
14642025-01-17T07:42:15.594Z Compiling newtype-uuid v1.2.1
14652025-01-17T07:42:15.791Z Compiling debug-ignore v1.0.5
14662025-01-17T07:42:15.884Z Compiling winnow v0.5.40
14672025-01-17T07:42:15.908Z Compiling bitflags v1.3.2
14682025-01-17T07:42:15.954Z Compiling console v0.15.8
14692025-01-17T07:42:15.977Z Compiling zerocopy v0.6.6
14702025-01-17T07:42:16.030Z Compiling clap_builder v4.5.21
14712025-01-17T07:42:16.677Z Compiling strum_macros v0.25.3
14722025-01-17T07:42:16.742Z Compiling flate2 v1.0.34
14732025-01-17T07:42:17.558Z Compiling hubpack v0.1.2
14742025-01-17T07:42:17.648Z Compiling cookie_store v0.21.0
14752025-01-17T07:42:17.862Z Compiling elliptic-curve v0.13.8
14762025-01-17T07:42:17.994Z Compiling hickory-resolver v0.24.1
14772025-01-17T07:42:19.021Z Compiling toml_edit v0.19.15
14782025-01-17T07:42:19.278Z Compiling phf v0.11.2
14792025-01-17T07:42:19.465Z Compiling signal-hook-mio v0.2.4
14802025-01-17T07:42:19.570Z Compiling rayon v1.10.0
14812025-01-17T07:42:19.662Z Compiling hyper-tls v0.6.0
14822025-01-17T07:42:20.085Z Compiling bzip2 v0.4.4
14832025-01-17T07:42:20.528Z Compiling tokio-tungstenite v0.24.0
14842025-01-17T07:42:22.335Z Compiling postgres-types v0.2.8
14852025-01-17T07:42:23.635Z Compiling ed25519 v2.2.3
14862025-01-17T07:42:23.900Z Compiling phf_shared v0.10.0
14872025-01-17T07:42:23.949Z Compiling tokio-stream v0.1.16
14882025-01-17T07:42:24.211Z Compiling pkcs1 v0.7.5
14892025-01-17T07:42:24.296Z Compiling serde-big-array v0.5.1
14902025-01-17T07:42:24.555Z Compiling clap_derive v4.5.18
14912025-01-17T07:42:24.924Z Compiling rfc6979 v0.4.0
14922025-01-17T07:42:25.137Z Compiling derive-where v1.2.7
14932025-01-17T07:42:25.186Z Compiling serde_repr v0.1.19
14942025-01-17T07:42:25.518Z Compiling float-cmp v0.9.0
14952025-01-17T07:42:25.770Z Compiling bstr v1.10.0
14962025-01-17T07:42:25.831Z Compiling sync_wrapper v1.0.1
14972025-01-17T07:42:25.998Z Compiling difflib v0.4.0
14982025-01-17T07:42:26.264Z Compiling predicates-core v1.0.8
14992025-01-17T07:42:26.284Z Compiling whoami v1.5.2
15002025-01-17T07:42:26.604Z Compiling normalize-line-endings v0.3.0
15012025-01-17T07:42:26.753Z Compiling fixedbitset v0.4.2
15022025-01-17T07:42:26.879Z Compiling unicode-width v0.2.0
15032025-01-17T07:42:27.197Z Compiling static_assertions v1.1.0
15042025-01-17T07:42:27.312Z Compiling new_debug_unreachable v1.0.6
15052025-01-17T07:42:27.405Z Compiling bit-vec v0.6.3
15062025-01-17T07:42:27.408Z Compiling number_prefix v0.4.0
15072025-01-17T07:42:27.428Z Compiling unicode-segmentation v1.12.0
15082025-01-17T07:42:27.431Z Compiling precomputed-hash v0.1.1
15092025-01-17T07:42:27.586Z Compiling indicatif v0.17.9
15102025-01-17T07:42:27.641Z Compiling string_cache v0.8.7
15112025-01-17T07:42:27.790Z Compiling bit-set v0.5.3
15122025-01-17T07:42:28.040Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15132025-01-17T07:42:28.087Z Compiling petgraph v0.6.5
15142025-01-17T07:42:28.310Z Compiling similar v2.6.0
15152025-01-17T07:42:28.354Z Compiling predicates v3.1.2
15162025-01-17T07:42:29.038Z Compiling clap v4.5.21
15172025-01-17T07:42:29.167Z Compiling tokio-postgres v0.7.12
15182025-01-17T07:42:29.639Z Compiling ecdsa v0.16.9
15192025-01-17T07:42:29.906Z Compiling rsa v0.9.6
15202025-01-17T07:42:30.367Z Compiling ed25519-dalek v2.1.1
15212025-01-17T07:42:30.467Z Compiling toml v0.7.8
15222025-01-17T07:42:31.652Z Compiling zip v0.6.6
15232025-01-17T07:42:31.724Z Compiling crossterm v0.28.1
15242025-01-17T07:42:33.269Z Compiling hex v0.4.3
15252025-01-17T07:42:33.339Z Compiling x509-cert v0.2.5
15262025-01-17T07:42:33.861Z Compiling itertools v0.10.5
15272025-01-17T07:42:34.235Z Compiling lalrpop-util v0.19.12
15282025-01-17T07:42:34.256Z Compiling unicode-xid v0.2.6
15292025-01-17T07:42:34.467Z Compiling peg-runtime v0.8.3
15302025-01-17T07:42:34.627Z Compiling strum_macros v0.26.4
15312025-01-17T07:42:34.806Z Compiling xattr v1.3.1
15322025-01-17T07:42:35.020Z Compiling filetime v0.2.25
15332025-01-17T07:42:35.346Z Compiling tar v0.4.42
15342025-01-17T07:42:39.289Z Compiling strum v0.26.3
15352025-01-17T07:42:42.358Z Compiling aws-lc-sys v0.22.0
15362025-01-17T07:43:09.828Z Compiling rustls-webpki v0.102.8
15372025-01-17T07:43:12.933Z Compiling tokio-rustls v0.25.0
15382025-01-17T07:43:14.649Z Compiling tokio-rustls v0.26.0
15392025-01-17T07:43:14.947Z Compiling hyper-rustls v0.27.3
15402025-01-17T07:43:15.299Z Compiling reqwest v0.12.9
15412025-01-17T07:43:16.600Z Compiling qorb v0.2.1
15422025-01-17T07:43:19.667Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432025-01-17T07:43:19.916Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442025-01-17T07:43:24.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15452025-01-17T07:43:24.525Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462025-01-17T07:43:24.576ZJan 17 07:43:23.246 INFO Starting download, target: DendriteOpenapi
15472025-01-17T07:43:24.576ZJan 17 07:43:23.246 INFO Starting download, target: Cockroach
15482025-01-17T07:43:24.579ZJan 17 07:43:23.246 INFO Starting download, target: Clickhouse
15492025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Starting download, target: Console
15502025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Starting download, target: DendriteStub
15512025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Starting download, target: MaghemiteMgd
15522025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Starting download, target: TransceiverControl
15532025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15542025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15552025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582025-01-17T07:43:24.579ZJan 17 07:43:23.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15592025-01-17T07:43:24.579ZJan 17 07:43:23.248 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15602025-01-17T07:43:24.716ZJan 17 07:43:23.385 INFO Download complete, target: DendriteOpenapi
15612025-01-17T07:43:25.103ZJan 17 07:43:23.761 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622025-01-17T07:43:25.224ZJan 17 07:43:23.884 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15632025-01-17T07:43:25.355ZJan 17 07:43:24.025 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15642025-01-17T07:43:25.561ZJan 17 07:43:24.230 INFO Download complete, target: Console
15652025-01-17T07:43:25.565ZJan 17 07:43:24.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662025-01-17T07:43:25.804ZJan 17 07:43:24.472 INFO Download complete, target: TransceiverControl
15672025-01-17T07:43:26.227ZJan 17 07:43:24.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682025-01-17T07:43:26.227ZJan 17 07:43:24.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692025-01-17T07:43:26.945ZJan 17 07:43:25.570 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702025-01-17T07:43:28.258ZJan 17 07:43:26.923 INFO Download complete, target: DendriteStub
15712025-01-17T07:43:28.465ZJan 17 07:43:27.135 INFO Download complete, target: MaghemiteMgd
15722025-01-17T07:43:33.706ZJan 17 07:43:32.372 INFO Checking that binary works, target: Cockroach
15732025-01-17T07:43:33.979ZJan 17 07:43:32.647 INFO Download complete, target: Cockroach
15742025-01-17T07:43:39.167ZJan 17 07:43:37.837 INFO Checking that binary works, target: Clickhouse
15752025-01-17T07:43:39.285ZJan 17 07:43:37.955 INFO Download complete, target: Clickhouse
15762025-01-17T07:43:39.292ZAll prerequisites installed successfully
15772025-01-17T07:43:39.295Z
15782025-01-17T07:43:39.295Zreal 5:33.750944602
15792025-01-17T07:43:39.295Zuser 15:44.401423220
15802025-01-17T07:43:39.295Zsys 2:04.862221879
15812025-01-17T07:43:39.295Ztrap 0.564000970
15822025-01-17T07:43:39.295Ztflt 1.500097134
15832025-01-17T07:43:39.295Zdflt 1.705589874
15842025-01-17T07:43:39.295Zkflt 0.023302234
15852025-01-17T07:43:39.295Zlock 25:07.401021019
15862025-01-17T07:43:39.295Zslp 56:30.489399343
15872025-01-17T07:43:39.295Zlat 59.800812643
15882025-01-17T07:43:39.295Zstop 2:23.530036609
15892025-01-17T07:43:39.295Z+ ptime -m cargo xtask download softnpu
15902025-01-17T07:43:39.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15912025-01-17T07:43:39.845Z Running `target/debug/xtask download softnpu`
15922025-01-17T07:43:40.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15932025-01-17T07:43:40.702Z Running `target/debug/xtask-downloader softnpu`
15942025-01-17T07:43:40.747ZJan 17 07:43:39.399 INFO Starting download, target: Softnpu
15952025-01-17T07:43:40.754ZJan 17 07:43:39.400 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15962025-01-17T07:43:41.267ZJan 17 07:43:39.933 INFO Download complete, target: Softnpu
15972025-01-17T07:43:41.270Z
15982025-01-17T07:43:41.270Zreal 1.967852815
15992025-01-17T07:43:41.270Zuser 1.247894491
16002025-01-17T07:43:41.270Zsys 0.531940475
16012025-01-17T07:43:41.270Ztrap 0.000593075
16022025-01-17T07:43:41.270Ztflt 0.000096802
16032025-01-17T07:43:41.270Zdflt 0.000061822
16042025-01-17T07:43:41.270Zkflt 0.000000000
16052025-01-17T07:43:41.270Zlock 5.469697755
16062025-01-17T07:43:41.270Zslp 0.350314302
16072025-01-17T07:43:41.270Zlat 0.073002506
16082025-01-17T07:43:41.270Zstop 0.000203326
16092025-01-17T07:43:41.270Z+ export CARGO_INCREMENTAL=0
16102025-01-17T07:43:41.270Z+ CARGO_INCREMENTAL=0
16112025-01-17T07:43:41.270Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16122025-01-17T07:43:42.210Z Compiling proc-macro2 v1.0.92
16132025-01-17T07:43:42.210Z Compiling unicode-ident v1.0.14
16142025-01-17T07:43:42.213Z Compiling libc v0.2.169
16152025-01-17T07:43:42.213Z Compiling serde v1.0.217
16162025-01-17T07:43:42.213Z Compiling autocfg v1.4.0
16172025-01-17T07:43:42.213Z Compiling version_check v0.9.5
16182025-01-17T07:43:42.213Z Compiling cfg-if v1.0.0
16192025-01-17T07:43:42.485Z Compiling memchr v2.7.4
16202025-01-17T07:43:42.511Z Compiling typenum v1.17.0
16212025-01-17T07:43:42.539Z Compiling shlex v1.3.0
16222025-01-17T07:43:42.868Z Compiling value-bag v1.9.0
16232025-01-17T07:43:43.067Z Compiling generic-array v0.14.7
16242025-01-17T07:43:43.131Z Compiling lock_api v0.4.12
16252025-01-17T07:43:43.346Z Compiling log v0.4.22
16262025-01-17T07:43:43.368Z Compiling scopeguard v1.2.0
16272025-01-17T07:43:43.530Z Compiling parking_lot_core v0.9.10
16282025-01-17T07:43:43.804Z Compiling serde_json v1.0.135
16292025-01-17T07:43:43.935Z Compiling quote v1.0.38
16302025-01-17T07:43:44.070Z Compiling once_cell v1.20.2
16312025-01-17T07:43:44.109Z Compiling rustix v0.38.37
16322025-01-17T07:43:44.130Z Compiling jobserver v0.1.32
16332025-01-17T07:43:44.325Z Compiling syn v2.0.96
16342025-01-17T07:43:44.465Z Compiling getrandom v0.2.15
16352025-01-17T07:43:44.501Z Compiling libm v0.2.8
16362025-01-17T07:43:44.709Z Compiling cc v1.1.30
16372025-01-17T07:43:44.726Z Compiling aho-corasick v1.1.3
16382025-01-17T07:43:44.765Z Compiling num-traits v0.2.19
16392025-01-17T07:43:44.836Z Compiling regex-syntax v0.8.5
16402025-01-17T07:43:44.857Z Compiling thiserror v1.0.69
16412025-01-17T07:43:44.860Z Compiling either v1.13.0
16422025-01-17T07:43:45.066Z Compiling itoa v1.0.11
16432025-01-17T07:43:45.278Z Compiling spin v0.9.8
16442025-01-17T07:43:45.514Z Compiling slab v0.4.9
16452025-01-17T07:43:45.778Z Compiling errno v0.3.9
16462025-01-17T07:43:45.984Z Compiling byteorder v1.5.0
16472025-01-17T07:43:46.013Z Compiling lazy_static v1.5.0
16482025-01-17T07:43:46.146Z Compiling rand_core v0.6.4
16492025-01-17T07:43:46.574Z Compiling glob v0.3.1
16502025-01-17T07:43:46.660Z Compiling prettyplease v0.2.25
16512025-01-17T07:43:46.873Z Compiling minimal-lexical v0.2.1
16522025-01-17T07:43:47.248Z Compiling clang-sys v1.8.1
16532025-01-17T07:43:47.346Z Compiling nom v7.1.3
16542025-01-17T07:43:47.622Z Compiling libloading v0.8.5
16552025-01-17T07:43:47.702Z Compiling bindgen v0.69.5
16562025-01-17T07:43:47.931Z Compiling subtle v2.6.1
16572025-01-17T07:43:47.953Z Compiling home v0.5.9
16582025-01-17T07:43:48.180Z Compiling itertools v0.12.1
16592025-01-17T07:43:48.239Z Compiling lazycell v1.3.0
16602025-01-17T07:43:48.415Z Compiling regex-automata v0.4.8
16612025-01-17T07:43:48.537Z Compiling allocator-api2 v0.2.18
16622025-01-17T07:43:48.759Z Compiling rustc-hash v1.1.0
16632025-01-17T07:43:48.921Z Compiling smallvec v1.13.2
16642025-01-17T07:43:49.276Z Compiling cmake v0.1.51
16652025-01-17T07:43:49.604Z Compiling semver v1.0.24
16662025-01-17T07:43:50.043Z Compiling dunce v1.0.5
16672025-01-17T07:43:50.066Z Compiling fs_extra v1.3.0
16682025-01-17T07:43:50.385Z Compiling cexpr v0.6.0
16692025-01-17T07:43:50.549Z Compiling pkg-config v0.3.31
16702025-01-17T07:43:50.963Z Compiling ring v0.17.8
16712025-01-17T07:43:51.361Z Compiling synstructure v0.13.1
16722025-01-17T07:43:51.573Z Compiling ryu v1.0.18
16732025-01-17T07:43:51.808Z Compiling pin-project-lite v0.2.14
16742025-01-17T07:43:51.871Z Compiling paste v1.0.15
16752025-01-17T07:43:51.959Z Compiling schemars v0.8.21
16762025-01-17T07:43:52.276Z Compiling aws-lc-rs v1.10.0
16772025-01-17T07:43:52.366Z Compiling fnv v1.0.7
16782025-01-17T07:43:52.369Z Compiling const-oid v0.9.6
16792025-01-17T07:43:52.566Z Compiling httparse v1.9.5
16802025-01-17T07:43:53.165Z Compiling serde_derive_internals v0.29.1
16812025-01-17T07:43:53.316Z Compiling foldhash v0.1.3
16822025-01-17T07:43:53.632Z Compiling equivalent v1.0.1
16832025-01-17T07:43:53.758Z Compiling regex v1.11.1
16842025-01-17T07:43:53.845Z Compiling hashbrown v0.15.1
16852025-01-17T07:43:54.437Z Compiling signal-hook-registry v1.4.2
16862025-01-17T07:43:54.485Z Compiling heck v0.5.0
16872025-01-17T07:43:54.713Z Compiling parking_lot v0.12.3
16882025-01-17T07:43:54.924Z Compiling mio v1.0.2
16892025-01-17T07:43:55.782Z Compiling serde_derive v1.0.217
16902025-01-17T07:43:55.894Z Compiling zeroize_derive v1.4.2
16912025-01-17T07:43:56.497Z Compiling zerocopy-derive v0.7.35
16922025-01-17T07:43:56.728Z Compiling thiserror-impl v1.0.69
16932025-01-17T07:43:57.180Z Compiling tokio-macros v2.5.0
16942025-01-17T07:43:57.202Z Compiling zeroize v1.8.1
16952025-01-17T07:43:57.654Z Compiling zerofrom-derive v0.1.4
16962025-01-17T07:43:57.740Z Compiling yoke-derive v0.7.4
16972025-01-17T07:43:57.780Z Compiling futures-macro v0.3.31
16982025-01-17T07:43:58.011Z Compiling zerovec-derive v0.10.3
16992025-01-17T07:43:58.529Z Compiling zerocopy v0.7.35
17002025-01-17T07:43:59.384Z Compiling displaydoc v0.2.5
17012025-01-17T07:43:59.513Z Compiling crypto-common v0.1.6
17022025-01-17T07:43:59.880Z Compiling tracing-attributes v0.1.27
17032025-01-17T07:43:59.940Z Compiling icu_provider_macros v1.5.0
17042025-01-17T07:44:00.074Z Compiling schemars_derive v0.8.21
17052025-01-17T07:44:00.374Z Compiling block-buffer v0.10.4
17062025-01-17T07:44:00.637Z Compiling digest v0.10.7
17072025-01-17T07:44:00.751Z Compiling stable_deref_trait v1.2.0
17082025-01-17T07:44:00.951Z Compiling socket2 v0.5.7
17092025-01-17T07:44:01.014Z Compiling futures-core v0.3.31
17102025-01-17T07:44:01.053Z Compiling num-conv v0.1.0
17112025-01-17T07:44:01.280Z Compiling time-core v0.1.2
17122025-01-17T07:44:01.326Z Compiling crossbeam-utils v0.8.20
17132025-01-17T07:44:01.475Z Compiling time-macros v0.2.18
17142025-01-17T07:44:02.109Z Compiling der_derive v0.7.3
17152025-01-17T07:44:02.412Z Compiling vcpkg v0.2.15
17162025-01-17T07:44:03.828Z Compiling openssl-sys v0.9.103
17172025-01-17T07:44:04.280Z Compiling syn v1.0.109
17182025-01-17T07:44:04.799Z Compiling cpufeatures v0.2.14
17192025-01-17T07:44:04.802Z Compiling futures-sink v0.3.31
17202025-01-17T07:44:04.919Z Compiling slog v2.7.0
17212025-01-17T07:44:05.208Z Compiling ahash v0.8.11
17222025-01-17T07:44:05.357Z Compiling iana-time-zone v0.1.61
17232025-01-17T07:44:05.713Z Compiling futures-channel v0.3.31
17242025-01-17T07:44:05.904Z Compiling zerofrom v0.1.4
17252025-01-17T07:44:06.011Z Compiling scroll_derive v0.12.0
17262025-01-17T07:44:06.158Z Compiling ucd-trie v0.1.7
17272025-01-17T07:44:06.178Z Compiling futures-io v0.3.31
17282025-01-17T07:44:06.181Z Compiling futures-task v0.3.31
17292025-01-17T07:44:06.501Z Compiling pin-utils v0.1.0
17302025-01-17T07:44:06.521Z Compiling openssl v0.10.66
17312025-01-17T07:44:06.612Z Compiling futures-util v0.3.31
17322025-01-17T07:44:06.632Z Compiling pest v2.7.14
17332025-01-17T07:44:06.920Z Compiling yoke v0.7.4
17342025-01-17T07:44:07.333Z Compiling hmac v0.12.1
17352025-01-17T07:44:07.857Z Compiling bitflags v2.6.0
17362025-01-17T07:44:07.951Z Compiling bytes v1.9.0
17372025-01-17T07:44:09.106Z Compiling indexmap v2.7.0
17382025-01-17T07:44:09.617Z Compiling tokio v1.43.0
17392025-01-17T07:44:10.442Z Compiling serde_tokenstream v0.2.2
17402025-01-17T07:44:10.935Z Compiling uuid v1.11.0
17412025-01-17T07:44:11.019Z Compiling http v1.2.0
17422025-01-17T07:44:12.197Z Compiling which v4.4.2
17432025-01-17T07:44:12.703Z Compiling chrono v0.4.38
17442025-01-17T07:44:13.010Z Compiling rustc_version v0.4.1
17452025-01-17T07:44:14.776Z Compiling pest_meta v2.7.14
17462025-01-17T07:44:18.445Z Compiling zerovec v0.10.4
17472025-01-17T07:44:19.087Z Compiling block-padding v0.3.3
17482025-01-17T07:44:19.336Z Compiling openssl-macros v0.1.1
17492025-01-17T07:44:20.059Z Compiling native-tls v0.2.12
17502025-01-17T07:44:20.415Z Compiling rustls v0.23.19
17512025-01-17T07:44:20.717Z Compiling tinyvec_macros v0.1.1
17522025-01-17T07:44:20.887Z Compiling tinyvec v1.8.0
17532025-01-17T07:44:20.964Z Compiling inout v0.1.3
17542025-01-17T07:44:20.979Z Compiling pest_generator v2.7.14
17552025-01-17T07:44:21.227Z Compiling toml_datetime v0.6.8
17562025-01-17T07:44:21.387Z Compiling serde_spanned v0.6.8
17572025-01-17T07:44:21.648Z Compiling tracing-core v0.1.32
17582025-01-17T07:44:21.668Z Compiling strsim v0.11.1
17592025-01-17T07:44:22.322Z Compiling dyn-clone v1.0.17
17602025-01-17T07:44:22.426Z Compiling unicode-normalization v0.1.24
17612025-01-17T07:44:22.560Z Compiling tracing v0.1.40
17622025-01-17T07:44:22.617Z Compiling pest_derive v2.7.14
17632025-01-17T07:44:23.362Z Compiling cipher v0.4.4
17642025-01-17T07:44:23.398Z Compiling tinystr v0.7.6
17652025-01-17T07:44:23.832Z Compiling sha2 v0.10.8
17662025-01-17T07:44:23.897Z Compiling cookie v0.18.1
17672025-01-17T07:44:23.918Z Compiling usdt-impl v0.5.0
17682025-01-17T07:44:24.184Z Compiling base64ct v1.6.0
17692025-01-17T07:44:24.222Z Compiling writeable v0.5.5
17702025-01-17T07:44:24.271Z Compiling unicode-bidi v0.3.17
17712025-01-17T07:44:24.482Z Compiling aws-lc-sys v0.22.0
17722025-01-17T07:44:24.586Z Compiling litemap v0.7.3
17732025-01-17T07:44:25.192Z Compiling icu_locid v1.5.0
17742025-01-17T07:44:27.534Z Compiling pem-rfc7468 v0.7.0
17752025-01-17T07:44:28.114Z Compiling scroll v0.12.0
17762025-01-17T07:44:28.719Z Compiling ppv-lite86 v0.2.20
17772025-01-17T07:44:28.932Z Compiling async-trait v0.1.83
17782025-01-17T07:44:30.874Z Compiling plain v0.2.3
17792025-01-17T07:44:31.048Z Compiling camino v1.1.9
17802025-01-17T07:44:31.524Z Compiling rustls-pki-types v1.10.0
17812025-01-17T07:44:32.078Z Compiling anyhow v1.0.93
17822025-01-17T07:44:32.554Z Compiling percent-encoding v2.3.1
17832025-01-17T07:44:32.593Z Compiling flagset v0.4.6
17842025-01-17T07:44:32.795Z Compiling der v0.7.9
17852025-01-17T07:44:33.015Z Compiling goblin v0.8.2
17862025-01-17T07:44:34.156Z Compiling rand_chacha v0.3.1
17872025-01-17T07:44:35.073Z Compiling icu_provider v1.5.0
17882025-01-17T07:44:35.406Z Compiling tokio-util v0.7.12
17892025-01-17T07:44:36.239Z Compiling icu_locid_transform_data v1.5.0
17902025-01-17T07:44:36.347Z Compiling powerfmt v0.2.0
17912025-01-17T07:44:36.584Z Compiling pretty-hex v0.4.1
17922025-01-17T07:44:36.818Z Compiling rustls v0.22.4
17932025-01-17T07:44:36.976Z Compiling untrusted v0.9.0
17942025-01-17T07:44:37.111Z Compiling rayon-core v1.12.1
17952025-01-17T07:44:37.184Z Compiling untrusted v0.7.1
17962025-01-17T07:44:37.231Z Compiling mirai-annotations v1.12.0
17972025-01-17T07:44:37.412Z Compiling icu_locid_transform v1.5.0
17982025-01-17T07:44:37.430Z Compiling deranged v0.3.11
17992025-01-17T07:44:38.593Z Compiling dof v0.3.0
18002025-01-17T07:44:39.158Z Compiling spki v0.7.3
18012025-01-17T07:44:39.532Z Compiling rand v0.8.5
18022025-01-17T07:44:40.118Z Compiling salsa20 v0.10.2
18032025-01-17T07:44:40.260Z Compiling dtrace-parser v0.2.0
18042025-01-17T07:44:40.360Z Compiling icu_collections v1.5.0
18052025-01-17T07:44:41.522Z Compiling pbkdf2 v0.12.2
18062025-01-17T07:44:42.143Z Compiling thread-id v4.2.2
18072025-01-17T07:44:42.276Z Compiling icu_properties_data v1.5.0
18082025-01-17T07:44:42.621Z Compiling num_threads v0.1.7
18092025-01-17T07:44:42.762Z Compiling atomic-waker v1.1.2
18102025-01-17T07:44:42.956Z Compiling winnow v0.5.40
18112025-01-17T07:44:42.998Z Compiling icu_properties v1.5.1
18122025-01-17T07:44:43.172Z Compiling time v0.3.36
18132025-01-17T07:44:46.224Z Compiling toml_edit v0.19.15
18142025-01-17T07:44:47.492Z Compiling scrypt v0.11.0
18152025-01-17T07:44:47.968Z Compiling form_urlencoded v1.2.1
18162025-01-17T07:44:47.987Z Compiling aes v0.8.4
18172025-01-17T07:44:48.495Z Compiling cbc v0.1.2
18182025-01-17T07:44:48.743Z Compiling http-body v1.0.1
18192025-01-17T07:44:49.131Z Compiling multer v3.1.0
18202025-01-17T07:44:49.134Z Compiling icu_normalizer_data v1.5.0
18212025-01-17T07:44:49.153Z Compiling write16 v1.0.0
18222025-01-17T07:44:49.261Z Compiling slog-async v2.8.0
18232025-01-17T07:44:49.430Z Compiling utf8_iter v1.0.4
18242025-01-17T07:44:49.448Z Compiling try-lock v0.2.5
18252025-01-17T07:44:49.626Z Compiling rustversion v1.0.17
18262025-01-17T07:44:49.702Z Compiling utf16_iter v1.0.5
18272025-01-17T07:44:50.221Z Compiling icu_normalizer v1.5.0
18282025-01-17T07:44:50.272Z Compiling want v0.3.1
18292025-01-17T07:44:51.891Z Compiling pkcs5 v0.7.1
18302025-01-17T07:44:52.719Z Compiling h2 v0.4.6
18312025-01-17T07:44:53.209Z Compiling heapless v0.7.17
18322025-01-17T07:44:54.102Z Compiling bzip2-sys v0.1.11+1.0.8
18332025-01-17T07:44:54.703Z Compiling signal-hook v0.3.17
18342025-01-17T07:44:54.804Z Compiling httpdate v1.0.3
18352025-01-17T07:44:55.488Z Compiling pkcs8 v0.10.2
18362025-01-17T07:44:55.561Z Compiling idna_adapter v1.2.0
18372025-01-17T07:44:56.817Z Compiling usdt-attr-macro v0.5.0
18382025-01-17T07:44:57.034Z Compiling usdt-macro v0.5.0
18392025-01-17T07:44:57.216Z Compiling async-stream-impl v0.3.6
18402025-01-17T07:44:58.313Z Compiling base64 v0.22.1
18412025-01-17T07:44:58.409Z Compiling tower-service v0.3.3
18422025-01-17T07:44:58.448Z Compiling adler2 v2.0.0
18432025-01-17T07:44:58.760Z Compiling miniz_oxide v0.8.0
18442025-01-17T07:44:59.509Z Compiling idna v1.0.3
18452025-01-17T07:45:02.132Z Compiling hyper v1.5.2
18462025-01-17T07:45:05.094Z Compiling hyper-util v0.1.10
18472025-01-17T07:45:05.390Z Compiling curve25519-dalek v4.1.3
18482025-01-17T07:45:05.815Z Compiling openapiv3 v2.0.0
18492025-01-17T07:45:06.109Z Compiling enum-as-inner v0.6.1
18502025-01-17T07:45:07.100Z Compiling dropshot v0.12.0
18512025-01-17T07:45:07.292Z Compiling foreign-types-shared v0.1.1
18522025-01-17T07:45:07.448Z Compiling smoltcp v0.9.1
18532025-01-17T07:45:07.784Z Compiling newtype-uuid v1.2.1
18542025-01-17T07:45:08.087Z Compiling match_cfg v0.1.0
18552025-01-17T07:45:08.350Z Compiling portable-atomic v1.9.0
18562025-01-17T07:45:08.704Z Compiling num-bigint-dig v0.8.4
18572025-01-17T07:45:09.230Z Compiling hostname v0.3.1
18582025-01-17T07:45:09.661Z Compiling foreign-types v0.3.2
18592025-01-17T07:45:10.907Z Compiling url v2.5.3
18602025-01-17T07:45:12.744Z Compiling http-body-util v0.1.2
18612025-01-17T07:45:13.487Z Compiling dirs-sys-next v0.1.2
18622025-01-17T07:45:13.539Z Compiling encoding_rs v0.8.34
18632025-01-17T07:45:13.650Z Compiling mime v0.3.17
18642025-01-17T07:45:13.952Z Compiling heck v0.4.1
18652025-01-17T07:45:14.327Z Compiling gimli v0.31.1
18662025-01-17T07:45:14.676Z Compiling ident_case v1.0.1
18672025-01-17T07:45:14.870Z Compiling data-encoding v2.6.0
18682025-01-17T07:45:16.333Z Compiling siphasher v0.3.11
18692025-01-17T07:45:16.704Z Compiling darling_core v0.20.10
18702025-01-17T07:45:17.316Z Compiling dirs-next v2.0.0
18712025-01-17T07:45:21.007Z Compiling addr2line v0.24.2
18722025-01-17T07:45:22.714Z Compiling serde_urlencoded v0.7.1
18732025-01-17T07:45:23.298Z Compiling crossbeam-epoch v0.9.18
18742025-01-17T07:45:24.006Z Compiling rustls-pemfile v2.2.0
18752025-01-17T07:45:24.485Z Compiling hubpack_derive v0.1.1
18762025-01-17T07:45:24.608Z Compiling dropshot_endpoint v0.12.0
18772025-01-17T07:45:24.852Z Compiling sha1 v0.10.6
18782025-01-17T07:45:24.898Z Compiling signature v2.2.0
18792025-01-17T07:45:25.133Z Compiling curve25519-dalek-derive v0.1.1
18802025-01-17T07:45:25.244Z Compiling zerocopy-derive v0.6.6
18812025-01-17T07:45:25.364Z Compiling object v0.36.5
18822025-01-17T07:45:26.900Z Compiling thread_local v1.1.8
18832025-01-17T07:45:27.337Z Compiling fs-err v2.11.0
18842025-01-17T07:45:28.393Z Compiling anstyle v1.0.10
18852025-01-17T07:45:28.853Z Compiling utf8parse v0.2.2
18862025-01-17T07:45:29.045Z Compiling openssl-probe v0.1.5
18872025-01-17T07:45:31.048Z Compiling ipnet v2.10.1
18882025-01-17T07:45:34.014Z Compiling unicode-properties v0.1.3
18892025-01-17T07:45:34.413Z Compiling rustc-demangle v0.1.24
18902025-01-17T07:45:35.279Z Compiling winnow v0.6.20
18912025-01-17T07:45:36.727Z Compiling rustls-webpki v0.102.8
18922025-01-17T07:45:36.970Z Compiling backtrace v0.3.74
18932025-01-17T07:45:38.426Z Compiling toml_edit v0.22.22
18942025-01-17T07:45:39.984Z Compiling stringprep v0.1.5
18952025-01-17T07:45:45.989Z Compiling anstyle-parse v0.2.5
18962025-01-17T07:45:46.842Z Compiling crossbeam-deque v0.8.5
18972025-01-17T07:45:47.197Z Compiling darling_macro v0.20.10
18982025-01-17T07:45:47.563Z Compiling term v0.7.0
18992025-01-17T07:45:47.606Z Compiling slog-json v2.6.1
19002025-01-17T07:45:48.726Z Compiling crossbeam-channel v0.5.13
19012025-01-17T07:45:49.103Z Compiling hashbrown v0.14.5
19022025-01-17T07:45:49.720Z Compiling idna v0.3.0
19032025-01-17T07:45:49.856Z Compiling idna v0.4.0
19042025-01-17T07:45:50.364Z Compiling futures-executor v0.3.31
19052025-01-17T07:45:51.046Z Compiling num-integer v0.1.46
19062025-01-17T07:45:51.087Z Compiling md-5 v0.10.6
19072025-01-17T07:45:51.204Z Compiling ff v0.13.0
19082025-01-17T07:45:51.348Z Compiling hash32 v0.2.1
19092025-01-17T07:45:51.373Z Compiling memmap v0.7.0
19102025-01-17T07:45:51.445Z Compiling is-terminal v0.4.13
19112025-01-17T07:45:51.683Z Compiling linked-hash-map v0.5.6
19122025-01-17T07:45:51.706Z Compiling take_mut v0.2.2
19132025-01-17T07:45:51.879Z Compiling psl-types v2.0.11
19142025-01-17T07:45:52.125Z Compiling is_terminal_polyfill v1.70.1
19152025-01-17T07:45:52.231Z Compiling colorchoice v1.0.2
19162025-01-17T07:45:52.277Z Compiling anstyle-query v1.1.1
19172025-01-17T07:45:52.434Z Compiling fallible-iterator v0.2.0
19182025-01-17T07:45:52.548Z Compiling base16ct v0.2.0
19192025-01-17T07:45:52.833Z Compiling utf-8 v0.7.6
19202025-01-17T07:45:52.872Z Compiling quick-error v1.2.3
19212025-01-17T07:45:53.040Z Compiling tungstenite v0.24.0
19222025-01-17T07:45:53.089Z Compiling postgres-protocol v0.6.7
19232025-01-17T07:45:53.123Z Compiling resolv-conf v0.7.0
19242025-01-17T07:45:53.569Z Compiling sec1 v0.7.3
19252025-01-17T07:45:53.781Z Compiling anstream v0.6.15
19262025-01-17T07:45:54.116Z Compiling publicsuffix v2.2.3
19272025-01-17T07:45:54.379Z Compiling lru-cache v0.1.2
19282025-01-17T07:45:54.578Z Compiling usdt v0.5.0
19292025-01-17T07:45:54.848Z Compiling slog-term v2.9.1
19302025-01-17T07:45:55.033Z Compiling num-iter v0.1.45
19312025-01-17T07:45:55.231Z Compiling group v0.13.0
19322025-01-17T07:45:55.334Z Compiling hickory-proto v0.24.1
19332025-01-17T07:45:55.539Z Compiling futures v0.3.31
19342025-01-17T07:45:55.903Z Compiling regress v0.10.1
19352025-01-17T07:45:59.516Z Compiling darling v0.20.10
19362025-01-17T07:45:59.989Z Compiling slog-bunyan v2.5.0
19372025-01-17T07:46:00.387Z Compiling tokio-native-tls v0.3.1
19382025-01-17T07:46:00.441Z Compiling tokio-rustls v0.26.0
19392025-01-17T07:46:00.577Z Compiling tokio-rustls v0.25.0
19402025-01-17T07:46:00.701Z Compiling toml v0.8.19
19412025-01-17T07:46:01.000Z Compiling phf_shared v0.11.2
19422025-01-17T07:46:01.166Z Compiling strum_macros v0.25.3
19432025-01-17T07:46:01.681Z Compiling async-stream v0.3.6
19442025-01-17T07:46:01.974Z Compiling waitgroup v0.1.2
19452025-01-17T07:46:02.076Z Compiling webpki-roots v0.26.6
19462025-01-17T07:46:02.587Z Compiling idna v0.5.0
19472025-01-17T07:46:02.608Z Compiling terminal_size v0.4.0
19482025-01-17T07:46:02.851Z Compiling serde_path_to_error v0.1.16
19492025-01-17T07:46:03.587Z Compiling hkdf v0.12.4
19502025-01-17T07:46:03.943Z Compiling crypto-bigint v0.5.5
19512025-01-17T07:46:03.997Z Compiling clap_derive v4.5.18
19522025-01-17T07:46:04.197Z Compiling derive-where v1.2.7
19532025-01-17T07:46:04.375Z Compiling serde_repr v0.1.19
19542025-01-17T07:46:05.002Z Compiling hostname v0.4.0
19552025-01-17T07:46:05.212Z Compiling crc32fast v1.4.2
19562025-01-17T07:46:05.543Z Compiling debug-ignore v1.0.5
19572025-01-17T07:46:05.584Z Compiling bitflags v1.3.2
19582025-01-17T07:46:06.436Z Compiling managed v0.8.0
19592025-01-17T07:46:07.026Z Compiling clap_lex v0.7.2
19602025-01-17T07:46:07.066Z Compiling unicode-width v0.1.14
19612025-01-17T07:46:07.410Z Compiling clap_builder v4.5.21
19622025-01-17T07:46:07.497Z Compiling elliptic-curve v0.13.8
19632025-01-17T07:46:07.600Z Compiling console v0.15.8
19642025-01-17T07:46:09.336Z Compiling flate2 v1.0.34
19652025-01-17T07:46:09.832Z Compiling cookie_store v0.21.0
19662025-01-17T07:46:12.515Z Compiling hyper-rustls v0.27.3
19672025-01-17T07:46:15.489Z Compiling phf v0.11.2
19682025-01-17T07:46:15.773Z Compiling hyper-tls v0.6.0
19692025-01-17T07:46:15.845Z Compiling hickory-resolver v0.24.1
19702025-01-17T07:46:16.149Z Compiling signal-hook-mio v0.2.4
19712025-01-17T07:46:16.276Z Compiling typify-impl v0.2.0
19722025-01-17T07:46:16.326Z Compiling rayon v1.10.0
19732025-01-17T07:46:16.511Z Compiling bzip2 v0.4.4
19742025-01-17T07:46:16.880Z Compiling tokio-tungstenite v0.24.0
19752025-01-17T07:46:17.409Z Compiling postgres-types v0.2.8
19762025-01-17T07:46:18.457Z Compiling zerocopy v0.6.6
19772025-01-17T07:46:18.613Z Compiling hubpack v0.1.2
19782025-01-17T07:46:19.032Z Compiling ed25519 v2.2.3
19792025-01-17T07:46:19.231Z Compiling phf_shared v0.10.0
19802025-01-17T07:46:19.602Z Compiling pkcs1 v0.7.5
19812025-01-17T07:46:20.471Z Compiling tokio-stream v0.1.16
19822025-01-17T07:46:20.591Z Compiling ipnetwork v0.20.0
19832025-01-17T07:46:20.896Z Compiling serde-big-array v0.5.1
19842025-01-17T07:46:21.149Z Compiling rfc6979 v0.4.0
19852025-01-17T07:46:21.357Z Compiling float-cmp v0.9.0
19862025-01-17T07:46:21.388Z Compiling sync_wrapper v1.0.1
19872025-01-17T07:46:21.603Z Compiling bstr v1.10.0
19882025-01-17T07:46:22.809Z Compiling difflib v0.4.0
19892025-01-17T07:46:23.030Z Compiling fixedbitset v0.4.2
19902025-01-17T07:46:23.454Z Compiling static_assertions v1.1.0
19912025-01-17T07:46:23.594Z Compiling bit-vec v0.6.3
19922025-01-17T07:46:23.954Z Compiling predicates-core v1.0.8
19932025-01-17T07:46:24.259Z Compiling new_debug_unreachable v1.0.6
19942025-01-17T07:46:24.279Z Compiling precomputed-hash v0.1.1
19952025-01-17T07:46:24.373Z Compiling number_prefix v0.4.0
19962025-01-17T07:46:24.419Z Compiling unicode-width v0.2.0
19972025-01-17T07:46:24.538Z Compiling whoami v1.5.2
19982025-01-17T07:46:24.604Z Compiling normalize-line-endings v0.3.0
19992025-01-17T07:46:24.754Z Compiling unicode-segmentation v1.12.0
20002025-01-17T07:46:24.961Z Compiling indicatif v0.17.9
20012025-01-17T07:46:25.054Z Compiling tokio-postgres v0.7.12
20022025-01-17T07:46:25.124Z Compiling predicates v3.1.2
20032025-01-17T07:46:25.599Z Compiling similar v2.6.0
20042025-01-17T07:46:26.312Z Compiling string_cache v0.8.7
20052025-01-17T07:46:26.648Z Compiling typify-macro v0.2.0
20062025-01-17T07:46:26.687Z Compiling bit-set v0.5.3
20072025-01-17T07:46:26.715Z Compiling reqwest v0.12.9
20082025-01-17T07:46:26.980Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20092025-01-17T07:46:27.359Z Compiling petgraph v0.6.5
20102025-01-17T07:46:30.320Z Compiling ecdsa v0.16.9
20112025-01-17T07:46:30.946Z Compiling qorb v0.2.1
20122025-01-17T07:46:31.115Z Compiling rsa v0.9.6
20132025-01-17T07:46:32.527Z Compiling ed25519-dalek v2.1.1
20142025-01-17T07:46:32.647Z Compiling zip v0.6.6
20152025-01-17T07:46:33.064Z Compiling crossterm v0.28.1
20162025-01-17T07:46:33.372Z Compiling clap v4.5.21
20172025-01-17T07:46:35.338Z Compiling toml v0.7.8
20182025-01-17T07:46:36.071Z Compiling x509-cert v0.2.5
20192025-01-17T07:46:36.303Z Compiling hex v0.4.3
20202025-01-17T07:46:37.155Z Compiling itertools v0.10.5
20212025-01-17T07:46:37.587Z Compiling lalrpop-util v0.19.12
20222025-01-17T07:46:37.710Z Compiling zerocopy v0.8.10
20232025-01-17T07:46:37.933Z Compiling peg-runtime v0.8.3
20242025-01-17T07:46:38.444Z Compiling unicode-xid v0.2.6
20252025-01-17T07:46:40.046Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20262025-01-17T07:46:43.892Z Compiling proc-macro-crate v1.3.1
20272025-01-17T07:46:44.684Z Compiling macaddr v1.0.1
20282025-01-17T07:46:45.027Z Compiling zerocopy-derive v0.8.10
20292025-01-17T07:46:45.314Z Compiling itertools v0.13.0
20302025-01-17T07:46:47.474Z Compiling heapless v0.8.0
20312025-01-17T07:46:48.251Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20322025-01-17T07:46:52.789Z Compiling num_enum_derive v0.5.11
20332025-01-17T07:47:01.194Z Compiling hash32 v0.3.1
20342025-01-17T07:47:01.864Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20352025-01-17T07:47:02.079Z Compiling smoltcp v0.11.0
20362025-01-17T07:47:07.281Z Compiling num_enum v0.5.11
20372025-01-17T07:47:07.514Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20382025-01-17T07:47:08.384Z Compiling typify v0.2.0
20392025-01-17T07:47:08.486Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20402025-01-17T07:47:09.498Z Compiling proc-macro-error-attr v1.0.4
20412025-01-17T07:47:09.799Z Compiling thiserror v2.0.11
20422025-01-17T07:47:09.835Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20432025-01-17T07:47:10.138Z Compiling unsafe-libyaml v0.2.11
20442025-01-17T07:47:11.084Z Compiling cobs v0.2.3
20452025-01-17T07:47:11.575Z Compiling serde_yaml v0.9.34+deprecated
20462025-01-17T07:47:11.607Z Compiling postcard v1.0.10
20472025-01-17T07:47:23.450Z Compiling progenitor-impl v0.8.0
20482025-01-17T07:47:28.717Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20492025-01-17T07:47:37.662Z Compiling strum_macros v0.26.4
20502025-01-17T07:47:38.195Z Compiling foreign-types-macros v0.2.3
20512025-01-17T07:47:38.216Z Compiling structmeta-derive v0.3.0
20522025-01-17T07:47:38.430Z Compiling thiserror-impl v2.0.11
20532025-01-17T07:47:38.949Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542025-01-17T07:47:39.283Z Compiling proc-macro-error v1.0.4
20552025-01-17T07:47:40.279Z Compiling foreign-types-shared v0.3.1
20562025-01-17T07:47:40.337Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20572025-01-17T07:47:41.763Z Compiling strum v0.26.3
20582025-01-17T07:47:44.885Z Compiling structmeta v0.3.0
20592025-01-17T07:47:45.820Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602025-01-17T07:47:46.153Z Compiling foreign-types v0.5.0
20612025-01-17T07:47:52.637Z Compiling progenitor-macro v0.8.0
20622025-01-17T07:47:54.399Z Compiling progenitor-client v0.8.0
20632025-01-17T07:47:54.506Z Compiling tabwriter v1.4.0
20642025-01-17T07:47:55.615Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20652025-01-17T07:47:56.840Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662025-01-17T07:47:57.629Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20672025-01-17T07:47:58.453Z Compiling cstr-argument v0.1.2
20682025-01-17T07:47:58.681Z Compiling dropshot v0.15.1
20692025-01-17T07:47:59.413Z Compiling fastrand v2.1.1
20702025-01-17T07:47:59.429Z Compiling pretty-hex v0.2.1
20712025-01-17T07:47:59.680Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20722025-01-17T07:47:59.995Z Compiling crucible-workspace-hack v0.1.0
20732025-01-17T07:48:00.043Z Compiling tempfile v3.13.0
20742025-01-17T07:48:00.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20752025-01-17T07:48:00.476Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20762025-01-17T07:48:00.801Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772025-01-17T07:48:01.009Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20782025-01-17T07:48:01.663Z Compiling parse-display-derive v0.10.0
20792025-01-17T07:48:02.015Z Compiling colored v2.1.0
20802025-01-17T07:48:02.699Z Compiling serde_with_macros v3.11.0
20812025-01-17T07:48:03.203Z Compiling dropshot_endpoint v0.15.1
20822025-01-17T07:48:03.450Z Compiling progenitor v0.8.0
20832025-01-17T07:48:03.708Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842025-01-17T07:48:04.463Z Compiling instant v0.1.13
20852025-01-17T07:48:04.668Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20862025-01-17T07:48:05.081Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20872025-01-17T07:48:05.100Z Compiling serde_with v3.11.0
20882025-01-17T07:48:05.152Z Compiling parse-display v0.10.0
20892025-01-17T07:48:06.303Z Compiling backoff v0.4.0
20902025-01-17T07:48:06.668Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20912025-01-17T07:48:06.898Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20922025-01-17T07:48:07.868Z Compiling zone_cfg_derive v0.3.0
20932025-01-17T07:48:07.961Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20942025-01-17T07:48:08.634Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20952025-01-17T07:48:09.046Z Compiling camino-tempfile v1.1.1
20962025-01-17T07:48:09.310Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20972025-01-17T07:48:09.357Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20982025-01-17T07:48:09.553Z Compiling regress v0.9.1
20992025-01-17T07:48:09.746Z Compiling progenitor-client v0.9.1
21002025-01-17T07:48:09.795Z Compiling num-derive v0.4.2
21012025-01-17T07:48:10.707Z Compiling sigpipe v0.1.3
21022025-01-17T07:48:10.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21032025-01-17T07:48:11.166Z Compiling libefi-sys v0.1.0
21042025-01-17T07:48:11.541Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21052025-01-17T07:48:11.894Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21062025-01-17T07:48:13.429Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21072025-01-17T07:48:14.771Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21082025-01-17T07:48:15.325Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21092025-01-17T07:48:16.427Z Compiling zone v0.3.0
21102025-01-17T07:48:19.462Z Compiling smf v0.2.3
21112025-01-17T07:48:19.855Z Compiling bitfield-struct v0.6.2
21122025-01-17T07:48:20.160Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21132025-01-17T07:48:20.571Z Compiling blake3 v1.5.4
21142025-01-17T07:48:21.125Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152025-01-17T07:48:21.773Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21162025-01-17T07:48:21.823Z Compiling xattr v1.3.1
21172025-01-17T07:48:21.969Z Compiling filetime v0.2.25
21182025-01-17T07:48:21.997Z Compiling memmap2 v0.9.5
21192025-01-17T07:48:22.136Z Compiling arrayvec v0.7.6
21202025-01-17T07:48:22.345Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212025-01-17T07:48:22.490Z Compiling constant_time_eq v0.3.1
21222025-01-17T07:48:22.589Z Compiling same-file v1.0.6
21232025-01-17T07:48:22.609Z Compiling arrayref v0.3.9
21242025-01-17T07:48:22.723Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21252025-01-17T07:48:22.869Z Compiling walkdir v2.5.0
21262025-01-17T07:48:22.891Z Compiling tar v0.4.42
21272025-01-17T07:48:24.527Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21282025-01-17T07:48:24.908Z Compiling gethostname v0.5.0
21292025-01-17T07:48:24.969Z Compiling cargo-platform v0.1.8
21302025-01-17T07:48:25.125Z Compiling topological-sort v0.2.2
21312025-01-17T07:48:25.326Z Compiling shell-words v1.1.0
21322025-01-17T07:48:25.345Z Compiling cargo_metadata v0.18.1
21332025-01-17T07:48:25.412Z Compiling omicron-zone-package v0.12.0
21342025-01-17T07:48:25.995Z Compiling indent_write v2.2.0
21352025-01-17T07:48:29.289Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21362025-01-17T07:48:31.636Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21372025-01-17T07:48:33.733Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21382025-01-17T07:48:54.185Z Finished `release` profile [optimized] target(s) in 5m 12s
21392025-01-17T07:48:54.352Z Running `target/release/omicron-package -t test target create -p dev`
21402025-01-17T07:48:54.401ZLogging to: /work/oxidecomputer/omicron/out/LOG
21412025-01-17T07:48:54.404ZCreated new build target 'test' and set it as active
21422025-01-17T07:48:54.404Z
21432025-01-17T07:48:54.404Zreal 5:13.129949863
21442025-01-17T07:48:54.404Zuser 36:36.726348994
21452025-01-17T07:48:54.404Zsys 3:21.737791762
21462025-01-17T07:48:54.404Ztrap 1.146090022
21472025-01-17T07:48:54.404Ztflt 2.691129662
21482025-01-17T07:48:54.404Zdflt 0.492412318
21492025-01-17T07:48:54.405Zkflt 0.037431514
21502025-01-17T07:48:54.405Zlock 1:13:57.477800512
21512025-01-17T07:48:54.405Zslp 2:28:16.366440121
21522025-01-17T07:48:54.405Zlat 2:43.017305440
21532025-01-17T07:48:54.405Zstop 4:49.181342131
21542025-01-17T07:48:54.405Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21552025-01-17T07:48:55.356Z Finished `release` profile [optimized] target(s) in 0.90s
21562025-01-17T07:48:55.415Z Running `target/release/omicron-package -t test package`
21572025-01-17T07:48:55.459ZLogging to: /work/oxidecomputer/omicron/out/LOG
21582025-01-17T07:48:56.570Z Compiling thiserror v2.0.11
21592025-01-17T07:48:56.704Z Compiling typify-impl v0.3.0
21602025-01-17T07:48:56.715Z Compiling convert_case v0.4.0
21612025-01-17T07:48:56.718Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21622025-01-17T07:48:56.718Z Compiling newline-converter v0.3.0
21632025-01-17T07:48:56.718Z Compiling password-hash v0.5.0
21642025-01-17T07:48:56.718Z Compiling blake2 v0.10.6
21652025-01-17T07:48:56.729Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21662025-01-17T07:48:56.998Z Compiling expectorate v1.1.0
21672025-01-17T07:48:57.020Z Compiling base64 v0.21.7
21682025-01-17T07:48:57.259Z Compiling atomicwrites v0.4.4
21692025-01-17T07:48:57.321Z Compiling derive_more v0.99.18
21702025-01-17T07:48:57.455Z Compiling argon2 v0.5.3
21712025-01-17T07:48:57.781Z Compiling owo-colors v4.1.0
21722025-01-17T07:48:58.024Z Compiling cancel-safe-futures v0.1.5
21732025-01-17T07:48:58.117Z Compiling num-rational v0.4.2
21742025-01-17T07:48:58.141Z Compiling progenitor-client v0.9.1
21752025-01-17T07:48:58.396Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21762025-01-17T07:48:58.687Z Compiling num-complex v0.4.6
21772025-01-17T07:48:59.661Z Compiling num v0.4.3
21782025-01-17T07:48:59.789Z Compiling libsw v3.3.1
21792025-01-17T07:48:59.813Z Compiling swrite v0.1.0
21802025-01-17T07:48:59.833Z Compiling float-ord v0.3.2
21812025-01-17T07:48:59.972Z Compiling linear-map v1.2.0
21822025-01-17T07:49:00.028Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21832025-01-17T07:49:00.227Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21842025-01-17T07:49:00.404Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21852025-01-17T07:49:00.505Z Compiling highway v1.2.0
21862025-01-17T07:49:01.305Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21872025-01-17T07:49:01.966Z Compiling semver v0.1.20
21882025-01-17T07:49:02.495Z Compiling rustc_version v0.1.7
21892025-01-17T07:49:02.886Z Compiling newtype_derive v0.1.6
21902025-01-17T07:49:03.220Z Compiling tungstenite v0.21.0
21912025-01-17T07:49:03.241Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21922025-01-17T07:49:07.825Z Compiling typify-macro v0.3.0
21932025-01-17T07:49:07.861Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21942025-01-17T07:49:08.183Z Compiling ipnetwork v0.20.0
21952025-01-17T07:49:08.956Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21962025-01-17T07:49:09.242Z Compiling tokio-tungstenite v0.21.0
21972025-01-17T07:49:09.615Z Compiling progenitor-client v0.8.0
21982025-01-17T07:49:09.649Z Compiling humantime v2.1.0
21992025-01-17T07:49:10.005Z Compiling progenitor v0.8.0
22002025-01-17T07:49:10.091Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22012025-01-17T07:49:10.225Z Compiling dropshot v0.15.1
22022025-01-17T07:49:10.306Z Compiling instant v0.1.13
22032025-01-17T07:49:10.464Z Compiling backoff v0.4.0
22042025-01-17T07:49:10.793Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22052025-01-17T07:49:10.970Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22062025-01-17T07:49:11.146Z Compiling typify v0.3.0
22072025-01-17T07:49:11.285Z Compiling progenitor-impl v0.9.1
22082025-01-17T07:49:17.313Z Compiling progenitor-macro v0.9.1
22092025-01-17T07:49:18.070Z Compiling steno v0.4.1
22102025-01-17T07:49:18.338Z Compiling parse-display v0.10.0
22112025-01-17T07:49:18.696Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122025-01-17T07:49:18.871Z Compiling strum v0.26.3
22132025-01-17T07:49:18.897Z Compiling serde_with v3.11.0
22142025-01-17T07:49:19.063Z Compiling regress v0.9.1
22152025-01-17T07:49:22.400Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22162025-01-17T07:49:23.586Z Compiling macaddr v1.0.1
22172025-01-17T07:49:23.914Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22182025-01-17T07:49:24.026Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192025-01-17T07:49:24.072Z Compiling slog-dtrace v0.3.0
22202025-01-17T07:49:24.375Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22212025-01-17T07:49:24.486Z Compiling prettyplease v0.2.25
22222025-01-17T07:49:26.553Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22232025-01-17T07:49:28.201Z Compiling progenitor v0.9.1
22242025-01-17T07:49:28.455Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22252025-01-17T07:49:30.004Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22262025-01-17T07:49:39.416Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22272025-01-17T07:49:40.924Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22282025-01-17T07:49:42.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22292025-01-17T07:49:43.090Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22302025-01-17T07:49:43.857Z Compiling half v2.4.1
22312025-01-17T07:49:44.555Z Compiling ciborium-io v0.2.2
22322025-01-17T07:49:45.773Z Compiling ciborium-ll v0.2.2
22332025-01-17T07:49:46.287Z Compiling ciborium v0.2.2
22342025-01-17T07:49:47.390Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22352025-01-17T07:49:47.914Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22362025-01-17T07:49:48.237Z Compiling display-error-chain v0.2.2
22372025-01-17T07:49:48.257Z Compiling same-file v1.0.6
22382025-01-17T07:49:48.461Z Compiling fastrand v2.1.1
22392025-01-17T07:49:48.520Z Compiling walkdir v2.5.0
22402025-01-17T07:49:48.997Z Compiling tempfile v3.13.0
22412025-01-17T07:49:49.134Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22422025-01-17T07:49:49.721Z Compiling blake3 v1.5.4
22432025-01-17T07:49:50.352Z Compiling const_format_proc_macros v0.2.33
22442025-01-17T07:49:52.114Z Compiling xattr v1.3.1
22452025-01-17T07:49:52.388Z Compiling filetime v0.2.25
22462025-01-17T07:49:52.643Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22472025-01-17T07:49:52.701Z Compiling memmap2 v0.9.5
22482025-01-17T07:49:53.053Z Compiling crunchy v0.2.2
22492025-01-17T07:49:53.107Z Compiling keccak v0.1.5
22502025-01-17T07:49:53.361Z Compiling arrayref v0.3.9
22512025-01-17T07:49:53.481Z Compiling maplit v1.0.2
22522025-01-17T07:49:53.501Z Compiling arrayvec v0.7.6
22532025-01-17T07:49:53.670Z Compiling constant_time_eq v0.3.1
22542025-01-17T07:49:53.893Z Compiling sha3 v0.10.8
22552025-01-17T07:49:54.180Z Compiling tar v0.4.42
22562025-01-17T07:49:54.765Z Compiling const_format v0.2.33
22572025-01-17T07:49:54.986Z Compiling camino-tempfile v1.1.1
22582025-01-17T07:49:55.159Z Compiling toolchain_find v0.4.0
22592025-01-17T07:49:55.421Z Compiling radium v0.7.0
22602025-01-17T07:49:55.693Z Compiling topological-sort v0.2.2
22612025-01-17T07:49:55.875Z Compiling tiny-keccak v2.0.2
22622025-01-17T07:49:55.943Z Compiling omicron-zone-package v0.12.0
22632025-01-17T07:49:55.981Z Compiling rustfmt-wrapper v0.2.1
22642025-01-17T07:49:56.196Z Compiling dsl_auto_type v0.1.2
22652025-01-17T07:49:56.350Z Compiling scheduled-thread-pool v0.2.7
22662025-01-17T07:49:56.524Z Compiling diesel_table_macro_syntax v0.2.0
22672025-01-17T07:49:56.923Z Compiling maybe-uninit v2.0.0
22682025-01-17T07:49:57.388Z Compiling tap v1.0.1
22692025-01-17T07:49:57.446Z Compiling diesel_derives v2.2.3
22702025-01-17T07:49:57.591Z Compiling wyz v0.5.1
22712025-01-17T07:49:57.768Z Compiling r2d2 v0.8.10
22722025-01-17T07:49:58.495Z Compiling phf_generator v0.11.2
22732025-01-17T07:49:58.704Z Compiling ascii-canvas v3.0.0
22742025-01-17T07:49:58.752Z Compiling secrecy v0.8.0
22752025-01-17T07:49:59.011Z Compiling ena v0.14.3
22762025-01-17T07:49:59.161Z Compiling async-recursion v1.1.1
22772025-01-17T07:49:59.412Z Compiling arc-swap v1.7.1
22782025-01-17T07:50:00.075Z Compiling regex-syntax v0.6.29
22792025-01-17T07:50:00.442Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22802025-01-17T07:50:00.525Z Compiling crc-catalog v2.4.0
22812025-01-17T07:50:00.701Z Compiling packed_struct v0.10.1
22822025-01-17T07:50:00.761Z Compiling diff v0.1.13
22832025-01-17T07:50:00.957Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22842025-01-17T07:50:01.133Z Compiling funty v2.0.0
22852025-01-17T07:50:01.318Z Compiling crc v3.2.1
22862025-01-17T07:50:01.341Z Compiling slog-scope v4.4.0
22872025-01-17T07:50:02.168Z Compiling bitvec v1.0.1
22882025-01-17T07:50:03.322Z Compiling lalrpop v0.19.12
22892025-01-17T07:50:03.873Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22902025-01-17T07:50:05.017Z Compiling phf_codegen v0.11.2
22912025-01-17T07:50:05.372Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22922025-01-17T07:50:06.432Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22932025-01-17T07:50:06.561Z Compiling universal-hash v0.5.1
22942025-01-17T07:50:06.687Z Compiling packed_struct_codegen v0.10.1
22952025-01-17T07:50:06.815Z Compiling thiserror-impl-no-std v2.0.2
22962025-01-17T07:50:08.232Z Compiling diesel v2.2.6
22972025-01-17T07:50:09.092Z Compiling parse-zoneinfo v0.3.1
22982025-01-17T07:50:09.095Z Compiling indexmap v1.9.3
22992025-01-17T07:50:09.433Z Compiling unicase v2.7.0
23002025-01-17T07:50:09.743Z Compiling nodrop v0.1.14
23012025-01-17T07:50:09.913Z Compiling opaque-debug v0.3.1
23022025-01-17T07:50:10.047Z Compiling ref-cast v1.0.23
23032025-01-17T07:50:10.419Z Compiling poly1305 v0.8.0
23042025-01-17T07:50:10.621Z Compiling array-init v0.0.4
23052025-01-17T07:50:11.704Z Compiling chrono-tz-build v0.4.0
23062025-01-17T07:50:11.840Z Compiling thiserror-no-std v2.0.2
23072025-01-17T07:50:12.699Z Compiling smallvec v0.6.14
23082025-01-17T07:50:13.174Z Compiling slog-stdlog v4.1.1
23092025-01-17T07:50:14.610Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23102025-01-17T07:50:14.945Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23112025-01-17T07:50:15.271Z Compiling derive_builder_core v0.20.2
23122025-01-17T07:50:15.854Z Compiling chacha20 v0.9.1
23132025-01-17T07:50:16.347Z Compiling headers-core v0.3.0
23142025-01-17T07:50:16.545Z Compiling aead v0.5.2
23152025-01-17T07:50:16.908Z Compiling libxml v0.3.3
23162025-01-17T07:50:17.291Z Compiling ref-cast-impl v1.0.23
23172025-01-17T07:50:17.311Z Compiling vte_generate_state_changes v0.1.2
23182025-01-17T07:50:17.935Z Compiling bitfield v0.14.0
23192025-01-17T07:50:18.259Z Compiling hashbrown v0.12.3
23202025-01-17T07:50:18.390Z Compiling termcolor v1.4.1
23212025-01-17T07:50:19.421Z Compiling env_logger v0.10.2
23222025-01-17T07:50:20.703Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23232025-01-17T07:50:22.455Z Compiling vte v0.11.1
23242025-01-17T07:50:24.034Z Compiling derive_builder_macro v0.20.2
23252025-01-17T07:50:24.914Z Compiling chacha20poly1305 v0.10.1
23262025-01-17T07:50:25.179Z Compiling headers v0.4.0
23272025-01-17T07:50:25.952Z Compiling polar-core v0.27.3
23282025-01-17T07:50:28.744Z Compiling slog-envlogger v2.2.0
23292025-01-17T07:50:29.195Z Compiling serde-hex v0.1.0
23302025-01-17T07:50:31.388Z Compiling chrono-tz v0.10.0
23312025-01-17T07:50:32.071Z Compiling vsss-rs v3.3.4
23322025-01-17T07:50:33.933Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23332025-01-17T07:50:36.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342025-01-17T07:50:36.512Z Compiling ron v0.8.1
23352025-01-17T07:50:36.838Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23362025-01-17T07:50:37.130Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23372025-01-17T07:50:38.698Z Compiling hashbrown v0.13.2
23382025-01-17T07:50:39.964Z Compiling strum_macros v0.24.3
23392025-01-17T07:50:41.547Z Compiling fxhash v0.2.1
23402025-01-17T07:50:41.803Z Compiling samael v0.0.17
23412025-01-17T07:50:42.116Z Compiling indoc v1.0.9
23422025-01-17T07:50:42.945Z Compiling crc-any v2.5.0
23432025-01-17T07:50:42.968Z Compiling zip v2.1.3
23442025-01-17T07:50:43.305Z Compiling simd-adler32 v0.3.7
23452025-01-17T07:50:43.405Z Compiling lockfree-object-pool v0.1.6
23462025-01-17T07:50:43.735Z Compiling bytecount v0.6.8
23472025-01-17T07:50:43.925Z Compiling bumpalo v3.16.0
23482025-01-17T07:50:44.082Z Compiling papergrid v0.11.0
23492025-01-17T07:50:44.497Z Compiling zopfli v0.8.1
23502025-01-17T07:50:45.385Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23512025-01-17T07:50:51.765Z Compiling object v0.30.4
23522025-01-17T07:50:53.975Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23532025-01-17T07:50:58.317Z Compiling derive_builder v0.20.2
23542025-01-17T07:50:58.580Z Compiling strip-ansi-escapes v0.2.0
23552025-01-17T07:50:59.596Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23562025-01-17T07:50:59.780Z Compiling tabled_derive v0.7.0
23572025-01-17T07:50:59.899Z Compiling fd-lock v4.0.2
23582025-01-17T07:51:00.143Z Compiling peg-macros v0.8.4
23592025-01-17T07:51:01.796Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23602025-01-17T07:51:02.427Z Compiling kstat-rs v0.2.4
23612025-01-17T07:51:02.776Z Compiling oso-derive v0.27.3
23622025-01-17T07:51:03.258Z Compiling impl-trait-for-tuples v0.2.2
23632025-01-17T07:51:03.380Z Compiling quick-xml v0.33.0
23642025-01-17T07:51:03.434Z Compiling diesel-dtrace v0.4.2
23652025-01-17T07:51:03.733Z Compiling nu-ansi-term v0.50.1
23662025-01-17T07:51:03.773Z Compiling path-slash v0.1.5
23672025-01-17T07:51:04.048Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23682025-01-17T07:51:05.025Z Compiling reedline v0.35.0
23692025-01-17T07:51:09.380Z Compiling oso v0.27.3
23702025-01-17T07:51:10.719Z Compiling peg v0.8.4
23712025-01-17T07:51:10.845Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23722025-01-17T07:51:14.813Z Compiling tabled v0.15.0
23732025-01-17T07:51:19.629Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23742025-01-17T07:51:30.950Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23752025-01-17T07:51:32.492Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23762025-01-17T07:51:33.959Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23772025-01-17T07:51:34.348Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23782025-01-17T07:51:34.676Z Compiling pem v3.0.4
23792025-01-17T07:51:36.163Z Compiling bb8 v0.8.5
23802025-01-17T07:51:36.781Z Compiling bcs v0.1.6
23812025-01-17T07:51:37.649Z Compiling libz-sys v1.1.20
23822025-01-17T07:51:38.324Z Compiling parking_lot_core v0.8.6
23832025-01-17T07:51:39.662Z Compiling async-bb8-diesel v0.2.1
23842025-01-17T07:51:40.433Z Compiling mime_guess v2.0.5
23852025-01-17T07:51:42.167Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23862025-01-17T07:51:44.682Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23872025-01-17T07:51:45.298Z Compiling buf-list v1.0.3
23882025-01-17T07:51:47.421Z Compiling nibble_vec v0.1.0
23892025-01-17T07:51:47.691Z Compiling libgit2-sys v0.17.0+1.8.1
23902025-01-17T07:51:48.449Z Compiling pin-project-internal v1.1.6
23912025-01-17T07:51:49.611Z Compiling atty v0.2.14
23922025-01-17T07:51:49.810Z Compiling endian-type v0.1.2
23932025-01-17T07:51:50.072Z Compiling salty v0.3.0
23942025-01-17T07:51:50.487Z Compiling http-range v0.1.5
23952025-01-17T07:51:51.028Z Compiling pin-project v1.1.6
23962025-01-17T07:51:51.132Z Compiling radix_trie v0.2.1
23972025-01-17T07:51:51.999Z Compiling parking_lot v0.11.2
23982025-01-17T07:51:56.719Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23992025-01-17T07:51:57.089Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24002025-01-17T07:52:01.606Z Compiling snafu-derive v0.8.5
24012025-01-17T07:52:02.842Z Compiling hyper-staticfile v0.10.1
24022025-01-17T07:52:03.502Z Compiling sled v0.34.7
24032025-01-17T07:52:05.858Z Compiling hickory-client v0.24.1
24042025-01-17T07:52:05.935Z Compiling snafu v0.8.5
24052025-01-17T07:52:18.647Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24062025-01-17T07:52:19.836Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24072025-01-17T07:52:21.907Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24082025-01-17T07:52:30.200Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24092025-01-17T07:52:33.370Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24102025-01-17T07:52:35.068Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24112025-01-17T07:52:36.565Z Compiling globset v0.4.15
24122025-01-17T07:52:36.756Z Compiling hickory-server v0.24.1
24132025-01-17T07:52:39.110Z Compiling primeorder v0.13.6
24142025-01-17T07:52:39.691Z Compiling olpc-cjson v0.1.4
24152025-01-17T07:52:40.048Z Compiling vergen v8.3.2
24162025-01-17T07:52:40.388Z Compiling castaway v0.2.3
24172025-01-17T07:52:40.601Z Compiling env_filter v0.1.2
24182025-01-17T07:52:42.083Z Compiling serde_plain v1.0.2
24192025-01-17T07:52:42.128Z Compiling cargo-platform v0.1.8
24202025-01-17T07:52:42.611Z Compiling nanorand v0.7.0
24212025-01-17T07:52:42.644Z Compiling memoffset v0.9.1
24222025-01-17T07:52:42.999Z Compiling typed-path v0.9.3
24232025-01-17T07:52:43.307Z Compiling flume v0.11.1
24242025-01-17T07:52:43.900Z Compiling cargo_metadata v0.18.1
24252025-01-17T07:52:44.120Z Compiling git2 v0.19.0
24262025-01-17T07:52:46.830Z Compiling tough v0.19.0
24272025-01-17T07:52:48.047Z Compiling env_logger v0.11.5
24282025-01-17T07:52:48.227Z Compiling compact_str v0.8.0
24292025-01-17T07:52:49.502Z Compiling p384 v0.13.0
24302025-01-17T07:52:49.841Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24312025-01-17T07:52:50.028Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24322025-01-17T07:52:50.758Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24332025-01-17T07:52:52.075Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24342025-01-17T07:52:52.095Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24352025-01-17T07:52:53.254Z Compiling unicode-truncate v1.1.0
24362025-01-17T07:52:53.582Z Compiling lru v0.12.5
24372025-01-17T07:52:53.945Z Compiling rand_seeder v0.3.0
24382025-01-17T07:52:54.386Z Compiling libsqlite3-sys v0.30.1
24392025-01-17T07:52:54.940Z Compiling lzma-sys v0.1.20
24402025-01-17T07:52:55.621Z Compiling instability v0.3.2
24412025-01-17T07:52:56.471Z Compiling cfg_aliases v0.2.1
24422025-01-17T07:52:56.574Z Compiling cassowary v0.3.0
24432025-01-17T07:52:56.594Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24442025-01-17T07:52:56.952Z Compiling rustls v0.21.12
24452025-01-17T07:52:57.271Z Compiling parse-size v1.1.0
24462025-01-17T07:52:57.624Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24472025-01-17T07:52:58.800Z Compiling ratatui v0.28.1
24482025-01-17T07:53:00.193Z Compiling nix v0.29.0
24492025-01-17T07:53:00.542Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24502025-01-17T07:53:00.788Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24512025-01-17T07:53:01.881Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24522025-01-17T07:53:02.450Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24532025-01-17T07:53:03.182Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24542025-01-17T07:53:03.517Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24552025-01-17T07:53:07.123Z Compiling rustls-webpki v0.101.7
24562025-01-17T07:53:07.159Z Compiling sct v0.7.1
24572025-01-17T07:53:07.644Z Compiling heck v0.3.3
24582025-01-17T07:53:07.997Z Compiling csv-core v0.1.11
24592025-01-17T07:53:08.889Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24602025-01-17T07:53:09.268Z Compiling glob v0.3.1
24612025-01-17T07:53:10.958Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24622025-01-17T07:53:11.277Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24632025-01-17T07:53:11.409Z Compiling csv v1.3.0
24642025-01-17T07:53:12.817Z Compiling zone_cfg_derive v0.1.2
24652025-01-17T07:53:14.153Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24662025-01-17T07:53:17.651Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24672025-01-17T07:53:18.066Z Compiling nix v0.27.1
24682025-01-17T07:53:18.934Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24692025-01-17T07:53:21.282Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24702025-01-17T07:53:21.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24712025-01-17T07:53:27.904Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24722025-01-17T07:53:28.777Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24732025-01-17T07:53:29.127Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24742025-01-17T07:53:29.474Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24752025-01-17T07:53:29.799Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24762025-01-17T07:53:30.123Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24772025-01-17T07:53:30.445Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24782025-01-17T07:53:32.007Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24792025-01-17T07:53:32.701Z Compiling tungstenite v0.23.0
24802025-01-17T07:53:33.483Z Compiling hashlink v0.9.1
24812025-01-17T07:53:34.263Z Compiling fallible-iterator v0.3.0
24822025-01-17T07:53:35.058Z Compiling fallible-streaming-iterator v0.1.9
24832025-01-17T07:53:35.097Z Compiling base64 v0.13.1
24842025-01-17T07:53:35.357Z Compiling rusqlite v0.32.1
24852025-01-17T07:53:35.376Z Compiling tokio-tungstenite v0.23.1
24862025-01-17T07:53:35.883Z Compiling ron v0.7.1
24872025-01-17T07:53:35.981Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24882025-01-17T07:53:36.654Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24892025-01-17T07:53:38.230Z Compiling xz2 v0.1.7
24902025-01-17T07:53:40.112Z Compiling tokio-rustls v0.24.1
24912025-01-17T07:53:40.488Z Compiling zone v0.1.8
24922025-01-17T07:53:43.603Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24932025-01-17T07:53:45.027Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24942025-01-17T07:53:46.605Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24952025-01-17T07:53:50.386Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24962025-01-17T07:53:50.545Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24972025-01-17T07:53:56.213Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24982025-01-17T07:53:57.464Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24992025-01-17T07:53:58.672Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25002025-01-17T07:53:59.438Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25012025-01-17T07:54:02.335Z Compiling rustls-pemfile v1.0.4
25022025-01-17T07:54:03.086Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25032025-01-17T07:54:03.415Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25042025-01-17T07:54:03.617Z Compiling signal-hook-tokio v0.3.1
25052025-01-17T07:54:03.861Z Compiling twox-hash v1.6.3
25062025-01-17T07:54:03.888Z Compiling yasna v0.5.2
25072025-01-17T07:54:03.986Z Compiling smawk v0.3.2
25082025-01-17T07:54:04.251Z Compiling unicode-linebreak v0.1.5
25092025-01-17T07:54:04.818Z Compiling is_ci v1.2.0
25102025-01-17T07:54:04.900Z Compiling textwrap v0.16.1
25112025-01-17T07:54:05.136Z Compiling supports-color v3.0.1
25122025-01-17T07:54:05.600Z Compiling rcgen v0.12.1
25132025-01-17T07:54:08.316Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25142025-01-17T07:54:08.393Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25152025-01-17T07:54:15.669Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25162025-01-17T07:54:16.497Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25172025-01-17T07:54:17.889Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25182025-01-17T07:54:30.658Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25192025-01-17T07:54:35.417Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25202025-01-17T07:54:36.681Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25212025-01-17T07:54:48.450Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25222025-01-17T07:54:48.981Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25232025-01-17T07:54:51.746Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25242025-01-17T07:54:52.076Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25252025-01-17T07:54:55.257Z Compiling fatfs v0.3.6
25262025-01-17T07:54:55.645Z Compiling rtoolbox v0.0.2
25272025-01-17T07:54:56.107Z Compiling subprocess v0.2.9
25282025-01-17T07:54:58.037Z Compiling assert_matches v1.5.0
25292025-01-17T07:54:59.588Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25302025-01-17T07:55:00.778Z Compiling rpassword v7.3.1
25312025-01-17T07:55:01.260Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25322025-01-17T07:55:02.135Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25332025-01-17T07:55:06.946Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25342025-01-17T07:55:09.086Z Compiling tui-tree-widget v0.22.0
25352025-01-17T07:55:09.535Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25362025-01-17T07:55:16.050Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25372025-01-17T07:55:16.369Z Compiling uzers v0.12.1
25382025-01-17T07:55:19.457Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25392025-01-17T07:55:22.478Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25402025-01-17T07:55:24.437Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25412025-01-17T07:55:52.284Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25422025-01-17T07:55:55.095Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25432025-01-17T07:55:59.695Z Compiling multimap v0.10.0
25442025-01-17T07:58:22.443Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25452025-01-17T07:58:34.183Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25462025-01-17T08:05:41.945Z Finished `release` profile [optimized] target(s) in 16m 46s
25472025-01-17T08:06:44.996Z
25482025-01-17T08:06:44.999Zreal 17:50.569330904
25492025-01-17T08:06:44.999Zuser 2:03:19.259281688
25502025-01-17T08:06:44.999Zsys 3:13.073193379
25512025-01-17T08:06:44.999Ztrap 3.098617339
25522025-01-17T08:06:44.999Ztflt 2.909046774
25532025-01-17T08:06:44.999Zdflt 3.897005926
25542025-01-17T08:06:44.999Zkflt 0.068234553
25552025-01-17T08:06:44.999Zlock 7:29:19.285429889
25562025-01-17T08:06:44.999Zslp 6:23:08.566259396
25572025-01-17T08:06:44.999Zlat 3:22.056038234
25582025-01-17T08:06:44.999Zstop 2:41.645304144
25592025-01-17T08:06:44.999Z+ mapfile -t packages
25602025-01-17T08:06:44.999Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25612025-01-17T08:06:46.012Z Finished `release` profile [optimized] target(s) in 0.96s
25622025-01-17T08:06:46.073Z Running `target/release/omicron-package -t test list-outputs`
25632025-01-17T08:06:46.119ZLogging to: /work/oxidecomputer/omicron/out/LOG
25642025-01-17T08:06:46.122Z+ ptime -m cargo build --locked --release -p xtask
25652025-01-17T08:06:46.682Z Compiling serde v1.0.217
25662025-01-17T08:06:46.685Z Compiling rustix v0.38.37
25672025-01-17T08:06:46.685Z Compiling libc v0.2.169
25682025-01-17T08:06:46.685Z Compiling serde_json v1.0.135
25692025-01-17T08:06:46.784Z Compiling syn v2.0.96
25702025-01-17T08:06:46.795Z Compiling bitflags v2.6.0
25712025-01-17T08:06:47.151Z Compiling usdt-impl v0.5.0
25722025-01-17T08:06:47.189Z Compiling syn v1.0.109
25732025-01-17T08:06:47.280Z Compiling hashbrown v0.15.1
25742025-01-17T08:06:47.294Z Compiling log v0.4.22
25752025-01-17T08:06:47.600Z Compiling fs-err v2.11.0
25762025-01-17T08:06:47.733Z Compiling anyhow v1.0.93
25772025-01-17T08:06:47.913Z Compiling once_cell v1.20.2
25782025-01-17T08:06:48.092Z Compiling thread-id v4.2.2
25792025-01-17T08:06:48.501Z Compiling indexmap v2.7.0
25802025-01-17T08:06:49.567Z Compiling terminal_size v0.4.0
25812025-01-17T08:06:49.570Z Compiling tempfile v3.13.0
25822025-01-17T08:06:49.825Z Compiling clap_builder v4.5.21
25832025-01-17T08:06:50.339Z Compiling proc-macro-error v1.0.4
25842025-01-17T08:06:51.294Z Compiling tabled_derive v0.7.0
25852025-01-17T08:06:52.330Z Compiling tabled v0.15.0
25862025-01-17T08:06:53.229Z Compiling serde_derive v1.0.217
25872025-01-17T08:06:53.229Z Compiling thiserror-impl v1.0.69
25882025-01-17T08:06:53.232Z Compiling zerocopy-derive v0.7.35
25892025-01-17T08:06:53.232Z Compiling scroll_derive v0.12.0
25902025-01-17T08:06:53.232Z Compiling clap_derive v4.5.18
25912025-01-17T08:06:54.567Z Compiling scroll v0.12.0
25922025-01-17T08:06:55.135Z Compiling zerocopy v0.7.35
25932025-01-17T08:06:55.952Z Compiling thiserror v1.0.69
25942025-01-17T08:06:56.128Z Compiling pest v2.7.14
25952025-01-17T08:06:56.627Z Compiling goblin v0.8.2
25962025-01-17T08:06:57.591Z Compiling clap v4.5.21
25972025-01-17T08:06:59.146Z Compiling pest_meta v2.7.14
25982025-01-17T08:07:00.710Z Compiling pest_generator v2.7.14
25992025-01-17T08:07:02.837Z Compiling pest_derive v2.7.14
26002025-01-17T08:07:03.627Z Compiling dtrace-parser v0.2.0
26012025-01-17T08:07:06.952Z Compiling serde_spanned v0.6.8
26022025-01-17T08:07:07.248Z Compiling toml_datetime v0.6.8
26032025-01-17T08:07:08.136Z Compiling serde_tokenstream v0.2.2
26042025-01-17T08:07:08.718Z Compiling dof v0.3.0
26052025-01-17T08:07:10.199Z Compiling toml_edit v0.22.22
26062025-01-17T08:07:10.344Z Compiling camino v1.1.9
26072025-01-17T08:07:11.593Z Compiling semver v1.0.24
26082025-01-17T08:07:12.191Z Compiling cargo-platform v0.1.8
26092025-01-17T08:07:12.226Z Compiling usdt-attr-macro v0.5.0
26102025-01-17T08:07:13.051Z Compiling usdt-macro v0.5.0
26112025-01-17T08:07:13.294Z Compiling cargo_metadata v0.18.1
26122025-01-17T08:07:13.590Z Compiling camino-tempfile v1.1.1
26132025-01-17T08:07:14.236Z Compiling toml v0.8.19
26142025-01-17T08:07:14.380Z Compiling usdt v0.5.0
26152025-01-17T08:07:14.599Z Compiling macaddr v1.0.1
26162025-01-17T08:07:15.265Z Compiling cargo_toml v0.20.5
26172025-01-17T08:07:29.435Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26182025-01-17T08:07:40.149Z Finished `release` profile [optimized] target(s) in 53.97s
26192025-01-17T08:07:40.256Z
26202025-01-17T08:07:40.259Zreal 54.107742062
26212025-01-17T08:07:40.259Zuser 5:39.453427999
26222025-01-17T08:07:40.259Zsys 18.280133508
26232025-01-17T08:07:40.259Ztrap 0.156375872
26242025-01-17T08:07:40.259Ztflt 0.236085112
26252025-01-17T08:07:40.259Zdflt 0.303681893
26262025-01-17T08:07:40.259Zkflt 0.000003030
26272025-01-17T08:07:40.259Zlock 10:18.442923515
26282025-01-17T08:07:40.259Zslp 15:45.593966442
26292025-01-17T08:07:40.259Zlat 15.183200412
26302025-01-17T08:07:40.259Zstop 16.699232546
26312025-01-17T08:07:40.259Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26322025-01-17T08:07:40.259Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26332025-01-17T08:07:40.259Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26342025-01-17T08:07:40.259Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26352025-01-17T08:07:40.260Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26362025-01-17T08:07:41.123Z Compiling hashbrown v0.14.5
26372025-01-17T08:07:41.253Z Compiling thiserror v2.0.11
26382025-01-17T08:07:41.266Z Compiling thiserror-impl v2.0.11
26392025-01-17T08:07:41.281Z Compiling ident_case v1.0.1
26402025-01-17T08:07:41.297Z Compiling unsafe-libyaml v0.2.11
26412025-01-17T08:07:41.311Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422025-01-17T08:07:41.314Z Compiling ipnetwork v0.20.0
26432025-01-17T08:07:41.314Z Compiling progenitor-client v0.9.1
26442025-01-17T08:07:41.447Z Compiling darling_core v0.20.10
26452025-01-17T08:07:41.793Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26462025-01-17T08:07:41.879Z Compiling macaddr v1.0.1
26472025-01-17T08:07:42.140Z Compiling progenitor-client v0.8.0
26482025-01-17T08:07:42.226Z Compiling regress v0.10.1
26492025-01-17T08:07:42.307Z Compiling instant v0.1.13
26502025-01-17T08:07:42.326Z Compiling structmeta-derive v0.3.0
26512025-01-17T08:07:42.475Z Compiling dropshot v0.15.1
26522025-01-17T08:07:42.496Z Compiling regress v0.9.1
26532025-01-17T08:07:42.638Z Compiling serde_yaml v0.9.34+deprecated
26542025-01-17T08:07:42.870Z Compiling dropshot_endpoint v0.15.1
26552025-01-17T08:07:43.110Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26562025-01-17T08:07:44.376Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26572025-01-17T08:07:44.675Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26582025-01-17T08:07:45.046Z Compiling structmeta v0.3.0
26592025-01-17T08:07:45.344Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26602025-01-17T08:07:45.446Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26612025-01-17T08:07:45.463Z Compiling parse-display-derive v0.10.0
26622025-01-17T08:07:45.643Z Compiling backoff v0.4.0
26632025-01-17T08:07:45.829Z Compiling typify-impl v0.2.0
26642025-01-17T08:07:46.004Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26652025-01-17T08:07:46.345Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26662025-01-17T08:07:46.537Z Compiling tempfile v3.13.0
26672025-01-17T08:07:46.771Z Compiling proc-macro-crate v1.3.1
26682025-01-17T08:07:46.907Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26692025-01-17T08:07:47.301Z Compiling typify-impl v0.3.0
26702025-01-17T08:07:47.354Z Compiling itertools v0.13.0
26712025-01-17T08:07:47.506Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26722025-01-17T08:07:47.542Z Compiling darling_macro v0.20.10
26732025-01-17T08:07:47.718Z Compiling num_enum_derive v0.5.11
26742025-01-17T08:07:47.805Z Compiling zerocopy v0.8.10
26752025-01-17T08:07:48.459Z Compiling darling v0.20.10
26762025-01-17T08:07:48.594Z Compiling serde_with_macros v3.11.0
26772025-01-17T08:07:48.742Z Compiling foreign-types-macros v0.2.3
26782025-01-17T08:07:49.495Z Compiling parse-display v0.10.0
26792025-01-17T08:07:50.028Z Compiling zerocopy-derive v0.8.10
26802025-01-17T08:07:50.102Z Compiling crucible-workspace-hack v0.1.0
26812025-01-17T08:07:50.144Z Compiling num_enum v0.5.11
26822025-01-17T08:07:50.321Z Compiling foreign-types-shared v0.3.1
26832025-01-17T08:07:50.346Z Compiling heapless v0.8.0
26842025-01-17T08:07:50.436Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26852025-01-17T08:07:50.478Z Compiling foreign-types v0.5.0
26862025-01-17T08:07:50.618Z Compiling proc-macro-error v1.0.4
26872025-01-17T08:07:51.255Z Compiling serde_with v3.11.0
26882025-01-17T08:07:51.451Z Compiling camino-tempfile v1.1.1
26892025-01-17T08:07:51.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26902025-01-17T08:07:51.909Z Compiling hash32 v0.3.1
26912025-01-17T08:07:52.181Z Compiling cstr-argument v0.1.2
26922025-01-17T08:07:52.330Z Compiling smoltcp v0.11.0
26932025-01-17T08:07:52.444Z Compiling pretty-hex v0.2.1
26942025-01-17T08:07:52.684Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26952025-01-17T08:07:53.034Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26962025-01-17T08:07:53.055Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26972025-01-17T08:07:53.680Z Compiling tabwriter v1.4.0
26982025-01-17T08:07:54.154Z Compiling colored v2.1.0
26992025-01-17T08:07:54.245Z Compiling cobs v0.2.3
27002025-01-17T08:07:54.565Z Compiling postcard v1.0.10
27012025-01-17T08:07:54.846Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27022025-01-17T08:07:55.219Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27032025-01-17T08:07:55.332Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27042025-01-17T08:07:55.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27052025-01-17T08:07:55.763Z Compiling smf v0.2.3
27062025-01-17T08:07:55.944Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27072025-01-17T08:07:56.300Z Compiling zone_cfg_derive v0.3.0
27082025-01-17T08:07:56.510Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27092025-01-17T08:07:56.943Z Compiling num-derive v0.4.2
27102025-01-17T08:07:56.963Z Compiling sigpipe v0.1.3
27112025-01-17T08:07:57.113Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27122025-01-17T08:07:57.238Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27132025-01-17T08:07:57.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27142025-01-17T08:07:57.713Z Compiling zone v0.3.0
27152025-01-17T08:07:57.955Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27162025-01-17T08:07:58.438Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27172025-01-17T08:07:58.909Z Compiling universal-hash v0.5.1
27182025-01-17T08:07:59.020Z Compiling opaque-debug v0.3.1
27192025-01-17T08:07:59.119Z Compiling tungstenite v0.21.0
27202025-01-17T08:07:59.150Z Compiling num-rational v0.4.2
27212025-01-17T08:07:59.184Z Compiling password-hash v0.5.0
27222025-01-17T08:07:59.216Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27232025-01-17T08:07:59.906Z Compiling num-complex v0.4.6
27242025-01-17T08:08:00.085Z Compiling blake2 v0.10.6
27252025-01-17T08:08:00.184Z Compiling aead v0.5.2
27262025-01-17T08:08:00.557Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27272025-01-17T08:08:00.596Z Compiling convert_case v0.4.0
27282025-01-17T08:08:00.743Z Compiling base64 v0.21.7
27292025-01-17T08:08:00.890Z Compiling keccak v0.1.5
27302025-01-17T08:08:01.130Z Compiling typify-macro v0.2.0
27312025-01-17T08:08:01.148Z Compiling num v0.4.3
27322025-01-17T08:08:01.271Z Compiling sha3 v0.10.8
27332025-01-17T08:08:01.425Z Compiling argon2 v0.5.3
27342025-01-17T08:08:01.428Z Compiling derive_more v0.99.18
27352025-01-17T08:08:01.469Z Compiling tokio-tungstenite v0.21.0
27362025-01-17T08:08:02.055Z Compiling poly1305 v0.8.0
27372025-01-17T08:08:02.295Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27382025-01-17T08:08:02.298Z Compiling chacha20 v0.9.1
27392025-01-17T08:08:02.373Z Compiling float-ord v0.3.2
27402025-01-17T08:08:02.579Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27412025-01-17T08:08:02.701Z Compiling typify-macro v0.3.0
27422025-01-17T08:08:02.792Z Compiling same-file v1.0.6
27432025-01-17T08:08:03.007Z Compiling semver v0.1.20
27442025-01-17T08:08:03.101Z Compiling walkdir v2.5.0
27452025-01-17T08:08:03.639Z Compiling rustc_version v0.1.7
27462025-01-17T08:08:03.778Z Compiling newline-converter v0.3.0
27472025-01-17T08:08:03.833Z Compiling primeorder v0.13.6
27482025-01-17T08:08:03.980Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27492025-01-17T08:08:04.102Z Compiling secrecy v0.8.0
27502025-01-17T08:08:04.233Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27512025-01-17T08:08:04.356Z Compiling owo-colors v4.1.0
27522025-01-17T08:08:04.374Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27532025-01-17T08:08:04.395Z Compiling cancel-safe-futures v0.1.5
27542025-01-17T08:08:04.543Z Compiling newtype_derive v0.1.6
27552025-01-17T08:08:04.677Z Compiling expectorate v1.1.0
27562025-01-17T08:08:04.763Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27572025-01-17T08:08:04.868Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27582025-01-17T08:08:04.886Z Compiling thiserror-impl-no-std v2.0.2
27592025-01-17T08:08:04.954Z Compiling typify v0.2.0
27602025-01-17T08:08:05.109Z Compiling progenitor-impl v0.8.0
27612025-01-17T08:08:05.183Z Compiling blake3 v1.5.4
27622025-01-17T08:08:05.207Z Compiling half v2.4.1
27632025-01-17T08:08:05.546Z Compiling unicase v2.7.0
27642025-01-17T08:08:05.789Z Compiling ciborium-io v0.2.2
27652025-01-17T08:08:05.829Z Compiling arc-swap v1.7.1
27662025-01-17T08:08:05.943Z Compiling ciborium-ll v0.2.2
27672025-01-17T08:08:06.089Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27682025-01-17T08:08:06.343Z Compiling slog-scope v4.4.0
27692025-01-17T08:08:06.375Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27702025-01-17T08:08:06.620Z Compiling typify v0.3.0
27712025-01-17T08:08:06.770Z Compiling progenitor-impl v0.9.1
27722025-01-17T08:08:06.826Z Compiling polyval v0.6.2
27732025-01-17T08:08:07.155Z Compiling atomicwrites v0.4.4
27742025-01-17T08:08:07.263Z Compiling libsw v3.3.1
27752025-01-17T08:08:07.512Z Compiling memmap2 v0.9.5
27762025-01-17T08:08:07.606Z Compiling indent_write v2.2.0
27772025-01-17T08:08:07.809Z Compiling thiserror-no-std v2.0.2
27782025-01-17T08:08:07.858Z Compiling libefi-sys v0.1.0
27792025-01-17T08:08:07.933Z Compiling parking_lot_core v0.8.6
27802025-01-17T08:08:07.954Z Compiling salty v0.3.0
27812025-01-17T08:08:08.169Z Compiling constant_time_eq v0.3.1
27822025-01-17T08:08:08.229Z Compiling arrayvec v0.7.6
27832025-01-17T08:08:08.371Z Compiling linear-map v1.2.0
27842025-01-17T08:08:08.374Z Compiling arrayref v0.3.9
27852025-01-17T08:08:08.494Z Compiling vsss-rs v3.3.4
27862025-01-17T08:08:08.526Z Compiling ghash v0.5.1
27872025-01-17T08:08:08.735Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27882025-01-17T08:08:08.755Z Compiling slog-stdlog v4.1.1
27892025-01-17T08:08:08.758Z Compiling ciborium v0.2.2
27902025-01-17T08:08:09.769Z Compiling p384 v0.13.0
27912025-01-17T08:08:09.859Z Compiling toolchain_find v0.4.0
27922025-01-17T08:08:10.192Z Compiling chacha20poly1305 v0.10.1
27932025-01-17T08:08:10.351Z Compiling ctr v0.9.2
27942025-01-17T08:08:10.457Z Compiling lzma-sys v0.1.20
27952025-01-17T08:08:10.544Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27962025-01-17T08:08:10.739Z Compiling bitfield-struct v0.6.2
27972025-01-17T08:08:10.969Z Compiling slog-dtrace v0.3.0
27982025-01-17T08:08:11.174Z Compiling highway v1.2.0
27992025-01-17T08:08:11.272Z Compiling topological-sort v0.2.2
28002025-01-17T08:08:11.481Z Compiling omicron-zone-package v0.12.0
28012025-01-17T08:08:11.650Z Compiling aes-gcm v0.10.3
28022025-01-17T08:08:11.954Z Compiling rustfmt-wrapper v0.2.1
28032025-01-17T08:08:11.987Z Compiling mime_guess v2.0.5
28042025-01-17T08:08:12.138Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28052025-01-17T08:08:12.180Z Compiling progenitor-macro v0.8.0
28062025-01-17T08:08:12.485Z Compiling slog-envlogger v2.2.0
28072025-01-17T08:08:12.595Z Compiling steno v0.4.1
28082025-01-17T08:08:13.204Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28092025-01-17T08:08:13.225Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28102025-01-17T08:08:13.641Z Compiling heck v0.3.3
28112025-01-17T08:08:13.790Z Compiling ssh-encoding v0.2.0
28122025-01-17T08:08:13.851Z Compiling blowfish v0.9.1
28132025-01-17T08:08:13.914Z Compiling progenitor-macro v0.9.1
28142025-01-17T08:08:14.020Z Compiling nibble_vec v0.1.0
28152025-01-17T08:08:14.260Z Compiling env_filter v0.1.2
28162025-01-17T08:08:14.287Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28172025-01-17T08:08:14.307Z Compiling humantime v2.1.0
28182025-01-17T08:08:14.352Z Compiling endian-type v0.1.2
28192025-01-17T08:08:14.607Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28202025-01-17T08:08:14.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28212025-01-17T08:08:14.763Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28222025-01-17T08:08:14.811Z Compiling radix_trie v0.2.1
28232025-01-17T08:08:14.921Z Compiling env_logger v0.11.5
28242025-01-17T08:08:14.998Z Compiling ssh-cipher v0.2.0
28252025-01-17T08:08:15.459Z Compiling bcrypt-pbkdf v0.10.0
28262025-01-17T08:08:15.662Z Compiling zone_cfg_derive v0.1.2
28272025-01-17T08:08:16.088Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28282025-01-17T08:08:16.172Z Compiling parking_lot v0.11.2
28292025-01-17T08:08:16.528Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28302025-01-17T08:08:17.017Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28312025-01-17T08:08:17.037Z Compiling password-hash v0.4.2
28322025-01-17T08:08:17.120Z Compiling gethostname v0.5.0
28332025-01-17T08:08:17.259Z Compiling fxhash v0.2.1
28342025-01-17T08:08:17.318Z Compiling lockfree-object-pool v0.1.6
28352025-01-17T08:08:17.438Z Compiling zip v2.1.3
28362025-01-17T08:08:17.479Z Compiling base64 v0.13.1
28372025-01-17T08:08:17.595Z Compiling simd-adler32 v0.3.7
28382025-01-17T08:08:17.595Z Compiling bumpalo v3.16.0
28392025-01-17T08:08:17.760Z Compiling matches v0.1.10
28402025-01-17T08:08:17.869Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28412025-01-17T08:08:17.890Z Compiling http-range v0.1.5
28422025-01-17T08:08:18.045Z Compiling zopfli v0.8.1
28432025-01-17T08:08:18.076Z Compiling ron v0.7.1
28442025-01-17T08:08:18.173Z Compiling idna v0.2.3
28452025-01-17T08:08:18.238Z Compiling pbkdf2 v0.11.0
28462025-01-17T08:08:18.264Z Compiling sled v0.34.7
28472025-01-17T08:08:18.639Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28482025-01-17T08:08:19.064Z Compiling xz2 v0.1.7
28492025-01-17T08:08:19.302Z Compiling zone v0.1.8
28502025-01-17T08:08:19.498Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28512025-01-17T08:08:19.769Z Compiling ssh-key v0.6.6
28522025-01-17T08:08:20.217Z Compiling hickory-client v0.24.1
28532025-01-17T08:08:20.746Z Compiling p521 v0.13.3
28542025-01-17T08:08:21.104Z Compiling p256 v0.13.2
28552025-01-17T08:08:21.588Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28562025-01-17T08:08:21.913Z Compiling hickory-server v0.24.1
28572025-01-17T08:08:22.606Z Compiling enum-as-inner v0.5.1
28582025-01-17T08:08:23.120Z Compiling pem v3.0.4
28592025-01-17T08:08:23.590Z Compiling yasna v0.5.2
28602025-01-17T08:08:23.872Z Compiling headers-core v0.3.0
28612025-01-17T08:08:24.056Z Compiling kstat-rs v0.2.4
28622025-01-17T08:08:24.075Z Compiling nanorand v0.7.0
28632025-01-17T08:08:24.374Z Compiling atty v0.2.14
28642025-01-17T08:08:24.550Z Compiling russh-cryptovec v0.7.3
28652025-01-17T08:08:24.617Z Compiling md5 v0.7.0
28662025-01-17T08:08:24.618Z Compiling rcgen v0.12.1
28672025-01-17T08:08:24.819Z Compiling progenitor v0.8.0
28682025-01-17T08:08:24.881Z Compiling flume v0.11.1
28692025-01-17T08:08:25.102Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28702025-01-17T08:08:25.203Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28712025-01-17T08:08:25.223Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28722025-01-17T08:08:25.584Z Compiling russh-keys v0.45.0
28732025-01-17T08:08:26.252Z Compiling headers v0.4.0
28742025-01-17T08:08:26.673Z Compiling progenitor v0.9.1
28752025-01-17T08:08:26.693Z Compiling trust-dns-proto v0.22.0
28762025-01-17T08:08:26.914Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28772025-01-17T08:08:28.011Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28782025-01-17T08:08:28.326Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28792025-01-17T08:08:28.991Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28802025-01-17T08:08:29.364Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28812025-01-17T08:08:30.677Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822025-01-17T08:08:32.082Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28832025-01-17T08:08:32.398Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28842025-01-17T08:08:32.599Z Compiling hyper-staticfile v0.10.1
28852025-01-17T08:08:33.660Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28862025-01-17T08:08:34.083Z Compiling num-bigint v0.4.6
28872025-01-17T08:08:34.283Z Compiling des v0.8.1
28882025-01-17T08:08:34.285Z Compiling subprocess v0.2.9
28892025-01-17T08:08:34.649Z Compiling hex-literal v0.4.1
28902025-01-17T08:08:34.844Z Compiling dhcproto-macros v0.1.0
28912025-01-17T08:08:35.009Z Compiling display-error-chain v0.2.2
28922025-01-17T08:08:35.248Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28932025-01-17T08:08:35.742Z Compiling dhcproto v0.12.0
28942025-01-17T08:08:36.065Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28952025-01-17T08:08:36.574Z Compiling internet-checksum v0.2.1
28962025-01-17T08:08:37.840Z Compiling russh v0.45.0
28972025-01-17T08:08:42.041Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28982025-01-17T08:08:42.044Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28992025-01-17T08:08:42.195Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29002025-01-17T08:08:44.825Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29012025-01-17T08:08:44.921Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29022025-01-17T08:08:46.371Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29032025-01-17T08:08:46.391Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29042025-01-17T08:08:46.920Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29052025-01-17T08:08:47.407Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29062025-01-17T08:08:49.671Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29072025-01-17T08:08:49.814Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29082025-01-17T08:08:49.965Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29092025-01-17T08:08:50.635Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29102025-01-17T08:08:50.956Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29112025-01-17T08:08:51.016Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29122025-01-17T08:08:51.754Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29132025-01-17T08:08:53.344Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29142025-01-17T08:08:54.142Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29152025-01-17T08:08:55.629Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162025-01-17T08:08:56.055Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29172025-01-17T08:08:56.804Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29182025-01-17T08:08:58.091Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29192025-01-17T08:08:58.653Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29202025-01-17T08:08:59.345Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29212025-01-17T08:09:01.746Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29222025-01-17T08:09:01.872Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29232025-01-17T08:09:02.558Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29242025-01-17T08:09:03.676Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29252025-01-17T08:09:08.424Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29262025-01-17T08:09:16.580Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29272025-01-17T08:09:18.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29282025-01-17T08:09:39.875Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29292025-01-17T08:10:03.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29302025-01-17T08:10:03.384Z
29312025-01-17T08:10:03.386Zreal 2:23.084786155
29322025-01-17T08:10:03.386Zuser 12:16.830197499
29332025-01-17T08:10:03.386Zsys 1:35.245146907
29342025-01-17T08:10:03.386Ztrap 0.368468115
29352025-01-17T08:10:03.386Ztflt 0.745908035
29362025-01-17T08:10:03.386Zdflt 1.557621984
29372025-01-17T08:10:03.386Zkflt 0.000064301
29382025-01-17T08:10:03.386Zlock 22:41.604632611
29392025-01-17T08:10:03.387Zslp 42:31.245387226
29402025-01-17T08:10:03.387Zlat 38.258588528
29412025-01-17T08:10:03.387Zstop 1:38.723423213
29422025-01-17T08:10:03.387Z+ mkdir tests
29432025-01-17T08:10:03.389Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29442025-01-17T08:10:03.390Z+ xargs -I '{}' -t cp '{}' tests/
29452025-01-17T08:10:03.432Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d7045afdd2275236 tests/
29462025-01-17T08:10:03.458Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce4078b3cba0aa19 tests/
29472025-01-17T08:10:03.484Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-003022a48aaaa3da tests/
29482025-01-17T08:10:03.512Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-874eb028fd35d84d tests/
29492025-01-17T08:10:03.799Z+ 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/*)
29502025-01-17T08:10:03.801Z+ 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-ce4078b3cba0aa19 tests/commtest-003022a48aaaa3da tests/dhcp_server-d7045afdd2275236 tests/end_to_end_tests-874eb028fd35d84d 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
29512025-01-17T08:11:19.763ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29522025-01-17T08:11:19.763Za .github/buildomat/ci-env.sh 1K
29532025-01-17T08:11:19.763Za out/target/test 1K
29542025-01-17T08:11:19.763Za out/npuzone/npuzone 23144K
29552025-01-17T08:11:19.763Za package-manifest.toml 34K
29562025-01-17T08:11:19.763Za smf/sled-agent/non-gimlet/config.toml 4K
29572025-01-17T08:11:19.763Za target/release/omicron-package 36370K
29582025-01-17T08:11:19.764Za target/release/xtask 11911K
29592025-01-17T08:11:19.764Za target/debug/bootstrap 221450K
29602025-01-17T08:11:19.764Za tests/bootstrap-ce4078b3cba0aa19 24276K
29612025-01-17T08:11:19.764Za tests/commtest-003022a48aaaa3da 24769K
29622025-01-17T08:11:19.764Za tests/dhcp_server-d7045afdd2275236 24276K
29632025-01-17T08:11:19.764Za tests/end_to_end_tests-874eb028fd35d84d 282813K
29642025-01-17T08:11:19.764Za out/clickhouse.tar.gz 294787K
29652025-01-17T08:11:19.764Za out/clickhouse_keeper.tar.gz 281742K
29662025-01-17T08:11:19.764Za out/clickhouse_server.tar.gz 294771K
29672025-01-17T08:11:19.764Za out/cockroachdb.tar.gz 135122K
29682025-01-17T08:11:19.764Za out/crucible-dtrace.tar 96K
29692025-01-17T08:11:19.764Za out/crucible-pantry-zone.tar.gz 28542K
29702025-01-17T08:11:19.764Za out/crucible-zone.tar.gz 36818K
29712025-01-17T08:11:19.764Za out/external-dns.tar.gz 35749K
29722025-01-17T08:11:19.764Za out/internal-dns.tar.gz 35749K
29732025-01-17T08:11:19.764Za out/mg-ddm-gz.tar 63075K
29742025-01-17T08:11:19.764Za out/nexus.tar.gz 100014K
29752025-01-17T08:11:19.764Za out/ntp.tar.gz 10506K
29762025-01-17T08:11:19.764Za out/omicron-gateway-softnpu.tar.gz 24313K
29772025-01-17T08:11:19.764Za out/omicron-sled-agent.tar 114842K
29782025-01-17T08:11:19.767Za out/overlay.tar.gz 3K
29792025-01-17T08:11:19.767Za out/oximeter.tar.gz 48517K
29802025-01-17T08:11:19.767Za out/oxlog.tar 3150K
29812025-01-17T08:11:19.767Za out/probe.tar.gz 2764K
29822025-01-17T08:11:19.767Za out/propolis-server.tar.gz 66467K
29832025-01-17T08:11:19.767Za out/pumpkind-gz.tar 26665K
29842025-01-17T08:11:19.767Za out/switch-softnpu.tar.gz 236695K
29852025-01-17T08:11:19.778Z
29862025-01-17T08:11:19.778Zreal 1:13.833765885
29872025-01-17T08:11:19.780Zuser 1:10.486902301
29882025-01-17T08:11:19.780Zsys 4.648281407
29892025-01-17T08:11:19.780Ztrap 0.018118251
29902025-01-17T08:11:19.780Ztflt 0.000000000
29912025-01-17T08:11:19.780Zdflt 0.000000000
29922025-01-17T08:11:19.780Zkflt 0.000000000
29932025-01-17T08:11:19.780Zlock 0.000000000
29942025-01-17T08:11:19.780Zslp 1:10.350232992
29952025-01-17T08:11:19.780Zlat 2.159460676
29962025-01-17T08:11:19.780Zstop 0.000223739
29972025-01-17T08:11:19.780Zprocess exited: duration 1992225 ms, exit code 0
 
29982025-01-17T08:11:19.806Zfound 1 output files
29992025-01-17T08:11:19.806Zuploading: /work/package.tar.gz (1906669629 bytes)
30002025-01-17T08:12:03.202Zuploaded: /work/package.tar.gz