01JJZ8Q0MV7C0QHVH27Y65M5YS: 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: 01JJZ8QGYJM75FN1R2N601ZW32

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-31T22:47:57.531Zjob assigned to worker 01JJZ8QQ8ZH29JQ72YPJJQ246X [factory aws, i-0d134ee574f6fad9f] (queued for 59 s)
 
22025-01-31T22:48:05.344Zstarting task 0: "setup"
32025-01-31T22:48:05.354Z++ uname -s
42025-01-31T22:48:05.361Z+ kern=SunOS
52025-01-31T22:48:05.361Z+ build_user=build
62025-01-31T22:48:05.363Z+ build_uid=12345
72025-01-31T22:48:05.363Z+ work_dir=/work
82025-01-31T22:48:05.363Z+ input_dir=/input
92025-01-31T22:48:05.363Z+ [[ 0 == 12345 ]]
102025-01-31T22:48:05.363Z+ case "$kern" in
112025-01-31T22:48:05.363Z+ groupadd -g 12345 build
122025-01-31T22:48:05.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-01-31T22:48:07.366Z+ zfs create -o mountpoint=/work rpool/work
142025-01-31T22:48:07.542Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-01-31T22:48:07.546Z+ home_fs=zfs
162025-01-31T22:48:07.546Z+ [[ zfs == autofs ]]
172025-01-31T22:48:07.546Z+ mkdir -p /home/build
182025-01-31T22:48:07.549Z+ chown build:build /home/build /work
192025-01-31T22:48:09.551Z+ chmod 0700 /home/build /work
202025-01-31T22:48:09.554Zprocess exited: duration 4209 ms, exit code 0
 
212025-01-31T22:48:09.559Zstarting task 1: "rust-toolchain"
222025-01-31T22:48:09.565Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-01-31T22:48:09.565Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-01-31T22:48:09.565Z * rust toolchain channel = "1.84.0"
252025-01-31T22:48:09.565Z * rust toolchain profile = "default"
262025-01-31T22:48:09.565Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-01-31T22:48:09.565Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-01-31T22:48:09.568Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-01-31T22:48:09.568Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-01-31T22:48:09.683Zinfo: downloading installer
312025-01-31T22:48:10.991Zwarning: it looks like you have an existing installation of Rust at:
322025-01-31T22:48:10.991Zwarning: /opt/ooce/bin
332025-01-31T22:48:10.991Zwarning: It is recommended that rustup be the primary Rust installation.
342025-01-31T22:48:10.991Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-01-31T22:48:10.991Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-01-31T22:48:10.991Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-01-31T22:48:10.991Zwarning: or pass `-y' to ignore all ignorable checks.
382025-01-31T22:48:10.991Zerror: cannot install while Rust is installed
392025-01-31T22:48:10.991Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-01-31T22:48:11.007Zinfo: profile set to 'default'
412025-01-31T22:48:11.007Zinfo: default host triple is x86_64-unknown-illumos
422025-01-31T22:48:11.010Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-01-31T22:48:11.145Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-01-31T22:48:11.145Zinfo: downloading component 'cargo'
452025-01-31T22:48:11.878Zinfo: downloading component 'clippy'
462025-01-31T22:48:12.160Zinfo: downloading component 'rust-docs'
472025-01-31T22:48:13.167Zinfo: downloading component 'rust-std'
482025-01-31T22:48:14.692Zinfo: downloading component 'rustc'
492025-01-31T22:48:20.347Zinfo: downloading component 'rustfmt'
502025-01-31T22:48:20.560Zinfo: installing component 'cargo'
512025-01-31T22:48:21.386Zinfo: installing component 'clippy'
522025-01-31T22:48:21.764Zinfo: installing component 'rust-docs'
532025-01-31T22:48:23.452Zinfo: installing component 'rust-std'
542025-01-31T22:48:25.148Zinfo: installing component 'rustc'
552025-01-31T22:48:31.179Zinfo: installing component 'rustfmt'
562025-01-31T22:48:31.506Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-01-31T22:48:31.506Z
582025-01-31T22:48:31.905Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-01-31T22:48:31.906Z
602025-01-31T22:48:32.911Z
612025-01-31T22:48:32.911ZRust is installed now. Great!
622025-01-31T22:48:32.911Z
632025-01-31T22:48:32.911ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-01-31T22:48:32.911Zenvironment variable. This has not been done automatically.
652025-01-31T22:48:32.911Z
662025-01-31T22:48:32.911ZTo configure your current shell, you need to source
672025-01-31T22:48:32.912Zthe corresponding env file under $HOME/.cargo.
682025-01-31T22:48:32.912Z
692025-01-31T22:48:32.913ZThis is usually done by running one of the following (note the leading DOT):
702025-01-31T22:48:32.913Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-01-31T22:48:32.913Zsource "$HOME/.cargo/env.fish" # For fish
722025-01-31T22:48:32.915Z+ rustup --version
732025-01-31T22:48:32.915Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-01-31T22:48:32.915Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-01-31T22:48:32.915Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
762025-01-31T22:48:32.915Z+ cargo --version
772025-01-31T22:48:32.915Zcargo 1.84.0 (66221abde 2024-11-19)
782025-01-31T22:48:32.915Z+ rustc --version
792025-01-31T22:48:32.916Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-01-31T22:48:32.916Zprocess exited: duration 22646 ms, exit code 0
 
812025-01-31T22:48:32.921Zstarting task 2: "authentication"
822025-01-31T22:48:32.944Zprocess exited: duration 22 ms, exit code 0
 
832025-01-31T22:48:32.949Zstarting task 3: "clone repository"
842025-01-31T22:48:32.954Z+ mkdir -p /work/oxidecomputer/omicron
852025-01-31T22:48:32.957Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-01-31T22:48:33.003ZCloning into '/work/oxidecomputer/omicron'...
872025-01-31T22:48:40.978Z+ cd /work/oxidecomputer/omicron
882025-01-31T22:48:40.978Z+ git fetch origin 4b08032dc3c887cf4512518705d80f22b50b0a48
892025-01-31T22:48:41.279ZFrom https://github.com/oxidecomputer/omicron
902025-01-31T22:48:41.279Z * branch 4b08032dc3c887cf4512518705d80f22b50b0a48 -> FETCH_HEAD
912025-01-31T22:48:41.288Z+ [[ -n affinity-api ]]
922025-01-31T22:48:41.291Z++ git branch --show-current
932025-01-31T22:48:41.293Z+ current=main
942025-01-31T22:48:41.293Z+ [[ main != affinity-api ]]
952025-01-31T22:48:41.293Z+ git branch -f affinity-api 4b08032dc3c887cf4512518705d80f22b50b0a48
962025-01-31T22:48:41.296Z+ git checkout -f affinity-api
972025-01-31T22:48:41.433ZSwitched to branch 'affinity-api'
982025-01-31T22:48:41.436Z+ git reset --hard 4b08032dc3c887cf4512518705d80f22b50b0a48
992025-01-31T22:48:41.575ZHEAD is now at 4b08032dc typed UUID
1002025-01-31T22:48:41.578Zprocess exited: duration 8624 ms, exit code 0
 
1012025-01-31T22:48:41.583Zstarting task 4: "build"
1022025-01-31T22:48:41.589Z+ source .github/buildomat/ci-env.sh
1032025-01-31T22:48:41.589Z++ export CARGO_TERM_COLOR=always
1042025-01-31T22:48:41.589Z++ CARGO_TERM_COLOR=always
1052025-01-31T22:48:41.591Z+ cargo --version
1062025-01-31T22:48:41.641Zcargo 1.84.0 (66221abde 2024-11-19)
1072025-01-31T22:48:41.644Z+ rustc --version
1082025-01-31T22:48:41.705Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1092025-01-31T22:48:41.708Z+ WORK=/work
1102025-01-31T22:48:41.708Z+ pfexec mkdir -p /work
1112025-01-31T22:48:41.712Z+ pfexec chown build /work
1122025-01-31T22:48:41.716Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-01-31T22:48:43.377Zpkg list: illegal option -- F
1142025-01-31T22:48:43.377ZUsage:
1152025-01-31T22:48:43.380Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-01-31T22:48:43.380Z [pkg_fmri_pattern ...]
1172025-01-31T22:48:44.214Zpkg list: illegal option -- F
1182025-01-31T22:48:44.214ZUsage:
1192025-01-31T22:48:44.217Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-31T22:48:44.217Z [pkg_fmri_pattern ...]
1212025-01-31T22:48:51.692Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-01-31T22:48:55.774Z Startup: Caching catalogs ... Done
1232025-01-31T22:49:07.219ZPlanning: Solver setup ... Done (10.638s)
1242025-01-31T22:49:07.368ZPlanning: Running solver ... Done (0.149s)
1252025-01-31T22:49:07.478ZPlanning: Finding local manifests ... Done (0.006s)
1262025-01-31T22:49:07.535ZPlanning: Fetching manifests: 0/7 0% complete
1272025-01-31T22:49:08.233ZPlanning: Fetching manifests: 7/7 100% complete
1282025-01-31T22:49:08.343ZPlanning: Package planning ... Done (0.109s)
1292025-01-31T22:49:08.400ZPlanning: Merging actions ... Done (0.057s)
1302025-01-31T22:49:08.600ZPlanning: Checking for conflicting actions ... Done (0.200s)
1312025-01-31T22:49:10.791ZPlanning: Consolidating action changes ... Done (2.189s)
1322025-01-31T22:49:11.235ZPlanning: Evaluating mediators ... Done (0.444s)
1332025-01-31T22:49:11.314ZPlanning: Planning completed in 15.44 seconds
1342025-01-31T22:49:11.332Z Packages to install: 4
1352025-01-31T22:49:11.332Z Packages to update: 3
1362025-01-31T22:49:11.335Z Mediators to change: 2
1372025-01-31T22:49:11.335Z Services to change: 1
1382025-01-31T22:49:11.335Z Estimated space available: 155.61 GB
1392025-01-31T22:49:11.336ZEstimated space to be consumed: 1.65 GB
1402025-01-31T22:49:11.336Z Create boot environment: No
1412025-01-31T22:49:11.336ZCreate backup boot environment: Yes
1422025-01-31T22:49:11.336Z Rebuild boot archive: No
1432025-01-31T22:49:11.336Z
1442025-01-31T22:49:11.336ZChanged mediators:
1452025-01-31T22:49:11.336Z mediator clang:
1462025-01-31T22:49:11.336Z version: None -> 15 (system default)
1472025-01-31T22:49:11.336Z
1482025-01-31T22:49:11.336Z mediator llvm:
1492025-01-31T22:49:11.336Z version: 14 (system default) -> 15 (system default)
1502025-01-31T22:49:11.336Z
1512025-01-31T22:49:11.336ZChanged packages:
1522025-01-31T22:49:11.336Zhelios-dev
1532025-01-31T22:49:11.336Z developer/build-essential
1542025-01-31T22:49:11.336Z None -> 11-2.0
1552025-01-31T22:49:11.336Z library/libxmlsec1
1562025-01-31T22:49:11.336Z None -> 1.2.35-2.0
1572025-01-31T22:49:11.336Z ooce/developer/clang-15
1582025-01-31T22:49:11.336Z None -> 15.0.7-2.0
1592025-01-31T22:49:11.336Z ooce/developer/llvm-15
1602025-01-31T22:49:11.336Z None -> 15.0.7-2.0
1612025-01-31T22:49:11.336Z package/pkg
1622025-01-31T22:49:11.336Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-01-31T22:49:11.336Z system/library/g++-runtime
1642025-01-31T22:49:11.336Z 13-2.0 -> 14-2.0
1652025-01-31T22:49:11.336Z system/library/gcc-runtime
1662025-01-31T22:49:11.336Z 13-2.0 -> 14-2.0
1672025-01-31T22:49:11.336Z
1682025-01-31T22:49:11.337ZServices:
1692025-01-31T22:49:11.337Z restart_fmri:
1702025-01-31T22:49:11.337Z svc:/system/update-man-index:default
1712025-01-31T22:49:11.337Z
1722025-01-31T22:49:11.337ZEditable files to change:
1732025-01-31T22:49:11.337Z Update:
1742025-01-31T22:49:11.337Z usr/share/lib/pkg/web/config.shtml
1752025-01-31T22:49:11.411Z
1762025-01-31T22:49:11.411ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-01-31T22:49:16.415ZDownload: 1082/4301 items 19.7/225.4MB 8% complete (4.0M/s)
1782025-01-31T22:49:21.417ZDownload: 2252/4301 items 119.4/225.4MB 52% complete (12.1M/s)
1792025-01-31T22:49:26.420ZDownload: 3502/4301 items 215.4/225.4MB 95% complete (19.6M/s)
1802025-01-31T22:49:31.756ZDownload: 4282/4301 items 221.8/225.4MB 98% complete (10.2M/s)
1812025-01-31T22:49:32.728ZDownload: Completed 225.42 MB in 21.31 seconds (10.6M/s)
1822025-01-31T22:49:34.732Z Actions: 1/5122 actions (Removing old actions)
1832025-01-31T22:49:34.757Z Actions: 194/5122 actions (Installing new actions)
1842025-01-31T22:49:39.455Z Actions: 4267/5122 actions (Updating modified actions)
1852025-01-31T22:49:39.821Z Actions: Completed 5122 actions in 5.09 seconds.
1862025-01-31T22:49:40.223Z Done (0.392s)
1872025-01-31T22:49:40.226Z Done (0.001s)
1882025-01-31T22:49:40.811Z Done (0.589s)
1892025-01-31T22:49:45.222Z Done (4.177s)
1902025-01-31T22:49:45.306Z Done (0.019s)
1912025-01-31T22:49:45.309Z Done (0.000s)
1922025-01-31T22:49:45.496Z Done (0.000s)
1932025-01-31T22:49:46.190ZPlanning: Evaluating mediator changes ... Done
1942025-01-31T22:49:46.395ZPlanning: Checking for conflicting actions ... Done
1952025-01-31T22:49:46.424ZPlanning: Consolidating action changes ... Done
1962025-01-31T22:49:46.618ZPlanning: Evaluating mediators ... Done
1972025-01-31T22:49:46.623ZPlanning: Planning completed in 0.43 seconds
1982025-01-31T22:49:46.663Z Mediators to change: 2
1992025-01-31T22:49:46.663Z Create boot environment: No
2002025-01-31T22:49:46.671ZCreate backup boot environment: No
2012025-01-31T22:49:46.746Z Done
2022025-01-31T22:49:46.746Z Done
2032025-01-31T22:49:47.116Z Done
2042025-01-31T22:49:51.017Z Done
2052025-01-31T22:49:51.283Z Done
2062025-01-31T22:49:51.283Z Done
2072025-01-31T22:49:51.283Z Done
2082025-01-31T22:49:51.673ZPlanning: Evaluating mediator changes ... Done
2092025-01-31T22:49:51.846ZPlanning: Merging actions ... Done
2102025-01-31T22:49:51.846ZPlanning: Checking for conflicting actions ... Done
2112025-01-31T22:49:51.846ZPlanning: Consolidating action changes ... Done
2122025-01-31T22:49:52.055ZPlanning: Evaluating mediators ... Done
2132025-01-31T22:49:52.221ZPlanning: Planning completed in 0.75 seconds
2142025-01-31T22:49:52.222Z Packages to change: 1
2152025-01-31T22:49:52.223Z Mediators to change: 1
2162025-01-31T22:49:52.223Z Services to change: 1
2172025-01-31T22:49:52.223Z Create boot environment: No
2182025-01-31T22:49:52.223ZCreate backup boot environment: Yes
2192025-01-31T22:49:54.399Z Actions: 1/6 actions (Updating modified actions)
2202025-01-31T22:49:54.596Z Actions: Completed 6 actions in 0.00 seconds.
2212025-01-31T22:49:54.597Z Done
2222025-01-31T22:49:54.597Z Done
2232025-01-31T22:49:54.597Z Done
2242025-01-31T22:49:58.264Z Done
2252025-01-31T22:49:58.621Z Done
2262025-01-31T22:49:58.621Z Done
2272025-01-31T22:49:58.621Z Done
2282025-01-31T22:49:58.922ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292025-01-31T22:49:58.922Zclang system 15 system
2302025-01-31T22:49:58.922Zcsh system system illumos
2312025-01-31T22:49:58.922Zctags system system illumos
2322025-01-31T22:49:58.922Zgcc vendor 12 vendor
2332025-01-31T22:49:58.922Zgcc system 10 system
2342025-01-31T22:49:58.923Zgcc system 7 system
2352025-01-31T22:49:58.923Zgo system 1.20 system
2362025-01-31T22:49:58.923Zgo system 1.19 system
2372025-01-31T22:49:58.923Zllvm system 15 system
2382025-01-31T22:49:58.923Zllvm system 14 system
2392025-01-31T22:49:58.923Zmariadb system 10.6 system
2402025-01-31T22:49:58.923Zmta vendor vendor dma
2412025-01-31T22:49:58.923Zopenjdk system 17 system
2422025-01-31T22:49:58.923Zopenjdk system 11 system
2432025-01-31T22:49:58.923Zopenjdk system 1.8 system
2442025-01-31T22:49:58.923Zopenssl vendor 3 vendor
2452025-01-31T22:49:58.923Zperl system 5.36 system
2462025-01-31T22:49:58.923Zpostgresql system 15 system
2472025-01-31T22:49:58.937Zpostgresql system 13 system
2482025-01-31T22:49:58.937Zpython vendor 3 vendor
2492025-01-31T22:49:58.937Zpython system 2 system
2502025-01-31T22:49:58.937Zpython3 system 3.11 system
2512025-01-31T22:49:58.937Zruby system 3.0 system
2522025-01-31T22:49:58.938Zwords vendor vendor american-english
2532025-01-31T22:49:58.938Zwords system system australian-english
2542025-01-31T22:49:58.938Zwords system system british-english
2552025-01-31T22:49:58.938Zwords system system canadian-english
2562025-01-31T22:49:58.938Zwords system system french
2572025-01-31T22:49:58.938Zwords system system italian
2582025-01-31T22:49:58.938Zwords system system ngerman
2592025-01-31T22:49:58.938Zwords system system ogerman
2602025-01-31T22:49:58.938Zwords system system spanish
2612025-01-31T22:49:59.266ZPUBLISHER TYPE STATUS P LOCATION
2622025-01-31T22:49:59.266Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632025-01-31T22:50:01.972ZFMRI IFO
2642025-01-31T22:50:01.972Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652025-01-31T22:50:01.972Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662025-01-31T22:50:01.972Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672025-01-31T22:50:01.972Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682025-01-31T22:50:01.972Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692025-01-31T22:50:01.972Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702025-01-31T22:50:01.972Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2712025-01-31T22:50:01.972Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722025-01-31T22:50:01.973Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732025-01-31T22:50:01.973Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2742025-01-31T22:50:01.973Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752025-01-31T22:50:01.973Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762025-01-31T22:50:01.973Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2772025-01-31T22:50:01.974Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782025-01-31T22:50:01.974Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792025-01-31T22:50:02.678Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802025-01-31T22:50:03.469Z Updating crates.io index
2812025-01-31T22:50:03.608Z Updating git repository `https://github.com/oxidecomputer/diffus`
2822025-01-31T22:50:03.608Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2832025-01-31T22:50:04.024Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2842025-01-31T22:50:04.283Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852025-01-31T22:50:04.526Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862025-01-31T22:50:04.740Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872025-01-31T22:50:05.701Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882025-01-31T22:50:07.429Z Updating git repository `https://github.com/oxidecomputer/opte`
2892025-01-31T22:50:08.149Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902025-01-31T22:50:09.080Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912025-01-31T22:50:09.429Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2922025-01-31T22:50:09.709Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932025-01-31T22:50:10.278Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2942025-01-31T22:50:11.007Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2952025-01-31T22:50:11.007Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962025-01-31T22:50:11.296Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2972025-01-31T22:50:11.628Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2982025-01-31T22:50:11.904Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2992025-01-31T22:50:12.222Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-01-31T22:50:12.636Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012025-01-31T22:50:12.975Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3022025-01-31T22:50:12.975Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032025-01-31T22:50:13.405Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3042025-01-31T22:50:13.918Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052025-01-31T22:50:14.456Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3062025-01-31T22:50:14.912Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072025-01-31T22:50:14.912Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3082025-01-31T22:50:15.189Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3092025-01-31T22:50:15.460Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102025-01-31T22:50:15.949Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112025-01-31T22:50:16.181Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122025-01-31T22:50:17.141Z Downloading crates ...
3132025-01-31T22:50:17.326Z Downloaded block-buffer v0.10.4
3142025-01-31T22:50:17.326Z Downloaded byteorder v1.5.0
3152025-01-31T22:50:17.326Z Downloaded anstyle-parse v0.2.5
3162025-01-31T22:50:17.326Z Downloaded anstyle v1.0.10
3172025-01-31T22:50:17.326Z Downloaded bitflags v2.6.0
3182025-01-31T22:50:17.326Z Downloaded anstream v0.6.15
3192025-01-31T22:50:17.326Z Downloaded usdt-attr-macro v0.5.0
3202025-01-31T22:50:17.326Z Downloaded scroll_derive v0.12.0
3212025-01-31T22:50:17.326Z Downloaded swrite v0.1.0
3222025-01-31T22:50:17.327Z Downloaded dtrace-parser v0.2.0
3232025-01-31T22:50:17.327Z Downloaded pretty-hex v0.4.1
3242025-01-31T22:50:17.327Z Downloaded autocfg v1.4.0
3252025-01-31T22:50:17.327Z Downloaded version_check v0.9.5
3262025-01-31T22:50:17.327Z Downloaded usdt-macro v0.5.0
3272025-01-31T22:50:17.327Z Downloaded equivalent v1.0.1
3282025-01-31T22:50:17.327Z Downloaded errno v0.3.9
3292025-01-31T22:50:17.327Z Downloaded cfg-if v1.0.0
3302025-01-31T22:50:17.327Z Downloaded strsim v0.11.1
3312025-01-31T22:50:17.327Z Downloaded itoa v1.0.11
3322025-01-31T22:50:17.327Z Downloaded heck v0.5.0
3332025-01-31T22:50:17.328Z Downloaded heck v0.4.1
3342025-01-31T22:50:17.328Z Downloaded anstyle-query v1.1.1
3352025-01-31T22:50:17.328Z Downloaded bytecount v0.6.8
3362025-01-31T22:50:17.328Z Downloaded proc-macro-error-attr v1.0.4
3372025-01-31T22:50:17.333Z Downloaded digest v0.10.7
3382025-01-31T22:50:17.333Z Downloaded generic-array v0.14.7
3392025-01-31T22:50:17.333Z Downloaded colorchoice v1.0.2
3402025-01-31T22:50:17.333Z Downloaded crypto-common v0.1.6
3412025-01-31T22:50:17.334Z Downloaded thiserror v1.0.69
3422025-01-31T22:50:17.334Z Downloaded thiserror-impl v1.0.69
3432025-01-31T22:50:17.334Z Downloaded is_terminal_polyfill v1.70.1
3442025-01-31T22:50:17.334Z Downloaded fastrand v2.1.1
3452025-01-31T22:50:17.334Z Downloaded clap_lex v0.7.4
3462025-01-31T22:50:17.334Z Downloaded serde_tokenstream v0.2.2
3472025-01-31T22:50:17.334Z Downloaded usdt v0.5.0
3482025-01-31T22:50:17.334Z Downloaded terminal_size v0.4.0
3492025-01-31T22:50:17.334Z Downloaded toml_datetime v0.6.8
3502025-01-31T22:50:17.334Z Downloaded macaddr v1.0.1
3512025-01-31T22:50:17.334Z Downloaded fnv v1.0.7
3522025-01-31T22:50:17.334Z Downloaded serde_spanned v0.6.8
3532025-01-31T22:50:17.334Z Downloaded pest_generator v2.7.14
3542025-01-31T22:50:17.335Z Downloaded plain v0.2.3
3552025-01-31T22:50:17.335Z Downloaded cargo-platform v0.1.8
3562025-01-31T22:50:17.335Z Downloaded fs-err v2.11.0
3572025-01-31T22:50:17.335Z Downloaded unicode-linebreak v0.1.5
3582025-01-31T22:50:17.335Z Downloaded smawk v0.3.2
3592025-01-31T22:50:17.335Z Downloaded camino-tempfile v1.1.1
3602025-01-31T22:50:17.335Z Downloaded tabled_derive v0.7.0
3612025-01-31T22:50:17.335Z Downloaded memmap v0.7.0
3622025-01-31T22:50:17.335Z Downloaded utf8parse v0.2.2
3632025-01-31T22:50:17.335Z Downloaded cargo_toml v0.20.5
3642025-01-31T22:50:17.335Z Downloaded cpufeatures v0.2.14
3652025-01-31T22:50:17.335Z Downloaded thread-id v4.2.2
3662025-01-31T22:50:17.335Z Downloaded dof v0.3.0
3672025-01-31T22:50:17.335Z Downloaded cargo_metadata v0.18.1
3682025-01-31T22:50:17.335Z Downloaded sha2 v0.10.8
3692025-01-31T22:50:17.336Z Downloaded pest_derive v2.7.14
3702025-01-31T22:50:17.336Z Downloaded camino v1.1.9
3712025-01-31T22:50:17.498Z Downloaded scroll v0.12.0
3722025-01-31T22:50:17.499Z Downloaded proc-macro-error v1.0.4
3732025-01-31T22:50:17.499Z Downloaded once_cell v1.20.2
3742025-01-31T22:50:17.500Z Downloaded zerocopy-derive v0.7.35
3752025-01-31T22:50:17.500Z Downloaded usdt-impl v0.5.0
3762025-01-31T22:50:17.500Z Downloaded tempfile v3.13.0
3772025-01-31T22:50:17.500Z Downloaded semver v1.0.24
3782025-01-31T22:50:17.501Z Downloaded clap_derive v4.5.24
3792025-01-31T22:50:17.501Z Downloaded typenum v1.17.0
3802025-01-31T22:50:17.501Z Downloaded toml v0.8.19
3812025-01-31T22:50:17.506Z Downloaded ryu v1.0.18
3822025-01-31T22:50:17.506Z Downloaded pest_meta v2.7.14
3832025-01-31T22:50:17.506Z Downloaded anyhow v1.0.95
3842025-01-31T22:50:17.506Z Downloaded unicode-ident v1.0.14
3852025-01-31T22:50:17.506Z Downloaded quote v1.0.38
3862025-01-31T22:50:17.507Z Downloaded ucd-trie v0.1.7
3872025-01-31T22:50:17.507Z Downloaded proc-macro2 v1.0.92
3882025-01-31T22:50:17.507Z Downloaded serde_derive v1.0.217
3892025-01-31T22:50:17.507Z Downloaded log v0.4.22
3902025-01-31T22:50:17.507Z Downloaded clap v4.5.27
3912025-01-31T22:50:17.507Z Downloaded textwrap v0.16.1
3922025-01-31T22:50:17.507Z Downloaded papergrid v0.11.0
3932025-01-31T22:50:17.507Z Downloaded serde v1.0.217
3942025-01-31T22:50:17.507Z Downloaded indexmap v2.7.1
3952025-01-31T22:50:17.508Z Downloaded memchr v2.7.4
3962025-01-31T22:50:17.508Z Downloaded toml_edit v0.22.22
3972025-01-31T22:50:17.508Z Downloaded pest v2.7.14
3982025-01-31T22:50:17.508Z Downloaded hashbrown v0.15.1
3992025-01-31T22:50:17.509Z Downloaded zerocopy v0.7.35
4002025-01-31T22:50:17.509Z Downloaded winnow v0.6.20
4012025-01-31T22:50:17.509Z Downloaded clap_builder v4.5.27
4022025-01-31T22:50:17.509Z Downloaded tabled v0.15.0
4032025-01-31T22:50:17.804Z Downloaded goblin v0.8.2
4042025-01-31T22:50:17.805Z Downloaded serde_json v1.0.135
4052025-01-31T22:50:17.805Z Downloaded unicode-width v0.1.14
4062025-01-31T22:50:17.805Z Downloaded syn v2.0.96
4072025-01-31T22:50:17.805Z Downloaded rustix v0.38.37
4082025-01-31T22:50:17.805Z Downloaded syn v1.0.109
4092025-01-31T22:50:17.805Z Downloaded libc v0.2.169
4102025-01-31T22:50:17.989Z Compiling proc-macro2 v1.0.92
4112025-01-31T22:50:17.990Z Compiling unicode-ident v1.0.14
4122025-01-31T22:50:17.990Z Compiling serde v1.0.217
4132025-01-31T22:50:17.990Z Compiling version_check v0.9.5
4142025-01-31T22:50:17.990Z Compiling memchr v2.7.4
4152025-01-31T22:50:17.990Z Compiling thiserror v1.0.69
4162025-01-31T22:50:17.990Z Compiling libc v0.2.169
4172025-01-31T22:50:17.990Z Compiling itoa v1.0.11
4182025-01-31T22:50:18.248Z Compiling ucd-trie v0.1.7
4192025-01-31T22:50:18.537Z Compiling ryu v1.0.18
4202025-01-31T22:50:18.765Z Compiling once_cell v1.20.2
4212025-01-31T22:50:18.988Z Compiling byteorder v1.5.0
4222025-01-31T22:50:18.989Z Compiling rustix v0.38.37
4232025-01-31T22:50:19.275Z Compiling serde_json v1.0.135
4242025-01-31T22:50:19.553Z Compiling bitflags v2.6.0
4252025-01-31T22:50:19.553Z Compiling proc-macro-error-attr v1.0.4
4262025-01-31T22:50:19.553Z Compiling usdt-impl v0.5.0
4272025-01-31T22:50:19.762Z Compiling syn v1.0.109
4282025-01-31T22:50:19.763Z Compiling proc-macro-error v1.0.4
4292025-01-31T22:50:19.763Z Compiling camino v1.1.9
4302025-01-31T22:50:19.947Z Compiling quote v1.0.38
4312025-01-31T22:50:19.947Z Compiling utf8parse v0.2.2
4322025-01-31T22:50:20.024Z Compiling errno v0.3.9
4332025-01-31T22:50:20.024Z Compiling log v0.4.22
4342025-01-31T22:50:20.118Z Compiling syn v2.0.96
4352025-01-31T22:50:20.193Z Compiling hashbrown v0.15.1
4362025-01-31T22:50:20.274Z Compiling plain v0.2.3
4372025-01-31T22:50:20.332Z Compiling thread-id v4.2.2
4382025-01-31T22:50:20.332Z Compiling equivalent v1.0.1
4392025-01-31T22:50:20.412Z Compiling anstyle-parse v0.2.5
4402025-01-31T22:50:20.658Z Compiling unicode-width v0.1.14
4412025-01-31T22:50:20.738Z Compiling autocfg v1.4.0
4422025-01-31T22:50:20.825Z Compiling anstyle v1.0.10
4432025-01-31T22:50:21.128Z Compiling indexmap v2.7.1
4442025-01-31T22:50:21.164Z Compiling semver v1.0.24
4452025-01-31T22:50:21.214Z Compiling is_terminal_polyfill v1.70.1
4462025-01-31T22:50:21.299Z Compiling pretty-hex v0.4.1
4472025-01-31T22:50:21.363Z Compiling winnow v0.6.20
4482025-01-31T22:50:21.528Z Compiling anstyle-query v1.1.1
4492025-01-31T22:50:21.672Z Compiling colorchoice v1.0.2
4502025-01-31T22:50:21.697Z Compiling fs-err v2.11.0
4512025-01-31T22:50:21.847Z Compiling anstream v0.6.15
4522025-01-31T22:50:21.915Z Compiling terminal_size v0.4.0
4532025-01-31T22:50:22.176Z Compiling bytecount v0.6.8
4542025-01-31T22:50:22.355Z Compiling cfg-if v1.0.0
4552025-01-31T22:50:22.395Z Compiling clap_lex v0.7.4
4562025-01-31T22:50:22.462Z Compiling strsim v0.11.1
4572025-01-31T22:50:22.513Z Compiling heck v0.5.0
4582025-01-31T22:50:22.537Z Compiling heck v0.4.1
4592025-01-31T22:50:22.566Z Compiling fnv v1.0.7
4602025-01-31T22:50:22.717Z Compiling fastrand v2.1.1
4612025-01-31T22:50:22.839Z Compiling anyhow v1.0.95
4622025-01-31T22:50:22.997Z Compiling clap_builder v4.5.27
4632025-01-31T22:50:23.210Z Compiling tempfile v3.13.0
4642025-01-31T22:50:23.277Z Compiling papergrid v0.11.0
4652025-01-31T22:50:23.752Z Compiling memmap v0.7.0
4662025-01-31T22:50:23.882Z Compiling smawk v0.3.2
4672025-01-31T22:50:24.061Z Compiling unicode-linebreak v0.1.5
4682025-01-31T22:50:24.558Z Compiling textwrap v0.16.1
4692025-01-31T22:50:24.667Z Compiling swrite v0.1.0
4702025-01-31T22:50:25.241Z Compiling tabled_derive v0.7.0
4712025-01-31T22:50:26.600Z Compiling tabled v0.15.0
4722025-01-31T22:50:27.079Z Compiling serde_derive v1.0.217
4732025-01-31T22:50:27.082Z Compiling thiserror-impl v1.0.69
4742025-01-31T22:50:27.141Z Compiling zerocopy-derive v0.7.35
4752025-01-31T22:50:27.405Z Compiling scroll_derive v0.12.0
4762025-01-31T22:50:27.702Z Compiling clap_derive v4.5.24
4772025-01-31T22:50:28.697Z Compiling scroll v0.12.0
4782025-01-31T22:50:28.928Z Compiling zerocopy v0.7.35
4792025-01-31T22:50:29.097Z Compiling goblin v0.8.2
4802025-01-31T22:50:29.439Z Compiling pest v2.7.14
4812025-01-31T22:50:30.946Z Compiling clap v4.5.27
4822025-01-31T22:50:31.786Z Compiling pest_meta v2.7.14
4832025-01-31T22:50:32.664Z Compiling pest_generator v2.7.14
4842025-01-31T22:50:33.945Z Compiling pest_derive v2.7.14
4852025-01-31T22:50:34.675Z Compiling dtrace-parser v0.2.0
4862025-01-31T22:50:35.711Z Compiling toml_datetime v0.6.8
4872025-01-31T22:50:35.711Z Compiling serde_spanned v0.6.8
4882025-01-31T22:50:35.715Z Compiling cargo-platform v0.1.8
4892025-01-31T22:50:36.128Z Compiling serde_tokenstream v0.2.2
4902025-01-31T22:50:36.165Z Compiling toml_edit v0.22.22
4912025-01-31T22:50:36.168Z Compiling macaddr v1.0.1
4922025-01-31T22:50:36.361Z Compiling camino-tempfile v1.1.1
4932025-01-31T22:50:37.094Z Compiling dof v0.3.0
4942025-01-31T22:50:37.094Z Compiling cargo_metadata v0.18.1
4952025-01-31T22:50:38.749Z Compiling usdt-macro v0.5.0
4962025-01-31T22:50:38.749Z Compiling usdt-attr-macro v0.5.0
4972025-01-31T22:50:39.054Z Compiling toml v0.8.19
4982025-01-31T22:50:39.816Z Compiling cargo_toml v0.20.5
4992025-01-31T22:50:39.915Z Compiling usdt v0.5.0
5002025-01-31T22:50:42.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5012025-01-31T22:50:45.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.22s
5022025-01-31T22:50:45.940Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5032025-01-31T22:50:46.454Z Downloading crates ...
5042025-01-31T22:50:46.569Z Downloaded adler2 v2.0.0
5052025-01-31T22:50:46.575Z Downloaded addr2line v0.24.2
5062025-01-31T22:50:46.578Z Downloaded cfg_aliases v0.1.1
5072025-01-31T22:50:46.581Z Downloaded chacha20poly1305 v0.10.1
5082025-01-31T22:50:46.594Z Downloaded cfg_aliases v0.2.1
5092025-01-31T22:50:46.597Z Downloaded assert_matches v1.5.0
5102025-01-31T22:50:46.600Z Downloaded ctr v0.9.2
5112025-01-31T22:50:46.602Z Downloaded ciborium-io v0.2.2
5122025-01-31T22:50:46.605Z Downloaded bcrypt-pbkdf v0.10.0
5132025-01-31T22:50:46.605Z Downloaded aead v0.5.2
5142025-01-31T22:50:46.611Z Downloaded atomicwrites v0.4.4
5152025-01-31T22:50:46.615Z Downloaded cstr-argument v0.1.2
5162025-01-31T22:50:46.618Z Downloaded atty v0.2.14
5172025-01-31T22:50:46.621Z Downloaded darling v0.20.10
5182025-01-31T22:50:46.623Z Downloaded bitfield-struct v0.6.2
5192025-01-31T22:50:46.627Z Downloaded buf-list v1.0.3
5202025-01-31T22:50:46.630Z Downloaded chacha20 v0.9.1
5212025-01-31T22:50:46.630Z Downloaded arrayref v0.3.9
5222025-01-31T22:50:46.632Z Downloaded constant_time_eq v0.3.1
5232025-01-31T22:50:46.632Z Downloaded ascii-canvas v3.0.0
5242025-01-31T22:50:46.635Z Downloaded crunchy v0.2.2
5252025-01-31T22:50:46.638Z Downloaded curve25519-dalek-derive v0.1.1
5262025-01-31T22:50:46.640Z Downloaded bit-set v0.5.3
5272025-01-31T22:50:46.640Z Downloaded http-body v1.0.1
5282025-01-31T22:50:46.643Z Downloaded async-trait v0.1.85
5292025-01-31T22:50:46.645Z Downloaded hubpack_derive v0.1.1
5302025-01-31T22:50:46.648Z Downloaded crc-catalog v2.4.0
5312025-01-31T22:50:46.648Z Downloaded cbc v0.1.2
5322025-01-31T22:50:46.651Z Downloaded bitflags v1.3.2
5332025-01-31T22:50:46.654Z Downloaded hubpack v0.1.2
5342025-01-31T22:50:46.656Z Downloaded cmake v0.1.51
5352025-01-31T22:50:46.656Z Downloaded chrono-tz-build v0.4.0
5362025-01-31T22:50:46.659Z Downloaded httpdate v1.0.3
5372025-01-31T22:50:46.659Z Downloaded convert_case v0.4.0
5382025-01-31T22:50:46.661Z Downloaded cassowary v0.3.0
5392025-01-31T22:50:46.661Z Downloaded blowfish v0.9.1
5402025-01-31T22:50:46.664Z Downloaded crc v3.2.1
5412025-01-31T22:50:46.667Z Downloaded crucible-workspace-hack v0.1.0
5422025-01-31T22:50:46.667Z Downloaded cipher v0.4.4
5432025-01-31T22:50:46.670Z Downloaded http-body-util v0.1.2
5442025-01-31T22:50:46.672Z Downloaded crossbeam-deque v0.8.5
5452025-01-31T22:50:46.675Z Downloaded hickory-resolver v0.24.2
5462025-01-31T22:50:46.678Z Downloaded cobs v0.2.3
5472025-01-31T22:50:46.681Z Downloaded indicatif v0.17.11
5482025-01-31T22:50:46.685Z Downloaded cookie_store v0.21.1
5492025-01-31T22:50:46.690Z Downloaded jobserver v0.1.32
5502025-01-31T22:50:46.692Z Downloaded colored v2.1.0
5512025-01-31T22:50:46.697Z Downloaded itertools v0.10.5
5522025-01-31T22:50:46.704Z Downloaded itertools v0.13.0
5532025-01-31T22:50:46.711Z Downloaded is_ci v1.2.0
5542025-01-31T22:50:46.714Z Downloaded home v0.5.9
5552025-01-31T22:50:46.716Z Downloaded quick-error v1.2.3
5562025-01-31T22:50:46.719Z Downloaded radium v0.7.0
5572025-01-31T22:50:46.719Z Downloaded instant v0.1.13
5582025-01-31T22:50:46.722Z Downloaded serde-big-array v0.5.1
5592025-01-31T22:50:46.722Z Downloaded castaway v0.2.3
5602025-01-31T22:50:46.725Z Downloaded http-range v0.1.5
5612025-01-31T22:50:46.727Z Downloaded ciborium v0.2.2
5622025-01-31T22:50:46.730Z Downloaded async-bb8-diesel v0.2.1
5632025-01-31T22:50:46.733Z Downloaded md5 v0.7.0
5642025-01-31T22:50:46.735Z Downloaded crossbeam-utils v0.8.20
5652025-01-31T22:50:46.738Z Downloaded ident_case v1.0.1
5662025-01-31T22:50:46.741Z Downloaded clang-sys v1.8.1
5672025-01-31T22:50:46.743Z Downloaded rand_xorshift v0.3.0
5682025-01-31T22:50:46.746Z Downloaded instability v0.3.2
5692025-01-31T22:50:46.746Z Downloaded linear-map v1.2.0
5702025-01-31T22:50:46.749Z Downloaded waitgroup v0.1.2
5712025-01-31T22:50:46.751Z Downloaded want v0.3.1
5722025-01-31T22:50:46.751Z Downloaded new_debug_unreachable v1.0.6
5732025-01-31T22:50:46.754Z Downloaded lazycell v1.3.0
5742025-01-31T22:50:46.754Z Downloaded lalrpop-util v0.19.12
5752025-01-31T22:50:46.756Z Downloaded rustc-hash v2.0.0
5762025-01-31T22:50:46.756Z Downloaded keccak v0.1.5
5772025-01-31T22:50:46.759Z Downloaded scrypt v0.11.0
5782025-01-31T22:50:46.762Z Downloaded lru-cache v0.1.2
5792025-01-31T22:50:46.762Z Downloaded internet-checksum v0.2.1
5802025-01-31T22:50:46.764Z Downloaded hyper-tls v0.6.0
5812025-01-31T22:50:46.767Z Downloaded maybe-uninit v2.0.0
5822025-01-31T22:50:46.767Z Downloaded lru v0.12.5
5832025-01-31T22:50:46.769Z Downloaded libefi-sys v0.1.0
5842025-01-31T22:50:46.769Z Downloaded const-oid v0.9.6
5852025-01-31T22:50:46.773Z Downloaded mime v0.3.17
5862025-01-31T22:50:46.775Z Downloaded impl-trait-for-tuples v0.2.2
5872025-01-31T22:50:46.778Z Downloaded signal-hook-mio v0.2.4
5882025-01-31T22:50:46.781Z Downloaded slog-dtrace v0.3.0
5892025-01-31T22:50:46.783Z Downloaded slog-bunyan v2.5.0
5902025-01-31T22:50:46.786Z Downloaded simd-adler32 v0.3.7
5912025-01-31T22:50:46.786Z Downloaded newline-converter v0.3.0
5922025-01-31T22:50:46.789Z Downloaded lockfree-object-pool v0.1.6
5932025-01-31T22:50:46.793Z Downloaded managed v0.8.0
5942025-01-31T22:50:46.795Z Downloaded diesel_table_macro_syntax v0.2.0
5952025-01-31T22:50:46.795Z Downloaded toolchain_find v0.4.0
5962025-01-31T22:50:46.795Z Downloaded yoke-derive v0.7.4
5972025-01-31T22:50:46.798Z Downloaded nanorand v0.7.0
5982025-01-31T22:50:46.800Z Downloaded memoffset v0.9.1
5992025-01-31T22:50:46.803Z Downloaded headers-core v0.3.0
6002025-01-31T22:50:46.803Z Downloaded opaque-debug v0.3.1
6012025-01-31T22:50:46.805Z Downloaded normalize-line-endings v0.3.0
6022025-01-31T22:50:46.806Z Downloaded tokio-macros v2.5.0
6032025-01-31T22:50:46.808Z Downloaded newtype-uuid v1.2.1
6042025-01-31T22:50:46.808Z Downloaded untrusted v0.9.0
6052025-01-31T22:50:46.811Z Downloaded multimap v0.10.0
6062025-01-31T22:50:46.814Z Downloaded mockall v0.13.0
6072025-01-31T22:50:46.816Z Downloaded lock_api v0.4.12
6082025-01-31T22:50:46.816Z Downloaded cookie v0.18.1
6092025-01-31T22:50:46.819Z Downloaded iana-time-zone v0.1.61
6102025-01-31T22:50:46.822Z Downloaded bytes v1.9.0
6112025-01-31T22:50:46.828Z Downloaded mime_guess v2.0.5
6122025-01-31T22:50:46.830Z Downloaded salsa20 v0.10.2
6132025-01-31T22:50:46.833Z Downloaded precomputed-hash v0.1.1
6142025-01-31T22:50:46.833Z Downloaded stringprep v0.1.5
6152025-01-31T22:50:46.836Z Downloaded litrs v0.4.1
6162025-01-31T22:50:46.838Z Downloaded display-error-chain v0.2.2
6172025-01-31T22:50:46.842Z Downloaded defmt-macros v0.3.9
6182025-01-31T22:50:46.844Z Downloaded hyper-staticfile v0.10.1
6192025-01-31T22:50:46.847Z Downloaded pretty-hex v0.2.1
6202025-01-31T22:50:46.849Z Downloaded predicates-tree v1.0.11
6212025-01-31T22:50:46.849Z Downloaded thiserror-impl v2.0.11
6222025-01-31T22:50:46.852Z Downloaded embedded-io v0.6.1
6232025-01-31T22:50:46.854Z Downloaded russh-cryptovec v0.7.3
6242025-01-31T22:50:46.854Z Downloaded peg-runtime v0.8.3
6252025-01-31T22:50:46.857Z Downloaded group v0.13.0
6262025-01-31T22:50:46.857Z Downloaded futures-macro v0.3.31
6272025-01-31T22:50:46.860Z Downloaded time-core v0.1.2
6282025-01-31T22:50:46.860Z Downloaded foreign-types v0.5.0
6292025-01-31T22:50:46.862Z Downloaded futures-io v0.3.31
6302025-01-31T22:50:46.862Z Downloaded futures-executor v0.3.31
6312025-01-31T22:50:46.865Z Downloaded either v1.13.0
6322025-01-31T22:50:46.870Z Downloaded tokio-native-tls v0.3.1
6332025-01-31T22:50:46.872Z Downloaded shell-words v1.1.0
6342025-01-31T22:50:46.872Z Downloaded multer v3.1.0
6352025-01-31T22:50:46.875Z Downloaded walkdir v2.5.0
6362025-01-31T22:50:46.878Z Downloaded pkg-config v0.3.31
6372025-01-31T22:50:46.881Z Downloaded parse-display v0.10.0
6382025-01-31T22:50:46.881Z Downloaded blake2 v0.10.6
6392025-01-31T22:50:46.883Z Downloaded predicates-core v1.0.8
6402025-01-31T22:50:46.886Z Downloaded predicates v3.1.2
6412025-01-31T22:50:46.889Z Downloaded ppv-lite86 v0.2.20
6422025-01-31T22:50:46.891Z Downloaded derive_builder_macro v0.20.2
6432025-01-31T22:50:46.894Z Downloaded try-lock v0.2.5
6442025-01-31T22:50:46.894Z Downloaded displaydoc v0.2.5
6452025-01-31T22:50:46.896Z Downloaded crypto-bigint v0.5.5
6462025-01-31T22:50:46.905Z Downloaded futures-sink v0.3.31
6472025-01-31T22:50:46.907Z Downloaded spki v0.7.3
6482025-01-31T22:50:46.911Z Downloaded peg v0.8.4
6492025-01-31T22:50:46.913Z Downloaded foldhash v0.1.3
6502025-01-31T22:50:46.916Z Downloaded rustfmt-wrapper v0.2.1
6512025-01-31T22:50:46.918Z Downloaded smallvec v0.6.14
6522025-01-31T22:50:46.918Z Downloaded tabwriter v1.4.0
6532025-01-31T22:50:46.921Z Downloaded openssl-probe v0.1.5
6542025-01-31T22:50:46.924Z Downloaded num_threads v0.1.7
6552025-01-31T22:50:46.924Z Downloaded globset v0.4.15
6562025-01-31T22:50:46.927Z Downloaded miniz_oxide v0.8.0
6572025-01-31T22:50:46.929Z Downloaded tui-tree-widget v0.22.0
6582025-01-31T22:50:46.932Z Downloaded thread_local v1.1.8
6592025-01-31T22:50:46.934Z Downloaded yasna v0.5.2
6602025-01-31T22:50:46.937Z Downloaded xz2 v0.1.7
6612025-01-31T22:50:46.937Z Downloaded const_format v0.2.34
6622025-01-31T22:50:46.943Z Downloaded ed25519 v2.2.3
6632025-01-31T22:50:46.946Z Downloaded heapless v0.8.0
6642025-01-31T22:50:46.952Z Downloaded num v0.4.3
6652025-01-31T22:50:46.955Z Downloaded utf-8 v0.7.6
6662025-01-31T22:50:46.955Z Downloaded sqlformat v0.2.6
6672025-01-31T22:50:46.958Z Downloaded untrusted v0.7.1
6682025-01-31T22:50:46.958Z Downloaded crossbeam-channel v0.5.13
6692025-01-31T22:50:46.964Z Downloaded sync-ptr v0.1.1
6702025-01-31T22:50:46.967Z Downloaded rand_core v0.6.4
6712025-01-31T22:50:46.967Z Downloaded fragile v2.0.0
6722025-01-31T22:50:46.970Z Downloaded omicron-zone-package v0.12.0
6732025-01-31T22:50:46.973Z Downloaded synstructure v0.13.1
6742025-01-31T22:50:46.975Z Downloaded elliptic-curve v0.13.8
6752025-01-31T22:50:46.980Z Downloaded percent-encoding v2.3.1
6762025-01-31T22:50:46.982Z Downloaded pbkdf2 v0.11.0
6772025-01-31T22:50:46.985Z Downloaded polyval v0.6.2
6782025-01-31T22:50:46.988Z Downloaded quinn-udp v0.5.5
6792025-01-31T22:50:46.991Z Downloaded rsa v0.9.6
6802025-01-31T22:50:46.997Z Downloaded fxhash v0.2.1
6812025-01-31T22:50:47.000Z Downloaded serde-hex v0.1.0
6822025-01-31T22:50:47.000Z Downloaded schemars_derive v0.8.21
6832025-01-31T22:50:47.012Z Downloaded number_prefix v0.4.0
6842025-01-31T22:50:47.015Z Downloaded getrandom v0.2.15
6852025-01-31T22:50:47.018Z Downloaded spin v0.9.8
6862025-01-31T22:50:47.021Z Downloaded supports-color v3.0.1
6872025-01-31T22:50:47.024Z Downloaded subtle v2.6.1
6882025-01-31T22:50:47.024Z Downloaded strum_macros v0.25.3
6892025-01-31T22:50:47.026Z Downloaded structmeta v0.2.0
6902025-01-31T22:50:47.029Z Downloaded signal-hook-tokio v0.3.1
6912025-01-31T22:50:47.029Z Downloaded pem-rfc7468 v0.7.0
6922025-01-31T22:50:47.032Z Downloaded progenitor-macro v0.8.0
6932025-01-31T22:50:47.032Z Downloaded parking_lot_core v0.8.6
6942025-01-31T22:50:47.034Z Downloaded filetime v0.2.25
6952025-01-31T22:50:47.037Z Downloaded derive_builder v0.20.2
6962025-01-31T22:50:47.043Z Downloaded take_mut v0.2.2
6972025-01-31T22:50:47.046Z Downloaded utf16_iter v1.0.5
6982025-01-31T22:50:47.046Z Downloaded sct v0.7.1
6992025-01-31T22:50:47.050Z Downloaded fixedbitset v0.4.2
7002025-01-31T22:50:47.053Z Downloaded defmt-parser v0.3.4
7012025-01-31T22:50:47.053Z Downloaded zone_cfg_derive v0.1.2
7022025-01-31T22:50:47.056Z Downloaded nu-ansi-term v0.50.1
7032025-01-31T22:50:47.059Z Downloaded derive-where v1.2.7
7042025-01-31T22:50:47.062Z Downloaded samael v0.0.17
7052025-01-31T22:50:47.068Z Downloaded foreign-types-shared v0.3.1
7062025-01-31T22:50:47.071Z Downloaded rand_chacha v0.3.1
7072025-01-31T22:50:47.074Z Downloaded olpc-cjson v0.1.4
7082025-01-31T22:50:47.074Z Downloaded strum_macros v0.26.4
7092025-01-31T22:50:47.077Z Downloaded parking_lot v0.12.3
7102025-01-31T22:50:47.079Z Downloaded phf_shared v0.10.0
7112025-01-31T22:50:47.079Z Downloaded parse-size v1.1.0
7122025-01-31T22:50:47.083Z Downloaded signature v2.2.0
7132025-01-31T22:50:47.085Z Downloaded utf8_iter v1.0.4
7142025-01-31T22:50:47.085Z Downloaded ssh-encoding v0.2.0
7152025-01-31T22:50:47.089Z Downloaded signal-hook-registry v1.4.2
7162025-01-31T22:50:47.089Z Downloaded sha1 v0.10.6
7172025-01-31T22:50:47.092Z Downloaded unarray v0.1.4
7182025-01-31T22:50:47.092Z Downloaded typify-macro v0.3.0
7192025-01-31T22:50:47.095Z Downloaded fs_extra v1.3.0
7202025-01-31T22:50:47.097Z Downloaded pkcs5 v0.7.1
7212025-01-31T22:50:47.101Z Downloaded russh-keys v0.45.0
7222025-01-31T22:50:47.108Z Downloaded toml_edit v0.19.15
7232025-01-31T22:50:47.122Z Downloaded zerofrom v0.1.4
7242025-01-31T22:50:47.124Z Downloaded tower-service v0.3.3
7252025-01-31T22:50:47.124Z Downloaded sync_wrapper v1.0.1
7262025-01-31T22:50:47.127Z Downloaded futures-core v0.3.31
7272025-01-31T22:50:47.127Z Downloaded diesel-dtrace v0.4.2
7282025-01-31T22:50:47.130Z Downloaded writeable v0.5.5
7292025-01-31T22:50:47.132Z Downloaded env_filter v0.1.2
7302025-01-31T22:50:47.132Z Downloaded enum-as-inner v0.6.1
7312025-01-31T22:50:47.135Z Downloaded document-features v0.2.10
7322025-01-31T22:50:47.138Z Downloaded foreign-types-shared v0.1.1
7332025-01-31T22:50:47.139Z Downloaded pin-project-lite v0.2.14
7342025-01-31T22:50:47.142Z Downloaded crossterm v0.28.1
7352025-01-31T22:50:47.151Z Downloaded phf_shared v0.11.2
7362025-01-31T22:50:47.154Z Downloaded ed25519-dalek v2.1.1
7372025-01-31T22:50:47.158Z Downloaded rustyline v14.0.0
7382025-01-31T22:50:47.162Z Downloaded rustls-pemfile v1.0.4
7392025-01-31T22:50:47.165Z Downloaded termcolor v1.4.1
7402025-01-31T22:50:47.168Z Downloaded which v4.4.2
7412025-01-31T22:50:47.170Z Downloaded rustc-hash v1.1.0
7422025-01-31T22:50:47.170Z Downloaded rtoolbox v0.0.2
7432025-01-31T22:50:47.173Z Downloaded itertools v0.12.1
7442025-01-31T22:50:47.180Z Downloaded downcast v0.11.0
7452025-01-31T22:50:47.182Z Downloaded env_logger v0.10.2
7462025-01-31T22:50:47.185Z Downloaded whoami v1.5.2
7472025-01-31T22:50:47.188Z Downloaded oso-derive v0.27.3
7482025-01-31T22:50:47.191Z Downloaded idna v1.0.3
7492025-01-31T22:50:47.194Z Downloaded dirs-sys-next v0.1.2
7502025-01-31T22:50:47.197Z Downloaded progenitor v0.8.0
7512025-01-31T22:50:47.199Z Downloaded packed_struct v0.10.1
7522025-01-31T22:50:47.199Z Downloaded num-iter v0.1.45
7532025-01-31T22:50:47.202Z Downloaded form_urlencoded v1.2.1
7542025-01-31T22:50:47.202Z Downloaded hashlink v0.9.1
7552025-01-31T22:50:47.205Z Downloaded pkcs1 v0.7.5
7562025-01-31T22:50:47.207Z Downloaded pin-project-internal v1.1.6
7572025-01-31T22:50:47.209Z Downloaded newtype_derive v0.1.6
7582025-01-31T22:50:47.213Z Downloaded strum v0.26.3
7592025-01-31T22:50:47.213Z Downloaded termios v0.3.3
7602025-01-31T22:50:47.215Z Downloaded progenitor-client v0.8.0
7612025-01-31T22:50:47.216Z Downloaded darling_core v0.20.10
7622025-01-31T22:50:47.220Z Downloaded libxml v0.3.3
7632025-01-31T22:50:47.229Z Downloaded path-slash v0.1.5
7642025-01-31T22:50:47.232Z Downloaded structmeta-derive v0.3.0
7652025-01-31T22:50:47.232Z Downloaded term v0.7.0
7662025-01-31T22:50:47.234Z Downloaded structmeta v0.3.0
7672025-01-31T22:50:47.237Z Downloaded strip-ansi-escapes v0.2.0
7682025-01-31T22:50:47.237Z Downloaded ssh-cipher v0.2.0
7692025-01-31T22:50:47.239Z Downloaded endian-type v0.1.2
7702025-01-31T22:50:47.242Z Downloaded difflib v0.4.0
7712025-01-31T22:50:47.242Z Downloaded hash32 v0.3.1
7722025-01-31T22:50:47.244Z Downloaded zone v0.1.8
7732025-01-31T22:50:47.244Z Downloaded zerocopy-derive v0.8.10
7742025-01-31T22:50:47.251Z Downloaded sigpipe v0.1.3
7752025-01-31T22:50:47.254Z Downloaded heck v0.3.3
7762025-01-31T22:50:47.257Z Downloaded zopfli v0.8.1
7772025-01-31T22:50:47.257Z Downloaded unicode-truncate v1.1.0
7782025-01-31T22:50:47.260Z Downloaded tar v0.4.42
7792025-01-31T22:50:47.263Z Downloaded der v0.7.9
7802025-01-31T22:50:47.270Z Downloaded nibble_vec v0.1.0
7812025-01-31T22:50:47.273Z Downloaded ff v0.13.0
7822025-01-31T22:50:47.273Z Downloaded topological-sort v0.2.2
7832025-01-31T22:50:47.275Z Downloaded openssl-macros v0.1.1
7842025-01-31T22:50:47.276Z Downloaded fd-lock v4.0.2
7852025-01-31T22:50:47.278Z Downloaded smf v0.2.3
7862025-01-31T22:50:47.278Z Downloaded r2d2 v0.8.10
7872025-01-31T22:50:47.281Z Downloaded psl-types v2.0.11
7882025-01-31T22:50:47.283Z Downloaded ron v0.7.1
7892025-01-31T22:50:47.287Z Downloaded rfc6979 v0.4.0
7902025-01-31T22:50:47.292Z Downloaded serde_derive_internals v0.29.1
7912025-01-31T22:50:47.295Z Downloaded resolv-conf v0.7.0
7922025-01-31T22:50:47.295Z Downloaded time v0.3.36
7932025-01-31T22:50:47.301Z Downloaded num-conv v0.1.0
7942025-01-31T22:50:47.303Z Downloaded termtree v0.4.1
7952025-01-31T22:50:47.306Z Downloaded unicode_categories v0.1.1
7962025-01-31T22:50:47.306Z Downloaded num-derive v0.4.2
7972025-01-31T22:50:47.308Z Downloaded rustversion v1.0.17
7982025-01-31T22:50:47.311Z Downloaded unicase v2.7.0
7992025-01-31T22:50:47.313Z Downloaded num-integer v0.1.46
8002025-01-31T22:50:47.316Z Downloaded pin-project v1.1.6
8012025-01-31T22:50:47.335Z Downloaded primeorder v0.13.6
8022025-01-31T22:50:47.339Z Downloaded hyper v1.5.2
8032025-01-31T22:50:47.339Z Downloaded flagset v0.4.6
8042025-01-31T22:50:47.342Z Downloaded fallible-streaming-iterator v0.1.9
8052025-01-31T22:50:47.342Z Downloaded fallible-iterator v0.3.0
8062025-01-31T22:50:47.342Z Downloaded fallible-iterator v0.2.0
8072025-01-31T22:50:47.342Z Downloaded value-bag v1.9.0
8082025-01-31T22:50:47.345Z Downloaded float-ord v0.3.2
8092025-01-31T22:50:47.347Z Downloaded slog-json v2.6.1
8102025-01-31T22:50:47.350Z Downloaded tracing-core v0.1.32
8112025-01-31T22:50:47.353Z Downloaded tls_codec_derive v0.4.1
8122025-01-31T22:50:47.353Z Downloaded tls_codec v0.4.1
8132025-01-31T22:50:47.357Z Downloaded paste v1.0.15
8142025-01-31T22:50:47.360Z Downloaded thiserror-impl-no-std v2.0.2
8152025-01-31T22:50:47.361Z Downloaded vte v0.11.1
8162025-01-31T22:50:47.364Z Downloaded reedline v0.35.0
8172025-01-31T22:50:47.370Z Downloaded hex-literal v0.4.1
8182025-01-31T22:50:47.374Z Downloaded progenitor-impl v0.9.1
8192025-01-31T22:50:47.377Z Downloaded wyz v0.5.1
8202025-01-31T22:50:47.377Z Downloaded phf v0.11.2
8212025-01-31T22:50:47.377Z Downloaded num_enum v0.5.11
8222025-01-31T22:50:47.382Z Downloaded x509-cert v0.2.5
8232025-01-31T22:50:47.389Z Downloaded postgres-protocol v0.6.7
8242025-01-31T22:50:47.397Z Downloaded bindgen v0.69.5
8252025-01-31T22:50:47.400Z Downloaded funty v2.0.0
8262025-01-31T22:50:47.402Z Downloaded float-cmp v0.9.0
8272025-01-31T22:50:47.402Z Downloaded deranged v0.3.11
8282025-01-31T22:50:47.406Z Downloaded sqlparser v0.45.0
8292025-01-31T22:50:47.410Z Downloaded password-hash v0.4.2
8302025-01-31T22:50:47.413Z Downloaded num-bigint v0.4.6
8312025-01-31T22:50:47.418Z Downloaded slog-stdlog v4.1.1
8322025-01-31T22:50:47.421Z Downloaded siphasher v0.3.11
8332025-01-31T22:50:47.421Z Downloaded password-hash v0.5.0
8342025-01-31T22:50:47.424Z Downloaded der_derive v0.7.3
8352025-01-31T22:50:47.428Z Downloaded flume v0.11.1
8362025-01-31T22:50:47.431Z Downloaded wait-timeout v0.2.0
8372025-01-31T22:50:47.434Z Downloaded slog-scope v4.4.0
8382025-01-31T22:50:47.434Z Downloaded aws-lc-rs v1.10.0
8392025-01-31T22:50:47.444Z Downloaded strum_macros v0.24.3
8402025-01-31T22:50:47.447Z Downloaded slab v0.4.9
8412025-01-31T22:50:47.451Z Downloaded tokio-stream v0.1.16
8422025-01-31T22:50:47.454Z Downloaded futures-channel v0.3.31
8432025-01-31T22:50:47.457Z Downloaded tinyvec v1.8.0
8442025-01-31T22:50:47.459Z Downloaded diff v0.1.13
8452025-01-31T22:50:47.461Z Downloaded hickory-client v0.24.2
8462025-01-31T22:50:47.464Z Downloaded slog-term v2.9.1
8472025-01-31T22:50:47.468Z Downloaded oso v0.27.3
8482025-01-31T22:50:47.471Z Downloaded similar v2.6.0
8492025-01-31T22:50:47.477Z Downloaded qorb v0.2.1
8502025-01-31T22:50:47.481Z Downloaded winnow v0.5.40
8512025-01-31T22:50:47.491Z Downloaded derive_more v0.99.18
8522025-01-31T22:50:47.496Z Downloaded toml v0.7.8
8532025-01-31T22:50:47.500Z Downloaded nom v7.1.3
8542025-01-31T22:50:47.506Z Downloaded publicsuffix v2.3.0
8552025-01-31T22:50:47.510Z Downloaded typed-path v0.9.3
8562025-01-31T22:50:47.516Z Downloaded lalrpop v0.19.12
8572025-01-31T22:50:47.529Z Downloaded diesel_derives v2.2.3
8582025-01-31T22:50:47.533Z Downloaded num-bigint-dig v0.8.4
8592025-01-31T22:50:47.538Z Downloaded expectorate v1.1.0
8602025-01-31T22:50:47.541Z Downloaded unicode-segmentation v1.12.0
8612025-01-31T22:50:47.545Z Downloaded hashbrown v0.14.5
8622025-01-31T22:50:47.551Z Downloaded quinn-proto v0.11.8
8632025-01-31T22:50:47.558Z Downloaded parse-zoneinfo v0.3.1
8642025-01-31T22:50:47.561Z Downloaded h2 v0.4.6
8652025-01-31T22:50:47.568Z Downloaded tokio-postgres v0.7.12
8662025-01-31T22:50:47.574Z Downloaded hashbrown v0.13.2
8672025-01-31T22:50:47.579Z Downloaded hashbrown v0.12.3
8682025-01-31T22:50:47.583Z Downloaded git2 v0.19.0
8692025-01-31T22:50:47.593Z Downloaded flate2 v1.0.35
8702025-01-31T22:50:47.599Z Downloaded zerovec v0.10.4
8712025-01-31T22:50:47.607Z Downloaded p521 v0.13.3
8722025-01-31T22:50:47.611Z Downloaded tough v0.19.0
8732025-01-31T22:50:47.620Z Downloaded futures-util v0.3.31
8742025-01-31T22:50:47.634Z Downloaded tokio-util v0.7.12
8752025-01-31T22:50:47.641Z Downloaded zerocopy v0.8.10
8762025-01-31T22:50:47.666Z Downloaded rayon v1.10.0
8772025-01-31T22:50:47.675Z Downloaded serde_with v3.11.0
8782025-01-31T22:50:47.684Z Downloaded quick-xml v0.33.0
8792025-01-31T22:50:47.690Z Downloaded regex-syntax v0.6.29
8802025-01-31T22:50:47.699Z Downloaded gimli v0.31.1
8812025-01-31T22:50:47.708Z Downloaded rustls-webpki v0.101.7
8822025-01-31T22:50:47.723Z Downloaded unicode-normalization v0.1.24
8832025-01-31T22:50:47.726Z Downloaded regress v0.10.1
8842025-01-31T22:50:47.735Z Downloaded unicode-width v0.2.0
8852025-01-31T22:50:47.741Z Downloaded radix_trie v0.2.1
8862025-01-31T22:50:47.747Z Downloaded object v0.30.4
8872025-01-31T22:50:47.757Z Downloaded rustls-webpki v0.102.8
8882025-01-31T22:50:47.776Z Downloaded smoltcp v0.9.1
8892025-01-31T22:50:47.787Z Downloaded rustls v0.22.4
8902025-01-31T22:50:47.801Z Downloaded dropshot v0.12.0
8912025-01-31T22:50:47.822Z Downloaded vcpkg v0.2.15
8922025-01-31T22:50:47.861Z Downloaded webpki-roots v0.26.6
8932025-01-31T22:50:47.864Z Downloaded object v0.36.5
8942025-01-31T22:50:47.875Z Downloaded openssl v0.10.66
8952025-01-31T22:50:47.885Z Downloaded smoltcp v0.11.0
8962025-01-31T22:50:47.899Z Downloaded nix v0.29.0
8972025-01-31T22:50:47.911Z Downloaded dropshot v0.15.1
8982025-01-31T22:50:47.934Z Downloaded typify-impl v0.3.0
8992025-01-31T22:50:47.949Z Downloaded regress v0.9.1
9002025-01-31T22:50:47.959Z Downloaded openapiv3 v2.0.0
9012025-01-31T22:50:47.972Z Downloaded typify-impl v0.2.0
9022025-01-31T22:50:47.988Z Downloaded diesel v2.2.6
9032025-01-31T22:50:48.007Z Downloaded ratatui v0.28.1
9042025-01-31T22:50:48.026Z Downloaded zerocopy-derive v0.6.6
9052025-01-31T22:50:48.035Z Downloaded sled v0.34.7
9062025-01-31T22:50:48.045Z Downloaded regex-automata v0.4.8
9072025-01-31T22:50:48.062Z Downloaded bzip2-sys v0.1.11+1.0.8
9082025-01-31T22:50:48.074Z Downloaded nix v0.28.0
9092025-01-31T22:50:48.085Z Downloaded hickory-proto v0.24.2
9102025-01-31T22:50:48.100Z Downloaded chrono-tz v0.10.1
9112025-01-31T22:50:48.108Z Downloaded lzma-sys v0.1.20
9122025-01-31T22:50:48.137Z Downloaded regex-syntax v0.8.5
9132025-01-31T22:50:48.145Z Downloaded bstr v1.10.0
9142025-01-31T22:50:48.156Z Downloaded proptest v1.5.0
9152025-01-31T22:50:48.165Z Downloaded nix v0.27.1
9162025-01-31T22:50:48.175Z Downloaded regex v1.11.1
9172025-01-31T22:50:48.189Z Downloaded petgraph v0.6.5
9182025-01-31T22:50:48.221Z Downloaded p384 v0.13.0
9192025-01-31T22:50:48.227Z Downloaded libz-sys v1.1.20
9202025-01-31T22:50:48.248Z Downloaded csv v1.3.1
9212025-01-31T22:50:48.268Z Downloaded rustls v0.23.19
9222025-01-31T22:50:48.281Z Downloaded polar-core v0.27.3
9232025-01-31T22:50:48.289Z Downloaded curve25519-dalek v4.1.3
9242025-01-31T22:50:48.297Z Downloaded petname v2.0.2
9252025-01-31T22:50:48.302Z Downloaded sha3 v0.10.8
9262025-01-31T22:50:48.307Z Downloaded rustls v0.21.12
9272025-01-31T22:50:48.317Z Downloaded tokio v1.43.0
9282025-01-31T22:50:48.354Z Downloaded ssh-key v0.6.6
9292025-01-31T22:50:48.360Z Downloaded slog v2.7.0
9302025-01-31T22:50:48.363Z Downloaded des v0.8.1
9312025-01-31T22:50:48.365Z Downloaded serde_yaml v0.9.34+deprecated
9322025-01-31T22:50:48.368Z Downloaded rusqlite v0.32.1
9332025-01-31T22:50:48.373Z Downloaded portable-atomic v1.9.0
9342025-01-31T22:50:48.380Z Downloaded icu_properties_data v1.5.0
9352025-01-31T22:50:48.390Z Downloaded salty v0.3.0
9362025-01-31T22:50:48.396Z Downloaded russh v0.45.0
9372025-01-31T22:50:48.401Z Downloaded futures v0.3.31
9382025-01-31T22:50:48.407Z Downloaded snafu v0.8.5
9392025-01-31T22:50:48.414Z Downloaded reqwest v0.12.9
9402025-01-31T22:50:48.421Z Downloaded bitvec v1.0.1
9412025-01-31T22:50:48.435Z Downloaded chrono v0.4.39
9422025-01-31T22:50:48.442Z Downloaded fatfs v0.3.6
9432025-01-31T22:50:48.445Z Downloaded rayon-core v1.12.1
9442025-01-31T22:50:48.448Z Downloaded quinn v0.11.5
9452025-01-31T22:50:48.452Z Downloaded aho-corasick v1.1.3
9462025-01-31T22:50:48.457Z Downloaded slog-envlogger v2.2.0
9472025-01-31T22:50:48.459Z Downloaded tokio-rustls v0.26.0
9482025-01-31T22:50:48.462Z Downloaded tracing v0.1.40
9492025-01-31T22:50:48.464Z Downloaded rand v0.8.5
9502025-01-31T22:50:48.467Z Downloaded rcgen v0.12.1
9512025-01-31T22:50:48.470Z Downloaded uuid v1.12.0
9522025-01-31T22:50:48.474Z Downloaded progenitor-impl v0.8.0
9532025-01-31T22:50:48.477Z Downloaded hex v0.4.3
9542025-01-31T22:50:48.477Z Downloaded hash32 v0.2.1
9552025-01-31T22:50:48.480Z Downloaded tinystr v0.7.6
9562025-01-31T22:50:48.480Z Downloaded typify v0.2.0
9572025-01-31T22:50:48.483Z Downloaded serde_with_macros v3.11.0
9582025-01-31T22:50:48.487Z Downloaded encoding_rs v0.8.34
9592025-01-31T22:50:48.503Z Downloaded rustls-pki-types v1.10.0
9602025-01-31T22:50:48.506Z Downloaded powerfmt v0.2.0
9612025-01-31T22:50:48.509Z Downloaded phf_codegen v0.11.2
9622025-01-31T22:50:48.509Z Downloaded postgres-types v0.2.8
9632025-01-31T22:50:48.511Z Downloaded ron v0.8.1
9642025-01-31T22:50:48.515Z Downloaded blake3 v1.5.4
9652025-01-31T22:50:48.522Z Downloaded uzers v0.12.1
9662025-01-31T22:50:48.525Z Downloaded parking_lot v0.11.2
9672025-01-31T22:50:48.528Z Downloaded serde_plain v1.0.2
9682025-01-31T22:50:48.528Z Downloaded vsss-rs v3.3.4
9692025-01-31T22:50:48.531Z Downloaded structmeta-derive v0.2.0
9702025-01-31T22:50:48.533Z Downloaded progenitor-client v0.9.1
9712025-01-31T22:50:48.533Z Downloaded proc-macro-crate v1.3.1
9722025-01-31T22:50:48.533Z Downloaded packed_struct_codegen v0.10.1
9732025-01-31T22:50:48.536Z Downloaded tracing-attributes v0.1.27
9742025-01-31T22:50:48.538Z Downloaded rustls-pemfile v2.2.0
9752025-01-31T22:50:48.541Z Downloaded rustc-demangle v0.1.24
9762025-01-31T22:50:48.541Z Downloaded typify v0.3.0
9772025-01-31T22:50:48.544Z Downloaded aes-gcm v0.10.3
9782025-01-31T22:50:48.547Z Downloaded signal-hook v0.3.17
9792025-01-31T22:50:48.550Z Downloaded dirs-next v2.0.0
9802025-01-31T22:50:48.553Z Downloaded foreign-types-macros v0.2.3
9812025-01-31T22:50:48.553Z Downloaded schemars v0.8.21
9822025-01-31T22:50:48.563Z Downloaded vte_generate_state_changes v0.1.2
9832025-01-31T22:50:48.566Z Downloaded sqlparser_derive v0.2.2
9842025-01-31T22:50:48.566Z Downloaded zerovec-derive v0.10.3
9852025-01-31T22:50:48.570Z Downloaded zeroize_derive v1.4.2
9862025-01-31T22:50:48.570Z Downloaded zeroize v1.8.1
9872025-01-31T22:50:48.570Z Downloaded zerofrom-derive v0.1.4
9882025-01-31T22:50:48.572Z Downloaded env_logger v0.11.5
9892025-01-31T22:50:48.572Z Downloaded half v2.4.1
9902025-01-31T22:50:48.576Z Downloaded rpassword v7.3.1
9912025-01-31T22:50:48.578Z Downloaded mio v1.0.2
9922025-01-31T22:50:48.581Z Downloaded phf_generator v0.11.2
9932025-01-31T22:50:48.584Z Downloaded parse-display-derive v0.10.0
9942025-01-31T22:50:48.584Z Downloaded nodrop v0.1.14
9952025-01-31T22:50:48.584Z Downloaded tokio-rustls v0.25.0
9962025-01-31T22:50:48.587Z Downloaded tokio-rustls v0.24.1
9972025-01-31T22:50:48.590Z Downloaded libgit2-sys v0.17.0+1.8.1
9982025-01-31T22:50:48.643Z Downloaded tinyvec_macros v0.1.1
9992025-01-31T22:50:48.646Z Downloaded openssl-sys v0.9.104
10002025-01-31T22:50:48.648Z Downloaded unsafe-libyaml v0.2.11
10012025-01-31T22:50:48.651Z Downloaded p256 v0.13.2
10022025-01-31T22:50:48.654Z Downloaded zip v2.1.3
10032025-01-31T22:50:48.658Z Downloaded libm v0.2.8
10042025-01-31T22:50:48.666Z Downloaded typify-macro v0.2.0
10052025-01-31T22:50:48.668Z Downloaded rustc_version v0.4.1
10062025-01-31T22:50:48.669Z Downloaded rustc_version v0.1.7
10072025-01-31T22:50:48.669Z Downloaded progenitor v0.9.1
10082025-01-31T22:50:48.672Z Downloaded tokio-tungstenite v0.24.0
10092025-01-31T22:50:48.675Z Downloaded tokio-tungstenite v0.23.1
10102025-01-31T22:50:48.675Z Downloaded tokio-tungstenite v0.21.0
10112025-01-31T22:50:48.678Z Downloaded serde_path_to_error v0.1.16
10122025-01-31T22:50:48.678Z Downloaded socket2 v0.5.7
10132025-01-31T22:50:48.680Z Downloaded steno v0.4.1
10142025-01-31T22:50:48.683Z Downloaded progenitor-macro v0.9.1
10152025-01-31T22:50:48.687Z Downloaded pin-utils v0.1.0
10162025-01-31T22:50:48.687Z Downloaded http v1.2.0
10172025-01-31T22:50:48.689Z Downloaded write16 v1.0.0
10182025-01-31T22:50:48.692Z Downloaded glob v0.3.2
10192025-01-31T22:50:48.692Z Downloaded gethostname v0.5.0
10202025-01-31T22:50:48.695Z Downloaded futures-task v0.3.31
10212025-01-31T22:50:48.695Z Downloaded minimal-lexical v0.2.1
10222025-01-31T22:50:48.698Z Downloaded dropshot_endpoint v0.15.1
10232025-01-31T22:50:48.701Z Downloaded dropshot_endpoint v0.12.0
10242025-01-31T22:50:48.704Z Downloaded prettyplease v0.2.25
10252025-01-31T22:50:48.707Z Downloaded postcard v1.0.10
10262025-01-31T22:50:48.710Z Downloaded poly1305 v0.8.0
10272025-01-31T22:50:48.713Z Downloaded pkcs8 v0.10.2
10282025-01-31T22:50:48.715Z Downloaded url v2.5.3
10292025-01-31T22:50:48.718Z Downloaded aes v0.8.4
10302025-01-31T22:50:48.721Z Downloaded zone v0.3.0
10312025-01-31T22:50:48.724Z Downloaded unicode-properties v0.1.3
10322025-01-31T22:50:48.726Z Downloaded headers v0.4.0
10332025-01-31T22:50:48.729Z Downloaded time-macros v0.2.18
10342025-01-31T22:50:48.734Z Downloaded heapless v0.7.17
10352025-01-31T22:50:48.736Z Downloaded rusty-fork v0.3.0
10362025-01-31T22:50:48.740Z Downloaded derive_builder_core v0.20.2
10372025-01-31T22:50:48.740Z Downloaded subprocess v0.2.9
10382025-01-31T22:50:48.742Z Downloaded zip v0.6.6
10392025-01-31T22:50:48.745Z Downloaded ecdsa v0.16.9
10402025-01-31T22:50:48.748Z Downloaded bumpalo v3.16.0
10412025-01-31T22:50:48.750Z Downloaded darling_macro v0.20.10
10422025-01-31T22:50:48.753Z Downloaded zone_cfg_derive v0.3.0
10432025-01-31T22:50:48.753Z Downloaded semver v0.1.20
10442025-01-31T22:50:48.753Z Downloaded secrecy v0.8.0
10452025-01-31T22:50:48.756Z Downloaded sec1 v0.7.3
10462025-01-31T22:50:48.756Z Downloaded scopeguard v1.2.0
10472025-01-31T22:50:48.758Z Downloaded ref-cast-impl v1.0.23
10482025-01-31T22:50:48.759Z Downloaded ref-cast v1.0.23
10492025-01-31T22:50:48.762Z Downloaded icu_collections v1.5.0
10502025-01-31T22:50:48.766Z Downloaded zerocopy v0.6.6
10512025-01-31T22:50:48.769Z Downloaded num-traits v0.2.19
10522025-01-31T22:50:48.772Z Downloaded tungstenite v0.24.0
10532025-01-31T22:50:48.775Z Downloaded tungstenite v0.23.0
10542025-01-31T22:50:48.778Z Downloaded tungstenite v0.21.0
10552025-01-31T22:50:48.781Z Downloaded num_enum_derive v0.5.11
10562025-01-31T22:50:48.784Z Downloaded twox-hash v2.1.0
10572025-01-31T22:50:48.786Z Downloaded num-complex v0.4.6
10582025-01-31T22:50:48.786Z Downloaded pem v3.0.4
10592025-01-31T22:50:48.789Z Downloaded peg-macros v0.8.4
10602025-01-31T22:50:48.791Z Downloaded parking_lot_core v0.9.10
10612025-01-31T22:50:48.791Z Downloaded owo-colors v4.1.0
10622025-01-31T22:50:48.794Z Downloaded ghash v0.5.1
10632025-01-31T22:50:48.797Z Downloaded dyn-clone v1.0.17
10642025-01-31T22:50:48.800Z Downloaded universal-hash v0.5.1
10652025-01-31T22:50:48.800Z Downloaded dsl_auto_type v0.1.2
10662025-01-31T22:50:48.800Z Downloaded xattr v1.3.1
10672025-01-31T22:50:48.802Z Downloaded vergen v8.3.2
10682025-01-31T22:50:48.806Z Downloaded thiserror-no-std v2.0.2
10692025-01-31T22:50:48.808Z Downloaded num-rational v0.4.2
10702025-01-31T22:50:48.811Z Downloaded icu_provider v1.5.0
10712025-01-31T22:50:48.813Z Downloaded test-strategy v0.3.1
10722025-01-31T22:50:48.816Z Downloaded tiny-keccak v2.0.2
10732025-01-31T22:50:48.819Z Downloaded icu_normalizer_data v1.5.0
10742025-01-31T22:50:48.821Z Downloaded icu_normalizer v1.5.0
10752025-01-31T22:50:48.825Z Downloaded hyper-util v0.1.10
10762025-01-31T22:50:48.829Z Downloaded mockall_derive v0.13.0
10772025-01-31T22:50:48.831Z Downloaded pbkdf2 v0.12.2
10782025-01-31T22:50:48.834Z Downloaded data-encoding v2.6.0
10792025-01-31T22:50:48.834Z Downloaded unicode-bidi v0.3.17
10802025-01-31T22:50:48.837Z Downloaded icu_properties v1.5.1
10812025-01-31T22:50:48.842Z Downloaded slog-async v2.8.0
10822025-01-31T22:50:48.842Z Downloaded shlex v1.3.0
10832025-01-31T22:50:48.843Z Downloaded scheduled-thread-pool v0.2.7
10842025-01-31T22:50:48.843Z Downloaded same-file v1.0.6
10852025-01-31T22:50:48.846Z Downloaded cc v1.1.30
10862025-01-31T22:50:48.849Z Downloaded defmt v0.3.8
10872025-01-31T22:50:48.851Z Downloaded yoke v0.7.4
10882025-01-31T22:50:48.851Z Downloaded thiserror v2.0.11
10892025-01-31T22:50:48.857Z Downloaded backtrace v0.3.74
10902025-01-31T22:50:48.861Z Downloaded base64 v0.21.7
10912025-01-31T22:50:48.865Z Downloaded unicode-xid v0.2.6
10922025-01-31T22:50:48.868Z Downloaded snafu-derive v0.8.5
10932025-01-31T22:50:48.868Z Downloaded icu_locid_transform_data v1.5.0
10942025-01-31T22:50:48.872Z Downloaded icu_locid v1.5.0
10952025-01-31T22:50:48.875Z Downloaded libloading v0.8.5
10962025-01-31T22:50:48.877Z Downloaded ena v0.14.3
10972025-01-31T22:50:48.880Z Downloaded dunce v1.0.5
10982025-01-31T22:50:48.880Z Downloaded debug-ignore v1.0.5
10992025-01-31T22:50:48.882Z Downloaded native-tls v0.2.12
11002025-01-31T22:50:48.882Z Downloaded embedded-io v0.4.0
11012025-01-31T22:50:48.886Z Downloaded tap v1.0.1
11022025-01-31T22:50:48.886Z Downloaded smallvec v1.13.2
11032025-01-31T22:50:48.889Z Downloaded serde_urlencoded v0.7.1
11042025-01-31T22:50:48.892Z Downloaded base64 v0.22.1
11052025-01-31T22:50:48.894Z Downloaded base64 v0.13.1
11062025-01-31T22:50:48.897Z Downloaded hkdf v0.12.4
11072025-01-31T22:50:48.899Z Downloaded libsw v3.3.1
11082025-01-31T22:50:48.902Z Downloaded ahash v0.8.11
11092025-01-31T22:50:48.905Z Downloaded hyper-rustls v0.27.3
11102025-01-31T22:50:48.907Z Downloaded kstat-rs v0.2.4
11112025-01-31T22:50:48.907Z Downloaded memmap2 v0.9.5
11122025-01-31T22:50:48.910Z Downloaded linked-hash-map v0.5.6
11132025-01-31T22:50:48.910Z Downloaded lazy_static v1.5.0
11142025-01-31T22:50:48.913Z Downloaded icu_locid_transform v1.5.0
11152025-01-31T22:50:48.915Z Downloaded foreign-types v0.3.2
11162025-01-31T22:50:48.915Z Downloaded termtree v0.5.1
11172025-01-31T22:50:48.918Z Downloaded rand_seeder v0.3.0
11182025-01-31T22:50:48.918Z Downloaded indent_write v2.2.0
11192025-01-31T22:50:48.918Z Downloaded idna_adapter v1.2.0
11202025-01-31T22:50:48.920Z Downloaded string_cache v0.8.7
11212025-01-31T22:50:48.920Z Downloaded static_assertions v1.1.0
11222025-01-31T22:50:48.923Z Downloaded stable_deref_trait v1.2.0
11232025-01-31T22:50:48.923Z Downloaded litemap v0.7.3
11242025-01-31T22:50:48.925Z Downloaded arc-swap v1.7.1
11252025-01-31T22:50:48.929Z Downloaded bitfield v0.14.0
11262025-01-31T22:50:48.931Z Downloaded backoff v0.4.0
11272025-01-31T22:50:48.934Z Downloaded serde_repr v0.1.19
11282025-01-31T22:50:48.937Z Downloaded md-5 v0.10.6
11292025-01-31T22:50:48.937Z Downloaded maplit v1.0.2
11302025-01-31T22:50:48.937Z Downloaded crc32fast v1.4.2
11312025-01-31T22:50:48.939Z Downloaded crc-any v2.5.0
11322025-01-31T22:50:48.941Z Downloaded humantime v2.1.0
11332025-01-31T22:50:48.944Z Downloaded mirai-annotations v1.12.0
11342025-01-31T22:50:48.944Z Downloaded ipnetwork v0.20.0
11352025-01-31T22:50:48.947Z Downloaded indoc v1.0.9
11362025-01-31T22:50:48.947Z Downloaded hostname v0.4.0
11372025-01-31T22:50:48.950Z Downloaded hostname v0.3.1
11382025-01-31T22:50:48.952Z Downloaded icu_provider_macros v1.5.0
11392025-01-31T22:50:48.952Z Downloaded crossbeam-epoch v0.9.18
11402025-01-31T22:50:48.955Z Downloaded compact_str v0.8.0
11412025-01-31T22:50:48.957Z Downloaded arrayvec v0.7.6
11422025-01-31T22:50:48.960Z Downloaded allocator-api2 v0.2.18
11432025-01-31T22:50:48.962Z Downloaded bcs v0.1.6
11442025-01-31T22:50:48.968Z Downloaded match_cfg v0.1.0
11452025-01-31T22:50:48.971Z Downloaded argon2 v0.5.3
11462025-01-31T22:50:48.971Z Downloaded array-init v0.0.4
11472025-01-31T22:50:48.973Z Downloaded ipnet v2.10.1
11482025-01-31T22:50:48.973Z Downloaded async-stream-impl v0.3.6
11492025-01-31T22:50:48.973Z Downloaded hmac v0.12.1
11502025-01-31T22:50:48.976Z Downloaded csv-core v0.1.11
11512025-01-31T22:50:48.976Z Downloaded ring v0.17.8
11522025-01-31T22:50:49.045Z Downloaded inout v0.1.3
11532025-01-31T22:50:49.048Z Downloaded const_format_proc_macros v0.2.34
11542025-01-31T22:50:49.048Z Downloaded console v0.15.10
11552025-01-31T22:50:49.052Z Downloaded cancel-safe-futures v0.1.5
11562025-01-31T22:50:49.055Z Downloaded base16ct v0.2.0
11572025-01-31T22:50:49.055Z Downloaded indexmap v1.9.3
11582025-01-31T22:50:49.058Z Downloaded is-terminal v0.4.13
11592025-01-31T22:50:49.060Z Downloaded highway v1.2.0
11602025-01-31T22:50:49.060Z Downloaded base64ct v1.6.0
11612025-01-31T22:50:49.063Z Downloaded bzip2 v0.4.4
11622025-01-31T22:50:49.065Z Downloaded httparse v1.9.5
11632025-01-31T22:50:49.067Z Downloaded hickory-server v0.24.2
11642025-01-31T22:50:49.071Z Downloaded async-stream v0.3.6
11652025-01-31T22:50:49.074Z Downloaded async-recursion v1.1.1
11662025-01-31T22:50:49.077Z Downloaded block-padding v0.3.3
11672025-01-31T22:50:49.080Z Downloaded ciborium-ll v0.2.2
11682025-01-31T22:50:49.080Z Downloaded bb8 v0.8.5
11692025-01-31T22:50:49.080Z Downloaded bit-vec v0.6.3
11702025-01-31T22:50:49.083Z Downloaded atomic-waker v1.1.2
11712025-01-31T22:50:49.083Z Downloaded cexpr v0.6.0
11722025-01-31T22:50:49.114Z Downloaded libsqlite3-sys v0.30.1
11732025-01-31T22:50:49.350Z Downloaded aws-lc-sys v0.22.0
11742025-01-31T22:50:49.664Z Compiling serde v1.0.217
11752025-01-31T22:50:49.667Z Compiling lock_api v0.4.12
11762025-01-31T22:50:49.667Z Compiling value-bag v1.9.0
11772025-01-31T22:50:49.667Z Compiling scopeguard v1.2.0
11782025-01-31T22:50:49.667Z Compiling typenum v1.17.0
11792025-01-31T22:50:49.667Z Compiling generic-array v0.14.7
11802025-01-31T22:50:49.864Z Compiling syn v2.0.96
11812025-01-31T22:50:49.879Z Compiling getrandom v0.2.15
11822025-01-31T22:50:49.974Z Compiling shlex v1.3.0
11832025-01-31T22:50:50.191Z Compiling rand_core v0.6.4
11842025-01-31T22:50:50.274Z Compiling log v0.4.22
11852025-01-31T22:50:50.358Z Compiling subtle v2.6.1
11862025-01-31T22:50:50.391Z Compiling jobserver v0.1.32
11872025-01-31T22:50:50.410Z Compiling smallvec v1.13.2
11882025-01-31T22:50:50.703Z Compiling const-oid v0.9.6
11892025-01-31T22:50:50.705Z Compiling pin-project-lite v0.2.14
11902025-01-31T22:50:50.741Z Compiling cc v1.1.30
11912025-01-31T22:50:50.769Z Compiling rustix v0.38.37
11922025-01-31T22:50:50.846Z Compiling spin v0.9.8
11932025-01-31T22:50:51.041Z Compiling parking_lot_core v0.9.10
11942025-01-31T22:50:51.187Z Compiling futures-core v0.3.31
11952025-01-31T22:50:51.207Z Compiling signal-hook-registry v1.4.2
11962025-01-31T22:50:51.432Z Compiling mio v1.0.2
11972025-01-31T22:50:51.540Z Compiling aho-corasick v1.1.3
11982025-01-31T22:50:51.902Z Compiling parking_lot v0.12.3
11992025-01-31T22:50:52.051Z Compiling stable_deref_trait v1.2.0
12002025-01-31T22:50:52.170Z Compiling regex-syntax v0.8.5
12012025-01-31T22:50:52.202Z Compiling cpufeatures v0.2.14
12022025-01-31T22:50:52.310Z Compiling either v1.13.0
12032025-01-31T22:50:52.491Z Compiling futures-sink v0.3.31
12042025-01-31T22:50:52.660Z Compiling glob v0.3.2
12052025-01-31T22:50:52.680Z Compiling socket2 v0.5.7
12062025-01-31T22:50:52.744Z Compiling slab v0.4.9
12072025-01-31T22:50:52.819Z Compiling prettyplease v0.2.25
12082025-01-31T22:50:53.174Z Compiling lazy_static v1.5.0
12092025-01-31T22:50:53.239Z Compiling minimal-lexical v0.2.1
12102025-01-31T22:50:53.337Z Compiling serde_json v1.0.135
12112025-01-31T22:50:53.614Z Compiling clang-sys v1.8.1
12122025-01-31T22:50:53.673Z Compiling libloading v0.8.5
12132025-01-31T22:50:53.789Z Compiling nom v7.1.3
12142025-01-31T22:50:53.963Z Compiling bindgen v0.69.5
12152025-01-31T22:50:54.083Z Compiling home v0.5.9
12162025-01-31T22:50:54.352Z Compiling itertools v0.12.1
12172025-01-31T22:50:54.477Z Compiling futures-channel v0.3.31
12182025-01-31T22:50:54.873Z Compiling allocator-api2 v0.2.18
12192025-01-31T22:50:54.893Z Compiling libm v0.2.8
12202025-01-31T22:50:55.219Z Compiling futures-task v0.3.31
12212025-01-31T22:50:55.525Z Compiling lazycell v1.3.0
12222025-01-31T22:50:55.654Z Compiling futures-io v0.3.31
12232025-01-31T22:50:55.709Z Compiling pin-utils v0.1.0
12242025-01-31T22:50:55.818Z Compiling foldhash v0.1.3
12252025-01-31T22:50:55.945Z Compiling regex-automata v0.4.8
12262025-01-31T22:50:56.129Z Compiling rustc-hash v1.1.0
12272025-01-31T22:50:56.285Z Compiling hashbrown v0.15.1
12282025-01-31T22:50:56.371Z Compiling cmake v0.1.51
12292025-01-31T22:50:57.160Z Compiling synstructure v0.13.1
12302025-01-31T22:50:57.270Z Compiling cexpr v0.6.0
12312025-01-31T22:50:57.440Z Compiling num-traits v0.2.19
12322025-01-31T22:50:57.734Z Compiling fs_extra v1.3.0
12332025-01-31T22:50:58.286Z Compiling dunce v1.0.5
12342025-01-31T22:50:58.427Z Compiling pkg-config v0.3.31
12352025-01-31T22:50:58.782Z Compiling writeable v0.5.5
12362025-01-31T22:50:58.972Z Compiling litemap v0.7.3
12372025-01-31T22:50:59.329Z Compiling ring v0.17.8
12382025-01-31T22:50:59.357Z Compiling paste v1.0.15
12392025-01-31T22:50:59.836Z Compiling base64ct v1.6.0
12402025-01-31T22:50:59.994Z Compiling icu_locid_transform_data v1.5.0
12412025-01-31T22:51:00.015Z Compiling aws-lc-rs v1.10.0
12422025-01-31T22:51:00.111Z Compiling flagset v0.4.6
12432025-01-31T22:51:00.338Z Compiling pem-rfc7468 v0.7.0
12442025-01-31T22:51:00.418Z Compiling httparse v1.9.5
12452025-01-31T22:51:00.932Z Compiling tracing-core v0.1.32
12462025-01-31T22:51:01.156Z Compiling percent-encoding v2.3.1
12472025-01-31T22:51:01.381Z Compiling regex v1.11.1
12482025-01-31T22:51:01.454Z Compiling rustls-pki-types v1.10.0
12492025-01-31T22:51:01.476Z Compiling icu_properties_data v1.5.0
12502025-01-31T22:51:01.711Z Compiling crossbeam-utils v0.8.20
12512025-01-31T22:51:02.217Z Compiling untrusted v0.7.1
12522025-01-31T22:51:02.345Z Compiling utf8_iter v1.0.4
12532025-01-31T22:51:02.375Z Compiling vcpkg v0.2.15
12542025-01-31T22:51:02.400Z Compiling powerfmt v0.2.0
12552025-01-31T22:51:02.602Z Compiling time-core v0.1.2
12562025-01-31T22:51:02.634Z Compiling serde_derive v1.0.217
12572025-01-31T22:51:02.745Z Compiling zeroize_derive v1.4.2
12582025-01-31T22:51:02.769Z Compiling zerocopy-derive v0.7.35
12592025-01-31T22:51:02.790Z Compiling zerofrom-derive v0.1.4
12602025-01-31T22:51:04.149Z Compiling tokio-macros v2.5.0
12612025-01-31T22:51:04.223Z Compiling zeroize v1.8.1
12622025-01-31T22:51:04.832Z Compiling zerocopy v0.7.35
12632025-01-31T22:51:04.953Z Compiling yoke-derive v0.7.4
12642025-01-31T22:51:05.541Z Compiling zerovec-derive v0.10.3
12652025-01-31T22:51:05.800Z Compiling crypto-common v0.1.6
12662025-01-31T22:51:06.047Z Compiling block-buffer v0.10.4
12672025-01-31T22:51:06.151Z Compiling thiserror-impl v1.0.69
12682025-01-31T22:51:06.191Z Compiling futures-macro v0.3.31
12692025-01-31T22:51:06.310Z Compiling digest v0.10.7
12702025-01-31T22:51:06.378Z Compiling zerofrom v0.1.4
12712025-01-31T22:51:06.611Z Compiling displaydoc v0.2.5
12722025-01-31T22:51:06.788Z Compiling hmac v0.12.1
12732025-01-31T22:51:06.897Z Compiling block-padding v0.3.3
12742025-01-31T22:51:07.042Z Compiling sha2 v0.10.8
12752025-01-31T22:51:07.159Z Compiling inout v0.1.3
12762025-01-31T22:51:07.446Z Compiling cipher v0.4.4
12772025-01-31T22:51:07.655Z Compiling yoke v0.7.4
12782025-01-31T22:51:07.907Z Compiling icu_provider_macros v1.5.0
12792025-01-31T22:51:07.948Z Compiling ppv-lite86 v0.2.20
12802025-01-31T22:51:07.997Z Compiling zerovec v0.10.4
12812025-01-31T22:51:08.023Z Compiling futures-util v0.3.31
12822025-01-31T22:51:08.137Z Compiling der_derive v0.7.3
12832025-01-31T22:51:08.741Z Compiling rand_chacha v0.3.1
12842025-01-31T22:51:09.060Z Compiling tracing-attributes v0.1.27
12852025-01-31T22:51:09.229Z Compiling thiserror v1.0.69
12862025-01-31T22:51:09.381Z Compiling pest v2.7.14
12872025-01-31T22:51:10.035Z Compiling tinystr v0.7.6
12882025-01-31T22:51:10.442Z Compiling icu_locid v1.5.0
12892025-01-31T22:51:10.486Z Compiling der v0.7.9
12902025-01-31T22:51:10.595Z Compiling icu_collections v1.5.0
12912025-01-31T22:51:11.040Z Compiling rand v0.8.5
12922025-01-31T22:51:11.947Z Compiling icu_provider v1.5.0
12932025-01-31T22:51:12.365Z Compiling salsa20 v0.10.2
12942025-01-31T22:51:12.453Z Compiling tracing v0.1.40
12952025-01-31T22:51:12.496Z Compiling spki v0.7.3
12962025-01-31T22:51:12.608Z Compiling icu_locid_transform v1.5.0
12972025-01-31T22:51:12.864Z Compiling pbkdf2 v0.12.2
12982025-01-31T22:51:12.895Z Compiling icu_normalizer_data v1.5.0
12992025-01-31T22:51:12.934Z Compiling mirai-annotations v1.12.0
13002025-01-31T22:51:13.011Z Compiling write16 v1.0.0
13012025-01-31T22:51:13.031Z Compiling utf16_iter v1.0.5
13022025-01-31T22:51:13.051Z Compiling untrusted v0.9.0
13032025-01-31T22:51:13.123Z Compiling num-conv v0.1.0
13042025-01-31T22:51:13.161Z Compiling scrypt v0.11.0
13052025-01-31T22:51:13.279Z Compiling pest_meta v2.7.14
13062025-01-31T22:51:13.439Z Compiling time-macros v0.2.18
13072025-01-31T22:51:13.463Z Compiling cbc v0.1.2
13082025-01-31T22:51:13.495Z Compiling aes v0.8.4
13092025-01-31T22:51:13.690Z Compiling openssl-sys v0.9.104
13102025-01-31T22:51:13.694Z Compiling deranged v0.3.11
13112025-01-31T22:51:14.785Z Compiling icu_properties v1.5.1
13122025-01-31T22:51:15.058Z Compiling scroll_derive v0.12.0
13132025-01-31T22:51:15.506Z Compiling bitflags v2.6.0
13142025-01-31T22:51:15.946Z Compiling bytes v1.9.0
13152025-01-31T22:51:16.426Z Compiling indexmap v2.7.1
13162025-01-31T22:51:16.468Z Compiling semver v1.0.24
13172025-01-31T22:51:16.658Z Compiling atomic-waker v1.1.2
13182025-01-31T22:51:16.859Z Compiling tokio v1.43.0
13192025-01-31T22:51:17.169Z Compiling http v1.2.0
13202025-01-31T22:51:17.188Z Compiling rustc_version v0.4.1
13212025-01-31T22:51:17.683Z Compiling num_threads v0.1.7
13222025-01-31T22:51:17.732Z Compiling tinyvec_macros v0.1.1
13232025-01-31T22:51:17.824Z Compiling tinyvec v1.8.0
13242025-01-31T22:51:17.845Z Compiling time v0.3.36
13252025-01-31T22:51:17.872Z Compiling scroll v0.12.0
13262025-01-31T22:51:18.428Z Compiling icu_normalizer v1.5.0
13272025-01-31T22:51:19.191Z Compiling http-body v1.0.1
13282025-01-31T22:51:19.413Z Compiling idna_adapter v1.2.0
13292025-01-31T22:51:19.434Z Compiling pest_generator v2.7.14
13302025-01-31T22:51:19.437Z Compiling pkcs5 v0.7.1
13312025-01-31T22:51:19.470Z Compiling form_urlencoded v1.2.1
13322025-01-31T22:51:19.650Z Compiling try-lock v0.2.5
13332025-01-31T22:51:19.784Z Compiling slog v2.7.0
13342025-01-31T22:51:19.806Z Compiling goblin v0.8.2
13352025-01-31T22:51:20.271Z Compiling which v4.4.2
13362025-01-31T22:51:20.364Z Compiling pkcs8 v0.10.2
13372025-01-31T22:51:20.519Z Compiling want v0.3.1
13382025-01-31T22:51:20.824Z Compiling idna v1.0.3
13392025-01-31T22:51:21.000Z Compiling uuid v1.12.0
13402025-01-31T22:51:21.023Z Compiling iana-time-zone v0.1.61
13412025-01-31T22:51:21.286Z Compiling pest_derive v2.7.14
13422025-01-31T22:51:21.411Z Compiling httpdate v1.0.3
13432025-01-31T22:51:21.844Z Compiling chrono v0.4.39
13442025-01-31T22:51:22.076Z Compiling dtrace-parser v0.2.0
13452025-01-31T22:51:22.499Z Compiling toml_datetime v0.6.8
13462025-01-31T22:51:22.519Z Compiling serde_tokenstream v0.2.2
13472025-01-31T22:51:22.978Z Compiling serde_spanned v0.6.8
13482025-01-31T22:51:23.108Z Compiling foreign-types-shared v0.1.1
13492025-01-31T22:51:23.268Z Compiling tower-service v0.3.3
13502025-01-31T22:51:23.274Z Compiling adler2 v2.0.0
13512025-01-31T22:51:23.274Z Compiling rustversion v1.0.17
13522025-01-31T22:51:23.300Z Compiling base64 v0.22.1
13532025-01-31T22:51:23.457Z Compiling openssl v0.10.66
13542025-01-31T22:51:23.881Z Compiling match_cfg v0.1.0
13552025-01-31T22:51:23.978Z Compiling hostname v0.3.1
13562025-01-31T22:51:24.027Z Compiling miniz_oxide v0.8.0
13572025-01-31T22:51:24.029Z Compiling foreign-types v0.3.2
13582025-01-31T22:51:24.068Z Compiling url v2.5.3
13592025-01-31T22:51:24.178Z Compiling openssl-macros v0.1.1
13602025-01-31T22:51:24.927Z Compiling tokio-util v0.7.12
13612025-01-31T22:51:25.203Z Compiling async-trait v0.1.85
13622025-01-31T22:51:25.399Z Compiling serde_derive_internals v0.29.1
13632025-01-31T22:51:25.401Z Compiling dirs-sys-next v0.1.2
13642025-01-31T22:51:25.841Z Compiling h2 v0.4.6
13652025-01-31T22:51:25.981Z Compiling dof v0.3.0
13662025-01-31T22:51:26.178Z Compiling rustls v0.22.4
13672025-01-31T22:51:26.456Z Compiling schemars v0.8.21
13682025-01-31T22:51:26.797Z Compiling usdt-impl v0.5.0
13692025-01-31T22:51:27.725Z Compiling data-encoding v2.6.0
13702025-01-31T22:51:27.775Z Compiling rustls v0.23.19
13712025-01-31T22:51:27.778Z Compiling siphasher v0.3.11
13722025-01-31T22:51:28.055Z Compiling native-tls v0.2.12
13732025-01-31T22:51:28.147Z Compiling syn v1.0.109
13742025-01-31T22:51:28.175Z Compiling schemars_derive v0.8.21
13752025-01-31T22:51:28.508Z Compiling dirs-next v2.0.0
13762025-01-31T22:51:29.101Z Compiling http-body-util v0.1.2
13772025-01-31T22:51:29.586Z Compiling unicode-normalization v0.1.24
13782025-01-31T22:51:29.836Z Compiling heapless v0.7.17
13792025-01-31T22:51:30.073Z Compiling crossbeam-epoch v0.9.18
13802025-01-31T22:51:30.258Z Compiling signature v2.2.0
13812025-01-31T22:51:30.371Z Compiling sha1 v0.10.6
13822025-01-31T22:51:30.546Z Compiling bzip2-sys v0.1.11+1.0.8
13832025-01-31T22:51:30.613Z Compiling thread_local v1.1.8
13842025-01-31T22:51:30.772Z Compiling encoding_rs v0.8.34
13852025-01-31T22:51:30.793Z Compiling cookie v0.18.1
13862025-01-31T22:51:30.984Z Compiling multer v3.1.0
13872025-01-31T22:51:31.070Z Compiling rayon-core v1.12.1
13882025-01-31T22:51:31.100Z Compiling signal-hook v0.3.17
13892025-01-31T22:51:31.197Z Compiling ipnet v2.10.1
13902025-01-31T22:51:31.277Z Compiling unicode-properties v0.1.3
13912025-01-31T22:51:31.339Z Compiling unicode-bidi v0.3.17
13922025-01-31T22:51:31.371Z Compiling gimli v0.31.1
13932025-01-31T22:51:31.669Z Compiling slog-async v2.8.0
13942025-01-31T22:51:32.170Z Compiling openssl-probe v0.1.5
13952025-01-31T22:51:32.312Z Compiling mime v0.3.17
13962025-01-31T22:51:32.472Z Compiling dyn-clone v1.0.17
13972025-01-31T22:51:32.701Z Compiling stringprep v0.1.5
13982025-01-31T22:51:32.797Z Compiling hyper v1.5.2
13992025-01-31T22:51:33.834Z Compiling toml_edit v0.22.22
14002025-01-31T22:51:35.493Z Compiling hyper-util v0.1.10
14012025-01-31T22:51:36.044Z Compiling addr2line v0.24.2
14022025-01-31T22:51:36.211Z Compiling crossbeam-deque v0.8.5
14032025-01-31T22:51:36.539Z Compiling usdt-macro v0.5.0
14042025-01-31T22:51:36.561Z Compiling usdt-attr-macro v0.5.0
14052025-01-31T22:51:36.671Z Compiling term v0.7.0
14062025-01-31T22:51:37.638Z Compiling slog-json v2.6.1
14072025-01-31T22:51:37.896Z Compiling serde_urlencoded v0.7.1
14082025-01-31T22:51:37.931Z Compiling curve25519-dalek v4.1.3
14092025-01-31T22:51:37.969Z Compiling crossbeam-channel v0.5.13
14102025-01-31T22:51:38.031Z Compiling enum-as-inner v0.6.1
14112025-01-31T22:51:38.377Z Compiling futures-executor v0.3.31
14122025-01-31T22:51:38.433Z Compiling md-5 v0.10.6
14132025-01-31T22:51:38.645Z Compiling async-stream-impl v0.3.6
14142025-01-31T22:51:38.711Z Compiling rustls-pemfile v2.2.0
14152025-01-31T22:51:38.907Z Compiling num-integer v0.1.46
14162025-01-31T22:51:39.040Z Compiling hash32 v0.2.1
14172025-01-31T22:51:39.060Z Compiling ff v0.13.0
14182025-01-31T22:51:39.109Z Compiling is-terminal v0.4.13
14192025-01-31T22:51:39.249Z Compiling dropshot v0.12.0
14202025-01-31T22:51:39.285Z Compiling object v0.36.5
14212025-01-31T22:51:39.397Z Compiling linked-hash-map v0.5.6
14222025-01-31T22:51:39.547Z Compiling psl-types v2.0.11
14232025-01-31T22:51:39.626Z Compiling num-bigint-dig v0.8.4
14242025-01-31T22:51:39.729Z Compiling portable-atomic v1.9.0
14252025-01-31T22:51:39.759Z Compiling rustc-demangle v0.1.24
14262025-01-31T22:51:39.901Z Compiling quick-error v1.2.3
14272025-01-31T22:51:39.920Z Compiling anyhow v1.0.95
14282025-01-31T22:51:40.051Z Compiling utf-8 v0.7.6
14292025-01-31T22:51:40.371Z Compiling fallible-iterator v0.2.0
14302025-01-31T22:51:40.511Z Compiling smoltcp v0.9.1
14312025-01-31T22:51:40.667Z Compiling take_mut v0.2.2
14322025-01-31T22:51:40.712Z Compiling litrs v0.4.1
14332025-01-31T22:51:40.833Z Compiling base16ct v0.2.0
14342025-01-31T22:51:41.013Z Compiling postgres-protocol v0.6.7
14352025-01-31T22:51:41.170Z Compiling sec1 v0.7.3
14362025-01-31T22:51:41.642Z Compiling tungstenite v0.24.0
14372025-01-31T22:51:41.680Z Compiling resolv-conf v0.7.0
14382025-01-31T22:51:41.839Z Compiling document-features v0.2.10
14392025-01-31T22:51:42.262Z Compiling async-stream v0.3.6
14402025-01-31T22:51:42.297Z Compiling publicsuffix v2.3.0
14412025-01-31T22:51:42.374Z Compiling lru-cache v0.1.2
14422025-01-31T22:51:42.592Z Compiling num-iter v0.1.45
14432025-01-31T22:51:42.645Z Compiling group v0.13.0
14442025-01-31T22:51:42.775Z Compiling slog-term v2.9.1
14452025-01-31T22:51:42.942Z Compiling usdt v0.5.0
14462025-01-31T22:51:42.991Z Compiling hickory-proto v0.24.2
14472025-01-31T22:51:43.590Z Compiling futures v0.3.31
14482025-01-31T22:51:43.684Z Compiling slog-bunyan v2.5.0
14492025-01-31T22:51:43.727Z Compiling toml v0.8.19
14502025-01-31T22:51:44.928Z Compiling camino v1.1.9
14512025-01-31T22:51:44.955Z Compiling tokio-native-tls v0.3.1
14522025-01-31T22:51:45.241Z Compiling phf_shared v0.11.2
14532025-01-31T22:51:45.435Z Compiling dropshot_endpoint v0.12.0
14542025-01-31T22:51:45.587Z Compiling terminal_size v0.4.0
14552025-01-31T22:51:45.801Z Compiling backtrace v0.3.74
14562025-01-31T22:51:45.821Z Compiling openapiv3 v2.0.0
14572025-01-31T22:51:46.138Z Compiling waitgroup v0.1.2
14582025-01-31T22:51:46.311Z Compiling serde_path_to_error v0.1.16
14592025-01-31T22:51:46.370Z Compiling hkdf v0.12.4
14602025-01-31T22:51:46.634Z Compiling crypto-bigint v0.5.5
14612025-01-31T22:51:47.102Z Compiling zerocopy-derive v0.6.6
14622025-01-31T22:51:48.861Z Compiling curve25519-dalek-derive v0.1.1
14632025-01-31T22:51:49.049Z Compiling hubpack_derive v0.1.1
14642025-01-31T22:51:49.137Z Compiling webpki-roots v0.26.6
14652025-01-31T22:51:49.360Z Compiling hostname v0.4.0
14662025-01-31T22:51:49.579Z Compiling fs-err v2.11.0
14672025-01-31T22:51:49.599Z Compiling ahash v0.8.11
14682025-01-31T22:51:49.817Z Compiling crc32fast v1.4.2
14692025-01-31T22:51:49.868Z Compiling managed v0.8.0
14702025-01-31T22:51:49.893Z Compiling debug-ignore v1.0.5
14712025-01-31T22:51:49.919Z Compiling unicode-width v0.2.0
14722025-01-31T22:51:50.039Z Compiling bitflags v1.3.2
14732025-01-31T22:51:50.148Z Compiling winnow v0.5.40
14742025-01-31T22:51:50.169Z Compiling newtype-uuid v1.2.1
14752025-01-31T22:51:50.207Z Compiling clap_builder v4.5.27
14762025-01-31T22:51:50.432Z Compiling console v0.15.10
14772025-01-31T22:51:50.480Z Compiling strum_macros v0.25.3
14782025-01-31T22:51:52.229Z Compiling flate2 v1.0.35
14792025-01-31T22:51:52.318Z Compiling hubpack v0.1.2
14802025-01-31T22:51:52.748Z Compiling elliptic-curve v0.13.8
14812025-01-31T22:51:52.766Z Compiling zerocopy v0.6.6
14822025-01-31T22:51:53.146Z Compiling hickory-resolver v0.24.2
14832025-01-31T22:51:53.509Z Compiling toml_edit v0.19.15
14842025-01-31T22:51:53.587Z Compiling signal-hook-mio v0.2.4
14852025-01-31T22:51:53.765Z Compiling phf v0.11.2
14862025-01-31T22:51:54.058Z Compiling hyper-tls v0.6.0
14872025-01-31T22:51:54.358Z Compiling rayon v1.10.0
14882025-01-31T22:51:54.414Z Compiling cookie_store v0.21.1
14892025-01-31T22:51:54.489Z Compiling bzip2 v0.4.4
14902025-01-31T22:51:55.801Z Compiling tokio-tungstenite v0.24.0
14912025-01-31T22:51:56.351Z Compiling postgres-types v0.2.8
14922025-01-31T22:51:58.348Z Compiling ed25519 v2.2.3
14932025-01-31T22:51:58.575Z Compiling phf_shared v0.10.0
14942025-01-31T22:51:58.931Z Compiling tokio-stream v0.1.16
14952025-01-31T22:51:58.957Z Compiling pkcs1 v0.7.5
14962025-01-31T22:51:59.022Z Compiling serde-big-array v0.5.1
14972025-01-31T22:51:59.258Z Compiling clap_derive v4.5.24
14982025-01-31T22:51:59.804Z Compiling rfc6979 v0.4.0
14992025-01-31T22:51:59.857Z Compiling derive-where v1.2.7
15002025-01-31T22:51:59.880Z Compiling serde_repr v0.1.19
15012025-01-31T22:51:59.995Z Compiling float-cmp v0.9.0
15022025-01-31T22:52:00.235Z Compiling bstr v1.10.0
15032025-01-31T22:52:00.255Z Compiling sync_wrapper v1.0.1
15042025-01-31T22:52:00.421Z Compiling predicates-core v1.0.8
15052025-01-31T22:52:00.737Z Compiling precomputed-hash v0.1.1
15062025-01-31T22:52:00.768Z Compiling difflib v0.4.0
15072025-01-31T22:52:00.870Z Compiling bit-vec v0.6.3
15082025-01-31T22:52:00.970Z Compiling number_prefix v0.4.0
15092025-01-31T22:52:01.210Z Compiling new_debug_unreachable v1.0.6
15102025-01-31T22:52:01.269Z Compiling unicode-segmentation v1.12.0
15112025-01-31T22:52:01.319Z Compiling whoami v1.5.2
15122025-01-31T22:52:01.780Z Compiling fixedbitset v0.4.2
15132025-01-31T22:52:01.917Z Compiling static_assertions v1.1.0
15142025-01-31T22:52:02.032Z Compiling normalize-line-endings v0.3.0
15152025-01-31T22:52:02.140Z Compiling petgraph v0.6.5
15162025-01-31T22:52:02.172Z Compiling predicates v3.1.2
15172025-01-31T22:52:02.202Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15182025-01-31T22:52:02.222Z Compiling similar v2.6.0
15192025-01-31T22:52:03.067Z Compiling tokio-postgres v0.7.12
15202025-01-31T22:52:03.772Z Compiling string_cache v0.8.7
15212025-01-31T22:52:03.869Z Compiling clap v4.5.27
15222025-01-31T22:52:03.977Z Compiling bit-set v0.5.3
15232025-01-31T22:52:04.212Z Compiling indicatif v0.17.11
15242025-01-31T22:52:04.252Z Compiling ecdsa v0.16.9
15252025-01-31T22:52:04.393Z Compiling rsa v0.9.6
15262025-01-31T22:52:05.045Z Compiling ed25519-dalek v2.1.1
15272025-01-31T22:52:05.833Z Compiling toml v0.7.8
15282025-01-31T22:52:06.158Z Compiling zip v0.6.6
15292025-01-31T22:52:06.319Z Compiling crossterm v0.28.1
15302025-01-31T22:52:08.114Z Compiling hex v0.4.3
15312025-01-31T22:52:08.362Z Compiling x509-cert v0.2.5
15322025-01-31T22:52:08.563Z Compiling itertools v0.10.5
15332025-01-31T22:52:08.708Z Compiling peg-runtime v0.8.3
15342025-01-31T22:52:08.747Z Compiling unicode-xid v0.2.6
15352025-01-31T22:52:08.803Z Compiling lalrpop-util v0.19.12
15362025-01-31T22:52:08.953Z Compiling strum_macros v0.26.4
15372025-01-31T22:52:09.149Z Compiling xattr v1.3.1
15382025-01-31T22:52:09.305Z Compiling filetime v0.2.25
15392025-01-31T22:52:09.609Z Compiling tar v0.4.42
15402025-01-31T22:52:13.616Z Compiling strum v0.26.3
15412025-01-31T22:52:17.095Z Compiling aws-lc-sys v0.22.0
15422025-01-31T22:52:44.459Z Compiling rustls-webpki v0.102.8
15432025-01-31T22:52:47.629Z Compiling tokio-rustls v0.25.0
15442025-01-31T22:52:49.311Z Compiling tokio-rustls v0.26.0
15452025-01-31T22:52:49.608Z Compiling hyper-rustls v0.27.3
15462025-01-31T22:52:49.898Z Compiling reqwest v0.12.9
15472025-01-31T22:52:51.379Z Compiling qorb v0.2.1
15482025-01-31T22:52:54.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15492025-01-31T22:52:54.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15502025-01-31T22:52:59.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15512025-01-31T22:52:59.381Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15522025-01-31T22:52:59.433ZJan 31 22:52:58.534 INFO Starting download, target: Clickhouse
15532025-01-31T22:52:59.433ZJan 31 22:52:58.534 INFO Starting download, target: Console
15542025-01-31T22:52:59.433ZJan 31 22:52:58.534 INFO Starting download, target: Cockroach
15552025-01-31T22:52:59.433ZJan 31 22:52:58.534 INFO Starting download, target: DendriteOpenapi
15562025-01-31T22:52:59.436ZJan 31 22:52:58.534 INFO Starting download, target: DendriteStub
15572025-01-31T22:52:59.436ZJan 31 22:52:58.534 INFO Starting download, target: MaghemiteMgd
15582025-01-31T22:52:59.436ZJan 31 22:52:58.534 INFO Starting download, target: TransceiverControl
15592025-01-31T22:52:59.436ZJan 31 22:52:58.535 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15602025-01-31T22:52:59.437ZJan 31 22:52:58.535 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15612025-01-31T22:52:59.437ZJan 31 22:52:58.535 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15622025-01-31T22:52:59.437ZJan 31 22:52:58.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15632025-01-31T22:52:59.437ZJan 31 22:52:58.535 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15642025-01-31T22:52:59.437ZJan 31 22:52:58.536 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15652025-01-31T22:52:59.437ZJan 31 22:52:58.536 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15662025-01-31T22:52:59.630ZJan 31 22:52:58.715 INFO Download complete, target: DendriteOpenapi
15672025-01-31T22:52:59.717ZJan 31 22:52:58.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15682025-01-31T22:52:59.971ZJan 31 22:52:59.023 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15692025-01-31T22:53:00.171ZJan 31 22:52:59.252 INFO Download complete, target: TransceiverControl
15702025-01-31T22:53:00.305ZJan 31 22:52:59.378 INFO Download complete, target: Console
15712025-01-31T22:53:00.467ZJan 31 22:52:59.538 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15722025-01-31T22:53:00.528ZJan 31 22:52:59.627 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15732025-01-31T22:53:00.856ZJan 31 22:52:59.957 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15742025-01-31T22:53:00.856ZJan 31 22:52:59.957 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15752025-01-31T22:53:01.315ZJan 31 22:53:00.416 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15762025-01-31T22:53:03.362ZJan 31 22:53:02.462 INFO Download complete, target: MaghemiteMgd
15772025-01-31T22:53:03.362ZJan 31 22:53:02.462 INFO Download complete, target: DendriteStub
15782025-01-31T22:53:08.249ZJan 31 22:53:07.348 INFO Checking that binary works, target: Cockroach
15792025-01-31T22:53:08.462ZJan 31 22:53:07.559 INFO Download complete, target: Cockroach
15802025-01-31T22:53:13.696ZJan 31 22:53:12.791 INFO Checking that binary works, target: Clickhouse
15812025-01-31T22:53:13.817ZJan 31 22:53:12.914 INFO Download complete, target: Clickhouse
15822025-01-31T22:53:13.825ZAll prerequisites installed successfully
15832025-01-31T22:53:13.829Z
15842025-01-31T22:53:13.829Zreal 4:32.037793801
15852025-01-31T22:53:13.829Zuser 15:44.860383811
15862025-01-31T22:53:13.829Zsys 2:03.064140563
15872025-01-31T22:53:13.829Ztrap 0.568362653
15882025-01-31T22:53:13.829Ztflt 1.625150040
15892025-01-31T22:53:13.829Zdflt 1.728861295
15902025-01-31T22:53:13.829Zkflt 0.028902839
15912025-01-31T22:53:13.829Zlock 25:19.942581197
15922025-01-31T22:53:13.829Zslp 54:17.145816294
15932025-01-31T22:53:13.829Zlat 58.902667735
15942025-01-31T22:53:13.829Zstop 2:24.853129647
15952025-01-31T22:53:13.829Z+ ptime -m cargo xtask download softnpu
15962025-01-31T22:53:14.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15972025-01-31T22:53:14.378Z Running `target/debug/xtask download softnpu`
15982025-01-31T22:53:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15992025-01-31T22:53:15.272Z Running `target/debug/xtask-downloader softnpu`
16002025-01-31T22:53:15.310ZJan 31 22:53:14.407 INFO Starting download, target: Softnpu
16012025-01-31T22:53:15.313ZJan 31 22:53:14.408 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16022025-01-31T22:53:16.072ZJan 31 22:53:15.169 INFO Download complete, target: Softnpu
16032025-01-31T22:53:16.076Z
16042025-01-31T22:53:16.080Zreal 2.242966962
16052025-01-31T22:53:16.080Zuser 1.282245343
16062025-01-31T22:53:16.080Zsys 0.554008929
16072025-01-31T22:53:16.080Ztrap 0.000840626
16082025-01-31T22:53:16.080Ztflt 0.000091866
16092025-01-31T22:53:16.080Zdflt 0.000076771
16102025-01-31T22:53:16.080Zkflt 0.000000000
16112025-01-31T22:53:16.080Zlock 7.887002177
16122025-01-31T22:53:16.080Zslp 0.570198696
16132025-01-31T22:53:16.080Zlat 0.069066842
16142025-01-31T22:53:16.080Zstop 0.000166833
16152025-01-31T22:53:16.080Z+ export CARGO_INCREMENTAL=0
16162025-01-31T22:53:16.080Z+ CARGO_INCREMENTAL=0
16172025-01-31T22:53:16.080Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16182025-01-31T22:53:17.002Z Compiling proc-macro2 v1.0.92
16192025-01-31T22:53:17.005Z Compiling unicode-ident v1.0.14
16202025-01-31T22:53:17.005Z Compiling libc v0.2.169
16212025-01-31T22:53:17.005Z Compiling serde v1.0.217
16222025-01-31T22:53:17.005Z Compiling autocfg v1.4.0
16232025-01-31T22:53:17.005Z Compiling version_check v0.9.5
16242025-01-31T22:53:17.005Z Compiling cfg-if v1.0.0
16252025-01-31T22:53:17.301Z Compiling memchr v2.7.4
16262025-01-31T22:53:17.323Z Compiling typenum v1.17.0
16272025-01-31T22:53:17.343Z Compiling shlex v1.3.0
16282025-01-31T22:53:17.658Z Compiling value-bag v1.9.0
16292025-01-31T22:53:17.876Z Compiling generic-array v0.14.7
16302025-01-31T22:53:17.961Z Compiling lock_api v0.4.12
16312025-01-31T22:53:18.147Z Compiling log v0.4.22
16322025-01-31T22:53:18.184Z Compiling scopeguard v1.2.0
16332025-01-31T22:53:18.341Z Compiling parking_lot_core v0.9.10
16342025-01-31T22:53:18.650Z Compiling serde_json v1.0.135
16352025-01-31T22:53:18.742Z Compiling once_cell v1.20.2
16362025-01-31T22:53:18.868Z Compiling quote v1.0.38
16372025-01-31T22:53:18.886Z Compiling jobserver v0.1.32
16382025-01-31T22:53:18.971Z Compiling getrandom v0.2.15
16392025-01-31T22:53:19.116Z Compiling rustix v0.38.37
16402025-01-31T22:53:19.322Z Compiling syn v2.0.96
16412025-01-31T22:53:19.344Z Compiling cc v1.1.30
16422025-01-31T22:53:19.364Z Compiling libm v0.2.8
16432025-01-31T22:53:19.448Z Compiling aho-corasick v1.1.3
16442025-01-31T22:53:19.470Z Compiling num-traits v0.2.19
16452025-01-31T22:53:19.585Z Compiling regex-syntax v0.8.5
16462025-01-31T22:53:19.676Z Compiling thiserror v1.0.69
16472025-01-31T22:53:19.710Z Compiling either v1.13.0
16482025-01-31T22:53:19.756Z Compiling itoa v1.0.11
16492025-01-31T22:53:20.080Z Compiling spin v0.9.8
16502025-01-31T22:53:20.156Z Compiling slab v0.4.9
16512025-01-31T22:53:20.390Z Compiling errno v0.3.9
16522025-01-31T22:53:20.477Z Compiling byteorder v1.5.0
16532025-01-31T22:53:20.877Z Compiling rand_core v0.6.4
16542025-01-31T22:53:21.277Z Compiling glob v0.3.2
16552025-01-31T22:53:21.406Z Compiling prettyplease v0.2.25
16562025-01-31T22:53:21.425Z Compiling lazy_static v1.5.0
16572025-01-31T22:53:21.775Z Compiling minimal-lexical v0.2.1
16582025-01-31T22:53:21.992Z Compiling clang-sys v1.8.1
16592025-01-31T22:53:22.187Z Compiling nom v7.1.3
16602025-01-31T22:53:22.344Z Compiling libloading v0.8.5
16612025-01-31T22:53:22.421Z Compiling home v0.5.9
16622025-01-31T22:53:22.670Z Compiling smallvec v1.13.2
16632025-01-31T22:53:22.689Z Compiling bindgen v0.69.5
16642025-01-31T22:53:22.692Z Compiling subtle v2.6.1
16652025-01-31T22:53:23.049Z Compiling regex-automata v0.4.8
16662025-01-31T22:53:23.183Z Compiling itertools v0.12.1
16672025-01-31T22:53:23.292Z Compiling lazycell v1.3.0
16682025-01-31T22:53:23.484Z Compiling allocator-api2 v0.2.18
16692025-01-31T22:53:23.684Z Compiling rustc-hash v1.1.0
16702025-01-31T22:53:23.850Z Compiling cmake v0.1.51
16712025-01-31T22:53:24.383Z Compiling fs_extra v1.3.0
16722025-01-31T22:53:24.642Z Compiling dunce v1.0.5
16732025-01-31T22:53:24.791Z Compiling semver v1.0.24
16742025-01-31T22:53:25.234Z Compiling cexpr v0.6.0
16752025-01-31T22:53:25.410Z Compiling pkg-config v0.3.31
16762025-01-31T22:53:25.436Z Compiling ring v0.17.8
16772025-01-31T22:53:26.112Z Compiling pin-project-lite v0.2.14
16782025-01-31T22:53:26.261Z Compiling ryu v1.0.18
16792025-01-31T22:53:26.380Z Compiling synstructure v0.13.1
16802025-01-31T22:53:26.555Z Compiling paste v1.0.15
16812025-01-31T22:53:26.651Z Compiling fnv v1.0.7
16822025-01-31T22:53:26.675Z Compiling httparse v1.9.5
16832025-01-31T22:53:26.799Z Compiling const-oid v0.9.6
16842025-01-31T22:53:27.269Z Compiling aws-lc-rs v1.10.0
16852025-01-31T22:53:27.637Z Compiling schemars v0.8.21
16862025-01-31T22:53:27.714Z Compiling serde_derive_internals v0.29.1
16872025-01-31T22:53:28.177Z Compiling foldhash v0.1.3
16882025-01-31T22:53:28.476Z Compiling regex v1.11.1
16892025-01-31T22:53:28.640Z Compiling equivalent v1.0.1
16902025-01-31T22:53:28.776Z Compiling hashbrown v0.15.1
16912025-01-31T22:53:28.855Z Compiling signal-hook-registry v1.4.2
16922025-01-31T22:53:29.355Z Compiling heck v0.5.0
16932025-01-31T22:53:29.622Z Compiling parking_lot v0.12.3
16942025-01-31T22:53:29.747Z Compiling mio v1.0.2
16952025-01-31T22:53:29.987Z Compiling stable_deref_trait v1.2.0
16962025-01-31T22:53:30.664Z Compiling socket2 v0.5.7
16972025-01-31T22:53:30.792Z Compiling serde_derive v1.0.217
16982025-01-31T22:53:31.272Z Compiling zeroize_derive v1.4.2
16992025-01-31T22:53:31.620Z Compiling zerocopy-derive v0.7.35
17002025-01-31T22:53:32.182Z Compiling thiserror-impl v1.0.69
17012025-01-31T22:53:32.280Z Compiling tokio-macros v2.5.0
17022025-01-31T22:53:32.299Z Compiling zerofrom-derive v0.1.4
17032025-01-31T22:53:32.539Z Compiling yoke-derive v0.7.4
17042025-01-31T22:53:32.614Z Compiling zeroize v1.8.1
17052025-01-31T22:53:33.071Z Compiling zerovec-derive v0.10.3
17062025-01-31T22:53:33.227Z Compiling futures-macro v0.3.31
17072025-01-31T22:53:33.411Z Compiling displaydoc v0.2.5
17082025-01-31T22:53:34.796Z Compiling zerocopy v0.7.35
17092025-01-31T22:53:34.871Z Compiling crypto-common v0.1.6
17102025-01-31T22:53:34.893Z Compiling icu_provider_macros v1.5.0
17112025-01-31T22:53:35.001Z Compiling tracing-attributes v0.1.27
17122025-01-31T22:53:35.088Z Compiling schemars_derive v0.8.21
17132025-01-31T22:53:35.346Z Compiling block-buffer v0.10.4
17142025-01-31T22:53:35.577Z Compiling digest v0.10.7
17152025-01-31T22:53:35.971Z Compiling futures-core v0.3.31
17162025-01-31T22:53:36.110Z Compiling time-core v0.1.2
17172025-01-31T22:53:36.244Z Compiling crossbeam-utils v0.8.20
17182025-01-31T22:53:36.293Z Compiling num-conv v0.1.0
17192025-01-31T22:53:36.586Z Compiling time-macros v0.2.18
17202025-01-31T22:53:36.605Z Compiling der_derive v0.7.3
17212025-01-31T22:53:36.746Z Compiling vcpkg v0.2.15
17222025-01-31T22:53:38.211Z Compiling openssl-sys v0.9.104
17232025-01-31T22:53:38.894Z Compiling syn v1.0.109
17242025-01-31T22:53:39.263Z Compiling cpufeatures v0.2.14
17252025-01-31T22:53:39.490Z Compiling futures-sink v0.3.31
17262025-01-31T22:53:39.668Z Compiling slog v2.7.0
17272025-01-31T22:53:39.912Z Compiling ahash v0.8.11
17282025-01-31T22:53:40.141Z Compiling zerofrom v0.1.4
17292025-01-31T22:53:40.364Z Compiling iana-time-zone v0.1.61
17302025-01-31T22:53:40.528Z Compiling yoke v0.7.4
17312025-01-31T22:53:40.883Z Compiling futures-channel v0.3.31
17322025-01-31T22:53:40.916Z Compiling scroll_derive v0.12.0
17332025-01-31T22:53:40.956Z Compiling ucd-trie v0.1.7
17342025-01-31T22:53:41.088Z Compiling futures-task v0.3.31
17352025-01-31T22:53:41.346Z Compiling futures-io v0.3.31
17362025-01-31T22:53:41.395Z Compiling openssl v0.10.66
17372025-01-31T22:53:41.397Z Compiling pin-utils v0.1.0
17382025-01-31T22:53:41.532Z Compiling futures-util v0.3.31
17392025-01-31T22:53:41.714Z Compiling pest v2.7.14
17402025-01-31T22:53:41.807Z Compiling zerovec v0.10.4
17412025-01-31T22:53:42.708Z Compiling bitflags v2.6.0
17422025-01-31T22:53:42.833Z Compiling bytes v1.9.0
17432025-01-31T22:53:44.998Z Compiling indexmap v2.7.1
17442025-01-31T22:53:45.305Z Compiling tokio v1.43.0
17452025-01-31T22:53:46.196Z Compiling serde_tokenstream v0.2.2
17462025-01-31T22:53:46.307Z Compiling uuid v1.12.0
17472025-01-31T22:53:46.723Z Compiling http v1.2.0
17482025-01-31T22:53:47.543Z Compiling which v4.4.2
17492025-01-31T22:53:47.705Z Compiling chrono v0.4.39
17502025-01-31T22:53:48.075Z Compiling rustc_version v0.4.1
17512025-01-31T22:53:49.580Z Compiling hmac v0.12.1
17522025-01-31T22:53:50.819Z Compiling pest_meta v2.7.14
17532025-01-31T22:53:53.643Z Compiling block-padding v0.3.3
17542025-01-31T22:53:53.887Z Compiling openssl-macros v0.1.1
17552025-01-31T22:53:54.556Z Compiling native-tls v0.2.12
17562025-01-31T22:53:54.608Z Compiling rustls v0.23.19
17572025-01-31T22:53:54.912Z Compiling inout v0.1.3
17582025-01-31T22:53:54.930Z Compiling pest_generator v2.7.14
17592025-01-31T22:53:55.029Z Compiling tinystr v0.7.6
17602025-01-31T22:53:55.458Z Compiling serde_spanned v0.6.8
17612025-01-31T22:53:55.552Z Compiling toml_datetime v0.6.8
17622025-01-31T22:53:55.714Z Compiling tracing-core v0.1.32
17632025-01-31T22:53:55.793Z Compiling strsim v0.11.1
17642025-01-31T22:53:55.988Z Compiling litemap v0.7.3
17652025-01-31T22:53:56.009Z Compiling writeable v0.5.5
17662025-01-31T22:53:56.486Z Compiling dyn-clone v1.0.17
17672025-01-31T22:53:56.611Z Compiling pest_derive v2.7.14
17682025-01-31T22:53:56.898Z Compiling icu_locid v1.5.0
17692025-01-31T22:53:57.368Z Compiling tracing v0.1.40
17702025-01-31T22:53:57.858Z Compiling cipher v0.4.4
17712025-01-31T22:53:58.250Z Compiling sha2 v0.10.8
17722025-01-31T22:53:58.526Z Compiling cookie v0.18.1
17732025-01-31T22:53:58.838Z Compiling usdt-impl v0.5.0
17742025-01-31T22:53:59.202Z Compiling base64ct v1.6.0
17752025-01-31T22:53:59.270Z Compiling icu_provider v1.5.0
17762025-01-31T22:53:59.745Z Compiling pem-rfc7468 v0.7.0
17772025-01-31T22:54:00.293Z Compiling aws-lc-sys v0.22.0
17782025-01-31T22:54:00.342Z Compiling scroll v0.12.0
17792025-01-31T22:54:00.943Z Compiling ppv-lite86 v0.2.20
17802025-01-31T22:54:01.722Z Compiling async-trait v0.1.85
17812025-01-31T22:54:02.260Z Compiling icu_locid_transform_data v1.5.0
17822025-01-31T22:54:02.373Z Compiling rustls-pki-types v1.10.0
17832025-01-31T22:54:03.958Z Compiling camino v1.1.9
17842025-01-31T22:54:04.171Z Compiling anyhow v1.0.95
17852025-01-31T22:54:04.473Z Compiling flagset v0.4.6
17862025-01-31T22:54:04.697Z Compiling plain v0.2.3
17872025-01-31T22:54:04.819Z Compiling percent-encoding v2.3.1
17882025-01-31T22:54:04.866Z Compiling goblin v0.8.2
17892025-01-31T22:54:05.233Z Compiling icu_locid_transform v1.5.0
17902025-01-31T22:54:06.782Z Compiling der v0.7.9
17912025-01-31T22:54:09.493Z Compiling rand_chacha v0.3.1
17922025-01-31T22:54:10.350Z Compiling tokio-util v0.7.12
17932025-01-31T22:54:10.426Z Compiling icu_collections v1.5.0
17942025-01-31T22:54:11.772Z Compiling untrusted v0.7.1
17952025-01-31T22:54:11.974Z Compiling pretty-hex v0.4.1
17962025-01-31T22:54:12.174Z Compiling mirai-annotations v1.12.0
17972025-01-31T22:54:12.260Z Compiling powerfmt v0.2.0
17982025-01-31T22:54:12.371Z Compiling rustls v0.22.4
17992025-01-31T22:54:12.454Z Compiling icu_properties_data v1.5.0
18002025-01-31T22:54:12.711Z Compiling untrusted v0.9.0
18012025-01-31T22:54:12.761Z Compiling rayon-core v1.12.1
18022025-01-31T22:54:12.779Z Compiling icu_properties v1.5.1
18032025-01-31T22:54:12.929Z Compiling deranged v0.3.11
18042025-01-31T22:54:13.069Z Compiling dof v0.3.0
18052025-01-31T22:54:14.186Z Compiling rand v0.8.5
18062025-01-31T22:54:14.592Z Compiling spki v0.7.3
18072025-01-31T22:54:14.780Z Compiling salsa20 v0.10.2
18082025-01-31T22:54:14.950Z Compiling dtrace-parser v0.2.0
18092025-01-31T22:54:15.647Z Compiling pbkdf2 v0.12.2
18102025-01-31T22:54:16.466Z Compiling thread-id v4.2.2
18112025-01-31T22:54:16.595Z Compiling write16 v1.0.0
18122025-01-31T22:54:16.767Z Compiling atomic-waker v1.1.2
18132025-01-31T22:54:16.888Z Compiling utf8_iter v1.0.4
18142025-01-31T22:54:17.189Z Compiling icu_normalizer_data v1.5.0
18152025-01-31T22:54:17.327Z Compiling num_threads v0.1.7
18162025-01-31T22:54:17.343Z Compiling winnow v0.5.40
18172025-01-31T22:54:17.426Z Compiling utf16_iter v1.0.5
18182025-01-31T22:54:17.630Z Compiling litrs v0.4.1
18192025-01-31T22:54:17.711Z Compiling icu_normalizer v1.5.0
18202025-01-31T22:54:18.646Z Compiling document-features v0.2.10
18212025-01-31T22:54:19.031Z Compiling time v0.3.36
18222025-01-31T22:54:20.402Z Compiling toml_edit v0.19.15
18232025-01-31T22:54:22.302Z Compiling scrypt v0.11.0
18242025-01-31T22:54:22.703Z Compiling form_urlencoded v1.2.1
18252025-01-31T22:54:22.785Z Compiling cbc v0.1.2
18262025-01-31T22:54:23.028Z Compiling aes v0.8.4
18272025-01-31T22:54:23.118Z Compiling http-body v1.0.1
18282025-01-31T22:54:23.216Z Compiling multer v3.1.0
18292025-01-31T22:54:23.392Z Compiling try-lock v0.2.5
18302025-01-31T22:54:23.528Z Compiling tinyvec_macros v0.1.1
18312025-01-31T22:54:23.775Z Compiling rustversion v1.0.17
18322025-01-31T22:54:23.794Z Compiling slog-async v2.8.0
18332025-01-31T22:54:24.128Z Compiling pkcs5 v0.7.1
18342025-01-31T22:54:24.444Z Compiling tinyvec v1.8.0
18352025-01-31T22:54:25.128Z Compiling want v0.3.1
18362025-01-31T22:54:25.972Z Compiling idna_adapter v1.2.0
18372025-01-31T22:54:26.379Z Compiling h2 v0.4.6
18382025-01-31T22:54:26.493Z Compiling heapless v0.7.17
18392025-01-31T22:54:27.045Z Compiling bzip2-sys v0.1.11+1.0.8
18402025-01-31T22:54:27.428Z Compiling httpdate v1.0.3
18412025-01-31T22:54:27.741Z Compiling signal-hook v0.3.17
18422025-01-31T22:54:28.607Z Compiling idna v1.0.3
18432025-01-31T22:54:29.919Z Compiling pkcs8 v0.10.2
18442025-01-31T22:54:30.911Z Compiling usdt-macro v0.5.0
18452025-01-31T22:54:31.049Z Compiling usdt-attr-macro v0.5.0
18462025-01-31T22:54:32.253Z Compiling async-stream-impl v0.3.6
18472025-01-31T22:54:32.883Z Compiling tower-service v0.3.3
18482025-01-31T22:54:33.078Z Compiling adler2 v2.0.0
18492025-01-31T22:54:33.134Z Compiling base64 v0.22.1
18502025-01-31T22:54:33.366Z Compiling miniz_oxide v0.8.0
18512025-01-31T22:54:34.871Z Compiling hyper v1.5.2
18522025-01-31T22:54:36.765Z Compiling curve25519-dalek v4.1.3
18532025-01-31T22:54:37.187Z Compiling openapiv3 v2.0.0
18542025-01-31T22:54:39.846Z Compiling hyper-util v0.1.10
18552025-01-31T22:54:40.638Z Compiling enum-as-inner v0.6.1
18562025-01-31T22:54:41.164Z Compiling dropshot v0.12.0
18572025-01-31T22:54:41.373Z Compiling smoltcp v0.9.1
18582025-01-31T22:54:41.469Z Compiling foreign-types-shared v0.1.1
18592025-01-31T22:54:41.599Z Compiling match_cfg v0.1.0
18602025-01-31T22:54:41.602Z Compiling num-bigint-dig v0.8.4
18612025-01-31T22:54:41.713Z Compiling portable-atomic v1.9.0
18622025-01-31T22:54:42.285Z Compiling newtype-uuid v1.2.1
18632025-01-31T22:54:42.538Z Compiling foreign-types v0.3.2
18642025-01-31T22:54:42.699Z Compiling hostname v0.3.1
18652025-01-31T22:54:45.432Z Compiling url v2.5.3
18662025-01-31T22:54:47.060Z Compiling http-body-util v0.1.2
18672025-01-31T22:54:47.500Z Compiling dirs-sys-next v0.1.2
18682025-01-31T22:54:47.556Z Compiling encoding_rs v0.8.34
18692025-01-31T22:54:47.610Z Compiling heck v0.4.1
18702025-01-31T22:54:47.931Z Compiling ident_case v1.0.1
18712025-01-31T22:54:47.975Z Compiling data-encoding v2.6.0
18722025-01-31T22:54:48.153Z Compiling siphasher v0.3.11
18732025-01-31T22:54:48.550Z Compiling gimli v0.31.1
18742025-01-31T22:54:49.455Z Compiling mime v0.3.17
18752025-01-31T22:54:50.462Z Compiling darling_core v0.20.10
18762025-01-31T22:54:50.532Z Compiling dirs-next v2.0.0
18772025-01-31T22:54:55.105Z Compiling addr2line v0.24.2
18782025-01-31T22:54:56.724Z Compiling unicode-normalization v0.1.24
18792025-01-31T22:54:57.799Z Compiling serde_urlencoded v0.7.1
18802025-01-31T22:54:58.396Z Compiling crossbeam-epoch v0.9.18
18812025-01-31T22:54:58.482Z Compiling rustls-pemfile v2.2.0
18822025-01-31T22:54:58.938Z Compiling hubpack_derive v0.1.1
18832025-01-31T22:54:58.966Z Compiling dropshot_endpoint v0.12.0
18842025-01-31T22:54:59.049Z Compiling sha1 v0.10.6
18852025-01-31T22:54:59.111Z Compiling signature v2.2.0
18862025-01-31T22:54:59.334Z Compiling zerocopy-derive v0.6.6
18872025-01-31T22:54:59.444Z Compiling curve25519-dalek-derive v0.1.1
18882025-01-31T22:55:00.743Z Compiling object v0.36.5
18892025-01-31T22:55:01.049Z Compiling thread_local v1.1.8
18902025-01-31T22:55:01.488Z Compiling fs-err v2.11.0
18912025-01-31T22:55:05.255Z Compiling ipnet v2.10.1
18922025-01-31T22:55:05.886Z Compiling unicode-bidi v0.3.17
18932025-01-31T22:55:07.496Z Compiling openssl-probe v0.1.5
18942025-01-31T22:55:07.797Z Compiling unicode-properties v0.1.3
18952025-01-31T22:55:08.069Z Compiling winnow v0.6.20
18962025-01-31T22:55:08.203Z Compiling utf8parse v0.2.2
18972025-01-31T22:55:08.233Z Compiling rustc-demangle v0.1.24
18982025-01-31T22:55:09.296Z Compiling anstyle v1.0.10
18992025-01-31T22:55:10.207Z Compiling backtrace v0.3.74
19002025-01-31T22:55:11.378Z Compiling toml_edit v0.22.22
19012025-01-31T22:55:11.484Z Compiling anstyle-parse v0.2.5
19022025-01-31T22:55:11.826Z Compiling stringprep v0.1.5
19032025-01-31T22:55:13.491Z Compiling rustls-webpki v0.102.8
19042025-01-31T22:55:20.887Z Compiling crossbeam-deque v0.8.5
19052025-01-31T22:55:21.281Z Compiling darling_macro v0.20.10
19062025-01-31T22:55:22.160Z Compiling term v0.7.0
19072025-01-31T22:55:22.954Z Compiling slog-json v2.6.1
19082025-01-31T22:55:24.027Z Compiling crossbeam-channel v0.5.13
19092025-01-31T22:55:24.655Z Compiling hashbrown v0.14.5
19102025-01-31T22:55:25.197Z Compiling futures-executor v0.3.31
19112025-01-31T22:55:25.495Z Compiling num-integer v0.1.46
19122025-01-31T22:55:25.613Z Compiling md-5 v0.10.6
19132025-01-31T22:55:25.841Z Compiling ff v0.13.0
19142025-01-31T22:55:25.874Z Compiling hash32 v0.2.1
19152025-01-31T22:55:26.078Z Compiling memmap v0.7.0
19162025-01-31T22:55:26.143Z Compiling is-terminal v0.4.13
19172025-01-31T22:55:26.235Z Compiling linked-hash-map v0.5.6
19182025-01-31T22:55:26.308Z Compiling is_terminal_polyfill v1.70.1
19192025-01-31T22:55:26.387Z Compiling fallible-iterator v0.2.0
19202025-01-31T22:55:26.452Z Compiling psl-types v2.0.11
19212025-01-31T22:55:26.579Z Compiling base16ct v0.2.0
19222025-01-31T22:55:26.657Z Compiling utf-8 v0.7.6
19232025-01-31T22:55:26.867Z Compiling take_mut v0.2.2
19242025-01-31T22:55:27.028Z Compiling quick-error v1.2.3
19252025-01-31T22:55:27.062Z Compiling colorchoice v1.0.2
19262025-01-31T22:55:27.360Z Compiling anstyle-query v1.1.1
19272025-01-31T22:55:27.468Z Compiling publicsuffix v2.3.0
19282025-01-31T22:55:27.531Z Compiling anstream v0.6.15
19292025-01-31T22:55:27.628Z Compiling resolv-conf v0.7.0
19302025-01-31T22:55:28.054Z Compiling postgres-protocol v0.6.7
19312025-01-31T22:55:28.156Z Compiling tungstenite v0.24.0
19322025-01-31T22:55:28.278Z Compiling sec1 v0.7.3
19332025-01-31T22:55:28.827Z Compiling lru-cache v0.1.2
19342025-01-31T22:55:29.029Z Compiling usdt v0.5.0
19352025-01-31T22:55:29.095Z Compiling slog-term v2.9.1
19362025-01-31T22:55:29.486Z Compiling group v0.13.0
19372025-01-31T22:55:29.810Z Compiling num-iter v0.1.45
19382025-01-31T22:55:29.982Z Compiling regress v0.10.1
19392025-01-31T22:55:30.005Z Compiling futures v0.3.31
19402025-01-31T22:55:33.130Z Compiling slog-bunyan v2.5.0
19412025-01-31T22:55:33.157Z Compiling tokio-rustls v0.26.0
19422025-01-31T22:55:33.362Z Compiling darling v0.20.10
19432025-01-31T22:55:33.495Z Compiling tokio-rustls v0.25.0
19442025-01-31T22:55:33.621Z Compiling tokio-native-tls v0.3.1
19452025-01-31T22:55:33.905Z Compiling toml v0.8.19
19462025-01-31T22:55:34.229Z Compiling hickory-proto v0.24.2
19472025-01-31T22:55:34.451Z Compiling phf_shared v0.11.2
19482025-01-31T22:55:34.805Z Compiling strum_macros v0.25.3
19492025-01-31T22:55:35.332Z Compiling async-stream v0.3.6
19502025-01-31T22:55:35.393Z Compiling waitgroup v0.1.2
19512025-01-31T22:55:35.613Z Compiling webpki-roots v0.26.6
19522025-01-31T22:55:35.907Z Compiling hkdf v0.12.4
19532025-01-31T22:55:36.020Z Compiling terminal_size v0.4.0
19542025-01-31T22:55:36.092Z Compiling serde_path_to_error v0.1.16
19552025-01-31T22:55:36.233Z Compiling crypto-bigint v0.5.5
19562025-01-31T22:55:36.763Z Compiling clap_derive v4.5.24
19572025-01-31T22:55:36.872Z Compiling derive-where v1.2.7
19582025-01-31T22:55:38.208Z Compiling serde_repr v0.1.19
19592025-01-31T22:55:38.580Z Compiling hostname v0.4.0
19602025-01-31T22:55:38.799Z Compiling crc32fast v1.4.2
19612025-01-31T22:55:39.546Z Compiling clap_lex v0.7.4
19622025-01-31T22:55:39.779Z Compiling debug-ignore v1.0.5
19632025-01-31T22:55:39.969Z Compiling managed v0.8.0
19642025-01-31T22:55:40.142Z Compiling unicode-width v0.2.0
19652025-01-31T22:55:40.426Z Compiling bitflags v1.3.2
19662025-01-31T22:55:40.663Z Compiling console v0.15.10
19672025-01-31T22:55:41.816Z Compiling clap_builder v4.5.27
19682025-01-31T22:55:42.362Z Compiling hickory-resolver v0.24.2
19692025-01-31T22:55:43.494Z Compiling flate2 v1.0.35
19702025-01-31T22:55:44.325Z Compiling elliptic-curve v0.13.8
19712025-01-31T22:55:46.454Z Compiling hyper-rustls v0.27.3
19722025-01-31T22:55:48.037Z Compiling phf v0.11.2
19732025-01-31T22:55:48.335Z Compiling hyper-tls v0.6.0
19742025-01-31T22:55:48.781Z Compiling typify-impl v0.2.0
19752025-01-31T22:55:48.870Z Compiling signal-hook-mio v0.2.4
19762025-01-31T22:55:49.043Z Compiling rayon v1.10.0
19772025-01-31T22:55:49.062Z Compiling bzip2 v0.4.4
19782025-01-31T22:55:49.401Z Compiling cookie_store v0.21.1
19792025-01-31T22:55:52.679Z Compiling tokio-tungstenite v0.24.0
19802025-01-31T22:55:53.245Z Compiling postgres-types v0.2.8
19812025-01-31T22:55:53.503Z Compiling zerocopy v0.6.6
19822025-01-31T22:55:53.851Z Compiling hubpack v0.1.2
19832025-01-31T22:55:53.918Z Compiling ed25519 v2.2.3
19842025-01-31T22:55:54.269Z Compiling phf_shared v0.10.0
19852025-01-31T22:55:54.323Z Compiling pkcs1 v0.7.5
19862025-01-31T22:55:54.399Z Compiling tokio-stream v0.1.16
19872025-01-31T22:55:54.551Z Compiling ipnetwork v0.20.0
19882025-01-31T22:55:55.179Z Compiling rfc6979 v0.4.0
19892025-01-31T22:55:55.312Z Compiling serde-big-array v0.5.1
19902025-01-31T22:55:55.394Z Compiling float-cmp v0.9.0
19912025-01-31T22:55:55.435Z Compiling sync_wrapper v1.0.1
19922025-01-31T22:55:55.601Z Compiling bstr v1.10.0
19932025-01-31T22:55:55.728Z Compiling whoami v1.5.2
19942025-01-31T22:55:56.498Z Compiling static_assertions v1.1.0
19952025-01-31T22:55:56.634Z Compiling predicates-core v1.0.8
19962025-01-31T22:55:56.700Z Compiling precomputed-hash v0.1.1
19972025-01-31T22:55:56.844Z Compiling difflib v0.4.0
19982025-01-31T22:55:56.945Z Compiling bit-vec v0.6.3
19992025-01-31T22:55:57.043Z Compiling unicode-segmentation v1.12.0
20002025-01-31T22:55:57.379Z Compiling fixedbitset v0.4.2
20012025-01-31T22:55:57.774Z Compiling new_debug_unreachable v1.0.6
20022025-01-31T22:55:57.889Z Compiling number_prefix v0.4.0
20032025-01-31T22:55:57.948Z Compiling normalize-line-endings v0.3.0
20042025-01-31T22:55:58.114Z Compiling predicates v3.1.2
20052025-01-31T22:55:58.134Z Compiling indicatif v0.17.11
20062025-01-31T22:55:58.428Z Compiling string_cache v0.8.7
20072025-01-31T22:55:58.831Z Compiling reqwest v0.12.9
20082025-01-31T22:55:59.218Z Compiling typify-macro v0.2.0
20092025-01-31T22:55:59.435Z Compiling similar v2.6.0
20102025-01-31T22:55:59.728Z Compiling petgraph v0.6.5
20112025-01-31T22:55:59.861Z Compiling bit-set v0.5.3
20122025-01-31T22:56:00.146Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20132025-01-31T22:56:01.280Z Compiling tokio-postgres v0.7.12
20142025-01-31T22:56:03.305Z Compiling ecdsa v0.16.9
20152025-01-31T22:56:04.148Z Compiling qorb v0.2.1
20162025-01-31T22:56:04.815Z Compiling rsa v0.9.6
20172025-01-31T22:56:06.274Z Compiling ed25519-dalek v2.1.1
20182025-01-31T22:56:06.730Z Compiling zip v0.6.6
20192025-01-31T22:56:06.830Z Compiling crossterm v0.28.1
20202025-01-31T22:56:07.050Z Compiling clap v4.5.27
20212025-01-31T22:56:08.691Z Compiling toml v0.7.8
20222025-01-31T22:56:09.308Z Compiling x509-cert v0.2.5
20232025-01-31T22:56:10.056Z Compiling hex v0.4.3
20242025-01-31T22:56:10.825Z Compiling itertools v0.10.5
20252025-01-31T22:56:11.264Z Compiling lalrpop-util v0.19.12
20262025-01-31T22:56:11.420Z Compiling zerocopy v0.8.10
20272025-01-31T22:56:11.617Z Compiling peg-runtime v0.8.3
20282025-01-31T22:56:12.148Z Compiling unicode-xid v0.2.6
20292025-01-31T22:56:13.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20302025-01-31T22:56:18.066Z Compiling proc-macro-crate v1.3.1
20312025-01-31T22:56:18.836Z Compiling macaddr v1.0.1
20322025-01-31T22:56:19.099Z Compiling zerocopy-derive v0.8.10
20332025-01-31T22:56:19.143Z Compiling itertools v0.13.0
20342025-01-31T22:56:21.479Z Compiling heapless v0.8.0
20352025-01-31T22:56:22.037Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20362025-01-31T22:56:27.815Z Compiling num_enum_derive v0.5.11
20372025-01-31T22:56:34.784Z Compiling hash32 v0.3.1
20382025-01-31T22:56:35.184Z Compiling smoltcp v0.11.0
20392025-01-31T22:56:36.454Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402025-01-31T22:56:41.513Z Compiling num_enum v0.5.11
20412025-01-31T22:56:41.720Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20422025-01-31T22:56:42.376Z Compiling typify v0.2.0
20432025-01-31T22:56:42.529Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20442025-01-31T22:56:43.105Z Compiling proc-macro-error-attr v1.0.4
20452025-01-31T22:56:43.423Z Compiling cobs v0.2.3
20462025-01-31T22:56:43.564Z Compiling unsafe-libyaml v0.2.11
20472025-01-31T22:56:43.907Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20482025-01-31T22:56:44.209Z Compiling thiserror v2.0.11
20492025-01-31T22:56:45.262Z Compiling serde_yaml v0.9.34+deprecated
20502025-01-31T22:56:47.132Z Compiling postcard v1.0.10
20512025-01-31T22:56:59.920Z Compiling progenitor-impl v0.8.0
20522025-01-31T22:57:00.316Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20532025-01-31T22:57:11.009Z Compiling strum_macros v0.26.4
20542025-01-31T22:57:12.598Z Compiling thiserror-impl v2.0.11
20552025-01-31T22:57:12.678Z Compiling foreign-types-macros v0.2.3
20562025-01-31T22:57:12.678Z Compiling structmeta-derive v0.3.0
20572025-01-31T22:57:12.784Z Compiling proc-macro-error v1.0.4
20582025-01-31T22:57:13.085Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20592025-01-31T22:57:13.716Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602025-01-31T22:57:13.997Z Compiling foreign-types-shared v0.3.1
20612025-01-31T22:57:15.057Z Compiling unicode-width v0.1.14
20622025-01-31T22:57:15.176Z Compiling strum v0.26.3
20632025-01-31T22:57:15.387Z Compiling structmeta v0.3.0
20642025-01-31T22:57:15.757Z Compiling tabwriter v1.4.0
20652025-01-31T22:57:19.308Z Compiling foreign-types v0.5.0
20662025-01-31T22:57:19.443Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20672025-01-31T22:57:24.856Z Compiling progenitor-macro v0.8.0
20682025-01-31T22:57:27.910Z Compiling progenitor-client v0.8.0
20692025-01-31T22:57:30.824Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20702025-01-31T22:57:32.036Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20712025-01-31T22:57:32.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20722025-01-31T22:57:32.859Z Compiling cstr-argument v0.1.2
20732025-01-31T22:57:33.133Z Compiling dropshot v0.15.1
20742025-01-31T22:57:33.165Z Compiling crucible-workspace-hack v0.1.0
20752025-01-31T22:57:33.781Z Compiling pretty-hex v0.2.1
20762025-01-31T22:57:33.886Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20772025-01-31T22:57:34.031Z Compiling fastrand v2.1.1
20782025-01-31T22:57:34.238Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20792025-01-31T22:57:34.640Z Compiling tempfile v3.13.0
20802025-01-31T22:57:34.817Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812025-01-31T22:57:35.058Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822025-01-31T22:57:35.271Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20832025-01-31T22:57:35.635Z Compiling progenitor v0.8.0
20842025-01-31T22:57:35.865Z Compiling parse-display-derive v0.10.0
20852025-01-31T22:57:36.248Z Compiling colored v2.1.0
20862025-01-31T22:57:36.347Z Compiling serde_with_macros v3.11.0
20872025-01-31T22:57:36.940Z Compiling dropshot_endpoint v0.15.1
20882025-01-31T22:57:37.458Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20892025-01-31T22:57:38.223Z Compiling instant v0.1.13
20902025-01-31T22:57:38.419Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20912025-01-31T22:57:38.759Z Compiling serde_with v3.11.0
20922025-01-31T22:57:38.859Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20932025-01-31T22:57:39.371Z Compiling parse-display v0.10.0
20942025-01-31T22:57:40.005Z Compiling backoff v0.4.0
20952025-01-31T22:57:40.385Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20962025-01-31T22:57:41.217Z Compiling zone_cfg_derive v0.3.0
20972025-01-31T22:57:41.818Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20982025-01-31T22:57:42.488Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20992025-01-31T22:57:42.511Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21002025-01-31T22:57:42.534Z Compiling camino-tempfile v1.1.1
21012025-01-31T22:57:42.870Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21022025-01-31T22:57:43.260Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21032025-01-31T22:57:43.319Z Compiling regress v0.9.1
21042025-01-31T22:57:43.371Z Compiling progenitor-client v0.9.1
21052025-01-31T22:57:43.457Z Compiling num-derive v0.4.2
21062025-01-31T22:57:44.269Z Compiling sigpipe v0.1.3
21072025-01-31T22:57:44.427Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21082025-01-31T22:57:44.754Z Compiling libefi-sys v0.1.0
21092025-01-31T22:57:45.131Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21102025-01-31T22:57:45.614Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
21112025-01-31T22:57:47.146Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21122025-01-31T22:57:47.719Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21132025-01-31T22:57:48.371Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21142025-01-31T22:57:49.968Z Compiling zone v0.3.0
21152025-01-31T22:57:51.869Z Compiling smf v0.2.3
21162025-01-31T22:57:53.347Z Compiling bitfield-struct v0.6.2
21172025-01-31T22:57:54.532Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21182025-01-31T22:57:54.652Z Compiling blake3 v1.5.4
21192025-01-31T22:57:55.054Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202025-01-31T22:57:55.540Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21212025-01-31T22:57:55.697Z Compiling xattr v1.3.1
21222025-01-31T22:57:55.813Z Compiling memmap2 v0.9.5
21232025-01-31T22:57:55.958Z Compiling filetime v0.2.25
21242025-01-31T22:57:56.031Z Compiling arrayvec v0.7.6
21252025-01-31T22:57:56.328Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21262025-01-31T22:57:56.396Z Compiling same-file v1.0.6
21272025-01-31T22:57:56.461Z Compiling arrayref v0.3.9
21282025-01-31T22:57:56.496Z Compiling constant_time_eq v0.3.1
21292025-01-31T22:57:56.585Z Compiling walkdir v2.5.0
21302025-01-31T22:57:56.675Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21312025-01-31T22:57:56.695Z Compiling tar v0.4.42
21322025-01-31T22:57:58.238Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21332025-01-31T22:57:58.789Z Compiling gethostname v0.5.0
21342025-01-31T22:57:59.011Z Compiling cargo-platform v0.1.8
21352025-01-31T22:57:59.233Z Compiling topological-sort v0.2.2
21362025-01-31T22:57:59.296Z Compiling shell-words v1.1.0
21372025-01-31T22:57:59.525Z Compiling omicron-zone-package v0.12.0
21382025-01-31T22:57:59.790Z Compiling cargo_metadata v0.18.1
21392025-01-31T22:58:00.057Z Compiling indent_write v2.2.0
21402025-01-31T22:58:05.353Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21412025-01-31T22:58:07.590Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21422025-01-31T22:58:11.152Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21432025-01-31T22:58:28.245Z Finished `release` profile [optimized] target(s) in 5m 12s
21442025-01-31T22:58:28.411Z Running `target/release/omicron-package -t test target create -p dev`
21452025-01-31T22:58:28.459ZLogging to: /work/oxidecomputer/omicron/out/LOG
21462025-01-31T22:58:28.463ZCreated new build target 'test' and set it as active
21472025-01-31T22:58:28.463Z
21482025-01-31T22:58:28.463Zreal 5:12.301159356
21492025-01-31T22:58:28.463Zuser 36:31.930135412
21502025-01-31T22:58:28.463Zsys 3:21.803816347
21512025-01-31T22:58:28.463Ztrap 1.146339469
21522025-01-31T22:58:28.463Ztflt 2.862136688
21532025-01-31T22:58:28.463Zdflt 0.669566933
21542025-01-31T22:58:28.463Zkflt 0.000829957
21552025-01-31T22:58:28.463Zlock 1:13:00.965556114
21562025-01-31T22:58:28.463Zslp 2:26:57.971036888
21572025-01-31T22:58:28.465Zlat 2:44.964461730
21582025-01-31T22:58:28.465Zstop 4:42.495228417
21592025-01-31T22:58:28.468Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21602025-01-31T22:58:29.425Z Finished `release` profile [optimized] target(s) in 0.90s
21612025-01-31T22:58:29.481Z Running `target/release/omicron-package -t test package`
21622025-01-31T22:58:29.528ZLogging to: /work/oxidecomputer/omicron/out/LOG
21632025-01-31T22:58:30.643Z Compiling thiserror v2.0.11
21642025-01-31T22:58:30.778Z Compiling typify-impl v0.3.0
21652025-01-31T22:58:30.790Z Compiling convert_case v0.4.0
21662025-01-31T22:58:30.792Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21672025-01-31T22:58:30.792Z Compiling newline-converter v0.3.0
21682025-01-31T22:58:30.792Z Compiling password-hash v0.5.0
21692025-01-31T22:58:30.792Z Compiling blake2 v0.10.6
21702025-01-31T22:58:30.792Z Compiling base64 v0.21.7
21712025-01-31T22:58:31.107Z Compiling expectorate v1.1.0
21722025-01-31T22:58:31.131Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21732025-01-31T22:58:31.374Z Compiling argon2 v0.5.3
21742025-01-31T22:58:31.476Z Compiling derive_more v0.99.18
21752025-01-31T22:58:31.829Z Compiling atomicwrites v0.4.4
21762025-01-31T22:58:31.903Z Compiling owo-colors v4.1.0
21772025-01-31T22:58:31.992Z Compiling cancel-safe-futures v0.1.5
21782025-01-31T22:58:32.220Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21792025-01-31T22:58:32.361Z Compiling num-rational v0.4.2
21802025-01-31T22:58:32.380Z Compiling progenitor-client v0.9.1
21812025-01-31T22:58:32.806Z Compiling num-complex v0.4.6
21822025-01-31T22:58:33.591Z Compiling libsw v3.3.1
21832025-01-31T22:58:33.722Z Compiling linear-map v1.2.0
21842025-01-31T22:58:33.932Z Compiling num v0.4.3
21852025-01-31T22:58:34.011Z Compiling swrite v0.1.0
21862025-01-31T22:58:34.066Z Compiling float-ord v0.3.2
21872025-01-31T22:58:34.137Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21882025-01-31T22:58:34.175Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21892025-01-31T22:58:34.248Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21902025-01-31T22:58:34.835Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21912025-01-31T22:58:35.374Z Compiling highway v1.2.0
21922025-01-31T22:58:36.852Z Compiling semver v0.1.20
21932025-01-31T22:58:37.370Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21942025-01-31T22:58:37.402Z Compiling rustc_version v0.1.7
21952025-01-31T22:58:37.812Z Compiling newtype_derive v0.1.6
21962025-01-31T22:58:38.186Z Compiling tungstenite v0.21.0
21972025-01-31T22:58:41.738Z Compiling typify-macro v0.3.0
21982025-01-31T22:58:41.850Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21992025-01-31T22:58:42.579Z Compiling ipnetwork v0.20.0
22002025-01-31T22:58:43.167Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22012025-01-31T22:58:43.324Z Compiling tokio-tungstenite v0.21.0
22022025-01-31T22:58:43.515Z Compiling progenitor-client v0.8.0
22032025-01-31T22:58:43.811Z Compiling humantime v2.1.0
22042025-01-31T22:58:43.955Z Compiling progenitor v0.8.0
22052025-01-31T22:58:43.995Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22062025-01-31T22:58:44.311Z Compiling dropshot v0.15.1
22072025-01-31T22:58:44.387Z Compiling instant v0.1.13
22082025-01-31T22:58:44.561Z Compiling backoff v0.4.0
22092025-01-31T22:58:44.612Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22102025-01-31T22:58:44.987Z Compiling steno v0.4.1
22112025-01-31T22:58:45.078Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22122025-01-31T22:58:45.123Z Compiling typify v0.3.0
22132025-01-31T22:58:45.278Z Compiling progenitor-impl v0.9.1
22142025-01-31T22:58:51.359Z Compiling progenitor-macro v0.9.1
22152025-01-31T22:58:52.446Z Compiling parse-display v0.10.0
22162025-01-31T22:58:52.986Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172025-01-31T22:58:53.204Z Compiling strum v0.26.3
22182025-01-31T22:58:53.221Z Compiling serde_with v3.11.0
22192025-01-31T22:58:53.396Z Compiling regress v0.9.1
22202025-01-31T22:58:56.373Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22212025-01-31T22:58:57.703Z Compiling macaddr v1.0.1
22222025-01-31T22:58:58.082Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22232025-01-31T22:58:58.144Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22242025-01-31T22:58:58.295Z Compiling slog-dtrace v0.3.0
22252025-01-31T22:58:58.899Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22262025-01-31T22:58:58.918Z Compiling prettyplease v0.2.25
22272025-01-31T22:59:00.836Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22282025-01-31T22:59:02.228Z Compiling progenitor v0.9.1
22292025-01-31T22:59:02.471Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22302025-01-31T22:59:04.507Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22312025-01-31T22:59:06.410Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22322025-01-31T22:59:15.284Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22332025-01-31T22:59:15.851Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22342025-01-31T22:59:16.850Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22352025-01-31T22:59:18.128Z Compiling half v2.4.1
22362025-01-31T22:59:18.838Z Compiling ciborium-io v0.2.2
22372025-01-31T22:59:18.994Z Compiling ciborium-ll v0.2.2
22382025-01-31T22:59:20.272Z Compiling ciborium v0.2.2
22392025-01-31T22:59:20.687Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22402025-01-31T22:59:22.036Z Compiling display-error-chain v0.2.2
22412025-01-31T22:59:22.270Z Compiling fastrand v2.1.1
22422025-01-31T22:59:22.323Z Compiling same-file v1.0.6
22432025-01-31T22:59:22.595Z Compiling walkdir v2.5.0
22442025-01-31T22:59:22.673Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22452025-01-31T22:59:22.760Z Compiling tempfile v3.13.0
22462025-01-31T22:59:23.237Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22472025-01-31T22:59:23.495Z Compiling blake3 v1.5.4
22482025-01-31T22:59:24.134Z Compiling const_format_proc_macros v0.2.34
22492025-01-31T22:59:25.966Z Compiling xattr v1.3.1
22502025-01-31T22:59:26.260Z Compiling filetime v0.2.25
22512025-01-31T22:59:26.576Z Compiling memmap2 v0.9.5
22522025-01-31T22:59:26.618Z Compiling maplit v1.0.2
22532025-01-31T22:59:26.760Z Compiling crunchy v0.2.2
22542025-01-31T22:59:26.972Z Compiling keccak v0.1.5
22552025-01-31T22:59:27.206Z Compiling arrayref v0.3.9
22562025-01-31T22:59:27.326Z Compiling arrayvec v0.7.6
22572025-01-31T22:59:27.328Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22582025-01-31T22:59:27.742Z Compiling constant_time_eq v0.3.1
22592025-01-31T22:59:27.765Z Compiling sha3 v0.10.8
22602025-01-31T22:59:28.144Z Compiling tar v0.4.42
22612025-01-31T22:59:28.684Z Compiling const_format v0.2.34
22622025-01-31T22:59:29.009Z Compiling camino-tempfile v1.1.1
22632025-01-31T22:59:29.438Z Compiling toolchain_find v0.4.0
22642025-01-31T22:59:29.797Z Compiling tiny-keccak v2.0.2
22652025-01-31T22:59:29.920Z Compiling radium v0.7.0
22662025-01-31T22:59:29.961Z Compiling topological-sort v0.2.2
22672025-01-31T22:59:29.994Z Compiling rustfmt-wrapper v0.2.1
22682025-01-31T22:59:30.193Z Compiling omicron-zone-package v0.12.0
22692025-01-31T22:59:30.400Z Compiling dsl_auto_type v0.1.2
22702025-01-31T22:59:30.478Z Compiling scheduled-thread-pool v0.2.7
22712025-01-31T22:59:30.534Z Compiling diesel_table_macro_syntax v0.2.0
22722025-01-31T22:59:30.936Z Compiling tap v1.0.1
22732025-01-31T22:59:31.151Z Compiling maybe-uninit v2.0.0
22742025-01-31T22:59:31.598Z Compiling diesel_derives v2.2.3
22752025-01-31T22:59:31.694Z Compiling wyz v0.5.1
22762025-01-31T22:59:31.832Z Compiling r2d2 v0.8.10
22772025-01-31T22:59:32.689Z Compiling phf_generator v0.11.2
22782025-01-31T22:59:32.727Z Compiling ascii-canvas v3.0.0
22792025-01-31T22:59:32.895Z Compiling secrecy v0.8.0
22802025-01-31T22:59:33.178Z Compiling ena v0.14.3
22812025-01-31T22:59:33.197Z Compiling async-recursion v1.1.1
22822025-01-31T22:59:33.572Z Compiling arc-swap v1.7.1
22832025-01-31T22:59:34.242Z Compiling regex-syntax v0.6.29
22842025-01-31T22:59:34.245Z Compiling funty v2.0.0
22852025-01-31T22:59:34.519Z Compiling packed_struct v0.10.1
22862025-01-31T22:59:34.936Z Compiling crc-catalog v2.4.0
22872025-01-31T22:59:35.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22882025-01-31T22:59:35.280Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22892025-01-31T22:59:35.467Z Compiling diff v0.1.13
22902025-01-31T22:59:35.960Z Compiling bitvec v1.0.1
22912025-01-31T22:59:35.981Z Compiling crc v3.2.1
22922025-01-31T22:59:36.897Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22932025-01-31T22:59:38.013Z Compiling lalrpop v0.19.12
22942025-01-31T22:59:39.286Z Compiling slog-scope v4.4.0
22952025-01-31T22:59:40.097Z Compiling phf_codegen v0.11.2
22962025-01-31T22:59:40.381Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22972025-01-31T22:59:40.480Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22982025-01-31T22:59:40.733Z Compiling universal-hash v0.5.1
22992025-01-31T22:59:40.981Z Compiling thiserror-impl-no-std v2.0.2
23002025-01-31T22:59:41.394Z Compiling packed_struct_codegen v0.10.1
23012025-01-31T22:59:42.354Z Compiling diesel v2.2.6
23022025-01-31T22:59:43.444Z Compiling parse-zoneinfo v0.3.1
23032025-01-31T22:59:43.802Z Compiling indexmap v1.9.3
23042025-01-31T22:59:44.144Z Compiling unicase v2.7.0
23052025-01-31T22:59:44.555Z Compiling nodrop v0.1.14
23062025-01-31T22:59:44.721Z Compiling opaque-debug v0.3.1
23072025-01-31T22:59:44.848Z Compiling ref-cast v1.0.23
23082025-01-31T22:59:44.868Z Compiling poly1305 v0.8.0
23092025-01-31T22:59:45.371Z Compiling array-init v0.0.4
23102025-01-31T22:59:46.393Z Compiling chrono-tz-build v0.4.0
23112025-01-31T22:59:47.401Z Compiling thiserror-no-std v2.0.2
23122025-01-31T22:59:47.560Z Compiling smallvec v0.6.14
23132025-01-31T22:59:48.019Z Compiling slog-stdlog v4.1.1
23142025-01-31T22:59:49.501Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152025-01-31T22:59:49.815Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23162025-01-31T22:59:50.129Z Compiling derive_builder_core v0.20.2
23172025-01-31T22:59:50.363Z Compiling chacha20 v0.9.1
23182025-01-31T22:59:50.866Z Compiling headers-core v0.3.0
23192025-01-31T22:59:51.061Z Compiling aead v0.5.2
23202025-01-31T22:59:51.414Z Compiling libxml v0.3.3
23212025-01-31T22:59:51.800Z Compiling ref-cast-impl v1.0.23
23222025-01-31T22:59:52.170Z Compiling vte_generate_state_changes v0.1.2
23232025-01-31T22:59:52.801Z Compiling hashbrown v0.12.3
23242025-01-31T22:59:52.888Z Compiling termcolor v1.4.1
23252025-01-31T22:59:53.970Z Compiling bitfield v0.14.0
23262025-01-31T22:59:54.307Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23272025-01-31T22:59:55.184Z Compiling env_logger v0.10.2
23282025-01-31T22:59:58.395Z Compiling vte v0.11.1
23292025-01-31T22:59:59.899Z Compiling derive_builder_macro v0.20.2
23302025-01-31T23:00:00.531Z Compiling polar-core v0.27.3
23312025-01-31T23:00:00.781Z Compiling chacha20poly1305 v0.10.1
23322025-01-31T23:00:01.040Z Compiling headers v0.4.0
23332025-01-31T23:00:03.052Z Compiling slog-envlogger v2.2.0
23342025-01-31T23:00:04.643Z Compiling serde-hex v0.1.0
23352025-01-31T23:00:05.738Z Compiling vsss-rs v3.3.4
23362025-01-31T23:00:09.590Z Compiling chrono-tz v0.10.1
23372025-01-31T23:00:09.780Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23382025-01-31T23:00:10.218Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23392025-01-31T23:00:10.546Z Compiling ron v0.8.1
23402025-01-31T23:00:12.706Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23412025-01-31T23:00:13.021Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23422025-01-31T23:00:13.320Z Compiling hashbrown v0.13.2
23432025-01-31T23:00:14.617Z Compiling strum_macros v0.24.3
23442025-01-31T23:00:16.267Z Compiling fxhash v0.2.1
23452025-01-31T23:00:16.513Z Compiling samael v0.0.17
23462025-01-31T23:00:17.482Z Compiling simd-adler32 v0.3.7
23472025-01-31T23:00:17.754Z Compiling indoc v1.0.9
23482025-01-31T23:00:18.147Z Compiling crc-any v2.5.0
23492025-01-31T23:00:18.574Z Compiling zip v2.1.3
23502025-01-31T23:00:18.716Z Compiling bytecount v0.6.8
23512025-01-31T23:00:18.898Z Compiling bumpalo v3.16.0
23522025-01-31T23:00:19.049Z Compiling lockfree-object-pool v0.1.6
23532025-01-31T23:00:19.118Z Compiling papergrid v0.11.0
23542025-01-31T23:00:19.352Z Compiling zopfli v0.8.1
23552025-01-31T23:00:23.561Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23562025-01-31T23:00:28.144Z Compiling object v0.30.4
23572025-01-31T23:00:28.958Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23582025-01-31T23:00:32.543Z Compiling derive_builder v0.20.2
23592025-01-31T23:00:32.764Z Compiling strip-ansi-escapes v0.2.0
23602025-01-31T23:00:33.760Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23612025-01-31T23:00:34.080Z Compiling tabled_derive v0.7.0
23622025-01-31T23:00:35.805Z Compiling fd-lock v4.0.2
23632025-01-31T23:00:36.061Z Compiling peg-macros v0.8.4
23642025-01-31T23:00:36.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23652025-01-31T23:00:37.117Z Compiling kstat-rs v0.2.4
23662025-01-31T23:00:37.985Z Compiling oso-derive v0.27.3
23672025-01-31T23:00:38.008Z Compiling impl-trait-for-tuples v0.2.2
23682025-01-31T23:00:38.926Z Compiling quick-xml v0.33.0
23692025-01-31T23:00:39.326Z Compiling diesel-dtrace v0.4.2
23702025-01-31T23:00:39.667Z Compiling path-slash v0.1.5
23712025-01-31T23:00:39.943Z Compiling nu-ansi-term v0.50.1
23722025-01-31T23:00:40.313Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23732025-01-31T23:00:41.236Z Compiling reedline v0.35.0
23742025-01-31T23:00:44.113Z Compiling oso v0.27.3
23752025-01-31T23:00:45.559Z Compiling peg v0.8.4
23762025-01-31T23:00:45.690Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23772025-01-31T23:00:54.238Z Compiling tabled v0.15.0
23782025-01-31T23:00:56.035Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23792025-01-31T23:01:06.046Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23802025-01-31T23:01:08.910Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23812025-01-31T23:01:10.390Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23822025-01-31T23:01:13.928Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23832025-01-31T23:01:14.269Z Compiling pem v3.0.4
23842025-01-31T23:01:14.617Z Compiling bb8 v0.8.5
23852025-01-31T23:01:15.250Z Compiling bcs v0.1.6
23862025-01-31T23:01:15.763Z Compiling libz-sys v1.1.20
23872025-01-31T23:01:16.177Z Compiling parking_lot_core v0.8.6
23882025-01-31T23:01:16.419Z Compiling termtree v0.5.1
23892025-01-31T23:01:16.743Z Compiling async-bb8-diesel v0.2.1
23902025-01-31T23:01:17.565Z Compiling mime_guess v2.0.5
23912025-01-31T23:01:19.337Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23922025-01-31T23:01:20.964Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23932025-01-31T23:01:22.572Z Compiling buf-list v1.0.3
23942025-01-31T23:01:24.675Z Compiling nibble_vec v0.1.0
23952025-01-31T23:01:24.946Z Compiling libgit2-sys v0.17.0+1.8.1
23962025-01-31T23:01:25.709Z Compiling pin-project-internal v1.1.6
23972025-01-31T23:01:25.911Z Compiling atty v0.2.14
23982025-01-31T23:01:26.103Z Compiling endian-type v0.1.2
23992025-01-31T23:01:26.381Z Compiling salty v0.3.0
24002025-01-31T23:01:26.806Z Compiling http-range v0.1.5
24012025-01-31T23:01:27.448Z Compiling radix_trie v0.2.1
24022025-01-31T23:01:28.258Z Compiling pin-project v1.1.6
24032025-01-31T23:01:28.429Z Compiling parking_lot v0.11.2
24042025-01-31T23:01:33.180Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24052025-01-31T23:01:33.638Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24062025-01-31T23:01:35.439Z Compiling snafu-derive v0.8.5
24072025-01-31T23:01:37.594Z Compiling hyper-staticfile v0.10.1
24082025-01-31T23:01:39.769Z Compiling snafu v0.8.5
24092025-01-31T23:01:41.016Z Compiling sled v0.34.7
24102025-01-31T23:01:41.427Z Compiling hickory-client v0.24.2
24112025-01-31T23:01:57.742Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24122025-01-31T23:01:58.930Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24132025-01-31T23:02:01.074Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24142025-01-31T23:02:07.023Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24152025-01-31T23:02:08.875Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24162025-01-31T23:02:09.663Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24172025-01-31T23:02:11.179Z Compiling hickory-server v0.24.2
24182025-01-31T23:02:14.671Z Compiling globset v0.4.15
24192025-01-31T23:02:14.747Z Compiling olpc-cjson v0.1.4
24202025-01-31T23:02:15.102Z Compiling primeorder v0.13.6
24212025-01-31T23:02:15.630Z Compiling castaway v0.2.3
24222025-01-31T23:02:15.819Z Compiling vergen v8.3.2
24232025-01-31T23:02:16.140Z Compiling env_filter v0.1.2
24242025-01-31T23:02:17.650Z Compiling serde_plain v1.0.2
24252025-01-31T23:02:18.221Z Compiling cargo-platform v0.1.8
24262025-01-31T23:02:18.424Z Compiling nanorand v0.7.0
24272025-01-31T23:02:18.702Z Compiling memoffset v0.9.1
24282025-01-31T23:02:19.065Z Compiling typed-path v0.9.3
24292025-01-31T23:02:19.253Z Compiling flume v0.11.1
24302025-01-31T23:02:19.979Z Compiling cargo_metadata v0.18.1
24312025-01-31T23:02:21.929Z Compiling tough v0.19.0
24322025-01-31T23:02:22.479Z Compiling git2 v0.19.0
24332025-01-31T23:02:22.965Z Compiling env_logger v0.11.5
24342025-01-31T23:02:24.415Z Compiling compact_str v0.8.0
24352025-01-31T23:02:24.958Z Compiling p384 v0.13.0
24362025-01-31T23:02:26.080Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24372025-01-31T23:02:26.968Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24382025-01-31T23:02:27.084Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24392025-01-31T23:02:30.847Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24402025-01-31T23:02:31.915Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24412025-01-31T23:02:32.015Z Compiling unicode-truncate v1.1.0
24422025-01-31T23:02:32.312Z Compiling lru v0.12.5
24432025-01-31T23:02:32.678Z Compiling rand_seeder v0.3.0
24442025-01-31T23:02:33.122Z Compiling libsqlite3-sys v0.30.1
24452025-01-31T23:02:33.681Z Compiling lzma-sys v0.1.20
24462025-01-31T23:02:34.368Z Compiling instability v0.3.2
24472025-01-31T23:02:35.350Z Compiling parse-size v1.1.0
24482025-01-31T23:02:35.742Z Compiling cassowary v0.3.0
24492025-01-31T23:02:37.245Z Compiling rustls v0.21.12
24502025-01-31T23:02:37.422Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24512025-01-31T23:02:37.573Z Compiling cfg_aliases v0.2.1
24522025-01-31T23:02:37.703Z Compiling nix v0.29.0
24532025-01-31T23:02:37.825Z Compiling ratatui v0.28.1
24542025-01-31T23:02:38.136Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24552025-01-31T23:02:38.612Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24562025-01-31T23:02:38.634Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24572025-01-31T23:02:39.415Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24582025-01-31T23:02:40.355Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24592025-01-31T23:02:41.107Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24602025-01-31T23:02:41.427Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24612025-01-31T23:02:45.010Z Compiling rustls-webpki v0.101.7
24622025-01-31T23:02:45.062Z Compiling sct v0.7.1
24632025-01-31T23:02:45.548Z Compiling heck v0.3.3
24642025-01-31T23:02:45.897Z Compiling csv-core v0.1.11
24652025-01-31T23:02:46.817Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24662025-01-31T23:02:47.173Z Compiling glob v0.3.2
24672025-01-31T23:02:48.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24682025-01-31T23:02:49.091Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24692025-01-31T23:02:49.279Z Compiling csv v1.3.1
24702025-01-31T23:02:49.282Z Compiling zone_cfg_derive v0.1.2
24712025-01-31T23:02:51.427Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24722025-01-31T23:02:55.921Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24732025-01-31T23:02:56.129Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24742025-01-31T23:02:56.176Z Compiling nix v0.27.1
24752025-01-31T23:02:57.212Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24762025-01-31T23:02:59.526Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24772025-01-31T23:03:02.829Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24782025-01-31T23:03:07.563Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24792025-01-31T23:03:07.911Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24802025-01-31T23:03:10.166Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24812025-01-31T23:03:10.259Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24822025-01-31T23:03:10.475Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24832025-01-31T23:03:10.570Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24842025-01-31T23:03:10.593Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24852025-01-31T23:03:10.725Z Compiling tungstenite v0.23.0
24862025-01-31T23:03:10.803Z Compiling hashlink v0.9.1
24872025-01-31T23:03:11.284Z Compiling base64 v0.13.1
24882025-01-31T23:03:11.583Z Compiling fallible-streaming-iterator v0.1.9
24892025-01-31T23:03:11.895Z Compiling fallible-iterator v0.3.0
24902025-01-31T23:03:12.084Z Compiling tokio-tungstenite v0.23.1
24912025-01-31T23:03:12.664Z Compiling rusqlite v0.32.1
24922025-01-31T23:03:12.722Z Compiling ron v0.7.1
24932025-01-31T23:03:13.501Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24942025-01-31T23:03:15.936Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-01-31T23:03:17.520Z Compiling xz2 v0.1.7
24962025-01-31T23:03:17.986Z Compiling tokio-rustls v0.24.1
24972025-01-31T23:03:18.105Z Compiling zone v0.1.8
24982025-01-31T23:03:21.452Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24992025-01-31T23:03:23.081Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25002025-01-31T23:03:25.957Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25012025-01-31T23:03:27.579Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25022025-01-31T23:03:27.959Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25032025-01-31T23:03:33.203Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25042025-01-31T23:03:34.714Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25052025-01-31T23:03:36.131Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25062025-01-31T23:03:36.524Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25072025-01-31T23:03:39.795Z Compiling rustls-pemfile v1.0.4
25082025-01-31T23:03:40.600Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25092025-01-31T23:03:40.910Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25102025-01-31T23:03:40.930Z Compiling signal-hook-tokio v0.3.1
25112025-01-31T23:03:41.095Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25122025-01-31T23:03:41.152Z Compiling yasna v0.5.2
25132025-01-31T23:03:41.562Z Compiling twox-hash v2.1.0
25142025-01-31T23:03:42.612Z Compiling unicode-linebreak v0.1.5
25152025-01-31T23:03:43.186Z Compiling is_ci v1.2.0
25162025-01-31T23:03:43.528Z Compiling smawk v0.3.2
25172025-01-31T23:03:43.824Z Compiling textwrap v0.16.1
25182025-01-31T23:03:44.471Z Compiling supports-color v3.0.1
25192025-01-31T23:03:45.531Z Compiling rcgen v0.12.1
25202025-01-31T23:03:47.335Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25212025-01-31T23:03:50.045Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25222025-01-31T23:03:54.198Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25232025-01-31T23:03:55.183Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25242025-01-31T23:03:55.644Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25252025-01-31T23:03:59.207Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25262025-01-31T23:04:12.605Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25272025-01-31T23:04:14.393Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25282025-01-31T23:04:17.583Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25292025-01-31T23:04:18.119Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25302025-01-31T23:04:27.395Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25312025-01-31T23:04:31.118Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25322025-01-31T23:04:31.422Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25332025-01-31T23:04:33.963Z Compiling fatfs v0.3.6
25342025-01-31T23:04:36.892Z Compiling rtoolbox v0.0.2
25352025-01-31T23:04:37.014Z Compiling subprocess v0.2.9
25362025-01-31T23:04:37.334Z Compiling assert_matches v1.5.0
25372025-01-31T23:04:40.433Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25382025-01-31T23:04:41.454Z Compiling rpassword v7.3.1
25392025-01-31T23:04:41.732Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25402025-01-31T23:04:41.951Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25412025-01-31T23:04:48.403Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25422025-01-31T23:04:48.845Z Compiling tui-tree-widget v0.22.0
25432025-01-31T23:04:49.307Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25442025-01-31T23:05:00.497Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25452025-01-31T23:05:00.819Z Compiling uzers v0.12.1
25462025-01-31T23:05:02.678Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25472025-01-31T23:05:03.948Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25482025-01-31T23:05:05.903Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25492025-01-31T23:05:36.526Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25502025-01-31T23:05:39.944Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25512025-01-31T23:05:44.495Z Compiling multimap v0.10.0
25522025-01-31T23:08:07.135Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25532025-01-31T23:08:15.002Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25542025-01-31T23:15:21.301Z Finished `release` profile [optimized] target(s) in 16m 51s
25552025-01-31T23:16:24.720Z
25562025-01-31T23:16:24.720Zreal 17:55.967151037
25572025-01-31T23:16:24.720Zuser 2:05:21.627249686
25582025-01-31T23:16:24.720Zsys 3:16.591030697
25592025-01-31T23:16:24.720Ztrap 3.137748579
25602025-01-31T23:16:24.720Ztflt 2.943863589
25612025-01-31T23:16:24.724Zdflt 3.935055119
25622025-01-31T23:16:24.724Zkflt 0.255611242
25632025-01-31T23:16:24.724Zlock 7:26:53.030343287
25642025-01-31T23:16:24.725Zslp 6:19:46.324393677
25652025-01-31T23:16:24.725Zlat 3:25.185103270
25662025-01-31T23:16:24.725Zstop 2:43.553385353
25672025-01-31T23:16:24.725Z+ mapfile -t packages
25682025-01-31T23:16:24.725Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25692025-01-31T23:16:25.774Z Finished `release` profile [optimized] target(s) in 0.99s
25702025-01-31T23:16:25.842Z Running `target/release/omicron-package -t test list-outputs`
25712025-01-31T23:16:25.890ZLogging to: /work/oxidecomputer/omicron/out/LOG
25722025-01-31T23:16:25.892Z+ ptime -m cargo build --locked --release -p xtask
25732025-01-31T23:16:26.450Z Compiling serde v1.0.217
25742025-01-31T23:16:26.453Z Compiling libc v0.2.169
25752025-01-31T23:16:26.453Z Compiling serde_json v1.0.135
25762025-01-31T23:16:26.453Z Compiling rustix v0.38.37
25772025-01-31T23:16:26.453Z Compiling syn v2.0.96
25782025-01-31T23:16:26.453Z Compiling bitflags v2.6.0
25792025-01-31T23:16:26.887Z Compiling usdt-impl v0.5.0
25802025-01-31T23:16:26.931Z Compiling syn v1.0.109
25812025-01-31T23:16:27.043Z Compiling hashbrown v0.15.1
25822025-01-31T23:16:27.058Z Compiling log v0.4.22
25832025-01-31T23:16:27.282Z Compiling fs-err v2.11.0
25842025-01-31T23:16:27.505Z Compiling anyhow v1.0.95
25852025-01-31T23:16:27.578Z Compiling once_cell v1.20.2
25862025-01-31T23:16:27.875Z Compiling thread-id v4.2.2
25872025-01-31T23:16:28.203Z Compiling indexmap v2.7.1
25882025-01-31T23:16:29.302Z Compiling terminal_size v0.4.0
25892025-01-31T23:16:29.302Z Compiling tempfile v3.13.0
25902025-01-31T23:16:29.560Z Compiling clap_builder v4.5.27
25912025-01-31T23:16:30.152Z Compiling proc-macro-error v1.0.4
25922025-01-31T23:16:31.055Z Compiling tabled_derive v0.7.0
25932025-01-31T23:16:32.099Z Compiling tabled v0.15.0
25942025-01-31T23:16:32.935Z Compiling serde_derive v1.0.217
25952025-01-31T23:16:32.935Z Compiling thiserror-impl v1.0.69
25962025-01-31T23:16:32.938Z Compiling zerocopy-derive v0.7.35
25972025-01-31T23:16:32.938Z Compiling scroll_derive v0.12.0
25982025-01-31T23:16:32.938Z Compiling clap_derive v4.5.24
25992025-01-31T23:16:34.317Z Compiling scroll v0.12.0
26002025-01-31T23:16:34.787Z Compiling zerocopy v0.7.35
26012025-01-31T23:16:34.982Z Compiling goblin v0.8.2
26022025-01-31T23:16:35.743Z Compiling thiserror v1.0.69
26032025-01-31T23:16:35.918Z Compiling pest v2.7.14
26042025-01-31T23:16:38.533Z Compiling clap v4.5.27
26052025-01-31T23:16:38.671Z Compiling pest_meta v2.7.14
26062025-01-31T23:16:40.235Z Compiling pest_generator v2.7.14
26072025-01-31T23:16:42.273Z Compiling pest_derive v2.7.14
26082025-01-31T23:16:43.115Z Compiling dtrace-parser v0.2.0
26092025-01-31T23:16:48.295Z Compiling serde_tokenstream v0.2.2
26102025-01-31T23:16:48.931Z Compiling serde_spanned v0.6.8
26112025-01-31T23:16:49.205Z Compiling toml_datetime v0.6.8
26122025-01-31T23:16:49.905Z Compiling dof v0.3.0
26132025-01-31T23:16:49.946Z Compiling toml_edit v0.22.22
26142025-01-31T23:16:50.230Z Compiling camino v1.1.9
26152025-01-31T23:16:51.499Z Compiling cargo-platform v0.1.8
26162025-01-31T23:16:52.081Z Compiling usdt-macro v0.5.0
26172025-01-31T23:16:52.571Z Compiling usdt-attr-macro v0.5.0
26182025-01-31T23:16:53.245Z Compiling semver v1.0.24
26192025-01-31T23:16:53.898Z Compiling toml v0.8.19
26202025-01-31T23:16:54.709Z Compiling usdt v0.5.0
26212025-01-31T23:16:54.797Z Compiling cargo_metadata v0.18.1
26222025-01-31T23:16:55.235Z Compiling cargo_toml v0.20.5
26232025-01-31T23:16:56.149Z Compiling camino-tempfile v1.1.1
26242025-01-31T23:16:56.920Z Compiling macaddr v1.0.1
26252025-01-31T23:17:09.049Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26262025-01-31T23:17:19.647Z Finished `release` profile [optimized] target(s) in 53.69s
26272025-01-31T23:17:19.754Z
26282025-01-31T23:17:19.757Zreal 53.823124584
26292025-01-31T23:17:19.757Zuser 5:38.759404608
26302025-01-31T23:17:19.757Zsys 17.844700740
26312025-01-31T23:17:19.757Ztrap 0.158665612
26322025-01-31T23:17:19.757Ztflt 0.255815296
26332025-01-31T23:17:19.757Zdflt 0.302922561
26342025-01-31T23:17:19.757Zkflt 0.000009136
26352025-01-31T23:17:19.757Zlock 10:22.921390543
26362025-01-31T23:17:19.757Zslp 15:39.748502583
26372025-01-31T23:17:19.757Zlat 14.372045833
26382025-01-31T23:17:19.757Zstop 14.893656762
26392025-01-31T23:17:19.757Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26402025-01-31T23:17:19.757Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26412025-01-31T23:17:19.757Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26422025-01-31T23:17:19.757Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26432025-01-31T23:17:19.757Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26442025-01-31T23:17:20.614Z Compiling hashbrown v0.14.5
26452025-01-31T23:17:20.746Z Compiling thiserror v2.0.11
26462025-01-31T23:17:20.759Z Compiling thiserror-impl v2.0.11
26472025-01-31T23:17:20.762Z Compiling ident_case v1.0.1
26482025-01-31T23:17:20.789Z Compiling unsafe-libyaml v0.2.11
26492025-01-31T23:17:20.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26502025-01-31T23:17:20.805Z Compiling ipnetwork v0.20.0
26512025-01-31T23:17:20.805Z Compiling progenitor-client v0.9.1
26522025-01-31T23:17:20.943Z Compiling darling_core v0.20.10
26532025-01-31T23:17:21.255Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26542025-01-31T23:17:21.311Z Compiling macaddr v1.0.1
26552025-01-31T23:17:21.622Z Compiling progenitor-client v0.8.0
26562025-01-31T23:17:21.644Z Compiling instant v0.1.13
26572025-01-31T23:17:21.775Z Compiling regress v0.10.1
26582025-01-31T23:17:21.808Z Compiling structmeta-derive v0.3.0
26592025-01-31T23:17:21.851Z Compiling dropshot v0.15.1
26602025-01-31T23:17:21.939Z Compiling regress v0.9.1
26612025-01-31T23:17:22.120Z Compiling serde_yaml v0.9.34+deprecated
26622025-01-31T23:17:22.232Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26632025-01-31T23:17:22.657Z Compiling dropshot_endpoint v0.15.1
26642025-01-31T23:17:23.527Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26652025-01-31T23:17:24.177Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26662025-01-31T23:17:24.467Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26672025-01-31T23:17:24.536Z Compiling structmeta v0.3.0
26682025-01-31T23:17:24.940Z Compiling backoff v0.4.0
26692025-01-31T23:17:24.975Z Compiling parse-display-derive v0.10.0
26702025-01-31T23:17:24.994Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712025-01-31T23:17:25.196Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26722025-01-31T23:17:25.274Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26732025-01-31T23:17:25.462Z Compiling typify-impl v0.2.0
26742025-01-31T23:17:25.754Z Compiling tempfile v3.13.0
26752025-01-31T23:17:25.957Z Compiling proc-macro-crate v1.3.1
26762025-01-31T23:17:26.550Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26772025-01-31T23:17:26.577Z Compiling typify-impl v0.3.0
26782025-01-31T23:17:27.059Z Compiling itertools v0.13.0
26792025-01-31T23:17:27.070Z Compiling num_enum_derive v0.5.11
26802025-01-31T23:17:27.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26812025-01-31T23:17:27.070Z Compiling darling_macro v0.20.10
26822025-01-31T23:17:27.259Z Compiling zerocopy v0.8.10
26832025-01-31T23:17:27.895Z Compiling darling v0.20.10
26842025-01-31T23:17:28.024Z Compiling serde_with_macros v3.11.0
26852025-01-31T23:17:28.212Z Compiling zerocopy-derive v0.8.10
26862025-01-31T23:17:28.990Z Compiling parse-display v0.10.0
26872025-01-31T23:17:29.293Z Compiling num_enum v0.5.11
26882025-01-31T23:17:29.504Z Compiling foreign-types-macros v0.2.3
26892025-01-31T23:17:29.691Z Compiling heapless v0.8.0
26902025-01-31T23:17:29.735Z Compiling foreign-types-shared v0.3.1
26912025-01-31T23:17:29.890Z Compiling crucible-workspace-hack v0.1.0
26922025-01-31T23:17:30.216Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26932025-01-31T23:17:30.564Z Compiling proc-macro-error v1.0.4
26942025-01-31T23:17:30.732Z Compiling foreign-types v0.5.0
26952025-01-31T23:17:30.781Z Compiling serde_with v3.11.0
26962025-01-31T23:17:31.178Z Compiling camino-tempfile v1.1.1
26972025-01-31T23:17:31.236Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26982025-01-31T23:17:31.634Z Compiling hash32 v0.3.1
26992025-01-31T23:17:31.887Z Compiling cstr-argument v0.1.2
27002025-01-31T23:17:32.066Z Compiling pretty-hex v0.2.1
27012025-01-31T23:17:32.144Z Compiling smoltcp v0.11.0
27022025-01-31T23:17:32.289Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27032025-01-31T23:17:32.670Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27042025-01-31T23:17:32.859Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27052025-01-31T23:17:33.512Z Compiling tabwriter v1.4.0
27062025-01-31T23:17:33.846Z Compiling colored v2.1.0
27072025-01-31T23:17:33.961Z Compiling cobs v0.2.3
27082025-01-31T23:17:34.227Z Compiling postcard v1.0.10
27092025-01-31T23:17:34.253Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27102025-01-31T23:17:34.562Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27112025-01-31T23:17:34.660Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27122025-01-31T23:17:34.750Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27132025-01-31T23:17:34.905Z Compiling smf v0.2.3
27142025-01-31T23:17:35.086Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27152025-01-31T23:17:35.524Z Compiling zone_cfg_derive v0.3.0
27162025-01-31T23:17:36.098Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27172025-01-31T23:17:36.385Z Compiling num-derive v0.4.2
27182025-01-31T23:17:36.490Z Compiling sigpipe v0.1.3
27192025-01-31T23:17:36.642Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27202025-01-31T23:17:36.930Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27212025-01-31T23:17:36.965Z Compiling zone v0.3.0
27222025-01-31T23:17:36.992Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27232025-01-31T23:17:37.706Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27242025-01-31T23:17:37.933Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27252025-01-31T23:17:38.385Z Compiling universal-hash v0.5.1
27262025-01-31T23:17:38.412Z Compiling opaque-debug v0.3.1
27272025-01-31T23:17:38.444Z Compiling tungstenite v0.21.0
27282025-01-31T23:17:38.528Z Compiling num-rational v0.4.2
27292025-01-31T23:17:38.618Z Compiling password-hash v0.5.0
27302025-01-31T23:17:38.706Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27312025-01-31T23:17:39.276Z Compiling blake2 v0.10.6
27322025-01-31T23:17:39.574Z Compiling num-complex v0.4.6
27332025-01-31T23:17:39.624Z Compiling aead v0.5.2
27342025-01-31T23:17:40.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27352025-01-31T23:17:40.110Z Compiling convert_case v0.4.0
27362025-01-31T23:17:40.231Z Compiling base64 v0.21.7
27372025-01-31T23:17:40.443Z Compiling keccak v0.1.5
27382025-01-31T23:17:40.525Z Compiling num v0.4.3
27392025-01-31T23:17:40.654Z Compiling argon2 v0.5.3
27402025-01-31T23:17:40.695Z Compiling tokio-tungstenite v0.21.0
27412025-01-31T23:17:40.732Z Compiling typify-macro v0.2.0
27422025-01-31T23:17:40.890Z Compiling sha3 v0.10.8
27432025-01-31T23:17:40.938Z Compiling derive_more v0.99.18
27442025-01-31T23:17:41.254Z Compiling poly1305 v0.8.0
27452025-01-31T23:17:41.794Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27462025-01-31T23:17:41.866Z Compiling chacha20 v0.9.1
27472025-01-31T23:17:41.914Z Compiling float-ord v0.3.2
27482025-01-31T23:17:41.998Z Compiling typify-macro v0.3.0
27492025-01-31T23:17:42.109Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27502025-01-31T23:17:42.334Z Compiling same-file v1.0.6
27512025-01-31T23:17:42.539Z Compiling semver v0.1.20
27522025-01-31T23:17:42.633Z Compiling walkdir v2.5.0
27532025-01-31T23:17:43.023Z Compiling rustc_version v0.1.7
27542025-01-31T23:17:43.153Z Compiling newline-converter v0.3.0
27552025-01-31T23:17:43.323Z Compiling primeorder v0.13.6
27562025-01-31T23:17:43.353Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27572025-01-31T23:17:43.425Z Compiling secrecy v0.8.0
27582025-01-31T23:17:43.495Z Compiling owo-colors v4.1.0
27592025-01-31T23:17:43.671Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27602025-01-31T23:17:43.777Z Compiling cancel-safe-futures v0.1.5
27612025-01-31T23:17:43.836Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27622025-01-31T23:17:43.915Z Compiling newtype_derive v0.1.6
27632025-01-31T23:17:43.953Z Compiling expectorate v1.1.0
27642025-01-31T23:17:44.152Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27652025-01-31T23:17:44.171Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27662025-01-31T23:17:44.222Z Compiling thiserror-impl-no-std v2.0.2
27672025-01-31T23:17:44.505Z Compiling blake3 v1.5.4
27682025-01-31T23:17:44.587Z Compiling typify v0.2.0
27692025-01-31T23:17:44.610Z Compiling unicase v2.7.0
27702025-01-31T23:17:44.748Z Compiling progenitor-impl v0.8.0
27712025-01-31T23:17:44.928Z Compiling half v2.4.1
27722025-01-31T23:17:44.957Z Compiling arc-swap v1.7.1
27732025-01-31T23:17:45.155Z Compiling ciborium-io v0.2.2
27742025-01-31T23:17:45.454Z Compiling slog-scope v4.4.0
27752025-01-31T23:17:45.531Z Compiling ciborium-ll v0.2.2
27762025-01-31T23:17:45.547Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27772025-01-31T23:17:45.839Z Compiling typify v0.3.0
27782025-01-31T23:17:45.911Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27792025-01-31T23:17:45.985Z Compiling progenitor-impl v0.9.1
27802025-01-31T23:17:46.221Z Compiling polyval v0.6.2
27812025-01-31T23:17:46.514Z Compiling atomicwrites v0.4.4
27822025-01-31T23:17:46.645Z Compiling libsw v3.3.1
27832025-01-31T23:17:46.880Z Compiling memmap2 v0.9.5
27842025-01-31T23:17:46.979Z Compiling salty v0.3.0
27852025-01-31T23:17:47.114Z Compiling thiserror-no-std v2.0.2
27862025-01-31T23:17:47.261Z Compiling constant_time_eq v0.3.1
27872025-01-31T23:17:47.324Z Compiling arrayref v0.3.9
27882025-01-31T23:17:47.410Z Compiling arrayvec v0.7.6
27892025-01-31T23:17:47.439Z Compiling parking_lot_core v0.8.6
27902025-01-31T23:17:47.472Z Compiling indent_write v2.2.0
27912025-01-31T23:17:47.673Z Compiling libefi-sys v0.1.0
27922025-01-31T23:17:47.715Z Compiling linear-map v1.2.0
27932025-01-31T23:17:47.918Z Compiling vsss-rs v3.3.4
27942025-01-31T23:17:47.939Z Compiling ghash v0.5.1
27952025-01-31T23:17:48.041Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27962025-01-31T23:17:48.152Z Compiling ciborium v0.2.2
27972025-01-31T23:17:48.188Z Compiling slog-stdlog v4.1.1
27982025-01-31T23:17:48.987Z Compiling p384 v0.13.0
27992025-01-31T23:17:49.247Z Compiling toolchain_find v0.4.0
28002025-01-31T23:17:49.551Z Compiling chacha20poly1305 v0.10.1
28012025-01-31T23:17:49.812Z Compiling ctr v0.9.2
28022025-01-31T23:17:49.837Z Compiling lzma-sys v0.1.20
28032025-01-31T23:17:49.898Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28042025-01-31T23:17:50.178Z Compiling bitfield-struct v0.6.2
28052025-01-31T23:17:50.323Z Compiling slog-dtrace v0.3.0
28062025-01-31T23:17:50.582Z Compiling highway v1.2.0
28072025-01-31T23:17:50.608Z Compiling topological-sort v0.2.2
28082025-01-31T23:17:50.857Z Compiling omicron-zone-package v0.12.0
28092025-01-31T23:17:50.891Z Compiling aes-gcm v0.10.3
28102025-01-31T23:17:51.215Z Compiling rustfmt-wrapper v0.2.1
28112025-01-31T23:17:51.366Z Compiling mime_guess v2.0.5
28122025-01-31T23:17:51.553Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28132025-01-31T23:17:51.793Z Compiling slog-envlogger v2.2.0
28142025-01-31T23:17:51.811Z Compiling steno v0.4.1
28152025-01-31T23:17:51.814Z Compiling progenitor-macro v0.8.0
28162025-01-31T23:17:52.500Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28172025-01-31T23:17:52.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28182025-01-31T23:17:52.977Z Compiling progenitor-macro v0.9.1
28192025-01-31T23:17:53.061Z Compiling heck v0.3.3
28202025-01-31T23:17:53.123Z Compiling ssh-encoding v0.2.0
28212025-01-31T23:17:53.203Z Compiling blowfish v0.9.1
28222025-01-31T23:17:53.443Z Compiling nibble_vec v0.1.0
28232025-01-31T23:17:53.602Z Compiling env_filter v0.1.2
28242025-01-31T23:17:53.634Z Compiling humantime v2.1.0
28252025-01-31T23:17:53.659Z Compiling endian-type v0.1.2
28262025-01-31T23:17:53.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28272025-01-31T23:17:53.908Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28282025-01-31T23:17:54.009Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28292025-01-31T23:17:54.053Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28302025-01-31T23:17:54.179Z Compiling env_logger v0.11.5
28312025-01-31T23:17:54.204Z Compiling radix_trie v0.2.1
28322025-01-31T23:17:54.356Z Compiling ssh-cipher v0.2.0
28332025-01-31T23:17:54.894Z Compiling zone_cfg_derive v0.1.2
28342025-01-31T23:17:54.921Z Compiling bcrypt-pbkdf v0.10.0
28352025-01-31T23:17:54.976Z Compiling parking_lot v0.11.2
28362025-01-31T23:17:55.536Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28372025-01-31T23:17:55.903Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28382025-01-31T23:17:56.332Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28392025-01-31T23:17:56.390Z Compiling password-hash v0.4.2
28402025-01-31T23:17:56.481Z Compiling gethostname v0.5.0
28412025-01-31T23:17:56.689Z Compiling fxhash v0.2.1
28422025-01-31T23:17:56.736Z Compiling lockfree-object-pool v0.1.6
28432025-01-31T23:17:56.778Z Compiling zip v2.1.3
28442025-01-31T23:17:56.882Z Compiling bumpalo v3.16.0
28452025-01-31T23:17:56.910Z Compiling simd-adler32 v0.3.7
28462025-01-31T23:17:57.014Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28472025-01-31T23:17:57.083Z Compiling http-range v0.1.5
28482025-01-31T23:17:57.251Z Compiling base64 v0.13.1
28492025-01-31T23:17:57.356Z Compiling zopfli v0.8.1
28502025-01-31T23:17:57.402Z Compiling pbkdf2 v0.11.0
28512025-01-31T23:17:57.421Z Compiling sled v0.34.7
28522025-01-31T23:17:57.507Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532025-01-31T23:17:57.770Z Compiling ron v0.7.1
28542025-01-31T23:17:57.816Z Compiling xz2 v0.1.7
28552025-01-31T23:17:58.205Z Compiling zone v0.1.8
28562025-01-31T23:17:58.274Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28572025-01-31T23:17:58.994Z Compiling ssh-key v0.6.6
28582025-01-31T23:17:59.335Z Compiling hickory-client v0.24.2
28592025-01-31T23:17:59.912Z Compiling p521 v0.13.3
28602025-01-31T23:17:59.987Z Compiling p256 v0.13.2
28612025-01-31T23:18:00.757Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28622025-01-31T23:18:00.810Z Compiling hickory-server v0.24.2
28632025-01-31T23:18:01.778Z Compiling pem v3.0.4
28642025-01-31T23:18:02.182Z Compiling yasna v0.5.2
28652025-01-31T23:18:02.545Z Compiling headers-core v0.3.0
28662025-01-31T23:18:02.744Z Compiling kstat-rs v0.2.4
28672025-01-31T23:18:03.185Z Compiling nanorand v0.7.0
28682025-01-31T23:18:03.231Z Compiling atty v0.2.14
28692025-01-31T23:18:03.332Z Compiling russh-cryptovec v0.7.3
28702025-01-31T23:18:03.400Z Compiling md5 v0.7.0
28712025-01-31T23:18:03.643Z Compiling flume v0.11.1
28722025-01-31T23:18:03.724Z Compiling russh-keys v0.45.0
28732025-01-31T23:18:03.725Z Compiling rcgen v0.12.1
28742025-01-31T23:18:03.908Z Compiling headers v0.4.0
28752025-01-31T23:18:04.651Z Compiling progenitor v0.8.0
28762025-01-31T23:18:04.880Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28772025-01-31T23:18:05.155Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28782025-01-31T23:18:05.708Z Compiling progenitor v0.9.1
28792025-01-31T23:18:05.736Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28802025-01-31T23:18:05.944Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28812025-01-31T23:18:05.966Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28822025-01-31T23:18:06.255Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28832025-01-31T23:18:07.167Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28842025-01-31T23:18:07.340Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28852025-01-31T23:18:07.400Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28862025-01-31T23:18:08.208Z Compiling hyper-staticfile v0.10.1
28872025-01-31T23:18:09.270Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28882025-01-31T23:18:09.902Z Compiling num-bigint v0.4.6
28892025-01-31T23:18:10.711Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902025-01-31T23:18:11.361Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28912025-01-31T23:18:11.910Z Compiling des v0.8.1
28922025-01-31T23:18:12.260Z Compiling subprocess v0.2.9
28932025-01-31T23:18:12.280Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942025-01-31T23:18:12.403Z Compiling display-error-chain v0.2.2
28952025-01-31T23:18:12.644Z Compiling hex-literal v0.4.1
28962025-01-31T23:18:12.828Z Compiling russh v0.45.0
28972025-01-31T23:18:13.183Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28982025-01-31T23:18:13.958Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28992025-01-31T23:18:16.366Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29002025-01-31T23:18:16.867Z Compiling internet-checksum v0.2.1
29012025-01-31T23:18:21.592Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022025-01-31T23:18:21.592Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29032025-01-31T23:18:21.595Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29042025-01-31T23:18:21.595Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29052025-01-31T23:18:24.485Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29062025-01-31T23:18:24.877Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29072025-01-31T23:18:25.542Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29082025-01-31T23:18:26.269Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29092025-01-31T23:18:26.330Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29102025-01-31T23:18:26.581Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29112025-01-31T23:18:28.881Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29122025-01-31T23:18:29.285Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29132025-01-31T23:18:29.904Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29142025-01-31T23:18:30.360Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29152025-01-31T23:18:30.381Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29162025-01-31T23:18:31.205Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29172025-01-31T23:18:31.390Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29182025-01-31T23:18:32.681Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29192025-01-31T23:18:34.691Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29202025-01-31T23:18:34.978Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29212025-01-31T23:18:35.498Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29222025-01-31T23:18:35.914Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29232025-01-31T23:18:37.410Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29242025-01-31T23:18:39.748Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29252025-01-31T23:18:41.606Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29262025-01-31T23:18:41.750Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29272025-01-31T23:18:41.753Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29282025-01-31T23:18:43.361Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29292025-01-31T23:18:47.976Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29302025-01-31T23:18:56.092Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29312025-01-31T23:18:57.698Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29322025-01-31T23:19:19.493Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29332025-01-31T23:19:43.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
29342025-01-31T23:19:43.679Z
29352025-01-31T23:19:43.681Zreal 2:23.847035848
29362025-01-31T23:19:43.681Zuser 12:15.284766433
29372025-01-31T23:19:43.681Zsys 1:33.371676561
29382025-01-31T23:19:43.681Ztrap 0.372408789
29392025-01-31T23:19:43.681Ztflt 0.787969431
29402025-01-31T23:19:43.681Zdflt 0.886630137
29412025-01-31T23:19:43.682Zkflt 0.000097682
29422025-01-31T23:19:43.682Zlock 22:46.660901757
29432025-01-31T23:19:43.682Zslp 42:15.132548758
29442025-01-31T23:19:43.682Zlat 38.285650348
29452025-01-31T23:19:43.682Zstop 1:35.432358359
29462025-01-31T23:19:43.682Z+ mkdir tests
29472025-01-31T23:19:43.685Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29482025-01-31T23:19:43.685Z+ xargs -I '{}' -t cp '{}' tests/
29492025-01-31T23:19:43.729Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6a027e681f4360a0 tests/
29502025-01-31T23:19:43.756Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8baafe8de94c824f tests/
29512025-01-31T23:19:43.783Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-eb4e4c6393657615 tests/
29522025-01-31T23:19:43.809Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2cf14db860ac8669 tests/
29532025-01-31T23:19:44.097Z+ 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/*)
29542025-01-31T23:19:44.100Z+ 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-8baafe8de94c824f tests/commtest-eb4e4c6393657615 tests/dhcp_server-6a027e681f4360a0 tests/end_to_end_tests-2cf14db860ac8669 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
29552025-01-31T23:20:58.084ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29562025-01-31T23:20:58.084Za .github/buildomat/ci-env.sh 1K
29572025-01-31T23:20:58.084Za out/target/test 1K
29582025-01-31T23:20:58.084Za out/npuzone/npuzone 23144K
29592025-01-31T23:20:58.084Za package-manifest.toml 34K
29602025-01-31T23:20:58.084Za smf/sled-agent/non-gimlet/config.toml 4K
29612025-01-31T23:20:58.084Za target/release/omicron-package 35987K
29622025-01-31T23:20:58.084Za target/release/xtask 11881K
29632025-01-31T23:20:58.084Za target/debug/bootstrap 221896K
29642025-01-31T23:20:58.084Za tests/bootstrap-8baafe8de94c824f 24276K
29652025-01-31T23:20:58.084Za tests/commtest-eb4e4c6393657615 24769K
29662025-01-31T23:20:58.084Za tests/dhcp_server-6a027e681f4360a0 24276K
29672025-01-31T23:20:58.084Za tests/end_to_end_tests-2cf14db860ac8669 284099K
29682025-01-31T23:20:58.084Za out/clickhouse.tar.gz 294247K
29692025-01-31T23:20:58.084Za out/clickhouse_keeper.tar.gz 281384K
29702025-01-31T23:20:58.084Za out/clickhouse_server.tar.gz 294232K
29712025-01-31T23:20:58.084Za out/cockroachdb.tar.gz 134964K
29722025-01-31T23:20:58.084Za out/crucible-dtrace.tar 98K
29732025-01-31T23:20:58.084Za out/crucible-pantry-zone.tar.gz 28577K
29742025-01-31T23:20:58.084Za out/crucible-zone.tar.gz 36922K
29752025-01-31T23:20:58.084Za out/external-dns.tar.gz 35450K
29762025-01-31T23:20:58.084Za out/internal-dns.tar.gz 35449K
29772025-01-31T23:20:58.084Za out/mg-ddm-gz.tar 63075K
29782025-01-31T23:20:58.084Za out/nexus.tar.gz 100418K
29792025-01-31T23:20:58.084Za out/ntp.tar.gz 10504K
29802025-01-31T23:20:58.084Za out/omicron-gateway-softnpu.tar.gz 24128K
29812025-01-31T23:20:58.084Za out/omicron-sled-agent.tar 113922K
29822025-01-31T23:20:58.084Za out/overlay.tar.gz 3K
29832025-01-31T23:20:58.084Za out/oximeter.tar.gz 48415K
29842025-01-31T23:20:58.084Za out/oxlog.tar 3124K
29852025-01-31T23:20:58.084Za out/probe.tar.gz 2764K
29862025-01-31T23:20:58.084Za out/propolis-server.tar.gz 66528K
29872025-01-31T23:20:58.084Za out/pumpkind-gz.tar 26665K
29882025-01-31T23:20:58.084Za out/switch-softnpu.tar.gz 237631K
29892025-01-31T23:20:58.087Z
29902025-01-31T23:20:58.087Zreal 1:13.965279207
29912025-01-31T23:20:58.087Zuser 1:10.554628380
29922025-01-31T23:20:58.087Zsys 4.836826043
29932025-01-31T23:20:58.087Ztrap 0.018225631
29942025-01-31T23:20:58.087Ztflt 0.000000000
29952025-01-31T23:20:58.087Zdflt 0.000000000
29962025-01-31T23:20:58.087Zkflt 0.000000000
29972025-01-31T23:20:58.087Zlock 0.000000000
29982025-01-31T23:20:58.087Zslp 1:10.341592269
29992025-01-31T23:20:58.087Zlat 2.173782329
30002025-01-31T23:20:58.087Zstop 0.000541742
30012025-01-31T23:20:58.090Zprocess exited: duration 1936004 ms, exit code 0
 
30022025-01-31T23:20:58.104Zfound 1 output files
30032025-01-31T23:20:58.104Zuploading: /work/package.tar.gz (1905379130 bytes)
30042025-01-31T23:21:33.469Zuploaded: /work/package.tar.gz