01JJ6JJVRENFTK38NYF176TX65: 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: 01JJ6JK9XGJHDPB0EAS8CT22Y5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-22T08:39:37.474Zjob assigned to worker 01JJ6JKFPW12G018C6V0675BP4 [factory aws, i-0a98312cb86317d3f] (queued for 1 m 12 s)
 
22025-01-22T08:39:45.418Zstarting task 0: "setup"
32025-01-22T08:39:45.430Z++ uname -s
42025-01-22T08:39:45.432Z+ kern=SunOS
52025-01-22T08:39:45.432Z+ case "$kern" in
62025-01-22T08:39:45.432Z+ groupadd -g 12345 build
72025-01-22T08:39:45.435Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-22T08:39:47.465Z+ zfs create -o mountpoint=/work rpool/work
92025-01-22T08:39:47.545Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-22T08:39:47.548Z+ home_fs=zfs
112025-01-22T08:39:47.548Z+ [[ zfs == autofs ]]
122025-01-22T08:39:47.548Z+ mkdir -p /home/build
132025-01-22T08:39:47.551Z+ chown build:build /home/build /work
142025-01-22T08:39:49.552Z+ chmod 0700 /home/build /work
152025-01-22T08:39:49.556Zprocess exited: duration 4136 ms, exit code 0
 
162025-01-22T08:39:49.562Zstarting task 1: "rust-toolchain"
172025-01-22T08:39:49.567Z+ printf ' * toolchain channel = "%s"
182025-01-22T08:39:49.567Z' 1.84.0
192025-01-22T08:39:49.567Z+ printf ' * toolchain profile = "%s"
202025-01-22T08:39:49.567Z' default
212025-01-22T08:39:49.568Z * toolchain channel = "1.84.0"
222025-01-22T08:39:49.568Z * toolchain profile = "default"
232025-01-22T08:39:49.572Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-22T08:39:49.572Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-22T08:39:49.677Zinfo: downloading installer
262025-01-22T08:39:51.248Zinfo: profile set to 'default'
272025-01-22T08:39:51.248Zinfo: default host triple is x86_64-unknown-illumos
282025-01-22T08:39:51.251Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-22T08:39:51.404Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-22T08:39:51.404Zinfo: downloading component 'cargo'
312025-01-22T08:39:52.311Zinfo: downloading component 'clippy'
322025-01-22T08:39:52.657Zinfo: downloading component 'rust-docs'
332025-01-22T08:39:53.897Zinfo: downloading component 'rust-std'
342025-01-22T08:39:55.737Zinfo: downloading component 'rustc'
352025-01-22T08:40:02.795Zinfo: downloading component 'rustfmt'
362025-01-22T08:40:03.061Zinfo: installing component 'cargo'
372025-01-22T08:40:03.895Zinfo: installing component 'clippy'
382025-01-22T08:40:04.274Zinfo: installing component 'rust-docs'
392025-01-22T08:40:05.946Zinfo: installing component 'rust-std'
402025-01-22T08:40:07.700Zinfo: installing component 'rustc'
412025-01-22T08:40:13.659Zinfo: installing component 'rustfmt'
422025-01-22T08:40:13.998Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-22T08:40:13.998Z
442025-01-22T08:40:14.380Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-22T08:40:14.380Z
462025-01-22T08:40:14.387Z
472025-01-22T08:40:14.387ZRust is installed now. Great!
482025-01-22T08:40:14.387Z
492025-01-22T08:40:14.387ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-22T08:40:14.387Zenvironment variable. This has not been done automatically.
512025-01-22T08:40:14.387Z
522025-01-22T08:40:14.387ZTo configure your current shell, you need to source
532025-01-22T08:40:14.387Zthe corresponding env file under $HOME/.cargo.
542025-01-22T08:40:14.387Z
552025-01-22T08:40:14.388ZThis is usually done by running one of the following (note the leading DOT):
562025-01-22T08:40:14.388Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-22T08:40:14.388Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-22T08:40:14.458Z+ rustc --version
592025-01-22T08:40:14.521Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-22T08:40:14.524Zprocess exited: duration 24961 ms, exit code 0
 
612025-01-22T08:40:14.530Zstarting task 2: "authentication"
622025-01-22T08:40:14.552Zprocess exited: duration 20 ms, exit code 0
 
632025-01-22T08:40:14.558Zstarting task 3: "clone repository"
642025-01-22T08:40:14.566Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-22T08:40:14.569Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-22T08:40:14.613ZCloning into '/work/oxidecomputer/omicron'...
672025-01-22T08:40:23.114Z+ cd /work/oxidecomputer/omicron
682025-01-22T08:40:23.114Z+ git fetch origin b2cbd871e3c4725de90daf3c25e4b0055e4d7efd
692025-01-22T08:40:23.462ZFrom https://github.com/oxidecomputer/omicron
702025-01-22T08:40:23.462Z * branch b2cbd871e3c4725de90daf3c25e4b0055e4d7efd -> FETCH_HEAD
712025-01-22T08:40:23.472Z+ [[ -n renovate/chrono-tz-0.x ]]
722025-01-22T08:40:23.475Z++ git branch --show-current
732025-01-22T08:40:23.478Z+ current=main
742025-01-22T08:40:23.478Z+ [[ main != renovate/chrono-tz-0.x ]]
752025-01-22T08:40:23.478Z+ git branch -f renovate/chrono-tz-0.x b2cbd871e3c4725de90daf3c25e4b0055e4d7efd
762025-01-22T08:40:23.481Z+ git checkout -f renovate/chrono-tz-0.x
772025-01-22T08:40:23.659ZSwitched to branch 'renovate/chrono-tz-0.x'
782025-01-22T08:40:23.662Z+ git reset --hard b2cbd871e3c4725de90daf3c25e4b0055e4d7efd
792025-01-22T08:40:23.833ZHEAD is now at b2cbd871e Update Rust crate chrono-tz to 0.10.1
802025-01-22T08:40:23.836Zprocess exited: duration 9276 ms, exit code 0
 
812025-01-22T08:40:23.844Zstarting task 4: "build"
822025-01-22T08:40:23.847Z+ source .github/buildomat/ci-env.sh
832025-01-22T08:40:23.850Z++ export CARGO_TERM_COLOR=always
842025-01-22T08:40:23.850Z++ CARGO_TERM_COLOR=always
852025-01-22T08:40:23.850Z+ cargo --version
862025-01-22T08:40:23.910Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-22T08:40:23.912Z+ rustc --version
882025-01-22T08:40:23.975Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-22T08:40:23.978Z+ WORK=/work
902025-01-22T08:40:23.978Z+ pfexec mkdir -p /work
912025-01-22T08:40:24.061Z+ pfexec chown build /work
922025-01-22T08:40:24.065Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-22T08:40:25.663Zpkg list: illegal option -- F
942025-01-22T08:40:25.663ZUsage:
952025-01-22T08:40:25.663Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-22T08:40:25.663Z [pkg_fmri_pattern ...]
972025-01-22T08:40:26.520Zpkg list: illegal option -- F
982025-01-22T08:40:26.520ZUsage:
992025-01-22T08:40:26.520Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-22T08:40:26.520Z [pkg_fmri_pattern ...]
1012025-01-22T08:40:34.054Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-22T08:40:38.164Z Startup: Caching catalogs ... Done
1032025-01-22T08:40:49.256ZPlanning: Solver setup ... Done (10.339s)
1042025-01-22T08:40:49.480ZPlanning: Running solver ... Done (0.145s)
1052025-01-22T08:40:49.515ZPlanning: Finding local manifests ... Done (0.007s)
1062025-01-22T08:40:49.528ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-22T08:40:49.762ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-22T08:40:49.872ZPlanning: Package planning ... Done (0.110s)
1092025-01-22T08:40:49.930ZPlanning: Merging actions ... Done (0.056s)
1102025-01-22T08:40:50.128ZPlanning: Checking for conflicting actions ... Done (0.200s)
1112025-01-22T08:40:52.309ZPlanning: Consolidating action changes ... Done (2.181s)
1122025-01-22T08:40:52.752ZPlanning: Evaluating mediators ... Done (0.442s)
1132025-01-22T08:40:52.837ZPlanning: Planning completed in 14.63 seconds
1142025-01-22T08:40:52.848Z Packages to install: 4
1152025-01-22T08:40:52.851Z Packages to update: 3
1162025-01-22T08:40:52.851Z Mediators to change: 2
1172025-01-22T08:40:52.851Z Services to change: 1
1182025-01-22T08:40:52.851Z Estimated space available: 155.61 GB
1192025-01-22T08:40:52.851ZEstimated space to be consumed: 1.64 GB
1202025-01-22T08:40:52.851Z Create boot environment: No
1212025-01-22T08:40:52.851ZCreate backup boot environment: Yes
1222025-01-22T08:40:52.851Z Rebuild boot archive: No
1232025-01-22T08:40:52.851Z
1242025-01-22T08:40:52.851ZChanged mediators:
1252025-01-22T08:40:52.851Z mediator clang:
1262025-01-22T08:40:52.851Z version: None -> 15 (system default)
1272025-01-22T08:40:52.852Z
1282025-01-22T08:40:52.852Z mediator llvm:
1292025-01-22T08:40:52.852Z version: 14 (system default) -> 15 (system default)
1302025-01-22T08:40:52.852Z
1312025-01-22T08:40:52.852ZChanged packages:
1322025-01-22T08:40:52.852Zhelios-dev
1332025-01-22T08:40:52.852Z developer/build-essential
1342025-01-22T08:40:52.852Z None -> 11-2.0
1352025-01-22T08:40:52.852Z library/libxmlsec1
1362025-01-22T08:40:52.852Z None -> 1.2.35-2.0
1372025-01-22T08:40:52.852Z ooce/developer/clang-15
1382025-01-22T08:40:52.852Z None -> 15.0.7-2.0
1392025-01-22T08:40:52.852Z ooce/developer/llvm-15
1402025-01-22T08:40:52.852Z None -> 15.0.7-2.0
1412025-01-22T08:40:52.852Z package/pkg
1422025-01-22T08:40:52.852Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-22T08:40:52.852Z system/library/g++-runtime
1442025-01-22T08:40:52.852Z 13-2.0 -> 14-2.0
1452025-01-22T08:40:52.852Z system/library/gcc-runtime
1462025-01-22T08:40:52.852Z 13-2.0 -> 14-2.0
1472025-01-22T08:40:52.852Z
1482025-01-22T08:40:52.852ZServices:
1492025-01-22T08:40:52.852Z restart_fmri:
1502025-01-22T08:40:52.852Z svc:/system/update-man-index:default
1512025-01-22T08:40:52.852Z
1522025-01-22T08:40:52.852ZEditable files to change:
1532025-01-22T08:40:52.852Z Update:
1542025-01-22T08:40:52.852Z usr/share/lib/pkg/web/config.shtml
1552025-01-22T08:40:52.929Z
1562025-01-22T08:40:52.929ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-22T08:40:57.939ZDownload: 356/4301 items 16.1/225.4MB 7% complete (3.3M/s)
1582025-01-22T08:41:02.945ZDownload: 1019/4301 items 19.1/225.4MB 8% complete (2.0M/s)
1592025-01-22T08:41:08.416ZDownload: 1193/4301 items 83.1/225.4MB 36% complete (8.1M/s)
1602025-01-22T08:41:13.601ZDownload: 1482/4301 items 117.0/225.4MB 51% complete (9.8M/s)
1612025-01-22T08:41:18.827ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (3.9M/s)
1622025-01-22T08:41:23.827ZDownload: 2935/4301 items 121.2/225.4MB 53% complete (425k/s)
1632025-01-22T08:41:29.619ZDownload: 3245/4301 items 203.1/225.4MB 90% complete (8.4M/s)
1642025-01-22T08:41:34.619ZDownload: 3284/4301 items 211.7/225.4MB 93% complete (8.2M/s)
1652025-01-22T08:41:39.641ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (2.0M/s)
1662025-01-22T08:41:43.020ZDownload: Completed 225.42 MB in 50.09 seconds (4.5M/s)
1672025-01-22T08:41:45.243Z Actions: 1/5122 actions (Removing old actions)
1682025-01-22T08:41:45.269Z Actions: 194/5122 actions (Installing new actions)
1692025-01-22T08:41:50.015Z Actions: 4267/5122 actions (Updating modified actions)
1702025-01-22T08:41:50.378Z Actions: Completed 5122 actions in 5.13 seconds.
1712025-01-22T08:41:50.799Z Done (0.412s)
1722025-01-22T08:41:50.801Z Done (0.001s)
1732025-01-22T08:41:51.381Z Done (0.580s)
1742025-01-22T08:41:55.892Z Done (4.278s)
1752025-01-22T08:41:55.978Z Done (0.018s)
1762025-01-22T08:41:55.980Z Done (0.000s)
1772025-01-22T08:41:56.224Z Done (0.000s)
1782025-01-22T08:41:56.927ZPlanning: Evaluating mediator changes ... Done
1792025-01-22T08:41:57.087ZPlanning: Checking for conflicting actions ... Done
1802025-01-22T08:41:57.089ZPlanning: Consolidating action changes ... Done
1812025-01-22T08:41:57.357ZPlanning: Evaluating mediators ... Done
1822025-01-22T08:41:57.360ZPlanning: Planning completed in 0.43 seconds
1832025-01-22T08:41:57.398Z Mediators to change: 2
1842025-01-22T08:41:57.398Z Create boot environment: No
1852025-01-22T08:41:57.401ZCreate backup boot environment: No
1862025-01-22T08:41:57.497Z Done
1872025-01-22T08:41:57.497Z Done
1882025-01-22T08:41:57.900Z Done
1892025-01-22T08:42:01.478Z Done
1902025-01-22T08:42:01.568Z Done
1912025-01-22T08:42:01.572Z Done
1922025-01-22T08:42:01.698Z Done
1932025-01-22T08:42:02.324ZPlanning: Evaluating mediator changes ... Done
1942025-01-22T08:42:02.327ZPlanning: Merging actions ... Done
1952025-01-22T08:42:02.517ZPlanning: Checking for conflicting actions ... Done
1962025-01-22T08:42:02.520ZPlanning: Consolidating action changes ... Done
1972025-01-22T08:42:02.787ZPlanning: Evaluating mediators ... Done
1982025-01-22T08:42:02.844ZPlanning: Planning completed in 0.77 seconds
1992025-01-22T08:42:02.885Z Packages to change: 1
2002025-01-22T08:42:02.885Z Mediators to change: 1
2012025-01-22T08:42:02.888Z Services to change: 1
2022025-01-22T08:42:02.888Z Create boot environment: No
2032025-01-22T08:42:02.888ZCreate backup boot environment: Yes
2042025-01-22T08:42:05.380Z Actions: 1/6 actions (Updating modified actions)
2052025-01-22T08:42:05.383Z Actions: Completed 6 actions in 0.00 seconds.
2062025-01-22T08:42:05.383Z Done
2072025-01-22T08:42:05.383Z Done
2082025-01-22T08:42:05.475Z Done
2092025-01-22T08:42:09.065Z Done
2102025-01-22T08:42:09.155Z Done
2112025-01-22T08:42:09.159Z Done
2122025-01-22T08:42:09.283Z Done
2132025-01-22T08:42:09.716ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2142025-01-22T08:42:09.716Zclang system 15 system
2152025-01-22T08:42:09.716Zcsh system system illumos
2162025-01-22T08:42:09.716Zctags system system illumos
2172025-01-22T08:42:09.716Zgcc vendor 12 vendor
2182025-01-22T08:42:09.716Zgcc system 10 system
2192025-01-22T08:42:09.716Zgcc system 7 system
2202025-01-22T08:42:09.716Zgo system 1.20 system
2212025-01-22T08:42:09.716Zgo system 1.19 system
2222025-01-22T08:42:09.716Zllvm system 15 system
2232025-01-22T08:42:09.716Zllvm system 14 system
2242025-01-22T08:42:09.716Zmariadb system 10.6 system
2252025-01-22T08:42:09.717Zmta vendor vendor dma
2262025-01-22T08:42:09.717Zopenjdk system 17 system
2272025-01-22T08:42:09.717Zopenjdk system 11 system
2282025-01-22T08:42:09.717Zopenjdk system 1.8 system
2292025-01-22T08:42:09.717Zopenssl vendor 3 vendor
2302025-01-22T08:42:09.717Zperl system 5.36 system
2312025-01-22T08:42:09.717Zpostgresql system 15 system
2322025-01-22T08:42:09.717Zpostgresql system 13 system
2332025-01-22T08:42:09.717Zpython vendor 3 vendor
2342025-01-22T08:42:09.717Zpython system 2 system
2352025-01-22T08:42:09.717Zpython3 system 3.11 system
2362025-01-22T08:42:09.717Zruby system 3.0 system
2372025-01-22T08:42:09.717Zwords vendor vendor american-english
2382025-01-22T08:42:09.717Zwords system system australian-english
2392025-01-22T08:42:09.717Zwords system system british-english
2402025-01-22T08:42:09.717Zwords system system canadian-english
2412025-01-22T08:42:09.717Zwords system system french
2422025-01-22T08:42:09.717Zwords system system italian
2432025-01-22T08:42:09.717Zwords system system ngerman
2442025-01-22T08:42:09.717Zwords system system ogerman
2452025-01-22T08:42:09.717Zwords system system spanish
2462025-01-22T08:42:10.047ZPUBLISHER TYPE STATUS P LOCATION
2472025-01-22T08:42:10.047Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2482025-01-22T08:42:12.829ZFMRI IFO
2492025-01-22T08:42:12.829Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502025-01-22T08:42:12.829Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512025-01-22T08:42:12.829Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522025-01-22T08:42:12.829Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2532025-01-22T08:42:12.829Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2542025-01-22T08:42:12.829Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552025-01-22T08:42:12.829Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2562025-01-22T08:42:12.829Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2572025-01-22T08:42:12.829Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2582025-01-22T08:42:12.829Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2592025-01-22T08:42:12.829Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2602025-01-22T08:42:12.829Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2612025-01-22T08:42:12.829Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2622025-01-22T08:42:12.829Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2632025-01-22T08:42:12.830Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642025-01-22T08:42:13.585Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2652025-01-22T08:42:13.902Z Updating crates.io index
2662025-01-22T08:42:13.905Z Updating git repository `https://github.com/oxidecomputer/diffus`
2672025-01-22T08:42:14.304Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682025-01-22T08:42:14.776Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2692025-01-22T08:42:15.032Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702025-01-22T08:42:15.397Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712025-01-22T08:42:15.607Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722025-01-22T08:42:16.638Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732025-01-22T08:42:18.243Z Updating git repository `https://github.com/oxidecomputer/opte`
2742025-01-22T08:42:18.963Z Updating git repository `https://github.com/oxidecomputer/falcon`
2752025-01-22T08:42:19.668Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762025-01-22T08:42:20.032Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772025-01-22T08:42:20.371Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2782025-01-22T08:42:20.987Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2792025-01-22T08:42:21.314Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802025-01-22T08:42:21.648Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812025-01-22T08:42:21.906Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822025-01-22T08:42:22.151Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832025-01-22T08:42:22.386Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842025-01-22T08:42:22.675Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2852025-01-22T08:42:22.958Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862025-01-22T08:42:23.309Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872025-01-22T08:42:23.615Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2882025-01-22T08:42:23.885Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892025-01-22T08:42:24.404Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902025-01-22T08:42:24.782Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2912025-01-22T08:42:25.184Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922025-01-22T08:42:25.545Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2932025-01-22T08:42:25.857Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942025-01-22T08:42:26.131Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952025-01-22T08:42:26.434Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962025-01-22T08:42:27.515Z Downloading crates ...
2972025-01-22T08:42:27.635Z Downloaded anstream v0.6.15
2982025-01-22T08:42:27.642Z Downloaded byteorder v1.5.0
2992025-01-22T08:42:27.642Z Downloaded anstyle-parse v0.2.5
3002025-01-22T08:42:27.642Z Downloaded anyhow v1.0.93
3012025-01-22T08:42:27.642Z Downloaded dtrace-parser v0.2.0
3022025-01-22T08:42:27.642Z Downloaded scroll_derive v0.12.0
3032025-01-22T08:42:27.642Z Downloaded equivalent v1.0.1
3042025-01-22T08:42:27.642Z Downloaded pretty-hex v0.4.1
3052025-01-22T08:42:27.642Z Downloaded swrite v0.1.0
3062025-01-22T08:42:27.645Z Downloaded cfg-if v1.0.0
3072025-01-22T08:42:27.645Z Downloaded block-buffer v0.10.4
3082025-01-22T08:42:27.647Z Downloaded usdt-macro v0.5.0
3092025-01-22T08:42:27.650Z Downloaded digest v0.10.7
3102025-01-22T08:42:27.650Z Downloaded anstyle-query v1.1.1
3112025-01-22T08:42:27.653Z Downloaded anstyle v1.0.10
3122025-01-22T08:42:27.657Z Downloaded itoa v1.0.11
3132025-01-22T08:42:27.660Z Downloaded fnv v1.0.7
3142025-01-22T08:42:27.660Z Downloaded errno v0.3.9
3152025-01-22T08:42:27.663Z Downloaded heck v0.5.0
3162025-01-22T08:42:27.663Z Downloaded fs-err v2.11.0
3172025-01-22T08:42:27.668Z Downloaded fastrand v2.1.1
3182025-01-22T08:42:27.668Z Downloaded colorchoice v1.0.2
3192025-01-22T08:42:27.668Z Downloaded bytecount v0.6.8
3202025-01-22T08:42:27.673Z Downloaded thiserror-impl v1.0.69
3212025-01-22T08:42:27.673Z Downloaded camino-tempfile v1.1.1
3222025-01-22T08:42:27.673Z Downloaded unicode-linebreak v0.1.5
3232025-01-22T08:42:27.673Z Downloaded dof v0.3.0
3242025-01-22T08:42:27.676Z Downloaded crypto-common v0.1.6
3252025-01-22T08:42:27.676Z Downloaded terminal_size v0.4.0
3262025-01-22T08:42:27.680Z Downloaded clap_lex v0.7.2
3272025-01-22T08:42:27.680Z Downloaded thread-id v4.2.2
3282025-01-22T08:42:27.680Z Downloaded serde_spanned v0.6.8
3292025-01-22T08:42:27.683Z Downloaded plain v0.2.3
3302025-01-22T08:42:27.683Z Downloaded memmap v0.7.0
3312025-01-22T08:42:27.686Z Downloaded proc-macro-error-attr v1.0.4
3322025-01-22T08:42:27.689Z Downloaded usdt-attr-macro v0.5.0
3332025-01-22T08:42:27.689Z Downloaded thiserror v1.0.69
3342025-01-22T08:42:27.692Z Downloaded toml_datetime v0.6.8
3352025-01-22T08:42:27.694Z Downloaded pest_generator v2.7.14
3362025-01-22T08:42:27.694Z Downloaded smawk v0.3.2
3372025-01-22T08:42:27.699Z Downloaded version_check v0.9.5
3382025-01-22T08:42:27.699Z Downloaded tabled_derive v0.7.0
3392025-01-22T08:42:27.702Z Downloaded serde_tokenstream v0.2.2
3402025-01-22T08:42:27.704Z Downloaded utf8parse v0.2.2
3412025-01-22T08:42:27.704Z Downloaded cargo-platform v0.1.8
3422025-01-22T08:42:27.707Z Downloaded usdt v0.5.0
3432025-01-22T08:42:27.707Z Downloaded generic-array v0.14.7
3442025-01-22T08:42:27.707Z Downloaded is_terminal_polyfill v1.70.1
3452025-01-22T08:42:27.712Z Downloaded cpufeatures v0.2.14
3462025-01-22T08:42:27.714Z Downloaded autocfg v1.4.0
3472025-01-22T08:42:27.717Z Downloaded macaddr v1.0.1
3482025-01-22T08:42:27.717Z Downloaded heck v0.4.1
3492025-01-22T08:42:27.721Z Downloaded clap_derive v4.5.18
3502025-01-22T08:42:27.723Z Downloaded strsim v0.11.1
3512025-01-22T08:42:27.730Z Downloaded semver v1.0.24
3522025-01-22T08:42:27.733Z Downloaded scroll v0.12.0
3532025-01-22T08:42:27.737Z Downloaded zerocopy-derive v0.7.35
3542025-01-22T08:42:27.741Z Downloaded usdt-impl v0.5.0
3552025-01-22T08:42:27.746Z Downloaded sha2 v0.10.8
3562025-01-22T08:42:27.748Z Downloaded pest_derive v2.7.14
3572025-01-22T08:42:27.752Z Downloaded proc-macro-error v1.0.4
3582025-01-22T08:42:27.757Z Downloaded cargo_metadata v0.18.1
3592025-01-22T08:42:27.759Z Downloaded cargo_toml v0.20.5
3602025-01-22T08:42:27.759Z Downloaded quote v1.0.38
3612025-01-22T08:42:27.762Z Downloaded ryu v1.0.18
3622025-01-22T08:42:27.764Z Downloaded proc-macro2 v1.0.92
3632025-01-22T08:42:27.767Z Downloaded textwrap v0.16.1
3642025-01-22T08:42:27.767Z Downloaded unicode-ident v1.0.14
3652025-01-22T08:42:27.770Z Downloaded ucd-trie v0.1.7
3662025-01-22T08:42:27.772Z Downloaded typenum v1.17.0
3672025-01-22T08:42:27.775Z Downloaded toml v0.8.19
3682025-01-22T08:42:27.778Z Downloaded log v0.4.22
3692025-01-22T08:42:27.780Z Downloaded camino v1.1.9
3702025-01-22T08:42:27.783Z Downloaded bitflags v2.6.0
3712025-01-22T08:42:27.786Z Downloaded clap v4.5.21
3722025-01-22T08:42:27.792Z Downloaded tempfile v3.13.0
3732025-01-22T08:42:27.795Z Downloaded pest_meta v2.7.14
3742025-01-22T08:42:27.798Z Downloaded papergrid v0.11.0
3752025-01-22T08:42:27.804Z Downloaded once_cell v1.20.2
3762025-01-22T08:42:27.809Z Downloaded serde_derive v1.0.217
3772025-01-22T08:42:27.820Z Downloaded serde v1.0.217
3782025-01-22T08:42:27.825Z Downloaded indexmap v2.7.0
3792025-01-22T08:42:27.846Z Downloaded memchr v2.7.4
3802025-01-22T08:42:27.852Z Downloaded toml_edit v0.22.22
3812025-01-22T08:42:27.872Z Downloaded pest v2.7.14
3822025-01-22T08:42:27.876Z Downloaded hashbrown v0.15.1
3832025-01-22T08:42:27.890Z Downloaded serde_json v1.0.135
3842025-01-22T08:42:27.897Z Downloaded clap_builder v4.5.21
3852025-01-22T08:42:27.903Z Downloaded goblin v0.8.2
3862025-01-22T08:42:27.909Z Downloaded zerocopy v0.7.35
3872025-01-22T08:42:27.923Z Downloaded winnow v0.6.20
3882025-01-22T08:42:27.931Z Downloaded tabled v0.15.0
3892025-01-22T08:42:27.946Z Downloaded syn v1.0.109
3902025-01-22T08:42:27.954Z Downloaded unicode-width v0.1.14
3912025-01-22T08:42:27.964Z Downloaded syn v2.0.96
3922025-01-22T08:42:27.974Z Downloaded rustix v0.38.37
3932025-01-22T08:42:28.009Z Downloaded libc v0.2.169
3942025-01-22T08:42:28.314Z Compiling proc-macro2 v1.0.92
3952025-01-22T08:42:28.314Z Compiling unicode-ident v1.0.14
3962025-01-22T08:42:28.317Z Compiling version_check v0.9.5
3972025-01-22T08:42:28.317Z Compiling serde v1.0.217
3982025-01-22T08:42:28.317Z Compiling thiserror v1.0.69
3992025-01-22T08:42:28.317Z Compiling memchr v2.7.4
4002025-01-22T08:42:28.349Z Compiling libc v0.2.169
4012025-01-22T08:42:28.352Z Compiling ucd-trie v0.1.7
4022025-01-22T08:42:28.578Z Compiling ryu v1.0.18
4032025-01-22T08:42:28.951Z Compiling itoa v1.0.11
4042025-01-22T08:42:29.111Z Compiling once_cell v1.20.2
4052025-01-22T08:42:29.138Z Compiling byteorder v1.5.0
4062025-01-22T08:42:29.163Z Compiling serde_json v1.0.135
4072025-01-22T08:42:29.525Z Compiling rustix v0.38.37
4082025-01-22T08:42:29.577Z Compiling bitflags v2.6.0
4092025-01-22T08:42:29.645Z Compiling usdt-impl v0.5.0
4102025-01-22T08:42:29.957Z Compiling proc-macro-error-attr v1.0.4
4112025-01-22T08:42:29.990Z Compiling syn v1.0.109
4122025-01-22T08:42:30.017Z Compiling proc-macro-error v1.0.4
4132025-01-22T08:42:30.187Z Compiling plain v0.2.3
4142025-01-22T08:42:30.258Z Compiling quote v1.0.38
4152025-01-22T08:42:30.359Z Compiling errno v0.3.9
4162025-01-22T08:42:30.385Z Compiling log v0.4.22
4172025-01-22T08:42:30.388Z Compiling equivalent v1.0.1
4182025-01-22T08:42:30.569Z Compiling hashbrown v0.15.1
4192025-01-22T08:42:30.594Z Compiling camino v1.1.9
4202025-01-22T08:42:30.619Z Compiling utf8parse v0.2.2
4212025-01-22T08:42:30.737Z Compiling syn v2.0.96
4222025-01-22T08:42:30.790Z Compiling thread-id v4.2.2
4232025-01-22T08:42:30.813Z Compiling anstyle-parse v0.2.5
4242025-01-22T08:42:31.141Z Compiling semver v1.0.24
4252025-01-22T08:42:31.249Z Compiling winnow v0.6.20
4262025-01-22T08:42:31.399Z Compiling anstyle-query v1.1.1
4272025-01-22T08:42:31.552Z Compiling is_terminal_polyfill v1.70.1
4282025-01-22T08:42:31.654Z Compiling indexmap v2.7.0
4292025-01-22T08:42:31.678Z Compiling pretty-hex v0.4.1
4302025-01-22T08:42:31.703Z Compiling autocfg v1.4.0
4312025-01-22T08:42:31.727Z Compiling unicode-width v0.1.14
4322025-01-22T08:42:31.896Z Compiling anstyle v1.0.10
4332025-01-22T08:42:32.294Z Compiling colorchoice v1.0.2
4342025-01-22T08:42:32.438Z Compiling anstream v0.6.15
4352025-01-22T08:42:32.486Z Compiling terminal_size v0.4.0
4362025-01-22T08:42:32.725Z Compiling fs-err v2.11.0
4372025-01-22T08:42:32.933Z Compiling fnv v1.0.7
4382025-01-22T08:42:33.016Z Compiling clap_lex v0.7.2
4392025-01-22T08:42:33.056Z Compiling anyhow v1.0.93
4402025-01-22T08:42:33.085Z Compiling heck v0.4.1
4412025-01-22T08:42:33.173Z Compiling bytecount v0.6.8
4422025-01-22T08:42:33.173Z Compiling strsim v0.11.1
4432025-01-22T08:42:33.463Z Compiling heck v0.5.0
4442025-01-22T08:42:33.529Z Compiling cfg-if v1.0.0
4452025-01-22T08:42:33.670Z Compiling fastrand v2.1.1
4462025-01-22T08:42:33.923Z Compiling clap_builder v4.5.21
4472025-01-22T08:42:33.951Z Compiling papergrid v0.11.0
4482025-01-22T08:42:34.125Z Compiling tempfile v3.13.0
4492025-01-22T08:42:34.290Z Compiling memmap v0.7.0
4502025-01-22T08:42:34.339Z Compiling unicode-linebreak v0.1.5
4512025-01-22T08:42:34.629Z Compiling smawk v0.3.2
4522025-01-22T08:42:34.854Z Compiling textwrap v0.16.1
4532025-01-22T08:42:34.958Z Compiling swrite v0.1.0
4542025-01-22T08:42:35.757Z Compiling tabled_derive v0.7.0
4552025-01-22T08:42:37.074Z Compiling tabled v0.15.0
4562025-01-22T08:42:37.631Z Compiling serde_derive v1.0.217
4572025-01-22T08:42:37.634Z Compiling thiserror-impl v1.0.69
4582025-01-22T08:42:37.634Z Compiling zerocopy-derive v0.7.35
4592025-01-22T08:42:37.634Z Compiling scroll_derive v0.12.0
4602025-01-22T08:42:37.831Z Compiling clap_derive v4.5.18
4612025-01-22T08:42:38.964Z Compiling scroll v0.12.0
4622025-01-22T08:42:39.544Z Compiling zerocopy v0.7.35
4632025-01-22T08:42:39.574Z Compiling goblin v0.8.2
4642025-01-22T08:42:40.489Z Compiling pest v2.7.14
4652025-01-22T08:42:41.129Z Compiling clap v4.5.21
4662025-01-22T08:42:42.581Z Compiling pest_meta v2.7.14
4672025-01-22T08:42:43.475Z Compiling pest_generator v2.7.14
4682025-01-22T08:42:44.893Z Compiling pest_derive v2.7.14
4692025-01-22T08:42:45.529Z Compiling dtrace-parser v0.2.0
4702025-01-22T08:42:46.236Z Compiling serde_tokenstream v0.2.2
4712025-01-22T08:42:46.298Z Compiling serde_spanned v0.6.8
4722025-01-22T08:42:46.327Z Compiling toml_datetime v0.6.8
4732025-01-22T08:42:46.499Z Compiling cargo-platform v0.1.8
4742025-01-22T08:42:46.581Z Compiling macaddr v1.0.1
4752025-01-22T08:42:46.781Z Compiling toml_edit v0.22.22
4762025-01-22T08:42:46.968Z Compiling camino-tempfile v1.1.1
4772025-01-22T08:42:47.617Z Compiling dof v0.3.0
4782025-01-22T08:42:47.617Z Compiling cargo_metadata v0.18.1
4792025-01-22T08:42:49.023Z Compiling usdt-macro v0.5.0
4802025-01-22T08:42:49.026Z Compiling usdt-attr-macro v0.5.0
4812025-01-22T08:42:49.570Z Compiling toml v0.8.19
4822025-01-22T08:42:50.178Z Compiling usdt v0.5.0
4832025-01-22T08:42:50.354Z Compiling cargo_toml v0.20.5
4842025-01-22T08:42:52.956Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852025-01-22T08:42:56.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.67s
4862025-01-22T08:42:56.304Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4872025-01-22T08:42:56.815Z Downloading crates ...
4882025-01-22T08:42:56.944Z Downloaded addr2line v0.24.2
4892025-01-22T08:42:56.959Z Downloaded http-body v1.0.1
4902025-01-22T08:42:56.962Z Downloaded hex-literal v0.4.1
4912025-01-22T08:42:56.962Z Downloaded hex v0.4.3
4922025-01-22T08:42:56.964Z Downloaded darling v0.20.10
4932025-01-22T08:42:56.969Z Downloaded hubpack_derive v0.1.1
4942025-01-22T08:42:56.971Z Downloaded adler2 v2.0.0
4952025-01-22T08:42:56.971Z Downloaded aead v0.5.2
4962025-01-22T08:42:56.974Z Downloaded aes-gcm v0.10.3
4972025-01-22T08:42:56.977Z Downloaded md5 v0.7.0
4982025-01-22T08:42:56.980Z Downloaded atty v0.2.14
4992025-01-22T08:42:56.980Z Downloaded heck v0.3.3
5002025-01-22T08:42:56.983Z Downloaded is_ci v1.2.0
5012025-01-22T08:42:56.983Z Downloaded instant v0.1.13
5022025-01-22T08:42:56.985Z Downloaded match_cfg v0.1.0
5032025-01-22T08:42:56.985Z Downloaded icu_provider_macros v1.5.0
5042025-01-22T08:42:56.985Z Downloaded ahash v0.8.11
5052025-01-22T08:42:56.988Z Downloaded http-range v0.1.5
5062025-01-22T08:42:56.991Z Downloaded aes v0.8.4
5072025-01-22T08:42:56.994Z Downloaded ident_case v1.0.1
5082025-01-22T08:42:56.997Z Downloaded base64 v0.13.1
5092025-01-22T08:42:57.000Z Downloaded mirai-annotations v1.12.0
5102025-01-22T08:42:57.000Z Downloaded base64ct v1.6.0
5112025-01-22T08:42:57.003Z Downloaded bcs v0.1.6
5122025-01-22T08:42:57.006Z Downloaded atomicwrites v0.4.4
5132025-01-22T08:42:57.006Z Downloaded async-trait v0.1.83
5142025-01-22T08:42:57.009Z Downloaded httpdate v1.0.3
5152025-01-22T08:42:57.012Z Downloaded async-stream-impl v0.3.6
5162025-01-22T08:42:57.012Z Downloaded hostname v0.3.1
5172025-01-22T08:42:57.014Z Downloaded argon2 v0.5.3
5182025-01-22T08:42:57.018Z Downloaded bitfield v0.14.0
5192025-01-22T08:42:57.018Z Downloaded hubpack v0.1.2
5202025-01-22T08:42:57.021Z Downloaded atomic-waker v1.1.2
5212025-01-22T08:42:57.021Z Downloaded async-bb8-diesel v0.2.1
5222025-01-22T08:42:57.025Z Downloaded lru v0.12.5
5232025-01-22T08:42:57.028Z Downloaded lazycell v1.3.0
5242025-01-22T08:42:57.028Z Downloaded blowfish v0.9.1
5252025-01-22T08:42:57.028Z Downloaded block-padding v0.3.3
5262025-01-22T08:42:57.031Z Downloaded managed v0.8.0
5272025-01-22T08:42:57.031Z Downloaded lockfree-object-pool v0.1.6
5282025-01-22T08:42:57.034Z Downloaded md-5 v0.10.6
5292025-01-22T08:42:57.036Z Downloaded libsw v3.3.1
5302025-01-22T08:42:57.039Z Downloaded linked-hash-map v0.5.6
5312025-01-22T08:42:57.046Z Downloaded indoc v1.0.9
5322025-01-22T08:42:57.046Z Downloaded impl-trait-for-tuples v0.2.2
5332025-01-22T08:42:57.046Z Downloaded maplit v1.0.2
5342025-01-22T08:42:57.048Z Downloaded lazy_static v1.5.0
5352025-01-22T08:42:57.051Z Downloaded memoffset v0.9.1
5362025-01-22T08:42:57.051Z Downloaded cfg_aliases v0.2.1
5372025-01-22T08:42:57.056Z Downloaded instability v0.3.2
5382025-01-22T08:42:57.056Z Downloaded libefi-sys v0.1.0
5392025-01-22T08:42:57.060Z Downloaded maybe-uninit v2.0.0
5402025-01-22T08:42:57.060Z Downloaded bitflags v1.3.2
5412025-01-22T08:42:57.060Z Downloaded bitfield-struct v0.6.2
5422025-01-22T08:42:57.063Z Downloaded bit-vec v0.6.3
5432025-01-22T08:42:57.064Z Downloaded humantime v2.1.0
5442025-01-22T08:42:57.067Z Downloaded highway v1.2.0
5452025-01-22T08:42:57.067Z Downloaded bcrypt-pbkdf v0.10.0
5462025-01-22T08:42:57.071Z Downloaded linear-map v1.2.0
5472025-01-22T08:42:57.073Z Downloaded mime v0.3.17
5482025-01-22T08:42:57.073Z Downloaded icu_locid_transform v1.5.0
5492025-01-22T08:42:57.076Z Downloaded ciborium-io v0.2.2
5502025-01-22T08:42:57.076Z Downloaded httparse v1.9.5
5512025-01-22T08:42:57.078Z Downloaded cfg_aliases v0.1.1
5522025-01-22T08:42:57.082Z Downloaded inout v0.1.3
5532025-01-22T08:42:57.082Z Downloaded backoff v0.4.0
5542025-01-22T08:42:57.085Z Downloaded iana-time-zone v0.1.61
5552025-01-22T08:42:57.089Z Downloaded progenitor-client v0.9.1
5562025-01-22T08:42:57.089Z Downloaded mime_guess v2.0.5
5572025-01-22T08:42:57.093Z Downloaded libloading v0.8.5
5582025-01-22T08:42:57.095Z Downloaded mockall v0.13.0
5592025-01-22T08:42:57.095Z Downloaded lock_api v0.4.12
5602025-01-22T08:42:57.098Z Downloaded ascii-canvas v3.0.0
5612025-01-22T08:42:57.098Z Downloaded internet-checksum v0.2.1
5622025-01-22T08:42:57.101Z Downloaded termtree v0.4.1
5632025-01-22T08:42:57.101Z Downloaded chrono-tz-build v0.4.0
5642025-01-22T08:42:57.105Z Downloaded rand_chacha v0.3.1
5652025-01-22T08:42:57.105Z Downloaded crc-catalog v2.4.0
5662025-01-22T08:42:57.107Z Downloaded cobs v0.2.3
5672025-01-22T08:42:57.107Z Downloaded cbc v0.1.2
5682025-01-22T08:42:57.107Z Downloaded buf-list v1.0.3
5692025-01-22T08:42:57.110Z Downloaded multer v3.1.0
5702025-01-22T08:42:57.113Z Downloaded convert_case v0.4.0
5712025-01-22T08:42:57.115Z Downloaded strum v0.26.3
5722025-01-22T08:42:57.116Z Downloaded darling_macro v0.20.10
5732025-01-22T08:42:57.119Z Downloaded write16 v1.0.0
5742025-01-22T08:42:57.119Z Downloaded constant_time_eq v0.3.1
5752025-01-22T08:42:57.119Z Downloaded colored v2.1.0
5762025-01-22T08:42:57.122Z Downloaded rustc-hash v1.1.0
5772025-01-22T08:42:57.124Z Downloaded quick-error v1.2.3
5782025-01-22T08:42:57.124Z Downloaded schemars_derive v0.8.21
5792025-01-22T08:42:57.126Z Downloaded crossbeam-deque v0.8.5
5802025-01-22T08:42:57.129Z Downloaded cassowary v0.3.0
5812025-01-22T08:42:57.129Z Downloaded arrayvec v0.7.6
5822025-01-22T08:42:57.132Z Downloaded hyper-rustls v0.27.3
5832025-01-22T08:42:57.134Z Downloaded sync-ptr v0.1.1
5842025-01-22T08:42:57.137Z Downloaded icu_locid_transform_data v1.5.0
5852025-01-22T08:42:57.140Z Downloaded icu_provider v1.5.0
5862025-01-22T08:42:57.142Z Downloaded crc v3.2.1
5872025-01-22T08:42:57.145Z Downloaded litemap v0.7.3
5882025-01-22T08:42:57.148Z Downloaded const_format_proc_macros v0.2.33
5892025-01-22T08:42:57.151Z Downloaded endian-type v0.1.2
5902025-01-22T08:42:57.151Z Downloaded async-stream v0.3.6
5912025-01-22T08:42:57.154Z Downloaded ciborium-ll v0.2.2
5922025-01-22T08:42:57.154Z Downloaded chacha20 v0.9.1
5932025-01-22T08:42:57.157Z Downloaded indexmap v1.9.3
5942025-01-22T08:42:57.159Z Downloaded unicode-xid v0.2.6
5952025-01-22T08:42:57.162Z Downloaded hickory-server v0.24.2
5962025-01-22T08:42:57.168Z Downloaded writeable v0.5.5
5972025-01-22T08:42:57.170Z Downloaded rfc6979 v0.4.0
5982025-01-22T08:42:57.173Z Downloaded ref-cast-impl v1.0.23
5992025-01-22T08:42:57.173Z Downloaded serde_urlencoded v0.7.1
6002025-01-22T08:42:57.176Z Downloaded psl-types v2.0.11
6012025-01-22T08:42:57.176Z Downloaded untrusted v0.7.1
6022025-01-22T08:42:57.185Z Downloaded universal-hash v0.5.1
6032025-01-22T08:42:57.185Z Downloaded scheduled-thread-pool v0.2.7
6042025-01-22T08:42:57.185Z Downloaded zerovec-derive v0.10.3
6052025-01-22T08:42:57.185Z Downloaded wyz v0.5.1
6062025-01-22T08:42:57.185Z Downloaded display-error-chain v0.2.2
6072025-01-22T08:42:57.185Z Downloaded rtoolbox v0.0.2
6082025-01-22T08:42:57.188Z Downloaded curve25519-dalek-derive v0.1.1
6092025-01-22T08:42:57.188Z Downloaded slab v0.4.9
6102025-01-22T08:42:57.188Z Downloaded tokio-native-tls v0.3.1
6112025-01-22T08:42:57.191Z Downloaded slog-json v2.6.1
6122025-01-22T08:42:57.194Z Downloaded mockall_derive v0.13.0
6132025-01-22T08:42:57.197Z Downloaded slog-envlogger v2.2.0
6142025-01-22T08:42:57.200Z Downloaded indicatif v0.17.9
6152025-01-22T08:42:57.202Z Downloaded allocator-api2 v0.2.18
6162025-01-22T08:42:57.205Z Downloaded env_filter v0.1.2
6172025-01-22T08:42:57.208Z Downloaded sqlformat v0.2.6
6182025-01-22T08:42:57.210Z Downloaded thiserror-no-std v2.0.2
6192025-01-22T08:42:57.214Z Downloaded futures-task v0.3.31
6202025-01-22T08:42:57.216Z Downloaded console v0.15.8
6212025-01-22T08:42:57.219Z Downloaded salsa20 v0.10.2
6222025-01-22T08:42:57.221Z Downloaded tiny-keccak v2.0.2
6232025-01-22T08:42:57.224Z Downloaded cipher v0.4.4
6242025-01-22T08:42:57.224Z Downloaded ciborium v0.2.2
6252025-01-22T08:42:57.227Z Downloaded num-integer v0.1.46
6262025-01-22T08:42:57.229Z Downloaded tokio-rustls v0.25.0
6272025-01-22T08:42:57.232Z Downloaded crc32fast v1.4.2
6282025-01-22T08:42:57.234Z Downloaded parse-display v0.10.0
6292025-01-22T08:42:57.234Z Downloaded try-lock v0.2.5
6302025-01-22T08:42:57.237Z Downloaded cancel-safe-futures v0.1.5
6312025-01-22T08:42:57.240Z Downloaded ed25519 v2.2.3
6322025-01-22T08:42:57.243Z Downloaded slog-dtrace v0.3.0
6332025-01-22T08:42:57.243Z Downloaded icu_properties v1.5.1
6342025-01-22T08:42:57.245Z Downloaded progenitor-macro v0.9.1
6352025-01-22T08:42:57.248Z Downloaded derive_builder_core v0.20.2
6362025-01-22T08:42:57.251Z Downloaded derive_builder v0.20.2
6372025-01-22T08:42:57.254Z Downloaded foldhash v0.1.3
6382025-01-22T08:42:57.257Z Downloaded rustc-demangle v0.1.24
6392025-01-22T08:42:57.260Z Downloaded miniz_oxide v0.8.0
6402025-01-22T08:42:57.262Z Downloaded icu_collections v1.5.0
6412025-01-22T08:42:57.267Z Downloaded env_logger v0.10.2
6422025-01-22T08:42:57.270Z Downloaded enum-as-inner v0.6.1
6432025-01-22T08:42:57.274Z Downloaded ecdsa v0.16.9
6442025-01-22T08:42:57.277Z Downloaded spki v0.7.3
6452025-01-22T08:42:57.277Z Downloaded derive_builder_macro v0.20.2
6462025-01-22T08:42:57.280Z Downloaded foreign-types-shared v0.3.1
6472025-01-22T08:42:57.280Z Downloaded foreign-types-shared v0.1.1
6482025-01-22T08:42:57.280Z Downloaded futures-core v0.3.31
6492025-01-22T08:42:57.283Z Downloaded group v0.13.0
6502025-01-22T08:42:57.283Z Downloaded backtrace v0.3.74
6512025-01-22T08:42:57.288Z Downloaded vte_generate_state_changes v0.1.2
6522025-01-22T08:42:57.291Z Downloaded strum_macros v0.24.3
6532025-01-22T08:42:57.294Z Downloaded zone_cfg_derive v0.1.2
6542025-01-22T08:42:57.294Z Downloaded parking_lot v0.11.2
6552025-01-22T08:42:57.296Z Downloaded wait-timeout v0.2.0
6562025-01-22T08:42:57.299Z Downloaded parking_lot_core v0.9.10
6572025-01-22T08:42:57.302Z Downloaded phf_shared v0.11.2
6582025-01-22T08:42:57.302Z Downloaded twox-hash v1.6.3
6592025-01-22T08:42:57.305Z Downloaded rand_xorshift v0.3.0
6602025-01-22T08:42:57.305Z Downloaded progenitor v0.8.0
6612025-01-22T08:42:57.307Z Downloaded csv-core v0.1.11
6622025-01-22T08:42:57.308Z Downloaded xz2 v0.1.7
6632025-01-22T08:42:57.310Z Downloaded rustls-pemfile v2.2.0
6642025-01-22T08:42:57.313Z Downloaded serde_yaml v0.9.34+deprecated
6652025-01-22T08:42:57.316Z Downloaded opaque-debug v0.3.1
6662025-01-22T08:42:57.320Z Downloaded schemars v0.8.21
6672025-01-22T08:42:57.330Z Downloaded thiserror-impl-no-std v2.0.2
6682025-01-22T08:42:57.333Z Downloaded hickory-resolver v0.24.2
6692025-01-22T08:42:57.336Z Downloaded crossbeam-epoch v0.9.18
6702025-01-22T08:42:57.339Z Downloaded termios v0.3.3
6712025-01-22T08:42:57.342Z Downloaded structmeta-derive v0.3.0
6722025-01-22T08:42:57.344Z Downloaded structmeta-derive v0.2.0
6732025-01-22T08:42:57.344Z Downloaded smf v0.2.3
6742025-01-22T08:42:57.347Z Downloaded tokio-rustls v0.24.1
6752025-01-22T08:42:57.350Z Downloaded compact_str v0.8.0
6762025-01-22T08:42:57.352Z Downloaded num v0.4.3
6772025-01-22T08:42:57.355Z Downloaded tinyvec_macros v0.1.1
6782025-01-22T08:42:57.355Z Downloaded structmeta v0.2.0
6792025-01-22T08:42:57.358Z Downloaded thread_local v1.1.8
6802025-01-22T08:42:57.358Z Downloaded tls_codec_derive v0.4.1
6812025-01-22T08:42:57.361Z Downloaded parking_lot v0.12.3
6822025-01-22T08:42:57.363Z Downloaded radium v0.7.0
6832025-01-22T08:42:57.363Z Downloaded proc-macro-crate v1.3.1
6842025-01-22T08:42:57.366Z Downloaded polyval v0.6.2
6852025-01-22T08:42:57.377Z Downloaded primeorder v0.13.6
6862025-01-22T08:42:57.379Z Downloaded fallible-streaming-iterator v0.1.9
6872025-01-22T08:42:57.379Z Downloaded fallible-iterator v0.3.0
6882025-01-22T08:42:57.382Z Downloaded postcard v1.0.10
6892025-01-22T08:42:57.385Z Downloaded dunce v1.0.5
6902025-01-22T08:42:57.385Z Downloaded dsl_auto_type v0.1.2
6912025-01-22T08:42:57.387Z Downloaded rpassword v7.3.1
6922025-01-22T08:42:57.387Z Downloaded deranged v0.3.11
6932025-01-22T08:42:57.390Z Downloaded zeroize v1.8.1
6942025-01-22T08:42:57.390Z Downloaded xattr v1.3.1
6952025-01-22T08:42:57.393Z Downloaded des v0.8.1
6962025-01-22T08:42:57.397Z Downloaded defmt v0.3.8
6972025-01-22T08:42:57.401Z Downloaded similar v2.6.0
6982025-01-22T08:42:57.405Z Downloaded slog-async v2.8.0
6992025-01-22T08:42:57.408Z Downloaded shell-words v1.1.0
7002025-01-22T08:42:57.408Z Downloaded path-slash v0.1.5
7012025-01-22T08:42:57.411Z Downloaded nu-ansi-term v0.50.1
7022025-01-22T08:42:57.411Z Downloaded pin-project v1.1.6
7032025-01-22T08:42:57.423Z Downloaded pretty-hex v0.2.1
7042025-01-22T08:42:57.426Z Downloaded cc v1.1.30
7052025-01-22T08:42:57.428Z Downloaded typify-macro v0.2.0
7062025-01-22T08:42:57.431Z Downloaded r2d2 v0.8.10
7072025-01-22T08:42:57.431Z Downloaded unicode-truncate v1.1.0
7082025-01-22T08:42:57.433Z Downloaded libm v0.2.8
7092025-01-22T08:42:57.441Z Downloaded fd-lock v4.0.2
7102025-01-22T08:42:57.444Z Downloaded bumpalo v3.16.0
7112025-01-22T08:42:57.447Z Downloaded fallible-iterator v0.2.0
7122025-01-22T08:42:57.450Z Downloaded itertools v0.10.5
7132025-01-22T08:42:57.456Z Downloaded time-core v0.1.2
7142025-01-22T08:42:57.458Z Downloaded bytes v1.9.0
7152025-01-22T08:42:57.461Z Downloaded want v0.3.1
7162025-01-22T08:42:57.463Z Downloaded waitgroup v0.1.2
7172025-01-22T08:42:57.463Z Downloaded paste v1.0.15
7182025-01-22T08:42:57.466Z Downloaded crypto-bigint v0.5.5
7192025-01-22T08:42:57.473Z Downloaded signature v2.2.0
7202025-01-22T08:42:57.477Z Downloaded tracing-core v0.1.32
7212025-01-22T08:42:57.480Z Downloaded resolv-conf v0.7.0
7222025-01-22T08:42:57.480Z Downloaded predicates-tree v1.0.11
7232025-01-22T08:42:57.483Z Downloaded peg v0.8.4
7242025-01-22T08:42:57.485Z Downloaded diesel-dtrace v0.4.2
7252025-01-22T08:42:57.488Z Downloaded value-bag v1.9.0
7262025-01-22T08:42:57.491Z Downloaded itertools v0.12.1
7272025-01-22T08:42:57.498Z Downloaded password-hash v0.4.2
7282025-01-22T08:42:57.501Z Downloaded uzers v0.12.1
7292025-01-22T08:42:57.503Z Downloaded stable_deref_trait v1.2.0
7302025-01-22T08:42:57.506Z Downloaded flume v0.11.1
7312025-01-22T08:42:57.508Z Downloaded tap v1.0.1
7322025-01-22T08:42:57.511Z Downloaded libxml v0.3.3
7332025-01-22T08:42:57.516Z Downloaded sigpipe v0.1.3
7342025-01-22T08:42:57.519Z Downloaded pbkdf2 v0.11.0
7352025-01-22T08:42:57.600Z Downloaded downcast v0.11.0
7362025-01-22T08:42:57.600Z Downloaded zone_cfg_derive v0.3.0
7372025-01-22T08:42:57.619Z Downloaded yoke-derive v0.7.4
7382025-01-22T08:42:57.619Z Downloaded diesel_table_macro_syntax v0.2.0
7392025-01-22T08:42:57.619Z Downloaded quinn-udp v0.5.5
7402025-01-22T08:42:57.619Z Downloaded base64 v0.21.7
7412025-01-22T08:42:57.619Z Downloaded dyn-clone v1.0.17
7422025-01-22T08:42:57.619Z Downloaded number_prefix v0.4.0
7432025-01-22T08:42:57.619Z Downloaded num-iter v0.1.45
7442025-01-22T08:42:57.619Z Downloaded tungstenite v0.24.0
7452025-01-22T08:42:57.619Z Downloaded idna v1.0.3
7462025-01-22T08:42:57.619Z Downloaded num-derive v0.4.2
7472025-01-22T08:42:57.619Z Downloaded dropshot_endpoint v0.15.1
7482025-01-22T08:42:57.619Z Downloaded vergen v8.3.2
7492025-01-22T08:42:57.619Z Downloaded openssl-probe v0.1.5
7502025-01-22T08:42:57.619Z Downloaded openssl-macros v0.1.1
7512025-01-22T08:42:57.619Z Downloaded powerfmt v0.2.0
7522025-01-22T08:42:57.619Z Downloaded percent-encoding v2.3.1
7532025-01-22T08:42:57.619Z Downloaded term v0.7.0
7542025-01-22T08:42:57.619Z Downloaded rustls-pemfile v1.0.4
7552025-01-22T08:42:57.619Z Downloaded stringprep v0.1.5
7562025-01-22T08:42:57.619Z Downloaded snafu-derive v0.8.5
7572025-01-22T08:42:57.619Z Downloaded tokio-tungstenite v0.21.0
7582025-01-22T08:42:57.619Z Downloaded der_derive v0.7.3
7592025-01-22T08:42:57.619Z Downloaded time-macros v0.2.18
7602025-01-22T08:42:57.619Z Downloaded normalize-line-endings v0.3.0
7612025-01-22T08:42:57.619Z Downloaded fxhash v0.2.1
7622025-01-22T08:42:57.619Z Downloaded thiserror-impl v2.0.11
7632025-01-22T08:42:57.620Z Downloaded ron v0.8.1
7642025-01-22T08:42:57.620Z Downloaded smallvec v0.6.14
7652025-01-22T08:42:57.620Z Downloaded slog-stdlog v4.1.1
7662025-01-22T08:42:57.620Z Downloaded slog-scope v4.4.0
7672025-01-22T08:42:57.620Z Downloaded slog-bunyan v2.5.0
7682025-01-22T08:42:57.620Z Downloaded siphasher v0.3.11
7692025-01-22T08:42:57.620Z Downloaded walkdir v2.5.0
7702025-01-22T08:42:57.620Z Downloaded vte v0.11.1
7712025-01-22T08:42:57.620Z Downloaded vsss-rs v3.3.4
7722025-01-22T08:42:57.620Z Downloaded ssh-encoding v0.2.0
7732025-01-22T08:42:57.620Z Downloaded p256 v0.13.2
7742025-01-22T08:42:57.620Z Downloaded flagset v0.4.6
7752025-01-22T08:42:57.623Z Downloaded globset v0.4.15
7762025-01-22T08:42:57.623Z Downloaded slog v2.7.0
7772025-01-22T08:42:57.624Z Downloaded zerofrom v0.1.4
7782025-01-22T08:42:57.624Z Downloaded ghash v0.5.1
7792025-01-22T08:42:57.624Z Downloaded pkg-config v0.3.31
7802025-01-22T08:42:57.624Z Downloaded poly1305 v0.8.0
7812025-01-22T08:42:57.624Z Downloaded progenitor-client v0.8.0
7822025-01-22T08:42:57.624Z Downloaded pkcs8 v0.10.2
7832025-01-22T08:42:57.624Z Downloaded document-features v0.2.10
7842025-01-22T08:42:57.624Z Downloaded dirs-sys-next v0.1.2
7852025-01-22T08:42:57.624Z Downloaded tower-service v0.3.3
7862025-01-22T08:42:57.627Z Downloaded progenitor-macro v0.8.0
7872025-01-22T08:42:57.627Z Downloaded fatfs v0.3.6
7882025-01-22T08:42:57.632Z Downloaded dirs-next v2.0.0
7892025-01-22T08:42:57.632Z Downloaded difflib v0.4.0
7902025-01-22T08:42:57.632Z Downloaded tungstenite v0.21.0
7912025-01-22T08:42:57.635Z Downloaded russh-cryptovec v0.7.3
7922025-01-22T08:42:57.638Z Downloaded signal-hook-registry v1.4.2
7932025-01-22T08:42:57.638Z Downloaded nodrop v0.1.14
7942025-01-22T08:42:57.638Z Downloaded num-bigint v0.4.6
7952025-01-22T08:42:57.642Z Downloaded subtle v2.6.1
7962025-01-22T08:42:57.645Z Downloaded yoke v0.7.4
7972025-01-22T08:42:57.648Z Downloaded zopfli v0.8.1
7982025-01-22T08:42:57.651Z Downloaded hkdf v0.12.4
7992025-01-22T08:42:57.653Z Downloaded untrusted v0.9.0
8002025-01-22T08:42:57.656Z Downloaded typify-macro v0.3.0
8012025-01-22T08:42:57.656Z Downloaded hyper v1.5.2
8022025-01-22T08:42:57.662Z Downloaded newtype_derive v0.1.6
8032025-01-22T08:42:57.664Z Downloaded zerovec v0.10.4
8042025-01-22T08:42:57.669Z Downloaded gethostname v0.5.0
8052025-01-22T08:42:57.672Z Downloaded embedded-io v0.6.1
8062025-01-22T08:42:57.672Z Downloaded zone v0.3.0
8072025-01-22T08:42:57.675Z Downloaded smallvec v1.13.2
8082025-01-22T08:42:57.677Z Downloaded slog-term v2.9.1
8092025-01-22T08:42:57.680Z Downloaded dropshot_endpoint v0.12.0
8102025-01-22T08:42:57.683Z Downloaded env_logger v0.11.5
8112025-01-22T08:42:57.686Z Downloaded either v1.13.0
8122025-01-22T08:42:57.688Z Downloaded defmt-parser v0.3.4
8132025-01-22T08:42:57.688Z Downloaded num_threads v0.1.7
8142025-01-22T08:42:57.688Z Downloaded tungstenite v0.23.0
8152025-01-22T08:42:57.692Z Downloaded embedded-io v0.4.0
8162025-01-22T08:42:57.695Z Downloaded defmt-macros v0.3.9
8172025-01-22T08:42:57.697Z Downloaded ref-cast v1.0.23
8182025-01-22T08:42:57.700Z Downloaded strum_macros v0.25.3
8192025-01-22T08:42:57.703Z Downloaded strum_macros v0.26.4
8202025-01-22T08:42:57.705Z Downloaded displaydoc v0.2.5
8212025-01-22T08:42:57.708Z Downloaded itertools v0.13.0
8222025-01-22T08:42:57.715Z Downloaded toolchain_find v0.4.0
8232025-01-22T08:42:57.718Z Downloaded progenitor v0.9.1
8242025-01-22T08:42:57.721Z Downloaded pkcs1 v0.7.5
8252025-01-22T08:42:57.723Z Downloaded unarray v0.1.4
8262025-01-22T08:42:57.723Z Downloaded futures v0.3.31
8272025-01-22T08:42:57.728Z Downloaded phf_shared v0.10.0
8282025-01-22T08:42:57.731Z Downloaded tinyvec v1.8.0
8292025-01-22T08:42:57.734Z Downloaded zip v0.6.6
8302025-01-22T08:42:57.737Z Downloaded zerofrom-derive v0.1.4
8312025-01-22T08:42:57.739Z Downloaded oso-derive v0.27.3
8322025-01-22T08:42:57.739Z Downloaded parse-display-derive v0.10.0
8332025-01-22T08:42:57.742Z Downloaded pem-rfc7468 v0.7.0
8342025-01-22T08:42:57.744Z Downloaded pin-utils v0.1.0
8352025-01-22T08:42:57.744Z Downloaded serde-big-array v0.5.1
8362025-01-22T08:42:57.747Z Downloaded peg-runtime v0.8.3
8372025-01-22T08:42:57.747Z Downloaded serde_plain v1.0.2
8382025-01-22T08:42:57.747Z Downloaded ppv-lite86 v0.2.20
8392025-01-22T08:42:57.750Z Downloaded utf-8 v0.7.6
8402025-01-22T08:42:57.750Z Downloaded serde_repr v0.1.19
8412025-01-22T08:42:57.753Z Downloaded unicase v2.7.0
8422025-01-22T08:42:57.755Z Downloaded progenitor-impl v0.9.1
8432025-01-22T08:42:57.755Z Downloaded structmeta v0.3.0
8442025-01-22T08:42:57.758Z Downloaded shlex v1.3.0
8452025-01-22T08:42:57.758Z Downloaded rand_seeder v0.3.0
8462025-01-22T08:42:57.760Z Downloaded which v4.4.2
8472025-01-22T08:42:57.763Z Downloaded uuid v1.12.0
8482025-01-22T08:42:57.766Z Downloaded subprocess v0.2.9
8492025-01-22T08:42:57.768Z Downloaded toml v0.7.8
8502025-01-22T08:42:57.771Z Downloaded ed25519-dalek v2.1.1
8512025-01-22T08:42:57.773Z Downloaded rayon v1.10.0
8522025-01-22T08:42:57.783Z Downloaded take_mut v0.2.2
8532025-01-22T08:42:57.786Z Downloaded fixedbitset v0.4.2
8542025-01-22T08:42:57.786Z Downloaded half v2.4.1
8552025-01-22T08:42:57.788Z Downloaded float-cmp v0.9.0
8562025-01-22T08:42:57.791Z Downloaded openssl-sys v0.9.103
8572025-01-22T08:42:57.795Z Downloaded hash32 v0.3.1
8582025-01-22T08:42:57.798Z Downloaded glob v0.3.1
8592025-01-22T08:42:57.798Z Downloaded tui-tree-widget v0.22.0
8602025-01-22T08:42:57.801Z Downloaded serde-hex v0.1.0
8612025-01-22T08:42:57.801Z Downloaded pin-project-lite v0.2.14
8622025-01-22T08:42:57.804Z Downloaded serde_path_to_error v0.1.16
8632025-01-22T08:42:57.808Z Downloaded rustfmt-wrapper v0.2.1
8642025-01-22T08:42:57.811Z Downloaded newline-converter v0.3.0
8652025-01-22T08:42:57.811Z Downloaded precomputed-hash v0.1.1
8662025-01-22T08:42:57.811Z Downloaded new_debug_unreachable v1.0.6
8672025-01-22T08:42:57.811Z Downloaded rsa v0.9.6
8682025-01-22T08:42:57.815Z Downloaded pkcs5 v0.7.1
8692025-01-22T08:42:57.818Z Downloaded phf_generator v0.11.2
8702025-01-22T08:42:57.821Z Downloaded whoami v1.5.2
8712025-01-22T08:42:57.824Z Downloaded futures-sink v0.3.31
8722025-01-22T08:42:57.824Z Downloaded futures-io v0.3.31
8732025-01-22T08:42:57.826Z Downloaded unicode-properties v0.1.3
8742025-01-22T08:42:57.826Z Downloaded rcgen v0.12.1
8752025-01-22T08:42:57.829Z Downloaded foreign-types v0.3.2
8762025-01-22T08:42:57.832Z Downloaded data-encoding v2.6.0
8772025-01-22T08:42:57.832Z Downloaded rustc_version v0.1.7
8782025-01-22T08:42:57.832Z Downloaded der v0.7.9
8792025-01-22T08:42:57.836Z Downloaded zerocopy v0.6.6
8802025-01-22T08:42:57.839Z Downloaded futures-executor v0.3.31
8812025-01-22T08:42:57.841Z Downloaded sec1 v0.7.3
8822025-01-22T08:42:57.844Z Downloaded tokio-tungstenite v0.23.1
8832025-01-22T08:42:57.847Z Downloaded rand_core v0.6.4
8842025-01-22T08:42:57.847Z Downloaded headers-core v0.3.0
8852025-01-22T08:42:57.847Z Downloaded qorb v0.2.1
8862025-01-22T08:42:57.850Z Downloaded static_assertions v1.1.0
8872025-01-22T08:42:57.853Z Downloaded unicode-bidi v0.3.17
8882025-01-22T08:42:57.856Z Downloaded elliptic-curve v0.13.8
8892025-01-22T08:42:57.858Z Downloaded funty v2.0.0
8902025-01-22T08:42:57.861Z Downloaded parse-zoneinfo v0.3.1
8912025-01-22T08:42:57.864Z Downloaded crossterm v0.28.1
8922025-01-22T08:42:57.868Z Downloaded parse-size v1.1.0
8932025-01-22T08:42:57.871Z Downloaded synstructure v0.13.1
8942025-01-22T08:42:57.871Z Downloaded zeroize_derive v1.4.2
8952025-01-22T08:42:57.874Z Downloaded blake3 v1.5.4
8962025-01-22T08:42:57.879Z Downloaded sqlparser_derive v0.2.2
8972025-01-22T08:42:57.882Z Downloaded icu_properties_data v1.5.0
8982025-01-22T08:42:57.890Z Downloaded predicates-core v1.0.8
8992025-01-22T08:42:57.894Z Downloaded sha1 v0.10.6
9002025-01-22T08:42:57.894Z Downloaded typify v0.2.0
9012025-01-22T08:42:57.896Z Downloaded multimap v0.10.0
9022025-01-22T08:42:57.896Z Downloaded scopeguard v1.2.0
9032025-01-22T08:42:57.899Z Downloaded num_enum_derive v0.5.11
9042025-01-22T08:42:57.899Z Downloaded num_enum v0.5.11
9052025-01-22T08:42:57.903Z Downloaded quinn v0.11.5
9062025-01-22T08:42:57.906Z Downloaded ff v0.13.0
9072025-01-22T08:42:57.909Z Downloaded lalrpop v0.19.12
9082025-01-22T08:42:57.919Z Downloaded tabwriter v1.4.0
9092025-01-22T08:42:57.921Z Downloaded flate2 v1.0.35
9102025-01-22T08:42:57.925Z Downloaded rusqlite v0.32.1
9112025-01-22T08:42:57.931Z Downloaded topological-sort v0.2.2
9122025-01-22T08:42:57.934Z Downloaded termtree v0.5.1
9132025-01-22T08:42:57.934Z Downloaded zerocopy-derive v0.8.10
9142025-01-22T08:42:57.940Z Downloaded rustc-hash v2.0.0
9152025-01-22T08:42:57.942Z Downloaded yasna v0.5.2
9162025-01-22T08:42:57.945Z Downloaded foreign-types-macros v0.2.3
9172025-01-22T08:42:57.946Z Downloaded samael v0.0.17
9182025-01-22T08:42:57.949Z Downloaded thiserror v2.0.11
9192025-01-22T08:42:57.955Z Downloaded snafu v0.8.5
9202025-01-22T08:42:57.961Z Downloaded owo-colors v4.1.0
9212025-01-22T08:42:57.963Z Downloaded p521 v0.13.3
9222025-01-22T08:42:57.967Z Downloaded rayon-core v1.12.1
9232025-01-22T08:42:57.970Z Downloaded zone v0.1.8
9242025-01-22T08:42:57.975Z Downloaded peg-macros v0.8.4
9252025-01-22T08:42:57.975Z Downloaded rand v0.8.5
9262025-01-22T08:42:57.978Z Downloaded fs_extra v1.3.0
9272025-01-22T08:42:57.980Z Downloaded test-strategy v0.3.1
9282025-01-22T08:42:57.983Z Downloaded url v2.5.3
9292025-01-22T08:42:57.985Z Downloaded futures-channel v0.3.31
9302025-01-22T08:42:57.988Z Downloaded num-rational v0.4.2
9312025-01-22T08:42:57.991Z Downloaded sct v0.7.1
9322025-01-22T08:42:57.993Z Downloaded rustyline v14.0.0
9332025-01-22T08:42:57.997Z Downloaded num-traits v0.2.19
9342025-01-22T08:42:57.999Z Downloaded serde_with v3.11.0
9352025-01-22T08:42:58.008Z Downloaded ena v0.14.3
9362025-01-22T08:42:58.010Z Downloaded semver v0.1.20
9372025-01-22T08:42:58.010Z Downloaded zip v2.1.3
9382025-01-22T08:42:58.015Z Downloaded rustc_version v0.4.1
9392025-01-22T08:42:58.017Z Downloaded packed_struct v0.10.1
9402025-01-22T08:42:58.017Z Downloaded prettyplease v0.2.25
9412025-01-22T08:42:58.020Z Downloaded tokio-util v0.7.12
9422025-01-22T08:42:58.028Z Downloaded steno v0.4.1
9432025-01-22T08:42:58.031Z Downloaded git2 v0.19.0
9442025-01-22T08:42:58.039Z Downloaded heapless v0.7.17
9452025-01-22T08:42:58.043Z Downloaded regex v1.11.1
9462025-01-22T08:42:58.056Z Downloaded oso v0.27.3
9472025-01-22T08:42:58.059Z Downloaded aho-corasick v1.1.3
9482025-01-22T08:42:58.064Z Downloaded reqwest v0.12.9
9492025-01-22T08:42:58.072Z Downloaded tough v0.19.0
9502025-01-22T08:42:58.080Z Downloaded tar v0.4.42
9512025-01-22T08:42:58.083Z Downloaded ssh-key v0.6.6
9522025-01-22T08:42:58.090Z Downloaded vcpkg v0.2.15
9532025-01-22T08:42:58.128Z Downloaded russh-keys v0.45.0
9542025-01-22T08:42:58.130Z Downloaded smoltcp v0.9.1
9552025-01-22T08:42:58.141Z Downloaded nix v0.28.0
9562025-01-22T08:42:58.152Z Downloaded p384 v0.13.0
9572025-01-22T08:42:58.158Z Downloaded hickory-proto v0.24.2
9582025-01-22T08:42:58.173Z Downloaded gimli v0.31.1
9592025-01-22T08:42:58.181Z Downloaded bindgen v0.69.5
9602025-01-22T08:42:58.188Z Downloaded chrono v0.4.39
9612025-01-22T08:42:58.195Z Downloaded reedline v0.35.0
9622025-01-22T08:42:58.204Z Downloaded bitvec v1.0.1
9632025-01-22T08:42:58.218Z Downloaded typed-path v0.9.3
9642025-01-22T08:42:58.224Z Downloaded toml_edit v0.19.15
9652025-01-22T08:42:58.238Z Downloaded zerocopy v0.8.10
9662025-01-22T08:42:58.264Z Downloaded hashbrown v0.14.5
9672025-01-22T08:42:58.276Z Downloaded dropshot v0.12.0
9682025-01-22T08:42:58.288Z Downloaded unicode-normalization v0.1.24
9692025-01-22T08:42:58.290Z Downloaded quinn-proto v0.11.8
9702025-01-22T08:42:58.296Z Downloaded webpki-roots v0.26.6
9712025-01-22T08:42:58.300Z Downloaded smoltcp v0.11.0
9722025-01-22T08:42:58.312Z Downloaded rustls v0.21.12
9732025-01-22T08:42:58.323Z Downloaded object v0.30.4
9742025-01-22T08:42:58.333Z Downloaded rustls v0.22.4
9752025-01-22T08:42:58.346Z Downloaded nix v0.29.0
9762025-01-22T08:42:58.357Z Downloaded unicode-width v0.2.0
9772025-01-22T08:42:58.363Z Downloaded curve25519-dalek v4.1.3
9782025-01-22T08:42:58.373Z Downloaded petname v2.0.2
9792025-01-22T08:42:58.378Z Downloaded rustls v0.23.19
9802025-01-22T08:42:58.389Z Downloaded rustls-webpki v0.102.8
9812025-01-22T08:42:58.406Z Downloaded nix v0.27.1
9822025-01-22T08:42:58.417Z Downloaded radix_trie v0.2.1
9832025-01-22T08:42:58.422Z Downloaded polar-core v0.27.3
9842025-01-22T08:42:58.431Z Downloaded sled v0.34.7
9852025-01-22T08:42:58.442Z Downloaded typify-impl v0.3.0
9862025-01-22T08:42:58.457Z Downloaded object v0.36.5
9872025-01-22T08:42:58.467Z Downloaded dropshot v0.15.1
9882025-01-22T08:42:58.488Z Downloaded openssl v0.10.66
9892025-01-22T08:42:58.500Z Downloaded chrono-tz v0.10.1
9902025-01-22T08:42:58.504Z Downloaded bstr v1.10.0
9912025-01-22T08:42:58.514Z Downloaded regex-syntax v0.6.29
9922025-01-22T08:42:58.522Z Downloaded regress v0.10.1
9932025-01-22T08:42:58.529Z Downloaded lzma-sys v0.1.20
9942025-01-22T08:42:58.558Z Downloaded diesel v2.2.6
9952025-01-22T08:42:58.576Z Downloaded regex-syntax v0.8.5
9962025-01-22T08:42:58.584Z Downloaded regress v0.9.1
9972025-01-22T08:42:58.594Z Downloaded openapiv3 v2.0.0
9982025-01-22T08:42:58.605Z Downloaded portable-atomic v1.9.0
9992025-01-22T08:42:58.611Z Downloaded h2 v0.4.6
10002025-01-22T08:42:58.617Z Downloaded libz-sys v1.1.20
10012025-01-22T08:42:58.718Z Downloaded winnow v0.5.40
10022025-01-22T08:42:58.721Z Downloaded nom v7.1.3
10032025-01-22T08:42:58.721Z Downloaded tokio v1.43.0
10042025-01-22T08:42:58.721Z Downloaded ratatui v0.28.1
10052025-01-22T08:42:58.721Z Downloaded x509-cert v0.2.5
10062025-01-22T08:42:58.721Z Downloaded sha3 v0.10.8
10072025-01-22T08:42:58.721Z Downloaded salty v0.3.0
10082025-01-22T08:42:58.724Z Downloaded num-bigint-dig v0.8.4
10092025-01-22T08:42:58.728Z Downloaded aws-lc-rs v1.10.0
10102025-01-22T08:42:58.736Z Downloaded typify-impl v0.2.0
10112025-01-22T08:42:58.751Z Downloaded filetime v0.2.25
10122025-01-22T08:42:58.754Z Downloaded ssh-cipher v0.2.0
10132025-01-22T08:42:58.754Z Downloaded zerocopy-derive v0.6.6
10142025-01-22T08:42:58.763Z Downloaded nanorand v0.7.0
10152025-01-22T08:42:58.766Z Downloaded foreign-types v0.5.0
10162025-01-22T08:42:58.766Z Downloaded bzip2-sys v0.1.11+1.0.8
10172025-01-22T08:42:58.778Z Downloaded supports-color v3.0.1
10182025-01-22T08:42:58.780Z Downloaded time v0.3.36
10192025-01-22T08:42:58.785Z Downloaded hashlink v0.9.1
10202025-01-22T08:42:58.789Z Downloaded regex-automata v0.4.8
10212025-01-22T08:42:58.804Z Downloaded unicode-segmentation v1.12.0
10222025-01-22T08:42:58.807Z Downloaded fragile v2.0.0
10232025-01-22T08:42:58.809Z Downloaded typify v0.3.0
10242025-01-22T08:42:58.812Z Downloaded serde_derive_internals v0.29.1
10252025-01-22T08:42:58.814Z Downloaded scrypt v0.11.0
10262025-01-22T08:42:58.814Z Downloaded futures-util v0.3.31
10272025-01-22T08:42:58.825Z Downloaded diff v0.1.13
10282025-01-22T08:42:58.828Z Downloaded tokio-tungstenite v0.24.0
10292025-01-22T08:42:58.831Z Downloaded russh v0.45.0
10302025-01-22T08:42:58.836Z Downloaded sqlparser v0.45.0
10312025-01-22T08:42:58.840Z Downloaded proptest v1.5.0
10322025-01-22T08:42:58.849Z Downloaded signal-hook v0.3.17
10332025-01-22T08:42:58.852Z Downloaded csv v1.3.0
10342025-01-22T08:42:58.871Z Downloaded pem v3.0.4
10352025-01-22T08:42:58.873Z Downloaded petgraph v0.6.5
10362025-01-22T08:42:58.889Z Downloaded debug-ignore v1.0.5
10372025-01-22T08:42:58.892Z Downloaded progenitor-impl v0.8.0
10382025-01-22T08:42:58.894Z Downloaded expectorate v1.1.0
10392025-01-22T08:42:58.894Z Downloaded quick-xml v0.33.0
10402025-01-22T08:42:58.900Z Downloaded getrandom v0.2.15
10412025-01-22T08:42:58.902Z Downloaded num-complex v0.4.6
10422025-01-22T08:42:58.905Z Downloaded diesel_derives v2.2.3
10432025-01-22T08:42:58.908Z Downloaded socket2 v0.5.7
10442025-01-22T08:42:58.911Z Downloaded rustls-webpki v0.101.7
10452025-01-22T08:42:58.922Z Downloaded hash32 v0.2.1
10462025-01-22T08:42:58.926Z Downloaded tracing v0.1.40
10472025-01-22T08:42:58.930Z Downloaded publicsuffix v2.3.0
10482025-01-22T08:42:58.933Z Downloaded crossbeam-channel v0.5.13
10492025-01-22T08:42:58.935Z Downloaded predicates v3.1.2
10502025-01-22T08:42:58.938Z Downloaded headers v0.4.0
10512025-01-22T08:42:58.941Z Downloaded hashbrown v0.13.2
10522025-01-22T08:42:58.945Z Downloaded hashbrown v0.12.3
10532025-01-22T08:42:58.950Z Downloaded pbkdf2 v0.12.2
10542025-01-22T08:42:58.953Z Downloaded tokio-stream v0.1.16
10552025-01-22T08:42:58.955Z Downloaded tinystr v0.7.6
10562025-01-22T08:42:58.958Z Downloaded ron v0.7.1
10572025-01-22T08:42:58.960Z Downloaded const_format v0.2.33
10582025-01-22T08:42:58.964Z Downloaded signal-hook-tokio v0.3.1
10592025-01-22T08:42:58.966Z Downloaded num-conv v0.1.0
10602025-01-22T08:42:58.966Z Downloaded futures-macro v0.3.31
10612025-01-22T08:42:58.969Z Downloaded derive_more v0.99.18
10622025-01-22T08:42:58.972Z Downloaded chacha20poly1305 v0.10.1
10632025-01-22T08:42:58.974Z Downloaded phf v0.11.2
10642025-01-22T08:42:58.974Z Downloaded tls_codec v0.4.1
10652025-01-22T08:42:58.977Z Downloaded termcolor v1.4.1
10662025-01-22T08:42:58.977Z Downloaded strip-ansi-escapes v0.2.0
10672025-01-22T08:42:58.980Z Downloaded password-hash v0.5.0
10682025-01-22T08:42:58.980Z Downloaded darling_core v0.20.10
10692025-01-22T08:42:58.983Z Downloaded libgit2-sys v0.17.0+1.8.1
10702025-01-22T08:42:59.038Z Downloaded unicode_categories v0.1.1
10712025-01-22T08:42:59.041Z Downloaded http v1.2.0
10722025-01-22T08:42:59.044Z Downloaded base64 v0.22.1
10732025-01-22T08:42:59.048Z Downloaded tokio-postgres v0.7.12
10742025-01-22T08:42:59.052Z Downloaded secrecy v0.8.0
10752025-01-22T08:42:59.054Z Downloaded same-file v1.0.6
10762025-01-22T08:42:59.054Z Downloaded newtype-uuid v1.2.1
10772025-01-22T08:42:59.057Z Downloaded form_urlencoded v1.2.1
10782025-01-22T08:42:59.057Z Downloaded rustversion v1.0.17
10792025-01-22T08:42:59.060Z Downloaded tracing-attributes v0.1.27
10802025-01-22T08:42:59.060Z Downloaded tokio-rustls v0.26.0
10812025-01-22T08:42:59.063Z Downloaded packed_struct_codegen v0.10.1
10822025-01-22T08:42:59.063Z Downloaded derive-where v1.2.7
10832025-01-22T08:42:59.066Z Downloaded encoding_rs v0.8.34
10842025-01-22T08:42:59.087Z Downloaded phf_codegen v0.11.2
10852025-01-22T08:42:59.090Z Downloaded pin-project-internal v1.1.6
10862025-01-22T08:42:59.090Z Downloaded spin v0.9.8
10872025-01-22T08:42:59.093Z Downloaded omicron-zone-package v0.12.0
10882025-01-22T08:42:59.095Z Downloaded blake2 v0.10.6
10892025-01-22T08:42:59.100Z Downloaded signal-hook-mio v0.2.4
10902025-01-22T08:42:59.100Z Downloaded rusty-fork v0.3.0
10912025-01-22T08:42:59.102Z Downloaded mio v1.0.2
10922025-01-22T08:42:59.105Z Downloaded minimal-lexical v0.2.1
10932025-01-22T08:42:59.108Z Downloaded utf8_iter v1.0.4
10942025-01-22T08:42:59.110Z Downloaded utf16_iter v1.0.5
10952025-01-22T08:42:59.110Z Downloaded postgres-types v0.2.8
10962025-01-22T08:42:59.113Z Downloaded postgres-protocol v0.6.7
10972025-01-22T08:42:59.116Z Downloaded crossbeam-utils v0.8.20
10982025-01-22T08:42:59.116Z Downloaded cookie v0.18.1
10992025-01-22T08:42:59.120Z Downloaded crc-any v2.5.0
11002025-01-22T08:42:59.123Z Downloaded const-oid v0.9.6
11012025-01-22T08:42:59.123Z Downloaded parking_lot_core v0.8.6
11022025-01-22T08:42:59.126Z Downloaded unsafe-libyaml v0.2.11
11032025-01-22T08:42:59.129Z Downloaded olpc-cjson v0.1.4
11042025-01-22T08:42:59.129Z Downloaded nibble_vec v0.1.0
11052025-01-22T08:42:59.132Z Downloaded native-tls v0.2.12
11062025-01-22T08:42:59.132Z Downloaded string_cache v0.8.7
11072025-01-22T08:42:59.134Z Downloaded simd-adler32 v0.3.7
11082025-01-22T08:42:59.134Z Downloaded serde_with_macros v3.11.0
11092025-01-22T08:42:59.138Z Downloaded heapless v0.8.0
11102025-01-22T08:42:59.140Z Downloaded clang-sys v1.8.1
11112025-01-22T08:42:59.144Z Downloaded hyper-util v0.1.10
11122025-01-22T08:42:59.147Z Downloaded float-ord v0.3.2
11132025-01-22T08:42:59.148Z Downloaded rustls-pki-types v1.10.0
11142025-01-22T08:42:59.150Z Downloaded cookie_store v0.21.1
11152025-01-22T08:42:59.150Z Downloaded litrs v0.4.1
11162025-01-22T08:42:59.154Z Downloaded tokio-macros v2.5.0
11172025-01-22T08:42:59.157Z Downloaded ctr v0.9.2
11182025-01-22T08:42:59.157Z Downloaded icu_normalizer_data v1.5.0
11192025-01-22T08:42:59.159Z Downloaded icu_normalizer v1.5.0
11202025-01-22T08:42:59.162Z Downloaded hmac v0.12.1
11212025-01-22T08:42:59.164Z Downloaded icu_locid v1.5.0
11222025-01-22T08:42:59.167Z Downloaded bzip2 v0.4.4
11232025-01-22T08:42:59.169Z Downloaded hickory-client v0.24.2
11242025-01-22T08:42:59.172Z Downloaded castaway v0.2.3
11252025-01-22T08:42:59.172Z Downloaded cmake v0.1.51
11262025-01-22T08:42:59.174Z Downloaded cexpr v0.6.0
11272025-01-22T08:42:59.174Z Downloaded sync_wrapper v1.0.1
11282025-01-22T08:42:59.178Z Downloaded memmap2 v0.9.5
11292025-01-22T08:42:59.178Z Downloaded arrayref v0.3.9
11302025-01-22T08:42:59.180Z Downloaded ipnet v2.10.1
11312025-01-22T08:42:59.180Z Downloaded array-init v0.0.4
11322025-01-22T08:42:59.181Z Downloaded jobserver v0.1.32
11332025-01-22T08:42:59.183Z Downloaded hyper-staticfile v0.10.1
11342025-01-22T08:42:59.183Z Downloaded http-body-util v0.1.2
11352025-01-22T08:42:59.186Z Downloaded cstr-argument v0.1.2
11362025-01-22T08:42:59.197Z Downloaded crunchy v0.2.2
11372025-01-22T08:42:59.197Z Downloaded crucible-workspace-hack v0.1.0
11382025-01-22T08:42:59.197Z Downloaded lru-cache v0.1.2
11392025-01-22T08:42:59.201Z Downloaded kstat-rs v0.2.4
11402025-01-22T08:42:59.201Z Downloaded keccak v0.1.5
11412025-01-22T08:42:59.204Z Downloaded indent_write v2.2.0
11422025-01-22T08:42:59.204Z Downloaded ipnetwork v0.20.0
11432025-01-22T08:42:59.207Z Downloaded is-terminal v0.4.13
11442025-01-22T08:42:59.207Z Downloaded arc-swap v1.7.1
11452025-01-22T08:42:59.212Z Downloaded lalrpop-util v0.19.12
11462025-01-22T08:42:59.215Z Downloaded idna_adapter v1.2.0
11472025-01-22T08:42:59.215Z Downloaded bit-set v0.5.3
11482025-01-22T08:42:59.218Z Downloaded bb8 v0.8.5
11492025-01-22T08:42:59.223Z Downloaded base16ct v0.2.0
11502025-01-22T08:42:59.223Z Downloaded async-recursion v1.1.1
11512025-01-22T08:42:59.226Z Downloaded hyper-tls v0.6.0
11522025-01-22T08:42:59.229Z Downloaded hostname v0.4.0
11532025-01-22T08:42:59.231Z Downloaded home v0.5.9
11542025-01-22T08:42:59.231Z Downloaded assert_matches v1.5.0
11552025-01-22T08:42:59.368Z Downloaded ring v0.17.8
11562025-01-22T08:42:59.473Z Downloaded libsqlite3-sys v0.30.1
11572025-01-22T08:42:59.830Z Downloaded aws-lc-sys v0.22.0
11582025-01-22T08:43:00.106Z Compiling serde v1.0.217
11592025-01-22T08:43:00.109Z Compiling lock_api v0.4.12
11602025-01-22T08:43:00.109Z Compiling scopeguard v1.2.0
11612025-01-22T08:43:00.109Z Compiling value-bag v1.9.0
11622025-01-22T08:43:00.265Z Compiling typenum v1.17.0
11632025-01-22T08:43:00.268Z Compiling generic-array v0.14.7
11642025-01-22T08:43:00.307Z Compiling syn v2.0.96
11652025-01-22T08:43:00.321Z Compiling getrandom v0.2.15
11662025-01-22T08:43:00.492Z Compiling shlex v1.3.0
11672025-01-22T08:43:00.597Z Compiling rand_core v0.6.4
11682025-01-22T08:43:00.766Z Compiling log v0.4.22
11692025-01-22T08:43:00.933Z Compiling subtle v2.6.1
11702025-01-22T08:43:00.950Z Compiling jobserver v0.1.32
11712025-01-22T08:43:00.951Z Compiling smallvec v1.13.2
11722025-01-22T08:43:01.108Z Compiling const-oid v0.9.6
11732025-01-22T08:43:01.128Z Compiling spin v0.9.8
11742025-01-22T08:43:01.195Z Compiling pin-project-lite v0.2.14
11752025-01-22T08:43:01.281Z Compiling cc v1.1.30
11762025-01-22T08:43:01.329Z Compiling rustix v0.38.37
11772025-01-22T08:43:01.530Z Compiling parking_lot_core v0.9.10
11782025-01-22T08:43:01.589Z Compiling futures-core v0.3.31
11792025-01-22T08:43:01.739Z Compiling signal-hook-registry v1.4.2
11802025-01-22T08:43:01.832Z Compiling mio v1.0.2
11812025-01-22T08:43:02.185Z Compiling aho-corasick v1.1.3
11822025-01-22T08:43:02.487Z Compiling parking_lot v0.12.3
11832025-01-22T08:43:02.609Z Compiling either v1.13.0
11842025-01-22T08:43:02.716Z Compiling stable_deref_trait v1.2.0
11852025-01-22T08:43:02.831Z Compiling cpufeatures v0.2.14
11862025-01-22T08:43:02.931Z Compiling regex-syntax v0.8.5
11872025-01-22T08:43:02.950Z Compiling lazy_static v1.5.0
11882025-01-22T08:43:03.006Z Compiling glob v0.3.1
11892025-01-22T08:43:03.170Z Compiling futures-sink v0.3.31
11902025-01-22T08:43:03.226Z Compiling socket2 v0.5.7
11912025-01-22T08:43:03.246Z Compiling slab v0.4.9
11922025-01-22T08:43:03.316Z Compiling prettyplease v0.2.25
11932025-01-22T08:43:03.645Z Compiling minimal-lexical v0.2.1
11942025-01-22T08:43:03.701Z Compiling serde_json v1.0.135
11952025-01-22T08:43:03.827Z Compiling clang-sys v1.8.1
11962025-01-22T08:43:04.045Z Compiling nom v7.1.3
11972025-01-22T08:43:04.135Z Compiling libloading v0.8.5
11982025-01-22T08:43:04.446Z Compiling home v0.5.9
11992025-01-22T08:43:04.514Z Compiling bindgen v0.69.5
12002025-01-22T08:43:04.705Z Compiling futures-channel v0.3.31
12012025-01-22T08:43:05.025Z Compiling itertools v0.12.1
12022025-01-22T08:43:05.113Z Compiling futures-io v0.3.31
12032025-01-22T08:43:05.385Z Compiling libm v0.2.8
12042025-01-22T08:43:05.402Z Compiling pin-utils v0.1.0
12052025-01-22T08:43:05.509Z Compiling allocator-api2 v0.2.18
12062025-01-22T08:43:05.704Z Compiling futures-task v0.3.31
12072025-01-22T08:43:05.998Z Compiling lazycell v1.3.0
12082025-01-22T08:43:06.177Z Compiling rustc-hash v1.1.0
12092025-01-22T08:43:06.234Z Compiling foldhash v0.1.3
12102025-01-22T08:43:06.367Z Compiling cmake v0.1.51
12112025-01-22T08:43:06.548Z Compiling regex-automata v0.4.8
12122025-01-22T08:43:07.001Z Compiling hashbrown v0.15.1
12132025-01-22T08:43:07.271Z Compiling cexpr v0.6.0
12142025-01-22T08:43:07.463Z Compiling num-traits v0.2.19
12152025-01-22T08:43:07.766Z Compiling synstructure v0.13.1
12162025-01-22T08:43:08.154Z Compiling pkg-config v0.3.31
12172025-01-22T08:43:08.902Z Compiling fs_extra v1.3.0
12182025-01-22T08:43:09.075Z Compiling dunce v1.0.5
12192025-01-22T08:43:09.451Z Compiling litemap v0.7.3
12202025-01-22T08:43:09.483Z Compiling writeable v0.5.5
12212025-01-22T08:43:09.504Z Compiling ring v0.17.8
12222025-01-22T08:43:09.855Z Compiling paste v1.0.15
12232025-01-22T08:43:10.035Z Compiling base64ct v1.6.0
12242025-01-22T08:43:10.558Z Compiling pem-rfc7468 v0.7.0
12252025-01-22T08:43:10.644Z Compiling httparse v1.9.5
12262025-01-22T08:43:10.664Z Compiling flagset v0.4.6
12272025-01-22T08:43:10.958Z Compiling aws-lc-rs v1.10.0
12282025-01-22T08:43:11.361Z Compiling icu_locid_transform_data v1.5.0
12292025-01-22T08:43:11.483Z Compiling tracing-core v0.1.32
12302025-01-22T08:43:11.570Z Compiling icu_properties_data v1.5.0
12312025-01-22T08:43:11.826Z Compiling rustls-pki-types v1.10.0
12322025-01-22T08:43:12.243Z Compiling regex v1.11.1
12332025-01-22T08:43:12.515Z Compiling percent-encoding v2.3.1
12342025-01-22T08:43:12.588Z Compiling crossbeam-utils v0.8.20
12352025-01-22T08:43:12.805Z Compiling utf8_iter v1.0.4
12362025-01-22T08:43:13.037Z Compiling untrusted v0.7.1
12372025-01-22T08:43:13.176Z Compiling utf16_iter v1.0.5
12382025-01-22T08:43:13.205Z Compiling untrusted v0.9.0
12392025-01-22T08:43:13.226Z Compiling num-conv v0.1.0
12402025-01-22T08:43:13.324Z Compiling powerfmt v0.2.0
12412025-01-22T08:43:13.389Z Compiling write16 v1.0.0
12422025-01-22T08:43:13.414Z Compiling vcpkg v0.2.15
12432025-01-22T08:43:13.440Z Compiling serde_derive v1.0.217
12442025-01-22T08:43:13.487Z Compiling zeroize_derive v1.4.2
12452025-01-22T08:43:13.532Z Compiling zerocopy-derive v0.7.35
12462025-01-22T08:43:13.685Z Compiling tokio-macros v2.5.0
12472025-01-22T08:43:14.889Z Compiling zeroize v1.8.1
12482025-01-22T08:43:15.208Z Compiling zerofrom-derive v0.1.4
12492025-01-22T08:43:15.245Z Compiling yoke-derive v0.7.4
12502025-01-22T08:43:15.267Z Compiling thiserror-impl v1.0.69
12512025-01-22T08:43:15.533Z Compiling zerocopy v0.7.35
12522025-01-22T08:43:16.273Z Compiling crypto-common v0.1.6
12532025-01-22T08:43:16.499Z Compiling block-buffer v0.10.4
12542025-01-22T08:43:16.520Z Compiling zerovec-derive v0.10.3
12552025-01-22T08:43:16.762Z Compiling digest v0.10.7
12562025-01-22T08:43:16.888Z Compiling displaydoc v0.2.5
12572025-01-22T08:43:17.242Z Compiling hmac v0.12.1
12582025-01-22T08:43:17.500Z Compiling futures-macro v0.3.31
12592025-01-22T08:43:17.744Z Compiling block-padding v0.3.3
12602025-01-22T08:43:17.880Z Compiling sha2 v0.10.8
12612025-01-22T08:43:17.993Z Compiling inout v0.1.3
12622025-01-22T08:43:18.198Z Compiling thiserror v1.0.69
12632025-01-22T08:43:18.274Z Compiling cipher v0.4.4
12642025-01-22T08:43:18.346Z Compiling icu_provider_macros v1.5.0
12652025-01-22T08:43:18.460Z Compiling ppv-lite86 v0.2.20
12662025-01-22T08:43:18.787Z Compiling der_derive v0.7.3
12672025-01-22T08:43:18.816Z Compiling zerofrom v0.1.4
12682025-01-22T08:43:18.944Z Compiling tracing-attributes v0.1.27
12692025-01-22T08:43:19.022Z Compiling yoke v0.7.4
12702025-01-22T08:43:19.337Z Compiling rand_chacha v0.3.1
12712025-01-22T08:43:19.365Z Compiling zerovec v0.10.4
12722025-01-22T08:43:19.406Z Compiling futures-util v0.3.31
12732025-01-22T08:43:19.488Z Compiling salsa20 v0.10.2
12742025-01-22T08:43:19.727Z Compiling pest v2.7.14
12752025-01-22T08:43:21.060Z Compiling tinystr v0.7.6
12762025-01-22T08:43:21.341Z Compiling der v0.7.9
12772025-01-22T08:43:21.451Z Compiling icu_locid v1.5.0
12782025-01-22T08:43:21.454Z Compiling icu_collections v1.5.0
12792025-01-22T08:43:21.677Z Compiling rand v0.8.5
12802025-01-22T08:43:22.322Z Compiling tracing v0.1.40
12812025-01-22T08:43:22.743Z Compiling icu_provider v1.5.0
12822025-01-22T08:43:22.764Z Compiling pbkdf2 v0.12.2
12832025-01-22T08:43:22.832Z Compiling icu_normalizer_data v1.5.0
12842025-01-22T08:43:22.943Z Compiling mirai-annotations v1.12.0
12852025-01-22T08:43:22.963Z Compiling time-core v0.1.2
12862025-01-22T08:43:23.171Z Compiling scrypt v0.11.0
12872025-01-22T08:43:23.176Z Compiling time-macros v0.2.18
12882025-01-22T08:43:23.427Z Compiling icu_locid_transform v1.5.0
12892025-01-22T08:43:23.693Z Compiling spki v0.7.3
12902025-01-22T08:43:23.717Z Compiling pest_meta v2.7.14
12912025-01-22T08:43:23.737Z Compiling cbc v0.1.2
12922025-01-22T08:43:23.982Z Compiling aes v0.8.4
12932025-01-22T08:43:24.396Z Compiling openssl-sys v0.9.103
12942025-01-22T08:43:24.827Z Compiling icu_properties v1.5.1
12952025-01-22T08:43:25.462Z Compiling deranged v0.3.11
12962025-01-22T08:43:25.892Z Compiling scroll_derive v0.12.0
12972025-01-22T08:43:26.284Z Compiling bitflags v2.6.0
12982025-01-22T08:43:26.393Z Compiling bytes v1.9.0
12992025-01-22T08:43:26.905Z Compiling indexmap v2.7.0
13002025-01-22T08:43:27.310Z Compiling tokio v1.43.0
13012025-01-22T08:43:27.620Z Compiling http v1.2.0
13022025-01-22T08:43:27.626Z Compiling semver v1.0.24
13032025-01-22T08:43:28.221Z Compiling rustc_version v0.4.1
13042025-01-22T08:43:28.340Z Compiling num_threads v0.1.7
13052025-01-22T08:43:28.485Z Compiling icu_normalizer v1.5.0
13062025-01-22T08:43:28.924Z Compiling atomic-waker v1.1.2
13072025-01-22T08:43:29.122Z Compiling tinyvec_macros v0.1.1
13082025-01-22T08:43:29.285Z Compiling tinyvec v1.8.0
13092025-01-22T08:43:29.373Z Compiling http-body v1.0.1
13102025-01-22T08:43:29.539Z Compiling idna_adapter v1.2.0
13112025-01-22T08:43:29.601Z Compiling time v0.3.36
13122025-01-22T08:43:29.645Z Compiling scroll v0.12.0
13132025-01-22T08:43:29.865Z Compiling pest_generator v2.7.14
13142025-01-22T08:43:29.880Z Compiling pkcs5 v0.7.1
13152025-01-22T08:43:30.207Z Compiling form_urlencoded v1.2.1
13162025-01-22T08:43:30.349Z Compiling slog v2.7.0
13172025-01-22T08:43:30.538Z Compiling which v4.4.2
13182025-01-22T08:43:30.761Z Compiling try-lock v0.2.5
13192025-01-22T08:43:30.979Z Compiling want v0.3.1
13202025-01-22T08:43:30.985Z Compiling pkcs8 v0.10.2
13212025-01-22T08:43:31.084Z Compiling goblin v0.8.2
13222025-01-22T08:43:31.227Z Compiling idna v1.0.3
13232025-01-22T08:43:31.542Z Compiling uuid v1.12.0
13242025-01-22T08:43:31.608Z Compiling httpdate v1.0.3
13252025-01-22T08:43:31.742Z Compiling pest_derive v2.7.14
13262025-01-22T08:43:32.095Z Compiling iana-time-zone v0.1.61
13272025-01-22T08:43:32.435Z Compiling chrono v0.4.39
13282025-01-22T08:43:32.531Z Compiling dtrace-parser v0.2.0
13292025-01-22T08:43:33.115Z Compiling toml_datetime v0.6.8
13302025-01-22T08:43:33.421Z Compiling serde_spanned v0.6.8
13312025-01-22T08:43:33.583Z Compiling serde_tokenstream v0.2.2
13322025-01-22T08:43:33.650Z Compiling openssl v0.10.66
13332025-01-22T08:43:34.065Z Compiling tower-service v0.3.3
13342025-01-22T08:43:34.145Z Compiling rustversion v1.0.17
13352025-01-22T08:43:34.226Z Compiling base64 v0.22.1
13362025-01-22T08:43:34.318Z Compiling match_cfg v0.1.0
13372025-01-22T08:43:34.421Z Compiling foreign-types-shared v0.1.1
13382025-01-22T08:43:34.449Z Compiling adler2 v2.0.0
13392025-01-22T08:43:34.551Z Compiling foreign-types v0.3.2
13402025-01-22T08:43:34.661Z Compiling miniz_oxide v0.8.0
13412025-01-22T08:43:34.681Z Compiling hostname v0.3.1
13422025-01-22T08:43:34.923Z Compiling url v2.5.3
13432025-01-22T08:43:34.942Z Compiling async-trait v0.1.83
13442025-01-22T08:43:35.803Z Compiling tokio-util v0.7.12
13452025-01-22T08:43:36.105Z Compiling openssl-macros v0.1.1
13462025-01-22T08:43:36.180Z Compiling serde_derive_internals v0.29.1
13472025-01-22T08:43:36.719Z Compiling dof v0.3.0
13482025-01-22T08:43:36.831Z Compiling h2 v0.4.6
13492025-01-22T08:43:37.074Z Compiling dirs-sys-next v0.1.2
13502025-01-22T08:43:37.351Z Compiling schemars v0.8.21
13512025-01-22T08:43:37.638Z Compiling usdt-impl v0.5.0
13522025-01-22T08:43:37.680Z Compiling rustls v0.22.4
13532025-01-22T08:43:37.957Z Compiling syn v1.0.109
13542025-01-22T08:43:38.504Z Compiling rustls v0.23.19
13552025-01-22T08:43:38.541Z Compiling native-tls v0.2.12
13562025-01-22T08:43:38.563Z Compiling siphasher v0.3.11
13572025-01-22T08:43:38.774Z Compiling data-encoding v2.6.0
13582025-01-22T08:43:38.949Z Compiling schemars_derive v0.8.21
13592025-01-22T08:43:39.020Z Compiling dirs-next v2.0.0
13602025-01-22T08:43:40.422Z Compiling unicode-normalization v0.1.24
13612025-01-22T08:43:40.526Z Compiling http-body-util v0.1.2
13622025-01-22T08:43:40.834Z Compiling crossbeam-epoch v0.9.18
13632025-01-22T08:43:40.884Z Compiling heapless v0.7.17
13642025-01-22T08:43:40.995Z Compiling sha1 v0.10.6
13652025-01-22T08:43:41.306Z Compiling signature v2.2.0
13662025-01-22T08:43:41.423Z Compiling bzip2-sys v0.1.11+1.0.8
13672025-01-22T08:43:41.452Z Compiling thread_local v1.1.8
13682025-01-22T08:43:41.501Z Compiling multer v3.1.0
13692025-01-22T08:43:41.599Z Compiling encoding_rs v0.8.34
13702025-01-22T08:43:41.771Z Compiling cookie v0.18.1
13712025-01-22T08:43:41.882Z Compiling openssl-probe v0.1.5
13722025-01-22T08:43:41.904Z Compiling dyn-clone v1.0.17
13732025-01-22T08:43:42.110Z Compiling gimli v0.31.1
13742025-01-22T08:43:42.117Z Compiling unicode-bidi v0.3.17
13752025-01-22T08:43:42.128Z Compiling unicode-properties v0.1.3
13762025-01-22T08:43:42.168Z Compiling slog-async v2.8.0
13772025-01-22T08:43:42.534Z Compiling mime v0.3.17
13782025-01-22T08:43:42.659Z Compiling signal-hook v0.3.17
13792025-01-22T08:43:42.932Z Compiling ipnet v2.10.1
13802025-01-22T08:43:43.060Z Compiling rayon-core v1.12.1
13812025-01-22T08:43:43.353Z Compiling stringprep v0.1.5
13822025-01-22T08:43:43.474Z Compiling toml_edit v0.22.22
13832025-01-22T08:43:44.032Z Compiling hyper v1.5.2
13842025-01-22T08:43:46.384Z Compiling hyper-util v0.1.10
13852025-01-22T08:43:46.859Z Compiling addr2line v0.24.2
13862025-01-22T08:43:47.119Z Compiling crossbeam-deque v0.8.5
13872025-01-22T08:43:47.462Z Compiling usdt-macro v0.5.0
13882025-01-22T08:43:47.536Z Compiling usdt-attr-macro v0.5.0
13892025-01-22T08:43:47.721Z Compiling term v0.7.0
13902025-01-22T08:43:48.587Z Compiling slog-json v2.6.1
13912025-01-22T08:43:48.816Z Compiling serde_urlencoded v0.7.1
13922025-01-22T08:43:48.950Z Compiling crossbeam-channel v0.5.13
13932025-01-22T08:43:48.998Z Compiling curve25519-dalek v4.1.3
13942025-01-22T08:43:49.017Z Compiling futures-executor v0.3.31
13952025-01-22T08:43:49.066Z Compiling md-5 v0.10.6
13962025-01-22T08:43:49.329Z Compiling async-stream-impl v0.3.6
13972025-01-22T08:43:49.353Z Compiling enum-as-inner v0.6.1
13982025-01-22T08:43:49.555Z Compiling rustls-pemfile v2.2.0
13992025-01-22T08:43:49.653Z Compiling num-integer v0.1.46
14002025-01-22T08:43:49.886Z Compiling hash32 v0.2.1
14012025-01-22T08:43:50.005Z Compiling ff v0.13.0
14022025-01-22T08:43:50.244Z Compiling is-terminal v0.4.13
14032025-01-22T08:43:50.267Z Compiling dropshot v0.12.0
14042025-01-22T08:43:50.377Z Compiling object v0.36.5
14052025-01-22T08:43:50.400Z Compiling smoltcp v0.9.1
14062025-01-22T08:43:50.400Z Compiling utf-8 v0.7.6
14072025-01-22T08:43:50.551Z Compiling fallible-iterator v0.2.0
14082025-01-22T08:43:50.597Z Compiling quick-error v1.2.3
14092025-01-22T08:43:50.698Z Compiling linked-hash-map v0.5.6
14102025-01-22T08:43:50.762Z Compiling portable-atomic v1.9.0
14112025-01-22T08:43:51.035Z Compiling base16ct v0.2.0
14122025-01-22T08:43:51.057Z Compiling rustc-demangle v0.1.24
14132025-01-22T08:43:51.076Z Compiling litrs v0.4.1
14142025-01-22T08:43:51.193Z Compiling num-bigint-dig v0.8.4
14152025-01-22T08:43:51.368Z Compiling take_mut v0.2.2
14162025-01-22T08:43:51.499Z Compiling anyhow v1.0.93
14172025-01-22T08:43:51.540Z Compiling psl-types v2.0.11
14182025-01-22T08:43:51.745Z Compiling publicsuffix v2.3.0
14192025-01-22T08:43:51.945Z Compiling sec1 v0.7.3
14202025-01-22T08:43:52.091Z Compiling postgres-protocol v0.6.7
14212025-01-22T08:43:52.162Z Compiling document-features v0.2.10
14222025-01-22T08:43:52.516Z Compiling lru-cache v0.1.2
14232025-01-22T08:43:52.537Z Compiling resolv-conf v0.7.0
14242025-01-22T08:43:52.714Z Compiling async-stream v0.3.6
14252025-01-22T08:43:52.848Z Compiling tungstenite v0.24.0
14262025-01-22T08:43:53.083Z Compiling hickory-proto v0.24.2
14272025-01-22T08:43:53.212Z Compiling slog-term v2.9.1
14282025-01-22T08:43:53.250Z Compiling usdt v0.5.0
14292025-01-22T08:43:53.322Z Compiling group v0.13.0
14302025-01-22T08:43:53.743Z Compiling num-iter v0.1.45
14312025-01-22T08:43:54.055Z Compiling futures v0.3.31
14322025-01-22T08:43:54.178Z Compiling slog-bunyan v2.5.0
14332025-01-22T08:43:54.871Z Compiling toml v0.8.19
14342025-01-22T08:43:55.519Z Compiling tokio-native-tls v0.3.1
14352025-01-22T08:43:55.754Z Compiling camino v1.1.9
14362025-01-22T08:43:56.016Z Compiling phf_shared v0.11.2
14372025-01-22T08:43:56.374Z Compiling dropshot_endpoint v0.12.0
14382025-01-22T08:43:56.405Z Compiling terminal_size v0.4.0
14392025-01-22T08:43:56.618Z Compiling waitgroup v0.1.2
14402025-01-22T08:43:56.630Z Compiling openapiv3 v2.0.0
14412025-01-22T08:43:56.678Z Compiling serde_path_to_error v0.1.16
14422025-01-22T08:43:56.822Z Compiling backtrace v0.3.74
14432025-01-22T08:43:57.458Z Compiling hkdf v0.12.4
14442025-01-22T08:43:57.481Z Compiling crypto-bigint v0.5.5
14452025-01-22T08:43:57.714Z Compiling curve25519-dalek-derive v0.1.1
14462025-01-22T08:43:59.166Z Compiling zerocopy-derive v0.6.6
14472025-01-22T08:43:59.924Z Compiling webpki-roots v0.26.6
14482025-01-22T08:44:00.131Z Compiling hostname v0.4.0
14492025-01-22T08:44:00.365Z Compiling fs-err v2.11.0
14502025-01-22T08:44:00.465Z Compiling hubpack_derive v0.1.1
14512025-01-22T08:44:00.607Z Compiling ahash v0.8.11
14522025-01-22T08:44:00.658Z Compiling crc32fast v1.4.2
14532025-01-22T08:44:00.752Z Compiling newtype-uuid v1.2.1
14542025-01-22T08:44:00.922Z Compiling bitflags v1.3.2
14552025-01-22T08:44:01.003Z Compiling debug-ignore v1.0.5
14562025-01-22T08:44:01.032Z Compiling managed v0.8.0
14572025-01-22T08:44:01.035Z Compiling winnow v0.5.40
14582025-01-22T08:44:01.231Z Compiling clap_builder v4.5.21
14592025-01-22T08:44:01.236Z Compiling zerocopy v0.6.6
14602025-01-22T08:44:01.305Z Compiling hubpack v0.1.2
14612025-01-22T08:44:01.749Z Compiling strum_macros v0.25.3
14622025-01-22T08:44:01.902Z Compiling console v0.15.8
14632025-01-22T08:44:02.435Z Compiling flate2 v1.0.35
14642025-01-22T08:44:03.348Z Compiling elliptic-curve v0.13.8
14652025-01-22T08:44:03.460Z Compiling hickory-resolver v0.24.2
14662025-01-22T08:44:04.139Z Compiling phf v0.11.2
14672025-01-22T08:44:04.235Z Compiling toml_edit v0.19.15
14682025-01-22T08:44:04.474Z Compiling signal-hook-mio v0.2.4
14692025-01-22T08:44:04.576Z Compiling hyper-tls v0.6.0
14702025-01-22T08:44:04.657Z Compiling cookie_store v0.21.1
14712025-01-22T08:44:04.971Z Compiling rayon v1.10.0
14722025-01-22T08:44:05.513Z Compiling bzip2 v0.4.4
14732025-01-22T08:44:06.136Z Compiling tokio-tungstenite v0.24.0
14742025-01-22T08:44:06.667Z Compiling postgres-types v0.2.8
14752025-01-22T08:44:09.269Z Compiling ed25519 v2.2.3
14762025-01-22T08:44:09.291Z Compiling phf_shared v0.10.0
14772025-01-22T08:44:09.393Z Compiling tokio-stream v0.1.16
14782025-01-22T08:44:09.426Z Compiling pkcs1 v0.7.5
14792025-01-22T08:44:09.670Z Compiling serde-big-array v0.5.1
14802025-01-22T08:44:09.909Z Compiling rfc6979 v0.4.0
14812025-01-22T08:44:10.133Z Compiling serde_repr v0.1.19
14822025-01-22T08:44:10.325Z Compiling derive-where v1.2.7
14832025-01-22T08:44:10.357Z Compiling clap_derive v4.5.18
14842025-01-22T08:44:11.140Z Compiling float-cmp v0.9.0
14852025-01-22T08:44:11.246Z Compiling bstr v1.10.0
14862025-01-22T08:44:11.283Z Compiling sync_wrapper v1.0.1
14872025-01-22T08:44:11.386Z Compiling difflib v0.4.0
14882025-01-22T08:44:11.443Z Compiling static_assertions v1.1.0
14892025-01-22T08:44:11.465Z Compiling normalize-line-endings v0.3.0
14902025-01-22T08:44:11.559Z Compiling number_prefix v0.4.0
14912025-01-22T08:44:11.608Z Compiling whoami v1.5.2
14922025-01-22T08:44:11.803Z Compiling unicode-width v0.2.0
14932025-01-22T08:44:12.190Z Compiling bit-vec v0.6.3
14942025-01-22T08:44:12.353Z Compiling unicode-segmentation v1.12.0
14952025-01-22T08:44:12.582Z Compiling fixedbitset v0.4.2
14962025-01-22T08:44:12.774Z Compiling new_debug_unreachable v1.0.6
14972025-01-22T08:44:12.796Z Compiling predicates-core v1.0.8
14982025-01-22T08:44:12.882Z Compiling precomputed-hash v0.1.1
14992025-01-22T08:44:12.999Z Compiling string_cache v0.8.7
15002025-01-22T08:44:13.020Z Compiling predicates v3.1.2
15012025-01-22T08:44:13.117Z Compiling similar v2.6.0
15022025-01-22T08:44:13.216Z Compiling petgraph v0.6.5
15032025-01-22T08:44:13.463Z Compiling bit-set v0.5.3
15042025-01-22T08:44:13.516Z Compiling indicatif v0.17.9
15052025-01-22T08:44:13.691Z Compiling tokio-postgres v0.7.12
15062025-01-22T08:44:14.582Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15072025-01-22T08:44:14.857Z Compiling clap v4.5.21
15082025-01-22T08:44:14.984Z Compiling ecdsa v0.16.9
15092025-01-22T08:44:15.252Z Compiling rsa v0.9.6
15102025-01-22T08:44:15.569Z Compiling ed25519-dalek v2.1.1
15112025-01-22T08:44:15.796Z Compiling toml v0.7.8
15122025-01-22T08:44:16.867Z Compiling zip v0.6.6
15132025-01-22T08:44:16.888Z Compiling crossterm v0.28.1
15142025-01-22T08:44:18.512Z Compiling hex v0.4.3
15152025-01-22T08:44:18.603Z Compiling x509-cert v0.2.5
15162025-01-22T08:44:19.119Z Compiling itertools v0.10.5
15172025-01-22T08:44:19.415Z Compiling lalrpop-util v0.19.12
15182025-01-22T08:44:19.798Z Compiling unicode-xid v0.2.6
15192025-01-22T08:44:19.911Z Compiling peg-runtime v0.8.3
15202025-01-22T08:44:19.997Z Compiling strum_macros v0.26.4
15212025-01-22T08:44:20.210Z Compiling xattr v1.3.1
15222025-01-22T08:44:20.477Z Compiling filetime v0.2.25
15232025-01-22T08:44:20.799Z Compiling tar v0.4.42
15242025-01-22T08:44:24.191Z Compiling strum v0.26.3
15252025-01-22T08:44:27.732Z Compiling aws-lc-sys v0.22.0
15262025-01-22T08:44:55.026Z Compiling rustls-webpki v0.102.8
15272025-01-22T08:44:58.190Z Compiling tokio-rustls v0.25.0
15282025-01-22T08:44:59.880Z Compiling tokio-rustls v0.26.0
15292025-01-22T08:45:00.214Z Compiling hyper-rustls v0.27.3
15302025-01-22T08:45:00.718Z Compiling reqwest v0.12.9
15312025-01-22T08:45:01.855Z Compiling qorb v0.2.1
15322025-01-22T08:45:04.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15332025-01-22T08:45:05.218Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15342025-01-22T08:45:09.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15352025-01-22T08:45:09.745Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15362025-01-22T08:45:09.796ZJan 22 08:45:09.042 INFO Starting download, target: Console
15372025-01-22T08:45:09.796ZJan 22 08:45:09.042 INFO Starting download, target: DendriteOpenapi
15382025-01-22T08:45:09.800ZJan 22 08:45:09.042 INFO Starting download, target: Cockroach
15392025-01-22T08:45:09.800ZJan 22 08:45:09.042 INFO Starting download, target: Clickhouse
15402025-01-22T08:45:09.800ZJan 22 08:45:09.042 INFO Starting download, target: DendriteStub
15412025-01-22T08:45:09.800ZJan 22 08:45:09.042 INFO Starting download, target: MaghemiteMgd
15422025-01-22T08:45:09.800ZJan 22 08:45:09.042 INFO Starting download, target: TransceiverControl
15432025-01-22T08:45:09.800ZJan 22 08:45:09.043 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15442025-01-22T08:45:09.800ZJan 22 08:45:09.043 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15452025-01-22T08:45:09.800ZJan 22 08:45:09.043 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15462025-01-22T08:45:09.800ZJan 22 08:45:09.043 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15472025-01-22T08:45:09.800ZJan 22 08:45:09.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15482025-01-22T08:45:09.800ZJan 22 08:45:09.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15492025-01-22T08:45:09.800ZJan 22 08:45:09.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15502025-01-22T08:45:09.988ZJan 22 08:45:09.227 INFO Download complete, target: DendriteOpenapi
15512025-01-22T08:45:10.333ZJan 22 08:45:09.411 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15522025-01-22T08:45:10.436ZJan 22 08:45:09.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15532025-01-22T08:45:10.638ZJan 22 08:45:09.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15542025-01-22T08:45:10.761ZJan 22 08:45:10.004 INFO Download complete, target: Console
15552025-01-22T08:45:10.842ZJan 22 08:45:10.087 INFO Download complete, target: TransceiverControl
15562025-01-22T08:45:10.988ZJan 22 08:45:10.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15572025-01-22T08:45:11.528ZJan 22 08:45:10.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15582025-01-22T08:45:11.529ZJan 22 08:45:10.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15592025-01-22T08:45:11.701ZJan 22 08:45:10.945 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15602025-01-22T08:45:13.558ZJan 22 08:45:12.803 INFO Download complete, target: DendriteStub
15612025-01-22T08:45:13.873ZJan 22 08:45:13.118 INFO Download complete, target: MaghemiteMgd
15622025-01-22T08:45:19.005ZJan 22 08:45:18.250 INFO Checking that binary works, target: Cockroach
15632025-01-22T08:45:19.168ZJan 22 08:45:18.414 INFO Download complete, target: Cockroach
15642025-01-22T08:45:24.205ZJan 22 08:45:23.448 INFO Checking that binary works, target: Clickhouse
15652025-01-22T08:45:24.352ZJan 22 08:45:23.597 INFO Download complete, target: Clickhouse
15662025-01-22T08:45:24.359ZAll prerequisites installed successfully
15672025-01-22T08:45:24.362Z
15682025-01-22T08:45:24.362Zreal 5:00.364475790
15692025-01-22T08:45:24.362Zuser 15:47.811996334
15702025-01-22T08:45:24.362Zsys 2:03.215970862
15712025-01-22T08:45:24.362Ztrap 0.573509329
15722025-01-22T08:45:24.362Ztflt 1.462878820
15732025-01-22T08:45:24.362Zdflt 1.694316022
15742025-01-22T08:45:24.362Zkflt 0.025067338
15752025-01-22T08:45:24.362Zlock 24:53.318995482
15762025-01-22T08:45:24.362Zslp 55:31.319767900
15772025-01-22T08:45:24.363Zlat 59.633609189
15782025-01-22T08:45:24.363Zstop 2:21.030882986
15792025-01-22T08:45:24.363Z+ ptime -m cargo xtask download softnpu
15802025-01-22T08:45:24.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15812025-01-22T08:45:24.918Z Running `target/debug/xtask download softnpu`
15822025-01-22T08:45:25.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15832025-01-22T08:45:25.785Z Running `target/debug/xtask-downloader softnpu`
15842025-01-22T08:45:25.820ZJan 22 08:45:25.065 INFO Starting download, target: Softnpu
15852025-01-22T08:45:25.823ZJan 22 08:45:25.066 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15862025-01-22T08:45:26.298ZJan 22 08:45:25.543 INFO Download complete, target: Softnpu
15872025-01-22T08:45:26.304Z
15882025-01-22T08:45:26.309Zreal 1.934753782
15892025-01-22T08:45:26.309Zuser 1.241765464
15902025-01-22T08:45:26.309Zsys 0.546247038
15912025-01-22T08:45:26.309Ztrap 0.001705024
15922025-01-22T08:45:26.309Ztflt 0.000033747
15932025-01-22T08:45:26.309Zdflt 0.000053497
15942025-01-22T08:45:26.309Zkflt 0.000000000
15952025-01-22T08:45:26.309Zlock 4.770602867
15962025-01-22T08:45:26.310Zslp 0.362650322
15972025-01-22T08:45:26.310Zlat 0.076377871
15982025-01-22T08:45:26.310Zstop 0.000174552
15992025-01-22T08:45:26.310Z+ export CARGO_INCREMENTAL=0
16002025-01-22T08:45:26.310Z+ CARGO_INCREMENTAL=0
16012025-01-22T08:45:26.310Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16022025-01-22T08:45:27.225Z Compiling proc-macro2 v1.0.92
16032025-01-22T08:45:27.225Z Compiling unicode-ident v1.0.14
16042025-01-22T08:45:27.227Z Compiling libc v0.2.169
16052025-01-22T08:45:27.227Z Compiling serde v1.0.217
16062025-01-22T08:45:27.227Z Compiling autocfg v1.4.0
16072025-01-22T08:45:27.227Z Compiling version_check v0.9.5
16082025-01-22T08:45:27.227Z Compiling cfg-if v1.0.0
16092025-01-22T08:45:27.500Z Compiling memchr v2.7.4
16102025-01-22T08:45:27.533Z Compiling typenum v1.17.0
16112025-01-22T08:45:27.552Z Compiling shlex v1.3.0
16122025-01-22T08:45:27.872Z Compiling value-bag v1.9.0
16132025-01-22T08:45:27.994Z Compiling generic-array v0.14.7
16142025-01-22T08:45:28.109Z Compiling lock_api v0.4.12
16152025-01-22T08:45:28.330Z Compiling log v0.4.22
16162025-01-22T08:45:28.363Z Compiling scopeguard v1.2.0
16172025-01-22T08:45:28.531Z Compiling parking_lot_core v0.9.10
16182025-01-22T08:45:28.815Z Compiling serde_json v1.0.135
16192025-01-22T08:45:28.980Z Compiling quote v1.0.38
16202025-01-22T08:45:29.013Z Compiling once_cell v1.20.2
16212025-01-22T08:45:29.063Z Compiling jobserver v0.1.32
16222025-01-22T08:45:29.138Z Compiling getrandom v0.2.15
16232025-01-22T08:45:29.406Z Compiling syn v2.0.96
16242025-01-22T08:45:29.505Z Compiling cc v1.1.30
16252025-01-22T08:45:29.521Z Compiling libm v0.2.8
16262025-01-22T08:45:29.539Z Compiling rustix v0.38.37
16272025-01-22T08:45:29.559Z Compiling aho-corasick v1.1.3
16282025-01-22T08:45:29.587Z Compiling num-traits v0.2.19
16292025-01-22T08:45:29.758Z Compiling thiserror v1.0.69
16302025-01-22T08:45:29.837Z Compiling regex-syntax v0.8.5
16312025-01-22T08:45:29.887Z Compiling either v1.13.0
16322025-01-22T08:45:30.147Z Compiling itoa v1.0.11
16332025-01-22T08:45:30.231Z Compiling spin v0.9.8
16342025-01-22T08:45:30.529Z Compiling slab v0.4.9
16352025-01-22T08:45:30.738Z Compiling errno v0.3.9
16362025-01-22T08:45:30.852Z Compiling byteorder v1.5.0
16372025-01-22T08:45:30.999Z Compiling lazy_static v1.5.0
16382025-01-22T08:45:31.136Z Compiling rand_core v0.6.4
16392025-01-22T08:45:31.296Z Compiling glob v0.3.1
16402025-01-22T08:45:31.677Z Compiling prettyplease v0.2.25
16412025-01-22T08:45:32.007Z Compiling clang-sys v1.8.1
16422025-01-22T08:45:32.057Z Compiling minimal-lexical v0.2.1
16432025-01-22T08:45:32.452Z Compiling nom v7.1.3
16442025-01-22T08:45:32.523Z Compiling libloading v0.8.5
16452025-01-22T08:45:32.555Z Compiling bindgen v0.69.5
16462025-01-22T08:45:32.718Z Compiling smallvec v1.13.2
16472025-01-22T08:45:32.856Z Compiling subtle v2.6.1
16482025-01-22T08:45:32.971Z Compiling home v0.5.9
16492025-01-22T08:45:33.216Z Compiling itertools v0.12.1
16502025-01-22T08:45:33.280Z Compiling rustc-hash v1.1.0
16512025-01-22T08:45:33.441Z Compiling regex-automata v0.4.8
16522025-01-22T08:45:33.537Z Compiling lazycell v1.3.0
16532025-01-22T08:45:33.633Z Compiling allocator-api2 v0.2.18
16542025-01-22T08:45:33.742Z Compiling cmake v0.1.51
16552025-01-22T08:45:34.486Z Compiling semver v1.0.24
16562025-01-22T08:45:34.556Z Compiling dunce v1.0.5
16572025-01-22T08:45:34.696Z Compiling fs_extra v1.3.0
16582025-01-22T08:45:35.259Z Compiling pkg-config v0.3.31
16592025-01-22T08:45:35.687Z Compiling cexpr v0.6.0
16602025-01-22T08:45:35.734Z Compiling ring v0.17.8
16612025-01-22T08:45:36.122Z Compiling ryu v1.0.18
16622025-01-22T08:45:36.364Z Compiling synstructure v0.13.1
16632025-01-22T08:45:36.439Z Compiling pin-project-lite v0.2.14
16642025-01-22T08:45:36.656Z Compiling paste v1.0.15
16652025-01-22T08:45:36.997Z Compiling fnv v1.0.7
16662025-01-22T08:45:37.122Z Compiling aws-lc-rs v1.10.0
16672025-01-22T08:45:37.175Z Compiling schemars v0.8.21
16682025-01-22T08:45:37.508Z Compiling const-oid v0.9.6
16692025-01-22T08:45:37.511Z Compiling httparse v1.9.5
16702025-01-22T08:45:37.730Z Compiling serde_derive_internals v0.29.1
16712025-01-22T08:45:38.252Z Compiling foldhash v0.1.3
16722025-01-22T08:45:38.489Z Compiling equivalent v1.0.1
16732025-01-22T08:45:38.614Z Compiling hashbrown v0.15.1
16742025-01-22T08:45:38.848Z Compiling regex v1.11.1
16752025-01-22T08:45:39.359Z Compiling signal-hook-registry v1.4.2
16762025-01-22T08:45:39.572Z Compiling heck v0.5.0
16772025-01-22T08:45:39.729Z Compiling parking_lot v0.12.3
16782025-01-22T08:45:39.779Z Compiling mio v1.0.2
16792025-01-22T08:45:39.870Z Compiling stable_deref_trait v1.2.0
16802025-01-22T08:45:40.819Z Compiling serde_derive v1.0.217
16812025-01-22T08:45:41.042Z Compiling zeroize_derive v1.4.2
16822025-01-22T08:45:41.354Z Compiling zerocopy-derive v0.7.35
16832025-01-22T08:45:41.722Z Compiling thiserror-impl v1.0.69
16842025-01-22T08:45:42.138Z Compiling tokio-macros v2.5.0
16852025-01-22T08:45:42.250Z Compiling zerofrom-derive v0.1.4
16862025-01-22T08:45:42.343Z Compiling zeroize v1.8.1
16872025-01-22T08:45:42.786Z Compiling yoke-derive v0.7.4
16882025-01-22T08:45:42.925Z Compiling zerovec-derive v0.10.3
16892025-01-22T08:45:43.050Z Compiling futures-macro v0.3.31
16902025-01-22T08:45:43.123Z Compiling displaydoc v0.2.5
16912025-01-22T08:45:44.341Z Compiling zerocopy v0.7.35
16922025-01-22T08:45:44.681Z Compiling crypto-common v0.1.6
16932025-01-22T08:45:44.871Z Compiling icu_provider_macros v1.5.0
16942025-01-22T08:45:44.925Z Compiling tracing-attributes v0.1.27
16952025-01-22T08:45:45.152Z Compiling schemars_derive v0.8.21
16962025-01-22T08:45:45.183Z Compiling block-buffer v0.10.4
16972025-01-22T08:45:45.412Z Compiling digest v0.10.7
16982025-01-22T08:45:45.825Z Compiling socket2 v0.5.7
16992025-01-22T08:45:45.844Z Compiling futures-core v0.3.31
17002025-01-22T08:45:45.931Z Compiling num-conv v0.1.0
17012025-01-22T08:45:46.103Z Compiling time-core v0.1.2
17022025-01-22T08:45:46.258Z Compiling crossbeam-utils v0.8.20
17032025-01-22T08:45:46.291Z Compiling time-macros v0.2.18
17042025-01-22T08:45:46.880Z Compiling der_derive v0.7.3
17052025-01-22T08:45:47.025Z Compiling vcpkg v0.2.15
17062025-01-22T08:45:48.475Z Compiling openssl-sys v0.9.103
17072025-01-22T08:45:48.969Z Compiling syn v1.0.109
17082025-01-22T08:45:49.404Z Compiling cpufeatures v0.2.14
17092025-01-22T08:45:49.586Z Compiling futures-sink v0.3.31
17102025-01-22T08:45:49.675Z Compiling slog v2.7.0
17112025-01-22T08:45:50.034Z Compiling ahash v0.8.11
17122025-01-22T08:45:50.272Z Compiling zerofrom v0.1.4
17132025-01-22T08:45:50.497Z Compiling iana-time-zone v0.1.61
17142025-01-22T08:45:50.776Z Compiling yoke v0.7.4
17152025-01-22T08:45:50.990Z Compiling futures-channel v0.3.31
17162025-01-22T08:45:51.143Z Compiling scroll_derive v0.12.0
17172025-01-22T08:45:51.160Z Compiling ucd-trie v0.1.7
17182025-01-22T08:45:51.176Z Compiling futures-io v0.3.31
17192025-01-22T08:45:51.450Z Compiling pin-utils v0.1.0
17202025-01-22T08:45:51.531Z Compiling futures-task v0.3.31
17212025-01-22T08:45:51.560Z Compiling openssl v0.10.66
17222025-01-22T08:45:51.612Z Compiling pest v2.7.14
17232025-01-22T08:45:51.837Z Compiling futures-util v0.3.31
17242025-01-22T08:45:51.975Z Compiling zerovec v0.10.4
17252025-01-22T08:45:52.828Z Compiling bitflags v2.6.0
17262025-01-22T08:45:52.957Z Compiling bytes v1.9.0
17272025-01-22T08:45:54.920Z Compiling indexmap v2.7.0
17282025-01-22T08:45:55.033Z Compiling tokio v1.43.0
17292025-01-22T08:45:56.061Z Compiling serde_tokenstream v0.2.2
17302025-01-22T08:45:56.560Z Compiling uuid v1.12.0
17312025-01-22T08:45:56.588Z Compiling http v1.2.0
17322025-01-22T08:45:57.819Z Compiling which v4.4.2
17332025-01-22T08:45:57.937Z Compiling chrono v0.4.39
17342025-01-22T08:45:58.045Z Compiling rustc_version v0.4.1
17352025-01-22T08:45:59.411Z Compiling hmac v0.12.1
17362025-01-22T08:46:00.935Z Compiling pest_meta v2.7.14
17372025-01-22T08:46:03.747Z Compiling block-padding v0.3.3
17382025-01-22T08:46:03.994Z Compiling openssl-macros v0.1.1
17392025-01-22T08:46:04.633Z Compiling native-tls v0.2.12
17402025-01-22T08:46:04.685Z Compiling rustls v0.23.19
17412025-01-22T08:46:04.945Z Compiling inout v0.1.3
17422025-01-22T08:46:04.966Z Compiling pest_generator v2.7.14
17432025-01-22T08:46:05.076Z Compiling tinystr v0.7.6
17442025-01-22T08:46:05.474Z Compiling toml_datetime v0.6.8
17452025-01-22T08:46:05.588Z Compiling serde_spanned v0.6.8
17462025-01-22T08:46:05.850Z Compiling tracing-core v0.1.32
17472025-01-22T08:46:05.874Z Compiling litemap v0.7.3
17482025-01-22T08:46:05.944Z Compiling writeable v0.5.5
17492025-01-22T08:46:06.321Z Compiling strsim v0.11.1
17502025-01-22T08:46:06.596Z Compiling dyn-clone v1.0.17
17512025-01-22T08:46:06.843Z Compiling icu_locid v1.5.0
17522025-01-22T08:46:06.982Z Compiling pest_derive v2.7.14
17532025-01-22T08:46:07.040Z Compiling tracing v0.1.40
17542025-01-22T08:46:07.792Z Compiling cipher v0.4.4
17552025-01-22T08:46:08.015Z Compiling sha2 v0.10.8
17562025-01-22T08:46:08.394Z Compiling cookie v0.18.1
17572025-01-22T08:46:08.705Z Compiling usdt-impl v0.5.0
17582025-01-22T08:46:08.804Z Compiling base64ct v1.6.0
17592025-01-22T08:46:08.933Z Compiling icu_provider v1.5.0
17602025-01-22T08:46:09.364Z Compiling pem-rfc7468 v0.7.0
17612025-01-22T08:46:10.532Z Compiling aws-lc-sys v0.22.0
17622025-01-22T08:46:10.826Z Compiling scroll v0.12.0
17632025-01-22T08:46:11.119Z Compiling ppv-lite86 v0.2.20
17642025-01-22T08:46:11.345Z Compiling async-trait v0.1.83
17652025-01-22T08:46:12.097Z Compiling flagset v0.4.6
17662025-01-22T08:46:12.319Z Compiling icu_locid_transform_data v1.5.0
17672025-01-22T08:46:12.431Z Compiling rustls-pki-types v1.10.0
17682025-01-22T08:46:14.119Z Compiling percent-encoding v2.3.1
17692025-01-22T08:46:14.582Z Compiling camino v1.1.9
17702025-01-22T08:46:14.636Z Compiling plain v0.2.3
17712025-01-22T08:46:14.791Z Compiling anyhow v1.0.93
17722025-01-22T08:46:15.207Z Compiling icu_locid_transform v1.5.0
17732025-01-22T08:46:15.264Z Compiling goblin v0.8.2
17742025-01-22T08:46:17.177Z Compiling der v0.7.9
17752025-01-22T08:46:19.777Z Compiling rand_chacha v0.3.1
17762025-01-22T08:46:19.961Z Compiling tokio-util v0.7.12
17772025-01-22T08:46:20.408Z Compiling icu_collections v1.5.0
17782025-01-22T08:46:21.727Z Compiling untrusted v0.9.0
17792025-01-22T08:46:21.767Z Compiling powerfmt v0.2.0
17802025-01-22T08:46:22.225Z Compiling untrusted v0.7.1
17812025-01-22T08:46:22.270Z Compiling icu_properties_data v1.5.0
17822025-01-22T08:46:22.376Z Compiling rayon-core v1.12.1
17832025-01-22T08:46:22.429Z Compiling rustls v0.22.4
17842025-01-22T08:46:22.523Z Compiling mirai-annotations v1.12.0
17852025-01-22T08:46:22.663Z Compiling pretty-hex v0.4.1
17862025-01-22T08:46:22.705Z Compiling icu_properties v1.5.1
17872025-01-22T08:46:22.722Z Compiling deranged v0.3.11
17882025-01-22T08:46:22.881Z Compiling dof v0.3.0
17892025-01-22T08:46:24.150Z Compiling rand v0.8.5
17902025-01-22T08:46:24.434Z Compiling spki v0.7.3
17912025-01-22T08:46:24.605Z Compiling salsa20 v0.10.2
17922025-01-22T08:46:24.792Z Compiling dtrace-parser v0.2.0
17932025-01-22T08:46:25.536Z Compiling pbkdf2 v0.12.2
17942025-01-22T08:46:26.297Z Compiling thread-id v4.2.2
17952025-01-22T08:46:26.384Z Compiling utf8_iter v1.0.4
17962025-01-22T08:46:26.424Z Compiling utf16_iter v1.0.5
17972025-01-22T08:46:26.568Z Compiling num_threads v0.1.7
17982025-01-22T08:46:26.919Z Compiling write16 v1.0.0
17992025-01-22T08:46:26.938Z Compiling litrs v0.4.1
18002025-01-22T08:46:27.079Z Compiling icu_normalizer_data v1.5.0
18012025-01-22T08:46:27.198Z Compiling atomic-waker v1.1.2
18022025-01-22T08:46:27.530Z Compiling winnow v0.5.40
18032025-01-22T08:46:27.604Z Compiling time v0.3.36
18042025-01-22T08:46:27.657Z Compiling icu_normalizer v1.5.0
18052025-01-22T08:46:27.947Z Compiling document-features v0.2.10
18062025-01-22T08:46:32.573Z Compiling toml_edit v0.19.15
18072025-01-22T08:46:32.573Z Compiling scrypt v0.11.0
18082025-01-22T08:46:32.573Z Compiling form_urlencoded v1.2.1
18092025-01-22T08:46:32.593Z Compiling aes v0.8.4
18102025-01-22T08:46:32.666Z Compiling cbc v0.1.2
18112025-01-22T08:46:32.894Z Compiling http-body v1.0.1
18122025-01-22T08:46:33.151Z Compiling multer v3.1.0
18132025-01-22T08:46:33.458Z Compiling tinyvec_macros v0.1.1
18142025-01-22T08:46:33.588Z Compiling try-lock v0.2.5
18152025-01-22T08:46:33.701Z Compiling rustversion v1.0.17
18162025-01-22T08:46:34.115Z Compiling slog-async v2.8.0
18172025-01-22T08:46:34.343Z Compiling want v0.3.1
18182025-01-22T08:46:34.561Z Compiling tinyvec v1.8.0
18192025-01-22T08:46:34.631Z Compiling pkcs5 v0.7.1
18202025-01-22T08:46:36.176Z Compiling idna_adapter v1.2.0
18212025-01-22T08:46:36.398Z Compiling h2 v0.4.6
18222025-01-22T08:46:36.710Z Compiling heapless v0.7.17
18232025-01-22T08:46:37.315Z Compiling bzip2-sys v0.1.11+1.0.8
18242025-01-22T08:46:37.690Z Compiling httpdate v1.0.3
18252025-01-22T08:46:37.787Z Compiling signal-hook v0.3.17
18262025-01-22T08:46:38.491Z Compiling idna v1.0.3
18272025-01-22T08:46:39.818Z Compiling pkcs8 v0.10.2
18282025-01-22T08:46:40.425Z Compiling usdt-macro v0.5.0
18292025-01-22T08:46:41.154Z Compiling usdt-attr-macro v0.5.0
18302025-01-22T08:46:41.770Z Compiling async-stream-impl v0.3.6
18312025-01-22T08:46:42.577Z Compiling tower-service v0.3.3
18322025-01-22T08:46:42.733Z Compiling adler2 v2.0.0
18332025-01-22T08:46:42.824Z Compiling base64 v0.22.1
18342025-01-22T08:46:43.249Z Compiling miniz_oxide v0.8.0
18352025-01-22T08:46:44.638Z Compiling hyper v1.5.2
18362025-01-22T08:46:46.601Z Compiling curve25519-dalek v4.1.3
18372025-01-22T08:46:47.014Z Compiling openapiv3 v2.0.0
18382025-01-22T08:46:49.572Z Compiling hyper-util v0.1.10
18392025-01-22T08:46:50.356Z Compiling enum-as-inner v0.6.1
18402025-01-22T08:46:50.981Z Compiling dropshot v0.12.0
18412025-01-22T08:46:51.001Z Compiling smoltcp v0.9.1
18422025-01-22T08:46:51.318Z Compiling foreign-types-shared v0.1.1
18432025-01-22T08:46:51.545Z Compiling num-bigint-dig v0.8.4
18442025-01-22T08:46:51.588Z Compiling match_cfg v0.1.0
18452025-01-22T08:46:51.692Z Compiling portable-atomic v1.9.0
18462025-01-22T08:46:51.836Z Compiling newtype-uuid v1.2.1
18472025-01-22T08:46:52.199Z Compiling foreign-types v0.3.2
18482025-01-22T08:46:52.310Z Compiling hostname v0.3.1
18492025-01-22T08:46:54.981Z Compiling url v2.5.3
18502025-01-22T08:46:56.885Z Compiling http-body-util v0.1.2
18512025-01-22T08:46:57.220Z Compiling dirs-sys-next v0.1.2
18522025-01-22T08:46:57.409Z Compiling encoding_rs v0.8.34
18532025-01-22T08:46:57.516Z Compiling siphasher v0.3.11
18542025-01-22T08:46:57.678Z Compiling data-encoding v2.6.0
18552025-01-22T08:46:57.870Z Compiling ident_case v1.0.1
18562025-01-22T08:46:58.043Z Compiling gimli v0.31.1
18572025-01-22T08:46:59.132Z Compiling mime v0.3.17
18582025-01-22T08:47:00.183Z Compiling heck v0.4.1
18592025-01-22T08:47:00.205Z Compiling darling_core v0.20.10
18602025-01-22T08:47:00.549Z Compiling dirs-next v2.0.0
18612025-01-22T08:47:04.622Z Compiling addr2line v0.24.2
18622025-01-22T08:47:06.275Z Compiling unicode-normalization v0.1.24
18632025-01-22T08:47:07.350Z Compiling crossbeam-epoch v0.9.18
18642025-01-22T08:47:07.919Z Compiling serde_urlencoded v0.7.1
18652025-01-22T08:47:08.004Z Compiling rustls-pemfile v2.2.0
18662025-01-22T08:47:08.107Z Compiling hubpack_derive v0.1.1
18672025-01-22T08:47:08.477Z Compiling dropshot_endpoint v0.12.0
18682025-01-22T08:47:08.534Z Compiling sha1 v0.10.6
18692025-01-22T08:47:08.580Z Compiling signature v2.2.0
18702025-01-22T08:47:08.814Z Compiling curve25519-dalek-derive v0.1.1
18712025-01-22T08:47:08.928Z Compiling zerocopy-derive v0.6.6
18722025-01-22T08:47:09.018Z Compiling object v0.36.5
18732025-01-22T08:47:10.632Z Compiling thread_local v1.1.8
18742025-01-22T08:47:11.062Z Compiling fs-err v2.11.0
18752025-01-22T08:47:12.192Z Compiling rustc-demangle v0.1.24
18762025-01-22T08:47:14.496Z Compiling ipnet v2.10.1
18772025-01-22T08:47:15.251Z Compiling utf8parse v0.2.2
18782025-01-22T08:47:15.426Z Compiling anstyle v1.0.10
18792025-01-22T08:47:15.852Z Compiling unicode-bidi v0.3.17
18802025-01-22T08:47:16.193Z Compiling unicode-properties v0.1.3
18812025-01-22T08:47:17.085Z Compiling openssl-probe v0.1.5
18822025-01-22T08:47:17.567Z Compiling winnow v0.6.20
18832025-01-22T08:47:20.977Z Compiling toml_edit v0.22.22
18842025-01-22T08:47:21.049Z Compiling stringprep v0.1.5
18852025-01-22T08:47:22.558Z Compiling backtrace v0.3.74
18862025-01-22T08:47:23.577Z Compiling rustls-webpki v0.102.8
18872025-01-22T08:47:23.606Z Compiling anstyle-parse v0.2.5
18882025-01-22T08:47:28.150Z Compiling crossbeam-deque v0.8.5
18892025-01-22T08:47:31.616Z Compiling darling_macro v0.20.10
18902025-01-22T08:47:32.472Z Compiling term v0.7.0
18912025-01-22T08:47:33.083Z Compiling slog-json v2.6.1
18922025-01-22T08:47:33.742Z Compiling crossbeam-channel v0.5.13
18932025-01-22T08:47:34.011Z Compiling hashbrown v0.14.5
18942025-01-22T08:47:34.695Z Compiling futures-executor v0.3.31
18952025-01-22T08:47:34.982Z Compiling num-integer v0.1.46
18962025-01-22T08:47:35.125Z Compiling md-5 v0.10.6
18972025-01-22T08:47:35.165Z Compiling ff v0.13.0
18982025-01-22T08:47:35.366Z Compiling hash32 v0.2.1
18992025-01-22T08:47:35.393Z Compiling is-terminal v0.4.13
19002025-01-22T08:47:35.432Z Compiling memmap v0.7.0
19012025-01-22T08:47:35.723Z Compiling is_terminal_polyfill v1.70.1
19022025-01-22T08:47:35.882Z Compiling utf-8 v0.7.6
19032025-01-22T08:47:36.072Z Compiling psl-types v2.0.11
19042025-01-22T08:47:36.175Z Compiling colorchoice v1.0.2
19052025-01-22T08:47:36.344Z Compiling quick-error v1.2.3
19062025-01-22T08:47:36.501Z Compiling linked-hash-map v0.5.6
19072025-01-22T08:47:36.520Z Compiling take_mut v0.2.2
19082025-01-22T08:47:36.523Z Compiling base16ct v0.2.0
19092025-01-22T08:47:36.690Z Compiling anstyle-query v1.1.1
19102025-01-22T08:47:36.840Z Compiling fallible-iterator v0.2.0
19112025-01-22T08:47:36.843Z Compiling anstream v0.6.15
19122025-01-22T08:47:36.873Z Compiling lru-cache v0.1.2
19132025-01-22T08:47:37.077Z Compiling sec1 v0.7.3
19142025-01-22T08:47:37.421Z Compiling resolv-conf v0.7.0
19152025-01-22T08:47:37.514Z Compiling postgres-protocol v0.6.7
19162025-01-22T08:47:37.622Z Compiling publicsuffix v2.3.0
19172025-01-22T08:47:37.995Z Compiling tungstenite v0.24.0
19182025-01-22T08:47:38.251Z Compiling usdt v0.5.0
19192025-01-22T08:47:38.635Z Compiling slog-term v2.9.1
19202025-01-22T08:47:38.720Z Compiling num-iter v0.1.45
19212025-01-22T08:47:38.927Z Compiling group v0.13.0
19222025-01-22T08:47:39.068Z Compiling regress v0.10.1
19232025-01-22T08:47:39.237Z Compiling futures v0.3.31
19242025-01-22T08:47:41.798Z Compiling slog-bunyan v2.5.0
19252025-01-22T08:47:42.450Z Compiling darling v0.20.10
19262025-01-22T08:47:42.580Z Compiling tokio-rustls v0.26.0
19272025-01-22T08:47:42.669Z Compiling tokio-rustls v0.25.0
19282025-01-22T08:47:43.037Z Compiling toml v0.8.19
19292025-01-22T08:47:43.079Z Compiling tokio-native-tls v0.3.1
19302025-01-22T08:47:43.554Z Compiling hickory-proto v0.24.2
19312025-01-22T08:47:43.680Z Compiling strum_macros v0.25.3
19322025-01-22T08:47:44.367Z Compiling phf_shared v0.11.2
19332025-01-22T08:47:44.714Z Compiling async-stream v0.3.6
19342025-01-22T08:47:44.774Z Compiling waitgroup v0.1.2
19352025-01-22T08:47:44.980Z Compiling webpki-roots v0.26.6
19362025-01-22T08:47:45.349Z Compiling hkdf v0.12.4
19372025-01-22T08:47:45.377Z Compiling terminal_size v0.4.0
19382025-01-22T08:47:45.495Z Compiling serde_path_to_error v0.1.16
19392025-01-22T08:47:45.751Z Compiling crypto-bigint v0.5.5
19402025-01-22T08:47:46.204Z Compiling clap_derive v4.5.18
19412025-01-22T08:47:46.237Z Compiling derive-where v1.2.7
19422025-01-22T08:47:46.987Z Compiling serde_repr v0.1.19
19432025-01-22T08:47:47.612Z Compiling hostname v0.4.0
19442025-01-22T08:47:47.820Z Compiling crc32fast v1.4.2
19452025-01-22T08:47:48.007Z Compiling debug-ignore v1.0.5
19462025-01-22T08:47:48.127Z Compiling bitflags v1.3.2
19472025-01-22T08:47:48.173Z Compiling unicode-width v0.1.14
19482025-01-22T08:47:49.014Z Compiling managed v0.8.0
19492025-01-22T08:47:49.421Z Compiling clap_lex v0.7.2
19502025-01-22T08:47:49.513Z Compiling hickory-resolver v0.24.2
19512025-01-22T08:47:49.822Z Compiling clap_builder v4.5.21
19522025-01-22T08:47:51.467Z Compiling console v0.15.8
19532025-01-22T08:47:51.896Z Compiling elliptic-curve v0.13.8
19542025-01-22T08:47:53.283Z Compiling flate2 v1.0.35
19552025-01-22T08:47:54.858Z Compiling hyper-rustls v0.27.3
19562025-01-22T08:47:55.535Z Compiling phf v0.11.2
19572025-01-22T08:47:56.459Z Compiling hyper-tls v0.6.0
19582025-01-22T08:47:57.235Z Compiling typify-impl v0.2.0
19592025-01-22T08:47:57.560Z Compiling signal-hook-mio v0.2.4
19602025-01-22T08:47:57.736Z Compiling rayon v1.10.0
19612025-01-22T08:47:57.816Z Compiling bzip2 v0.4.4
19622025-01-22T08:47:58.198Z Compiling cookie_store v0.21.1
19632025-01-22T08:48:00.287Z Compiling tokio-tungstenite v0.24.0
19642025-01-22T08:48:02.032Z Compiling postgres-types v0.2.8
19652025-01-22T08:48:02.596Z Compiling zerocopy v0.6.6
19662025-01-22T08:48:02.619Z Compiling hubpack v0.1.2
19672025-01-22T08:48:03.038Z Compiling ed25519 v2.2.3
19682025-01-22T08:48:03.232Z Compiling phf_shared v0.10.0
19692025-01-22T08:48:03.394Z Compiling pkcs1 v0.7.5
19702025-01-22T08:48:03.452Z Compiling tokio-stream v0.1.16
19712025-01-22T08:48:03.637Z Compiling ipnetwork v0.20.0
19722025-01-22T08:48:04.330Z Compiling rfc6979 v0.4.0
19732025-01-22T08:48:04.392Z Compiling serde-big-array v0.5.1
19742025-01-22T08:48:04.509Z Compiling float-cmp v0.9.0
19752025-01-22T08:48:04.533Z Compiling sync_wrapper v1.0.1
19762025-01-22T08:48:04.689Z Compiling bstr v1.10.0
19772025-01-22T08:48:04.787Z Compiling precomputed-hash v0.1.1
19782025-01-22T08:48:04.917Z Compiling new_debug_unreachable v1.0.6
19792025-01-22T08:48:05.029Z Compiling normalize-line-endings v0.3.0
19802025-01-22T08:48:05.176Z Compiling static_assertions v1.1.0
19812025-01-22T08:48:05.290Z Compiling predicates-core v1.0.8
19822025-01-22T08:48:05.593Z Compiling whoami v1.5.2
19832025-01-22T08:48:05.745Z Compiling bit-vec v0.6.3
19842025-01-22T08:48:06.100Z Compiling fixedbitset v0.4.2
19852025-01-22T08:48:06.126Z Compiling difflib v0.4.0
19862025-01-22T08:48:06.142Z Compiling unicode-width v0.2.0
19872025-01-22T08:48:06.681Z Compiling number_prefix v0.4.0
19882025-01-22T08:48:06.745Z Compiling unicode-segmentation v1.12.0
19892025-01-22T08:48:07.170Z Compiling indicatif v0.17.9
19902025-01-22T08:48:07.441Z Compiling similar v2.6.0
19912025-01-22T08:48:07.558Z Compiling predicates v3.1.2
19922025-01-22T08:48:07.788Z Compiling typify-macro v0.2.0
19932025-01-22T08:48:08.888Z Compiling petgraph v0.6.5
19942025-01-22T08:48:09.226Z Compiling bit-set v0.5.3
19952025-01-22T08:48:09.507Z Compiling tokio-postgres v0.7.12
19962025-01-22T08:48:09.664Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19972025-01-22T08:48:10.657Z Compiling reqwest v0.12.9
19982025-01-22T08:48:11.101Z Compiling string_cache v0.8.7
19992025-01-22T08:48:12.461Z Compiling ecdsa v0.16.9
20002025-01-22T08:48:13.264Z Compiling qorb v0.2.1
20012025-01-22T08:48:13.955Z Compiling rsa v0.9.6
20022025-01-22T08:48:14.286Z Compiling ed25519-dalek v2.1.1
20032025-01-22T08:48:14.802Z Compiling zip v0.6.6
20042025-01-22T08:48:15.424Z Compiling crossterm v0.28.1
20052025-01-22T08:48:15.811Z Compiling clap v4.5.21
20062025-01-22T08:48:17.458Z Compiling toml v0.7.8
20072025-01-22T08:48:18.395Z Compiling x509-cert v0.2.5
20082025-01-22T08:48:18.638Z Compiling hex v0.4.3
20092025-01-22T08:48:19.457Z Compiling itertools v0.10.5
20102025-01-22T08:48:19.787Z Compiling zerocopy v0.8.10
20112025-01-22T08:48:19.854Z Compiling lalrpop-util v0.19.12
20122025-01-22T08:48:20.206Z Compiling unicode-xid v0.2.6
20132025-01-22T08:48:20.498Z Compiling peg-runtime v0.8.3
20142025-01-22T08:48:22.461Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20152025-01-22T08:48:26.560Z Compiling proc-macro-crate v1.3.1
20162025-01-22T08:48:27.221Z Compiling macaddr v1.0.1
20172025-01-22T08:48:27.598Z Compiling zerocopy-derive v0.8.10
20182025-01-22T08:48:27.617Z Compiling itertools v0.13.0
20192025-01-22T08:48:28.399Z Compiling heapless v0.8.0
20202025-01-22T08:48:30.490Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212025-01-22T08:48:35.568Z Compiling num_enum_derive v0.5.11
20222025-01-22T08:48:43.562Z Compiling hash32 v0.3.1
20232025-01-22T08:48:44.395Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20242025-01-22T08:48:45.373Z Compiling smoltcp v0.11.0
20252025-01-22T08:48:49.821Z Compiling num_enum v0.5.11
20262025-01-22T08:48:49.970Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20272025-01-22T08:48:50.466Z Compiling typify v0.2.0
20282025-01-22T08:48:50.612Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20292025-01-22T08:48:51.688Z Compiling proc-macro-error-attr v1.0.4
20302025-01-22T08:48:52.013Z Compiling cobs v0.2.3
20312025-01-22T08:48:52.132Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322025-01-22T08:48:52.495Z Compiling thiserror v2.0.11
20332025-01-22T08:48:53.058Z Compiling unsafe-libyaml v0.2.11
20342025-01-22T08:48:54.702Z Compiling serde_yaml v0.9.34+deprecated
20352025-01-22T08:48:55.043Z Compiling postcard v1.0.10
20362025-01-22T08:49:07.623Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20372025-01-22T08:49:09.814Z Compiling progenitor-impl v0.8.0
20382025-01-22T08:49:20.146Z Compiling strum_macros v0.26.4
20392025-01-22T08:49:21.006Z Compiling foreign-types-macros v0.2.3
20402025-01-22T08:49:21.182Z Compiling thiserror-impl v2.0.11
20412025-01-22T08:49:21.436Z Compiling structmeta-derive v0.3.0
20422025-01-22T08:49:22.090Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432025-01-22T08:49:22.174Z Compiling proc-macro-error v1.0.4
20442025-01-22T08:49:22.502Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20452025-01-22T08:49:22.800Z Compiling foreign-types-shared v0.3.1
20462025-01-22T08:49:24.359Z Compiling strum v0.26.3
20472025-01-22T08:49:25.125Z Compiling structmeta v0.3.0
20482025-01-22T08:49:28.083Z Compiling foreign-types v0.5.0
20492025-01-22T08:49:28.683Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502025-01-22T08:49:32.435Z Compiling progenitor-macro v0.8.0
20512025-01-22T08:49:36.806Z Compiling progenitor-client v0.8.0
20522025-01-22T08:49:37.270Z Compiling tabwriter v1.4.0
20532025-01-22T08:49:39.614Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20542025-01-22T08:49:40.803Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552025-01-22T08:49:41.205Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20562025-01-22T08:49:41.563Z Compiling cstr-argument v0.1.2
20572025-01-22T08:49:41.840Z Compiling dropshot v0.15.1
20582025-01-22T08:49:42.162Z Compiling crucible-workspace-hack v0.1.0
20592025-01-22T08:49:42.227Z Compiling pretty-hex v0.2.1
20602025-01-22T08:49:42.489Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20612025-01-22T08:49:42.800Z Compiling fastrand v2.1.1
20622025-01-22T08:49:43.084Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632025-01-22T08:49:43.212Z Compiling tempfile v3.13.0
20642025-01-22T08:49:43.231Z Compiling progenitor v0.8.0
20652025-01-22T08:49:43.497Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20662025-01-22T08:49:43.534Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20672025-01-22T08:49:43.737Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20682025-01-22T08:49:44.345Z Compiling parse-display-derive v0.10.0
20692025-01-22T08:49:44.441Z Compiling colored v2.1.0
20702025-01-22T08:49:44.891Z Compiling serde_with_macros v3.11.0
20712025-01-22T08:49:45.423Z Compiling dropshot_endpoint v0.15.1
20722025-01-22T08:49:45.669Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732025-01-22T08:49:46.406Z Compiling instant v0.1.13
20742025-01-22T08:49:46.603Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752025-01-22T08:49:47.065Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762025-01-22T08:49:47.318Z Compiling serde_with v3.11.0
20772025-01-22T08:49:47.988Z Compiling parse-display v0.10.0
20782025-01-22T08:49:49.192Z Compiling backoff v0.4.0
20792025-01-22T08:49:49.585Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802025-01-22T08:49:49.852Z Compiling zone_cfg_derive v0.3.0
20812025-01-22T08:49:50.214Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20822025-01-22T08:49:50.916Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20832025-01-22T08:49:51.146Z Compiling camino-tempfile v1.1.1
20842025-01-22T08:49:51.313Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20852025-01-22T08:49:51.559Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20862025-01-22T08:49:51.648Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20872025-01-22T08:49:51.860Z Compiling regress v0.9.1
20882025-01-22T08:49:51.885Z Compiling progenitor-client v0.9.1
20892025-01-22T08:49:52.021Z Compiling num-derive v0.4.2
20902025-01-22T08:49:52.818Z Compiling sigpipe v0.1.3
20912025-01-22T08:49:52.965Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20922025-01-22T08:49:53.274Z Compiling libefi-sys v0.1.0
20932025-01-22T08:49:53.662Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20942025-01-22T08:49:54.209Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
20952025-01-22T08:49:55.745Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20962025-01-22T08:49:56.836Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20972025-01-22T08:49:59.333Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20982025-01-22T08:49:59.868Z Compiling zone v0.3.0
20992025-01-22T08:50:00.358Z Compiling smf v0.2.3
21002025-01-22T08:50:02.988Z Compiling bitfield-struct v0.6.2
21012025-01-22T08:50:03.216Z Compiling blake3 v1.5.4
21022025-01-22T08:50:03.593Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21032025-01-22T08:50:04.170Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21042025-01-22T08:50:04.297Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21052025-01-22T08:50:04.448Z Compiling xattr v1.3.1
21062025-01-22T08:50:04.539Z Compiling memmap2 v0.9.5
21072025-01-22T08:50:04.795Z Compiling filetime v0.2.25
21082025-01-22T08:50:05.022Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21092025-01-22T08:50:05.131Z Compiling constant_time_eq v0.3.1
21102025-01-22T08:50:05.158Z Compiling same-file v1.0.6
21112025-01-22T08:50:05.161Z Compiling arrayref v0.3.9
21122025-01-22T08:50:05.280Z Compiling arrayvec v0.7.6
21132025-01-22T08:50:05.303Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21142025-01-22T08:50:05.329Z Compiling tar v0.4.42
21152025-01-22T08:50:05.461Z Compiling walkdir v2.5.0
21162025-01-22T08:50:07.070Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21172025-01-22T08:50:07.526Z Compiling gethostname v0.5.0
21182025-01-22T08:50:07.754Z Compiling cargo-platform v0.1.8
21192025-01-22T08:50:07.999Z Compiling topological-sort v0.2.2
21202025-01-22T08:50:08.291Z Compiling omicron-zone-package v0.12.0
21212025-01-22T08:50:08.372Z Compiling cargo_metadata v0.18.1
21222025-01-22T08:50:08.829Z Compiling shell-words v1.1.0
21232025-01-22T08:50:09.361Z Compiling indent_write v2.2.0
21242025-01-22T08:50:15.275Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21252025-01-22T08:50:17.761Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21262025-01-22T08:50:20.391Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21272025-01-22T08:50:37.483Z Finished `release` profile [optimized] target(s) in 5m 11s
21282025-01-22T08:50:37.647Z Running `target/release/omicron-package -t test target create -p dev`
21292025-01-22T08:50:37.692ZLogging to: /work/oxidecomputer/omicron/out/LOG
21302025-01-22T08:50:37.694ZCreated new build target 'test' and set it as active
21312025-01-22T08:50:37.694Z
21322025-01-22T08:50:37.694Zreal 5:11.381325400
21332025-01-22T08:50:37.694Zuser 36:26.586146266
21342025-01-22T08:50:37.695Zsys 3:18.150313040
21352025-01-22T08:50:37.695Ztrap 1.129705456
21362025-01-22T08:50:37.695Ztflt 2.650687235
21372025-01-22T08:50:37.695Zdflt 0.620275833
21382025-01-22T08:50:37.695Zkflt 0.007447300
21392025-01-22T08:50:37.695Zlock 1:12:48.004100059
21402025-01-22T08:50:37.695Zslp 2:26:20.856811396
21412025-01-22T08:50:37.695Zlat 2:45.146396967
21422025-01-22T08:50:37.695Zstop 4:39.797508498
21432025-01-22T08:50:37.698Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21442025-01-22T08:50:38.651Z Finished `release` profile [optimized] target(s) in 0.90s
21452025-01-22T08:50:38.713Z Running `target/release/omicron-package -t test package`
21462025-01-22T08:50:38.760ZLogging to: /work/oxidecomputer/omicron/out/LOG
21472025-01-22T08:50:39.884Z Compiling thiserror v2.0.11
21482025-01-22T08:50:40.019Z Compiling typify-impl v0.3.0
21492025-01-22T08:50:40.032Z Compiling convert_case v0.4.0
21502025-01-22T08:50:40.034Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21512025-01-22T08:50:40.034Z Compiling newline-converter v0.3.0
21522025-01-22T08:50:40.042Z Compiling password-hash v0.5.0
21532025-01-22T08:50:40.045Z Compiling blake2 v0.10.6
21542025-01-22T08:50:40.047Z Compiling base64 v0.21.7
21552025-01-22T08:50:40.262Z Compiling expectorate v1.1.0
21562025-01-22T08:50:40.375Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21572025-01-22T08:50:40.538Z Compiling atomicwrites v0.4.4
21582025-01-22T08:50:40.678Z Compiling derive_more v0.99.18
21592025-01-22T08:50:41.052Z Compiling argon2 v0.5.3
21602025-01-22T08:50:41.071Z Compiling owo-colors v4.1.0
21612025-01-22T08:50:41.142Z Compiling cancel-safe-futures v0.1.5
21622025-01-22T08:50:41.317Z Compiling num-rational v0.4.2
21632025-01-22T08:50:41.412Z Compiling progenitor-client v0.9.1
21642025-01-22T08:50:41.527Z Compiling num-complex v0.4.6
21652025-01-22T08:50:41.932Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21662025-01-22T08:50:42.505Z Compiling num v0.4.3
21672025-01-22T08:50:42.685Z Compiling libsw v3.3.1
21682025-01-22T08:50:42.892Z Compiling float-ord v0.3.2
21692025-01-22T08:50:43.018Z Compiling swrite v0.1.0
21702025-01-22T08:50:43.088Z Compiling linear-map v1.2.0
21712025-01-22T08:50:43.177Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722025-01-22T08:50:43.336Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21732025-01-22T08:50:43.495Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21742025-01-22T08:50:43.682Z Compiling highway v1.2.0
21752025-01-22T08:50:45.023Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21762025-01-22T08:50:45.110Z Compiling semver v0.1.20
21772025-01-22T08:50:45.636Z Compiling rustc_version v0.1.7
21782025-01-22T08:50:46.032Z Compiling newtype_derive v0.1.6
21792025-01-22T08:50:46.337Z Compiling tungstenite v0.21.0
21802025-01-22T08:50:46.662Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21812025-01-22T08:50:51.058Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21822025-01-22T08:50:51.148Z Compiling typify-macro v0.3.0
21832025-01-22T08:50:51.274Z Compiling ipnetwork v0.20.0
21842025-01-22T08:50:52.014Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21852025-01-22T08:50:52.662Z Compiling tokio-tungstenite v0.21.0
21862025-01-22T08:50:52.803Z Compiling progenitor-client v0.8.0
21872025-01-22T08:50:52.837Z Compiling humantime v2.1.0
21882025-01-22T08:50:53.270Z Compiling progenitor v0.8.0
21892025-01-22T08:50:53.426Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21902025-01-22T08:50:53.507Z Compiling dropshot v0.15.1
21912025-01-22T08:50:53.596Z Compiling instant v0.1.13
21922025-01-22T08:50:53.775Z Compiling backoff v0.4.0
21932025-01-22T08:50:54.112Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942025-01-22T08:50:54.286Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21952025-01-22T08:50:54.519Z Compiling typify v0.3.0
21962025-01-22T08:50:54.666Z Compiling progenitor-impl v0.9.1
21972025-01-22T08:51:00.641Z Compiling progenitor-macro v0.9.1
21982025-01-22T08:51:01.638Z Compiling steno v0.4.1
21992025-01-22T08:51:01.656Z Compiling parse-display v0.10.0
22002025-01-22T08:51:02.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012025-01-22T08:51:02.152Z Compiling strum v0.26.3
22022025-01-22T08:51:02.257Z Compiling serde_with v3.11.0
22032025-01-22T08:51:02.361Z Compiling regress v0.9.1
22042025-01-22T08:51:05.756Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22052025-01-22T08:51:06.943Z Compiling macaddr v1.0.1
22062025-01-22T08:51:07.383Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22072025-01-22T08:51:07.409Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22082025-01-22T08:51:07.567Z Compiling slog-dtrace v0.3.0
22092025-01-22T08:51:08.032Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22102025-01-22T08:51:08.106Z Compiling prettyplease v0.2.25
22112025-01-22T08:51:10.120Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22122025-01-22T08:51:11.641Z Compiling progenitor v0.9.1
22132025-01-22T08:51:11.873Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22142025-01-22T08:51:13.735Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22152025-01-22T08:51:23.712Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22162025-01-22T08:51:24.694Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22172025-01-22T08:51:25.522Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22182025-01-22T08:51:26.598Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22192025-01-22T08:51:27.772Z Compiling half v2.4.1
22202025-01-22T08:51:29.819Z Compiling ciborium-io v0.2.2
22212025-01-22T08:51:29.983Z Compiling ciborium-ll v0.2.2
22222025-01-22T08:51:30.518Z Compiling ciborium v0.2.2
22232025-01-22T08:51:31.220Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22242025-01-22T08:51:31.842Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22252025-01-22T08:51:32.522Z Compiling display-error-chain v0.2.2
22262025-01-22T08:51:32.776Z Compiling fastrand v2.1.1
22272025-01-22T08:51:32.927Z Compiling same-file v1.0.6
22282025-01-22T08:51:33.200Z Compiling tempfile v3.13.0
22292025-01-22T08:51:33.280Z Compiling walkdir v2.5.0
22302025-01-22T08:51:33.913Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22312025-01-22T08:51:33.940Z Compiling blake3 v1.5.4
22322025-01-22T08:51:34.621Z Compiling const_format_proc_macros v0.2.33
22332025-01-22T08:51:36.446Z Compiling xattr v1.3.1
22342025-01-22T08:51:36.713Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22352025-01-22T08:51:36.734Z Compiling filetime v0.2.25
22362025-01-22T08:51:37.032Z Compiling memmap2 v0.9.5
22372025-01-22T08:51:37.130Z Compiling maplit v1.0.2
22382025-01-22T08:51:37.214Z Compiling constant_time_eq v0.3.1
22392025-01-22T08:51:37.271Z Compiling arrayvec v0.7.6
22402025-01-22T08:51:37.386Z Compiling keccak v0.1.5
22412025-01-22T08:51:37.451Z Compiling arrayref v0.3.9
22422025-01-22T08:51:37.566Z Compiling crunchy v0.2.2
22432025-01-22T08:51:38.036Z Compiling sha3 v0.10.8
22442025-01-22T08:51:38.523Z Compiling tar v0.4.42
22452025-01-22T08:51:38.678Z Compiling const_format v0.2.33
22462025-01-22T08:51:38.936Z Compiling camino-tempfile v1.1.1
22472025-01-22T08:51:39.020Z Compiling toolchain_find v0.4.0
22482025-01-22T08:51:39.376Z Compiling radium v0.7.0
22492025-01-22T08:51:39.582Z Compiling topological-sort v0.2.2
22502025-01-22T08:51:39.817Z Compiling tiny-keccak v2.0.2
22512025-01-22T08:51:39.864Z Compiling omicron-zone-package v0.12.0
22522025-01-22T08:51:39.927Z Compiling rustfmt-wrapper v0.2.1
22532025-01-22T08:51:40.372Z Compiling dsl_auto_type v0.1.2
22542025-01-22T08:51:40.486Z Compiling scheduled-thread-pool v0.2.7
22552025-01-22T08:51:40.503Z Compiling diesel_table_macro_syntax v0.2.0
22562025-01-22T08:51:40.892Z Compiling tap v1.0.1
22572025-01-22T08:51:41.096Z Compiling maybe-uninit v2.0.0
22582025-01-22T08:51:41.601Z Compiling diesel_derives v2.2.3
22592025-01-22T08:51:41.641Z Compiling wyz v0.5.1
22602025-01-22T08:51:41.827Z Compiling r2d2 v0.8.10
22612025-01-22T08:51:42.561Z Compiling phf_generator v0.11.2
22622025-01-22T08:51:42.770Z Compiling ascii-canvas v3.0.0
22632025-01-22T08:51:42.796Z Compiling secrecy v0.8.0
22642025-01-22T08:51:43.066Z Compiling ena v0.14.3
22652025-01-22T08:51:43.218Z Compiling async-recursion v1.1.1
22662025-01-22T08:51:43.463Z Compiling funty v2.0.0
22672025-01-22T08:51:44.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22682025-01-22T08:51:44.580Z Compiling regex-syntax v0.6.29
22692025-01-22T08:51:44.606Z Compiling diff v0.1.13
22702025-01-22T08:51:44.834Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22712025-01-22T08:51:45.079Z Compiling arc-swap v1.7.1
22722025-01-22T08:51:45.699Z Compiling packed_struct v0.10.1
22732025-01-22T08:51:45.720Z Compiling crc-catalog v2.4.0
22742025-01-22T08:51:45.901Z Compiling crc v3.2.1
22752025-01-22T08:51:46.144Z Compiling slog-scope v4.4.0
22762025-01-22T08:51:46.216Z Compiling bitvec v1.0.1
22772025-01-22T08:51:46.987Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22782025-01-22T08:51:47.917Z Compiling lalrpop v0.19.12
22792025-01-22T08:51:49.503Z Compiling phf_codegen v0.11.2
22802025-01-22T08:51:49.861Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22812025-01-22T08:51:50.688Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22822025-01-22T08:51:50.902Z Compiling universal-hash v0.5.1
22832025-01-22T08:51:50.902Z Compiling packed_struct_codegen v0.10.1
22842025-01-22T08:51:51.164Z Compiling thiserror-impl-no-std v2.0.2
22852025-01-22T08:51:52.398Z Compiling diesel v2.2.6
22862025-01-22T08:51:53.314Z Compiling parse-zoneinfo v0.3.1
22872025-01-22T08:51:53.493Z Compiling unicase v2.7.0
22882025-01-22T08:51:53.892Z Compiling indexmap v1.9.3
22892025-01-22T08:51:54.225Z Compiling nodrop v0.1.14
22902025-01-22T08:51:54.377Z Compiling opaque-debug v0.3.1
22912025-01-22T08:51:54.493Z Compiling ref-cast v1.0.23
22922025-01-22T08:51:54.731Z Compiling poly1305 v0.8.0
22932025-01-22T08:51:55.022Z Compiling array-init v0.0.4
22942025-01-22T08:51:56.050Z Compiling chrono-tz-build v0.4.0
22952025-01-22T08:51:56.219Z Compiling thiserror-no-std v2.0.2
22962025-01-22T08:51:57.044Z Compiling smallvec v0.6.14
22972025-01-22T08:51:57.501Z Compiling slog-stdlog v4.1.1
22982025-01-22T08:51:58.902Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992025-01-22T08:51:59.226Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23002025-01-22T08:51:59.545Z Compiling derive_builder_core v0.20.2
23012025-01-22T08:52:00.518Z Compiling chacha20 v0.9.1
23022025-01-22T08:52:00.996Z Compiling headers-core v0.3.0
23032025-01-22T08:52:01.189Z Compiling aead v0.5.2
23042025-01-22T08:52:01.545Z Compiling libxml v0.3.3
23052025-01-22T08:52:01.589Z Compiling ref-cast-impl v1.0.23
23062025-01-22T08:52:01.905Z Compiling vte_generate_state_changes v0.1.2
23072025-01-22T08:52:02.499Z Compiling hashbrown v0.12.3
23082025-01-22T08:52:02.714Z Compiling termcolor v1.4.1
23092025-01-22T08:52:03.761Z Compiling bitfield v0.14.0
23102025-01-22T08:52:04.081Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23112025-01-22T08:52:04.859Z Compiling env_logger v0.10.2
23122025-01-22T08:52:08.140Z Compiling vte v0.11.1
23132025-01-22T08:52:09.669Z Compiling derive_builder_macro v0.20.2
23142025-01-22T08:52:10.501Z Compiling chacha20poly1305 v0.10.1
23152025-01-22T08:52:10.570Z Compiling polar-core v0.27.3
23162025-01-22T08:52:10.745Z Compiling headers v0.4.0
23172025-01-22T08:52:14.291Z Compiling slog-envlogger v2.2.0
23182025-01-22T08:52:14.361Z Compiling serde-hex v0.1.0
23192025-01-22T08:52:16.896Z Compiling chrono-tz v0.10.1
23202025-01-22T08:52:17.553Z Compiling vsss-rs v3.3.4
23212025-01-22T08:52:19.317Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23222025-01-22T08:52:21.516Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232025-01-22T08:52:21.851Z Compiling ron v0.8.1
23242025-01-22T08:52:22.290Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23252025-01-22T08:52:22.614Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23262025-01-22T08:52:23.193Z Compiling hashbrown v0.13.2
23272025-01-22T08:52:24.470Z Compiling strum_macros v0.24.3
23282025-01-22T08:52:26.999Z Compiling fxhash v0.2.1
23292025-01-22T08:52:27.262Z Compiling samael v0.0.17
23302025-01-22T08:52:27.396Z Compiling crc-any v2.5.0
23312025-01-22T08:52:27.453Z Compiling bumpalo v3.16.0
23322025-01-22T08:52:28.009Z Compiling zip v2.1.3
23332025-01-22T08:52:28.323Z Compiling lockfree-object-pool v0.1.6
23342025-01-22T08:52:28.353Z Compiling bytecount v0.6.8
23352025-01-22T08:52:28.654Z Compiling indoc v1.0.9
23362025-01-22T08:52:28.731Z Compiling simd-adler32 v0.3.7
23372025-01-22T08:52:29.358Z Compiling zopfli v0.8.1
23382025-01-22T08:52:32.160Z Compiling papergrid v0.11.0
23392025-01-22T08:52:33.718Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23402025-01-22T08:52:35.094Z Compiling object v0.30.4
23412025-01-22T08:52:37.799Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23422025-01-22T08:52:42.018Z Compiling derive_builder v0.20.2
23432025-01-22T08:52:45.426Z Compiling strip-ansi-escapes v0.2.0
23442025-01-22T08:52:46.405Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23452025-01-22T08:52:46.673Z Compiling tabled_derive v0.7.0
23462025-01-22T08:52:46.728Z Compiling fd-lock v4.0.2
23472025-01-22T08:52:46.969Z Compiling peg-macros v0.8.4
23482025-01-22T08:52:47.012Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23492025-01-22T08:52:48.002Z Compiling kstat-rs v0.2.4
23502025-01-22T08:52:48.375Z Compiling oso-derive v0.27.3
23512025-01-22T08:52:48.673Z Compiling impl-trait-for-tuples v0.2.2
23522025-01-22T08:52:48.832Z Compiling quick-xml v0.33.0
23532025-01-22T08:52:49.329Z Compiling diesel-dtrace v0.4.2
23542025-01-22T08:52:49.658Z Compiling path-slash v0.1.5
23552025-01-22T08:52:49.923Z Compiling nu-ansi-term v0.50.1
23562025-01-22T08:52:50.156Z Compiling peg v0.8.4
23572025-01-22T08:52:50.283Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23582025-01-22T08:52:51.198Z Compiling reedline v0.35.0
23592025-01-22T08:52:54.561Z Compiling tabled v0.15.0
23602025-01-22T08:52:54.607Z Compiling oso v0.27.3
23612025-01-22T08:53:00.082Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23622025-01-22T08:53:05.983Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23632025-01-22T08:53:14.985Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23642025-01-22T08:53:18.419Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23652025-01-22T08:53:19.938Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23662025-01-22T08:53:20.407Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23672025-01-22T08:53:20.879Z Compiling pem v3.0.4
23682025-01-22T08:53:22.219Z Compiling bb8 v0.8.5
23692025-01-22T08:53:22.807Z Compiling bcs v0.1.6
23702025-01-22T08:53:23.750Z Compiling libz-sys v1.1.20
23712025-01-22T08:53:24.416Z Compiling termtree v0.5.1
23722025-01-22T08:53:24.716Z Compiling parking_lot_core v0.8.6
23732025-01-22T08:53:25.377Z Compiling async-bb8-diesel v0.2.1
23742025-01-22T08:53:26.171Z Compiling mime_guess v2.0.5
23752025-01-22T08:53:27.942Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23762025-01-22T08:53:30.640Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23772025-01-22T08:53:31.245Z Compiling buf-list v1.0.3
23782025-01-22T08:53:33.381Z Compiling nibble_vec v0.1.0
23792025-01-22T08:53:33.709Z Compiling libgit2-sys v0.17.0+1.8.1
23802025-01-22T08:53:34.476Z Compiling pin-project-internal v1.1.6
23812025-01-22T08:53:35.520Z Compiling atty v0.2.14
23822025-01-22T08:53:35.708Z Compiling endian-type v0.1.2
23832025-01-22T08:53:35.971Z Compiling http-range v0.1.5
23842025-01-22T08:53:36.573Z Compiling salty v0.3.0
23852025-01-22T08:53:37.041Z Compiling radix_trie v0.2.1
23862025-01-22T08:53:37.093Z Compiling pin-project v1.1.6
23872025-01-22T08:53:37.866Z Compiling parking_lot v0.11.2
23882025-01-22T08:53:42.565Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23892025-01-22T08:53:43.744Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23902025-01-22T08:53:44.335Z Compiling snafu-derive v0.8.5
23912025-01-22T08:53:48.472Z Compiling hyper-staticfile v0.10.1
23922025-01-22T08:53:48.709Z Compiling snafu v0.8.5
23932025-01-22T08:53:48.792Z Compiling sled v0.34.7
23942025-01-22T08:53:49.935Z Compiling hickory-client v0.24.2
23952025-01-22T08:53:57.063Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23962025-01-22T08:54:05.265Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23972025-01-22T08:54:07.377Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23982025-01-22T08:54:15.857Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23992025-01-22T08:54:18.241Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24002025-01-22T08:54:18.873Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24012025-01-22T08:54:20.383Z Compiling hickory-server v0.24.2
24022025-01-22T08:54:22.193Z Compiling globset v0.4.15
24032025-01-22T08:54:23.950Z Compiling primeorder v0.13.6
24042025-01-22T08:54:24.480Z Compiling olpc-cjson v0.1.4
24052025-01-22T08:54:24.841Z Compiling vergen v8.3.2
24062025-01-22T08:54:25.159Z Compiling castaway v0.2.3
24072025-01-22T08:54:25.373Z Compiling env_filter v0.1.2
24082025-01-22T08:54:26.823Z Compiling serde_plain v1.0.2
24092025-01-22T08:54:27.365Z Compiling cargo-platform v0.1.8
24102025-01-22T08:54:27.841Z Compiling nanorand v0.7.0
24112025-01-22T08:54:28.135Z Compiling memoffset v0.9.1
24122025-01-22T08:54:28.483Z Compiling typed-path v0.9.3
24132025-01-22T08:54:28.660Z Compiling flume v0.11.1
24142025-01-22T08:54:29.425Z Compiling git2 v0.19.0
24152025-01-22T08:54:29.428Z Compiling cargo_metadata v0.18.1
24162025-01-22T08:54:31.692Z Compiling tough v0.19.0
24172025-01-22T08:54:32.336Z Compiling env_logger v0.11.5
24182025-01-22T08:54:33.768Z Compiling compact_str v0.8.0
24192025-01-22T08:54:35.152Z Compiling p384 v0.13.0
24202025-01-22T08:54:35.304Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24212025-01-22T08:54:35.670Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24222025-01-22T08:54:36.248Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24232025-01-22T08:54:37.659Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24242025-01-22T08:54:38.820Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24252025-01-22T08:54:42.039Z Compiling unicode-truncate v1.1.0
24262025-01-22T08:54:42.328Z Compiling lru v0.12.5
24272025-01-22T08:54:42.659Z Compiling rand_seeder v0.3.0
24282025-01-22T08:54:43.059Z Compiling libsqlite3-sys v0.30.1
24292025-01-22T08:54:43.586Z Compiling lzma-sys v0.1.20
24302025-01-22T08:54:44.279Z Compiling instability v0.3.2
24312025-01-22T08:54:44.560Z Compiling cfg_aliases v0.2.1
24322025-01-22T08:54:44.688Z Compiling cassowary v0.3.0
24332025-01-22T08:54:45.221Z Compiling rustls v0.21.12
24342025-01-22T08:54:45.532Z Compiling parse-size v1.1.0
24352025-01-22T08:54:45.558Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24362025-01-22T08:54:45.918Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24372025-01-22T08:54:45.971Z Compiling ratatui v0.28.1
24382025-01-22T08:54:46.002Z Compiling nix v0.29.0
24392025-01-22T08:54:46.933Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24402025-01-22T08:54:47.177Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24412025-01-22T08:54:48.394Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24422025-01-22T08:54:48.896Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24432025-01-22T08:54:49.634Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24442025-01-22T08:54:49.950Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24452025-01-22T08:54:53.494Z Compiling sct v0.7.1
24462025-01-22T08:54:53.621Z Compiling rustls-webpki v0.101.7
24472025-01-22T08:54:53.987Z Compiling heck v0.3.3
24482025-01-22T08:54:54.321Z Compiling csv-core v0.1.11
24492025-01-22T08:54:55.201Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24502025-01-22T08:54:55.529Z Compiling glob v0.3.1
24512025-01-22T08:54:57.439Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24522025-01-22T08:54:57.541Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24532025-01-22T08:54:57.871Z Compiling csv v1.3.0
24542025-01-22T08:55:00.012Z Compiling zone_cfg_derive v0.1.2
24552025-01-22T08:55:01.339Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24562025-01-22T08:55:04.363Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24572025-01-22T08:55:04.703Z Compiling nix v0.27.1
24582025-01-22T08:55:04.937Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24592025-01-22T08:55:06.120Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24602025-01-22T08:55:08.169Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24612025-01-22T08:55:11.528Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24622025-01-22T08:55:16.418Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24632025-01-22T08:55:16.747Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24642025-01-22T08:55:17.838Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24652025-01-22T08:55:18.150Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24662025-01-22T08:55:18.474Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24672025-01-22T08:55:18.804Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24682025-01-22T08:55:19.001Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24692025-01-22T08:55:19.514Z Compiling tungstenite v0.23.0
24702025-01-22T08:55:19.718Z Compiling hashlink v0.9.1
24712025-01-22T08:55:20.489Z Compiling base64 v0.13.1
24722025-01-22T08:55:20.585Z Compiling fallible-streaming-iterator v0.1.9
24732025-01-22T08:55:20.881Z Compiling fallible-iterator v0.3.0
24742025-01-22T08:55:21.264Z Compiling ron v0.7.1
24752025-01-22T08:55:21.660Z Compiling rusqlite v0.32.1
24762025-01-22T08:55:22.574Z Compiling tokio-tungstenite v0.23.1
24772025-01-22T08:55:23.195Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24782025-01-22T08:55:23.472Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24792025-01-22T08:55:25.882Z Compiling xz2 v0.1.7
24802025-01-22T08:55:26.479Z Compiling tokio-rustls v0.24.1
24812025-01-22T08:55:26.496Z Compiling zone v0.1.8
24822025-01-22T08:55:29.843Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24832025-01-22T08:55:31.940Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24842025-01-22T08:55:33.365Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24852025-01-22T08:55:35.936Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24862025-01-22T08:55:36.208Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24872025-01-22T08:55:42.377Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24882025-01-22T08:55:44.000Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24892025-01-22T08:55:45.558Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24902025-01-22T08:55:45.603Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24912025-01-22T08:55:48.991Z Compiling rustls-pemfile v1.0.4
24922025-01-22T08:55:49.371Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24932025-01-22T08:55:49.703Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24942025-01-22T08:55:49.765Z Compiling signal-hook-tokio v0.3.1
24952025-01-22T08:55:49.886Z Compiling twox-hash v1.6.3
24962025-01-22T08:55:49.906Z Compiling yasna v0.5.2
24972025-01-22T08:55:49.995Z Compiling smawk v0.3.2
24982025-01-22T08:55:50.287Z Compiling unicode-linebreak v0.1.5
24992025-01-22T08:55:50.862Z Compiling is_ci v1.2.0
25002025-01-22T08:55:50.878Z Compiling textwrap v0.16.1
25012025-01-22T08:55:51.174Z Compiling supports-color v3.0.1
25022025-01-22T08:55:51.613Z Compiling rcgen v0.12.1
25032025-01-22T08:55:53.160Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25042025-01-22T08:55:54.481Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25052025-01-22T08:56:01.648Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25062025-01-22T08:56:03.450Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25072025-01-22T08:56:05.082Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25082025-01-22T08:56:15.614Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25092025-01-22T08:56:20.412Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25102025-01-22T08:56:23.074Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25112025-01-22T08:56:23.615Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25122025-01-22T08:56:33.287Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25132025-01-22T08:56:39.403Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25142025-01-22T08:56:39.735Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25152025-01-22T08:56:39.782Z Compiling fatfs v0.3.6
25162025-01-22T08:56:42.503Z Compiling rtoolbox v0.0.2
25172025-01-22T08:56:42.649Z Compiling subprocess v0.2.9
25182025-01-22T08:56:42.951Z Compiling assert_matches v1.5.0
25192025-01-22T08:56:45.849Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25202025-01-22T08:56:47.261Z Compiling rpassword v7.3.1
25212025-01-22T08:56:47.755Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25222025-01-22T08:56:49.747Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25232025-01-22T08:56:53.318Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25242025-01-22T08:56:56.814Z Compiling tui-tree-widget v0.22.0
25252025-01-22T08:56:57.319Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25262025-01-22T08:57:02.685Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25272025-01-22T08:57:03.011Z Compiling uzers v0.12.1
25282025-01-22T08:57:06.054Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25292025-01-22T08:57:10.851Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25302025-01-22T08:57:12.768Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25312025-01-22T08:57:39.342Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25322025-01-22T08:57:41.806Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25332025-01-22T08:57:46.398Z Compiling multimap v0.10.0
25342025-01-22T09:00:13.258Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25352025-01-22T09:00:22.018Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25362025-01-22T09:07:29.701Z Finished `release` profile [optimized] target(s) in 16m 50s
25372025-01-22T09:08:32.693Z
25382025-01-22T09:08:32.696Zreal 17:54.961964240
25392025-01-22T09:08:32.696Zuser 2:04:09.514335751
25402025-01-22T09:08:32.696Zsys 3:12.494878274
25412025-01-22T09:08:32.696Ztrap 3.097471568
25422025-01-22T09:08:32.696Ztflt 2.930407140
25432025-01-22T09:08:32.696Zdflt 3.555757350
25442025-01-22T09:08:32.696Zkflt 0.075724521
25452025-01-22T09:08:32.696Zlock 7:28:49.296343059
25462025-01-22T09:08:32.696Zslp 6:22:35.000519286
25472025-01-22T09:08:32.696Zlat 3:23.582951472
25482025-01-22T09:08:32.696Zstop 2:41.774167365
25492025-01-22T09:08:32.696Z+ mapfile -t packages
25502025-01-22T09:08:32.696Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25512025-01-22T09:08:33.684Z Finished `release` profile [optimized] target(s) in 0.93s
25522025-01-22T09:08:33.742Z Running `target/release/omicron-package -t test list-outputs`
25532025-01-22T09:08:33.789ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542025-01-22T09:08:33.792Z+ ptime -m cargo build --locked --release -p xtask
25552025-01-22T09:08:34.346Z Compiling serde v1.0.217
25562025-01-22T09:08:34.349Z Compiling rustix v0.38.37
25572025-01-22T09:08:34.349Z Compiling libc v0.2.169
25582025-01-22T09:08:34.349Z Compiling serde_json v1.0.135
25592025-01-22T09:08:34.439Z Compiling syn v2.0.96
25602025-01-22T09:08:34.456Z Compiling bitflags v2.6.0
25612025-01-22T09:08:34.771Z Compiling usdt-impl v0.5.0
25622025-01-22T09:08:34.843Z Compiling syn v1.0.109
25632025-01-22T09:08:34.956Z Compiling log v0.4.22
25642025-01-22T09:08:34.972Z Compiling hashbrown v0.15.1
25652025-01-22T09:08:35.234Z Compiling fs-err v2.11.0
25662025-01-22T09:08:35.383Z Compiling once_cell v1.20.2
25672025-01-22T09:08:35.554Z Compiling anyhow v1.0.93
25682025-01-22T09:08:35.864Z Compiling thread-id v4.2.2
25692025-01-22T09:08:36.188Z Compiling indexmap v2.7.0
25702025-01-22T09:08:36.978Z Compiling terminal_size v0.4.0
25712025-01-22T09:08:36.979Z Compiling tempfile v3.13.0
25722025-01-22T09:08:37.226Z Compiling clap_builder v4.5.21
25732025-01-22T09:08:38.141Z Compiling proc-macro-error v1.0.4
25742025-01-22T09:08:39.003Z Compiling tabled_derive v0.7.0
25752025-01-22T09:08:40.110Z Compiling tabled v0.15.0
25762025-01-22T09:08:40.718Z Compiling serde_derive v1.0.217
25772025-01-22T09:08:40.718Z Compiling thiserror-impl v1.0.69
25782025-01-22T09:08:40.721Z Compiling zerocopy-derive v0.7.35
25792025-01-22T09:08:40.721Z Compiling scroll_derive v0.12.0
25802025-01-22T09:08:40.721Z Compiling clap_derive v4.5.18
25812025-01-22T09:08:42.074Z Compiling scroll v0.12.0
25822025-01-22T09:08:42.537Z Compiling zerocopy v0.7.35
25832025-01-22T09:08:42.699Z Compiling goblin v0.8.2
25842025-01-22T09:08:43.385Z Compiling thiserror v1.0.69
25852025-01-22T09:08:43.594Z Compiling pest v2.7.14
25862025-01-22T09:08:46.371Z Compiling pest_meta v2.7.14
25872025-01-22T09:08:46.648Z Compiling clap v4.5.21
25882025-01-22T09:08:47.995Z Compiling pest_generator v2.7.14
25892025-01-22T09:08:50.057Z Compiling pest_derive v2.7.14
25902025-01-22T09:08:50.818Z Compiling dtrace-parser v0.2.0
25912025-01-22T09:08:55.055Z Compiling serde_tokenstream v0.2.2
25922025-01-22T09:08:55.684Z Compiling dof v0.3.0
25932025-01-22T09:08:56.217Z Compiling toml_datetime v0.6.8
25942025-01-22T09:08:56.938Z Compiling serde_spanned v0.6.8
25952025-01-22T09:08:57.220Z Compiling toml_edit v0.22.22
25962025-01-22T09:08:58.379Z Compiling camino v1.1.9
25972025-01-22T09:08:59.691Z Compiling usdt-attr-macro v0.5.0
25982025-01-22T09:09:01.023Z Compiling toml v0.8.19
25992025-01-22T09:09:02.626Z Compiling usdt-macro v0.5.0
26002025-01-22T09:09:03.694Z Compiling semver v1.0.24
26012025-01-22T09:09:03.793Z Compiling cargo-platform v0.1.8
26022025-01-22T09:09:04.860Z Compiling cargo_metadata v0.18.1
26032025-01-22T09:09:05.162Z Compiling usdt v0.5.0
26042025-01-22T09:09:05.640Z Compiling cargo_toml v0.20.5
26052025-01-22T09:09:06.564Z Compiling camino-tempfile v1.1.1
26062025-01-22T09:09:07.080Z Compiling macaddr v1.0.1
26072025-01-22T09:09:17.174Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26082025-01-22T09:09:27.835Z Finished `release` profile [optimized] target(s) in 53.98s
26092025-01-22T09:09:27.967Z
26102025-01-22T09:09:27.969Zreal 54.145668400
26112025-01-22T09:09:27.969Zuser 5:40.705765224
26122025-01-22T09:09:27.969Zsys 18.020756412
26132025-01-22T09:09:27.969Ztrap 0.155415729
26142025-01-22T09:09:27.969Ztflt 0.202186814
26152025-01-22T09:09:27.969Zdflt 0.279274046
26162025-01-22T09:09:27.969Zkflt 0.000020438
26172025-01-22T09:09:27.969Zlock 10:28.138328798
26182025-01-22T09:09:27.969Zslp 16:03.013368428
26192025-01-22T09:09:27.969Zlat 14.898005191
26202025-01-22T09:09:27.969Zstop 16.599633465
26212025-01-22T09:09:27.970Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26222025-01-22T09:09:27.970Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232025-01-22T09:09:27.970Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26242025-01-22T09:09:27.970Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252025-01-22T09:09:27.970Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26262025-01-22T09:09:28.829Z Compiling hashbrown v0.14.5
26272025-01-22T09:09:28.959Z Compiling thiserror v2.0.11
26282025-01-22T09:09:28.971Z Compiling thiserror-impl v2.0.11
26292025-01-22T09:09:28.973Z Compiling ident_case v1.0.1
26302025-01-22T09:09:28.993Z Compiling unsafe-libyaml v0.2.11
26312025-01-22T09:09:29.008Z Compiling ipnetwork v0.20.0
26322025-01-22T09:09:29.011Z Compiling progenitor-client v0.9.1
26332025-01-22T09:09:29.011Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26342025-01-22T09:09:29.150Z Compiling darling_core v0.20.10
26352025-01-22T09:09:29.473Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26362025-01-22T09:09:29.544Z Compiling macaddr v1.0.1
26372025-01-22T09:09:29.837Z Compiling progenitor-client v0.8.0
26382025-01-22T09:09:29.876Z Compiling instant v0.1.13
26392025-01-22T09:09:30.026Z Compiling regress v0.10.1
26402025-01-22T09:09:30.046Z Compiling structmeta-derive v0.3.0
26412025-01-22T09:09:30.077Z Compiling dropshot v0.15.1
26422025-01-22T09:09:30.132Z Compiling regress v0.9.1
26432025-01-22T09:09:30.299Z Compiling serde_yaml v0.9.34+deprecated
26442025-01-22T09:09:30.463Z Compiling dropshot_endpoint v0.15.1
26452025-01-22T09:09:30.880Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26462025-01-22T09:09:32.149Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26472025-01-22T09:09:32.397Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26482025-01-22T09:09:32.717Z Compiling structmeta v0.3.0
26492025-01-22T09:09:33.052Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26502025-01-22T09:09:33.131Z Compiling parse-display-derive v0.10.0
26512025-01-22T09:09:33.172Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26522025-01-22T09:09:33.374Z Compiling backoff v0.4.0
26532025-01-22T09:09:33.564Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26542025-01-22T09:09:33.799Z Compiling typify-impl v0.2.0
26552025-01-22T09:09:33.980Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26562025-01-22T09:09:34.171Z Compiling tempfile v3.13.0
26572025-01-22T09:09:34.344Z Compiling proc-macro-crate v1.3.1
26582025-01-22T09:09:34.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26592025-01-22T09:09:34.994Z Compiling typify-impl v0.3.0
26602025-01-22T09:09:35.041Z Compiling itertools v0.13.0
26612025-01-22T09:09:35.213Z Compiling darling_macro v0.20.10
26622025-01-22T09:09:35.239Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26632025-01-22T09:09:35.278Z Compiling num_enum_derive v0.5.11
26642025-01-22T09:09:35.543Z Compiling zerocopy v0.8.10
26652025-01-22T09:09:36.138Z Compiling darling v0.20.10
26662025-01-22T09:09:36.279Z Compiling serde_with_macros v3.11.0
26672025-01-22T09:09:36.518Z Compiling foreign-types-macros v0.2.3
26682025-01-22T09:09:37.255Z Compiling parse-display v0.10.0
26692025-01-22T09:09:37.714Z Compiling num_enum v0.5.11
26702025-01-22T09:09:37.768Z Compiling zerocopy-derive v0.8.10
26712025-01-22T09:09:37.866Z Compiling heapless v0.8.0
26722025-01-22T09:09:37.905Z Compiling crucible-workspace-hack v0.1.0
26732025-01-22T09:09:37.951Z Compiling foreign-types-shared v0.3.1
26742025-01-22T09:09:38.099Z Compiling foreign-types v0.5.0
26752025-01-22T09:09:38.227Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26762025-01-22T09:09:38.249Z Compiling proc-macro-error v1.0.4
26772025-01-22T09:09:38.758Z Compiling serde_with v3.11.0
26782025-01-22T09:09:38.966Z Compiling camino-tempfile v1.1.1
26792025-01-22T09:09:39.132Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26802025-01-22T09:09:39.427Z Compiling hash32 v0.3.1
26812025-01-22T09:09:39.704Z Compiling cstr-argument v0.1.2
26822025-01-22T09:09:39.956Z Compiling smoltcp v0.11.0
26832025-01-22T09:09:39.976Z Compiling pretty-hex v0.2.1
26842025-01-22T09:09:40.167Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26852025-01-22T09:09:40.514Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26862025-01-22T09:09:40.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26872025-01-22T09:09:41.274Z Compiling tabwriter v1.4.0
26882025-01-22T09:09:41.655Z Compiling colored v2.1.0
26892025-01-22T09:09:41.739Z Compiling cobs v0.2.3
26902025-01-22T09:09:42.055Z Compiling postcard v1.0.10
26912025-01-22T09:09:42.313Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26922025-01-22T09:09:42.640Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26932025-01-22T09:09:42.766Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26942025-01-22T09:09:42.842Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26952025-01-22T09:09:43.175Z Compiling smf v0.2.3
26962025-01-22T09:09:43.658Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26972025-01-22T09:09:43.837Z Compiling zone_cfg_derive v0.3.0
26982025-01-22T09:09:44.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
26992025-01-22T09:09:44.433Z Compiling num-derive v0.4.2
27002025-01-22T09:09:44.452Z Compiling sigpipe v0.1.3
27012025-01-22T09:09:44.584Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27022025-01-22T09:09:44.928Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27032025-01-22T09:09:45.081Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27042025-01-22T09:09:45.234Z Compiling zone v0.3.0
27052025-01-22T09:09:45.810Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27062025-01-22T09:09:45.876Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27072025-01-22T09:09:46.341Z Compiling universal-hash v0.5.1
27082025-01-22T09:09:46.566Z Compiling opaque-debug v0.3.1
27092025-01-22T09:09:46.681Z Compiling tungstenite v0.21.0
27102025-01-22T09:09:46.716Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27112025-01-22T09:09:46.740Z Compiling num-rational v0.4.2
27122025-01-22T09:09:46.760Z Compiling password-hash v0.5.0
27132025-01-22T09:09:47.549Z Compiling blake2 v0.10.6
27142025-01-22T09:09:47.569Z Compiling num-complex v0.4.6
27152025-01-22T09:09:47.687Z Compiling aead v0.5.2
27162025-01-22T09:09:48.083Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27172025-01-22T09:09:48.298Z Compiling base64 v0.21.7
27182025-01-22T09:09:48.318Z Compiling convert_case v0.4.0
27192025-01-22T09:09:48.549Z Compiling keccak v0.1.5
27202025-01-22T09:09:48.629Z Compiling num v0.4.3
27212025-01-22T09:09:48.745Z Compiling argon2 v0.5.3
27222025-01-22T09:09:48.944Z Compiling sha3 v0.10.8
27232025-01-22T09:09:48.971Z Compiling typify-macro v0.2.0
27242025-01-22T09:09:49.037Z Compiling tokio-tungstenite v0.21.0
27252025-01-22T09:09:49.241Z Compiling derive_more v0.99.18
27262025-01-22T09:09:49.686Z Compiling poly1305 v0.8.0
27272025-01-22T09:09:49.886Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27282025-01-22T09:09:49.999Z Compiling chacha20 v0.9.1
27292025-01-22T09:09:50.027Z Compiling float-ord v0.3.2
27302025-01-22T09:09:50.226Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27312025-01-22T09:09:50.499Z Compiling same-file v1.0.6
27322025-01-22T09:09:50.641Z Compiling semver v0.1.20
27332025-01-22T09:09:50.694Z Compiling typify-macro v0.3.0
27342025-01-22T09:09:50.801Z Compiling walkdir v2.5.0
27352025-01-22T09:09:51.464Z Compiling rustc_version v0.1.7
27362025-01-22T09:09:51.576Z Compiling newline-converter v0.3.0
27372025-01-22T09:09:51.706Z Compiling primeorder v0.13.6
27382025-01-22T09:09:51.709Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27392025-01-22T09:09:51.767Z Compiling secrecy v0.8.0
27402025-01-22T09:09:51.917Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27412025-01-22T09:09:52.018Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27422025-01-22T09:09:52.232Z Compiling cancel-safe-futures v0.1.5
27432025-01-22T09:09:52.253Z Compiling owo-colors v4.1.0
27442025-01-22T09:09:52.288Z Compiling newtype_derive v0.1.6
27452025-01-22T09:09:52.597Z Compiling expectorate v1.1.0
27462025-01-22T09:09:52.618Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27472025-01-22T09:09:52.621Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27482025-01-22T09:09:52.699Z Compiling thiserror-impl-no-std v2.0.2
27492025-01-22T09:09:52.802Z Compiling blake3 v1.5.4
27502025-01-22T09:09:52.903Z Compiling half v2.4.1
27512025-01-22T09:09:53.016Z Compiling typify v0.2.0
27522025-01-22T09:09:53.171Z Compiling progenitor-impl v0.8.0
27532025-01-22T09:09:53.252Z Compiling unicase v2.7.0
27542025-01-22T09:09:53.452Z Compiling arc-swap v1.7.1
27552025-01-22T09:09:53.518Z Compiling ciborium-io v0.2.2
27562025-01-22T09:09:53.664Z Compiling ciborium-ll v0.2.2
27572025-01-22T09:09:53.824Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27582025-01-22T09:09:54.067Z Compiling slog-scope v4.4.0
27592025-01-22T09:09:54.087Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27602025-01-22T09:09:54.567Z Compiling polyval v0.6.2
27612025-01-22T09:09:54.701Z Compiling typify v0.3.0
27622025-01-22T09:09:54.863Z Compiling progenitor-impl v0.9.1
27632025-01-22T09:09:54.961Z Compiling atomicwrites v0.4.4
27642025-01-22T09:09:55.018Z Compiling libsw v3.3.1
27652025-01-22T09:09:55.326Z Compiling memmap2 v0.9.5
27662025-01-22T09:09:55.349Z Compiling salty v0.3.0
27672025-01-22T09:09:55.513Z Compiling thiserror-no-std v2.0.2
27682025-01-22T09:09:55.650Z Compiling arrayref v0.3.9
27692025-01-22T09:09:55.755Z Compiling linear-map v1.2.0
27702025-01-22T09:09:55.775Z Compiling arrayvec v0.7.6
27712025-01-22T09:09:55.778Z Compiling libefi-sys v0.1.0
27722025-01-22T09:09:56.094Z Compiling parking_lot_core v0.8.6
27732025-01-22T09:09:56.115Z Compiling indent_write v2.2.0
27742025-01-22T09:09:56.164Z Compiling constant_time_eq v0.3.1
27752025-01-22T09:09:56.319Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27762025-01-22T09:09:56.395Z Compiling vsss-rs v3.3.4
27772025-01-22T09:09:56.421Z Compiling ghash v0.5.1
27782025-01-22T09:09:56.669Z Compiling slog-stdlog v4.1.1
27792025-01-22T09:09:56.704Z Compiling ciborium v0.2.2
27802025-01-22T09:09:57.541Z Compiling p384 v0.13.0
27812025-01-22T09:09:57.743Z Compiling toolchain_find v0.4.0
27822025-01-22T09:09:58.010Z Compiling chacha20poly1305 v0.10.1
27832025-01-22T09:09:58.066Z Compiling ctr v0.9.2
27842025-01-22T09:09:58.270Z Compiling lzma-sys v0.1.20
27852025-01-22T09:09:58.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27862025-01-22T09:09:58.438Z Compiling bitfield-struct v0.6.2
27872025-01-22T09:09:58.817Z Compiling slog-dtrace v0.3.0
27882025-01-22T09:09:59.045Z Compiling topological-sort v0.2.2
27892025-01-22T09:09:59.066Z Compiling highway v1.2.0
27902025-01-22T09:09:59.267Z Compiling omicron-zone-package v0.12.0
27912025-01-22T09:09:59.419Z Compiling aes-gcm v0.10.3
27922025-01-22T09:09:59.737Z Compiling rustfmt-wrapper v0.2.1
27932025-01-22T09:09:59.837Z Compiling mime_guess v2.0.5
27942025-01-22T09:09:59.868Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27952025-01-22T09:10:00.026Z Compiling slog-envlogger v2.2.0
27962025-01-22T09:10:00.302Z Compiling progenitor-macro v0.8.0
27972025-01-22T09:10:00.350Z Compiling steno v0.4.1
27982025-01-22T09:10:00.997Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27992025-01-22T09:10:01.152Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28002025-01-22T09:10:01.172Z Compiling heck v0.3.3
28012025-01-22T09:10:01.535Z Compiling ssh-encoding v0.2.0
28022025-01-22T09:10:01.562Z Compiling blowfish v0.9.1
28032025-01-22T09:10:01.649Z Compiling nibble_vec v0.1.0
28042025-01-22T09:10:01.888Z Compiling env_filter v0.1.2
28052025-01-22T09:10:01.906Z Compiling progenitor-macro v0.9.1
28062025-01-22T09:10:02.002Z Compiling humantime v2.1.0
28072025-01-22T09:10:02.050Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28082025-01-22T09:10:02.282Z Compiling endian-type v0.1.2
28092025-01-22T09:10:02.362Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28102025-01-22T09:10:02.499Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28112025-01-22T09:10:02.534Z Compiling radix_trie v0.2.1
28122025-01-22T09:10:02.585Z Compiling env_logger v0.11.5
28132025-01-22T09:10:02.631Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-22T09:10:02.728Z Compiling ssh-cipher v0.2.0
28152025-01-22T09:10:03.173Z Compiling bcrypt-pbkdf v0.10.0
28162025-01-22T09:10:03.275Z Compiling zone_cfg_derive v0.1.2
28172025-01-22T09:10:03.858Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28182025-01-22T09:10:04.064Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28192025-01-22T09:10:04.249Z Compiling parking_lot v0.11.2
28202025-01-22T09:10:04.715Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28212025-01-22T09:10:04.769Z Compiling password-hash v0.4.2
28222025-01-22T09:10:05.124Z Compiling gethostname v0.5.0
28232025-01-22T09:10:05.144Z Compiling fxhash v0.2.1
28242025-01-22T09:10:05.251Z Compiling zip v2.1.3
28252025-01-22T09:10:05.271Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28262025-01-22T09:10:05.324Z Compiling http-range v0.1.5
28272025-01-22T09:10:05.372Z Compiling base64 v0.13.1
28282025-01-22T09:10:05.568Z Compiling bumpalo v3.16.0
28292025-01-22T09:10:05.588Z Compiling simd-adler32 v0.3.7
28302025-01-22T09:10:05.628Z Compiling lockfree-object-pool v0.1.6
28312025-01-22T09:10:05.731Z Compiling sled v0.34.7
28322025-01-22T09:10:05.914Z Compiling ron v0.7.1
28332025-01-22T09:10:05.962Z Compiling zopfli v0.8.1
28342025-01-22T09:10:06.069Z Compiling pbkdf2 v0.11.0
28352025-01-22T09:10:06.162Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28362025-01-22T09:10:06.445Z Compiling zone v0.1.8
28372025-01-22T09:10:06.849Z Compiling xz2 v0.1.7
28382025-01-22T09:10:06.977Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28392025-01-22T09:10:07.661Z Compiling ssh-key v0.6.6
28402025-01-22T09:10:07.929Z Compiling hickory-client v0.24.2
28412025-01-22T09:10:08.370Z Compiling p521 v0.13.3
28422025-01-22T09:10:08.489Z Compiling p256 v0.13.2
28432025-01-22T09:10:09.311Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28442025-01-22T09:10:09.333Z Compiling hickory-server v0.24.2
28452025-01-22T09:10:10.343Z Compiling pem v3.0.4
28462025-01-22T09:10:10.730Z Compiling yasna v0.5.2
28472025-01-22T09:10:11.098Z Compiling headers-core v0.3.0
28482025-01-22T09:10:11.282Z Compiling kstat-rs v0.2.4
28492025-01-22T09:10:11.859Z Compiling nanorand v0.7.0
28502025-01-22T09:10:11.914Z Compiling atty v0.2.14
28512025-01-22T09:10:12.076Z Compiling russh-cryptovec v0.7.3
28522025-01-22T09:10:12.095Z Compiling md5 v0.7.0
28532025-01-22T09:10:12.267Z Compiling flume v0.11.1
28542025-01-22T09:10:12.390Z Compiling russh-keys v0.45.0
28552025-01-22T09:10:12.418Z Compiling rcgen v0.12.1
28562025-01-22T09:10:12.591Z Compiling headers v0.4.0
28572025-01-22T09:10:12.941Z Compiling progenitor v0.8.0
28582025-01-22T09:10:13.174Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28592025-01-22T09:10:13.615Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28602025-01-22T09:10:14.370Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28612025-01-22T09:10:14.762Z Compiling hyper-staticfile v0.10.1
28622025-01-22T09:10:14.766Z Compiling progenitor v0.9.1
28632025-01-22T09:10:14.915Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28642025-01-22T09:10:15.068Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28652025-01-22T09:10:15.090Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28662025-01-22T09:10:15.732Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28672025-01-22T09:10:15.735Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28682025-01-22T09:10:16.039Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28692025-01-22T09:10:17.708Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28702025-01-22T09:10:18.312Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28712025-01-22T09:10:18.421Z Compiling num-bigint v0.4.6
28722025-01-22T09:10:20.248Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28732025-01-22T09:10:20.578Z Compiling des v0.8.1
28742025-01-22T09:10:20.927Z Compiling subprocess v0.2.9
28752025-01-22T09:10:21.152Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28762025-01-22T09:10:21.363Z Compiling display-error-chain v0.2.2
28772025-01-22T09:10:21.593Z Compiling hex-literal v0.4.1
28782025-01-22T09:10:21.770Z Compiling russh v0.45.0
28792025-01-22T09:10:21.980Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28802025-01-22T09:10:22.681Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28812025-01-22T09:10:25.097Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28822025-01-22T09:10:25.544Z Compiling internet-checksum v0.2.1
28832025-01-22T09:10:29.619Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842025-01-22T09:10:29.619Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28852025-01-22T09:10:29.622Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28862025-01-22T09:10:29.622Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28872025-01-22T09:10:30.543Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28882025-01-22T09:10:32.341Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28892025-01-22T09:10:33.414Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28902025-01-22T09:10:33.702Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912025-01-22T09:10:34.436Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28922025-01-22T09:10:36.712Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28932025-01-22T09:10:36.799Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28942025-01-22T09:10:37.279Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28952025-01-22T09:10:37.302Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28962025-01-22T09:10:38.246Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28972025-01-22T09:10:38.701Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982025-01-22T09:10:40.291Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28992025-01-22T09:10:40.841Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29002025-01-22T09:10:41.843Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29012025-01-22T09:10:43.333Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29022025-01-22T09:10:43.913Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29032025-01-22T09:10:44.297Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29042025-01-22T09:10:44.483Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29052025-01-22T09:10:46.160Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29062025-01-22T09:10:46.866Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29072025-01-22T09:10:48.704Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29082025-01-22T09:10:49.645Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29092025-01-22T09:10:51.213Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102025-01-22T09:10:51.450Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112025-01-22T09:10:56.486Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29122025-01-22T09:11:04.553Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29132025-01-22T09:11:06.074Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29142025-01-22T09:11:28.169Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29152025-01-22T09:11:50.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29162025-01-22T09:11:51.194Z
29172025-01-22T09:11:51.194Zreal 2:23.182173541
29182025-01-22T09:11:51.194Zuser 12:12.207917458
29192025-01-22T09:11:51.194Zsys 1:33.675348311
29202025-01-22T09:11:51.194Ztrap 0.356896491
29212025-01-22T09:11:51.194Ztflt 0.994472586
29222025-01-22T09:11:51.194Zdflt 1.246391533
29232025-01-22T09:11:51.197Zkflt 0.000073715
29242025-01-22T09:11:51.197Zlock 22:34.938232671
29252025-01-22T09:11:51.197Zslp 42:00.499933711
29262025-01-22T09:11:51.197Zlat 37.474280045
29272025-01-22T09:11:51.197Zstop 1:36.656072781
29282025-01-22T09:11:51.197Z+ mkdir tests
29292025-01-22T09:11:51.200Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29302025-01-22T09:11:51.200Z+ xargs -I '{}' -t cp '{}' tests/
29312025-01-22T09:11:51.242Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bd9123359f8052ec tests/
29322025-01-22T09:11:51.269Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bf105ba6b77f500f tests/
29332025-01-22T09:11:51.294Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1766b4da6615e8e1 tests/
29342025-01-22T09:11:51.320Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b9e00db60b26e4d1 tests/
29352025-01-22T09:11:51.602Z+ 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/*)
29362025-01-22T09:11:51.605Z+ 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-bd9123359f8052ec tests/commtest-1766b4da6615e8e1 tests/dhcp_server-bf105ba6b77f500f tests/end_to_end_tests-b9e00db60b26e4d1 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
29372025-01-22T09:13:05.125ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29382025-01-22T09:13:05.125Za .github/buildomat/ci-env.sh 1K
29392025-01-22T09:13:05.125Za out/target/test 1K
29402025-01-22T09:13:05.125Za out/npuzone/npuzone 23144K
29412025-01-22T09:13:05.125Za package-manifest.toml 34K
29422025-01-22T09:13:05.125Za smf/sled-agent/non-gimlet/config.toml 4K
29432025-01-22T09:13:05.125Za target/release/omicron-package 36016K
29442025-01-22T09:13:05.125Za target/release/xtask 11911K
29452025-01-22T09:13:05.125Za target/debug/bootstrap 220360K
29462025-01-22T09:13:05.125Za tests/bootstrap-bd9123359f8052ec 24276K
29472025-01-22T09:13:05.125Za tests/commtest-1766b4da6615e8e1 24769K
29482025-01-22T09:13:05.125Za tests/dhcp_server-bf105ba6b77f500f 24276K
29492025-01-22T09:13:05.125Za tests/end_to_end_tests-b9e00db60b26e4d1 282391K
29502025-01-22T09:13:05.125Za out/clickhouse.tar.gz 294270K
29512025-01-22T09:13:05.126Za out/clickhouse_keeper.tar.gz 281397K
29522025-01-22T09:13:05.126Za out/clickhouse_server.tar.gz 294253K
29532025-01-22T09:13:05.126Za out/cockroachdb.tar.gz 135000K
29542025-01-22T09:13:05.126Za out/crucible-dtrace.tar 96K
29552025-01-22T09:13:05.126Za out/crucible-pantry-zone.tar.gz 28545K
29562025-01-22T09:13:05.126Za out/crucible-zone.tar.gz 36823K
29572025-01-22T09:13:05.126Za out/external-dns.tar.gz 35458K
29582025-01-22T09:13:05.126Za out/internal-dns.tar.gz 35458K
29592025-01-22T09:13:05.127Za out/mg-ddm-gz.tar 63075K
29602025-01-22T09:13:05.127Za out/nexus.tar.gz 99881K
29612025-01-22T09:13:05.127Za out/ntp.tar.gz 10508K
29622025-01-22T09:13:05.127Za out/omicron-gateway-softnpu.tar.gz 24104K
29632025-01-22T09:13:05.127Za out/omicron-sled-agent.tar 114127K
29642025-01-22T09:13:05.128Za out/overlay.tar.gz 3K
29652025-01-22T09:13:05.128Za out/oximeter.tar.gz 48374K
29662025-01-22T09:13:05.128Za out/oxlog.tar 3153K
29672025-01-22T09:13:05.128Za out/probe.tar.gz 2764K
29682025-01-22T09:13:05.128Za out/propolis-server.tar.gz 66467K
29692025-01-22T09:13:05.128Za out/pumpkind-gz.tar 26665K
29702025-01-22T09:13:05.128Za out/switch-softnpu.tar.gz 236112K
29712025-01-22T09:13:05.131Z
29722025-01-22T09:13:05.131Zreal 1:13.519799126
29732025-01-22T09:13:05.131Zuser 1:10.222419655
29742025-01-22T09:13:05.131Zsys 4.604537301
29752025-01-22T09:13:05.131Ztrap 0.017654820
29762025-01-22T09:13:05.131Ztflt 0.000000000
29772025-01-22T09:13:05.131Zdflt 0.000000000
29782025-01-22T09:13:05.131Zkflt 0.000000000
29792025-01-22T09:13:05.131Zlock 0.000000000
29802025-01-22T09:13:05.131Zslp 1:10.086971640
29812025-01-22T09:13:05.131Zlat 2.102971972
29822025-01-22T09:13:05.131Zstop 0.000221978
29832025-01-22T09:13:05.131Zprocess exited: duration 1961244 ms, exit code 0
 
29842025-01-22T09:13:05.146Zfound 1 output files
29852025-01-22T09:13:05.146Zuploading: /work/package.tar.gz (1902546715 bytes)
29862025-01-22T09:13:54.506Zuploaded: /work/package.tar.gz